@privy-io/react-auth 1.63.0 → 1.64.0-beta-20240503221045
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +164 -164
- package/dist/index.d.ts +11 -103
- package/dist/index.js +156 -156
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Bv=Object.create;var fs=Object.defineProperty;var Hv=Object.getOwnPropertyDescriptor;var Gv=Object.getOwnPropertyNames;var Vv=Object.getPrototypeOf,zv=Object.prototype.hasOwnProperty;var qv=(e,t)=>{for(var r in t)fs(e,r,{get:t[r],enumerable:!0})},Mp=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Gv(t))!zv.call(e,n)&&n!==r&&fs(e,n,{get:()=>t[n],enumerable:!(o=Hv(t,n))||o.enumerable});return e};var f=(e,t,r)=>(r=e!=null?Bv(Vv(e)):{},Mp(t||!e||!e.__esModule?fs(r,"default",{value:e,enumerable:!0}):r,e)),$v=e=>Mp(fs({},"__esModule",{value:!0}),e);var qc=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)};var Wp=(e,t,r)=>(qc(e,t,"read from private field"),r?r.call(e):t.get(e)),hs=(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)},$c=(e,t,r,o)=>(qc(e,t,"write to private field"),o?o.call(e,r):t.set(e,r),r);var Lp=(e,t,r)=>(qc(e,t,"access private method"),r);var j4={};qv(j4,{AsExternalProvider:()=>jr,Captcha:()=>Pl,ConnectorManager:()=>Ei,PrivyClient:()=>Ti,PrivyProvider:()=>lv,PrivyProxyProvider:()=>Ze,SUPPORTED_CHAINS:()=>wi,VERSION:()=>xs,WalletConnector:()=>Jt,addRpcUrlOverrideToChain:()=>Nv,errorIndicatesMaxMfaRetries:()=>$l,errorIndicatesMfaTimeout:()=>un,errorIndicatesMfaVerificationFailed:()=>mn,getAccessToken:()=>Pe,useConnectWallet:()=>Cv,useCreateWallet:()=>bv,useExperimentalFarcasterSigner:()=>Ov,useFundWallet:()=>Ev,useLinkAccount:()=>gv,useLogin:()=>dv,useLoginWithEmail:()=>fv,useLoginWithOAuth:()=>mv,useLoginWithSms:()=>hv,useLogout:()=>uv,useMfa:()=>Xi,useMfaEnrollment:()=>Vr,useModalStatus:()=>Mv,usePrivy:()=>G,useRegisterMfaListener:()=>Al,useSendTransaction:()=>Pv,useSetWalletPassword:()=>xv,useSignMessage:()=>_v,useSignTypedData:()=>Rv,useToken:()=>Lv,useWallets:()=>la});module.exports=$v(j4);var cs=require("@ethersproject/address"),Vc=require("@ethersproject/providers"),ov=require("mipd"),ae=require("react");var Op=require("ofetch"),nt=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}]`:""}`}},$r=class extends nt{constructor(r,o,n,i,a){super(n,i,a);this.type=r;this.status=o}},T=class extends nt{constructor(r,o,n){super(r,o,n);this.type="client_error"}},ys=class extends T{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var ce=class extends nt{constructor(r,o,n){super(r,o,n);this.type="connector_error"}},Ce=e=>{if(e instanceof nt)return e;if(!(e instanceof Op.FetchError))return Ft(e);if(!e.response)return new $r("api_error",null,e.message,e);let{type:t,message:r,error:o,code:n}=e.data;return new $r(t||"ApiError",e.response.status,r||o,e,n)},Ft=e=>e instanceof nt?e:e instanceof Error?new T(e.message,e):new T(`Internal error: ${e}`);var en=class extends T{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},Zt=class extends T{constructor(t="Embedded wallet error",r){super(t,r,"unknown_embedded_wallet_error")}},gs=class extends T{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var co=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 vs="/api/v1/sessions",Cs="/api/v1/sessions/logout",Np="/api/v1/sessions/fork",ws="/api/v1/sessions/fork/recover",Dp="/api/v1/siwe/init",Fp="/api/v1/siwe/authenticate",Up="/api/v1/siwe/link",Bp="/api/v1/siwe/unlink",Hp="/api/v1/farcaster/init",Gp="/api/v1/farcaster/authenticate",Vp="/api/v1/farcaster/link",zp="/api/v1/farcaster/status",qp="/api/v1/farcaster/unlink",$p="/api/v1/passwordless/init",Kp="/api/v1/passwordless/authenticate",jp="/api/v1/passwordless/link",Yp="/api/v1/passwordless/unlink",Zp="/api/v1/passwordless/update",Jp="/api/v1/passwordless_sms/init",Qp="/api/v1/passwordless_sms/link",Xp="/api/v1/passwordless_sms/unlink",eu="/api/v1/passwordless_sms/authenticate",tu="/api/v1/oauth/init",ru="/api/v1/oauth/authenticate",ou="/api/v1/oauth/link",nu="/api/v1/oauth/unlink",iu="/api/v1/recovery/oauth/init",au="/api/v1/recovery/oauth/authenticate",su="/api/v1/passkeys/link/init",lu="/api/v1/passkeys/authenticate/init",cu="/api/v1/passkeys/link",du="/api/v1/passkeys/authenticate",pu="/api/v1/passkeys/unlink";var uu="/api/v1/mfa/passwordless_sms/init",mu="/api/v1/mfa/passkeys/init",fu="/api/v1/users/me/accept_terms",bs="/api/v1/analytics_events",hu="/api/v1/plugins/moonpay_on_ramp/sign",yu="/api/v1/custom_jwt_account/authenticate";var si=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(yu,{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 Ce(t)}}async link(){throw new Error("Unimplemented")}};var tn=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(Kp,{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 Ce(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(jp,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw Ce(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($p,{email:this.meta.email,token:this.meta.captchaToken})}catch(o){throw Ce(o)}}},Es=class extends tn{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(Zp,{oldAddress:this.meta.oldAddress,newAddress:this.meta.email,code:this.meta.emailCode})}catch(r){throw Ce(r)}}};var Ds=require("react-device-detect");var Kc=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)}},Ts=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 jc(){try{let e="privy:__session_storage__test",t="blobby",r=new Ts;return r.put(e,t),r.del(e),!0}catch{return!1}}function Kv(){return typeof window<"u"&&window.localStorage?new Ts:new Kc}var oe=Kv();var Nn=require("@ethersproject/providers");function gu(){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 Ps=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 Yc=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||Ps(e)!=="MetaMask")return!1;if(e.providers){for(let r of e.providers)if(!Yc(r))return!1}return!0},rn=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),vu=()=>{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 Cu="1.63.0";var Zc="4df5e2316331463a9130964bd6078dfa",Jc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",wu="34357d3c125c2bcf2ce2bc3309d98715",Ss="https://auth.privy.io",bu=2e4,it=1400,Eu=2500,xs=Cu;var In="privy:token",Qc="privy-token",ks="privy:refresh_token",Xc="privy-refresh-token",_s="privy-session",fa="privy:session_transfer_token",Yv="privy:wallet",ha="privy:caid",Mn="privy:state_code",Wn="privy:code_verifier",Ln="privy:headless_oauth",As=e=>`${Yv}:${e}`,ed="privy:connectors",td="privy:connections";var On=12e4,Mo=1,rd="0x1",li=3e4,Tu="https://api.moonpay.com/v1",Pu="https://api.moonpay.com/v1",Su="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",xu="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",ku="0x420000000000000000000000000000000000000F",_u=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var Au=(e,t)=>{let r=[],o=[];for(let[n,i]of e.entries())n<t?r.push(i):o.push(i);return[r,o]},Rs=e=>!!String(e).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),Ru=(e,t)=>{let r=e.slice(0),o=[];for(;r.length;)o.push(r.splice(0,t));return o},on=(e,t=3,r=4)=>{if(!e)return"";let o=2,n=3;if(t+r+o+n>=e.length)return e;let i=e.slice(0,o+t),a=e.slice(e.length-r,e.length);return`${i}...${a}`},od=e=>new Promise(t=>setTimeout(t,e));function Iu(e,{interval:t=100,timeout:r=5e3}={}){return new Promise((o,n)=>{let i=0,a,l=()=>{if(i>=r){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){o(a);return}setTimeout(l,t)};l()})}var Mu=(e,t={})=>{let r=t.delayMs||150,o=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<o;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await od(r)}a||i(new Error("Exceeded max attempts before resolving function"))})},Is=(e,t,r={})=>{let o=new URL(t,e);for(let[n,i]of Object.entries(r))o.searchParams.set(n,i);return o.href};var Wu=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Dn=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Lu(e,t,r=3e3){let o=!1,n=window;return new Promise(i=>{n.ethereum?a():(window.addEventListener("ethereum#initialized",a,{once:!0}),setTimeout(()=>{a()},r));function a(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",a);let l=e.getProviders(),s=[];for(let c of l)t.includes("coinbase_wallet")&&c.info.rdns==="com.coinbase.wallet"||s.push({type:c.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:c});for(let c of gu()){let u=Ps(c);if(!l.some(h=>h.info.name===u)){if(Yc(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})}}i(s)}})}function ci(e){return`eip155:${String(Number(e))}`}var Ms=(e,t,r,o)=>{let n=Number(e),i=t.find(l=>l.id===n);if(!i)throw new ce(`Unsupported chainId ${e}`,4901);let a;if(i.rpcUrls.privyWalletOverride&&i.rpcUrls.privyWalletOverride.http[0])a=i.rpcUrls.privyWalletOverride.http[0];else if(r.rpcUrls&&r.rpcUrls[n])a=r.rpcUrls[n];else if(i.rpcUrls.privy?.http[0]){let l=new URL(i.rpcUrls.privy.http[0]);l.searchParams.append("privyAppId",o),a=l.toString()}else i.rpcUrls.infura?.http[0]?a=i.rpcUrls.infura.http[0]+"/"+Zc:i.rpcUrls.blast?.http[0]?a=i.rpcUrls.blast.http[0]+"/"+Jc:a=i.rpcUrls.default?.http[0];if(!a)throw new ce(`No RPC url found for ${e}`);return a},Ou=(e,t)=>{let r=Number(e),o=t.find(n=>n.id===r);if(!o)throw new ce(`Unsupported chainId ${e}`,4901);return o.blockExplorers?.default.url},Wo=(e,t,r,o)=>{let n=Number(e),i=t.find(l=>l.id===n);if(!i)throw new ce(`Unsupported chainId ${e}`,4901);let a;if(i.rpcUrls.privyWalletOverride&&i.rpcUrls.privyWalletOverride.http[0]?a=new Nn.StaticJsonRpcProvider(i.rpcUrls.privyWalletOverride.http[0]):r.rpcUrls&&r.rpcUrls[n]?a=new Nn.StaticJsonRpcProvider(r.rpcUrls[n]):i.rpcUrls.privy?.http[0]?a=new Nn.StaticJsonRpcProvider({url:i.rpcUrls.privy.http[0],headers:{"privy-app-id":o.appId}}):i.rpcUrls.infura?.http[0]?a=new Nn.StaticJsonRpcProvider(i.rpcUrls.infura.http[0]+"/"+Zc):i.rpcUrls.blast?.http[0]?a=new Nn.StaticJsonRpcProvider(i.rpcUrls.blast.http[0]+"/"+Jc):a=new Nn.StaticJsonRpcProvider(i.rpcUrls.default?.http[0]),!a)throw new ce(`No RPC url found for ${e}`);return a},Ws=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 Ls=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[r,o]of Object.entries(Os))if(t.includes(o.hostname))return{walletClientType:r,entry:o}};var Os={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 Zv(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}function Nu(e,t){let r=Zv(t);if(r.deepLink)return Hu(r.deepLink,e);if(r.universalLink)return Gu(r.universalLink,e);throw new T(`Unsupported wallet ${t.id}`)}var Du="WALLETCONNECT_DEEPLINK_CHOICE";function Fu(){try{localStorage.removeItem(Du)}catch{}}function Uu({href:e,name:t}){try{localStorage.setItem(Du,JSON.stringify({href:e,name:t}))}catch{}}function Bu(e){return e.startsWith("http://")||e.startsWith("https://")}function Hu(e,t){if(Bu(e))return Gu(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 Gu(e,t){if(!Bu(e))return Hu(e,t);let r=e;r.endsWith("/")||(r=`${r}/`);let o=encodeURIComponent(t);return{redirect:`${r}wc?uri=${o}`,href:r}}function Ns(e,t){window.open(e,t,"noreferrer noopener")}var Xe=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 ya=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Xe(this._startChannelOnce.bind(this)),this.pollForReady=new Xe(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(Gp,{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 Ce(t)}}async link(){if(!this.api)throw new T("Auth flow has no API instance");try{return await this.api.post(Vp,{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw Ce(t)}}async _startChannelOnce(){if(!this.api)throw new T("Auth flow has no API instance");let t=await this.api.post(Hp,{token:this.captchaToken});Ds.isMobile&&!Ds.isIOS&&t.connect_uri&&Ns(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(zp,{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}};var nd=require("jose");async function Vu(e){let t=new TextEncoder().encode(e),r=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(r)}function zu(e){return crypto.getRandomValues(new Uint8Array(e))}var Jv="S256",Qv="S256";function ga(){return nd.base64url.encode(zu(36))}function Fs(){return ga()}async function Us(e,t=Jv){if(t==Qv){let r=await Vu(e);return nd.base64url.encode(r)}else return e}function qu(){let e=oe.get(Wn);if(!e)throw new T("Authentication error.");return e}function Bs(){return!!oe.get(Ln)}var po=class{constructor(t){let r=typeof t.headless=="boolean"?t.headless:Bs();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=qu();try{let r=await this.api.post(ru,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return oe.del(Wn),this.meta.headless&&oe.del(Ln),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user,oauth_provider_tokens:r.oauth_provider_tokens}}catch(r){let o=Ce(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=oe.get(Wn);if(!t)throw new T("Authentication error.");try{let r=await this.api.post(ou,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return oe.del(Wn),r}catch(r){throw Ce(r)}}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=ga();oe.put(Wn,t);let r=Fs();oe.put(Mn,r);let o=await Us(t);this.meta.headless&&oe.put(Ln,!0);try{return await this.api.post(tu,{provider:this.meta.provider,redirect_to:window.location.href,token:this.meta.captchaToken,code_challenge:o,state_code:r})}catch(n){throw Ce(n)}}};function id(e){return e.charAt(0).toUpperCase()+e.slice(1)}var va=require("react/jsx-runtime"),Hs=({style:e,...t})=>(0,va.jsxs)("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:[(0,va.jsx)("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"}),(0,va.jsx)("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"})]});var nn=require("react/jsx-runtime"),Gs=({style:e,...t})=>(0,nn.jsxs)("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:[(0,nn.jsx)("g",{clipPath:"url(#clip0)",children:(0,nn.jsx)("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"})}),(0,nn.jsx)("defs",{children:(0,nn.jsx)("clipPath",{id:"clip0",children:(0,nn.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var ad=require("react/jsx-runtime"),Vs=({style:e,...t})=>(0,ad.jsx)("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:(0,ad.jsx)("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"})});var Fn=require("react/jsx-runtime"),zs=({style:e,...t})=>(0,Fn.jsxs)("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:[(0,Fn.jsx)("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"}),(0,Fn.jsx)("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"}),(0,Fn.jsx)("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"}),(0,Fn.jsx)("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"})]});var Ca=require("react/jsx-runtime");function qs({style:e,...t}){return(0,Ca.jsx)("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:(0,Ca.jsx)("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:(0,Ca.jsx)("g",{transform:"scale(5.12,5.12)",children:(0,Ca.jsx)("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"})})})})}var wa=require("react/jsx-runtime");function $s(e){return(0,wa.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",...e,children:[(0,wa.jsx)("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"}),(0,wa.jsx)("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"})]})}var di=require("react/jsx-runtime");function Ks(e){return(0,di.jsxs)("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:[(0,di.jsx)("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"}),(0,di.jsx)("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"}),(0,di.jsx)("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"})]})}var sd=require("react/jsx-runtime"),js=({style:e,...t})=>(0,sd.jsx)("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:(0,sd.jsx)("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 Xv={google:{name:"Google",component:zs},discord:{name:"Discord",component:Gs},github:{name:"Github",component:Vs},linkedin:{name:"LinkedIn",component:qs},twitter:{name:"Twitter",component:js},spotify:{name:"Spotify",component:$s},tiktok:{name:"Tiktok",component:Ks},apple:{name:"Apple",component:Hs}},ba=e=>Xv[e];function $u(e,t){let r={detail:"",retryable:!1},o=id(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=ba(t).name;r.detail=`Request limit reached for ${n}. Please wait a moment and try again.`}if(e?.privyErrorCode==="oauth_account_suspended"){let n=ba(t).name;r.detail=`Your ${n} account is suspended. Please try another login method.`}return r}function Ea(){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:Bs(),popupFlow:window.opener!==null}}function Un(){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"),oe.del(Mn),window.history.replaceState({},"",e)}var Bn=class{constructor(t){this.initAuthenticateOnce=new Xe(this._initAuthenticateOnce.bind(this)),this.initLinkOnce=new Xe(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(du,{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"):Ce(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(cu,{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"):Ce(r)}}async _initAuthenticateOnce(){if(!this.api)throw new T("Auth flow has no API instance");return await this.api.post(lu,{token:this.meta.captchaToken})}async _initLinkOnce(){if(!this.api)throw new T("Auth flow has no API instance");return await this.api.post(su,{})}_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 Hn=class{constructor(t,r){this.createSiweMessage=(t,r,o,n,i,a,l)=>`${o} wants you to sign in with your Ethereum account:
|
|
1
|
+
"use strict";var B3=Object.create;var fs=Object.defineProperty;var H3=Object.getOwnPropertyDescriptor;var G3=Object.getOwnPropertyNames;var V3=Object.getPrototypeOf,z3=Object.prototype.hasOwnProperty;var q3=(e,t)=>{for(var r in t)fs(e,r,{get:t[r],enumerable:!0})},Mp=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of G3(t))!z3.call(e,n)&&n!==r&&fs(e,n,{get:()=>t[n],enumerable:!(o=H3(t,n))||o.enumerable});return e};var m=(e,t,r)=>(r=e!=null?B3(V3(e)):{},Mp(t||!e||!e.__esModule?fs(r,"default",{value:e,enumerable:!0}):r,e)),$3=e=>Mp(fs({},"__esModule",{value:!0}),e);var qc=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)};var Wp=(e,t,r)=>(qc(e,t,"read from private field"),r?r.call(e):t.get(e)),hs=(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)},$c=(e,t,r,o)=>(qc(e,t,"write to private field"),o?o.call(e,r):t.set(e,r),r);var Lp=(e,t,r)=>(qc(e,t,"access private method"),r);var j4={};q3(j4,{AsExternalProvider:()=>jr,Captcha:()=>Tl,ConnectorManager:()=>Ei,PrivyClient:()=>Pi,PrivyProvider:()=>l3,PrivyProxyProvider:()=>Ye,SUPPORTED_CHAINS:()=>wi,VERSION:()=>xs,WalletConnector:()=>jt,addRpcUrlOverrideToChain:()=>N3,errorIndicatesMaxMfaRetries:()=>$l,errorIndicatesMfaTimeout:()=>un,errorIndicatesMfaVerificationFailed:()=>mn,getAccessToken:()=>Le,useConnectWallet:()=>C3,useCreateWallet:()=>b3,useExperimentalFarcasterSigner:()=>O3,useFundWallet:()=>E3,useLinkAccount:()=>g3,useLogin:()=>d3,useLoginWithEmail:()=>f3,useLoginWithOAuth:()=>m3,useLoginWithSms:()=>h3,useLogout:()=>u3,useMfa:()=>Xi,useMfaEnrollment:()=>Vr,useModalStatus:()=>M3,usePrivy:()=>H,useRegisterMfaListener:()=>Al,useSendTransaction:()=>T3,useSetWalletPassword:()=>x3,useSignMessage:()=>k3,useSignTypedData:()=>R3,useToken:()=>L3,useWallets:()=>la});module.exports=$3(j4);var cs=require("@ethersproject/address"),Vc=require("@ethersproject/providers"),o3=require("mipd"),ae=require("react");var Op=require("ofetch"),nt=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}]`:""}`}},$r=class extends nt{constructor(r,o,n,i,a){super(n,i,a);this.type=r;this.status=o}},E=class extends nt{constructor(r,o,n){super(r,o,n);this.type="client_error"}},ys=class extends E{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var ce=class extends nt{constructor(r,o,n){super(r,o,n);this.type="connector_error"}},Ce=e=>{if(e instanceof nt)return e;if(!(e instanceof Op.FetchError))return Ot(e);if(!e.response)return new $r("api_error",null,e.message,e);let{type:t,message:r,error:o,code:n}=e.data;return new $r(t||"ApiError",e.response.status,r||o,e,n)},Ot=e=>e instanceof nt?e:e instanceof Error?new E(e.message,e):new E(`Internal error: ${e}`);var en=class extends E{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},Kt=class extends E{constructor(t="Embedded wallet error",r){super(t,r,"unknown_embedded_wallet_error")}},gs=class extends E{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var co=class extends E{constructor(t){super("This application is in development mode and must be upgraded to production to log in new users.",t,"max_accounts_reached")}};var vs="/api/v1/sessions",Cs="/api/v1/sessions/logout",Np="/api/v1/sessions/fork",ws="/api/v1/sessions/fork/recover",Dp="/api/v1/siwe/init",Up="/api/v1/siwe/authenticate",Fp="/api/v1/siwe/link",Bp="/api/v1/siwe/unlink",Hp="/api/v1/farcaster/init",Gp="/api/v1/farcaster/authenticate",Vp="/api/v1/farcaster/link",zp="/api/v1/farcaster/status",qp="/api/v1/farcaster/unlink",$p="/api/v1/passwordless/init",Kp="/api/v1/passwordless/authenticate",jp="/api/v1/passwordless/link",Yp="/api/v1/passwordless/unlink",Zp="/api/v1/passwordless/update",Jp="/api/v1/passwordless_sms/init",Qp="/api/v1/passwordless_sms/link",Xp="/api/v1/passwordless_sms/unlink",eu="/api/v1/passwordless_sms/authenticate",tu="/api/v1/oauth/init",ru="/api/v1/oauth/authenticate",ou="/api/v1/oauth/link",nu="/api/v1/oauth/unlink",iu="/api/v1/recovery/oauth/init",au="/api/v1/recovery/oauth/authenticate",su="/api/v1/passkeys/link/init",lu="/api/v1/passkeys/authenticate/init",cu="/api/v1/passkeys/link",du="/api/v1/passkeys/authenticate",pu="/api/v1/passkeys/unlink";var uu="/api/v1/mfa/passwordless_sms/init",mu="/api/v1/mfa/passkeys/init",fu="/api/v1/users/me/accept_terms",bs="/api/v1/analytics_events",hu="/api/v1/plugins/moonpay_on_ramp/sign",yu="/api/v1/custom_jwt_account/authenticate";var si=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new E("Auth flow has no API instance");try{let t=await this.api.post(yu,{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 Ce(t)}}async link(){throw new Error("Unimplemented")}};var tn=class{constructor(t,r){this.meta={email:t,captchaToken:r}}async authenticate(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new E("Email and email code must be set prior to calling authenticate.");try{let t=await this.api.post(Kp,{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 Ce(t)}}async link(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new E("Email and email code must be set prior to calling authenticate.");try{return await this.api.post(jp,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw Ce(t)}}async sendCodeEmail(t,r){if(!this.api)throw new E("Auth flow has no API instance");if(t&&(this.meta.email=t),r&&(this.meta.captchaToken=r),!this.meta.email)throw new E("Email must be set when initialzing authentication.");try{return await this.api.post($p,{email:this.meta.email,token:this.meta.captchaToken})}catch(o){throw Ce(o)}}},Es=class extends tn{constructor(r,o,n){super(o,n);this.meta={email:o,captchaToken:n,oldAddress:r}}async link(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode||!this.meta.oldAddress)throw new E("Email, email code, and an old email address must be set prior to calling update.");try{return await this.api.post(Zp,{oldAddress:this.meta.oldAddress,newAddress:this.meta.email,code:this.meta.emailCode})}catch(r){throw Ce(r)}}};var Ds=require("react-device-detect");var Kc=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)}},Ps=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 jc(){try{let e="privy:__session_storage__test",t="blobby",r=new Ps;return r.put(e,t),r.del(e),!0}catch{return!1}}function K3(){return typeof window<"u"&&window.localStorage?new Ps:new Kc}var re=K3();var Nn=require("@ethersproject/providers");function gu(){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 Ts=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 Yc=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||Ts(e)!=="MetaMask")return!1;if(e.providers){for(let r of e.providers)if(!Yc(r))return!1}return!0},rn=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),vu=()=>{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 Cu="1.64.0-beta-20240503221045";var Zc="4df5e2316331463a9130964bd6078dfa",Jc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",wu="34357d3c125c2bcf2ce2bc3309d98715",Ss="https://auth.privy.io",bu=2e4,it=1400,Eu=2500,xs=Cu;var In="privy:token",Qc="privy-token",_s="privy:refresh_token",Xc="privy-refresh-token",ks="privy-session",fa="privy:session_transfer_token",Y3="privy:wallet",ha="privy:caid",Mn="privy:state_code",Wn="privy:code_verifier",Ln="privy:headless_oauth",As=e=>`${Y3}:${e}`,ed="privy:connectors",td="privy:connections";var On=12e4,Mo=1,rd="0x1",li=3e4,Pu="https://api.moonpay.com/v1",Tu="https://api.moonpay.com/v1",Su="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",xu="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",_u="0x420000000000000000000000000000000000000F",ku=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var Au=(e,t)=>{let r=[],o=[];for(let[n,i]of e.entries())n<t?r.push(i):o.push(i);return[r,o]},Rs=e=>!!String(e).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),Ru=(e,t)=>{let r=e.slice(0),o=[];for(;r.length;)o.push(r.splice(0,t));return o},on=(e,t=3,r=4)=>{if(!e)return"";let o=2,n=3;if(t+r+o+n>=e.length)return e;let i=e.slice(0,o+t),a=e.slice(e.length-r,e.length);return`${i}...${a}`},od=e=>new Promise(t=>setTimeout(t,e));function Iu(e,{interval:t=100,timeout:r=5e3}={}){return new Promise((o,n)=>{let i=0,a,l=()=>{if(i>=r){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){o(a);return}setTimeout(l,t)};l()})}var Mu=(e,t={})=>{let r=t.delayMs||150,o=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<o;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await od(r)}a||i(new Error("Exceeded max attempts before resolving function"))})},Is=(e,t,r={})=>{let o=new URL(t,e);for(let[n,i]of Object.entries(r))o.searchParams.set(n,i);return o.href};var Wu=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Dn=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Lu(e,t,r=3e3){let o=!1,n=window;return new Promise(i=>{n.ethereum?a():(window.addEventListener("ethereum#initialized",a,{once:!0}),setTimeout(()=>{a()},r));function a(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",a);let l=e.getProviders(),s=[];for(let c of l)t.includes("coinbase_wallet")&&c.info.rdns==="com.coinbase.wallet"||s.push({type:c.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:c});for(let c of gu()){let u=Ts(c);if(!l.some(f=>f.info.name===u)){if(Yc(c,!0)&&!s.find(f=>f.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(u==="Phantom"&&!s.find(f=>f.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}if(u==="Coinbase Wallet"&&!s.find(f=>f.type==="coinbase_wallet")){s.push({type:"coinbase_wallet",legacyInjectedProvider:c});continue}s.find(f=>f.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function ci(e){return`eip155:${String(Number(e))}`}var Ms=(e,t,r,o)=>{let n=Number(e),i=t.find(l=>l.id===n);if(!i)throw new ce(`Unsupported chainId ${e}`,4901);let a;if(i.rpcUrls.privyWalletOverride&&i.rpcUrls.privyWalletOverride.http[0])a=i.rpcUrls.privyWalletOverride.http[0];else if(r.rpcUrls&&r.rpcUrls[n])a=r.rpcUrls[n];else if(i.rpcUrls.privy?.http[0]){let l=new URL(i.rpcUrls.privy.http[0]);l.searchParams.append("privyAppId",o),a=l.toString()}else i.rpcUrls.infura?.http[0]?a=i.rpcUrls.infura.http[0]+"/"+Zc:i.rpcUrls.blast?.http[0]?a=i.rpcUrls.blast.http[0]+"/"+Jc:a=i.rpcUrls.default?.http[0];if(!a)throw new ce(`No RPC url found for ${e}`);return a},Ou=(e,t)=>{let r=Number(e),o=t.find(n=>n.id===r);if(!o)throw new ce(`Unsupported chainId ${e}`,4901);return o.blockExplorers?.default.url},Wo=(e,t,r,o)=>{let n=Number(e),i=t.find(l=>l.id===n);if(!i)throw new ce(`Unsupported chainId ${e}`,4901);let a;if(i.rpcUrls.privyWalletOverride&&i.rpcUrls.privyWalletOverride.http[0]?a=new Nn.StaticJsonRpcProvider(i.rpcUrls.privyWalletOverride.http[0]):r.rpcUrls&&r.rpcUrls[n]?a=new Nn.StaticJsonRpcProvider(r.rpcUrls[n]):i.rpcUrls.privy?.http[0]?a=new Nn.StaticJsonRpcProvider({url:i.rpcUrls.privy.http[0],headers:{"privy-app-id":o.appId}}):i.rpcUrls.infura?.http[0]?a=new Nn.StaticJsonRpcProvider(i.rpcUrls.infura.http[0]+"/"+Zc):i.rpcUrls.blast?.http[0]?a=new Nn.StaticJsonRpcProvider(i.rpcUrls.blast.http[0]+"/"+Jc):a=new Nn.StaticJsonRpcProvider(i.rpcUrls.default?.http[0]),!a)throw new ce(`No RPC url found for ${e}`);return a},Ws=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 Ls=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[r,o]of Object.entries(Os))if(t.includes(o.hostname))return{walletClientType:r,entry:o}};var Os={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 Z3(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}function Nu(e,t){let r=Z3(t);if(r.deepLink)return Hu(r.deepLink,e);if(r.universalLink)return Gu(r.universalLink,e);throw new E(`Unsupported wallet ${t.id}`)}var Du="WALLETCONNECT_DEEPLINK_CHOICE";function Uu(){try{localStorage.removeItem(Du)}catch{}}function Fu({href:e,name:t}){try{localStorage.setItem(Du,JSON.stringify({href:e,name:t}))}catch{}}function Bu(e){return e.startsWith("http://")||e.startsWith("https://")}function Hu(e,t){if(Bu(e))return Gu(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 Gu(e,t){if(!Bu(e))return Hu(e,t);let r=e;r.endsWith("/")||(r=`${r}/`);let o=encodeURIComponent(t);return{redirect:`${r}wc?uri=${o}`,href:r}}function Ns(e,t){window.open(e,t,"noreferrer noopener")}var Qe=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 ya=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Qe(this._startChannelOnce.bind(this)),this.pollForReady=new Qe(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.channelToken)throw new E("Auth flow must be initialized first");try{let t=await this.api.post(Gp,{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new E("No response from authentication");return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw Ce(t)}}async link(){if(!this.api)throw new E("Auth flow has no API instance");try{return await this.api.post(Vp,{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw Ce(t)}}async _startChannelOnce(){if(!this.api)throw new E("Auth flow has no API instance");let t=await this.api.post(Hp,{token:this.captchaToken});Ds.isMobile&&!Ds.isIOS&&t.connect_uri&&Ns(t.connect_uri,"_blank"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new E("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.channelToken)throw new E("Auth flow must be initialized first");let t=await this.api.get(zp,{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}};var nd=require("jose");async function Vu(e){let t=new TextEncoder().encode(e),r=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(r)}function zu(e){return crypto.getRandomValues(new Uint8Array(e))}var J3="S256",Q3="S256";function ga(){return nd.base64url.encode(zu(36))}function Us(){return ga()}async function Fs(e,t=J3){if(t==Q3){let r=await Vu(e);return nd.base64url.encode(r)}else return e}function qu(){let e=re.get(Wn);if(!e)throw new E("Authentication error.");return e}function Bs(){return!!re.get(Ln)}var po=class{constructor(t){let r=typeof t.headless=="boolean"?t.headless:Bs();this.meta={...t,headless:r}}addCaptchaToken(t){this.meta.captchaToken=t}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new E("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new E("User denied confirmation during OAuth flow");let t=qu();try{let r=await this.api.post(ru,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return re.del(Wn),this.meta.headless&&re.del(Ln),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user,oauth_provider_tokens:r.oauth_provider_tokens}}catch(r){let o=Ce(r);throw o.privyErrorCode?new E(o.message||"Invalid code during OAuth flow.",void 0,o.privyErrorCode):o.message==="User denied confirmation during OAuth flow"?new E("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new E("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new E("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new E("User denied confirmation during OAuth flow");let t=re.get(Wn);if(!t)throw new E("Authentication error.");try{let r=await this.api.post(ou,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return re.del(Wn),r}catch(r){throw Ce(r)}}async getAuthorizationUrl(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.provider)throw new E("Provider must be set when initializing OAuth authentication.");let t=ga();re.put(Wn,t);let r=Us();re.put(Mn,r);let o=await Fs(t);this.meta.headless&&re.put(Ln,!0);try{return await this.api.post(tu,{provider:this.meta.provider,redirect_to:window.location.href,token:this.meta.captchaToken,code_challenge:o,state_code:r})}catch(n){throw Ce(n)}}};function id(e){return e.charAt(0).toUpperCase()+e.slice(1)}var va=require("react/jsx-runtime"),Hs=({style:e,...t})=>(0,va.jsxs)("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:[(0,va.jsx)("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"}),(0,va.jsx)("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"})]});var nn=require("react/jsx-runtime"),Gs=({style:e,...t})=>(0,nn.jsxs)("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:[(0,nn.jsx)("g",{clipPath:"url(#clip0)",children:(0,nn.jsx)("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"})}),(0,nn.jsx)("defs",{children:(0,nn.jsx)("clipPath",{id:"clip0",children:(0,nn.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var ad=require("react/jsx-runtime"),Vs=({style:e,...t})=>(0,ad.jsx)("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:(0,ad.jsx)("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"})});var Un=require("react/jsx-runtime"),zs=({style:e,...t})=>(0,Un.jsxs)("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:[(0,Un.jsx)("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"}),(0,Un.jsx)("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"}),(0,Un.jsx)("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"}),(0,Un.jsx)("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"})]});var Ca=require("react/jsx-runtime");function qs({style:e,...t}){return(0,Ca.jsx)("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:(0,Ca.jsx)("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:(0,Ca.jsx)("g",{transform:"scale(5.12,5.12)",children:(0,Ca.jsx)("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"})})})})}var wa=require("react/jsx-runtime");function $s(e){return(0,wa.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",...e,children:[(0,wa.jsx)("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"}),(0,wa.jsx)("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"})]})}var di=require("react/jsx-runtime");function Ks(e){return(0,di.jsxs)("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:[(0,di.jsx)("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"}),(0,di.jsx)("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"}),(0,di.jsx)("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"})]})}var sd=require("react/jsx-runtime"),js=({style:e,...t})=>(0,sd.jsx)("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:(0,sd.jsx)("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 X3={google:{name:"Google",component:zs},discord:{name:"Discord",component:Gs},github:{name:"Github",component:Vs},linkedin:{name:"LinkedIn",component:qs},twitter:{name:"Twitter",component:js},spotify:{name:"Spotify",component:$s},tiktok:{name:"Tiktok",component:Ks},apple:{name:"Apple",component:Hs}},ba=e=>X3[e];function $u(e,t){let r={detail:"",retryable:!1},o=id(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=ba(t).name;r.detail=`Request limit reached for ${n}. Please wait a moment and try again.`}if(e?.privyErrorCode==="oauth_account_suspended"){let n=ba(t).name;r.detail=`Your ${n} account is suspended. Please try another login method.`}return r}function Ea(){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:Bs(),popupFlow:window.opener!==null}}function Fn(){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"),re.del(Mn),window.history.replaceState({},"",e)}var Bn=class{constructor(t){this.initAuthenticateOnce=new Qe(this._initAuthenticateOnce.bind(this)),this.initLinkOnce=new Qe(this._initLinkOnce.bind(this)),this.meta={captchaToken:t}}async initAuthenticationFlow(){if(!this.api)throw new E("Auth flow has no API instance");this.meta.initAuthenticateResponse=await this.initAuthenticateOnce.execute()}async initLinkFlow(){if(!this.api)throw new E("Auth flow has no API instance");this.meta.initLinkResponse=await this.initLinkOnce.execute()}async authenticate(){let t=await import("@simplewebauthn/browser");if(!this.api)throw new E("Auth flow has no API instance");if(!t.browserSupportsWebAuthn())throw new E("WebAuthn is not supported in this browser");this.meta.initAuthenticateResponse||(this.meta.initAuthenticateResponse=await this.initAuthenticateOnce.execute());try{let r=await t.startAuthentication(this._transformInitAuthenticateOptionsToCamelCase(this.meta.initAuthenticateResponse.options)),o=await this.api.post(du,{relying_party:this.meta.initAuthenticateResponse.relying_party,challenge:this.meta.initAuthenticateResponse.options.challenge,authenticator_response:this._transformAuthenticationResponseToSnakeCase(r)});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(r){throw r.name==="NotAllowedError"?new E("Passkey request timed out or rejected by user.",void 0,"passkey_not_allowed"):Ce(r)}}async link(){let t=await import("@simplewebauthn/browser");if(!this.api)throw new E("Auth flow has no API instance");if(!t.browserSupportsWebAuthn())throw new E("WebAuthn is not supported in this browser");this.meta.initLinkResponse||(this.meta.initLinkResponse=await this.initLinkOnce.execute());try{let r=this.meta.initLinkResponse.options,o=await t.startRegistration(this._transformInitLinkOptionsToCamelCase(r));return await this.api.post(cu,{relying_party:this.meta.initLinkResponse.relying_party,authenticator_response:this._transformRegistrationResponseToSnakeCase(o)})}catch(r){throw r.name==="NotAllowedError"?new E("Passkey request timed out or rejected by user.",void 0,"passkey_not_allowed"):Ce(r)}}async _initAuthenticateOnce(){if(!this.api)throw new E("Auth flow has no API instance");return await this.api.post(lu,{token:this.meta.captchaToken})}async _initLinkOnce(){if(!this.api)throw new E("Auth flow has no API instance");return await this.api.post(su,{})}_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 Hn=class{constructor(t,r){this.createSiweMessage=(t,r,o,n,i,a,l)=>`${o} wants you to sign in with your Ethereum account:
|
|
2
2
|
${r}
|
|
3
3
|
|
|
4
4
|
${l}
|
|
@@ -9,7 +9,7 @@ Chain ID: ${t}
|
|
|
9
9
|
Nonce: ${a}
|
|
10
10
|
Issued At: ${i}
|
|
11
11
|
Resources:
|
|
12
|
-
- https://privy.io`;this.getNonceOnce=new Xe(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(Fp,{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 Ce(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(Up,{message:t,signature:r,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw Ce(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(Dp,{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,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,r,n,i,l,o,a)}};var Gn=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(eu,{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 Ce(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(Qp,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw Ce(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(Jp,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(o){throw Ce(o)}}};var Um=require("uuid");function ne(e){return e?new Date(e*1e3):null}function e3(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:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_verified_at),chainType:"ethereum",chainId:r.chain_id,walletClient:r.wallet_client_type==="privy"?"privy":"unknown",walletClientType:r.wallet_client_type,connectorType:r.connector_type,recoveryMethod:r.recovery_method};t.push(n);break;case"email":let i={address:r.address,type:r.type,verifiedAt:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_verified_at)};t.push(i);break;case"phone":let a={number:r.phoneNumber,type:r.type,verifiedAt:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_verified_at)};t.push(a);break;case"google_oauth":let l={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_verified_at)};t.push(l);break;case"spotify_oauth":let s={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_verified_at)};t.push(s);break;case"twitter_oauth":let c={subject:r.subject,username:r.username,name:r.name,type:r.type,profilePictureUrl:r.profile_picture_url,verifiedAt:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_verified_at)};t.push(c);break;case"discord_oauth":let u={subject:r.subject,username:r.username,email:r.email,type:r.type,verifiedAt:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_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:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_verified_at)};t.push(h);break;case"tiktok_oauth":let y={subject:r.subject,username:r.username,name:r.name,type:r.type,verifiedAt:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_verified_at)};t.push(y);break;case"linkedin_oauth":let g={subject:r.subject,name:r.name,email:r.email,type:r.type,verifiedAt:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_verified_at)};t.push(g);break;case"apple_oauth":let b={subject:r.subject,email:r.email,type:r.type,verifiedAt:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_verified_at)};t.push(b);break;case"custom_auth":t.push({type:r.type,customUserId:r.custom_user_id,verifiedAt:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_verified_at)});break;case"farcaster":let C={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:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_verified_at),signerPublicKey:r.signer_public_key};t.push(C);break;case"passkey":let _={type:r.type,enrolledInMfa:r.enrolled_in_mfa,credentialId:r.credential_id,authenticatorName:r.authenticator_name,createdWithDevice:r.created_with_device,createdWithOs:r.created_with_os,createdWithBrowser:r.created_with_browser,verifiedAt:ne(r.verified_at),firstVerifiedAt:ne(r.first_verified_at),latestVerifiedAt:ne(r.latest_verified_at)};t.push(_);break;default:console.warn(`Unrecognized account type: ${o}. Please consider upgrading the Privy SDK.`)}}return t}function Ir(e,t){return e.slice().sort((r,o)=>(o.firstVerifiedAt??o.verifiedAt).getTime()-(r.firstVerifiedAt??r.verifiedAt).getTime()).find(r=>r.type===t)}var He=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,t3=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Mr=(e,t)=>t==="all-users"&&!He(e)||t==="users-without-wallets"&&!t3(e)?.length;function Wr(e){if(!e)return null;let t=e3(e.linked_accounts),r=Ir(t,"wallet"),o=Ir(t,"email"),n=Ir(t,"phone"),i=Ir(t,"google_oauth"),a=Ir(t,"twitter_oauth"),l=Ir(t,"discord_oauth"),s=Ir(t,"github_oauth"),c=Ir(t,"spotify_oauth"),u=Ir(t,"tiktok_oauth"),h=Ir(t,"linkedin_oauth"),y=Ir(t,"apple_oauth"),g=Ir(t,"farcaster"),b=e.mfa_methods.map(({type:_,verified_at:x})=>({type:_,verifiedAt:ne(x)}));return{id:e.id,createdAt:ne(e.created_at),linkedAccounts:t,email:o&&{address:o?.address},phone:n&&{number:n?.number},wallet:r&&{address:r.address,chainType:r.chainType,chainId:r.chainId,walletClient:r.walletClient,walletClientType:r.walletClientType,connectorType:r.connectorType,recoveryMethod:r.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name,profilePictureUrl:a.profilePictureUrl},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},spotify:c&&{subject:c.subject,email:c.email,name:c.name},tiktok:u&&{subject:u.subject,username:u.username,name:u.name},linkedin:h&&{subject:h.subject,name:h.name,email:h.email},apple:y&&{subject:y.subject,email:y.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(_=>_.type),hasAcceptedTerms:e.has_accepted_terms??!1}}var fd=require("@ethersproject/address"),Wm=require("@ethersproject/bytes"),Lm=f(require("eventemitter3"));var Ta=require("react/jsx-runtime"),Ys=({style:e,...t})=>(0,Ta.jsxs)("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:[(0,Ta.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,Ta.jsx)("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"})]});var Yr=require("@ethersproject/address"),ld=require("@ethersproject/providers"),em=f(require("eventemitter3"));var Yu=f(require("eventemitter3"));var r3=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Ku=e=>r3.includes(e);var ju=require("@ethersproject/logger");var pi=class extends ce{constructor(){super("Wallet timeout");this.type="wallet_error"}},ui=class extends ce{constructor(){super("User rejected connection");this.type="wallet_error"}},Kr=e=>{if(e instanceof ce)return e;if(e?.code&&e?.reason){let t=new et(e);return e.code===ju.ErrorCode.ACTION_REJECTED&&(t.details=At.E4001_USER_REJECTED_REQUEST),t}return e?.code?new et(e):new ce("Unknown connector error",e)},hr=class extends nt{constructor(r,o,n){super(r);this.type="provider_error";this.code=o,this.data=n}},et=class extends hr{constructor(r){let o=r;super(o.message,o.code,o.data);let n=Object.values(At).find(i=>i.eipCode===o.code);this.details=n||At.UNKNOWN_ERROR,o.code===-32002&&(o.message?.includes("already pending for origin")?o.message?.includes("wallet_requestPermissions")?this.details=At.E32002_CONNECTION_ALREADY_PENDING:this.details=At.E32002_REQUEST_ALREADY_PENDING:o.message?.includes("Already processing")&&o.message.includes("eth_requestAccounts")&&(this.details=At.E32002_WALLET_LOCKED))}},o3={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}},n3={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}},i3={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}},At={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...i3,...n3},Lo={...o3,...At};var Ze=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 pi,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||On,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 ce(`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 Kr(r)})}},an=class extends Error{constructor(r,o,n){super(r);this.code=o,this.data=n}},Zs=class extends Yu.default{constructor(r,o,n,i,a,l=1){super();this.walletProxy=r,this.address=o,this.chainId=l,this.rpcConfig=n,this.chains=i,this.provider=Wo(l,this.chains,n,{appId:a}),this.rpcTimeoutDuration=mi(n,"privy"),this.appId=a}async handleSendTransaction(r){if(!r.params||!Array.isArray(r.params))throw new an(`Invalid params for ${r.method}`,4200);let o=r.params[0];if(!await Pe()||!this.address)throw new an("Disconnected",4900);return(await Qu(o)).hash}handleSwitchEthereumChain(r){if(!r.params||!Array.isArray(r.params))throw new an(`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 an(`Invalid params for ${r.method}`,4200);this.chainId=Number(o),this.provider=Wo(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 Zu(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 Ju(Ws(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:Dn(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 Dn(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(Ku(r.method)){let o=await Pe();if(await Xu(),!o||!this.address)throw new an("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 an("Disconnected",4900)}}else return this.provider.send(r.method,r.params)}async connect(){let r=await Pe();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}}},jr=class extends Ze{constructor(r){super(r,r.rpcTimeoutDuration)}},sn=class extends Ze{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 a3=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},Jt=class extends em.default{constructor(r,o,n,i){super();this.onAccountsChanged=r=>{r.length===0?this.onDisconnect():this.syncAccounts(r)};this.onChainChanged=r=>{this.wallets.forEach(o=>{o.chainId=ci(r),this.walletClientType==="privy"&&oe.put(As(o.address),r)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=r,this.chains=o,this.defaultChain=n,this.rpcConfig=i,this.rpcTimeoutDuration=mi(i,r),this.connected=!1,this.initialized=!1}buildConnectedWallet(r,o,n){let i=async()=>!!this.wallets.find(a=>(0,Yr.getAddress)(a.address)===(0,Yr.getAddress)(r));return{address:(0,Yr.getAddress)(r),chainId:o,meta:n,switchChain:async a=>{if(!i)throw new ce("Wallet is not currently connected.");let l=this.wallets.find(y=>(0,Yr.getAddress)(y.address)===(0,Yr.getAddress)(r))?.chainId;if(!l)throw new ce("Unable to determine current chainId.");let s,c;if(typeof a=="number"?(s=`0x${a.toString(16)}`,c=a):(s=a,c=Number(a)),l===ci(s))return;let u=this.chains.find(y=>y.id===c);if(!u)throw new ce(`Unsupported chainId: ${a}`);let h=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await h()}catch(y){if(a3(y,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"&&y.message?.includes("wallet_switchEthereumChain")?new ce(`Rainbow does not support the chainId ${o}`):y}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:i,getEthereumProvider:async()=>{if(!await i())throw new ce("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await i())throw new ce("Wallet is not currently connected.");return new ld.Web3Provider(new jr(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await i())throw new ce("Wallet is not currently connected.");return new sn(this.proxyProvider)},sign:async a=>{if(!await i())throw new ce("Wallet is not currently connected.");return await this.sign(a)},disconnect:()=>{this.disconnect()}}}async syncAccounts(r){let o=r;try{if(o===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(o=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!o||!Array.isArray(o)||o.length<=0||!o[0])return;let n=o[0],i=(0,Yr.getAddress)(n),a=[],l;if(this.walletClientType==="privy"){let c=oe.get(As(i));this.chains.find(u=>u.id===Number(c))||(oe.del(As(i)),c=null),l=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${l} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")l=c;else if(typeof c=="number")l=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${rd}`,c),l=rd}let s=ci(l);if(!a.find(c=>(0,Yr.getAddress)(c.address)===i)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};a.push(this.buildConnectedWallet((0,Yr.getAddress)(n),s,c))}Js(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let r=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((o,n)=>n.connectedAt-o.connectedAt).find(o=>r.find(n=>(0,Yr.getAddress)(n)===(0,Yr.getAddress)(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 ld.Web3Provider(new jr(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 fi={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 s3=(e,t)=>{let o=Ms(1,[fi],{},t);return e.makeWeb3Provider(o,1)},Qs,Xs=class extends Jt{constructor(r,o,n,i,a){super("coinbase_wallet",r,o,n);this.connectorType="coinbase_wallet";this.proxyProvider=new Ze(void 0,this.rpcTimeoutDuration),this.subscribeListeners();let l=window.matchMedia("(display-mode: standalone)").matches;Qs||import("@coinbase/wallet-sdk").then(s=>{Qs=new s.default({appName:a,darkMode:!1,headlessMode:!1,enableMobileWalletLink:l}),this.proxyProvider.setWalletProvider(s3(Qs,i))})}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){Qs.disconnect(),this.onDisconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Ys,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 ce("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([r[0]])}catch(r){throw Kr(r)}}};var cd=require("react/jsx-runtime"),el=({...e})=>(0,cd.jsx)("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,cd.jsx)("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 tl=class extends Jt{constructor(r,o,n,i){super("privy",o,n,i);this.connectorType="embedded";this.proxyProvider=r,this.subscribeListeners()}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[Dn(r?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:el,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};var dd=require("react/jsx-runtime"),hi=({style:e,...t})=>(0,dd.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:(0,dd.jsx)("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"})});var Ut=require("react/jsx-runtime"),yi=({style:e,...t})=>(0,Ut.jsxs)("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:[(0,Ut.jsx)("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),(0,Ut.jsx)("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),(0,Ut.jsx)("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"}),(0,Ut.jsx)("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"}),(0,Ut.jsx)("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"}),(0,Ut.jsx)("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"}),(0,Ut.jsx)("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"}),(0,Ut.jsx)("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"}),(0,Ut.jsx)("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"}),(0,Ut.jsx)("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"}),(0,Ut.jsx)("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"}),(0,Ut.jsx)("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"}),(0,Ut.jsx)("path",{d:"m267.2 153.5-52.3-15.3 15.9 23.9-23.7 46 31.2-.4h46.5zm-163.6-15.3-52.3 15.3-17.4 54.2h46.4l31.1.4-23.6-46zm71 26.4 3.3-57.7 15.2-41.1h-67.5l15 41.1 3.5 57.7 1.2 18.2.1 44.8h27.7l.2-44.8z",className:"s3"})]});var Pa=require("react/jsx-runtime"),uo=({style:e,...t})=>(0,Pa.jsxs)("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:[(0,Pa.jsx)("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),(0,Pa.jsx)("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 vi=class extends Jt{constructor(r,o,n,i,a){super(a||"unknown",r,o,n);this.connectorType="injected";this.proxyProvider=new Ze(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let l=i.provider;this.proxyProvider.setWalletProvider(l)}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon,id:this.providerDetail.info.rdns}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let r=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!r||r.length===0||!r[0])throw new ce("Unable to retrieve accounts");await this.syncAccounts([r[0]])}catch(r){throw Kr(r)}}},gi,Ci=class extends Jt{constructor(r,o,n,i,a){super(a??"unknown",r,o,n);this.connectorType="injected";hs(this,gi,void 0);this.proxyProvider=new Ze(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),a==="metamask"?$c(this,gi,{name:"MetaMask",icon:yi,id:"io.metamask"}):a==="phantom"&&$c(this,gi,{name:"Phantom",icon:uo,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 Wp(this,gi)??{name:"Browser Extension",icon:hi,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 ce("Unable to retrieve accounts");await this.syncAccounts([r[0]])}catch(r){throw Kr(r)}}};gi=new WeakMap;var l3=require("@ethersproject/address"),c3=require("@ethersproject/providers"),tm=require("react-device-detect");var rl=class extends vi{disconnect(){console.warn("MetaMask does not support programmatic disconnect.")}async promptConnection(){try{tm.isMobile||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 ce("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Kr(t)}}};var ol=class extends Jt{constructor(r,o){super(r,[],o,{});this.connectorType="null";this.proxyProvider=new Ze(void 0,On);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 nl=class extends ol{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:uo,id:"phantom"}}};var bi=require("@walletconnect/ethereum-provider"),Mm=require("react-device-detect");var Lr=require("react");var rm=require("react/jsx-runtime");function il({src:e,...t}){return(0,rm.jsx)("img",{src:e,...t,style:{display:"none"}})}var mo=require("react"),xm=require("react");var yr={appearance:{landingHeader:"Log in or sign up",theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:wu,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var om=({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 d3=new Set(["coinbase_wallet","cryptocom","metamask","okx_wallet","phantom","rainbow","uniswap","zerion","wallet_connect","detected_wallets"]),nm=e=>d3.has(e),im=(e,t,r)=>r.indexOf(e)===t,am=({input:e,overrides:t})=>t?t.primary.concat(t.overflow??[]).filter(nm).filter(im):e?e.filter(nm).filter(im):yr.appearance.walletList;var al={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 sl={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 ll={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 sm={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 lm={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 cl={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 dl={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 pl={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 cm={id:80085,network:"berachain-artio",name:"Berachain Artio",nativeCurrency:{name:"BERA",symbol:"BERA",decimals:18},rpcUrls:{default:{http:["https://berachain-artio.rpc.privy.systems"]},public:{http:["https://berachain-artio.rpc.privy.systems"]}},blockExplorers:{default:{name:"Beratrail",url:"https://artio.beratrail.io"}},testnet:!0};var dm={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 pm={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 um={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 mm={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 fm={id:17069,name:"Garnet Holesky",network:"garnet-holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.garnetchain.com"]},public:{http:["https://rpc.garnetchain.com"]}},blockExplorers:{default:{name:"Blockscout",url:"https://explorer.garnetchain.com"}}};var hm={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 ym={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 gm={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 vm={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 ul={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 ml={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 fl={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 Sa={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 xa={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 Cm={id:690,name:"Redstone",network:"redstone",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.redstonechain.com"]},public:{http:["https://rpc.redstonechain.com"]}},blockExplorers:{default:{name:"Blockscout",url:"https://explorer.redstone.xyz/"}}};var wm={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 bm={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 hl={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 yl={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 gl={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 wi=[al,sl,ll,hm,bm,fi,ul,ml,fl,Sa,xa,dm,pm,um,mm,cl,dl,pl,cm,gm,vm,sm,lm,hl,gl,yl,ym,Cm,fm,wm],U7=new Set(wi.map(e=>e.id));var ln=f(require("tinycolor2")),Em="#FFFFFF",p3="#000000",u3=Em,m3="#1E1E1D";function f3(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 Oo(e,t){let r=Math.max(0,Math.min(1,e.toHsl().l+t));return(0,ln.default)({...e.toHsl(),l:r})}function Tm({backgroundTheme:e,accentHex:t,successHex:r="#51BA81",warnHex:o="#FFB74D",errorHex:n="#EC6351",whiteHex:i=Em,blackHex:a=p3}){let l;switch(e){case"light":l=u3;break;case"dark":l=m3;break;default:l=e;break}let s=(0,ln.default)(l),c=(0,ln.default)(t),u=(0,ln.default)(r),h=(0,ln.default)(o),y=(0,ln.default)(n),g=f3(s.getLuminance()),b=Oo(s,g==="light"?-.04:.11),C=Oo(s,g==="light"?-.88:.87),_=Oo(s,g==="light"?-.77:.75),x=Oo(s,g==="light"?-.43:.45).desaturate(g==="light"?60:20),w=Oo(s,g==="light"?-.08:.25).desaturate(g==="light"?60:20),I=Oo(c,.15),A=Oo(c,-.06),O=Oo(y,.3),S=(0,ln.default)(c.getLuminance()>.5?a:i),D=Oo(u,-.16);return{colorScheme:g,background:s.toHslString(),background2:b.toHslString(),foreground:C.toHslString(),foreground2:_.toHslString(),foreground3:x.toHslString(),foreground4:w.toHslString(),accent:c.toHslString(),accentLight:I.toHslString(),accentDark:A.toHslString(),foregroundAccent:S.toHslString(),success:u.toHslString(),successDark:D.toHslString(),error:y.toHslString(),errorLight:O.toHslString(),warn:h.toHslString()}}function pd(e,t,r){let o=r?console.warn:()=>{},n=["google","twitter","discord","spotify","tiktok","linkedin","github","apple","farcaster"],i=t?.loginMethods?.filter(tr=>n.includes(tr)),a,l,s,c,u,h,y,g,b,C,_,x,w;t?.loginMethods?(a=t.loginMethods.includes("email"),l=t.loginMethods.includes("sms"),c=t.loginMethods.includes("wallet"),u=i?.includes("google"),h=i?.includes("twitter"),y=i?.includes("discord"),b=i?.includes("spotify"),g=i?.includes("tiktok"),_=i?.includes("github"),C=i?.includes("linkedin"),x=i?.includes("apple"),w=i?.includes("farcaster")):(a=e.emailAuth,l=e.smsAuth,c=e.walletAuth,u=e.googleOAuth,h=e.twitterOAuth,y=e.discordOAuth,_=e.githubOAuth,b=e.spotifyOAuth,g=e.tiktokOAuth,C=e.linkedinOAuth,x=e.appleOAuth,w=e.farcasterAuth),typeof window<"u"&&typeof window.PublicKeyCredential!="function"?s=!1:e.passkeyAuth&&(s=!0);let I=[a,l].filter(Boolean),A=[u,h,y,_,b,g,C,x,w].filter(Boolean),O=[c].filter(Boolean);if(I.length+A.length+O.length===0)throw new Error("You must enable at least one login method");let S=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;S&&O.length===0?(o("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),S=!1):!S&&A.length+I.length===0&&(o("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),S=!0),t?.loginMethods&&t.loginMethodsAndOrder&&o("You should only configure one of `loginMethods` or `loginMethodsAndOrder`");let D=am({input:t?.appearance?.walletList,overrides:t?.loginMethodsAndOrder}),J=om({input:t?.loginMethodsAndOrder}),z=t?.intl?.defaultCountry??"US",{chains:q,defaultChain:M}=h3({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),se=!!t?.defaultChain,B=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,be,ve=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?B?be=t?.embeddedWallets?.noPromptOnSignature??!0:be=t?.embeddedWallets?.noPromptOnSignature??ve:be=ve,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&be!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");let{requireUserPasswordOnCreate:ye,...ke}=t?.embeddedWallets??{};return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,legacyWalletUiConfig:e.legacyWalletUiConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,landingHeader:t?.appearance?.landingHeader??yr.appearance.landingHeader,palette:Tm({backgroundTheme:t?.appearance?.theme??yr.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??yr.appearance.accentColor}),loginGroupPriority:S?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:D},loginMethods:{wallet:c,email:a,sms:l,passkey:s,google:u,twitter:h,discord:y,github:_,spotify:b,tiktok:g,linkedin:C,apple:x,farcaster:w},loginMethodsAndOrder:J,legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??yr.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??yr.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??yr.rpcConfig.rpcTimeouts},chains:q,defaultChain:M,intl:{defaultCountry:z},shouldEnforceDefaultChainOnConnect:se,captchaEnabled:e.captchaEnabled??yr.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...typeof ye=="boolean"?{requireUserOwnedRecoveryOnCreate:ye}:{},...B?{createOnLogin:"all-users",requireUserOwnedRecoveryOnCreate:!1,userOwnedRecoveryOptions:["user-passcode"]}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...ke,noPromptOnSignature:be},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:B?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??yr.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},headless:!!t?.headless,render:{inDialog:t?._render?.inDialog??yr._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??yr._render.inParentNodeId}}}function Pm(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:r,additionalChains:o,supportedChains:n,defaultChain:i,...a}=e;return{...a,...o?{additionalChains:o.map(s=>s.id)}:void 0,...n?{supportedChains:n.map(s=>s.id)}:void 0,...i?{defaultChain:i.id}:void 0,...r?{...r,...r.logo&&typeof r.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function h3({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:wi.find(u=>u.id===s.id)??s)}else n=wi.concat(e??[]);let i=t?n[0]:fi,a=r??i;if(!n.find(l=>l.id===a.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:n,defaultChain:a}}var Sm=function(e,t=0){let r=3735928559^t,o=1103547991^t;for(let n=0,i;n<e.length;n++)i=e.charCodeAt(n),r=Math.imul(r^i,2654435761),o=Math.imul(o^i,1597334677);return r=Math.imul(r^r>>>16,2246822507),r^=Math.imul(o^o>>>13,3266489909),o=Math.imul(o^o>>>16,2246822507),o^=Math.imul(r^r>>>13,3266489909),4294967296*(2097151&o)+(r>>>0)};var Am=require("react/jsx-runtime"),km={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:""},ud=pd(km,void 0,!1),md=(0,xm.createContext)({appConfig:ud,isServerConfigLoaded:!1}),_m=({children:e,legacyCreateEmbeddedWalletFlag:t,client:r,clientConfig:o})=>{let[n,i]=(0,mo.useState)(null),a=(0,mo.useMemo)(()=>pd(n??km,o,!!n),[n,o]);return(0,mo.useEffect)(()=>{if(!n)return;let l=Pm(o,t),s=Sm(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]),(0,mo.useEffect)(()=>{n||(async()=>{try{let s=await r.getServerConfig();s.customApiUrl&&r.updateApiUrl(s.customApiUrl),i(s)}catch(s){console.warn("Error generating app config: ",s)}})()},[]),(0,Am.jsx)(md.Provider,{value:{appConfig:a,isServerConfigLoaded:!!n},children:e})},fo=()=>{let{appConfig:e}=(0,mo.useContext)(md);return e},vl=()=>{let{isServerConfigLoaded:e}=(0,mo.useContext)(md);return e};var E=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var Cl=require("react/jsx-runtime"),Rm=(0,Lr.createContext)({ready:!1,app:ud,currentScreen:null,lastScreen:null,navigate:E,navigateBack:E,resetNavigation:E,setModalData:E,onUserCloseViaDialogOrKeybindRef:void 0}),y3=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],Im=e=>{let t=fo(),r=e.authenticated,[o,n]=(0,Lr.useState)(e.initialScreen);(0,Lr.useEffect)(()=>{!r&&!y3.includes(e.initialScreen)&&e.setInitialScreen(null)},[r]);let i=(0,Lr.useRef)(null);(0,Lr.useEffect)(()=>{e.open||(i.current=null)},[e.open]),(0,Lr.useEffect)(()=>{i.current=null},[e.initialScreen]);let a={ready:!!t.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:o,navigate:(l,s=!0)=>{e.setInitialScreen(l),s&&n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(o)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return(0,Cl.jsxs)(Rm.Provider,{value:a,children:[(typeof t.appearance.logo=="string"||t.appearance.logo?.type==="img")&&(0,Cl.jsx)(il,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},k=()=>(0,Lr.useContext)(Rm);var No=require("react/jsx-runtime"),ka=({style:e,...t})=>{let{app:r}=k();return(0,No.jsxs)("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:[(0,No.jsx)("rect",{width:"28",height:"28",rx:"3",fill:r?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),(0,No.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,No.jsx)("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"})}),(0,No.jsx)("defs",{children:(0,No.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,No.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var ho=class extends Jt{constructor(r,o,n,i,a,l,s){super(s||"unknown",n,i,o);this.connectorType="wallet_connect_v2";this.privyAppId=l,this.walletConnectCloudProjectId=r,this.rpcConfig=o,this.shouldEnforceDefaultChainOnConnect=a,this.proxyProvider=new Ze(void 0,this.rpcTimeoutDuration),s&&(this.walletEntry=Os[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=Ls(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:yi,id:"io.metamask"}:{name:Wu(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||ka,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=Os[r],this.walletClientType=r,this.redirectUri=void 0,Fu(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((r,o)=>{let n=()=>{o(new ui)};this.onQrModalClosed=n,(async()=>{let a="",l=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(l?.length&&(a=l[0]),!a||a==="")throw new ce("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=Ls(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=mi(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),r()})().catch(a=>{if(a){o(Kr(a));return}o(new ce("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(r){this.proxyProvider.setWalletProvider(r)}async createProvider(){let r={};for(let a of this.chains){let l=Ms(a.id,this.chains,this.rpcConfig,this.privyAppId);l&&(r[a.id]=l)}let o=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(a=>a.id),i=await bi.EthereumProvider.init({projectId:this.walletConnectCloudProjectId,chains:o,optionalChains:n,optionalEvents:bi.OPTIONAL_EVENTS,optionalMethods:bi.OPTIONAL_METHODS,rpcMap:r,showQrModal:!1});return i.on("display_uri",a=>{if(i.signer.abortPairingAttempt(),Mm.isMobile&&this.walletEntry){let{redirect:l,href:s}=Nu(a,this.walletEntry);Uu({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,Ns(l,"_self")}else this.modal?.openModal({uri:a,chains:[this.defaultChain.id]})}),i.on("connect",()=>{if(this.modal?.closeModal(),i.session?.peer.metadata.url){let a=Ls(i.session?.peer.metadata.url);this.walletEntry=a?.entry,this.walletClientType=a?.walletClientType||"unknown"}}),i}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var hd=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses")?.split(" ").filter(o=>(0,Wm.isHexString)(o)).map(o=>(0,fd.getAddress)(o));return t?.length?!!e?.linkedAccounts.filter(o=>o.type=="wallet"&&t.includes(o.address)).length:!1},mi=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||On:On,Ei=class extends Lm.default{constructor(r,o,n,i,a,l,s,c,u){super();this.getEthereumProvider=()=>{let r=this.wallets[0],o=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===r?.address));return!r||!o?new Ze:o.proxyProvider};this.privyAppId=r,this.walletConnectCloudProjectId=o,this.rpcConfig=n,this.chains=i,this.defaultChain=a,this.walletConnectors=[],this.initialized=!1,this.store=l,this.walletList=s,this.shouldEnforceDefaultChainOnConnect=c,this.privyAppName=u,this.storedConnections=this.loadConnectionHistory()}get wallets(){let r=new Set,o=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return r.has(a)?!1:(r.add(a),!0)}),n=o.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&o.unshift(o.splice(n,1)[0]),o}async initialize(){if(this.initialized)return;oe.get(ed)&&(oe.getKeys().forEach(o=>{o.startsWith("walletconnect")&&oe.del(o)}),oe.del(ed));let r=Lu(this.store,this.walletList).then(o=>{o.forEach(({type:n,eip6963InjectedProvider:i,legacyInjectedProvider:a})=>{this.createWalletConnector("injected",n,{eip6963InjectedProvider:i,legacyInjectedProvider:a})})});this.walletList.includes("coinbase_wallet")&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),!rn()&&this.walletList.includes("phantom")&&this.createWalletConnector("phantom","phantom"),this.createWalletConnector("wallet_connect_v2","unknown"),await r,this.initialized=!0}findWalletConnector(r,o){return r==="wallet_connect_v2"?this.walletConnectors.find(n=>n.connectorType===r)||null:this.walletConnectors.find(n=>n.connectorType===r&&n.walletClientType===o)||null}onInitialized(r){r.wallets.forEach(o=>{let n=this.storedConnections.find(i=>i.address===o.address&&i.connectorType===o.connectorType&&i.walletClientType===o.walletClientType);n&&(o.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated")}onWalletsUpdated(r){r.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(r,o,n,i){let a=this.findWalletConnector("embedded","privy");if(a)a.proxyProvider.walletProxy=r;else{let l=new Zs(r,o,this.rpcConfig,this.chains,i,n.id),s=new tl(l,this.chains,n,this.rpcConfig);this.addWalletConnector(s)}}removeEmbeddedWalletConnector(){let r=this.findWalletConnector("embedded","privy");if(r){let o=this.walletConnectors.indexOf(r);this.walletConnectors.splice(o,1),this.saveConnectionHistory(),this.storedConnections=this.loadConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(r,o,n){let i=this.findWalletConnector(r,o);if(i)return i instanceof ho&&i.resetConnection(o),i;let l=(()=>{if(r==="injected"){if(o==="metamask"&&n?.eip6963InjectedProvider)return new rl(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(o==="metamask"&&n?.legacyInjectedProvider)return new Ci(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(o==="phantom"&&n?.legacyInjectedProvider)return new Ci(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&o==="unknown_browser_extension")return new Ci(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new vi(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,o)}else return r==="coinbase_wallet"?new Xs(this.chains,this.defaultChain,this.rpcConfig,this.privyAppId,this.privyAppName):r==="phantom"?new nl(this.defaultChain):new ho(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,this.shouldEnforceDefaultChainOnConnect,this.privyAppId,o)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(r){this.walletConnectors.push(r),r.on("initialized",()=>this.onInitialized(r)),r.on("walletsUpdated",()=>this.onWalletsUpdated(r)),r.initialize()}loadConnectionHistory(){let r=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",o=oe.get(td);return o&&Array.isArray(o)&&o.map(a=>r(a)).every(Boolean)?o:[]}saveConnectionHistory(){let r=this.wallets.map(o=>({address:o.address,connectorType:o.connectorType,walletClientType:o.walletClientType,connectedAt:o.connectedAt}));oe.put(td,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=(0,fd.getAddress)(r),this.emit("walletsUpdated")}};function Js(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}var Om=require("ofetch");var g3=[vs,ws,Cs,bs],wl=class{constructor(t,r,o){this.appId=t,this.clientAnalyticsId=r.clientAnalyticsId,this.sdkVersion=xs,this.client=r,this.defaults=o,this.fallbackApiUrl=r.fallbackApiUrl,this.baseFetch=Om.ofetch.create({baseURL:this.defaults.baseURL,timeout:this.defaults.timeout,retry:3,retryDelay:500,retryStatusCodes:[408,409,425,500,502,503,504],credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-ca-id",this.clientAnalyticsId||""),a.set("privy-client",`react-auth:${this.sdkVersion}`);let l=g3.includes(n.toString());if(!a.has("authorization")){let s=await this.client.getAccessToken({disableAutoRefresh:l});s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a,i.retryDelay&&(i.retryDelay=i.retryDelay*3)},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new ys}})}async get(t,r){try{return await this.baseFetch(t,r)}catch(o){throw Ce(o)}}async post(t,r,o){try{return await this.baseFetch(t,{method:"POST",...r?{body:r}:{},...o})}catch(n){throw Ce(n)}}async delete(t,r){try{return await this.baseFetch(t,{method:"DELETE",...r})}catch(o){throw Ce(o)}}};var Nm=e=>({challenge:e.challenge,allowCredentials:e.allow_credentials?.map(t=>({id:t.id,type:t.type,transports:t.transports}))||[],timeout:e.timeout,extensions:{appid:e.extensions?.app_id,credProps:e.extensions?.cred_props,hmacCreateSecret:e.extensions?.hmac_create_secret},userVerification:e.user_verification});var cn=f(require("js-cookie"));function Dm(e){return e instanceof tn?"email":e instanceof Gn?"sms":e instanceof Hn?"siwe":e instanceof si?"custom_auth":e instanceof po?e.meta.provider:null}var Fm=f(require("jose")),yo=class{static parse(t){try{return new yo(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Fm.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 v3=30,bl=class{constructor(){this.authenticateOnce=new Xe(async t=>this._authenticate(t)),this.linkOnce=new Xe(async t=>this._link(t)),this.refreshOnce=new Xe(this._refresh.bind(this)),this.destroyOnce=new Xe(this._destroy.bind(this)),this.forkSessionOnce=new Xe(this._forkSession.bind(this))}get token(){try{let t=oe.get(In);return typeof t=="string"?new yo(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=oe.get(ks);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=oe.get(fa);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=cn.default.get(_s);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=yo.parse(this.token);return t!==null&&!t.isExpired(v3)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let r=await t.authenticate(),{user:o,is_new_user:n,oauth_provider_tokens:i}=r;this.handleTokenResponse(r);let a=i?{provider:i.provider,accessToken:i.access_token,accessTokenExpiresInSeconds:i.access_token_expires_in_seconds,refreshToken:i.refresh_token,scopes:i.scopes}:void 0,l=Dm(t);return l&&this.client&&this.client.createAnalyticsEvent({eventName:"sdk_authenticate",payload:{method:l,isNewUser:n}}),l==="siwe"&&this.client&&this.client.createAnalyticsEvent({eventName:"sdk_authenticate_siwe",payload:{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}}),{user:Wr(o),isNewUser:n,oAuthProviderTokens:a}}catch(r){throw console.warn("Error authenticating session"),Ft(r)}}async _link(t){try{let r=await t.link();return Wr(r)}catch(r){throw console.warn("Error linking account"),Ft(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 i={};t&&(i.authorization=`Bearer ${t}`);let a=r?{refresh_token:r}:{};n=await this.api.post(vs,a,{headers:i}),o&&this.clearForkedToken()}else if(o)n=await this.api.post(ws,{refresh_token:o}),this.clearForkedToken();else return null;return this.handleTokenResponse(n),Wr(n.user)}catch(n){if(n instanceof $r&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Ft(n)}}handleTokenResponse(t){t.session_update_action?t.session_update_action==="set"?(this.storeRefreshToken(t.refresh_token),this.storeToken(t.token)):t.session_update_action==="clear"?this.destroyLocalState():t.session_update_action==="ignore"&&t.token&&this.storeToken(t.token):(this.storeRefreshToken(t.refresh_token),this.storeToken(t.token))}async _destroy(){try{await this.api?.post(Cs,{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(Np,{refresh_token:t});return this.storeRefreshToken(r.refresh_token),this.storeToken(r.token),r.new_session_refresh_token}catch(r){throw Ft(r)}}destroyLocalState(){this.storeRefreshToken(null),this.storeToken(null),this.clearForkedToken()}storeToken(t){if(typeof t=="string"){let r=oe.get(In);if(oe.put(In,t),!this.client?.useServerCookies){let o=yo.parse(t)?.expiration;cn.default.set(Qc,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}r!==t&&this.client?.onStoreToken?.(t)}else oe.del(In),cn.default.remove(Qc),this.client?.onDeleteToken?.()}storeRefreshToken(t){typeof t=="string"?(oe.put(ks,t),this.client?.useServerCookies||(cn.default.set(_s,"t",{sameSite:"Strict",secure:!0,expires:30}),cn.default.set(Xc,t,{sameSite:"Strict",secure:!0,expires:30}))):(oe.del(ks),cn.default.remove(Xc),cn.default.remove(_s))}clearForkedToken(){oe.del(fa)}};var yd,El,Bm,Ti=class{constructor(t){hs(this,El);this.apiUrl=t.apiUrl||Ss,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||bu,this.appId=t.appId,this.clientAnalyticsId=Lp(this,El,Bm).call(this),yd||(yd=new bl),this.session=yd,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager({walletConnectCloudProjectId:t,rpcConfig:r,chains:o,defaultChain:n,store:i,walletList:a,shouldEnforceDefaultChainOnConnect:l,appName:s}){this.connectors||(this.connectors=new Ei(this.appId,t,r,o,n,i,a,l,s))}sessionHasActiveToken(){return this.session.hasActiveToken()}generateApi(){let t=new wl(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}async initMfaSmsVerification(){try{await this.api.post(uu,{action:"verify"})}catch(t){throw Ce(t)}}async initMfaPasskeyVerification(){try{let t=await this.api.post(mu,{});return Nm(t.options)}catch(t){throw Ce(t)}}async unlinkEmail(t){try{let r=await this.api.post(Yp,{address:t});return Wr(r)}catch(r){throw Ft(r)}}async acceptTerms(){try{let t=await this.api.post(fu,{});return Wr(t)}catch(t){throw Ft(t)}}async unlinkPhone(t){try{let r=await this.api.post(Xp,{phoneNumber:t});return Wr(r)}catch(r){throw Ft(r)}}async unlinkWallet(t){try{let r=await this.api.post(Bp,{address:t});return Wr(r)}catch(r){throw Ft(r)}}async unlinkOAuth(t,r){try{let o=await this.api.post(nu,{provider:t,subject:r});return Wr(o)}catch(o){throw Ft(o)}}async unlinkFarcaster(t){try{let r=await this.api.post(qp,{fid:t});return Wr(r)}catch(r){throw Ft(r)}}async unlinkPasskey(t){try{let r=await this.api.post(pu,{credential_id:t});return Wr(r)}catch(r){throw Ft(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(bs,{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(hu,t)}catch(r){throw Ft(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?yo.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 Ft(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()}};El=new WeakSet,Bm=function(){if(typeof window>"u")return null;try{let r=oe.get(ha);if(typeof r=="string"&&r.length>0)return r}catch{}let t=(0,Um.v4)();try{return oe.put(ha,t),t}catch{return t}};var zm=require("@marsidev/react-turnstile"),Tl=require("react");var Or=require("react");var Vm=require("react/jsx-runtime"),Hm=(0,Or.createContext)({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}),Zr=class extends nt{constructor(r,o,n){super(r||"Captcha failed");this.type="Captcha";o instanceof Error&&(this.cause=o),this.privyErrorCode=n}},Gm=({children:e,id:t,captchaSiteKey:r,captchaEnabled:o})=>{let n=(0,Or.useRef)(null),[i,a]=(0,Or.useState)(),[l,s]=(0,Or.useState)(),[c,u]=(0,Or.useState)(!1),h=(0,Or.useMemo)(()=>o?!c&&!i&&!l?{status:"ready"}:c&&!i&&!l?{status:"loading"}:i&&!l?{status:"success",token:i}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[o,i,l,c]);return(0,Vm.jsx)(Hm.Provider,{value:{...h,ref:n,enabled:o,siteKey:r,appId:t,setToken:a,setError:s,setExecuting:u,remove(){o&&(n.current?.remove(),u(!1),s(void 0),a(void 0))},reset(){o&&(n.current?.reset(),u(!1),s(void 0),a(void 0))},execute(){o&&(u(!0),n.current?.execute())},async waitForResult(){if(!o)return"";try{return await Iu(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Zr("Captcha failed",null,"captcha_timeout")}}},children:e})},Me=()=>(0,Or.useContext)(Hm);var gd=require("react/jsx-runtime"),Pl=e=>{let{enabled:t,siteKey:r,appId:o,setError:n,setToken:i,setExecuting:a,ref:l}=Me(),[,s]=(0,Tl.useMemo)(()=>r?.split("t:")||[],[r]);if((0,Tl.useEffect)(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return(0,gd.jsx)("div",{className:"hidden h-0 w-0",children:(0,gd.jsx)(zm.Turnstile,{...e,ref:l,siteKey:s,options:{action:o,size:"invisible",...e.delayedExecution?{appearance:"execute",execution:"execute"}:{appearance:"always",execution:"render"}},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed"),a(!1)},onSuccess:c=>{e.onSuccess?.(c),i(c),a(!1)},onExpire:()=>{e.onExpire?.();try{l.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};var Xo=require("react"),Z2=f(require("react-dom"));var Sl=require("react");var vd=(0,Sl.createContext)({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}),W=()=>(0,Sl.useContext)(vd);var xl=require("react");var _e=(0,xl.createContext)({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,initEnrollmentWithPasskey:E,promptMfa:E,init:E,submitEnrollmentWithSms:E,submitEnrollmentWithTotp:E,submitEnrollmentWithPasskey: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}),G=()=>(0,xl.useContext)(_e);var kl=require("react"),qm=e=>{let[t,r]=(0,kl.useState)("auto");return(0,kl.useEffect)(()=>{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};var Pi=require("react"),$m={login:{onComplete:[],onError:[],onOAuthLoginComplete:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},linkAccount:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},setWalletPassword:{onSuccess:[],onError:[]},signMessage:{onSuccess:[],onError:[]},signTypedData:{onSuccess:[],onError:[]},sendTransaction:{onSuccess:[],onError:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},Cd=(0,Pi.createContext)(void 0),Km=()=>(0,Pi.useContext)(Cd);function tt(e,t){if(!t)return;let o=Km().current[e];return(0,Pi.useEffect)(()=>{for(let[n,i]of Object.entries(t))o.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),o[n]?.push(i);return()=>{for(let[n,i]of Object.entries(t))o.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),o[n]=o[n]?.filter(a=>a!==i)}},[t])}function F(e,t,r,...o){for(let n of e.current[t][r])n(...o)}function _l(){let e=Km();return(t,r,...o)=>F(e,t,r,...o)}function Al(e){tt("configureMfa",e)}var Sd=f(require("@heroicons/react/24/outline/ArrowTopRightOnSquareIcon")),ef=f(require("@heroicons/react/24/solid/DocumentCheckIcon")),tf=f(require("styled-components"));var Nr=f(require("styled-components"));var Rl=f(require("styled-components")),dn=require("react/jsx-runtime"),Bt=({success:e,fail:t})=>(0,dn.jsxs)(dn.Fragment,{children:[(0,dn.jsx)(vt,{className:e?"success":t?"fail":""}),(0,dn.jsx)(wd,{className:e?"success":t?"fail":""})]}),vt=Rl.default.span`
|
|
12
|
+
- https://privy.io`;this.getNonceOnce=new Qe(this._getNonceOnce.bind(this)),this.wallet=t,this.captchaToken=r}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new E("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign(),o=await this.api.post(Up,{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 Ce(t)}}async link(){if(!this.api)throw new E("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign();return await this.api.post(Fp,{message:t,signature:r,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw Ce(t)}}async sign(){if(!this.api)throw new E("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new E("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new E("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(Dp,{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new E("Auth flow has no API instance");let t=this.wallet.address,r=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(r,t,this.nonce),this.preparedMessage}prepareMessage(t,r,o){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,r,n,i,l,o,a)}};var Gn=class{constructor(t,r){this.meta={phoneNumber:t,captchaToken:r}}async authenticate(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new E("phone number and sms code must be set prior to calling authenticate.");try{let t=await this.api.post(eu,{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 Ce(t)}}async link(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new E("phone number and sms code must be set prior to calling authenticate.");try{return await this.api.post(Qp,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw Ce(t)}}async sendSmsCode(t,r){if(!this.api)throw new E("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),r&&(this.meta.captchaToken=r),!this.meta.phoneNumber)throw new E("phone nNumber must be set when initialzing authentication.");try{return await this.api.post(Jp,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(o){throw Ce(o)}}};var Fm=require("uuid");function oe(e){return e?new Date(e*1e3):null}function ev(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:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at),chainType:"ethereum",chainId:r.chain_id,walletClient:r.wallet_client_type==="privy"?"privy":"unknown",walletClientType:r.wallet_client_type,connectorType:r.connector_type,recoveryMethod:r.recovery_method};t.push(n);break;case"email":let i={address:r.address,type:r.type,verifiedAt:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at)};t.push(i);break;case"phone":let a={number:r.phoneNumber,type:r.type,verifiedAt:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at)};t.push(a);break;case"google_oauth":let l={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at)};t.push(l);break;case"spotify_oauth":let s={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at)};t.push(s);break;case"twitter_oauth":let c={subject:r.subject,username:r.username,name:r.name,type:r.type,profilePictureUrl:r.profile_picture_url,verifiedAt:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at)};t.push(c);break;case"discord_oauth":let u={subject:r.subject,username:r.username,email:r.email,type:r.type,verifiedAt:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at)};t.push(u);break;case"github_oauth":let f={subject:r.subject,username:r.username,name:r.name,email:r.email,type:r.type,verifiedAt:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at)};t.push(f);break;case"tiktok_oauth":let y={subject:r.subject,username:r.username,name:r.name,type:r.type,verifiedAt:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at)};t.push(y);break;case"linkedin_oauth":let g={subject:r.subject,name:r.name,email:r.email,type:r.type,verifiedAt:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at)};t.push(g);break;case"apple_oauth":let b={subject:r.subject,email:r.email,type:r.type,verifiedAt:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at)};t.push(b);break;case"custom_auth":t.push({type:r.type,customUserId:r.custom_user_id,verifiedAt:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at)});break;case"farcaster":let v={type:r.type,fid:r.fid,ownerAddress:r.owner_address,displayName:r.display_name,username:r.username,bio:r.bio,pfp:r.profile_picture_url,url:r.homepage_url,verifiedAt:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at),signerPublicKey:r.signer_public_key};t.push(v);break;case"passkey":let k={type:r.type,enrolledInMfa:r.enrolled_in_mfa,credentialId:r.credential_id,authenticatorName:r.authenticator_name,createdWithDevice:r.created_with_device,createdWithOs:r.created_with_os,createdWithBrowser:r.created_with_browser,verifiedAt:oe(r.verified_at),firstVerifiedAt:oe(r.first_verified_at),latestVerifiedAt:oe(r.latest_verified_at)};t.push(k);break;default:console.warn(`Unrecognized account type: ${o}. Please consider upgrading the Privy SDK.`)}}return t}function Ir(e,t){return e.slice().sort((r,o)=>(o.firstVerifiedAt??o.verifiedAt).getTime()-(r.firstVerifiedAt??r.verifiedAt).getTime()).find(r=>r.type===t)}var He=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,tv=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Mr=(e,t)=>t==="all-users"&&!He(e)||t==="users-without-wallets"&&!tv(e)?.length;function Wr(e){if(!e)return null;let t=ev(e.linked_accounts),r=Ir(t,"wallet"),o=Ir(t,"email"),n=Ir(t,"phone"),i=Ir(t,"google_oauth"),a=Ir(t,"twitter_oauth"),l=Ir(t,"discord_oauth"),s=Ir(t,"github_oauth"),c=Ir(t,"spotify_oauth"),u=Ir(t,"tiktok_oauth"),f=Ir(t,"linkedin_oauth"),y=Ir(t,"apple_oauth"),g=Ir(t,"farcaster"),b=e.mfa_methods.map(({type:k,verified_at:x})=>({type:k,verifiedAt:oe(x)}));return{id:e.id,createdAt:oe(e.created_at),linkedAccounts:t,email:o&&{address:o?.address},phone:n&&{number:n?.number},wallet:r&&{address:r.address,chainType:r.chainType,chainId:r.chainId,walletClient:r.walletClient,walletClientType:r.walletClientType,connectorType:r.connectorType,recoveryMethod:r.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name,profilePictureUrl:a.profilePictureUrl},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},spotify:c&&{subject:c.subject,email:c.email,name:c.name},tiktok:u&&{subject:u.subject,username:u.username,name:u.name},linkedin:f&&{subject:f.subject,name:f.name,email:f.email},apple:y&&{subject:y.subject,email:y.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(k=>k.type),hasAcceptedTerms:e.has_accepted_terms??!1}}var fd=require("@ethersproject/address"),Wm=require("@ethersproject/bytes"),Lm=m(require("eventemitter3"));var Pa=require("react/jsx-runtime"),Ys=({style:e,...t})=>(0,Pa.jsxs)("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:[(0,Pa.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,Pa.jsx)("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"})]});var Yr=require("@ethersproject/address"),ld=require("@ethersproject/providers"),em=m(require("eventemitter3"));var Yu=m(require("eventemitter3"));var rv=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Ku=e=>rv.includes(e);var ju=require("@ethersproject/logger");var pi=class extends ce{constructor(){super("Wallet timeout");this.type="wallet_error"}},ui=class extends ce{constructor(){super("User rejected connection");this.type="wallet_error"}},Kr=e=>{if(e instanceof ce)return e;if(e?.code&&e?.reason){let t=new Xe(e);return e.code===ju.ErrorCode.ACTION_REJECTED&&(t.details=kt.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Xe(e):new ce("Unknown connector error",e)},mr=class extends nt{constructor(r,o,n){super(r);this.type="provider_error";this.code=o,this.data=n}},Xe=class extends mr{constructor(r){let o=r;super(o.message,o.code,o.data);let n=Object.values(kt).find(i=>i.eipCode===o.code);this.details=n||kt.UNKNOWN_ERROR,o.code===-32002&&(o.message?.includes("already pending for origin")?o.message?.includes("wallet_requestPermissions")?this.details=kt.E32002_CONNECTION_ALREADY_PENDING:this.details=kt.E32002_REQUEST_ALREADY_PENDING:o.message?.includes("Already processing")&&o.message.includes("eth_requestAccounts")&&(this.details=kt.E32002_WALLET_LOCKED))}},ov={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}},nv={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}},iv={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}},kt={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...iv,...nv},Lo={...ov,...kt};var Ye=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 pi,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||On,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 ce(`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 Kr(r)})}},an=class extends Error{constructor(r,o,n){super(r);this.code=o,this.data=n}},Zs=class extends Yu.default{constructor(r,o,n,i,a,l=1){super();this.walletProxy=r,this.address=o,this.chainId=l,this.rpcConfig=n,this.chains=i,this.provider=Wo(l,this.chains,n,{appId:a}),this.rpcTimeoutDuration=mi(n,"privy"),this.appId=a}async handleSendTransaction(r){if(!r.params||!Array.isArray(r.params))throw new an(`Invalid params for ${r.method}`,4200);let o=r.params[0];if(!await Le()||!this.address)throw new an("Disconnected",4900);return(await Qu(o)).hash}handleSwitchEthereumChain(r){if(!r.params||!Array.isArray(r.params))throw new an(`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 an(`Invalid params for ${r.method}`,4200);this.chainId=Number(o),this.provider=Wo(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 Zu(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 Ju(Ws(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:Dn(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 Dn(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(Ku(r.method)){let o=await Le();if(await Xu(),!o||!this.address)throw new an("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 an("Disconnected",4900)}}else return this.provider.send(r.method,r.params)}async connect(){let r=await Le();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}}},jr=class extends Ye{constructor(r){super(r,r.rpcTimeoutDuration)}},sn=class extends Ye{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 av=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},jt=class extends em.default{constructor(r,o,n,i){super();this.onAccountsChanged=r=>{r.length===0?this.onDisconnect():this.syncAccounts(r)};this.onChainChanged=r=>{this.wallets.forEach(o=>{o.chainId=ci(r),this.walletClientType==="privy"&&re.put(As(o.address),r)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=r,this.chains=o,this.defaultChain=n,this.rpcConfig=i,this.rpcTimeoutDuration=mi(i,r),this.connected=!1,this.initialized=!1}buildConnectedWallet(r,o,n){let i=async()=>!!this.wallets.find(a=>(0,Yr.getAddress)(a.address)===(0,Yr.getAddress)(r));return{address:(0,Yr.getAddress)(r),chainId:o,meta:n,switchChain:async a=>{if(!i)throw new ce("Wallet is not currently connected.");let l=this.wallets.find(y=>(0,Yr.getAddress)(y.address)===(0,Yr.getAddress)(r))?.chainId;if(!l)throw new ce("Unable to determine current chainId.");let s,c;if(typeof a=="number"?(s=`0x${a.toString(16)}`,c=a):(s=a,c=Number(a)),l===ci(s))return;let u=this.chains.find(y=>y.id===c);if(!u)throw new ce(`Unsupported chainId: ${a}`);let f=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await f()}catch(y){if(av(y,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:u.name,nativeCurrency:u.nativeCurrency,rpcUrls:[u.rpcUrls.default?.http[0]??""],blockExplorerUrls:[u.blockExplorers?.default.url??""]}]}),f();throw this.walletClientType==="rainbow"&&y.message?.includes("wallet_switchEthereumChain")?new ce(`Rainbow does not support the chainId ${o}`):y}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:i,getEthereumProvider:async()=>{if(!await i())throw new ce("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await i())throw new ce("Wallet is not currently connected.");return new ld.Web3Provider(new jr(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await i())throw new ce("Wallet is not currently connected.");return new sn(this.proxyProvider)},sign:async a=>{if(!await i())throw new ce("Wallet is not currently connected.");return await this.sign(a)},disconnect:()=>{this.disconnect()}}}async syncAccounts(r){let o=r;try{if(o===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(o=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!o||!Array.isArray(o)||o.length<=0||!o[0])return;let n=o[0],i=(0,Yr.getAddress)(n),a=[],l;if(this.walletClientType==="privy"){let c=re.get(As(i));this.chains.find(u=>u.id===Number(c))||(re.del(As(i)),c=null),l=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${l} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")l=c;else if(typeof c=="number")l=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${rd}`,c),l=rd}let s=ci(l);if(!a.find(c=>(0,Yr.getAddress)(c.address)===i)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};a.push(this.buildConnectedWallet((0,Yr.getAddress)(n),s,c))}Js(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let r=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((o,n)=>n.connectedAt-o.connectedAt).find(o=>r.find(n=>(0,Yr.getAddress)(n)===(0,Yr.getAddress)(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 ld.Web3Provider(new jr(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 fi={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 sv=(e,t)=>{let o=Ms(1,[fi],{},t);return e.makeWeb3Provider(o,1)},Qs,Xs=class extends jt{constructor(r,o,n,i,a){super("coinbase_wallet",r,o,n);this.connectorType="coinbase_wallet";this.proxyProvider=new Ye(void 0,this.rpcTimeoutDuration),this.subscribeListeners();let l=window.matchMedia("(display-mode: standalone)").matches;Qs||import("@coinbase/wallet-sdk").then(s=>{Qs=new s.default({appName:a,darkMode:!1,headlessMode:!1,enableMobileWalletLink:l}),this.proxyProvider.setWalletProvider(sv(Qs,i))})}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){Qs.disconnect(),this.onDisconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Ys,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 ce("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([r[0]])}catch(r){throw Kr(r)}}};var cd=require("react/jsx-runtime"),el=({...e})=>(0,cd.jsx)("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,cd.jsx)("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 tl=class extends jt{constructor(r,o,n,i){super("privy",o,n,i);this.connectorType="embedded";this.proxyProvider=r,this.subscribeListeners()}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[Dn(r?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:el,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};var dd=require("react/jsx-runtime"),hi=({style:e,...t})=>(0,dd.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:(0,dd.jsx)("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"})});var Nt=require("react/jsx-runtime"),yi=({style:e,...t})=>(0,Nt.jsxs)("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:[(0,Nt.jsx)("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),(0,Nt.jsx)("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),(0,Nt.jsx)("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"}),(0,Nt.jsx)("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"}),(0,Nt.jsx)("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"}),(0,Nt.jsx)("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"}),(0,Nt.jsx)("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"}),(0,Nt.jsx)("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"}),(0,Nt.jsx)("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"}),(0,Nt.jsx)("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"}),(0,Nt.jsx)("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"}),(0,Nt.jsx)("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"}),(0,Nt.jsx)("path",{d:"m267.2 153.5-52.3-15.3 15.9 23.9-23.7 46 31.2-.4h46.5zm-163.6-15.3-52.3 15.3-17.4 54.2h46.4l31.1.4-23.6-46zm71 26.4 3.3-57.7 15.2-41.1h-67.5l15 41.1 3.5 57.7 1.2 18.2.1 44.8h27.7l.2-44.8z",className:"s3"})]});var Ta=require("react/jsx-runtime"),uo=({style:e,...t})=>(0,Ta.jsxs)("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:[(0,Ta.jsx)("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),(0,Ta.jsx)("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 vi=class extends jt{constructor(r,o,n,i,a){super(a||"unknown",r,o,n);this.connectorType="injected";this.proxyProvider=new Ye(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let l=i.provider;this.proxyProvider.setWalletProvider(l)}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon,id:this.providerDetail.info.rdns}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let r=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!r||r.length===0||!r[0])throw new ce("Unable to retrieve accounts");await this.syncAccounts([r[0]])}catch(r){throw Kr(r)}}},gi,Ci=class extends jt{constructor(r,o,n,i,a){super(a??"unknown",r,o,n);this.connectorType="injected";hs(this,gi,void 0);this.proxyProvider=new Ye(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),a==="metamask"?$c(this,gi,{name:"MetaMask",icon:yi,id:"io.metamask"}):a==="phantom"&&$c(this,gi,{name:"Phantom",icon:uo,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 Wp(this,gi)??{name:"Browser Extension",icon:hi,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 ce("Unable to retrieve accounts");await this.syncAccounts([r[0]])}catch(r){throw Kr(r)}}};gi=new WeakMap;var lv=require("@ethersproject/address"),cv=require("@ethersproject/providers"),tm=require("react-device-detect");var rl=class extends vi{disconnect(){console.warn("MetaMask does not support programmatic disconnect.")}async promptConnection(){try{tm.isMobile||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 ce("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Kr(t)}}};var ol=class extends jt{constructor(r,o){super(r,[],o,{});this.connectorType="null";this.proxyProvider=new Ye(void 0,On);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 nl=class extends ol{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:uo,id:"phantom"}}};var bi=require("@walletconnect/ethereum-provider"),Mm=require("react-device-detect");var Lr=require("react");var rm=require("react/jsx-runtime");function il({src:e,...t}){return(0,rm.jsx)("img",{src:e,...t,style:{display:"none"}})}var mo=require("react"),xm=require("react");var fr={appearance:{landingHeader:"Log in or sign up",theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:wu,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var om=({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 dv=new Set(["coinbase_wallet","cryptocom","metamask","okx_wallet","phantom","rainbow","uniswap","zerion","wallet_connect","detected_wallets"]),nm=e=>dv.has(e),im=(e,t,r)=>r.indexOf(e)===t,am=({input:e,overrides:t})=>t?t.primary.concat(t.overflow??[]).filter(nm).filter(im):e?e.filter(nm).filter(im):fr.appearance.walletList;var al={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 sl={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 ll={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 sm={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 lm={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 cl={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 dl={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 pl={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 cm={id:80085,network:"berachain-artio",name:"Berachain Artio",nativeCurrency:{name:"BERA",symbol:"BERA",decimals:18},rpcUrls:{default:{http:["https://berachain-artio.rpc.privy.systems"]},public:{http:["https://berachain-artio.rpc.privy.systems"]}},blockExplorers:{default:{name:"Beratrail",url:"https://artio.beratrail.io"}},testnet:!0};var dm={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 pm={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 um={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 mm={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 fm={id:17069,name:"Garnet Holesky",network:"garnet-holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.garnetchain.com"]},public:{http:["https://rpc.garnetchain.com"]}},blockExplorers:{default:{name:"Blockscout",url:"https://explorer.garnetchain.com"}}};var hm={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 ym={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 gm={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 vm={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 ul={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 ml={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 fl={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 Sa={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 xa={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 Cm={id:690,name:"Redstone",network:"redstone",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.redstonechain.com"]},public:{http:["https://rpc.redstonechain.com"]}},blockExplorers:{default:{name:"Blockscout",url:"https://explorer.redstone.xyz/"}}};var wm={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 bm={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 hl={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 yl={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 gl={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 wi=[al,sl,ll,hm,bm,fi,ul,ml,fl,Sa,xa,dm,pm,um,mm,cl,dl,pl,cm,gm,vm,sm,lm,hl,gl,yl,ym,Cm,fm,wm],F7=new Set(wi.map(e=>e.id));var ln=m(require("tinycolor2")),Em="#FFFFFF",pv="#000000",uv=Em,mv="#1E1E1D";function fv(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 Oo(e,t){let r=Math.max(0,Math.min(1,e.toHsl().l+t));return(0,ln.default)({...e.toHsl(),l:r})}function Pm({backgroundTheme:e,accentHex:t,successHex:r="#51BA81",warnHex:o="#FFB74D",errorHex:n="#EC6351",whiteHex:i=Em,blackHex:a=pv}){let l;switch(e){case"light":l=uv;break;case"dark":l=mv;break;default:l=e;break}let s=(0,ln.default)(l),c=(0,ln.default)(t),u=(0,ln.default)(r),f=(0,ln.default)(o),y=(0,ln.default)(n),g=fv(s.getLuminance()),b=Oo(s,g==="light"?-.04:.11),v=Oo(s,g==="light"?-.88:.87),k=Oo(s,g==="light"?-.77:.75),x=Oo(s,g==="light"?-.43:.45).desaturate(g==="light"?60:20),w=Oo(s,g==="light"?-.08:.25).desaturate(g==="light"?60:20),I=Oo(c,.15),A=Oo(c,-.06),O=Oo(y,.3),S=(0,ln.default)(c.getLuminance()>.5?a:i),D=Oo(u,-.16);return{colorScheme:g,background:s.toHslString(),background2:b.toHslString(),foreground:v.toHslString(),foreground2:k.toHslString(),foreground3:x.toHslString(),foreground4:w.toHslString(),accent:c.toHslString(),accentLight:I.toHslString(),accentDark:A.toHslString(),foregroundAccent:S.toHslString(),success:u.toHslString(),successDark:D.toHslString(),error:y.toHslString(),errorLight:O.toHslString(),warn:f.toHslString()}}function pd(e,t,r){let o=r?console.warn:()=>{},n=["google","twitter","discord","spotify","tiktok","linkedin","github","apple","farcaster"],i=t?.loginMethods?.filter(Qt=>n.includes(Qt)),a,l,s,c,u,f,y,g,b,v,k,x,w;t?.loginMethods?(a=t.loginMethods.includes("email"),l=t.loginMethods.includes("sms"),c=t.loginMethods.includes("wallet"),u=i?.includes("google"),f=i?.includes("twitter"),y=i?.includes("discord"),b=i?.includes("spotify"),g=i?.includes("tiktok"),k=i?.includes("github"),v=i?.includes("linkedin"),x=i?.includes("apple"),w=i?.includes("farcaster")):(a=e.emailAuth,l=e.smsAuth,c=e.walletAuth,u=e.googleOAuth,f=e.twitterOAuth,y=e.discordOAuth,k=e.githubOAuth,b=e.spotifyOAuth,g=e.tiktokOAuth,v=e.linkedinOAuth,x=e.appleOAuth,w=e.farcasterAuth),typeof window<"u"&&typeof window.PublicKeyCredential!="function"?s=!1:e.passkeyAuth&&(s=!0);let I=[a,l].filter(Boolean),A=[u,f,y,k,b,g,v,x,w].filter(Boolean),O=[c].filter(Boolean);if(I.length+A.length+O.length===0)throw new Error("You must enable at least one login method");let S=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;S&&O.length===0?(o("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),S=!1):!S&&A.length+I.length===0&&(o("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),S=!0),t?.loginMethods&&t.loginMethodsAndOrder&&o("You should only configure one of `loginMethods` or `loginMethodsAndOrder`");let D=am({input:t?.appearance?.walletList,overrides:t?.loginMethodsAndOrder}),J=om({input:t?.loginMethodsAndOrder}),z=t?.intl?.defaultCountry??"US",{chains:q,defaultChain:W}=hv({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),se=!!t?.defaultChain,B=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,be,ve=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?B?be=t?.embeddedWallets?.noPromptOnSignature??!0:be=t?.embeddedWallets?.noPromptOnSignature??ve:be=ve,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&be!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");let{requireUserPasswordOnCreate:ye,...Se}=t?.embeddedWallets??{};return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,legacyWalletUiConfig:e.legacyWalletUiConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,landingHeader:t?.appearance?.landingHeader??fr.appearance.landingHeader,palette:Pm({backgroundTheme:t?.appearance?.theme??fr.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??fr.appearance.accentColor}),loginGroupPriority:S?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:D},loginMethods:{wallet:c,email:a,sms:l,passkey:s,google:u,twitter:f,discord:y,github:k,spotify:b,tiktok:g,linkedin:v,apple:x,farcaster:w},loginMethodsAndOrder:J,legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??fr.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??fr.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??fr.rpcConfig.rpcTimeouts},chains:q,defaultChain:W,intl:{defaultCountry:z},shouldEnforceDefaultChainOnConnect:se,captchaEnabled:e.captchaEnabled??fr.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...typeof ye=="boolean"?{requireUserOwnedRecoveryOnCreate:ye}:{},...B?{createOnLogin:"all-users",requireUserOwnedRecoveryOnCreate:!1,userOwnedRecoveryOptions:["user-passcode"]}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...Se,noPromptOnSignature:be},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:B?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??fr.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},headless:!!t?.headless,render:{inDialog:t?._render?.inDialog??fr._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??fr._render.inParentNodeId}}}function Tm(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:r,additionalChains:o,supportedChains:n,defaultChain:i,...a}=e;return{...a,...o?{additionalChains:o.map(s=>s.id)}:void 0,...n?{supportedChains:n.map(s=>s.id)}:void 0,...i?{defaultChain:i.id}:void 0,...r?{...r,...r.logo&&typeof r.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function hv({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:wi.find(u=>u.id===s.id)??s)}else n=wi.concat(e??[]);let i=t?n[0]:fi,a=r??i;if(!n.find(l=>l.id===a.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:n,defaultChain:a}}var Sm=function(e,t=0){let r=3735928559^t,o=1103547991^t;for(let n=0,i;n<e.length;n++)i=e.charCodeAt(n),r=Math.imul(r^i,2654435761),o=Math.imul(o^i,1597334677);return r=Math.imul(r^r>>>16,2246822507),r^=Math.imul(o^o>>>13,3266489909),o=Math.imul(o^o>>>16,2246822507),o^=Math.imul(r^r>>>13,3266489909),4294967296*(2097151&o)+(r>>>0)};var Am=require("react/jsx-runtime"),_m={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:""},ud=pd(_m,void 0,!1),md=(0,xm.createContext)({appConfig:ud,isServerConfigLoaded:!1}),km=({children:e,legacyCreateEmbeddedWalletFlag:t,client:r,clientConfig:o})=>{let[n,i]=(0,mo.useState)(null),a=(0,mo.useMemo)(()=>pd(n??_m,o,!!n),[n,o]);return(0,mo.useEffect)(()=>{if(!n)return;let l=Tm(o,t),s=Sm(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]),(0,mo.useEffect)(()=>{n||(async()=>{try{let s=await r.getServerConfig();s.customApiUrl&&r.updateApiUrl(s.customApiUrl),i(s)}catch(s){console.warn("Error generating app config: ",s)}})()},[]),(0,Am.jsx)(md.Provider,{value:{appConfig:a,isServerConfigLoaded:!!n},children:e})},fo=()=>{let{appConfig:e}=(0,mo.useContext)(md);return e},vl=()=>{let{isServerConfigLoaded:e}=(0,mo.useContext)(md);return e};var T=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var Cl=require("react/jsx-runtime"),Rm=(0,Lr.createContext)({ready:!1,app:ud,currentScreen:null,lastScreen:null,navigate:T,navigateBack:T,resetNavigation:T,setModalData:T,onUserCloseViaDialogOrKeybindRef:void 0}),yv=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],Im=e=>{let t=fo(),r=e.authenticated,[o,n]=(0,Lr.useState)(e.initialScreen);(0,Lr.useEffect)(()=>{!r&&!yv.includes(e.initialScreen)&&e.setInitialScreen(null)},[r]);let i=(0,Lr.useRef)(null);(0,Lr.useEffect)(()=>{e.open||(i.current=null)},[e.open]),(0,Lr.useEffect)(()=>{i.current=null},[e.initialScreen]);let a={ready:!!t.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:o,navigate:(l,s=!0)=>{e.setInitialScreen(l),s&&n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(o)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return(0,Cl.jsxs)(Rm.Provider,{value:a,children:[(typeof t.appearance.logo=="string"||t.appearance.logo?.type==="img")&&(0,Cl.jsx)(il,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},_=()=>(0,Lr.useContext)(Rm);var No=require("react/jsx-runtime"),_a=({style:e,...t})=>{let{app:r}=_();return(0,No.jsxs)("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:[(0,No.jsx)("rect",{width:"28",height:"28",rx:"3",fill:r?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),(0,No.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,No.jsx)("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"})}),(0,No.jsx)("defs",{children:(0,No.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,No.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var ho=class extends jt{constructor(r,o,n,i,a,l,s){super(s||"unknown",n,i,o);this.connectorType="wallet_connect_v2";this.privyAppId=l,this.walletConnectCloudProjectId=r,this.rpcConfig=o,this.shouldEnforceDefaultChainOnConnect=a,this.proxyProvider=new Ye(void 0,this.rpcTimeoutDuration),s&&(this.walletEntry=Os[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=Ls(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:yi,id:"io.metamask"}:{name:Wu(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||_a,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=Os[r],this.walletClientType=r,this.redirectUri=void 0,Uu(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((r,o)=>{let n=()=>{o(new ui)};this.onQrModalClosed=n,(async()=>{let a="",l=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(l?.length&&(a=l[0]),!a||a==="")throw new ce("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=Ls(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=mi(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),r()})().catch(a=>{if(a){o(Kr(a));return}o(new ce("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(r){this.proxyProvider.setWalletProvider(r)}async createProvider(){let r={};for(let a of this.chains){let l=Ms(a.id,this.chains,this.rpcConfig,this.privyAppId);l&&(r[a.id]=l)}let o=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(a=>a.id),i=await bi.EthereumProvider.init({projectId:this.walletConnectCloudProjectId,chains:o,optionalChains:n,optionalEvents:bi.OPTIONAL_EVENTS,optionalMethods:bi.OPTIONAL_METHODS,rpcMap:r,showQrModal:!1});return i.on("display_uri",a=>{if(i.signer.abortPairingAttempt(),Mm.isMobile&&this.walletEntry){let{redirect:l,href:s}=Nu(a,this.walletEntry);Fu({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,Ns(l,"_self")}else this.modal?.openModal({uri:a,chains:[this.defaultChain.id]})}),i.on("connect",()=>{if(this.modal?.closeModal(),i.session?.peer.metadata.url){let a=Ls(i.session?.peer.metadata.url);this.walletEntry=a?.entry,this.walletClientType=a?.walletClientType||"unknown"}}),i}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var hd=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses")?.split(" ").filter(o=>(0,Wm.isHexString)(o)).map(o=>(0,fd.getAddress)(o));return t?.length?!!e?.linkedAccounts.filter(o=>o.type=="wallet"&&t.includes(o.address)).length:!1},mi=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||On:On,Ei=class extends Lm.default{constructor(r,o,n,i,a,l,s,c,u){super();this.getEthereumProvider=()=>{let r=this.wallets[0],o=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===r?.address));return!r||!o?new Ye:o.proxyProvider};this.privyAppId=r,this.walletConnectCloudProjectId=o,this.rpcConfig=n,this.chains=i,this.defaultChain=a,this.walletConnectors=[],this.initialized=!1,this.store=l,this.walletList=s,this.shouldEnforceDefaultChainOnConnect=c,this.privyAppName=u,this.storedConnections=this.loadConnectionHistory()}get wallets(){let r=new Set,o=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return r.has(a)?!1:(r.add(a),!0)}),n=o.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&o.unshift(o.splice(n,1)[0]),o}async initialize(){if(this.initialized)return;re.get(ed)&&(re.getKeys().forEach(o=>{o.startsWith("walletconnect")&&re.del(o)}),re.del(ed));let r=Lu(this.store,this.walletList).then(o=>{o.forEach(({type:n,eip6963InjectedProvider:i,legacyInjectedProvider:a})=>{this.createWalletConnector("injected",n,{eip6963InjectedProvider:i,legacyInjectedProvider:a})})});this.walletList.includes("coinbase_wallet")&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),!rn()&&this.walletList.includes("phantom")&&this.createWalletConnector("phantom","phantom"),this.createWalletConnector("wallet_connect_v2","unknown"),await r,this.initialized=!0}findWalletConnector(r,o){return r==="wallet_connect_v2"?this.walletConnectors.find(n=>n.connectorType===r)||null:this.walletConnectors.find(n=>n.connectorType===r&&n.walletClientType===o)||null}onInitialized(r){r.wallets.forEach(o=>{let n=this.storedConnections.find(i=>i.address===o.address&&i.connectorType===o.connectorType&&i.walletClientType===o.walletClientType);n&&(o.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated")}onWalletsUpdated(r){r.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(r,o,n,i){let a=this.findWalletConnector("embedded","privy");if(a)a.proxyProvider.walletProxy=r;else{let l=new Zs(r,o,this.rpcConfig,this.chains,i,n.id),s=new tl(l,this.chains,n,this.rpcConfig);this.addWalletConnector(s)}}removeEmbeddedWalletConnector(){let r=this.findWalletConnector("embedded","privy");if(r){let o=this.walletConnectors.indexOf(r);this.walletConnectors.splice(o,1),this.saveConnectionHistory(),this.storedConnections=this.loadConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(r,o,n){let i=this.findWalletConnector(r,o);if(i)return i instanceof ho&&i.resetConnection(o),i;let l=(()=>{if(r==="injected"){if(o==="metamask"&&n?.eip6963InjectedProvider)return new rl(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(o==="metamask"&&n?.legacyInjectedProvider)return new Ci(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(o==="phantom"&&n?.legacyInjectedProvider)return new Ci(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&o==="unknown_browser_extension")return new Ci(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new vi(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,o)}else return r==="coinbase_wallet"?new Xs(this.chains,this.defaultChain,this.rpcConfig,this.privyAppId,this.privyAppName):r==="phantom"?new nl(this.defaultChain):new ho(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,this.shouldEnforceDefaultChainOnConnect,this.privyAppId,o)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(r){this.walletConnectors.push(r),r.on("initialized",()=>this.onInitialized(r)),r.on("walletsUpdated",()=>this.onWalletsUpdated(r)),r.initialize()}loadConnectionHistory(){let r=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",o=re.get(td);return o&&Array.isArray(o)&&o.map(a=>r(a)).every(Boolean)?o:[]}saveConnectionHistory(){let r=this.wallets.map(o=>({address:o.address,connectorType:o.connectorType,walletClientType:o.walletClientType,connectedAt:o.connectedAt}));re.put(td,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=(0,fd.getAddress)(r),this.emit("walletsUpdated")}};function Js(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}var Om=require("ofetch");var gv=[vs,ws,Cs,bs],wl=class{constructor(t,r,o){this.appId=t,this.clientAnalyticsId=r.clientAnalyticsId,this.sdkVersion=xs,this.client=r,this.defaults=o,this.fallbackApiUrl=r.fallbackApiUrl,this.baseFetch=Om.ofetch.create({baseURL:this.defaults.baseURL,timeout:this.defaults.timeout,retry:3,retryDelay:500,retryStatusCodes:[408,409,425,500,502,503,504],credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-ca-id",this.clientAnalyticsId||""),a.set("privy-client",`react-auth:${this.sdkVersion}`);let l=gv.includes(n.toString());if(!a.has("authorization")){let s=await this.client.getAccessToken({disableAutoRefresh:l});s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a,i.retryDelay&&(i.retryDelay=i.retryDelay*3)},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new ys}})}async get(t,r){try{return await this.baseFetch(t,r)}catch(o){throw Ce(o)}}async post(t,r,o){try{return await this.baseFetch(t,{method:"POST",...r?{body:r}:{},...o})}catch(n){throw Ce(n)}}async delete(t,r){try{return await this.baseFetch(t,{method:"DELETE",...r})}catch(o){throw Ce(o)}}};var Nm=e=>({challenge:e.challenge,allowCredentials:e.allow_credentials?.map(t=>({id:t.id,type:t.type,transports:t.transports}))||[],timeout:e.timeout,extensions:{appid:e.extensions?.app_id,credProps:e.extensions?.cred_props,hmacCreateSecret:e.extensions?.hmac_create_secret},userVerification:e.user_verification});var cn=m(require("js-cookie"));function Dm(e){return e instanceof tn?"email":e instanceof Gn?"sms":e instanceof Hn?"siwe":e instanceof si?"custom_auth":e instanceof po?e.meta.provider:null}var Um=m(require("jose")),yo=class{static parse(t){try{return new yo(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Um.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let r=Date.now(),o=(this.expiration-t)*1e3;return r>=o}};var vv=30,bl=class{constructor(){this.authenticateOnce=new Qe(async t=>this._authenticate(t)),this.linkOnce=new Qe(async t=>this._link(t)),this.refreshOnce=new Qe(this._refresh.bind(this)),this.destroyOnce=new Qe(this._destroy.bind(this)),this.forkSessionOnce=new Qe(this._forkSession.bind(this))}get token(){try{let t=re.get(In);return typeof t=="string"?new yo(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=re.get(_s);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=re.get(fa);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=cn.default.get(ks);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=yo.parse(this.token);return t!==null&&!t.isExpired(vv)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let r=await t.authenticate(),{user:o,is_new_user:n,oauth_provider_tokens:i}=r;this.handleTokenResponse(r);let a=i?{provider:i.provider,accessToken:i.access_token,accessTokenExpiresInSeconds:i.access_token_expires_in_seconds,refreshToken:i.refresh_token,scopes:i.scopes}:void 0,l=Dm(t);return l&&this.client&&this.client.createAnalyticsEvent({eventName:"sdk_authenticate",payload:{method:l,isNewUser:n}}),l==="siwe"&&this.client&&this.client.createAnalyticsEvent({eventName:"sdk_authenticate_siwe",payload:{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}}),{user:Wr(o),isNewUser:n,oAuthProviderTokens:a}}catch(r){throw console.warn("Error authenticating session"),Ot(r)}}async _link(t){try{let r=await t.link();return Wr(r)}catch(r){throw console.warn("Error linking account"),Ot(r)}}async _refresh(){if(!this.api)throw new E("Session has no API instance");if(!this.client)throw new E("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,r=this.refreshToken,o=this.forkedToken;try{let n;if(t&&r||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=r?{refresh_token:r}:{};n=await this.api.post(vs,a,{headers:i}),o&&this.clearForkedToken()}else if(o)n=await this.api.post(ws,{refresh_token:o}),this.clearForkedToken();else return null;return this.handleTokenResponse(n),Wr(n.user)}catch(n){if(n instanceof $r&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Ot(n)}}handleTokenResponse(t){t.session_update_action?t.session_update_action==="set"?(this.storeRefreshToken(t.refresh_token),this.storeToken(t.token)):t.session_update_action==="clear"?this.destroyLocalState():t.session_update_action==="ignore"&&t.token&&this.storeToken(t.token):(this.storeRefreshToken(t.refresh_token),this.storeToken(t.token))}async _destroy(){try{await this.api?.post(Cs,{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new E("Session has no API instance");let t=this.refreshToken;try{let r=await this.api.post(Np,{refresh_token:t});return this.storeRefreshToken(r.refresh_token),this.storeToken(r.token),r.new_session_refresh_token}catch(r){throw Ot(r)}}destroyLocalState(){this.storeRefreshToken(null),this.storeToken(null),this.clearForkedToken()}storeToken(t){if(typeof t=="string"){let r=re.get(In);if(re.put(In,t),!this.client?.useServerCookies){let o=yo.parse(t)?.expiration;cn.default.set(Qc,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}r!==t&&this.client?.onStoreToken?.(t)}else re.del(In),cn.default.remove(Qc),this.client?.onDeleteToken?.()}storeRefreshToken(t){typeof t=="string"?(re.put(_s,t),this.client?.useServerCookies||(cn.default.set(ks,"t",{sameSite:"Strict",secure:!0,expires:30}),cn.default.set(Xc,t,{sameSite:"Strict",secure:!0,expires:30}))):(re.del(_s),cn.default.remove(Xc),cn.default.remove(ks))}clearForkedToken(){re.del(fa)}};var yd,El,Bm,Pi=class{constructor(t){hs(this,El);this.apiUrl=t.apiUrl||Ss,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||bu,this.appId=t.appId,this.clientAnalyticsId=Lp(this,El,Bm).call(this),yd||(yd=new bl),this.session=yd,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager({walletConnectCloudProjectId:t,rpcConfig:r,chains:o,defaultChain:n,store:i,walletList:a,shouldEnforceDefaultChainOnConnect:l,appName:s}){this.connectors||(this.connectors=new Ei(this.appId,t,r,o,n,i,a,l,s))}sessionHasActiveToken(){return this.session.hasActiveToken()}generateApi(){let t=new wl(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new E("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new E("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){return t.api=this.api,this.authFlow=t,this.authFlow}async initMfaSmsVerification(){try{await this.api.post(uu,{action:"verify"})}catch(t){throw Ce(t)}}async initMfaPasskeyVerification(){try{let t=await this.api.post(mu,{});return Nm(t.options)}catch(t){throw Ce(t)}}async unlinkEmail(t){try{let r=await this.api.post(Yp,{address:t});return Wr(r)}catch(r){throw Ot(r)}}async acceptTerms(){try{let t=await this.api.post(fu,{});return Wr(t)}catch(t){throw Ot(t)}}async unlinkPhone(t){try{let r=await this.api.post(Xp,{phoneNumber:t});return Wr(r)}catch(r){throw Ot(r)}}async unlinkWallet(t){try{let r=await this.api.post(Bp,{address:t});return Wr(r)}catch(r){throw Ot(r)}}async unlinkOAuth(t,r){try{let o=await this.api.post(nu,{provider:t,subject:r});return Wr(o)}catch(o){throw Ot(o)}}async unlinkFarcaster(t){try{let r=await this.api.post(qp,{fid:t});return Wr(r)}catch(r){throw Ot(r)}}async unlinkPasskey(t){try{let r=await this.api.post(pu,{credential_id:t});return Wr(r)}catch(r){throw Ot(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(bs,{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(hu,t)}catch(r){throw Ot(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?yo.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 Ot(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()}};El=new WeakSet,Bm=function(){if(typeof window>"u")return null;try{let r=re.get(ha);if(typeof r=="string"&&r.length>0)return r}catch{}let t=(0,Fm.v4)();try{return re.put(ha,t),t}catch{return t}};var zm=require("@marsidev/react-turnstile"),Pl=require("react");var Or=require("react");var Vm=require("react/jsx-runtime"),Hm=(0,Or.createContext)({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:T,setError:T,setExecuting:T,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:T,reset:T,execute:T}),Zr=class extends nt{constructor(r,o,n){super(r||"Captcha failed");this.type="Captcha";o instanceof Error&&(this.cause=o),this.privyErrorCode=n}},Gm=({children:e,id:t,captchaSiteKey:r,captchaEnabled:o})=>{let n=(0,Or.useRef)(null),[i,a]=(0,Or.useState)(),[l,s]=(0,Or.useState)(),[c,u]=(0,Or.useState)(!1),f=(0,Or.useMemo)(()=>o?!c&&!i&&!l?{status:"ready"}:c&&!i&&!l?{status:"loading"}:i&&!l?{status:"success",token:i}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[o,i,l,c]);return(0,Vm.jsx)(Hm.Provider,{value:{...f,ref:n,enabled:o,siteKey:r,appId:t,setToken:a,setError:s,setExecuting:u,remove(){o&&(n.current?.remove(),u(!1),s(void 0),a(void 0))},reset(){o&&(n.current?.reset(),u(!1),s(void 0),a(void 0))},execute(){o&&(u(!0),n.current?.execute())},async waitForResult(){if(!o)return"";try{return await Iu(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Zr("Captcha failed",null,"captcha_timeout")}}},children:e})},Ie=()=>(0,Or.useContext)(Hm);var gd=require("react/jsx-runtime"),Tl=e=>{let{enabled:t,siteKey:r,appId:o,setError:n,setToken:i,setExecuting:a,ref:l}=Ie(),[,s]=(0,Pl.useMemo)(()=>r?.split("t:")||[],[r]);if((0,Pl.useEffect)(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return(0,gd.jsx)("div",{className:"hidden h-0 w-0",children:(0,gd.jsx)(zm.Turnstile,{...e,ref:l,siteKey:s,options:{action:o,size:"invisible",...e.delayedExecution?{appearance:"execute",execution:"execute"}:{appearance:"always",execution:"render"}},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed"),a(!1)},onSuccess:c=>{e.onSuccess?.(c),i(c),a(!1)},onExpire:()=>{e.onExpire?.();try{l.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};var Xo=require("react"),Z2=m(require("react-dom"));var Sl=require("react");var vd=(0,Sl.createContext)({isNewUserThisSession:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,appId:"notAdded",nativeTokenSymbolForChainId:T,initializeWalletProxy:T,getAuthMeta:T,getAuthFlow:T,closePrivyModal:T,openPrivyModal:T,connectWallet:T,initLoginWithWallet:T,loginWithWallet:T,initLoginWithFarcaster:T,loginWithFarcaster:T,loginWithCode:T,initLoginWithEmail:T,initLoginWithSms:T,initUpdateEmail:T,resendEmailCode:T,resendSmsCode:T,initLoginWithHeadlessOAuth:T,loginWithHeadlessOAuth:T,initLoginWithOAuth:T,recoveryOAuthFlow:T,loginWithOAuth:T,initLoginWithPasskey:T,loginWithPasskey:T,initLinkWithPasskey:T,linkWithPasskey:T,refreshUser:T,walletProxy:null,createAnalyticsEvent:T,acceptTerms:T,getUsdTokenPrice:T,recoverEmbeddedWallet:T,getFiatOnRampConfig:T,updateWallets:T,fundWallet:T,setReadyToTrue:T,requestFarcasterSignerStatus:T}),M=()=>(0,Sl.useContext)(vd);var xl=require("react");var _e=(0,xl.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:T,login:T,connectOrCreateWallet:T,linkEmail:T,linkPhone:T,linkFarcaster:T,linkWallet:T,linkGoogle:T,linkTwitter:T,linkDiscord:T,linkGithub:T,linkSpotify:T,linkTiktok:T,linkLinkedIn:T,linkApple:T,linkPasskey:T,updateEmail:T,logout:T,getAccessToken:T,getEthereumProvider:T,getEthersProvider:T,getWeb3jsProvider:T,unlinkEmail:T,unlinkPhone:T,unlinkWallet:T,unlinkGoogle:T,unlinkTwitter:T,unlinkDiscord:T,unlinkGithub:T,unlinkSpotify:T,unlinkTiktok:T,unlinkLinkedIn:T,unlinkApple:T,unlinkFarcaster:T,unlinkPasskey:T,setActiveWallet:T,forkSession:T,createWallet:T,signMessage:T,signTypedData:T,enrollInMfa:T,initEnrollmentWithSms:T,initEnrollmentWithTotp:T,initEnrollmentWithPasskey:T,promptMfa:T,init:T,submitEnrollmentWithSms:T,submitEnrollmentWithTotp:T,submitEnrollmentWithPasskey:T,unenroll:T,submit:T,cancel:T,sendTransaction:T,exportWallet:T,setWalletPassword:T,requestFarcasterSignerFromWarpcast:T,getFarcasterSignerPublicKey:T,signFarcasterMessage:T,initLoginWithEmail:T,initLoginWithSms:T,otpState:{status:"initial"},loginWithCode:T,fundWallet:T,initLoginWithHeadlessOAuth:T,loginWithHeadlessOAuth:T,isHeadlessOAuthLoading:!1,isModalOpen:!1}),H=()=>(0,xl.useContext)(_e);var _l=require("react"),qm=e=>{let[t,r]=(0,_l.useState)("auto");return(0,_l.useEffect)(()=>{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};var Ti=require("react"),$m={login:{onComplete:[],onError:[],onOAuthLoginComplete:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},linkAccount:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},setWalletPassword:{onSuccess:[],onError:[]},signMessage:{onSuccess:[],onError:[]},signTypedData:{onSuccess:[],onError:[]},sendTransaction:{onSuccess:[],onError:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},Cd=(0,Ti.createContext)(void 0),Km=()=>(0,Ti.useContext)(Cd);function et(e,t){if(!t)return;let o=Km().current[e];return(0,Ti.useEffect)(()=>{for(let[n,i]of Object.entries(t))o.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),o[n]?.push(i);return()=>{for(let[n,i]of Object.entries(t))o.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),o[n]=o[n]?.filter(a=>a!==i)}},[t])}function U(e,t,r,...o){for(let n of e.current[t][r])n(...o)}function kl(){let e=Km();return(t,r,...o)=>U(e,t,r,...o)}function Al(e){et("configureMfa",e)}var Sd=m(require("@heroicons/react/24/outline/ArrowTopRightOnSquareIcon")),ef=m(require("@heroicons/react/24/solid/DocumentCheckIcon")),tf=m(require("styled-components"));var Nr=m(require("styled-components"));var Rl=m(require("styled-components")),dn=require("react/jsx-runtime"),Dt=({success:e,fail:t})=>(0,dn.jsxs)(dn.Fragment,{children:[(0,dn.jsx)(vt,{className:e?"success":t?"fail":""}),(0,dn.jsx)(wd,{className:e?"success":t?"fail":""})]}),vt=Rl.default.span`
|
|
13
13
|
&& {
|
|
14
14
|
width: 82px;
|
|
15
15
|
height: 82px;
|
|
@@ -48,7 +48,7 @@ Resources:
|
|
|
48
48
|
animation: none;
|
|
49
49
|
opacity: 0.5;
|
|
50
50
|
}
|
|
51
|
-
`,Do=e=>(0,dn.jsx)(
|
|
51
|
+
`,Do=e=>(0,dn.jsx)(Cv,{color:e.color||"var(--privy-color-foreground-3)"}),Cv=(0,Rl.default)(vt)`
|
|
52
52
|
&& {
|
|
53
53
|
height: 0.9rem;
|
|
54
54
|
width: 0.9rem;
|
|
@@ -136,7 +136,7 @@ Resources:
|
|
|
136
136
|
opacity: 1;
|
|
137
137
|
animation: fadein 200ms ease;
|
|
138
138
|
}
|
|
139
|
-
`,Jr=({children:e,loading:t,disabled:r,loadingText:o="Loading...",...n})=>(0,Ct.jsx)(
|
|
139
|
+
`,Jr=({children:e,loading:t,disabled:r,loadingText:o="Loading...",...n})=>(0,Ct.jsx)(wv,{disabled:t||r,...n,children:t?(0,Ct.jsxs)("span",{children:[(0,Ct.jsx)(Do,{}),o?(0,Ct.jsx)("span",{children:o}):null]}):e}),wv=(0,Nr.default)(Il)`
|
|
140
140
|
&& {
|
|
141
141
|
border-width: 1px;
|
|
142
142
|
border-color: ${e=>e.warn?"var(--privy-color-error)":"var(--privy-color-foreground-4)"};
|
|
@@ -196,10 +196,10 @@ Resources:
|
|
|
196
196
|
cursor: not-allowed;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
`,
|
|
199
|
+
`,_8=Nr.default.div`
|
|
200
200
|
/* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
|
|
201
201
|
height: 44px;
|
|
202
|
-
`,Si=({children:e,onClick:t,disabled:r,isSubmitting:o,...n})=>(0,Ct.jsxs)(
|
|
202
|
+
`,Si=({children:e,onClick:t,disabled:r,isSubmitting:o,...n})=>(0,Ct.jsxs)(bv,{isSubmitting:o,onClick:t,disabled:r,...n,children:[(0,Ct.jsx)("span",{children:e}),(0,Ct.jsx)("span",{children:(0,Ct.jsx)(Do,{})})]}),bv=Nr.default.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
|
-
`;var Ed=
|
|
244
|
+
`;var Ed=m(require("styled-components"));var tr=require("react/jsx-runtime"),bd=Ed.default.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 xi(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:r,requireUsersAcceptTerms:o}}=e.app;if(o&&!e.alwaysShowImplicitConsent)return(0,
|
|
253
|
+
`;function xi(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:r,requireUsersAcceptTerms:o}}=e.app;if(o&&!e.alwaysShowImplicitConsent)return(0,tr.jsx)(bd,{});if(!r&&!t)return(0,tr.jsx)(bd,{});let n=!!(t&&r);return(0,tr.jsxs)(bd,{children:["By logging in I agree to the"," ",r&&(0,tr.jsx)("a",{href:r,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",t&&(0,tr.jsx)("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var $=({protectedByPrivy:e})=>(0,tr.jsx)(K,{children:e?(0,tr.jsxs)(tr.Fragment,{children:[(0,tr.jsx)(el,{className:"hide-on-mobile"}),(0,tr.jsx)("span",{className:"hide-on-mobile",children:(0,tr.jsx)("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),K=Ed.default.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
|
-
`;var Ym=
|
|
280
|
+
`;var Ym=m(require("@heroicons/react/24/outline/ArrowLeftIcon")),Zm=m(require("@heroicons/react/24/outline/QuestionMarkCircleIcon")),Jm=m(require("@heroicons/react/24/outline/XMarkIcon")),Vn=m(require("styled-components"));var wt=require("react/jsx-runtime"),Ev=({backFn:e})=>(0,wt.jsx)("div",{children:(0,wt.jsx)(Pd,{onClick:e,children:(0,wt.jsx)(Ym.default,{height:"16px",width:"16px",strokeWidth:2})})}),Pv=({infoFn:e})=>(0,wt.jsx)("div",{children:(0,wt.jsx)(Sv,{"aria-label":"info",onClick:e,children:(0,wt.jsx)(Zm.default,{height:"22px",width:"22px",strokeWidth:2})})}),Tv=e=>(0,wt.jsx)("div",{children:(0,wt.jsx)(Pd,{"aria-label":"close modal",onClick:e.onClose,children:(0,wt.jsx)(Jm.default,{height:"16px",width:"16px",strokeWidth:2})})});var P=({backFn:e,infoFn:t,onClose:r,title:o,closeable:n=!0})=>{let{closePrivyModal:i}=M(),{app:a}=_();return(0,wt.jsxs)(xv,{children:[(0,wt.jsxs)(_v,{children:[e&&(0,wt.jsx)(Ev,{backFn:e}),t&&(0,wt.jsx)(Pv,{infoFn:t})]}),o&&(0,wt.jsx)(Av,{id:"privy-dialog-title",children:o}),(0,wt.jsx)(kv,{children:a?.render.inDialog&&n&&(0,wt.jsx)(Tv,{onClose:r||(()=>i())})})]})},Pd=Vn.default.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
|
+
`,Sv=(0,Vn.default)(Pd)`
|
|
300
300
|
&& {
|
|
301
301
|
background-color: transparent;
|
|
302
302
|
}
|
|
303
|
-
`,
|
|
303
|
+
`,xv=Vn.default.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
|
+
`,_v=Vn.default.div`
|
|
316
316
|
flex: 1;
|
|
317
317
|
align-items: center;
|
|
318
318
|
display: flex;
|
|
319
319
|
gap: 8px;
|
|
320
|
-
`,
|
|
320
|
+
`,kv=Vn.default.div`
|
|
321
321
|
flex: 1;
|
|
322
322
|
display: flex;
|
|
323
323
|
justify-content: flex-end;
|
|
324
|
-
`,
|
|
324
|
+
`,Av=Vn.default.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
|
-
`;var
|
|
331
|
+
`;var Uo=m(require("styled-components")),Ll=Uo.default.div`
|
|
332
332
|
text-align: left;
|
|
333
333
|
flex-grow: 1;
|
|
334
|
-
`,Ol=
|
|
334
|
+
`,Ol=Uo.default.div`
|
|
335
335
|
display: flex;
|
|
336
336
|
flex-direction: column;
|
|
337
337
|
justify-content: flex-end;
|
|
338
338
|
flex-grow: 1;
|
|
339
|
-
`,Dr=
|
|
339
|
+
`,Dr=Uo.default.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
|
-
`,Qm=
|
|
354
|
+
`,Qm=Uo.css`
|
|
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
|
-
|
|
392
|
+
`,$e=Uo.default.button`
|
|
393
393
|
${Qm}
|
|
394
|
-
`,
|
|
394
|
+
`,Td=Uo.default.a`
|
|
395
395
|
${Qm}
|
|
396
|
-
`,Uo
|
|
396
|
+
`,Fo=Uo.default.div`
|
|
397
397
|
width: 100%;
|
|
398
398
|
${e=>e.if?"display: none;":""}
|
|
399
|
-
`;var mt=
|
|
399
|
+
`;var mt=m(require("styled-components")),Oe=mt.default.div`
|
|
400
400
|
display: flex;
|
|
401
401
|
flex-direction: column;
|
|
402
402
|
align-items: center;
|
|
@@ -414,7 +414,7 @@ Resources:
|
|
|
414
414
|
font-size: 0.875rem;
|
|
415
415
|
|
|
416
416
|
text-align: center;
|
|
417
|
-
`,
|
|
417
|
+
`,Ur=mt.default.div`
|
|
418
418
|
display: flex;
|
|
419
419
|
flex-direction: column;
|
|
420
420
|
align-items: center;
|
|
@@ -432,7 +432,7 @@ Resources:
|
|
|
432
432
|
padding: 1rem 0rem 0rem;
|
|
433
433
|
flex-grow: 1;
|
|
434
434
|
width: 100%;
|
|
435
|
-
`,
|
|
435
|
+
`,rr=mt.default.div`
|
|
436
436
|
width: 25px;
|
|
437
437
|
display: flex;
|
|
438
438
|
align-items: center;
|
|
@@ -444,14 +444,14 @@ Resources:
|
|
|
444
444
|
width: 25px !important;
|
|
445
445
|
color: var(--privy-color-accent);
|
|
446
446
|
}
|
|
447
|
-
`,
|
|
447
|
+
`,or=mt.default.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
|
+
`,Ut=mt.default.div`
|
|
455
455
|
display: flex;
|
|
456
456
|
flex-direction: column;
|
|
457
457
|
gap: 10px;
|
|
@@ -468,7 +468,7 @@ Resources:
|
|
|
468
468
|
display: flex;
|
|
469
469
|
gap: 5px;
|
|
470
470
|
width: 100%;
|
|
471
|
-
`,
|
|
471
|
+
`,Ul=mt.default.button`
|
|
472
472
|
&& {
|
|
473
473
|
background-color: transparent;
|
|
474
474
|
color: var(--privy-color-foreground-3);
|
|
@@ -486,7 +486,7 @@ Resources:
|
|
|
486
486
|
&&:hover {
|
|
487
487
|
color: var(--privy-color-error);
|
|
488
488
|
}
|
|
489
|
-
`,
|
|
489
|
+
`,Fl=mt.default.div`
|
|
490
490
|
display: flex;
|
|
491
491
|
align-items: center;
|
|
492
492
|
gap: 0.5rem;
|
|
@@ -518,7 +518,7 @@ Resources:
|
|
|
518
518
|
text-align: left;
|
|
519
519
|
width: 100%;
|
|
520
520
|
color: var(--privy-color-foreground-3) !important;
|
|
521
|
-
`,
|
|
521
|
+
`,ka=mt.default.button`
|
|
522
522
|
display: flex;
|
|
523
523
|
flex-direction: row;
|
|
524
524
|
align-items: center;
|
|
@@ -548,7 +548,7 @@ Resources:
|
|
|
548
548
|
&:hover {
|
|
549
549
|
text-decoration: underline;
|
|
550
550
|
}
|
|
551
|
-
`,
|
|
551
|
+
`,Je=mt.default.div`
|
|
552
552
|
display: flex;
|
|
553
553
|
align-items: center;
|
|
554
554
|
justify-content: center;
|
|
@@ -565,10 +565,10 @@ Resources:
|
|
|
565
565
|
}
|
|
566
566
|
`,Hl=mt.default.div`
|
|
567
567
|
color: var(--privy-color-error);
|
|
568
|
-
`;var ft=require("react/jsx-runtime"),rf=()=>{let{user:e,logout:t}=
|
|
568
|
+
`;var ft=require("react/jsx-runtime"),rf=()=>{let{user:e,logout:t}=H(),{app:r,onUserCloseViaDialogOrKeybindRef:o,setModalData:n,navigate:i}=_(),{acceptTerms:a,closePrivyModal:l,createAnalyticsEvent:s}=M(),c=f=>{f?.preventDefault(),l({shouldCallAuthOnSuccess:!1}),t()};o.current=c;let u=async f=>{f.preventDefault(),await a(),e&&Mr(e,r?.embeddedWallets?.createOnLogin)?(n({createWallet:{onSuccess:()=>{},onFailure:y=>{console.error(y),s({eventName:"embedded_wallet_creation_failure_logout",payload:{error:y,screen:"AffirmativeConsentScreen"}}),t()},callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")):l()};return(0,ft.jsx)(Rv,{termsAndConditionsUrl:r?.legal.termsAndConditionsUrl,privacyPolicyUrl:r?.legal.privacyPolicyUrl,onAccept:u,onDecline:c})},Rv=({termsAndConditionsUrl:e,privacyPolicyUrl:t,onAccept:r,onDecline:o})=>(0,ft.jsxs)(ft.Fragment,{children:[(0,ft.jsx)(P,{closeable:!1}),(0,ft.jsx)(ef.default,{width:56,height:56,fill:"var(--privy-color-accent)",style:{margin:"auto"}}),(0,ft.jsx)(fe,{style:{marginTop:24},children:"One last step"}),(0,ft.jsx)(ge,{children:"By signing up, you agree to our terms and privacy policy."}),(0,ft.jsxs)(Dr,{style:{marginTop:24},children:[e&&(0,ft.jsxs)(Td,{target:"_blank",href:e,children:["View Terms ",(0,ft.jsx)(Sd.default,{style:{marginLeft:"auto"}})]}),t&&(0,ft.jsxs)(Td,{target:"_blank",href:t,children:["View Privacy Policy ",(0,ft.jsx)(Sd.default,{style:{marginLeft:"auto"}})]})]}),(0,ft.jsxs)(Iv,{style:{marginTop:24},children:[(0,ft.jsx)(Jr,{onClick:o,children:"No thanks"}),(0,ft.jsx)(L,{onClick:r,children:"Accept"})]}),(0,ft.jsx)($,{protectedByPrivy:!0})]}),Iv=tf.default.div`
|
|
569
569
|
display: flex;
|
|
570
570
|
gap: 10px;
|
|
571
|
-
`;var
|
|
571
|
+
`;var _d=m(require("styled-components"));var of=m(require("styled-components")),Gl=of.default.span`
|
|
572
572
|
&& {
|
|
573
573
|
width: 82px;
|
|
574
574
|
height: 82px;
|
|
@@ -583,7 +583,7 @@ Resources:
|
|
|
583
583
|
transition: border-color 800ms;
|
|
584
584
|
border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
|
|
585
585
|
}
|
|
586
|
-
`;var nf=
|
|
586
|
+
`;var nf=m(require("styled-components")),Mv=nf.default.div`
|
|
587
587
|
display: flex;
|
|
588
588
|
flex-direction: column;
|
|
589
589
|
justify-content: center;
|
|
@@ -606,7 +606,7 @@ Resources:
|
|
|
606
606
|
left: -19px;
|
|
607
607
|
top: -19px;
|
|
608
608
|
}
|
|
609
|
-
`,
|
|
609
|
+
`,Ft=Mv;var xd=require("react/jsx-runtime"),Vl=({style:e,...t})=>(0,xd.jsx)("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:(0,xd.jsx)("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"})});var dt=require("react/jsx-runtime"),af=()=>{let{navigate:e,app:t}=_(),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(0,dt.jsxs)(dt.Fragment,{children:[(0,dt.jsx)(P,{}),(0,dt.jsxs)(Wv,{children:[(0,dt.jsx)(Ft,{children:(0,dt.jsxs)("div",{children:[(0,dt.jsx)(Gl,{}),(0,dt.jsx)(Vl,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),(0,dt.jsxs)(Lv,{children:[typeof r=="string"?(0,dt.jsx)("h3",{children:r}):(0,dt.jsx)(dt.Fragment,{children:r}),typeof o=="string"?(0,dt.jsx)("p",{children:o}):(0,dt.jsx)(dt.Fragment,{children:o})]}),t?.allowlistConfig.errorCtaLink?(0,dt.jsx)(L,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):(0,dt.jsx)(L,{onClick:()=>{e("LANDING")},children:n})]})]})},Wv=_d.default.div`
|
|
610
610
|
display: flex;
|
|
611
611
|
flex-direction: column;
|
|
612
612
|
align-items: center;
|
|
@@ -614,11 +614,11 @@ Resources:
|
|
|
614
614
|
gap: 24px;
|
|
615
615
|
width: 100%;
|
|
616
616
|
padding-bottom: 16px;
|
|
617
|
-
`,
|
|
617
|
+
`,Lv=_d.default.div`
|
|
618
618
|
display: flex;
|
|
619
619
|
flex-direction: column;
|
|
620
620
|
gap: 8px;
|
|
621
|
-
`;var ff=
|
|
621
|
+
`;var ff=m(require("@heroicons/react/24/outline/EnvelopeIcon")),hf=m(require("@heroicons/react/24/outline/PhoneIcon")),pn=require("react"),yf=require("react-device-detect"),ki=m(require("styled-components"));var nr=m(require("styled-components")),Fr=nr.default.div`
|
|
622
622
|
display: flex;
|
|
623
623
|
flex-direction: column;
|
|
624
624
|
align-items: flex-start;
|
|
@@ -626,36 +626,36 @@ Resources:
|
|
|
626
626
|
margin-top: auto;
|
|
627
627
|
gap: 16px;
|
|
628
628
|
flex-grow: 100;
|
|
629
|
-
`,
|
|
629
|
+
`,Yt=nr.default.div`
|
|
630
630
|
display: flex;
|
|
631
631
|
flex-direction: column;
|
|
632
632
|
align-items: center;
|
|
633
633
|
justify-content: center;
|
|
634
634
|
flex-grow: 1;
|
|
635
635
|
width: 100%;
|
|
636
|
-
`,sf=
|
|
636
|
+
`,sf=nr.default.div`
|
|
637
637
|
display: flex;
|
|
638
638
|
flex-direction: column;
|
|
639
639
|
align-items: center;
|
|
640
640
|
width: 100%;
|
|
641
|
-
`,
|
|
641
|
+
`,_i=(0,nr.default)(Yt)`
|
|
642
642
|
padding: 20px 0;
|
|
643
|
-
`,Qr=(0,
|
|
643
|
+
`,Qr=(0,nr.default)(Yt)`
|
|
644
644
|
gap: 16px;
|
|
645
|
-
`,
|
|
645
|
+
`,kd=nr.default.div`
|
|
646
646
|
display: flex;
|
|
647
647
|
flex-direction: column;
|
|
648
648
|
width: 100%;
|
|
649
|
-
`,bt=
|
|
649
|
+
`,bt=nr.default.div`
|
|
650
650
|
display: flex;
|
|
651
651
|
flex-direction: column;
|
|
652
652
|
gap: 8px;
|
|
653
|
-
`,r9=
|
|
653
|
+
`,r9=nr.default.div`
|
|
654
654
|
display: flex;
|
|
655
655
|
flex-direction: column;
|
|
656
656
|
justify-content: space-between;
|
|
657
657
|
height: 100%;
|
|
658
|
-
`,lf=
|
|
658
|
+
`,lf=nr.default.div`
|
|
659
659
|
display: flex;
|
|
660
660
|
flex-direction: column;
|
|
661
661
|
justify-content: flex-start;
|
|
@@ -678,13 +678,13 @@ Resources:
|
|
|
678
678
|
color: var(--privy-color-foreground-3);
|
|
679
679
|
font-size: 14px;
|
|
680
680
|
}
|
|
681
|
-
`,le=
|
|
681
|
+
`,le=nr.default.div`
|
|
682
682
|
height: 16px;
|
|
683
|
-
`,he=
|
|
683
|
+
`,he=nr.default.div`
|
|
684
684
|
height: 12px;
|
|
685
|
-
`,cf=
|
|
685
|
+
`,cf=nr.default.div`
|
|
686
686
|
position: relative;
|
|
687
|
-
`,df=
|
|
687
|
+
`,df=nr.default.div`
|
|
688
688
|
background-color: var(--privy-color-accent);
|
|
689
689
|
display: flex;
|
|
690
690
|
justify-content: center;
|
|
@@ -692,9 +692,9 @@ Resources:
|
|
|
692
692
|
border-radius: 50%;
|
|
693
693
|
border-color: white;
|
|
694
694
|
border-width: 2px !important;
|
|
695
|
-
`;var zl=
|
|
695
|
+
`;var zl=m(require("styled-components")),Xr=require("react/jsx-runtime"),Aa=({title:e,description:t,children:r,...o})=>(0,Xr.jsx)(pf,{...o,children:(0,Xr.jsxs)(Xr.Fragment,{children:[(0,Xr.jsx)("h3",{children:e}),typeof t=="string"?(0,Xr.jsx)("p",{children:t}):t,r]})}),go=(0,zl.default)(Aa)`
|
|
696
696
|
margin-bottom: 24px;
|
|
697
|
-
`,Ne=({title:e,description:t,icon:r,children:o,...n})=>(0,Xr.jsxs)(
|
|
697
|
+
`,Ne=({title:e,description:t,icon:r,children:o,...n})=>(0,Xr.jsxs)(Ov,{...n,children:[r||null,(0,Xr.jsx)("h3",{children:e}),typeof t=="string"?(0,Xr.jsx)("p",{children:t}):t,o]}),pf=zl.default.div`
|
|
698
698
|
display: flex;
|
|
699
699
|
flex-direction: column;
|
|
700
700
|
justify-content: flex-start;
|
|
@@ -714,7 +714,7 @@ Resources:
|
|
|
714
714
|
color: var(--privy-color-foreground-2);
|
|
715
715
|
font-size: 14px;
|
|
716
716
|
}
|
|
717
|
-
`,
|
|
717
|
+
`,Ov=(0,zl.default)(pf)`
|
|
718
718
|
align-items: center;
|
|
719
719
|
text-align: center;
|
|
720
720
|
gap: 16px;
|
|
@@ -722,7 +722,7 @@ Resources:
|
|
|
722
722
|
h3 {
|
|
723
723
|
margin-bottom: 24px;
|
|
724
724
|
}
|
|
725
|
-
`;var
|
|
725
|
+
`;var Pe=require("react/jsx-runtime"),Ad=6,uf=new Array(Ad).fill(""),Nv=1400;var gf=()=>{let{app:e,navigate:t,navigateBack:r,setModalData:o,onUserCloseViaDialogOrKeybindRef:n}=_(),{closePrivyModal:i,resendEmailCode:a,resendSmsCode:l,getAuthMeta:s,loginWithCode:c,updateWallets:u,createAnalyticsEvent:f}=M(),{authenticated:y,logout:g,user:b}=H(),[v,k]=(0,pn.useState)(uf),[x,w]=(0,pn.useState)(!1),[I,A]=(0,pn.useState)(null),[O,S]=(0,pn.useState)(null);n.current=()=>null;let D=s()?.email?0:1,J=e?.render.inDialog?it:0,z=e?.render.inDialog?J-500:0;(0,pn.useEffect)(()=>{if(y&&x&&b){if(e?.legal.requireUsersAcceptTerms&&!b.hasAcceptedTerms){let ve=setTimeout(()=>{t("AFFIRMATIVE_CONSENT_SCREEN")},z);return()=>clearTimeout(ve)}if(Mr(b,e?.embeddedWallets?.createOnLogin)){let ve=setTimeout(()=>{o({createWallet:{onSuccess:()=>{},onFailure:ye=>{console.error(ye),f({eventName:"embedded_wallet_creation_failure_logout",payload:{error:ye,screen:"AwaitingPasswordlessCodeScreen"}}),g()},callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},z);return()=>clearTimeout(ve)}else{u();let ve=setTimeout(()=>i({shouldCallAuthOnSuccess:!0,isSuccess:!0}),J);return()=>clearTimeout(ve)}}},[y,x,b]),(0,pn.useEffect)(()=>{if(I&&O===0){let be=setTimeout(()=>{k(uf),A(null),document.querySelector("input[name=code-0]")?.focus()},Nv);return()=>clearTimeout(be)}},[I]);let q=be=>{be.preventDefault();let ve=be.currentTarget.value.replace(" ","");if(ve==="")return;if(isNaN(Number(ve))){A("Code should be numeric"),S(1);return}A(null),S(null);let ye=Number(be.currentTarget.name?.charAt(5)),Se=[...ve||[""]].slice(0,Ad-ye),ie=[...v.slice(0,ye),...Se,...v.slice(ye+Se.length)];k(ie);let Qt=Se.length,zt=Math.min(Math.max(ye+Qt,0),Ad-1);isNaN(Number(be.currentTarget.value))||document.querySelector(`input[name=code-${zt}]`)?.focus(),ie.every(Xt=>Xt&&!isNaN(+Xt))&&(document.querySelector(`input[name=code-${zt}]`)?.blur(),c(ie.join("")).then(()=>w(!0)).catch(ht=>{if(ht?.status===422)A("Invalid or expired verification code");else if(ht instanceof $r&&ht.privyErrorCode==="cannot_link_more_of_type")A(ht.message);else if(ht instanceof $r&&ht.privyErrorCode==="max_accounts_reached"){console.error(new co(ht).toString()),t("USER_LIMIT_REACHED_SCREEN");return}else A("Issue verifying code");S(0)}))},W=be=>{O===1&&(A(null),S(null));let ve=[...v.slice(0,be),"",...v.slice(be+1)];k(ve),be>0&&document.querySelector(`input[name=code-${be-1}]`)?.focus()},se=D==0?(0,Pe.jsx)(ff.default,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):(0,Pe.jsx)(hf.default,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),B=D==0?(0,Pe.jsxs)("p",{children:["Please check ",(0,Pe.jsx)(mf,{children:s()?.email})," for an email from privy.io and enter your code below."]}):(0,Pe.jsxs)("p",{children:["Please check ",(0,Pe.jsx)(mf,{children:s()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return(0,Pe.jsxs)(Pe.Fragment,{children:[(0,Pe.jsx)(P,{backFn:()=>r()},"header"),(0,Pe.jsxs)(Dv,{children:[(0,Pe.jsx)(Ne,{title:"Enter confirmation code",description:B,icon:se}),(0,Pe.jsxs)(sf,{children:[(0,Pe.jsxs)(Uv,{children:[(0,Pe.jsx)(Fv,{fail:!!I,success:x,children:(0,Pe.jsx)("span",{children:I||(x?"Success!":"")})}),(0,Pe.jsx)("div",{children:v.map((be,ve)=>(0,Pe.jsx)("input",{name:`code-${ve}`,type:"text",value:v[ve],onChange:q,onKeyUp:ye=>{ye.key==="Backspace"&&W(ve)},inputMode:"numeric",autoFocus:ve===0,pattern:"[0-9]",className:`${x?"success":""} ${I?"fail":""}`,autoComplete:yf.isMobile?"one-time-code":"off"},ve))})]}),(0,Pe.jsx)(Bv,{children:D==0?(0,Pe.jsxs)(Pe.Fragment,{children:[(0,Pe.jsx)("span",{children:"Didn't get an email?"}),(0,Pe.jsx)("button",{onClick:a,children:"Resend code"})]}):(0,Pe.jsxs)(Pe.Fragment,{children:[(0,Pe.jsx)("span",{children:"Didn't get a message?"}),(0,Pe.jsx)("button",{onClick:l,children:"Resend code"})]})})]})]}),(0,Pe.jsx)($,{protectedByPrivy:!0})]})},Dv=ki.default.div`
|
|
726
726
|
display: flex;
|
|
727
727
|
flex-direction: column;
|
|
728
728
|
align-items: flex-start;
|
|
@@ -730,7 +730,7 @@ Resources:
|
|
|
730
730
|
margin: auto;
|
|
731
731
|
gap: 16px;
|
|
732
732
|
flex-grow: 1;
|
|
733
|
-
`,
|
|
733
|
+
`,Uv=ki.default.div`
|
|
734
734
|
display: flex;
|
|
735
735
|
flex-direction: column;
|
|
736
736
|
width: 100%;
|
|
@@ -786,7 +786,7 @@ Resources:
|
|
|
786
786
|
transform: translate(1px, 0px);
|
|
787
787
|
}
|
|
788
788
|
}
|
|
789
|
-
`,
|
|
789
|
+
`,Fv=ki.default.div`
|
|
790
790
|
line-height: 20px;
|
|
791
791
|
height: 20px;
|
|
792
792
|
font-size: 13px;
|
|
@@ -794,7 +794,7 @@ Resources:
|
|
|
794
794
|
display: flex;
|
|
795
795
|
justify-content: flex-end;
|
|
796
796
|
width: 100%;
|
|
797
|
-
`,
|
|
797
|
+
`,Bv=ki.default.div`
|
|
798
798
|
font-size: 13px;
|
|
799
799
|
color: var(--privy-color-foreground-3);
|
|
800
800
|
display: flex;
|
|
@@ -808,10 +808,10 @@ Resources:
|
|
|
808
808
|
> button {
|
|
809
809
|
text-decoration: underline;
|
|
810
810
|
}
|
|
811
|
-
`,mf=
|
|
811
|
+
`,mf=ki.default.span`
|
|
812
812
|
font-weight: 500;
|
|
813
813
|
word-break: break-all;
|
|
814
|
-
`;var bf=
|
|
814
|
+
`;var bf=m(require("@heroicons/react/24/solid/CheckCircleIcon")),Ef=m(require("@heroicons/react/24/solid/XCircleIcon")),hr=require("react"),Pf=m(require("styled-components"));var vf=m(require("styled-components"));var eo=require("react/jsx-runtime"),Cf=({icon:e})=>{let t=e;return(0,eo.jsx)(eo.Fragment,{children:(0,eo.jsx)(Hv,{children:(0,eo.jsxs)("div",{children:[(0,eo.jsx)(Dt,{}),typeof t=="string"?(0,eo.jsx)("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):t?(0,eo.jsx)(t,{style:{width:"38px",height:"38px"}}):(0,eo.jsx)("span",{})]})})})},Hv=vf.default.div`
|
|
815
815
|
display: flex;
|
|
816
816
|
flex-direction: column;
|
|
817
817
|
justify-content: center;
|
|
@@ -834,14 +834,14 @@ Resources:
|
|
|
834
834
|
left: -19px;
|
|
835
835
|
top: -19px;
|
|
836
836
|
}
|
|
837
|
-
`;var Et=require("react/jsx-runtime"),
|
|
837
|
+
`;var Et=require("react/jsx-runtime"),Tf=500,wf=Tf*2,Sf=()=>{let{lastScreen:e,currentScreen:t,data:r,navigateBack:o,navigate:n,setModalData:i}=_(),{status:a,token:l,waitForResult:s,reset:c,execute:u}=Ie(),f=(0,hr.useRef)([]),y=se=>{f.current=[se,...f.current]},[g,b]=(0,hr.useState)(!0);(0,hr.useEffect)(()=>{let se=setTimeout(b,wf,!1);return y(se),()=>{f.current.forEach(B=>clearTimeout(B)),f.current=[]}},[]);let[v,k]=(0,hr.useState)(""),[x,w]=(0,hr.useState)("Checking that you are a human..."),[I,A]=(0,hr.useState)((0,Et.jsx)(L,{onClick:()=>{},disabled:!0,children:"Continue"})),[O,S]=(0,hr.useState)(!1),[D,J]=(0,hr.useState)(3),z=r?.captchaModalData,q=async se=>{try{await z?.callback(se),z?.onSuccessNavigateTo&&n(z?.onSuccessNavigateTo,!1)}catch(B){if(B instanceof Zr)return;{let be={error:B,previousScreen:e||"LANDING"};i({errorModalData:be}),n(z?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};(0,hr.useEffect)(()=>{if(a==="success"){let se=setTimeout(async()=>{let B=await s();!B||z?.userIntentRequired||q(B)},wf);y(se)}else if(a==="ready"){let se=setTimeout(()=>{a==="ready"&&u()},Tf);y(se)}},[a]),(0,hr.useEffect)(()=>{if(!g)switch(a){case"success":k("Success!"),w("CAPTCHA passed successfully."),A((0,Et.jsx)(L,{onClick:()=>{S(!0),q(l)},disabled:!z?.userIntentRequired,loading:O,children:z?.userIntentRequired?"Continue":"Continuing..."}));break;case"loading":k(""),w("Checking that you are a human..."),A((0,Et.jsx)(L,{onClick:()=>{},disabled:!0,children:"Continue"}));break;case"error":k("Something went wrong"),D<=0?(w("If you use an adblocker or VPN, try disabling and re-attempting."),A(null)):(w("You did not pass CAPTCHA. Please try again."),A((0,Et.jsx)(L,{onClick:W,children:"Retry"})));break;case"ready":default:break}},[a,g,O]);let W=async()=>{if(D<=0)return;J(B=>B-1),c(),u();let se=await s();!se||z?.userIntentRequired||q(se)};return(0,Et.jsxs)(Et.Fragment,{children:[(0,Et.jsx)(P,{backFn:!e||t===e?void 0:o}),(0,Et.jsxs)(Gv,{children:[a==="success"?(0,Et.jsx)(bf.default,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}):a==="error"?(0,Et.jsx)(Ef.default,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}):(0,Et.jsx)(Cf,{}),(0,Et.jsxs)(bt,{children:[v?(0,Et.jsx)("h3",{children:v}):null,(0,Et.jsx)("p",{children:x})]}),I]}),(0,Et.jsx)(K,{})]})},Gv=Pf.default.div`
|
|
838
838
|
display: flex;
|
|
839
839
|
flex-direction: column;
|
|
840
840
|
align-items: center;
|
|
841
841
|
justify-content: center;
|
|
842
842
|
gap: 24px;
|
|
843
843
|
width: 100%;
|
|
844
|
-
`;var If=f(require("@heroicons/react/24/outline/WalletIcon")),Mf=require("react-device-detect"),Wf=f(require("styled-components"));var Xt=require("react/jsx-runtime"),xf=({...e})=>(0,Xt.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[(0,Xt.jsx)("defs",{children:(0,Xt.jsxs)("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:[(0,Xt.jsx)("stop",{offset:"0",stopColor:"#f1562b"}),(0,Xt.jsx)("stop",{offset:"0.3",stopColor:"#f1542b"}),(0,Xt.jsx)("stop",{offset:"0.41",stopColor:"#f04d2a"}),(0,Xt.jsx)("stop",{offset:"0.49",stopColor:"#ef4229"}),(0,Xt.jsx)("stop",{offset:"0.5",stopColor:"#ef4029"}),(0,Xt.jsx)("stop",{offset:"0.56",stopColor:"#e83e28"}),(0,Xt.jsx)("stop",{offset:"0.67",stopColor:"#e13c26"}),(0,Xt.jsx)("stop",{offset:"1",stopColor:"#df3c26"})]})}),(0,Xt.jsx)("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"}),(0,Xt.jsx)("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"})]});var Tt=require("react/jsx-runtime"),kf=({style:e,...t})=>(0,Tt.jsxs)("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:[(0,Tt.jsx)("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"}),(0,Tt.jsx)("mask",{id:"mask0_16909_31415",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"400",height:"400",children:(0,Tt.jsx)("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"})}),(0,Tt.jsxs)("g",{mask:"url(#mask0_16909_31415)",children:[(0,Tt.jsx)("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"}),(0,Tt.jsx)("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"}),(0,Tt.jsx)("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"}}),(0,Tt.jsx)("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"}})]}),(0,Tt.jsxs)("defs",{children:[(0,Tt.jsxs)("linearGradient",{id:"paint0_linear_16909_31415",x1:"325.255",y1:"325.727",x2:"325.255",y2:"73.6291",gradientUnits:"userSpaceOnUse",children:[(0,Tt.jsx)("stop",{"stop-color":"#002D72"}),(0,Tt.jsx)("stop",{offset:"1","stop-color":"#002D72","stop-opacity":"0.01"})]}),(0,Tt.jsxs)("linearGradient",{id:"paint1_linear_16909_31415",x1:"184.827",y1:"325.727",x2:"184.827",y2:"73.6291",gradientUnits:"userSpaceOnUse",children:[(0,Tt.jsx)("stop",{"stop-color":"#002D72","stop-opacity":"0.01"}),(0,Tt.jsx)("stop",{offset:"1","stop-color":"#002D72"})]})]})]});var Z=require("react/jsx-runtime"),_f=({style:e,...t})=>(0,Z.jsxs)("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:[(0,Z.jsx)("g",{clipPath:"url(#clip0_5_32)",children:(0,Z.jsxs)("g",{clipPath:"url(#clip1_5_32)",children:[(0,Z.jsx)("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:(0,Z.jsx)("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"})}),(0,Z.jsx)("g",{mask:"url(#mask0_5_32)",children:(0,Z.jsx)("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),(0,Z.jsx)("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)"}),(0,Z.jsx)("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),(0,Z.jsx)("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),(0,Z.jsx)("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),(0,Z.jsx)("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),(0,Z.jsx)("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),(0,Z.jsx)("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)"}),(0,Z.jsx)("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),(0,Z.jsx)("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),(0,Z.jsxs)("defs",{children:[(0,Z.jsxs)("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[(0,Z.jsx)("stop",{stopColor:"#174299"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#001E59"})]}),(0,Z.jsxs)("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[(0,Z.jsx)("stop",{offset:"0.770277",stopColor:"#FF4000"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#8754C9"})]}),(0,Z.jsxs)("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[(0,Z.jsx)("stop",{stopColor:"#FF4000"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#8754C9"})]}),(0,Z.jsxs)("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[(0,Z.jsx)("stop",{stopColor:"#8754C9"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#FF4000"})]}),(0,Z.jsxs)("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[(0,Z.jsx)("stop",{offset:"0.723929",stopColor:"#FFF700"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,Z.jsxs)("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[(0,Z.jsx)("stop",{stopColor:"#FFF700"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,Z.jsxs)("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[(0,Z.jsx)("stop",{stopColor:"#FFF700"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,Z.jsxs)("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[(0,Z.jsx)("stop",{offset:"0.59513",stopColor:"#00AAFF"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,Z.jsxs)("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[(0,Z.jsx)("stop",{stopColor:"#00AAFF"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,Z.jsxs)("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:[(0,Z.jsx)("stop",{stopColor:"#00AAFF"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,Z.jsx)("clipPath",{id:"clip0_5_32",children:(0,Z.jsx)("rect",{width:"120",height:"120",fill:"white"})}),(0,Z.jsx)("clipPath",{id:"clip1_5_32",children:(0,Z.jsx)("rect",{width:"120",height:"120",fill:"white"})})]})]});var lr=require("react/jsx-runtime"),Af=({style:e,...t})=>(0,lr.jsxs)("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:[(0,lr.jsx)("rect",{width:"96",height:"96",rx:"18",fill:"#FEF4FF"}),(0,lr.jsxs)("g",{filter:"url(#filter0_d_12393_20043)",children:[(0,lr.jsx)("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"}),(0,lr.jsx)("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"}),(0,lr.jsx)("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"}),(0,lr.jsx)("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"}),(0,lr.jsx)("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"}),(0,lr.jsx)("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"}),(0,lr.jsx)("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"}),(0,lr.jsx)("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"}),(0,lr.jsx)("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"})]})]});var Bo=require("react/jsx-runtime"),Rf=({style:e,...t})=>(0,Bo.jsxs)("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:[(0,Bo.jsxs)("g",{clipPath:"url(#clip0_1704_1423)",children:[(0,Bo.jsx)("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"}),(0,Bo.jsx)("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"})]}),(0,Bo.jsx)("defs",{children:(0,Bo.jsx)("clipPath",{id:"clip0_1704_1423",children:(0,Bo.jsx)("rect",{width:"176",height:"176",fill:"white"})})})]});var Ho=require("react/jsx-runtime"),vo={coinbase_wallet:{logo:Ys,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:yi,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:uo,displayName:"Phantom"},rainbow:{logo:_f,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:ka,displayName:"WalletConnect"},zerion:{logo:Rf,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:xf,displayName:"Brave Wallet",rdns:"com.brave.wallet"},cryptocom:{logo:kf,displayName:"Crypto.com DeFi Wallet"},uniswap:{logo:Af,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="}},$n=({provider:e,displayName:t,logo:r,connectOnly:o,connector:n})=>{let{navigate:i}=k(),{connectWallet:a}=W(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{rn()?(a(n,l),i(o?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(Mf.isMobile?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(o?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},(0,Ho.jsxs)($3,{onClick:s,children:[(0,Ho.jsx)(q3,{icon:z3(e,n.connectorType)??r,name:n.walletClientType}),(0,Ho.jsx)("span",{children:V3(e,n.connectorType)||t||n.walletClientType}),(0,Ho.jsx)("span",{id:"connect-text",children:"Connect"})]})},V3=(e,t)=>{if(vo[e]?.displayName)return vo[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},z3=(e,t)=>{if(vo[e]?.logo)return vo[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return ka},q3=({icon:e,name:t})=>typeof e=="string"?(0,Ho.jsx)("img",{alt:`${t||"wallet"} logo`,src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?(0,Ho.jsx)(If.default,{}):e?(0,Ho.jsx)(e,{}):null,$3=(0,Wf.default)(Ke)`
|
|
844
|
+
`;var If=m(require("@heroicons/react/24/outline/WalletIcon")),Mf=require("react-device-detect"),Wf=m(require("styled-components"));var Zt=require("react/jsx-runtime"),xf=({...e})=>(0,Zt.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[(0,Zt.jsx)("defs",{children:(0,Zt.jsxs)("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:[(0,Zt.jsx)("stop",{offset:"0",stopColor:"#f1562b"}),(0,Zt.jsx)("stop",{offset:"0.3",stopColor:"#f1542b"}),(0,Zt.jsx)("stop",{offset:"0.41",stopColor:"#f04d2a"}),(0,Zt.jsx)("stop",{offset:"0.49",stopColor:"#ef4229"}),(0,Zt.jsx)("stop",{offset:"0.5",stopColor:"#ef4029"}),(0,Zt.jsx)("stop",{offset:"0.56",stopColor:"#e83e28"}),(0,Zt.jsx)("stop",{offset:"0.67",stopColor:"#e13c26"}),(0,Zt.jsx)("stop",{offset:"1",stopColor:"#df3c26"})]})}),(0,Zt.jsx)("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"}),(0,Zt.jsx)("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"})]});var Pt=require("react/jsx-runtime"),_f=({style:e,...t})=>(0,Pt.jsxs)("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:[(0,Pt.jsx)("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"}),(0,Pt.jsx)("mask",{id:"mask0_16909_31415",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"400",height:"400",children:(0,Pt.jsx)("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"})}),(0,Pt.jsxs)("g",{mask:"url(#mask0_16909_31415)",children:[(0,Pt.jsx)("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"}),(0,Pt.jsx)("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"}),(0,Pt.jsx)("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"}}),(0,Pt.jsx)("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"}})]}),(0,Pt.jsxs)("defs",{children:[(0,Pt.jsxs)("linearGradient",{id:"paint0_linear_16909_31415",x1:"325.255",y1:"325.727",x2:"325.255",y2:"73.6291",gradientUnits:"userSpaceOnUse",children:[(0,Pt.jsx)("stop",{"stop-color":"#002D72"}),(0,Pt.jsx)("stop",{offset:"1","stop-color":"#002D72","stop-opacity":"0.01"})]}),(0,Pt.jsxs)("linearGradient",{id:"paint1_linear_16909_31415",x1:"184.827",y1:"325.727",x2:"184.827",y2:"73.6291",gradientUnits:"userSpaceOnUse",children:[(0,Pt.jsx)("stop",{"stop-color":"#002D72","stop-opacity":"0.01"}),(0,Pt.jsx)("stop",{offset:"1","stop-color":"#002D72"})]})]})]});var Z=require("react/jsx-runtime"),kf=({style:e,...t})=>(0,Z.jsxs)("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:[(0,Z.jsx)("g",{clipPath:"url(#clip0_5_32)",children:(0,Z.jsxs)("g",{clipPath:"url(#clip1_5_32)",children:[(0,Z.jsx)("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:(0,Z.jsx)("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"})}),(0,Z.jsx)("g",{mask:"url(#mask0_5_32)",children:(0,Z.jsx)("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),(0,Z.jsx)("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)"}),(0,Z.jsx)("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),(0,Z.jsx)("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),(0,Z.jsx)("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),(0,Z.jsx)("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),(0,Z.jsx)("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),(0,Z.jsx)("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)"}),(0,Z.jsx)("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),(0,Z.jsx)("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),(0,Z.jsxs)("defs",{children:[(0,Z.jsxs)("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[(0,Z.jsx)("stop",{stopColor:"#174299"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#001E59"})]}),(0,Z.jsxs)("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[(0,Z.jsx)("stop",{offset:"0.770277",stopColor:"#FF4000"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#8754C9"})]}),(0,Z.jsxs)("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[(0,Z.jsx)("stop",{stopColor:"#FF4000"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#8754C9"})]}),(0,Z.jsxs)("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[(0,Z.jsx)("stop",{stopColor:"#8754C9"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#FF4000"})]}),(0,Z.jsxs)("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[(0,Z.jsx)("stop",{offset:"0.723929",stopColor:"#FFF700"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,Z.jsxs)("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[(0,Z.jsx)("stop",{stopColor:"#FFF700"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,Z.jsxs)("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[(0,Z.jsx)("stop",{stopColor:"#FFF700"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,Z.jsxs)("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[(0,Z.jsx)("stop",{offset:"0.59513",stopColor:"#00AAFF"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,Z.jsxs)("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[(0,Z.jsx)("stop",{stopColor:"#00AAFF"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,Z.jsxs)("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:[(0,Z.jsx)("stop",{stopColor:"#00AAFF"}),(0,Z.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,Z.jsx)("clipPath",{id:"clip0_5_32",children:(0,Z.jsx)("rect",{width:"120",height:"120",fill:"white"})}),(0,Z.jsx)("clipPath",{id:"clip1_5_32",children:(0,Z.jsx)("rect",{width:"120",height:"120",fill:"white"})})]})]});var ir=require("react/jsx-runtime"),Af=({style:e,...t})=>(0,ir.jsxs)("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:[(0,ir.jsx)("rect",{width:"96",height:"96",rx:"18",fill:"#FEF4FF"}),(0,ir.jsxs)("g",{filter:"url(#filter0_d_12393_20043)",children:[(0,ir.jsx)("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"}),(0,ir.jsx)("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"}),(0,ir.jsx)("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"}),(0,ir.jsx)("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"}),(0,ir.jsx)("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"}),(0,ir.jsx)("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"}),(0,ir.jsx)("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"}),(0,ir.jsx)("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"}),(0,ir.jsx)("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"})]})]});var Bo=require("react/jsx-runtime"),Rf=({style:e,...t})=>(0,Bo.jsxs)("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:[(0,Bo.jsxs)("g",{clipPath:"url(#clip0_1704_1423)",children:[(0,Bo.jsx)("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"}),(0,Bo.jsx)("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"})]}),(0,Bo.jsx)("defs",{children:(0,Bo.jsx)("clipPath",{id:"clip0_1704_1423",children:(0,Bo.jsx)("rect",{width:"176",height:"176",fill:"white"})})})]});var Ho=require("react/jsx-runtime"),vo={coinbase_wallet:{logo:Ys,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:yi,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:uo,displayName:"Phantom"},rainbow:{logo:kf,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:_a,displayName:"WalletConnect"},zerion:{logo:Rf,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:xf,displayName:"Brave Wallet",rdns:"com.brave.wallet"},cryptocom:{logo:_f,displayName:"Crypto.com DeFi Wallet"},uniswap:{logo:Af,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="}},$n=({provider:e,displayName:t,logo:r,connectOnly:o,connector:n})=>{let{navigate:i}=_(),{connectWallet:a}=M(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{rn()?(a(n,l),i(o?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(Mf.isMobile?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(o?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},(0,Ho.jsxs)($v,{onClick:s,children:[(0,Ho.jsx)(qv,{icon:zv(e,n.connectorType)??r,name:n.walletClientType}),(0,Ho.jsx)("span",{children:Vv(e,n.connectorType)||t||n.walletClientType}),(0,Ho.jsx)("span",{id:"connect-text",children:"Connect"})]})},Vv=(e,t)=>{if(vo[e]?.displayName)return vo[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},zv=(e,t)=>{if(vo[e]?.logo)return vo[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return _a},qv=({icon:e,name:t})=>typeof e=="string"?(0,Ho.jsx)("img",{alt:`${t||"wallet"} logo`,src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?(0,Ho.jsx)(If.default,{}):e?(0,Ho.jsx)(e,{}):null,$v=(0,Wf.default)($e)`
|
|
845
845
|
/* Show "Connect" on hover */
|
|
846
846
|
> #connect-text {
|
|
847
847
|
font-weight: 500;
|
|
@@ -863,16 +863,16 @@ Resources:
|
|
|
863
863
|
display: none;
|
|
864
864
|
}
|
|
865
865
|
}
|
|
866
|
-
`;var to=require("react/jsx-runtime"),
|
|
866
|
+
`;var to=require("react/jsx-runtime"),Kv=["coinbase_wallet"],jv=["metamask","okx_wallet","rainbow","uniswap","zerion"],Yv=["cryptocom"],Zv=["phantom"],Ai=({connectOnly:e})=>{let{connectors:t}=M(),{app:r}=_(),o=Ra(r.appearance.walletList,t,e,r.appearance.walletList);return(0,to.jsxs)(to.Fragment,{children:[...o]})},Ra=(e,t,r,o)=>{let n=[],i=[],a=[],l=t.find(s=>s.connectorType==="wallet_connect_v2");for(let s of e)if(s==="detected_wallets"){let c=t.filter(({connectorType:u,walletClientType:f})=>f==="uniswap_wallet_extension"?!o.includes("uniswap"):u==="injected"&&!o.includes(f));for(let u of c){let{walletClientType:f,walletBranding:y}=u;(f==="unknown"?i:n).push((0,to.jsx)($n,{connectOnly:r,provider:f,logo:y.icon,displayName:y.name,connector:u},`${s}-${f}`))}}else if(Zv.includes(s)){let c=t.find(u=>u.connectorType==="injected"&&u.walletClientType===s||u.connectorType===s);c&&n.push((0,to.jsx)($n,{connectOnly:r,provider:s,connector:c},s))}else if(jv.includes(s)){let c=t.find(u=>s==="uniswap"?u.walletClientType==="uniswap_wallet_extension":u.connectorType==="injected"&&u.walletClientType===s)??l;c&&n.push((0,to.jsx)($n,{connectOnly:r,provider:s,connector:c},s))}else if(Kv.includes(s)){let c=t.find(({connectorType:u})=>u===s);c&&n.push((0,to.jsx)($n,{connectOnly:r,provider:s,connector:c},s))}else Yv.includes(s)?l&&a.push((0,to.jsx)($n,{connectOnly:r,provider:s,connector:l},s)):s==="wallet_connect"&&l&&a.push((0,to.jsx)($n,{connectOnly:r,provider:s,connector:l},s));return[...i,...n,...a]};var Co=require("react/jsx-runtime"),Lf=()=>{let{app:e}=_(),t=`Connect a wallet to ${e?.name}`;return(0,Co.jsxs)(Co.Fragment,{children:[(0,Co.jsx)(P,{},"header"),(0,Co.jsx)(go,{title:"Connect your wallet",description:t}),(0,Co.jsx)(Dr,{children:(0,Co.jsx)(Ai,{connectOnly:!0})}),(0,Co.jsx)($,{protectedByPrivy:!0})]})};var Ff=m(require("styled-components"));var Uf=m(require("styled-components"));var Of=m(require("react"));var Df=require("react/jsx-runtime"),Nf=()=>{let{app:e}=_(),t=e?.appearance?.logo,r=`${e?.name} logo`,o={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?(0,Df.jsx)("img",{src:t,alt:r,style:o}):t.type==="svg"||t.type==="img"?Of.default.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};var Rd=require("react/jsx-runtime"),Ri=e=>{let{app:t}=_();return t?.appearance.logo?(0,Rd.jsx)(Jv,{...e,children:(0,Rd.jsx)(Nf,{})}):null},Jv=Uf.default.div`
|
|
867
867
|
display: flex;
|
|
868
868
|
flex-direction: column;
|
|
869
869
|
align-items: center;
|
|
870
870
|
padding: 24px 0;
|
|
871
871
|
flex-grow: 1;
|
|
872
872
|
justify-content: center;
|
|
873
|
-
`;var ro=require("react/jsx-runtime"),Bf=()=>{let{app:e}=
|
|
873
|
+
`;var ro=require("react/jsx-runtime"),Bf=()=>{let{app:e}=_();return(0,ro.jsxs)(ro.Fragment,{children:[(0,ro.jsx)(P,{},"header"),(0,ro.jsx)(Qv,{}),(0,ro.jsx)(Dr,{children:(0,ro.jsx)(Ai,{connectOnly:!0})}),e&&(0,ro.jsx)(xi,{app:e,alwaysShowImplicitConsent:!0}),(0,ro.jsx)($,{protectedByPrivy:!0})]})},Qv=(0,Ff.default)(Ri)`
|
|
874
874
|
margin-bottom: 16px;
|
|
875
|
-
`;var Mi=require("react"),zf=require("react-device-detect"),qf=
|
|
875
|
+
`;var Mi=require("react"),zf=require("react-device-detect"),qf=m(require("styled-components"));var Br=require("react"),Ma=require("react-device-detect"),Md=m(require("styled-components"));var Ia=require("react"),Xv=(e,t)=>{let r=(0,Ia.useRef)(()=>{});(0,Ia.useEffect)(()=>{r.current=e}),(0,Ia.useEffect)(()=>{if(t!==null){let o=setInterval(()=>r.current(),t||0);return()=>clearInterval(o)}},[t])},Hf=Xv;var Ii=require("react");function Gf(){let[e,t]=(0,Ii.useState)(!1),r=(0,Ii.useCallback)(()=>{document.hidden&&t(!0)},[]);return(0,Ii.useEffect)(()=>(document.addEventListener("visibilitychange",r),()=>document.removeEventListener("visibilitychange",r)),[r]),{hasTabbedAway:e,reset:()=>t(!1)}}var De=require("react/jsx-runtime"),Id=2,Wd=e=>e?.privyErrorCode==="linked_to_another_user"?Lo.ERROR_USER_EXISTS:e instanceof Xe&&!e.details.default?e.details:e instanceof pi?Lo.ERROR_TIMED_OUT:e instanceof ui?Lo.ERROR_USER_REJECTED_CONNECTION:Lo.ERROR_WALLET_CONNECTION,Vf=()=>{let[e,t]=(0,Br.useState)(!1),[r,o]=(0,Br.useState)(!1),[n,i]=(0,Br.useState)(void 0),{authenticated:a,logout:l}=H(),{app:s,navigate:c,navigateBack:u,lastScreen:f,currentScreen:y,setModalData:g}=_(),{getAuthFlow:b,walletConnectionStatus:v,closePrivyModal:k,initLoginWithWallet:x,loginWithWallet:w,updateWallets:I,createAnalyticsEvent:A}=M(),{walletConnectors:O}=H(),[S,D]=(0,Br.useState)(0),{user:J}=H(),[z]=(0,Br.useState)(J?.linkedAccounts.length||0),[q,W]=(0,Br.useState)(""),[se,B]=(0,Br.useState)(!1),{hasTabbedAway:be}=Gf(),{enabled:ve,token:ye}=Ie(),Se=Ma.isMobile&&v?.connector?.connectorType==="wallet_connect_v2"||Ma.isMobile&&v?.connector?.connectorType==="coinbase_wallet"||Ma.isMobile&&v?.connector?.connectorType==="injected"&&v?.connector?.walletClientType==="phantom",ie=v?.status==="connected",Qt=v?.status==="switching_to_supported_chain";(0,Br.useEffect)(()=>{let V=b();if(ie&&!V&&(ve&&!ye&&!a?(g({captchaModalData:{callback:Ee=>x(v.connectedWallet,Ee).then(()=>{B(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),c("CAPTCHA_SCREEN",!1)):x(v.connectedWallet,ye).then(()=>{B(!0)})),V&&Se&&ie&&!V.preparedMessage){V.buildSiweMessage();return}!V||Se||!ie||r||(async()=>{o(!0),i(void 0);try{v?.connector?.connectorType==="wallet_connect_v2"&&v?.connector?.walletClientType==="metamask"&&await od(2500),await Xt()}catch(Ee){console.warn("Auto-prompted signature failed",Ee)}finally{o(!1)}})()},[S,ie,se]),(0,Br.useEffect)(()=>{if(J&&e){let V=s?.render.inDialog?it:0,Ee=s?.render.inDialog?V-500:0;if(s?.legal.requireUsersAcceptTerms&&!J.hasAcceptedTerms){let An=setTimeout(()=>{c("AFFIRMATIVE_CONSENT_SCREEN")},Ee);return()=>clearTimeout(An)}if(Mr(J,s?.embeddedWallets?.createOnLogin)){let An=setTimeout(()=>{g({createWallet:{onSuccess:()=>{},onFailure:qt=>{console.error(qt),A({eventName:"embedded_wallet_creation_failure_logout",payload:{error:qt,screen:"ConnectionStatusScreen"}}),l()},callAuthOnSuccessOnClose:!0}}),c("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},Ee);return()=>clearTimeout(An)}I();let _r=setTimeout(()=>k({shouldCallAuthOnSuccess:!0,isSuccess:!0}),it);return()=>clearTimeout(_r)}},[J,e]);let zt=V=>{if(V?.privyErrorCode==="allowlist_rejected"){c("ALLOWLIST_REJECTION_SCREEN");return}else if(V?.privyErrorCode==="max_accounts_reached"){console.error(new co(V).toString()),c("USER_LIMIT_REACHED_SCREEN");return}i(Wd(V))};async function Xt(){try{if(await w(),!s?.render.inDialog)return k({shouldCallAuthOnSuccess:!0,isSuccess:!0});t(!0)}catch(V){zt(V)}finally{o(!1)}}(0,Br.useEffect)(()=>{v?.connectError&&zt(v?.connectError)},[v]),Hf(()=>{let V=ht==="wallet_connect_v2"&&v?.connector instanceof ho?v.connector.redirectUri:void 0;V&&W(V)},v?.connector instanceof ho&&!q?500:null);let ht=v?.connector?.connectorType||"injected",Sr=v?.connector?.walletClientType||"unknown",ze=vo[Sr]?.displayName||v?.connector?.walletBranding.name||"Browser Extension",ct=vo[Sr]?.logo||v?.connector?.walletBranding.icon||(V=>(0,De.jsx)(hi,{...V})),xr=ze==="Browser Extension"?ze.toLowerCase():ze,er;e?er=`Successfully connected with ${xr}`:n?er=n.message:Qt?er="Switching networks":ie?er=r&&Se?"Signing":"Sign to verify":er=`Waiting for ${xr}`;let ot="Don\u2019t see your wallet? Check your other browser windows.";if(e){let V=J?.linkedAccounts.length||0;z===V?ot="Wallet was already linked.":ot="You\u2019re good to go!"}else S>=Id&&n?ot="Unable to connect wallet":n?ot=n.detail:Qt?ot="Switch your wallet to the requested network.":ie&&Se?ot="Sign the message in your wallet to verify it belongs to you.":Sr==="metamask"&&Ma.isMobile?ot="Click continue to open and connect MetaMask.":Sr==="metamask"?ot="For the best experience, connect only one wallet at a time.":ht==="wallet_connect"?ot="Open your mobile wallet app to continue":ht==="coinbase_wallet"&&(vu()||(hd(J)?ot="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":ot="Open the Coinbase app on your phone to continue."));let N=O?.walletConnectors?.find(V=>V.walletClientType==="coinbase_wallet"),me=Sr==="coinbase_wallet"&&(hd(J)||n===Lo.ERROR_USER_EXISTS);return(0,De.jsxs)(De.Fragment,{children:[(0,De.jsx)(P,{backFn:!f||y===f?void 0:u}),(0,De.jsxs)(e0,{children:[(0,De.jsx)(Ld,{walletLogo:ct,success:e,fail:!!n}),(0,De.jsxs)(bt,{children:[(0,De.jsx)("h3",{children:er}),(0,De.jsx)("p",{children:ot}),!ie&&q&&!be?(0,De.jsxs)("p",{children:["Still here?"," ",(0,De.jsx)("a",{href:q,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),me?(0,De.jsx)(L,{onClick:()=>N&&N?.disconnect(),disabled:e,children:"Use a different wallet"}):n==Lo.ERROR_USER_EXISTS&&y!==f?(0,De.jsx)(L,{onClick:u,children:"Use a different wallet"}):ie&&!e&&Se?(0,De.jsx)(L,{onClick:()=>{o(!0),Xt()},disabled:r,children:r?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&S<Id?(0,De.jsx)(L,{onClick:()=>{D(S+1),i(void 0),ie?(o(!0),Xt()):v?.connectRetry()},disabled:!e&&(!n?.retryable||S>=Id),children:"Retry"}):!e&&!n?(0,De.jsx)(L,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),(0,De.jsx)(K,{})]})},e0=Md.default.div`
|
|
876
876
|
display: flex;
|
|
877
877
|
flex-direction: column;
|
|
878
878
|
align-items: center;
|
|
@@ -902,14 +902,14 @@ Resources:
|
|
|
902
902
|
left: -19px;
|
|
903
903
|
top: -19px;
|
|
904
904
|
}
|
|
905
|
-
`,Ld=e=>{let t=e.walletLogo;return(0,De.jsx)(De.Fragment,{children:(0,De.jsx)(t0,{children:(0,De.jsxs)("div",{children:[(0,De.jsx)(
|
|
905
|
+
`,Ld=e=>{let t=e.walletLogo;return(0,De.jsx)(De.Fragment,{children:(0,De.jsx)(t0,{children:(0,De.jsxs)("div",{children:[(0,De.jsx)(Dt,{success:e.success,fail:e.fail}),typeof t=="string"?(0,De.jsx)("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):(0,De.jsx)(t,{style:{width:"38px",height:"38px"}})]})})})};var Bt=require("react/jsx-runtime"),ql=2,$f=()=>{let{navigateBack:e,lastScreen:t,currentScreen:r}=_(),{walletConnectionStatus:o,closePrivyModal:n}=M(),[i,a]=(0,Mi.useState)(void 0),[l,s]=(0,Mi.useState)(0),c=o?.status==="connected",u=o?.status==="switching_to_supported_chain";(0,Mi.useEffect)(()=>{if(c){let I=setTimeout(n,it);return()=>clearTimeout(I)}},[c]);let f=I=>{a(Wd(I))};(0,Mi.useEffect)(()=>{o?.connectError&&f(o?.connectError)},[o]);let y=o?.connector?.connectorType||"injected",g=o?.connector?.walletClientType||"unknown",b=vo[g]?.displayName||o?.connector?.walletBranding.name||"Browser Extension",v=vo[g]?.logo||o?.connector?.walletBranding.icon||(I=>(0,Bt.jsx)(hi,{...I})),k=b==="Browser Extension"?b.toLowerCase():b,x;c?x=`Successfully connected with ${k}`:i?x=i.message:u?x="Switching networks":x=`Waiting for ${k}`;let w="Don\u2019t see your wallet? Check your other browser windows.";return c?w="You\u2019re good to go!":l>=ql&&i?w="Unable to connect wallet":i?w=i.detail:u?w="Switch your wallet to the requested network.":g==="metamask"&&zf.isMobile?w="Click to continue to open and connect MetaMask.":g==="metamask"?w="For the best experience, connect only one wallet at a time.":y==="wallet_connect_v2"?w="Open your mobile wallet app to continue":y==="coinbase_wallet"&&(w="Open the Coinbase app on your phone to continue."),(0,Bt.jsxs)(Bt.Fragment,{children:[(0,Bt.jsx)(P,{backFn:r===t?void 0:e}),(0,Bt.jsxs)(r0,{children:[(0,Bt.jsx)(Ld,{walletLogo:v,success:c,fail:!!i}),(0,Bt.jsxs)(bt,{children:[(0,Bt.jsx)("h3",{children:x}),(0,Bt.jsx)("p",{children:w})]}),i==Lo.ERROR_USER_EXISTS?(0,Bt.jsx)(L,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<ql?(0,Bt.jsx)(L,{onClick:()=>{s(l+1),a(void 0),o?.connectRetry()},disabled:!c&&(!i?.retryable||l>=ql),children:"Retry"}):!c&&i&&l>=ql?(0,Bt.jsx)(L,{onClick:e,children:"Use a different wallet"}):null]}),(0,Bt.jsx)(K,{})]})},r0=qf.default.div`
|
|
906
906
|
display: flex;
|
|
907
907
|
flex-direction: column;
|
|
908
908
|
align-items: center;
|
|
909
909
|
justify-content: center;
|
|
910
910
|
gap: 24px;
|
|
911
911
|
width: 100%;
|
|
912
|
-
`;var Xf=
|
|
912
|
+
`;var Xf=m(require("@heroicons/react/24/solid/XCircleIcon")),Di=require("react"),eh=m(require("styled-components"));var Wa=m(require("styled-components")),Wi=require("react/jsx-runtime"),Li=()=>(0,Wi.jsx)(o0,{children:(0,Wi.jsxs)(n0,{children:[(0,Wi.jsx)(i0,{}),(0,Wi.jsx)(a0,{})]})}),o0=Wa.default.div`
|
|
913
913
|
display: flex;
|
|
914
914
|
justify-content: center;
|
|
915
915
|
align-items: center;
|
|
@@ -965,9 +965,9 @@ Resources:
|
|
|
965
965
|
transform: rotate(360deg);
|
|
966
966
|
}
|
|
967
967
|
}
|
|
968
|
-
`;var Kf=["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
|
|
968
|
+
`;var Kf=["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 tt=class extends Error{constructor(r,o){super(o);this.type=r}};function Oi(e){let t=e.type;return typeof t=="string"&&Kf.includes(t)}function s0(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function Ni(e){return Oi(e)&&e.type==="wallet_not_on_device"}function jf(e){return Oi(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function un(e){return!!(Oi(e)&&e.type==="mfa_timeout")}function mn(e){return!!(Oi(e)&&e.type==="missing_or_invalid_mfa")}function $l(e){return!!(Oi(e)&&e.type==="mfa_verification_max_attempts_reached")}function Kl(e){return!!(Oi(e)&&e.message.includes("code 429"))}function jl(e){return!!(s0(e)&&e.message==="MFA canceled")}function Yf(e,t){return t.length>1?"EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN":e==="create"?"EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN":"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"}function Yl(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 Zf({api:e,provider:t}){let r=ga(),o=Us(),n=await Fs(r);try{return{url:(await e.post(iu,{redirect_to:window.location.href,code_challenge:n,state_code:o,provider:t})).url,codeVerifier:r,stateCode:o}}catch(i){throw Ce(i)}}async function Jf({api:e,provider:t,stateCode:r,codeVerifier:o,authorizationCode:n}){if(!n||!r)throw new E("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenicate.");if(n==="undefined")throw new E("User denied confirmation during OAuth flow");try{return(await e.post(au,{authorization_code:n,state_code:r,code_verifier:o,provider:t})).access_token}catch(i){let a=Ce(i);throw a.privyErrorCode?new E(a.message||"Invalid code during OAuth flow.",void 0,a.privyErrorCode):a.message==="User denied confirmation during OAuth flow"?new E("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new E("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}var ar=require("react/jsx-runtime"),Qf=1,th=()=>{let{authenticated:e,user:t,getAccessToken:r}=H(),{closePrivyModal:o,createAnalyticsEvent:n,walletProxy:i}=M(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=_(),u=(0,Di.useMemo)(()=>Date.now(),[]),[f,y]=(0,Di.useState)(!1),{onCompleteNavigateTo:g,onFailure:b,shouldForceMFA:v}=l?.connectWallet,k=w=>{f||(y(!0),b(typeof w=="string"?new Error(w):w))};(0,Di.useEffect)(()=>{let w=He(t),I;return!e||!w?k("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let O=await r();if(!O)return k("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:O,address:w.address}),v&&await i.verifyMfa({accessToken:O});let S=(Date.now()-u)/1e3;g==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&S<Qf?I=setTimeout(()=>{a(g)},(Qf-S)*1e3):a(g)}catch(S){if(Ni(S)&&w.recoveryMethod==="privy"){let D=await r();if(!D)return k("User must be authenticated and have a Privy wallet before it can be recovered");try{n({eventName:"embedded_wallet_pinless_recovery_started",payload:{walletAddress:w.address}}),(await i?.recover({address:w.address,accessToken:D}))?.address||k(new Error("Unable to recover wallet")),g?a(g):o({shouldCallAuthOnSuccess:!1}),n({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:w.address}}),a(g)}catch{k("An error has occurred, please try again.")}}else if(Ni(S)){s({...l,recoverWallet:{privyWallet:w,onCompleteNavigateTo:g,onFailure:b},recoveryOAuthStatus:{provider:"google-drive",action:"recover",isInAccountCreateFlow:!1}});let D=Yl(w.recoveryMethod);a(D)}else k(S)}})(),()=>clearTimeout(I)):void 0},[e,t,i]);let x=()=>{k("User exited before wallet could be connected"),o({shouldCallAuthOnSuccess:!1})};return c.current=x,(0,ar.jsxs)(ar.Fragment,{children:[(0,ar.jsx)(P,{onClose:x}),f?(0,ar.jsxs)(ar.Fragment,{children:[(0,ar.jsxs)(Qr,{children:[(0,ar.jsx)(Xf.default,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,ar.jsx)(Ne,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),(0,ar.jsx)(L,{onClick:()=>o({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):(0,ar.jsx)(Li,{}),(0,ar.jsx)(l0,{})]})},l0=eh.default.div`
|
|
969
969
|
height: 44px;
|
|
970
|
-
`;var rh=
|
|
970
|
+
`;var rh=m(require("@heroicons/react/24/solid/CheckCircleIcon")),oh=require("react");var Hr=require("react/jsx-runtime"),nh=()=>{let{user:e}=H(),{closePrivyModal:t,isNewUserThisSession:r,updateWallets:o}=M(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=_(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let f=He(e);f?(o(),l(f)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return(0,oh.useEffect)(()=>{let f=setTimeout(u,Eu);return()=>clearTimeout(f)},[]),a.current=u,(0,Hr.jsxs)(Hr.Fragment,{children:[(0,Hr.jsx)(P,{onClose:u}),(0,Hr.jsx)(le,{}),(0,Hr.jsxs)(Qr,{children:[(0,Hr.jsx)(rh.default,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),(0,Hr.jsx)(Ne,{title:r?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:r?"You\u2019ve successfully created an account.":"Your account is secured."})]}),(0,Hr.jsx)(he,{}),(0,Hr.jsx)($,{protectedByPrivy:!0})]})};var sh=m(require("@heroicons/react/20/solid/ExclamationTriangleIcon")),lh=m(require("@heroicons/react/24/outline/ArrowRightOnRectangleIcon")),Go=require("react"),Vo=m(require("styled-components"));var we=require("react/jsx-runtime"),ch=()=>{let[e,t]=(0,Go.useState)(null),{authenticated:r,user:o,getAccessToken:n}=H(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=M(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),u=He(o)?.address,{onFailure:f,onSuccess:y,origin:g,appId:b}=s.keyExport,v=x=>{i({shouldCallAuthOnSuccess:!1}),f(typeof x=="string"?new Error(x):x)},k=()=>{i({shouldCallAuthOnSuccess:!1}),y(),a({eventName:"embedded_wallet_key_export_completed",payload:{walletAddress:u}})};return(0,Go.useEffect)(()=>{let x=He(o);if(!r||!x)return v("User must be authenticated before exporting their wallet");n().then(t,v)},[r,o]),c.current=k,(0,we.jsxs)(we.Fragment,{children:[(0,we.jsx)(P,{onClose:k}),(0,we.jsxs)(p0,{children:[(0,we.jsxs)(Ne,{icon:(0,we.jsx)(lh.default,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[(0,we.jsxs)(h0,{children:[(0,we.jsx)(d0,{style:{marginRight:6}}),on(u)]}),(0,we.jsx)("p",{children:"You can bring your account with you to another site using an external wallet."})]}),(0,we.jsxs)(u0,{children:[(0,we.jsxs)(ih,{children:[(0,we.jsx)(ah,{children:"1"}),(0,we.jsxs)("span",{children:[(0,we.jsx)("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."]})]}),(0,we.jsxs)(ih,{children:[(0,we.jsx)(ah,{children:"2"}),(0,we.jsx)("span",{children:"Copy this key into your other wallet"})]})]}),(0,we.jsx)("div",{style:{width:"100%"},children:e&&(0,we.jsx)(c0,{origin:g,appId:b,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),(0,we.jsxs)(y0,{children:[(0,we.jsxs)("div",{children:[(0,we.jsx)(sh.default,{viewBox:"0 0 20 18"}),(0,we.jsx)("h4",{children:"Warning"})]}),(0,we.jsx)("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),(0,we.jsx)($,{protectedByPrivy:!0})]})};function c0(e){let[t,r]=(0,Go.useState)(e.dimensions.width),[o,n]=(0,Go.useState)(void 0),i=(0,Go.useRef)(null);return(0,Go.useEffect)(()=>{if(i.current&&t===void 0){let{width:l}=i.current.getBoundingClientRect();r(l)}let a=getComputedStyle(document.documentElement);n({background2:a.getPropertyValue("--privy-color-background-2"),foreground3:a.getPropertyValue("--privy-color-foreground-3"),foregroundAccent:a.getPropertyValue("--privy-color-foreground-accent"),accent:a.getPropertyValue("--privy-color-accent"),accentDark:a.getPropertyValue("--privy-color-accent-dark"),success:a.getPropertyValue("--privy-color-success")})},[]),(0,we.jsx)("div",{ref:i,children:t&&(0,we.jsxs)(m0,{children:[(0,we.jsx)("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:Is(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...o})}),(0,we.jsx)(f0,{children:"Loading..."})]})})}function d0(e){return(0,we.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:(0,we.jsx)("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 p0=Vo.default.div`
|
|
971
971
|
display: flex;
|
|
972
972
|
flex-direction: column;
|
|
973
973
|
text-align: left;
|
|
@@ -1052,9 +1052,9 @@ Resources:
|
|
|
1052
1052
|
color: var(--privy-color-error);
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
|
-
`;var dh=
|
|
1055
|
+
`;var dh=m(require("@heroicons/react/24/solid/XCircleIcon")),La=require("react"),ph=m(require("styled-components"));var Zl=require("react");function Jl(){let{refreshUser:e,createAnalyticsEvent:t,initializeWalletProxy:r}=M(),o=(0,Zl.useRef)(!1);return{createWallet:(0,Zl.useCallback)(async i=>{let a=await Le();if(!a)throw t({eventName:"embedded_wallet_creation_failed",payload:{error:"Missing access token for user."}}),new Error("An error has occured, please login again.");try{t({eventName:"embedded_wallet_creation_started"});let l=await r(li);if(!l)throw new Error("walletProxy does not exist.");let s=1e4,c=new Promise((g,b)=>{setTimeout(()=>{b(new Error("walletProxy.create timed out."))},s)});if(!await Promise.race([l.create({accessToken:a,recoveryPassword:i}),c]))throw new Error("walletProxy.create did not send a response.");let f=await e();if(!f)throw new Error("Failed to refresh user.");let y=He(f);if(!y)throw new Error("Updated user is missing embedded wallet.");return t({eventName:"embedded_wallet_creation_completed",payload:{walletAddress:y.address}}),o.current=!0,y}catch(l){if(o.current)return;throw t({eventName:"embedded_wallet_creation_failed",payload:{error:l.toString()}}),console.warn(l),l}},[])}}var Gr=require("react/jsx-runtime"),uh=()=>{let{app:e,setModalData:t,navigate:r,data:o,onUserCloseViaDialogOrKeybindRef:n}=_(),[i,a]=(0,La.useState)(""),{embeddedWallets:l}=fo(),{authenticated:s}=H(),{closePrivyModal:c}=M(),{onSuccess:u,onFailure:f,callAuthOnSuccessOnClose:y}=o.createWallet,g=e?.embeddedWallets.requireUserOwnedRecoveryOnCreate===!0,{createWallet:b}=Jl(),[v,k]=(0,La.useState)(null),x=new Qe(async()=>{try{let I=await b();if(!I)return;k(I),r("EMBEDDED_WALLET_CREATED_SCREEN")}catch(I){a(I.message)}});(0,La.useEffect)(()=>{if(!s){r("LANDING"),f(new Error("User must be authenticated before creating a Privy wallet"));return}if(g){t({...o,recoverySelection:{...o?.recoverySelection,isInAccountCreateFlow:!0}});let I=Yf("create",l.userOwnedRecoveryOptions);return r(I)}x.execute()},[g,s]);let w=()=>{v?(u(v),c({shouldCallAuthOnSuccess:y})):(f(new Kt("User wallet creation failed")),c({shouldCallAuthOnSuccess:!1}))};return n.current=()=>null,i?(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)(P,{closeable:!1}),(0,Gr.jsxs)(Qr,{children:[(0,Gr.jsx)(dh.default,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,Gr.jsx)(Ne,{title:"Something went wrong",description:i})]}),(0,Gr.jsx)(L,{onClick:w,children:"Close"}),(0,Gr.jsx)(g0,{})]}):(0,Gr.jsx)(Li,{})},g0=ph.default.div`
|
|
1056
1056
|
height: 44px;
|
|
1057
|
-
`;var Kn=require("react");var qi=require("react");var wh=
|
|
1057
|
+
`;var Kn=require("react");var qi=require("react");var wh=m(require("@heroicons/react/24/outline/ExclamationTriangleIcon")),Gi=require("react");var mh=m(require("@heroicons/react/24/outline/ArrowPathIcon")),fh=m(require("@heroicons/react/24/outline/EyeIcon")),hh=m(require("@heroicons/react/24/outline/EyeSlashIcon")),at=m(require("styled-components"));var v0=at.css`
|
|
1058
1058
|
font-size: 14px;
|
|
1059
1059
|
font-style: normal;
|
|
1060
1060
|
font-weight: 400;
|
|
@@ -1097,7 +1097,7 @@ Resources:
|
|
|
1097
1097
|
font-weight: 300;
|
|
1098
1098
|
line-height: 22px; /* 137.5% */
|
|
1099
1099
|
}
|
|
1100
|
-
`,
|
|
1100
|
+
`,Ui=at.default.input`
|
|
1101
1101
|
${yh}
|
|
1102
1102
|
|
|
1103
1103
|
&::placeholder {
|
|
@@ -1182,7 +1182,7 @@ Resources:
|
|
|
1182
1182
|
border-color: var(--privy-color-foreground-3);
|
|
1183
1183
|
border-width: 1px;
|
|
1184
1184
|
}
|
|
1185
|
-
`,
|
|
1185
|
+
`,Fi=at.default.div`
|
|
1186
1186
|
position: absolute;
|
|
1187
1187
|
right: 0.5rem;
|
|
1188
1188
|
|
|
@@ -1233,7 +1233,7 @@ Resources:
|
|
|
1233
1233
|
transition: all 0.1s ease-out;
|
|
1234
1234
|
background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
|
|
1235
1235
|
}
|
|
1236
|
-
`;var st=require("react/jsx-runtime"),bh=({buttonHideAnimations:e,buttonLoading:t,password:r,onSubmit:o,onBack:n})=>{let[i,a]=(0,Gi.useState)(!0),[l,s]=(0,Gi.useState)(!1),[c,u]=(0,Gi.useState)(""),
|
|
1236
|
+
`;var st=require("react/jsx-runtime"),bh=({buttonHideAnimations:e,buttonLoading:t,password:r,onSubmit:o,onBack:n})=>{let[i,a]=(0,Gi.useState)(!0),[l,s]=(0,Gi.useState)(!1),[c,u]=(0,Gi.useState)(""),f=r===c;return(0,Gi.useEffect)(()=>{c&&!l&&s(!0)},[c]),(0,st.jsxs)(st.Fragment,{children:[(0,st.jsx)(P,{title:"Confirm Password",closeable:!1,backFn:n}),(0,st.jsx)(le,{}),(0,st.jsxs)(fn,{children:[(0,st.jsxs)(gn,{children:[(0,st.jsx)(wh.default,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),(0,st.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),(0,st.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),(0,st.jsxs)(yn,{children:[(0,st.jsx)(Ui,{value:c,onChange:y=>u(y.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text",style:{paddingRight:"2.3rem"}}),(0,st.jsx)(Fi,{style:{right:"0.75rem"},children:i?(0,st.jsx)(Bi,{onClick:()=>a(!1)}):(0,st.jsx)(Hi,{onClick:()=>a(!0)})})]}),(0,st.jsx)(Ql,{"aria-hidden":!l||f,error:!0,children:"Passwords do not match"})]}),(0,st.jsx)(hn,{onClick:o,loading:t,disabled:!f,hideAnimations:e,children:"Continue"}),(0,st.jsx)(he,{}),(0,st.jsx)($,{protectedByPrivy:!0})]})};var Sh=m(require("@heroicons/react/24/outline/ExclamationTriangleIcon")),xh=require("react"),_h=m(require("styled-components"));var Vi=m(require("styled-components")),vn=require("react/jsx-runtime"),Eh=({className:e,checked:t,color:r="var(--privy-color-accent)",...o})=>(0,vn.jsx)("label",{children:(0,vn.jsxs)(C0,{className:e,children:[(0,vn.jsx)(Th,{checked:t,...o}),(0,vn.jsx)(w0,{color:r,checked:t,children:(0,vn.jsx)(Ph,{viewBox:"0 0 24 24",children:(0,vn.jsx)("polyline",{points:"20 6 9 17 4 12"})})})]})});var dS=Vi.default.label`
|
|
1237
1237
|
&& {
|
|
1238
1238
|
cursor: pointer;
|
|
1239
1239
|
display: flex;
|
|
@@ -1248,11 +1248,11 @@ Resources:
|
|
|
1248
1248
|
`,C0=Vi.default.div`
|
|
1249
1249
|
display: inline-block;
|
|
1250
1250
|
vertical-align: middle;
|
|
1251
|
-
`,
|
|
1251
|
+
`,Ph=Vi.default.svg`
|
|
1252
1252
|
fill: none;
|
|
1253
1253
|
stroke: white;
|
|
1254
1254
|
stroke-width: 3px;
|
|
1255
|
-
`,
|
|
1255
|
+
`,Th=Vi.default.input.attrs({type:"checkbox"})`
|
|
1256
1256
|
border: 0;
|
|
1257
1257
|
clip: rect(0 0 0 0);
|
|
1258
1258
|
clippath: inset(50%);
|
|
@@ -1278,28 +1278,28 @@ Resources:
|
|
|
1278
1278
|
border-width: 1px;
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
|
-
${
|
|
1281
|
+
${Th}:focus + & {
|
|
1282
1282
|
box-shadow: 0 0 0 1px ${e=>e.color};
|
|
1283
1283
|
}
|
|
1284
1284
|
|
|
1285
|
-
${
|
|
1285
|
+
${Ph} {
|
|
1286
1286
|
visibility: ${e=>e.checked?"visible":"hidden"};
|
|
1287
1287
|
}
|
|
1288
|
-
`;var rt=require("react/jsx-runtime"),
|
|
1288
|
+
`;var rt=require("react/jsx-runtime"),kh=({buttonHideAnimations:e,buttonLoading:t,onSubmit:r,onBack:o,config:n})=>{let[i,a]=(0,xh.useState)(!1);return(0,rt.jsxs)(rt.Fragment,{children:[(0,rt.jsx)(P,{title:"Confirm Password",closeable:!1,backFn:o}),(0,rt.jsx)(le,{}),(0,rt.jsxs)(fn,{children:[(0,rt.jsxs)(gn,{children:[(0,rt.jsx)(Sh.default,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),(0,rt.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),(0,rt.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),(0,rt.jsx)(Oa,{children:(0,rt.jsxs)(Na,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[(0,rt.jsx)(Eh,{color:"var(--privy-color-error)",checked:i}),(0,rt.jsx)(rt.Fragment,{children:"I understand that if I lose my password and device, I will lose access to my account and my assets."})]})})]}),(0,rt.jsxs)(b0,{children:[n.initiatedBy==="user"&&(0,rt.jsx)(Jr,{onClick:n.onCancel,disabled:t,children:"Cancel"}),(0,rt.jsx)(hn,{onClick:r,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),(0,rt.jsx)(he,{}),(0,rt.jsx)($,{protectedByPrivy:!0})]})},b0=_h.default.div`
|
|
1289
1289
|
display: flex;
|
|
1290
1290
|
gap: 10px;
|
|
1291
|
-
`;var Dh=
|
|
1291
|
+
`;var Dh=m(require("@heroicons/react/24/outline/KeyIcon")),Nd=m(require("@heroicons/react/24/solid/CheckCircleIcon")),zo=require("react"),Dd=m(require("styled-components"));var Ah=m(require("fast-password-entropy")),Rh=m(require("secure-password-utilities")),Ih=require("secure-password-utilities/wordlists"),E0=95,P0=8,T0=3,S0=.3,x0=/[a-z]/,_0=/[A-Z]/,k0=/[0-9]/,A0="a-zA-Z0-9",Mh="!@#$%^&*()\\-_+.",Wh=`${A0}${Mh}`,R0=new RegExp(`[${Mh}]`),I0=new RegExp(`[${Wh}]`),Lh=new RegExp(`^[${Wh}]{6,}$`),Oh=(e="")=>{let t=e.split("").filter(r=>!I0.test(r)).map(r=>r.replace(" ","SPACE"));return[...new Set(t)]},Xl=()=>Rh.generatePassphrase(4,Ih.DEFAULT_WORDLIST);function M0(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function W0(e){if(e.length<P0)return 0;let t=0;x0.test(e)&&(t+=1),_0.test(e)&&(t+=1),k0.test(e)&&(t+=1),R0.test(e)&&(t+=1);let r=t/T0;return Math.max(0,Math.min(1,r))}function L0(e=""){let t=W0(e),r=(0,Ah.default)(e)/E0;return(t*S0+r)/2}function Nh(e=""){let t=L0(e);return{value:t,label:M0(t)}}var Te=require("react/jsx-runtime"),Uh=({buttonHideAnimations:e,buttonLoading:t,password:r="",config:o,onSubmit:n,onClose:i,onBack:a,onPasswordChange:l,onPasswordGenerate:s})=>{let[c,u]=(0,zo.useState)(!1),[f,y]=(0,zo.useState)(!1);(0,zo.useEffect)(()=>{r&&!f&&y(!0)},[r]);let g=(0,zo.useMemo)(()=>f?(r?.length||0)<6?"Password must be at least 6 characters":Lh.test(r||"")?null:`Invalid characters used ( ${Oh(r).join(" ")} )`:null,[r,f]),b=(0,zo.useMemo)(()=>g?{value:0,label:"Weak"}:Nh(r),[r,g]),v=(0,zo.useMemo)(()=>!!(!r?.length||g),[g,r]);return(0,Te.jsxs)(Te.Fragment,{children:[(0,Te.jsx)(P,{onClose:i,title:"Secure your account",closeable:o.initiatedBy==="user",backFn:a}),(0,Te.jsx)(le,{}),(0,Te.jsxs)(fn,{children:[(0,Te.jsxs)(gn,{children:[(0,Te.jsx)(Dh.default,{height:48,width:48,stroke:"var(--privy-color-accent)"}),(0,Te.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),(0,Te.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),(0,Te.jsxs)(yn,{children:[(0,Te.jsx)(Ui,{value:r,onChange:k=>l(k.target.value),placeholder:"enter or generate a strong password",type:c?"password":"text",style:{paddingRight:"3.8rem"}}),(0,Te.jsxs)(Fi,{style:{width:"3.5rem"},children:[c?(0,Te.jsx)(Bi,{onClick:()=>u(!1)}):(0,Te.jsx)(Hi,{onClick:()=>u(!0)}),(0,Te.jsx)(vh,{onClick:s})]})]}),(0,Te.jsx)(Ch,{value:b.value===0?.01:b.value,label:b.label}),(0,Te.jsx)(Ql,{error:!!g,children:g||`Password Strength: ${f?b.label:"--"}`}),(0,Te.jsxs)(N0,{children:[(0,Te.jsx)(O0,{children:(0,Te.jsxs)(Oa,{children:[(0,Te.jsxs)(Na,{children:[(0,Te.jsx)(Nd.default,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),(0,Te.jsxs)(Na,{children:[(0,Te.jsx)(Nd.default,{width:24,height:24,fill:"var(--privy-color-accent)"}),"Use it to log in on a new environment, like another browser or device."]})]})}),(0,Te.jsx)(hn,{onClick:n,loading:t,disabled:v,hideAnimations:e,children:"Continue"})]})]}),(0,Te.jsx)(he,{}),(0,Te.jsx)($,{protectedByPrivy:!0})]})},O0=(0,Dd.default)(Oa)`
|
|
1292
1292
|
flex: 1;
|
|
1293
1293
|
padding-top: 1rem;
|
|
1294
1294
|
`,N0=Dd.default.div`
|
|
1295
1295
|
display: flex;
|
|
1296
1296
|
flex-direction: column;
|
|
1297
1297
|
height: 100%;
|
|
1298
|
-
`;var
|
|
1298
|
+
`;var Fh=m(require("@heroicons/react/24/outline/ArrowDownTrayIcon")),Bh=m(require("@heroicons/react/24/outline/ClipboardDocumentCheckIcon")),Hh=m(require("@heroicons/react/24/outline/DocumentDuplicateIcon")),Gh=m(require("@heroicons/react/24/outline/ExclamationTriangleIcon")),Da=require("react");var Ue=require("react/jsx-runtime"),Vh=({buttonHideAnimations:e,buttonLoading:t,appName:r,password:o,onSubmit:n,onBack:i})=>{let[a,l]=(0,Da.useState)(!1),s=(0,Da.useCallback)(()=>{l(!0),o&&navigator.clipboard.writeText(o)},[o]),c=(0,Da.useCallback)(()=>{let u=document.createElement("a"),f=r.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),y=new Blob([D0(r,o)],{type:"text/plain"}),g=URL.createObjectURL(y);u.href=g,u.target="_blank",u.download=`${f}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(g)},5e3)},[o]);return(0,Ue.jsxs)(Ue.Fragment,{children:[(0,Ue.jsx)(P,{backFn:i,title:"Save Password",closeable:!1}),(0,Ue.jsx)(le,{}),(0,Ue.jsxs)(fn,{children:[(0,Ue.jsxs)(gn,{children:[(0,Ue.jsx)(Gh.default,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),(0,Ue.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),(0,Ue.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"For your security, this password cannot be reset, so keep it somewhere safe."})]}),(0,Ue.jsx)(yn,{centered:!0,children:(0,Ue.jsx)(gh,{children:o})}),(0,Ue.jsxs)("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[(0,Ue.jsx)(Od,{onClick:s,children:a?(0,Ue.jsxs)(Ue.Fragment,{children:[(0,Ue.jsx)(Bh.default,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):(0,Ue.jsxs)(Ue.Fragment,{children:[(0,Ue.jsx)(Hh.default,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),(0,Ue.jsxs)(Od,{onClick:c,children:[(0,Ue.jsx)(Fh.default,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),(0,Ue.jsx)(hn,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),(0,Ue.jsx)(he,{}),(0,Ue.jsx)($,{protectedByPrivy:!0})]})},D0=(e,t)=>`Your wallet recovery password for ${e} is
|
|
1299
1299
|
|
|
1300
1300
|
${t}
|
|
1301
1301
|
|
|
1302
|
-
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;var zh=
|
|
1302
|
+
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;var zh=m(require("@heroicons/react/24/solid/CheckCircleIcon")),qh=m(require("@heroicons/react/24/solid/XCircleIcon"));var Ht=require("react/jsx-runtime"),$h=({error:e,onClose:t})=>(0,Ht.jsxs)(Ht.Fragment,{children:[(0,Ht.jsx)(P,{closeable:!1}),(0,Ht.jsx)(le,{}),e?(0,Ht.jsxs)(Qr,{children:[(0,Ht.jsx)(qh.default,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,Ht.jsx)(Ne,{title:"Something went wrong",description:e})]}):(0,Ht.jsxs)(Qr,{children:[(0,Ht.jsx)(zh.default,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}),(0,Ht.jsx)(Ne,{title:"Success"})]}),(0,Ht.jsx)(L,{onClick:t,children:"Close"}),(0,Ht.jsx)(he,{}),(0,Ht.jsx)($,{protectedByPrivy:!0})]});var Kh=require("react"),U0=(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}},jh=()=>{let[e,t]=(0,Kh.useReducer)(U0,"creating");return{send:t,state:e}};var zi=require("react/jsx-runtime"),ec=({onSubmit:e,...t})=>{let{lastScreen:r,navigate:o}=_(),{send:n,state:i}=jh(),a=(0,qi.useCallback)(async()=>{i==="finalizing"&&await e(),n("next")},[i,n,e]);(0,qi.useEffect)(()=>{let c;return i==="done"&&t.config.initiatedBy==="automatic"&&(c=setTimeout(()=>t.onClose?.(),it)),()=>{c&&clearTimeout(c)}},[i,t.config.initiatedBy,t.onClose]);let l=(0,qi.useCallback)(()=>{n("back")},[n]),s=(0,qi.useCallback)(()=>{o("EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN")},[r,o]);return i==="creating"?(0,zi.jsx)(Uh,{...t,onSubmit:a,onBack:r==="EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN"?s:void 0}):i==="saving"?(0,zi.jsx)(Vh,{...t,onSubmit:a,onBack:l}):i==="confirming"?(0,zi.jsx)(bh,{...t,onSubmit:a,onBack:l}):i==="finalizing"?(0,zi.jsx)(kh,{...t,onSubmit:a,onBack:l}):i==="done"?(0,zi.jsx)($h,{...t,onSubmit:a}):null};var Zh=require("react/jsx-runtime"),Yh=()=>{let[e,t]=(0,Kn.useState)(null),[r,o]=(0,Kn.useState)(!1),[n,i]=(0,Kn.useState)(null),[a,l]=(0,Kn.useState)(""),{authenticated:s,getAccessToken:c,user:u}=H(),{walletProxy:f,refreshUser:y,closePrivyModal:g,createAnalyticsEvent:b}=M(),{app:v,navigate:k,data:x,onUserCloseViaDialogOrKeybindRef:w}=_(),{onSuccess:I,onFailure:A}=x.createWallet,O=He(u),S=e?.recoveryMethod==="user-passcode";(0,Kn.useEffect)(()=>{s||(k("LANDING"),A(new gs("User must be authenticated before setting a password on a Privy wallet")))},[s]);let D=()=>{if(n){A(n),g({shouldCallAuthOnSuccess:!1});return}if(!S){A(new Kt("Exited before password was added to wallet")),g({shouldCallAuthOnSuccess:!1});return}I(e),g({shouldCallAuthOnSuccess:!1})};w.current=D;let J=async()=>{let q=await c();if(q&&O?.address&&a&&f)try{if(b({eventName:"embedded_wallet_set_password_started",payload:{walletAddress:O.address}}),!(await f.setRecoveryPassword({accessToken:q,address:O.address,recoveryPassword:a})).address){i(new Kt("Error setting password on privy wallet")),b({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:O.address,reason:"error setting password"}});return}let se=await y(),B=He(se);if(!B){i(new Kt("Error setting password on privy wallet")),b({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:O.address,reason:"wallet disconnected"}});return}t(B),b({eventName:"embedded_wallet_set_password_completed",payload:{walletAddress:O.address}})}catch(W){console.warn(W),i(W instanceof Error?W:new Error("Error setting password on privy wallet")),b({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:O.address,reason:W}})}},z=async()=>{S?(I(e),g({shouldCallAuthOnSuccess:!1})):(o(!0),i(null),await J(),o(!1))};return(0,Zh.jsx)(ec,{appName:v?.name||"privy",config:{initiatedBy:"user",onCancel:D},error:n?"An error has occurred, please try again.":void 0,buttonLoading:r,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(Xl()),onPasswordChange:l,onSubmit:z,onClose:D})};var Jh=m(require("@heroicons/react/24/outline/UserCircleIcon")),Qh=m(require("@heroicons/react/24/solid/LockClosedIcon"));var At=require("react/jsx-runtime"),Xh=()=>{let{user:e}=H(),{closePrivyModal:t,createAnalyticsEvent:r}=M(),{data:o,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=_(),{onSuccess:l,onFailure:s}=o.setWalletPassword,c=()=>{s(new Kt("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,(0,At.jsxs)(At.Fragment,{children:[(0,At.jsx)(P,{onClose:c}),(0,At.jsx)(le,{}),(0,At.jsxs)(Qr,{children:[(0,At.jsxs)(cf,{children:[(0,At.jsx)(Jh.default,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),(0,At.jsx)(df,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:(0,At.jsx)(Qh.default,{width:"12px",height:"12px",fill:"white"})})]}),(0,At.jsxs)(Ne,{title:"Secure Your Account",children:["Please set a password to secure your account.",(0,At.jsx)("p",{children:"Losing access to this password and this device will make your account inaccessible."})]})]}),(0,At.jsx)(L,{onClick:()=>{let f=He(e);r({eventName:"embedded_wallet_set_password_started",payload:{walletAddress:f?.address}}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),(0,At.jsx)(he,{}),(0,At.jsx)($,{protectedByPrivy:!0})]})};var ey=m(require("@heroicons/react/24/outline/ExclamationTriangleIcon")),ty=m(require("@heroicons/react/24/outline/PhoneIcon")),Ud=m(require("styled-components"));var pt=require("react/jsx-runtime"),F0=e=>{let t=(0,pt.jsx)(ey.default,{height:38,width:38,stroke:"var(--privy-color-error)"});if(e instanceof E)switch(e.privyErrorCode){case"client_request_timeout":return{title:"Timed out",detail:e.message,ctaText:"Try again",icon:t};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else{if(e instanceof tt&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:(0,pt.jsx)(ty.default,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof nt)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:(0,pt.jsx)(Vl,{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:(0,pt.jsx)("span",{})};case"captcha_timeout":return{title:"Something went wrong",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:(0,pt.jsx)("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 $r&&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}}},ry=()=>{let{navigate:e,navigateBack:t,data:r,lastScreen:o,currentScreen:n}=_();return(0,pt.jsx)(Ua,{error:r?.errorModalData?.error||new Error,backFn:!o||n===o?void 0:t,onClick:()=>e(o||"LANDING",!1)})},Ua=({error:e,backFn:t,onClick:r})=>{let{reset:o}=Ie(),n=F0(e),i=()=>{e instanceof nt&&e.privyErrorCode==="invalid_captcha"&&o(),r?.()};return(0,pt.jsxs)(pt.Fragment,{children:[(0,pt.jsx)(P,{backFn:t}),(0,pt.jsxs)(B0,{children:[(0,pt.jsx)(Ft,{children:(0,pt.jsxs)("div",{children:[(0,pt.jsx)(Gl,{color:"var(--privy-color-error)"}),n.icon]})}),(0,pt.jsxs)(H0,{children:[(0,pt.jsx)("h3",{children:n.title}),(0,pt.jsx)("p",{children:n.detail})]}),(0,pt.jsx)(L,{color:"var(--privy-color-error)",onClick:i,children:n.ctaText})]})]})},B0=Ud.default.div`
|
|
1303
1303
|
display: flex;
|
|
1304
1304
|
flex-direction: column;
|
|
1305
1305
|
align-items: center;
|
|
@@ -1307,11 +1307,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1307
1307
|
gap: 24px;
|
|
1308
1308
|
width: 100%;
|
|
1309
1309
|
padding-bottom: 16px;
|
|
1310
|
-
`,H0=
|
|
1310
|
+
`,H0=Ud.default.div`
|
|
1311
1311
|
display: flex;
|
|
1312
1312
|
flex-direction: column;
|
|
1313
1313
|
gap: 8px;
|
|
1314
|
-
`;var qo=require("react"),Ba=require("react-device-detect"),Gd=
|
|
1314
|
+
`;var qo=require("react"),Ba=require("react-device-detect"),Gd=m(require("styled-components"));var ny=require("react"),iy=m(require("styled-components"));var Fd=require("react/jsx-runtime"),tc=({style:e,color:t,...r})=>(0,Fd.jsx)("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:(0,Fd.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});var rc=require("react/jsx-runtime"),oy=({color:e,...t})=>(0,rc.jsx)("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:(0,rc.jsx)("g",{children:(0,rc.jsx)("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"})})});var Fa=require("react/jsx-runtime"),Cn=e=>{let[t,r]=(0,ny.useState)(!1);return(0,Fa.jsxs)(G0,{color:e.color,onClick:()=>{r(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>r(!1),1500)},justCopied:t,children:[t?(0,Fa.jsx)(tc,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):(0,Fa.jsx)(oy,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},G0=iy.default.button`
|
|
1315
1315
|
display: flex;
|
|
1316
1316
|
align-items: center;
|
|
1317
1317
|
gap: 6px;
|
|
@@ -1349,7 +1349,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1349
1349
|
width: 14px;
|
|
1350
1350
|
height: 14px;
|
|
1351
1351
|
}
|
|
1352
|
-
`;var ay=require("react"),sy=
|
|
1352
|
+
`;var ay=require("react"),sy=m(require("styled-components")),ly=require("react/jsx-runtime"),oc=e=>{let[t,r]=(0,ay.useState)(!1);return(0,ly.jsx)(V0,{color:e.color,href:e.url,target:"_blank",rel:"noreferrer noopener",onClick:()=>{r(!0),setTimeout(()=>r(!1),1500)},justOpened:t,children:e.text})},V0=sy.default.a`
|
|
1353
1353
|
display: flex;
|
|
1354
1354
|
align-items: center;
|
|
1355
1355
|
gap: 6px;
|
|
@@ -1387,7 +1387,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1387
1387
|
width: 14px;
|
|
1388
1388
|
height: 14px;
|
|
1389
1389
|
}
|
|
1390
|
-
`;var py=
|
|
1390
|
+
`;var py=m(require("qrcode")),uy=m(require("react")),my=m(require("styled-components"));var Bd=require("react/jsx-runtime"),cy=()=>(0,Bd.jsx)("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:(0,Bd.jsx)("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});var Ke=require("react/jsx-runtime"),yr=7,Hd=(e,t,r,o,n)=>{for(let i=t;i<t+o;i++)for(let a=r;a<r+n;a++){let l=e?.[a];l&&l[i]&&(l[i]=0)}return e},z0=e=>{let t=py.default.create(e,{errorCorrectionLevel:"high"}).modules,r=Ru(Array.from(t.data),t.size);return r=Hd(r,0,0,yr,yr),r=Hd(r,r.length-yr,0,yr,yr),r=Hd(r,0,r.length-yr,yr,yr),r},q0=({x:e,y:t,cellSize:r,bgColor:o,fgColor:n})=>(0,Ke.jsx)(Ke.Fragment,{children:[0,1,2].map(i=>(0,Ke.jsx)("circle",{r:r*(yr-i*2)/2,cx:e+r*yr/2,cy:t+r*yr/2,fill:i%2!==0?o:n},`finder-${e}-${t}-${i}`))}),$0=({cellSize:e,matrixSize:t,bgColor:r,fgColor:o})=>{let n=[[0,0],[(t-yr)*e,0],[0,(t-yr)*e]];return(0,Ke.jsx)(Ke.Fragment,{children:n.map(([i,a])=>(0,Ke.jsx)(q0,{x:i,y:a,cellSize:e,bgColor:r,fgColor:o},`finder-${i}-${a}`))})},K0=({matrix:e,cellSize:t,color:r})=>(0,Ke.jsx)(Ke.Fragment,{children:e.map((o,n)=>o.map((i,a)=>i?(0,Ke.jsx)("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:r},`circle-${n}-${a}`):(0,Ke.jsx)(uy.default.Fragment,{},`circle-${n}-${a}`)))}),dy=(e,t)=>e-e%t,j0=({outputSize:e,cellSize:t,element:r,size:o,padding:n,bgColor:i})=>{if(!r)return(0,Ke.jsx)(Ke.Fragment,{});let a=o||40,l=n||4,s=r,c=e/2-a/2-l;return(0,Ke.jsxs)(Ke.Fragment,{children:[(0,Ke.jsx)("rect",{x:dy(c,t),y:dy(c,t),width:a+l*2+(c%t?t+.5:.5),height:a+l*2+(c%t?t+.5:.5),fill:i}),(0,Ke.jsx)(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},Y0=e=>{let t=e.outputSize,r=z0(e.url),o=t/r.length;return(0,Ke.jsxs)("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[(0,Ke.jsx)(K0,{matrix:r,cellSize:o,color:e.fgColor}),(0,Ke.jsx)($0,{cellSize:o,matrixSize:r.length,fgColor:e.fgColor,bgColor:e.bgColor}),(0,Ke.jsx)(j0,{outputSize:e.outputSize,cellSize:o,element:e.logo?.element,bgColor:e.bgColor})]})},Z0=my.default.div`
|
|
1391
1391
|
display: flex;
|
|
1392
1392
|
justify-content: center;
|
|
1393
1393
|
align-items: center;
|
|
@@ -1402,7 +1402,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1402
1402
|
border-color: ${e=>e.fgColor};
|
|
1403
1403
|
border-radius: var(--privy-border-radius-md);
|
|
1404
1404
|
}
|
|
1405
|
-
`,$i=e=>{let t=e.bgColor||"#FFFFFF",r=e.fgColor||"#000000",o=e.size||160;return(0,
|
|
1405
|
+
`,$i=e=>{let t=e.bgColor||"#FFFFFF",r=e.fgColor||"#000000",o=e.size||160;return(0,Ke.jsx)(Z0,{size:o,bgColor:t,fgColor:r,children:(0,Ke.jsx)(Y0,{url:e.url,logo:{element:e.squareLogoElement??cy},outputSize:o,bgColor:t,fgColor:r})})};var jn=require("react/jsx-runtime"),wo=({style:e,...t})=>(0,jn.jsxs)("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:[(0,jn.jsx)("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),(0,jn.jsx)("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"}),(0,jn.jsx)("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"}),(0,jn.jsx)("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"})]});var ee=require("react/jsx-runtime"),fy="#8a63d2",yy=1e3,J0=yy*2,Q0=yy*120,gy=()=>{let{authenticated:e,logout:t,ready:r,user:o}=H(),{lastScreen:n,navigate:i,navigateBack:a,setModalData:l,app:s}=_(),{getAuthFlow:c,loginWithFarcaster:u,closePrivyModal:f,createAnalyticsEvent:y}=M(),[g,b]=(0,qo.useState)(void 0),[v,k]=(0,qo.useState)(!1),[x,w]=(0,qo.useState)(!1),I=(0,qo.useRef)([]),A=s?.render.inDialog?it:0,O=c(),S=O?.meta.connectUri;return(0,qo.useEffect)(()=>{let D=Date.now(),J=setInterval(async()=>{let z=await O.pollForReady.execute(),q=Date.now()-D;if(z){clearInterval(J),k(!0);try{await u(),w(!0)}catch(W){let se={retryable:!1,message:"Authentication failed"};if(W?.privyErrorCode==="allowlist_rejected"){i("ALLOWLIST_REJECTION_SCREEN");return}else if(W?.privyErrorCode==="max_accounts_reached"){console.error(new co(W).toString()),i("USER_LIMIT_REACHED_SCREEN");return}else W?.privyErrorCode==="linked_to_another_user"?se.detail="This account has already been linked to another user.":W?.privyErrorCode==="invalid_credentials"?(se.retryable=!0,se.detail="Something went wrong. Try again."):W?.privyErrorCode==="too_many_requests"&&(se.detail="Too many requests. Please wait before trying again.");b(se)}}else q>Q0&&(clearInterval(J),b({retryable:!0,message:"Authentication failed",detail:"The request timed out. Try again."}))},J0);return()=>{clearInterval(J),I.current.forEach(z=>clearTimeout(z))}},[]),(0,qo.useEffect)(()=>{if(r&&e&&x&&o){if(s?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let J=setTimeout(()=>{i("AFFIRMATIVE_CONSENT_SCREEN")},A);return()=>clearTimeout(J)}x&&(Mr(o,s?.embeddedWallets.createOnLogin)?I.current.push(setTimeout(()=>{l({createWallet:{onSuccess:()=>{},onFailure:J=>{console.error(J),y({eventName:"embedded_wallet_creation_failure_logout",payload:{error:J,screen:"FarcasterConnectStatusScreen"}}),t()},callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},A)):I.current.push(setTimeout(()=>f({shouldCallAuthOnSuccess:!0,isSuccess:!0}),A)))}},[x,r,e,o]),Ba.isMobile||v?(0,ee.jsxs)(ee.Fragment,{children:[(0,ee.jsx)(P,{backFn:n?a:void 0,onClose:f},"header"),(0,ee.jsx)(le,{}),Ba.isIOS?(0,ee.jsx)(ee.Fragment,{children:(0,ee.jsxs)(X0,{children:[(0,ee.jsx)(Ft,{children:(0,ee.jsxs)("div",{children:[(0,ee.jsx)(Dt,{success:x,fail:!!g}),(0,ee.jsx)(wo,{style:{width:"38px",height:"38px"}})]})}),(0,ee.jsxs)(bt,{children:[(0,ee.jsx)(fe,{children:g?g.message:"Sign in with Farcaster"}),(0,ee.jsx)(ge,{children:g?g.detail:"To sign in with Farcaster, please open the Warpcast app."})]}),S&&(0,ee.jsx)(L,{onClick:D=>{D.preventDefault(),window.location.href=S},children:"Open Warpcast app"})]})}):(0,ee.jsx)(ee.Fragment,{children:(0,ee.jsxs)(hy,{children:[(0,ee.jsx)(Ft,{children:(0,ee.jsxs)("div",{children:[(0,ee.jsx)(Dt,{success:x,fail:!!g}),(0,ee.jsx)(wo,{style:{width:"38px",height:"38px"}})]})}),(0,ee.jsxs)(bt,{children:[(0,ee.jsx)(fe,{children:g?g.message:"Signing in with Farcaster"}),(0,ee.jsx)(ge,{children:g?g.detail:"This should only take a moment"}),(0,ee.jsx)(Yt,{children:S&&Ba.isMobile&&(0,ee.jsx)(oc,{text:"Take me to Warpcast",url:S,color:fy})})]})]})}),(0,ee.jsx)(K,{})]}):(0,ee.jsxs)(ee.Fragment,{children:[(0,ee.jsx)(P,{backFn:n?a:void 0,onClose:f},"header"),(0,ee.jsx)(le,{}),(0,ee.jsx)(hy,{children:(0,ee.jsxs)("div",{children:[(0,ee.jsx)(fe,{children:"Sign in with Farcaster"}),(0,ee.jsx)(ge,{children:"Scan with your phone's camera to continue."}),(0,ee.jsx)(_i,{children:S?(0,ee.jsx)($i,{url:S,size:275,squareLogoElement:wo}):(0,ee.jsx)(vt,{})}),(0,ee.jsxs)(Yt,{children:[(0,ee.jsx)(ge,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),S&&(0,ee.jsx)(Cn,{text:S,itemName:"link",color:fy})]})]})}),(0,ee.jsx)(K,{})]})},hy=Gd.default.div`
|
|
1406
1406
|
display: flex;
|
|
1407
1407
|
flex-direction: column;
|
|
1408
1408
|
align-items: center;
|
|
@@ -1417,7 +1417,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1417
1417
|
justify-content: center;
|
|
1418
1418
|
gap: 24px;
|
|
1419
1419
|
width: 100%;
|
|
1420
|
-
`;var wn=require("react"),Ha=require("react-device-detect"),Vd=
|
|
1420
|
+
`;var wn=require("react"),Ha=require("react-device-detect"),Vd=m(require("styled-components"));var te=require("react/jsx-runtime"),vy="#8a63d2",wy=1e3,eC=wy*2,tC=wy*300,by=()=>{let{lastScreen:e,navigateBack:t,data:r,app:o}=_(),{requestFarcasterSignerStatus:n,closePrivyModal:i}=M(),[a,l]=(0,wn.useState)(void 0),[s,c]=(0,wn.useState)(!1),[u,f]=(0,wn.useState)(!1),y=(0,wn.useRef)([]),g=o?.render.inDialog?it:0,b=r?.farcasterSigner;(0,wn.useEffect)(()=>{let k=Date.now(),x=setInterval(async()=>{if(!b?.public_key){clearInterval(x),l({retryable:!0,message:"Connect failed",detail:"Something went wrong. Please try again."});return}b.status==="approved"&&(clearInterval(x),c(!1),f(!0),y.current.push(setTimeout(()=>i({shouldCallAuthOnSuccess:!1,isSuccess:!0}),g)));let w=await n(b?.public_key),I=Date.now()-k;w.status==="approved"?(clearInterval(x),c(!1),f(!0),y.current.push(setTimeout(()=>i({shouldCallAuthOnSuccess:!1,isSuccess:!0}),g))):I>tC?(clearInterval(x),l({retryable:!0,message:"Connect failed",detail:"The request timed out. Try again."})):w.status==="revoked"&&(clearInterval(x),l({retryable:!0,message:"Request rejected",detail:"The request was rejected. Please try again."}))},eC);return()=>{clearInterval(x),y.current.forEach(w=>clearTimeout(w))}},[]);let v=b?.status==="pending_approval"?b.signer_approval_url:void 0;return Ha.isMobile||s?(0,te.jsxs)(te.Fragment,{children:[(0,te.jsx)(P,{backFn:e?t:void 0,onClose:i},"header"),(0,te.jsx)(le,{}),Ha.isIOS?(0,te.jsx)(te.Fragment,{children:(0,te.jsxs)(rC,{children:[(0,te.jsx)(Ft,{children:(0,te.jsxs)("div",{children:[(0,te.jsx)(Dt,{success:u,fail:!!a}),(0,te.jsx)(wo,{style:{width:"38px",height:"38px"}})]})}),(0,te.jsxs)(bt,{children:[(0,te.jsx)(fe,{children:a?a.message:"Add a signer to Farcaster"}),(0,te.jsx)(ge,{children:a?a.detail:"This will allow "+o.name+" to add casts, likes, follows, and more on your behalf."})]}),v&&(0,te.jsx)(L,{onClick:k=>{k.preventDefault(),window.location.href=v},children:"Open Warpcast app"})]})}):(0,te.jsx)(te.Fragment,{children:(0,te.jsxs)(Cy,{children:[(0,te.jsx)(Ft,{children:(0,te.jsxs)("div",{children:[(0,te.jsx)(Dt,{success:u,fail:!!a}),(0,te.jsx)(wo,{style:{width:"38px",height:"38px"}})]})}),(0,te.jsxs)(bt,{children:[(0,te.jsx)(fe,{children:a?a.message:"Requesting signer from Farcaster"}),(0,te.jsx)(ge,{children:a?a.detail:"This should only take a moment"}),(0,te.jsx)(Yt,{children:v&&Ha.isMobile&&(0,te.jsx)(oc,{text:"Take me to Warpcast",url:v,color:vy})})]})]})}),(0,te.jsx)(K,{})]}):(0,te.jsxs)(te.Fragment,{children:[(0,te.jsx)(P,{backFn:e?t:void 0,onClose:i},"header"),(0,te.jsx)(le,{}),(0,te.jsx)(Cy,{children:(0,te.jsxs)("div",{children:[(0,te.jsx)(fe,{children:"Add a signer to Farcaster"}),(0,te.jsxs)(ge,{children:["This will allow ",o.name," to add casts, likes, follows, and more on your behalf."]}),(0,te.jsx)(_i,{children:b?.status==="pending_approval"?(0,te.jsx)($i,{url:b.signer_approval_url,size:275,squareLogoElement:wo}):(0,te.jsx)(vt,{})}),(0,te.jsxs)(Yt,{children:[(0,te.jsx)(ge,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),b?.status==="pending_approval"&&(0,te.jsx)(Cn,{text:b.signer_approval_url,itemName:"link",color:vy})]})]})}),(0,te.jsx)(K,{})]})},Cy=Vd.default.div`
|
|
1421
1421
|
display: flex;
|
|
1422
1422
|
flex-direction: column;
|
|
1423
1423
|
align-items: center;
|
|
@@ -1432,7 +1432,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1432
1432
|
justify-content: center;
|
|
1433
1433
|
gap: 24px;
|
|
1434
1434
|
width: 100%;
|
|
1435
|
-
`;var Ey=
|
|
1435
|
+
`;var Ey=m(require("@heroicons/react/24/outline/ClockIcon")),Py=m(require("@heroicons/react/24/outline/EyeSlashIcon")),Ty=m(require("@heroicons/react/24/outline/LinkIcon")),oo=m(require("styled-components"));var Ki=require("react/jsx-runtime"),nc=({size:e=61,...t})=>(0,Ki.jsx)("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:(0,Ki.jsxs)("g",{id:"moonpay_symbol_wht 2",children:[(0,Ki.jsx)("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),(0,Ki.jsx)("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"})]})});var Fe=require("react/jsx-runtime"),zd=({title:e,desc:t,icon:r})=>(0,Fe.jsxs)(lC,{children:[(0,Fe.jsx)(dC,{children:r}),(0,Fe.jsxs)(cC,{children:[(0,Fe.jsx)(aC,{children:e}),(0,Fe.jsx)(sC,{children:t})]})]}),Sy=({app:e,signedUrl:t,onContinue:r})=>(0,Fe.jsxs)(Fe.Fragment,{children:[(0,Fe.jsxs)(nC,{children:[(0,Fe.jsx)(nc,{size:"3.75rem"}),(0,Fe.jsxs)(iC,{children:[e?.name," uses ",(0,Fe.jsx)("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),(0,Fe.jsxs)(pC,{children:[(0,Fe.jsx)(zd,{icon:(0,Fe.jsx)(Ty.default,{width:"1rem"}),title:"Purchase assets to fund your account",desc:(0,Fe.jsxs)(Fe.Fragment,{children:["Connect a payment method (",(0,Fe.jsx)("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),(0,Fe.jsx)(zd,{icon:(0,Fe.jsx)(Ey.default,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),(0,Fe.jsx)(zd,{icon:(0,Fe.jsx)(Py.default,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),(0,Fe.jsx)(uC,{className:"mobile-only"})]}),(0,Fe.jsx)(oC,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),(0,Fe.jsx)(Ml,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:r,children:"Continue to Moonpay"})]}),oC=oo.default.span`
|
|
1436
1436
|
display: inline-block;
|
|
1437
1437
|
color: var(--privy-color-foreground-3);
|
|
1438
1438
|
text-align: center;
|
|
@@ -1488,7 +1488,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1488
1488
|
margin: 0 0.5rem;
|
|
1489
1489
|
`,uC=oo.default.div`
|
|
1490
1490
|
margin: 30px 0;
|
|
1491
|
-
`;var
|
|
1491
|
+
`;var _y=require("ofetch"),ji=require("react");var ic="moonpay",xy="sdk_fiat_on_ramp_completed_with_status";async function ky(e,t,r,o,n=!1){let i=r.currencyCode?{}:{defaultCurrencyCode:"ETH_ETHEREUM"},a=r.uiConfig||{accentColor:o.accent,theme:o.colorScheme};return e.signMoonpayOnRampUrl({address:t,useSandbox:n,config:{...r,...i,...a}})}async function mC(e,t){let r=t?Tu:Pu,o=t?xu:Su;return(0,_y.ofetch)(`${r}/transactions/ext/${e}`,{query:{apiKey:o}})}function Ay(e,t=!1){let[r,o]=(0,ji.useState)(null),{createAnalyticsEvent:n}=M(),i=(0,ji.useRef)(0);return(0,ji.useEffect)(()=>{let a=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:xy,payload:{status:s,provider:ic,paymentMethod:l.paymentMethod,cardPaymentType:l.cardPaymentType,currency:l.currency?.code,baseCurrencyAmount:l.baseCurrencyAmount,quoteCurrencyAmount:l.quoteCurrencyAmount,feeAmount:l.feeAmount,extraFeeAmount:l.extraFeeAmount,networkFeeAmount:l.networkFeeAmount}}),clearInterval(a))}catch(l){l.response?.status!==404&&(i.current+=1),i.current>=3&&(o("serviceFailure"),n({eventName:xy,payload:{status:"serviceFailure",provider:ic}}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),r}var bn=require("react/jsx-runtime"),Ry=()=>{let{app:e,data:t,navigate:r}=_(),{createAnalyticsEvent:o}=M(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:(0,bn.jsxs)(bn.Fragment,{children:[(0,bn.jsx)(P,{title:"Fund account"},"header"),(0,bn.jsx)(Sy,{app:e,signedUrl:n,onContinue:()=>{o({eventName:"sdk_fiat_on_ramp_started",payload:{provider:ic}}),r("FIAT_ON_RAMP_STATUS_SCREEN")}}),(0,bn.jsx)($,{protectedByPrivy:!0})]})};var Iy=m(require("@heroicons/react/24/solid/ArrowsRightLeftIcon")),My=m(require("@heroicons/react/24/solid/CheckCircleIcon")),Wy=m(require("@heroicons/react/24/solid/XCircleIcon")),Ly=require("react"),qd=m(require("styled-components"));var Me=require("react/jsx-runtime"),Oy=()=>{let{app:e,data:t}=_(),{closePrivyModal:r}=M(),{externalTransactionId:o}=t?.fiatOnRampStatus,n=Ay(o||null,e.fiatOnRamp.useSandbox);return(0,Me.jsxs)(Me.Fragment,{children:[(0,Me.jsx)(P,{title:"Fund account"},"header"),(0,Me.jsx)(hC,{status:n,onClickCta:r}),(0,Me.jsx)($,{protectedByPrivy:!0})]})},fC=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:(0,Me.jsxs)(Me.Fragment,{children:[(0,Me.jsxs)("p",{children:["It looks like there was an issue with your payment. Please contact"," ",(0,Me.jsx)("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),(0,Me.jsx)("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:""}}},hC=({status:e,onClickCta:t})=>{let{title:r,body:o,cta:n}=(0,Ly.useMemo)(()=>fC(e),[e]);return(0,Me.jsxs)(Me.Fragment,{children:[(0,Me.jsxs)(wC,{children:[(0,Me.jsx)(vC,{status:e}),(0,Me.jsxs)(bt,{children:[(0,Me.jsx)("h3",{children:r}),(0,Me.jsx)(CC,{children:o})]})]}),n&&(0,Me.jsx)(L,{onClick:t,children:n})]})},yC=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 Wy.default;case"completed":return My.default;case"waitingAuthorization":return()=>(0,Me.jsx)(Iy.default,{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(0,Me.jsxs)("div",{style:{position:"relative"},children:[(0,Me.jsx)(vt,{color:o,style:{position:"absolute"}}),(0,Me.jsx)(wd,{color:o}),(0,Me.jsx)(nc,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=gC(e),r=yC(e);return(0,Me.jsx)("div",{style:{borderColor:r,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&(0,Me.jsx)(t,{width:"4rem",height:"4rem",color:r})})},CC=qd.default.p`
|
|
1492
1492
|
font-size: 1rem;
|
|
1493
1493
|
color: var(--privy-color-foreground-3);
|
|
1494
1494
|
margin-bottom: 1rem;
|
|
@@ -1503,7 +1503,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1503
1503
|
margin-left: 1.75rem;
|
|
1504
1504
|
margin-right: 1.75rem;
|
|
1505
1505
|
padding: 2rem 0;
|
|
1506
|
-
`;var Ny=
|
|
1506
|
+
`;var Ny=m(require("@heroicons/react/24/outline/ArrowTopRightOnSquareIcon")),Dy=m(require("styled-components"));var gr=require("react/jsx-runtime"),Uy=()=>{let{closePrivyModal:e}=M();return(0,gr.jsxs)(gr.Fragment,{children:[(0,gr.jsx)(P,{},"header"),(0,gr.jsx)(bC,{children:(0,gr.jsx)(Ny.default,{style:{width:32,height:32}})}),(0,gr.jsx)(go,{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"}}),(0,gr.jsx)(Fr,{children:(0,gr.jsx)(L,{onClick:()=>e(),children:"Close"})}),(0,gr.jsx)(he,{}),(0,gr.jsx)($,{protectedByPrivy:!0})]})},bC=Dy.default.div`
|
|
1507
1507
|
border-radius: 50%;
|
|
1508
1508
|
height: 68px;
|
|
1509
1509
|
width: 68px;
|
|
@@ -1513,7 +1513,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1513
1513
|
background-color: var(--privy-color-accent);
|
|
1514
1514
|
color: white;
|
|
1515
1515
|
margin: 0 auto 24px auto;
|
|
1516
|
-
`;var Hy=
|
|
1516
|
+
`;var Hy=m(require("react-device-detect")),Gy=m(require("styled-components"));var ac=m(require("styled-components"));var $d=require("react/jsx-runtime"),Fy=({style:e,...t})=>(0,$d.jsx)("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:(0,$d.jsx)("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)"})});var lc=require("react/jsx-runtime"),By=ac.default.div`
|
|
1517
1517
|
display: flex;
|
|
1518
1518
|
flex-direction: column;
|
|
1519
1519
|
justify-content: flex-start;
|
|
@@ -1524,7 +1524,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1524
1524
|
border-left: 2px solid var(--privy-color-foreground-4);
|
|
1525
1525
|
height: 12px;
|
|
1526
1526
|
}
|
|
1527
|
-
`,sc=({children:e})=>(0,lc.jsxs)(EC,{children:[(0,lc.jsx)(
|
|
1527
|
+
`,sc=({children:e})=>(0,lc.jsxs)(EC,{children:[(0,lc.jsx)(Fy,{style:{width:"16px",height:"16px"}}),e]}),EC=ac.default.div`
|
|
1528
1528
|
display: flex;
|
|
1529
1529
|
justify-content: flex-start;
|
|
1530
1530
|
justify-items: center;
|
|
@@ -1542,13 +1542,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1542
1542
|
margin-bottom: auto;
|
|
1543
1543
|
}
|
|
1544
1544
|
}
|
|
1545
|
-
`;var
|
|
1545
|
+
`;var Ge=require("react/jsx-runtime"),PC=()=>(0,Ge.jsxs)(TC,{children:[(0,Ge.jsx)(Aa,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),(0,Ge.jsx)(Yt,{children:(0,Ge.jsx)(uo,{style:{width:"152px",height:"152px"}})}),(0,Ge.jsxs)(By,{children:[(0,Ge.jsx)(sc,{children:(0,Ge.jsxs)("div",{children:[(0,Ge.jsx)("span",{children:"Install the "}),(0,Ge.jsx)("a",{href:Hy.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"})]})}),(0,Ge.jsx)(Kd,{}),(0,Ge.jsx)(sc,{children:"Set up your first wallet"}),(0,Ge.jsx)(Kd,{}),(0,Ge.jsx)(sc,{children:"Store your recovery phrase in a safe place!"})]}),(0,Ge.jsx)(Wl,{onClick:()=>window.location.reload(),children:"Reload the page to use your wallet"})]}),Vy=()=>{let{navigateBack:e}=_();return(0,Ge.jsxs)(Ge.Fragment,{children:[(0,Ge.jsx)(P,{backFn:e},"header"),(0,Ge.jsx)(le,{}),(0,Ge.jsx)(PC,{}),(0,Ge.jsx)(he,{}),(0,Ge.jsxs)(K,{children:[(0,Ge.jsx)("span",{children:"Still not sure? "}),(0,Ge.jsx)("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},TC=(0,Gy.default)(Yt)`
|
|
1546
1546
|
gap: 30px;
|
|
1547
1547
|
|
|
1548
1548
|
> :first-child > svg {
|
|
1549
1549
|
margin-top: 20px;
|
|
1550
1550
|
}
|
|
1551
|
-
`;var ng=
|
|
1551
|
+
`;var ng=m(require("@heroicons/react/24/outline/UserCircleIcon")),qa=require("react"),ig=require("react-device-detect"),ag=m(require("styled-components"));var qy=m(require("@heroicons/react/24/outline/EnvelopeIcon")),$y=require("react");var zy=m(require("@heroicons/react/24/outline/EnvelopeIcon")),Ga=require("react"),jd=m(require("styled-components"));var no=require("react/jsx-runtime"),cc=(0,Ga.forwardRef)((e,t)=>{let[r,o]=(0,Ga.useState)(""),[n,i]=(0,Ga.useState)(!1),{authenticated:a}=H(),{initLoginWithEmail:l}=M(),{navigate:s,setModalData:c,currentScreen:u}=_(),{enabled:f,token:y}=Ie(),g=Rs(r),b=n,v=n||!g,k=w=>{i(!0),l(r,w).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(I=>{c({errorModalData:{error:I,previousScreen:u||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},x=()=>{f&&!y&&!a?(c({captchaModalData:{callback:w=>l(r,w),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):k(y)};return(0,no.jsxs)(no.Fragment,{children:[(0,no.jsx)(SC,{children:(0,no.jsxs)(xC,{stacked:e.stacked,children:[(0,no.jsx)(zy.default,{}),(0,no.jsx)("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:w=>o(w.target.value),onKeyUp:w=>{w.key==="Enter"&&x()},value:r,autoComplete:"email"}),e.stacked?null:(0,no.jsx)(Si,{isSubmitting:b,onClick:x,disabled:v,children:"Submit"})]})}),e.stacked?(0,no.jsx)(L,{loadingText:null,loading:b,disabled:v,onClick:x,children:"Submit"}):null]})}),SC=jd.default.div`
|
|
1552
1552
|
width: 100%;
|
|
1553
1553
|
`,xC=jd.default.label`
|
|
1554
1554
|
display: block;
|
|
@@ -1611,7 +1611,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1611
1611
|
&& > input::placeholder {
|
|
1612
1612
|
color: var(--privy-color-foreground-3);
|
|
1613
1613
|
}
|
|
1614
|
-
`;var bo=require("react/jsx-runtime"),dc=({isEditable:e,setIsEditable:t})=>{let r=(0,$y.useRef)(null);return(0,bo.jsxs)(bo.Fragment,{children:[(0,bo.jsx)(
|
|
1614
|
+
`;var bo=require("react/jsx-runtime"),dc=({isEditable:e,setIsEditable:t})=>{let r=(0,$y.useRef)(null);return(0,bo.jsxs)(bo.Fragment,{children:[(0,bo.jsx)(Fo,{if:!e,children:(0,bo.jsx)(cc,{ref:r})}),(0,bo.jsx)(Fo,{if:e,children:(0,bo.jsxs)($e,{onClick:()=>{t(),setTimeout(()=>{r.current?.focus()},0)},children:[(0,bo.jsx)(qy.default,{})," Continue with Email"]})})]})};var Ky=require("react");var Yi=require("react/jsx-runtime"),pc=()=>{let[e,t]=(0,Ky.useState)(!1),{currentScreen:r,navigate:o,setModalData:n}=_(),{enabled:i,token:a}=Ie(),{initLoginWithFarcaster:l}=M();return(0,Yi.jsxs)($e,{onClick:async()=>{t(!0);try{i&&!a?(n({captchaModalData:{callback:c=>l(c),userIntentRequired:!0,onSuccessNavigateTo:"AWAITING_FARCASTER_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),o("CAPTCHA_SCREEN")):(await l(a),o("AWAITING_FARCASTER_CONNECTION"))}catch(c){n({errorModalData:{error:c,previousScreen:r||"LANDING"}}),o("ERROR_SCREEN")}finally{t(!1)}},disabled:!1,children:[(0,Yi.jsx)(wo,{})," Farcaster",e&&(0,Yi.jsx)("span",{children:(0,Yi.jsx)(Do,{})})]})};var uc=m(require("styled-components"));var jy=require("react/jsx-runtime"),mc=()=>{let{enabled:e,token:t}=Ie(),{navigate:r,setModalData:o}=_(),{initLoginWithPasskey:n}=M();return(0,jy.jsx)(kC,{onClick:async()=>{e&&!t?(o({captchaModalData:{callback:a=>n(a),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSKEY_SYSTEM_DIALOGUE",onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN")):(await n(),r("AWAITING_PASSKEY_SYSTEM_DIALOGUE"))},children:"I have a passkey"})},_C=uc.css`
|
|
1615
1615
|
&& {
|
|
1616
1616
|
width: 100%;
|
|
1617
1617
|
font-size: 0.875rem;
|
|
@@ -1636,9 +1636,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1636
1636
|
box-shadow: none;
|
|
1637
1637
|
}
|
|
1638
1638
|
}
|
|
1639
|
-
`,
|
|
1640
|
-
${
|
|
1641
|
-
`;var eg=
|
|
1639
|
+
`,kC=uc.default.button`
|
|
1640
|
+
${_C}
|
|
1641
|
+
`;var eg=m(require("@heroicons/react/24/outline/PhoneIcon")),tg=require("react");var Zi=require("react"),Yd=m(require("styled-components"));var Yy=m(require("libphonenumber-js/examples.mobile.json")),vr=require("libphonenumber-js/min"),hc=require("react/jsx-runtime");var Va=(e,t)=>(0,vr.isPossiblePhoneNumber)(String(e),t),fc=(e,t)=>`+${(0,vr.getCountryCallingCode)(t)} ${e}`,Zy=e=>`*${e.replaceAll("-","").slice(-4)}`,Jy=e=>new vr.AsYouType(e),AC=(0,vr.getCountries)().map(e=>({code:e,callCode:(0,vr.getCountryCallingCode)(e)})),Qy=e=>{let t=(0,vr.getExampleNumber)(e,Yy.default)?.formatInternational();return t?.substring(t.indexOf(" ")+1)},Xy=({value:e,onChange:t})=>(0,hc.jsx)("select",{value:e,onChange:t,children:AC.map(r=>(0,hc.jsxs)("option",{value:r.code,children:[r.code," +",r.callCode]},r.code))});var io=require("react/jsx-runtime"),Ji=(0,Zi.forwardRef)((e,t)=>{let{app:r}=_(),[o,n]=(0,Zi.useState)(""),[i,a]=(0,Zi.useState)(r?.intl.defaultCountry??"US"),l=Va(o,i),s=Jy(i),c=Qy(i),u=(0,vr.getCountryCallingCode)(i),f=!l,[y,g]=(0,Zi.useState)(!1),b=u.length,v=w=>{let I=w.target.value;a(I),n(""),e.onChange&&e.onChange({rawPhoneNumber:o,qualifiedPhoneNumber:fc(o,I),countryCode:I,isValid:Va(o,i)})},k=w=>{try{let I=w.replace(/\D/g,""),A=o.replace(/\D/g,""),O=I===A?w:s.input(w);n(O),e.onChange&&e.onChange({rawPhoneNumber:O,qualifiedPhoneNumber:fc(w,i),countryCode:i,isValid:Va(w,i)})}catch(I){console.error("Error processing phone number:",I)}},x=()=>{g(!0);let w=fc(o,i);e.onSubmit({rawPhoneNumber:o,qualifiedPhoneNumber:w,countryCode:i,isValid:Va(o,i)}).finally(()=>g(!1))};return(0,io.jsxs)(io.Fragment,{children:[(0,io.jsx)(RC,{children:(0,io.jsxs)(IC,{callingCodeLength:b,stacked:e.stacked,children:[(0,io.jsx)(Xy,{value:i,onChange:v}),(0,io.jsx)("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:w=>{k(w.target.value)},onKeyUp:w=>{w.key==="Enter"&&x()},value:o,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?(0,io.jsx)(Si,{isSubmitting:y,onClick:x,disabled:f,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?(0,io.jsx)(L,{loading:y,loadingText:null,onClick:x,disabled:f,children:"Submit"}):null]})}),RC=Yd.default.div`
|
|
1642
1642
|
width: 100%;
|
|
1643
1643
|
`,IC=Yd.default.label`
|
|
1644
1644
|
--country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
|
|
@@ -1727,11 +1727,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1727
1727
|
&& > input::placeholder {
|
|
1728
1728
|
color: var(--privy-color-foreground-3);
|
|
1729
1729
|
}
|
|
1730
|
-
`;var Eo=require("react/jsx-runtime"),yc=({isEditable:e,setIsEditable:t})=>{let r=(0,tg.useRef)(null),{authenticated:o}=
|
|
1730
|
+
`;var Eo=require("react/jsx-runtime"),yc=({isEditable:e,setIsEditable:t})=>{let r=(0,tg.useRef)(null),{authenticated:o}=H(),{navigate:n,setModalData:i,currentScreen:a}=_(),{initLoginWithSms:l}=M(),{enabled:s,token:c}=Ie();async function u({qualifiedPhoneNumber:f}){if(s&&!c&&!o)i({captchaModalData:{callback:y=>l(f,y),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(f,c),n("AWAITING_PASSWORDLESS_CODE")}catch(y){i({errorModalData:{error:y,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return(0,Eo.jsxs)(Eo.Fragment,{children:[(0,Eo.jsx)(Fo,{if:!e,children:(0,Eo.jsx)(Ji,{ref:r,onSubmit:u})}),(0,Eo.jsx)(Fo,{if:e,children:(0,Eo.jsxs)($e,{onClick:()=>{t(),setTimeout(()=>{r.current?.focus()},0)},children:[(0,Eo.jsx)(eg.default,{})," Continue with SMS"]})})]})};var rg=require("react");var ao=require("react/jsx-runtime"),MC={apple:{logo:(0,ao.jsx)(Hs,{}),displayName:"Apple"},discord:{logo:(0,ao.jsx)(Gs,{}),displayName:"Discord"},github:{logo:(0,ao.jsx)(Vs,{}),displayName:"GitHub"},google:{logo:(0,ao.jsx)(zs,{}),displayName:"Google"},linkedin:{logo:(0,ao.jsx)(qs,{}),displayName:"LinkedIn"},spotify:{logo:(0,ao.jsx)($s,{}),displayName:"Spotify"},twitter:{logo:(0,ao.jsx)(js,{}),displayName:"Twitter"},tiktok:{logo:(0,ao.jsx)(Ks,{}),displayName:"TikTok"}},Rt=({provider:e})=>{let{enabled:t,token:r}=Ie(),{navigate:o,setModalData:n}=_(),[i,a]=(0,rg.useState)(!1),{initLoginWithOAuth:l}=M(),{displayName:s,logo:c}=MC[e];return(0,ao.jsxs)($e,{onClick:()=>{a(!0),t&&!r?(n({captchaModalData:{callback:f=>l(e,f),userIntentRequired:!0,onSuccessNavigateTo:null,onErrorNavigateTo:"ERROR_SCREEN"}}),o("CAPTCHA_SCREEN")):l(e)},disabled:i,children:[c," ",s]})};var og=m(require("@heroicons/react/24/outline/ChevronRightIcon"));var za=require("react/jsx-runtime"),gc=({onClick:e,text:t,icon:r})=>(0,za.jsxs)($e,{onClick:e,children:[r,(0,za.jsx)(Ll,{children:t}),(0,za.jsx)(og.default,{})]});var We=require("react/jsx-runtime"),Cc=({connectOnly:e})=>{let{closePrivyModal:t,connectors:r}=M(),{app:o,onUserCloseViaDialogOrKeybindRef:n}=_(),i=o.loginMethodsAndOrder?.primary??[],a=o.loginMethodsAndOrder?.overflow??[],l=[...i,...a],s=o.loginMethods.passkey,[c,u]=(0,qa.useState)("default"),[f,y]=(0,qa.useState)("email");(0,qa.useEffect)(()=>{let S=l.indexOf("sms"),D=l.indexOf("email");S>-1&&S<D&&y("sms")},[i,a]);let g=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{u("default")},150)};n.current=g;let b=S=>S==="email"?(0,We.jsx)(dc,{isEditable:f==="email",setIsEditable:()=>{y("email")}},S):S==="sms"?(0,We.jsx)(yc,{isEditable:f==="sms",setIsEditable:()=>{y("sms")}},S):S==="apple"?(0,We.jsx)(Rt,{provider:"apple"},S):S==="discord"?(0,We.jsx)(Rt,{provider:"discord"},S):S==="farcaster"?(0,We.jsx)(pc,{},S):S==="github"?(0,We.jsx)(Rt,{provider:"github"},S):S==="google"?(0,We.jsx)(Rt,{provider:"google"},S):S==="linkedin"?(0,We.jsx)(Rt,{provider:"linkedin"},S):S==="tiktok"?(0,We.jsx)(Rt,{provider:"tiktok"},S):S==="twitter"&&(!ig.isMobile||o?.loginConfig.twitterOAuthOnMobileEnabled)?(0,We.jsx)(Rt,{provider:"twitter"},S):Ra([S],r,e,l),v=i.map(b).flat(),k=a.map(b).flat(),x=[...v,...k],w=WC({primary:v.length,overflow:k.length}),[I,A]=Au(x,w),O=c==="default"?void 0:()=>{u("default")};return(0,We.jsxs)(We.Fragment,{children:[(0,We.jsx)(P,{title:o.appearance.landingHeader,onClose:g,backFn:O}),c==="default"&&(0,We.jsx)(LC,{}),(0,We.jsx)(Ol,{style:{overflow:"hidden",padding:2},children:(0,We.jsxs)(Dr,{children:[c==="default"&&(0,We.jsxs)(We.Fragment,{children:[...I,A.length>0&&(0,We.jsx)(gc,{text:"More options",icon:(0,We.jsx)(ng.default,{}),onClick:()=>u("overflow")})]}),c==="overflow"&&(0,We.jsxs)(We.Fragment,{children:[...A]}),s&&c==="default"&&(0,We.jsx)(mc,{})]})}),o&&(0,We.jsx)(xi,{app:o}),(0,We.jsx)($,{protectedByPrivy:!0})]})},vc=5,WC=({primary:e,overflow:t})=>e<vc?e:e===vc&&t===0?vc:vc-1,LC=(0,ag.default)(Ri)`
|
|
1731
1731
|
margin-bottom: 16px;
|
|
1732
|
-
`;var pg=
|
|
1732
|
+
`;var pg=m(require("@heroicons/react/24/outline/EnvelopeIcon")),ug=m(require("@heroicons/react/24/outline/PhoneIcon")),mg=m(require("@heroicons/react/24/outline/UserCircleIcon")),$a=require("react"),fg=require("react-device-detect"),hg=m(require("styled-components"));var $o=require("react/jsx-runtime"),sg=({...e})=>(0,$o.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[(0,$o.jsxs)("g",{clipPath:"url(#clip0_2856_1743)",children:[(0,$o.jsx)("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"}),(0,$o.jsx)("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"})]}),(0,$o.jsx)("defs",{children:(0,$o.jsx)("clipPath",{id:"clip0_2856_1743",children:(0,$o.jsx)("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});var lg=m(require("@heroicons/react/24/outline/ChevronRightIcon")),cg=m(require("@heroicons/react/24/outline/WalletIcon"));var Qi=require("react/jsx-runtime"),dg=({onClick:e,text:t})=>(0,Qi.jsxs)($e,{onClick:e,children:[(0,Qi.jsx)(cg.default,{}),(0,Qi.jsx)(Ll,{children:t}),(0,Qi.jsx)(lg.default,{})]});var ue=require("react/jsx-runtime"),wc=({connectOnly:e})=>{let{closePrivyModal:t,connectors:r}=M(),{app:o,onUserCloseViaDialogOrKeybindRef:n}=_(),{email:i,sms:a,google:l,twitter:s,discord:c,github:u,spotify:f,tiktok:y,linkedin:g,apple:b,wallet:v,farcaster:k,passkey:x}=o?.loginMethods??{},w=o?.appearance.loginGroupPriority||"web2-first",I=o?.appearance.hideDirectWeb2Inputs,[A,O]=(0,$a.useState)("default"),[S,D]=(0,$a.useState)(i?"email":"sms");(0,$a.useEffect)(()=>{D(i?"email":"sms")},[i]);let J=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{O("default")},150)};n.current=J;let z=[i&&(0,ue.jsx)(dc,{isEditable:S==="email",setIsEditable:()=>{D("email")}}),a&&(0,ue.jsx)(yc,{isEditable:S==="sms",setIsEditable:()=>{D("sms")}})].filter(Boolean),q=[l&&(0,ue.jsx)(Rt,{provider:"google"}),s&&(!fg.isMobile||o?.loginConfig.twitterOAuthOnMobileEnabled)&&(0,ue.jsx)(Rt,{provider:"twitter"}),c&&(0,ue.jsx)(Rt,{provider:"discord"}),u&&(0,ue.jsx)(Rt,{provider:"github"}),f&&(0,ue.jsx)(Rt,{provider:"spotify"}),y&&(0,ue.jsx)(Rt,{provider:"tiktok"}),g&&(0,ue.jsx)(Rt,{provider:"linkedin"}),b&&(0,ue.jsx)(Rt,{provider:"apple"}),k&&(0,ue.jsx)(pc,{})].filter(Boolean),W=Ra(o.appearance.walletList,r,e,o.appearance.walletList),se=A==="default"?void 0:()=>{O("default")},B=NC({priority:w,email:i,sms:a,social:q}),be=DC({priority:w,email:i,sms:a,social:q}),ve=UC({priority:w,email:i,sms:a,social:q}),ye=(0,ue.jsx)(dg,{text:ve,onClick:()=>O("web3-overflow")}),Se=(0,ue.jsx)(gc,{text:B,icon:be,onClick:()=>O("web2-overflow")}),ie=I?0:1;return(0,ue.jsxs)(ue.Fragment,{children:[(0,ue.jsx)(P,{title:o.appearance.landingHeader,onClose:J,backFn:se}),A==="default"&&(0,ue.jsx)(OC,{}),(0,ue.jsx)(Ol,{style:{overflow:"hidden",padding:2},children:(0,ue.jsxs)(Dr,{children:[A==="default"&&w==="web2-first"&&(0,ue.jsxs)(ue.Fragment,{children:[...z,...q.length+z.length>4?q.slice(0,3-z.length):q,z.length+q.length>4&&Se,v&&ye]}),A==="default"&&w==="web3-first"&&(0,ue.jsxs)(ue.Fragment,{children:[v&&(0,ue.jsxs)(ue.Fragment,{children:[...W.length>4?W.slice(0,3):W,W.length>4&&ye]}),z.length+q.length>ie&&Se,z.length+q.length===ie&&z.length?z[0]:null,z.length+q.length===ie&&q.length?q[0]:null]}),A==="web2-overflow"&&(0,ue.jsxs)(ue.Fragment,{children:[...w==="web3-first"?z:[],...q]}),...A==="web3-overflow"?W:[],x&&A==="default"&&(0,ue.jsx)(mc,{})]})}),o&&(0,ue.jsx)(xi,{app:o}),(0,ue.jsx)($,{protectedByPrivy:!0})]})},OC=(0,hg.default)(Ri)`
|
|
1733
1733
|
margin-bottom: 16px;
|
|
1734
|
-
`,NC=({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",DC=({priority:e,email:t,sms:r,social:o})=>e==="web2-first"||o.length>0?(0,ue.jsx)(mg.default,{}):t&&r?(0,ue.jsx)(sg,{}):t?(0,ue.jsx)(pg.default,{}):r?(0,ue.jsx)(ug.default,{}):null,FC=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";var Zd=require("react/jsx-runtime"),yg=()=>{let{app:e}=k();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?(0,Zd.jsx)(Cc,{connectOnly:!0}):(0,Zd.jsx)(wc,{connectOnly:!0})};var Jd=require("react/jsx-runtime"),gg=()=>{let{app:e}=k();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?(0,Jd.jsx)(Cc,{connectOnly:!1}):(0,Jd.jsx)(wc,{connectOnly:!1})};var vg=f(require("@heroicons/react/24/outline/EnvelopeIcon"));var br=require("react/jsx-runtime"),Cg=()=>{let{app:e}=k();return(0,br.jsxs)(br.Fragment,{children:[(0,br.jsx)(P,{},"header"),(0,br.jsx)(le,{}),(0,br.jsx)(Ne,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:(0,br.jsx)(vg.default,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),(0,br.jsx)(Ur,{children:(0,br.jsx)(cc,{stacked:!0})}),(0,br.jsx)(he,{}),(0,br.jsx)($,{protectedByPrivy:!0})]})};var Eg=f(require("@heroicons/react/24/outline/ClockIcon")),Tg=f(require("@heroicons/react/24/outline/TrashIcon")),Pg=f(require("@heroicons/react/24/solid/CheckBadgeIcon")),Sg=f(require("@heroicons/react/24/solid/CheckCircleIcon")),xg=f(require("@heroicons/react/24/solid/LockClosedIcon")),En=require("react"),qt=f(require("styled-components"));var Qd=require("react/jsx-runtime"),Yn=({style:e,...t})=>(0,Qd.jsx)("svg",{x:0,y:0,width:"65",height:"64",viewBox:"0 0 65 64",style:{height:"64px",width:"65px",...e},fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:(0,Qd.jsx)("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"})});var Ae=require("react/jsx-runtime"),Zn=({style:e,...t})=>(0,Ae.jsxs)("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:[(0,Ae.jsxs)("g",{clipPath:"url(#clip0_113_33841)",children:[(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"}),(0,Ae.jsx)("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"})]}),(0,Ae.jsx)("defs",{children:(0,Ae.jsx)("clipPath",{id:"clip0_113_33841",children:(0,Ae.jsx)("rect",{width:"64",height:"64",fill:"white",transform:"translate(0.483887)"})})})]});var j=require("react/jsx-runtime"),wg=({passkeys:e,expanded:t,onUnlink:r,onExpand:o})=>{let[n,i]=(0,En.useState)([]),a=t?e.length:2,l=c=>c.authenticatorName?c.createdWithBrowser?`${c.authenticatorName} on ${c.createdWithBrowser}`:c.authenticatorName:c.createdWithBrowser?c.createdWithOs?`${c.createdWithBrowser} on ${c.createdWithOs}`:`${c.createdWithBrowser}`:"Unknown device",s=async c=>{i(u=>u.concat([c])),await r(c),i(u=>u.filter(h=>h!==c))};return(0,j.jsxs)("div",{children:[(0,j.jsx)(qC,{children:"Your passkeys"}),(0,j.jsxs)(_g,{children:[e.slice(0,a).map(c=>(0,j.jsxs)(jC,{children:[(0,j.jsxs)("div",{children:[(0,j.jsx)($C,{children:l(c)}),(0,j.jsxs)(KC,{children:["Last used: ",(c.latestVerifiedAt??c.verifiedAt).toLocaleString()]})]}),(0,j.jsx)(ZC,{disabled:n.includes(c.credentialId),onClick:()=>s(c.credentialId),children:n.includes(c.credentialId)?(0,j.jsx)(Do,{}):(0,j.jsx)(Tg.default,{height:"1.6em"})})]},c.credentialId)),e.length>2&&!t&&(0,j.jsx)(GC,{onClick:o,children:"View all"})]})]})},UC=()=>(0,j.jsxs)(_g,{children:[(0,j.jsxs)(ar,{children:[(0,j.jsx)(ir,{children:(0,j.jsx)(Pg.default,{})}),"Log in with Touch ID, Face ID, or a security key."]}),(0,j.jsxs)(ar,{children:[(0,j.jsx)(ir,{children:(0,j.jsx)(xg.default,{})}),"More secure than a password."]}),(0,j.jsxs)(ar,{children:[(0,j.jsx)(ir,{children:(0,j.jsx)(Eg.default,{})}),"Takes seconds to set up and use."]})]}),kg=()=>{let{user:e,unlinkPasskey:t}=G(),{linkWithPasskey:r,closePrivyModal:o}=W(),n=e?.linkedAccounts.filter(C=>C.type==="passkey"),[i,a]=(0,En.useState)(!1),[l,s]=(0,En.useState)(""),[c,u]=(0,En.useState)(!1),[h,y]=(0,En.useState)(!1);(0,En.useEffect)(()=>{n.length===0&&y(!1)},[n.length]);let g=()=>{a(!0),r().then(()=>u(!0)).catch(C=>{if(C instanceof nt){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(()=>{a(!1)})},b=async C=>(a(!0),await t(C).then(()=>u(!0)).catch(_=>{if(_ instanceof nt&&_.privyErrorCode==="missing_or_invalid_mfa"){s("Cannot unlink a passkey enrolled in MFA");return}s("Unknown error occurred.")}).finally(()=>{a(!1)}));return c?(0,j.jsxs)(j.Fragment,{children:[(0,j.jsx)(P,{onClose:()=>o()},"header"),(0,j.jsx)(Oe,{children:(0,j.jsx)(Qe,{status:"success",children:(0,j.jsx)(Sg.default,{})})}),(0,j.jsx)(bg,{children:"Passkey added"}),(0,j.jsx)(VC,{children:"From now on, you can use your passkey to log in."}),(0,j.jsx)(Ht,{children:(0,j.jsx)(L,{onClick:()=>o(),children:"Done"})}),(0,j.jsx)(K,{})]}):h?(0,j.jsxs)(j.Fragment,{children:[(0,j.jsx)(P,{backFn:()=>y(!1),onClose:()=>o()},"header"),(0,j.jsx)(wg,{passkeys:n,expanded:h,onUnlink:b,onExpand:()=>y(!0)}),(0,j.jsx)(K,{})]}):(0,j.jsxs)(j.Fragment,{children:[(0,j.jsx)(P,{onClose:()=>o()},"header"),(0,j.jsx)(Oe,{children:(0,j.jsxs)(bc,{children:[(0,j.jsx)(Yn,{}),(0,j.jsx)(Zn,{})]})}),(0,j.jsx)(bg,{children:"Secure your account with a passkey"}),(0,j.jsx)(zC,{}),n.length===0?(0,j.jsx)(UC,{}):(0,j.jsx)(wg,{passkeys:n,expanded:h,onUnlink:b,onExpand:()=>y(!0)}),(0,j.jsxs)(Ht,{style:{marginTop:"12px"},children:[l&&(0,j.jsx)(BC,{fail:!0,children:l}),(0,j.jsx)(L,{onClick:g,loading:i,children:"Add new passkey"})]}),(0,j.jsx)(K,{})]})},bc=qt.default.div`
|
|
1734
|
+
`,NC=({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",DC=({priority:e,email:t,sms:r,social:o})=>e==="web2-first"||o.length>0?(0,ue.jsx)(mg.default,{}):t&&r?(0,ue.jsx)(sg,{}):t?(0,ue.jsx)(pg.default,{}):r?(0,ue.jsx)(ug.default,{}):null,UC=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";var Zd=require("react/jsx-runtime"),yg=()=>{let{app:e}=_();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?(0,Zd.jsx)(Cc,{connectOnly:!0}):(0,Zd.jsx)(wc,{connectOnly:!0})};var Jd=require("react/jsx-runtime"),gg=()=>{let{app:e}=_();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?(0,Jd.jsx)(Cc,{connectOnly:!1}):(0,Jd.jsx)(wc,{connectOnly:!1})};var vg=m(require("@heroicons/react/24/outline/EnvelopeIcon"));var Cr=require("react/jsx-runtime"),Cg=()=>{let{app:e}=_();return(0,Cr.jsxs)(Cr.Fragment,{children:[(0,Cr.jsx)(P,{},"header"),(0,Cr.jsx)(le,{}),(0,Cr.jsx)(Ne,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:(0,Cr.jsx)(vg.default,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),(0,Cr.jsx)(Fr,{children:(0,Cr.jsx)(cc,{stacked:!0})}),(0,Cr.jsx)(he,{}),(0,Cr.jsx)($,{protectedByPrivy:!0})]})};var Eg=m(require("@heroicons/react/24/outline/ClockIcon")),Pg=m(require("@heroicons/react/24/outline/TrashIcon")),Tg=m(require("@heroicons/react/24/solid/CheckBadgeIcon")),Sg=m(require("@heroicons/react/24/solid/CheckCircleIcon")),xg=m(require("@heroicons/react/24/solid/LockClosedIcon")),En=require("react"),Gt=m(require("styled-components"));var Qd=require("react/jsx-runtime"),Yn=({style:e,...t})=>(0,Qd.jsx)("svg",{x:0,y:0,width:"65",height:"64",viewBox:"0 0 65 64",style:{height:"64px",width:"65px",...e},fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:(0,Qd.jsx)("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"})});var ke=require("react/jsx-runtime"),Zn=({style:e,...t})=>(0,ke.jsxs)("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:[(0,ke.jsxs)("g",{clipPath:"url(#clip0_113_33841)",children:[(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"}),(0,ke.jsx)("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"})]}),(0,ke.jsx)("defs",{children:(0,ke.jsx)("clipPath",{id:"clip0_113_33841",children:(0,ke.jsx)("rect",{width:"64",height:"64",fill:"white",transform:"translate(0.483887)"})})})]});var j=require("react/jsx-runtime"),wg=({passkeys:e,expanded:t,onUnlink:r,onExpand:o})=>{let[n,i]=(0,En.useState)([]),a=t?e.length:2,l=c=>c.authenticatorName?c.createdWithBrowser?`${c.authenticatorName} on ${c.createdWithBrowser}`:c.authenticatorName:c.createdWithBrowser?c.createdWithOs?`${c.createdWithBrowser} on ${c.createdWithOs}`:`${c.createdWithBrowser}`:"Unknown device",s=async c=>{i(u=>u.concat([c])),await r(c),i(u=>u.filter(f=>f!==c))};return(0,j.jsxs)("div",{children:[(0,j.jsx)(qC,{children:"Your passkeys"}),(0,j.jsxs)(kg,{children:[e.slice(0,a).map(c=>(0,j.jsxs)(jC,{children:[(0,j.jsxs)("div",{children:[(0,j.jsx)($C,{children:l(c)}),(0,j.jsxs)(KC,{children:["Last used: ",(c.latestVerifiedAt??c.verifiedAt).toLocaleString()]})]}),(0,j.jsx)(ZC,{disabled:n.includes(c.credentialId),onClick:()=>s(c.credentialId),children:n.includes(c.credentialId)?(0,j.jsx)(Do,{}):(0,j.jsx)(Pg.default,{height:"1.6em"})})]},c.credentialId)),e.length>2&&!t&&(0,j.jsx)(GC,{onClick:o,children:"View all"})]})]})},FC=()=>(0,j.jsxs)(kg,{children:[(0,j.jsxs)(or,{children:[(0,j.jsx)(rr,{children:(0,j.jsx)(Tg.default,{})}),"Log in with Touch ID, Face ID, or a security key."]}),(0,j.jsxs)(or,{children:[(0,j.jsx)(rr,{children:(0,j.jsx)(xg.default,{})}),"More secure than a password."]}),(0,j.jsxs)(or,{children:[(0,j.jsx)(rr,{children:(0,j.jsx)(Eg.default,{})}),"Takes seconds to set up and use."]})]}),_g=()=>{let{user:e,unlinkPasskey:t}=H(),{linkWithPasskey:r,closePrivyModal:o}=M(),n=e?.linkedAccounts.filter(v=>v.type==="passkey"),[i,a]=(0,En.useState)(!1),[l,s]=(0,En.useState)(""),[c,u]=(0,En.useState)(!1),[f,y]=(0,En.useState)(!1);(0,En.useEffect)(()=>{n.length===0&&y(!1)},[n.length]);let g=()=>{a(!0),r().then(()=>u(!0)).catch(v=>{if(v instanceof nt){if(v.privyErrorCode==="cannot_link_more_of_type"){s("Cannot link more passkeys to account.");return}else if(v.privyErrorCode==="passkey_not_allowed"){s("Passkey request timed out or rejected by user.");return}}s("Unknown error occurred.")}).finally(()=>{a(!1)})},b=async v=>(a(!0),await t(v).then(()=>u(!0)).catch(k=>{if(k instanceof nt&&k.privyErrorCode==="missing_or_invalid_mfa"){s("Cannot unlink a passkey enrolled in MFA");return}s("Unknown error occurred.")}).finally(()=>{a(!1)}));return c?(0,j.jsxs)(j.Fragment,{children:[(0,j.jsx)(P,{onClose:()=>o()},"header"),(0,j.jsx)(Oe,{children:(0,j.jsx)(Je,{status:"success",children:(0,j.jsx)(Sg.default,{})})}),(0,j.jsx)(bg,{children:"Passkey added"}),(0,j.jsx)(VC,{children:"From now on, you can use your passkey to log in."}),(0,j.jsx)(Ut,{children:(0,j.jsx)(L,{onClick:()=>o(),children:"Done"})}),(0,j.jsx)(K,{})]}):f?(0,j.jsxs)(j.Fragment,{children:[(0,j.jsx)(P,{backFn:()=>y(!1),onClose:()=>o()},"header"),(0,j.jsx)(wg,{passkeys:n,expanded:f,onUnlink:b,onExpand:()=>y(!0)}),(0,j.jsx)(K,{})]}):(0,j.jsxs)(j.Fragment,{children:[(0,j.jsx)(P,{onClose:()=>o()},"header"),(0,j.jsx)(Oe,{children:(0,j.jsxs)(bc,{children:[(0,j.jsx)(Yn,{}),(0,j.jsx)(Zn,{})]})}),(0,j.jsx)(bg,{children:"Secure your account with a passkey"}),(0,j.jsx)(zC,{}),n.length===0?(0,j.jsx)(FC,{}):(0,j.jsx)(wg,{passkeys:n,expanded:f,onUnlink:b,onExpand:()=>y(!0)}),(0,j.jsxs)(Ut,{style:{marginTop:"12px"},children:[l&&(0,j.jsx)(BC,{fail:!0,children:l}),(0,j.jsx)(L,{onClick:g,loading:i,children:"Add new passkey"})]}),(0,j.jsx)(K,{})]})},bc=Gt.default.div`
|
|
1735
1735
|
display: flex;
|
|
1736
1736
|
align-items: center;
|
|
1737
1737
|
justify-content: center;
|
|
@@ -1747,7 +1747,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1747
1747
|
stroke: var(--privy-color-accent) !important;
|
|
1748
1748
|
fill: var(--privy-color-accent) !important;
|
|
1749
1749
|
}
|
|
1750
|
-
`,BC=
|
|
1750
|
+
`,BC=Gt.default.div`
|
|
1751
1751
|
line-height: 20px;
|
|
1752
1752
|
height: 20px;
|
|
1753
1753
|
font-size: 13px;
|
|
@@ -1755,7 +1755,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1755
1755
|
display: flex;
|
|
1756
1756
|
justify-content: flex-beginngin;
|
|
1757
1757
|
width: 100%;
|
|
1758
|
-
`,HC=
|
|
1758
|
+
`,HC=Gt.css`
|
|
1759
1759
|
&& {
|
|
1760
1760
|
width: 100%;
|
|
1761
1761
|
font-size: 0.875rem;
|
|
@@ -1780,9 +1780,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1780
1780
|
box-shadow: none;
|
|
1781
1781
|
}
|
|
1782
1782
|
}
|
|
1783
|
-
`,GC=
|
|
1783
|
+
`,GC=Gt.default.button`
|
|
1784
1784
|
${HC}
|
|
1785
|
-
`,
|
|
1785
|
+
`,kg=Gt.default.div`
|
|
1786
1786
|
display: flex;
|
|
1787
1787
|
flex-direction: column;
|
|
1788
1788
|
align-items: stretch;
|
|
@@ -1790,18 +1790,18 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1790
1790
|
padding: 0.5rem 0rem 0rem;
|
|
1791
1791
|
flex-grow: 1;
|
|
1792
1792
|
width: 100%;
|
|
1793
|
-
`,bg=
|
|
1793
|
+
`,bg=Gt.default.div`
|
|
1794
1794
|
font-size: 18px;
|
|
1795
1795
|
line-height: 18px;
|
|
1796
1796
|
text-align: center;
|
|
1797
1797
|
font-weight: 600;
|
|
1798
|
-
`,VC=
|
|
1798
|
+
`,VC=Gt.default.div`
|
|
1799
1799
|
font-size: 0.875rem;
|
|
1800
1800
|
text-align: center;
|
|
1801
1801
|
margin-top: 10px;
|
|
1802
|
-
`,zC=
|
|
1802
|
+
`,zC=Gt.default.div`
|
|
1803
1803
|
height: 32px;
|
|
1804
|
-
`,qC=
|
|
1804
|
+
`,qC=Gt.default.div`
|
|
1805
1805
|
line-height: 20px;
|
|
1806
1806
|
height: 20px;
|
|
1807
1807
|
font-size: 1em;
|
|
@@ -1809,18 +1809,18 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1809
1809
|
display: flex;
|
|
1810
1810
|
justify-content: flex-beginning;
|
|
1811
1811
|
width: 100%;
|
|
1812
|
-
`,$C=
|
|
1812
|
+
`,$C=Gt.default.div`
|
|
1813
1813
|
font-size: 1em;
|
|
1814
1814
|
line-height: 1.3em;
|
|
1815
1815
|
font-weight: 500;
|
|
1816
1816
|
color: var(--privy-color-foreground-2);
|
|
1817
1817
|
padding: 0.2em 0;
|
|
1818
|
-
`,KC=
|
|
1818
|
+
`,KC=Gt.default.div`
|
|
1819
1819
|
font-size: 0.875rem;
|
|
1820
1820
|
line-height: 1rem;
|
|
1821
1821
|
color: #64668b;
|
|
1822
1822
|
padding: 0.2em 0;
|
|
1823
|
-
`,jC=
|
|
1823
|
+
`,jC=Gt.default.div`
|
|
1824
1824
|
display: flex;
|
|
1825
1825
|
align-items: center;
|
|
1826
1826
|
justify-content: space-between;
|
|
@@ -1833,7 +1833,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1833
1833
|
border: 1px solid #e2e3f0 !important;
|
|
1834
1834
|
width: 100%;
|
|
1835
1835
|
height: 5em;
|
|
1836
|
-
`,YC=
|
|
1836
|
+
`,YC=Gt.css`
|
|
1837
1837
|
:focus,
|
|
1838
1838
|
:hover,
|
|
1839
1839
|
:active {
|
|
@@ -1850,9 +1850,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1850
1850
|
svg:hover {
|
|
1851
1851
|
color: var(--privy-color-foreground-3);
|
|
1852
1852
|
}
|
|
1853
|
-
`,ZC=
|
|
1853
|
+
`,ZC=Gt.default.button`
|
|
1854
1854
|
${YC}
|
|
1855
|
-
`;var Ag=
|
|
1855
|
+
`;var Ag=m(require("@heroicons/react/24/outline/PhoneIcon"));var wr=require("react/jsx-runtime"),Rg=()=>{let{app:e,currentScreen:t,data:r,navigate:o,setModalData:n}=_(),{initLoginWithSms:i}=M();async function a({qualifiedPhoneNumber:l}){try{await i(l),o("AWAITING_PASSWORDLESS_CODE")}catch(s){n({errorModalData:{error:s,previousScreen:r?.errorModalData?.previousScreen||t||"LINK_PHONE_SCREEN"}}),o("ERROR_SCREEN")}}return(0,wr.jsxs)(wr.Fragment,{children:[(0,wr.jsx)(P,{},"header"),(0,wr.jsx)(le,{}),(0,wr.jsx)(Ne,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:(0,wr.jsx)(Ag.default,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),(0,wr.jsx)(Fr,{children:(0,wr.jsx)(Ji,{stacked:!0,onSubmit:a})}),(0,wr.jsx)(he,{}),(0,wr.jsx)($,{protectedByPrivy:!0})]})};var Po=require("react/jsx-runtime"),Ig=()=>{let{linkingHint:e}=M(),{app:t}=_(),r=e?`Select the wallet with ${on(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return(0,Po.jsxs)(Po.Fragment,{children:[(0,Po.jsx)(P,{},"header"),(0,Po.jsx)(go,{title:`${e?"Reconnect":"Connect"} your wallet`,description:r}),(0,Po.jsx)(Dr,{children:(0,Po.jsx)(Ai,{connectOnly:!1})}),(0,Po.jsx)($,{protectedByPrivy:!0})]})};var Ka=require("react/jsx-runtime"),Mg=({style:e,...t})=>(0,Ka.jsxs)("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:[(0,Ka.jsx)("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),(0,Ka.jsx)("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"})]});var sr=require("react/jsx-runtime"),Wg=()=>{let{closePrivyModal:e}=M(),{navigate:t}=_();return(0,sr.jsxs)(sr.Fragment,{children:[(0,sr.jsx)(P,{},"header"),(0,sr.jsx)(le,{}),(0,sr.jsx)(Mg,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),(0,sr.jsx)(go,{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"}}),(0,sr.jsxs)(Fr,{children:[(0,sr.jsx)(L,{onClick:()=>t("LANDING"),children:"Try again"}),(0,sr.jsx)(Jr,{onClick:()=>e(),children:"Cancel"})]}),(0,sr.jsx)(he,{}),(0,sr.jsx)($,{protectedByPrivy:!0})]})};var l1=m(require("@heroicons/react/24/solid/CheckBadgeIcon")),c1=m(require("@heroicons/react/24/solid/DevicePhoneMobileIcon")),d1=m(require("@heroicons/react/24/solid/IdentificationIcon")),p1=m(require("@heroicons/react/24/solid/PhoneIcon")),u1=m(require("@heroicons/react/24/solid/QuestionMarkCircleIcon")),op=m(require("@heroicons/react/24/solid/ShieldCheckIcon")),jo=require("react");var Lg=require("react");function Xi(){let{promptMfa:e,init:t,submit:r,cancel:o}=(0,Lg.useContext)(_e);return{promptMfa:e,init:t,submit:r,cancel:o}}var Og=require("react");function Vr(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,initEnrollmentWithPasskey:r,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:n,submitEnrollmentWithPasskey:i,unenroll:a,enrollInMfa:l}=(0,Og.useContext)(_e);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,initEnrollmentWithPasskey:r,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:n,submitEnrollmentWithPasskey:i,unenrollWithSms:()=>a("sms"),unenrollWithTotp:()=>a("totp"),unenrollWithPasskey:()=>a("passkey"),showMfaEnrollmentModal:()=>l(!0),closeMfaEnrollmentModal:()=>l(!1)}}var Ng=m(require("styled-components")),ja=require("react/jsx-runtime"),Dg=e=>(0,ja.jsxs)(JC,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[(0,ja.jsx)("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),(0,ja.jsx)("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"})]}),JC=Ng.default.svg`
|
|
1856
1856
|
height: 90px;
|
|
1857
1857
|
width: 90px;
|
|
1858
1858
|
|
|
@@ -1863,7 +1863,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1863
1863
|
> path {
|
|
1864
1864
|
fill: white;
|
|
1865
1865
|
}
|
|
1866
|
-
`;var Ec=
|
|
1866
|
+
`;var Ec=m(require("@heroicons/react/20/solid/CheckIcon")),Ug=m(require("@heroicons/react/24/outline/ChevronRightIcon")),Fg=m(require("@heroicons/react/24/outline/DevicePhoneMobileIcon")),Bg=m(require("@heroicons/react/24/outline/FingerPrintIcon")),Hg=m(require("@heroicons/react/24/outline/PhoneIcon")),Pc=m(require("@heroicons/react/24/outline/TrashIcon")),Gg=m(require("@heroicons/react/24/solid/ShieldCheckIcon"));var X=require("react/jsx-runtime"),Vg=({showIntro:e,userMfaMethods:t,appMfaMethods:r,userHasAuthSms:o,isTotpLoading:n,isPasskeyLoading:i,error:a,onClose:l,onBackToIntro:s,handleSelectMethod:c,setRemovingMfaMethod:u})=>{let f=t.reduce((g,b)=>({...g,[b]:!0}),{}),y=r.reduce((g,b)=>({...g,[b]:!0}),{});return(0,X.jsxs)(X.Fragment,{children:[(0,X.jsx)(P,{backFn:e?s:void 0,onClose:l},"header"),(0,X.jsx)(Oe,{children:(0,X.jsx)(Je,{children:(0,X.jsx)(Gg.default,{})})}),(0,X.jsx)(fe,{children:"Choose a verification method"}),t.length>0?(0,X.jsx)(ge,{children:"To add or delete verification methods, verification is required."}):(0,X.jsx)(ge,{children:"How would you like to verify your identity? You can change this later."}),a&&(0,X.jsx)(Hl,{style:{marginTop:"1.25rem"},children:a.message}),(0,X.jsxs)(Nl,{children:[(y.totp||f.totp)&&(0,X.jsxs)(Dl,{children:[(0,X.jsx)($e,{style:{justifyContent:"center"},disabled:f.totp||n,onClick:()=>c("totp"),children:n?(0,X.jsx)(vt,{style:{height:24,width:24,borderWidth:2},color:"var(--privy-color-foreground-3)"}):(0,X.jsxs)(Bl,{children:[(0,X.jsxs)(Fl,{children:[(0,X.jsx)(Fg.default,{}),"Authenticator App"]}),f.totp?(0,X.jsxs)(qn,{children:[(0,X.jsx)(Ec.default,{}),"Added"]}):(0,X.jsx)(qn,{children:"Recommended"})]})}),f.totp&&(0,X.jsx)(Ul,{onClick:()=>u("totp"),children:(0,X.jsx)(Pc.default,{})})]},"totp"),(y.sms||f.sms)&&(0,X.jsxs)(Dl,{children:[(0,X.jsx)($e,{disabled:f.sms||o,onClick:()=>c("sms"),children:(0,X.jsxs)(Bl,{children:[(0,X.jsxs)(Fl,{children:[(0,X.jsx)(Hg.default,{}),"SMS"]}),f.sms&&(0,X.jsxs)(qn,{children:[(0,X.jsx)(Ec.default,{}),"Added"]}),o&&(0,X.jsx)(qn,{children:"Disabled"})]})}),f.sms&&(0,X.jsx)(Ul,{onClick:()=>u("sms"),children:(0,X.jsx)(Pc.default,{})})]},"sms"),(y.passkey||f.passkey)&&(0,X.jsxs)(Dl,{children:[(0,X.jsx)($e,{style:{justifyContent:"center"},onClick:()=>c("passkey"),disabled:f.passkey||i,children:i?(0,X.jsx)(vt,{style:{height:24,width:24,borderWidth:2},color:"var(--privy-color-foreground-3)"}):(0,X.jsxs)(Bl,{children:[(0,X.jsxs)(Fl,{children:[(0,X.jsx)(Bg.default,{}),"Passkey"]}),f.passkey?(0,X.jsxs)(qn,{children:[(0,X.jsx)(Ec.default,{}),"Added"]}):(0,X.jsx)(qn,{isAccent:!0,children:(0,X.jsx)(Ug.default,{})})]})}),f.passkey&&(0,X.jsx)(Ul,{onClick:()=>u("passkey"),children:(0,X.jsx)(Pc.default,{})})]},"passkey")]}),(0,X.jsx)(K,{})]})};var qg=m(require("@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon")),$g=m(require("@heroicons/react/24/outline/ClockIcon")),Kg=m(require("@heroicons/react/24/outline/ShieldCheckIcon")),jg=m(require("@heroicons/react/24/solid/CheckCircleIcon")),Pn=require("react"),Ya=m(require("styled-components"));var Y=require("react/jsx-runtime"),Yg=({onComplete:e,onClose:t,onReset:r})=>{let{user:o}=H(),{data:n}=_(),{initLinkWithPasskey:i,linkWithPasskey:a}=M(),{initEnrollmentWithPasskey:l,submitEnrollmentWithPasskey:s}=Vr(),[c,u]=(0,Pn.useState)(!1),[f,y]=(0,Pn.useState)(!1),[g,b]=(0,Pn.useState)(!1),[v,k]=(0,Pn.useState)(null),x=(0,Pn.useMemo)(()=>o?.linkedAccounts.filter(O=>O.type==="passkey")??[],[o]),w=()=>{n?.mfaEnrollmentFlow?.onSuccess(),e()},I=async O=>{u(!0);try{await l(),await s({credentialIds:O}),b(!0)}catch(S){k(S)}finally{u(!1)}},A=async()=>{y(!0),k(null);try{await i();let S=(await a())?.linkedAccounts.filter(D=>D.type==="passkey").map(D=>D.credentialId)??[];await I(S)}catch(O){k(O)}finally{y(!1)}};return x.length===0||f?(0,Y.jsx)(QC,{onReset:r,onClose:t,onClick:A,isCreating:f}):g?(0,Y.jsx)(ew,{onClick:w,onClose:w}):v?(0,Y.jsx)(Ua,{error:v,backFn:()=>k(null),onClick:()=>k(null)}):(0,Y.jsx)(XC,{passkeys:x,isSubmitting:c,isCreating:f,onReset:r,onClose:t,onSubmitEnrollment:()=>I(x.map(O=>O.credentialId)),onAddPasskey:A})},QC=({onReset:e,onClose:t,onClick:r,isCreating:o})=>(0,Y.jsxs)(Y.Fragment,{children:[(0,Y.jsx)(P,{backFn:e,onClose:t},"header"),(0,Y.jsx)(Oe,{children:(0,Y.jsxs)(bc,{children:[(0,Y.jsx)(Yn,{}),(0,Y.jsx)(Zn,{})]})}),(0,Y.jsx)(fe,{children:"Set up paskey verification"}),(0,Y.jsxs)(zn,{children:[(0,Y.jsxs)(or,{children:[(0,Y.jsx)(rr,{children:(0,Y.jsx)(Kg.default,{})}),"Verify with Touch ID, Face ID, PIN, or hardware key"]}),(0,Y.jsxs)(or,{children:[(0,Y.jsx)(rr,{children:(0,Y.jsx)($g.default,{})}),"Takes seconds to set up and use"]}),(0,Y.jsxs)(or,{children:[(0,Y.jsx)(rr,{children:(0,Y.jsx)(qg.default,{})}),"Use your passkey to verify transactions and login to your account"]})]}),(0,Y.jsx)(L,{style:{marginTop:"2.25rem"},onClick:r,loading:o,children:"Add a new passkey"}),(0,Y.jsx)(K,{})]}),XC=({onReset:e,onClose:t,onAddPasskey:r,onSubmitEnrollment:o,passkeys:n,isSubmitting:i,isCreating:a})=>{let[l,s]=(0,Pn.useState)(!1),c=l?n.length:n.length>3?2:3;return(0,Y.jsxs)(Y.Fragment,{children:[(0,Y.jsx)(P,{backFn:l?()=>s(!1):e,onClose:t},"header"),!l&&(0,Y.jsx)(Oe,{children:(0,Y.jsxs)(bc,{children:[(0,Y.jsx)(Yn,{}),(0,Y.jsx)(Zn,{})]})}),(0,Y.jsx)(fe,{children:"Enable your passkeys for verification"}),(0,Y.jsxs)(zn,{children:[n.slice(0,c).map(u=>(0,Y.jsxs)(tw,{children:[(0,Y.jsx)(rw,{children:nw(u)}),(0,Y.jsxs)(ow,{children:["Last used: ",u.latestVerifiedAt?.toLocaleString()]})]},u.credentialId)),!l&&n.length>3&&(0,Y.jsx)(zg,{onClick:()=>s(!0),children:"View All"})]}),(0,Y.jsx)(L,{style:{marginTop:"1.5rem"},onClick:o,loading:i,children:"Enable passkeys"}),n.length<5&&(0,Y.jsx)(zg,{style:{marginTop:"0.5rem"},onClick:r,disabled:a,children:a?(0,Y.jsx)(vt,{style:{height:"1rem",width:"1rem",borderWidth:2}}):"Add new passkey"}),(0,Y.jsx)(K,{})]})},ew=({onClick:e,onClose:t})=>(0,Y.jsxs)(Y.Fragment,{children:[(0,Y.jsx)(P,{onClose:t},"header"),(0,Y.jsx)(Oe,{children:(0,Y.jsx)(Je,{status:"success",children:(0,Y.jsx)(jg.default,{})})}),(0,Y.jsx)(fe,{children:"Passkey verification added"}),(0,Y.jsx)(ge,{children:"From now on, you'll use the passkey whenever you use your Privy wallet."}),(0,Y.jsx)(Ut,{children:(0,Y.jsx)(L,{onClick:e,children:"Done"})}),(0,Y.jsx)(K,{})]}),tw=Ya.default.div`
|
|
1867
1867
|
&& {
|
|
1868
1868
|
padding: 0.75rem 1rem;
|
|
1869
1869
|
text-align: left;
|
|
@@ -1908,7 +1908,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1908
1908
|
box-shadow: none;
|
|
1909
1909
|
}
|
|
1910
1910
|
}
|
|
1911
|
-
`;var e1=
|
|
1911
|
+
`;var e1=m(require("@heroicons/react/24/solid/CheckCircleIcon")),tp=m(require("@heroicons/react/24/solid/PhoneIcon")),Ja=require("react");var Sc=require("react"),Xg=require("react-device-detect"),ep=m(require("styled-components"));var Jn=require("@headlessui/react"),Tc=m(require("react")),Qn=m(require("styled-components")),Ko=require("react/jsx-runtime"),Zg=({children:e,open:t,onClick:r,...o})=>(0,Ko.jsx)(Jn.Transition,{show:t,as:Tc.default.Fragment,children:(0,Ko.jsxs)(Jn.Dialog,{onClose:r,...o,as:aw,children:[(0,Ko.jsx)(Jn.Transition.Child,{as:Tc.default.Fragment,enterFrom:"entering",leaveTo:"leaving",children:(0,Ko.jsx)(iw,{id:"privy-dialog-backdrop","aria-hidden":"true"})}),(0,Ko.jsx)(sw,{children:(0,Ko.jsx)(Jn.Transition.Child,{as:Tc.default.Fragment,enterFrom:"entering",leaveTo:"leaving",children:(0,Ko.jsx)(Jn.Dialog.Panel,{as:lw,children:e})})})]})}),ea=Qn.default.div`
|
|
1912
1912
|
display: flex;
|
|
1913
1913
|
flex-direction: column;
|
|
1914
1914
|
text-align: center;
|
|
@@ -2008,7 +2008,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2008
2008
|
align-items: center;
|
|
2009
2009
|
justify-content: center;
|
|
2010
2010
|
height: 100%;
|
|
2011
|
-
`;var
|
|
2011
|
+
`;var To=require("react/jsx-runtime"),Za=6,cw=new Array(Za).fill("");function dw(e){return e.replace(/\s+/g,"")}function Xd(e){return/^[0-9]{1}$/.test(e)}function Qg(e){return e.length===Za&&e.every(Xd)}function pw(e,t){return e.reduce((r,o)=>r+Number(t(o)),0)}var Xn=({onChange:e,disabled:t,errorReasonOverride:r,success:o})=>{let[n,i]=(0,Sc.useState)(cw),[a,l]=(0,Sc.useState)(null),[s,c]=(0,Sc.useState)(null),u=async b=>{b.preventDefault();let v=dw(b.currentTarget.value);if(v==="")return;let k=pw(n,Xd),x=v.split(""),w=!x.every(Xd),I=x.length+k>Za;if(w){l("Passcode can only be numbers"),c(1);return}if(I){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let A=Number(b.currentTarget.name?.charAt(4)),O=[...v||[""]].slice(0,Za-A),S=[...n.slice(0,A),...O,...n.slice(A+O.length)];i(S);let D=O.length,J=Math.min(Math.max(A+D,0),Za-1);if(document.querySelector(`input[name=pin-${J}]`)?.focus(),Qg(S))try{await e(S.join("")),document.querySelector(`input[name=pin-${J}]`)?.blur()}catch(q){c(1),l(q.message)}else try{await e(null)}catch(q){c(1),l(q.message)}},f=b=>{s===1&&(l(null),c(null));let v=[...n.slice(0,b),"",...n.slice(b+1)];i(v),b>0&&document.querySelector(`input[name=pin-${b-1}]`)?.focus(),Qg(v)?e(v.join("")):e(null)},g=o?"success":!!(r||a)?"fail":"";return(0,To.jsx)(To.Fragment,{children:(0,To.jsxs)(uw,{children:[(0,To.jsx)("div",{children:n.map((b,v)=>(0,To.jsx)("input",{name:`pin-${v}`,type:"text",value:n[v],onChange:u,onKeyUp:k=>{k.key==="Backspace"&&f(v)},inputMode:"numeric",autoFocus:v===0,pattern:"[0-9]",className:g,autoComplete:Xg.isMobile?"one-time-code":"off",disabled:t},v))}),(0,To.jsx)("div",{children:(0,To.jsx)(mw,{fail:!!r||!!a,children:r||a})})]})})},uw=ep.default.div`
|
|
2012
2012
|
display: flex;
|
|
2013
2013
|
flex-direction: column;
|
|
2014
2014
|
width: 100%;
|
|
@@ -2087,7 +2087,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2087
2087
|
width: 100%;
|
|
2088
2088
|
|
|
2089
2089
|
color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
|
|
2090
|
-
`;var de=require("react/jsx-runtime"),t1=({onComplete:e,onReset:t,onClose:r})=>{let[o,n]=(0,Ja.useState)(""),[i,a]=(0,Ja.useState)(!1),[l,s]=(0,Ja.useState)(null),[c,u]=(0,Ja.useState)("enroll"),{initEnrollmentWithSms:h,submitEnrollmentWithSms:y}=Vr(),{app:g,data:b}=k();function C(){b?.mfaEnrollmentFlow?.onSuccess(),e()}async function _({qualifiedPhoneNumber:I}){try{await h({phoneNumber:I}),n(I),u("verify")}catch(A){s(A)}}async function x(I){try{if(!I)return;await y({phoneNumber:o,mfaCode:I}),a(!0)}catch(A){throw Kl(A)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):mn(A)?new Error("The code you entered is not valid"):un(A)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):jl(A)?new Error("Verification canceled"):new Error("Unknown error")}}function w(){c==="verify"?u("enroll"):t()}return l?(0,de.jsx)(Fa,{error:l,backFn:()=>s(null),onClick:()=>s(null)}):c==="enroll"?(0,de.jsxs)(de.Fragment,{children:[(0,de.jsx)(P,{backFn:t,onClose:r},"header"),(0,de.jsx)(Oe,{children:(0,de.jsx)(Qe,{children:(0,de.jsx)(tp.default,{})})}),(0,de.jsx)(fe,{children:"Set up SMS verification"}),(0,de.jsx)(ge,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),(0,de.jsxs)(Fr,{children:[(0,de.jsx)(Ji,{onSubmit:_}),(0,de.jsxs)(Xm,{children:["By providing your mobile number, you agree to receive text messages from ",g?.name,". Some carrier charges may apply"]})]}),(0,de.jsx)(K,{})]}):i?(0,de.jsxs)(de.Fragment,{children:[(0,de.jsx)(P,{onClose:C},"header"),(0,de.jsx)(Oe,{children:(0,de.jsx)(Qe,{status:"success",children:(0,de.jsx)(e1.default,{})})}),(0,de.jsx)(fe,{children:"SMS verification added"}),(0,de.jsx)(ge,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),(0,de.jsx)(Ht,{children:(0,de.jsx)(L,{onClick:C,children:"Done"})}),(0,de.jsx)(K,{})]}):(0,de.jsxs)(de.Fragment,{children:[(0,de.jsx)(P,{backFn:w,onClose:r},"header"),(0,de.jsx)(Oe,{children:(0,de.jsx)(Qe,{children:(0,de.jsx)(tp.default,{})})}),(0,de.jsx)(fe,{children:"Enter enrollment code"}),(0,de.jsxs)(Fr,{children:[(0,de.jsx)(Xn,{onChange:x}),(0,de.jsxs)(ge,{children:["To continue, enter the 6-digit code sent to ",(0,de.jsx)("strong",{children:Zy(o)})]})]}),(0,de.jsx)(K,{})]})};var i1=f(require("@heroicons/react/24/solid/CheckCircleIcon")),a1=f(require("@heroicons/react/24/solid/DevicePhoneMobileIcon")),rp=require("react");var r1=f(require("@heroicons/react/24/solid/ShieldCheckIcon"));var n1=require("react/jsx-runtime");var o1=({size:e,authUrl:t})=>(0,n1.jsx)($i,{url:t,squareLogoElement:r1.default,size:e,fgColor:"#1F1F1F"});var pe=require("react/jsx-runtime"),s1=({onComplete:e,onClose:t,onReset:r,totpInfo:o})=>{let[n,i]=(0,rp.useState)("enroll"),[a,l]=(0,rp.useState)(!1),{submitEnrollmentWithTotp:s}=Vr(),{data:c}=k();function u(){c?.mfaEnrollmentFlow?.onSuccess(),e()}function h(){i("verify")}async function y(b){try{if(!b)return;await s({mfaCode:b}),l(!0)}catch(C){throw Kl(C)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):mn(C)?new Error("The code you entered is not valid"):un(C)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):jl(C)?new Error("Verification canceled"):new Error("Unknown error")}}function g(){n==="verify"?i("enroll"):r()}return n==="enroll"?(0,pe.jsxs)(pe.Fragment,{children:[(0,pe.jsx)(P,{backFn:r,onClose:t},"header"),(0,pe.jsx)(fe,{children:"Scan QR code"}),(0,pe.jsx)(ge,{children:"Open your authenticator app and scan the QR code to continue."}),(0,pe.jsx)(ki,{children:(0,pe.jsx)(o1,{authUrl:o.authUrl,size:200})}),(0,pe.jsxs)(Ht,{children:[(0,pe.jsx)(Qt,{children:(0,pe.jsx)(Cn,{itemName:"secret",text:o.secret})}),(0,pe.jsx)(L,{onClick:h,children:"Continue"})]}),(0,pe.jsx)(K,{})]}):a?(0,pe.jsxs)(pe.Fragment,{children:[(0,pe.jsx)(P,{onClose:u},"header"),(0,pe.jsx)(Oe,{children:(0,pe.jsx)(Qe,{status:"success",children:(0,pe.jsx)(i1.default,{})})}),(0,pe.jsx)(fe,{children:"Authenticator app verification added"}),(0,pe.jsx)(ge,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),(0,pe.jsx)(Ht,{children:(0,pe.jsx)(L,{onClick:u,children:"Done"})}),(0,pe.jsx)(K,{})]}):(0,pe.jsxs)(pe.Fragment,{children:[(0,pe.jsx)(P,{backFn:g,onClose:t},"header"),(0,pe.jsx)(Oe,{children:(0,pe.jsx)(Qe,{children:(0,pe.jsx)(a1.default,{})})}),(0,pe.jsx)(fe,{children:"Enter enrollment code"}),(0,pe.jsx)(Fr,{children:(0,pe.jsx)(Xn,{onChange:y})}),(0,pe.jsxs)(ge,{children:["To continue, enter the 6-digit code generated from your ",(0,pe.jsx)("strong",{children:"authenticator app"})]}),(0,pe.jsx)(K,{})]})};var U=require("react/jsx-runtime"),m1=()=>{let{user:e,enrollInMfa:t}=G(),[r,o]=(0,jo.useState)(null),{unenrollWithSms:n,unenrollWithTotp:i,unenrollWithPasskey:a}=Vr(),{app:l,ready:s,data:c,onUserCloseViaDialogOrKeybindRef:u}=k(),{closePrivyModal:h}=W(),{promptMfa:y}=Xi(),{initEnrollmentWithTotp:g}=Vr(),[b,C]=(0,jo.useState)(!1),[_,x]=(0,jo.useState)(null),[w,I]=(0,jo.useState)(null),A=()=>{h({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{o(null),x(null)},500)},{initEnrollmentWithPasskey:O,submitEnrollmentWithPasskey:S}=Vr(),[D,J]=(0,jo.useState)(!1),[z,q]=(0,jo.useState)(null);u.current=A;let M=e?.mfaMethods.includes("sms"),se=!!e?.phone,B=e?.mfaMethods.includes("totp"),be=e?.mfaMethods.includes("passkey"),ve=M||B||be,ye=e?.linkedAccounts.filter(ct=>ct.type==="passkey").map(ct=>ct.credentialId)??[];(0,jo.useEffect)(()=>{ve&&C(!0)},[ve]);function ke(){o(null),x(null)}function ie(){C(!1)}async function tr(){J(!0);try{await O(),await S({credentialIds:ye})}catch(ct){q(ct)}finally{J(!1)}}async function Kt(ct){if(await y().catch(q),ct==="totp"){x(ct),I(null),g().then(xr=>{I(xr)}).catch(()=>{I(null),ke()});return}if(ct==="passkey"&&ye.length===1)return await tr();x(ct)}if(!s||!e||!l)return(0,U.jsxs)(U.Fragment,{children:[(0,U.jsx)(P,{onClose:A},"header"),(0,U.jsx)(Oe,{children:(0,U.jsx)(Dg,{})}),(0,U.jsx)(Fr,{children:(0,U.jsx)(vt,{})}),(0,U.jsx)(K,{})]});async function rr(){o(null);try{await n()}catch{o(null)}}async function ht(){o(null);try{await i()}catch{o(null)}}async function Sr(){o(null);try{await y(),await a()}catch{o(null)}}if(r==="sms")return(0,U.jsxs)(U.Fragment,{children:[(0,U.jsx)(P,{backFn:ke,onClose:A},"header"),(0,U.jsx)(Oe,{children:(0,U.jsx)(Qe,{children:(0,U.jsx)(p1.default,{})})}),(0,U.jsx)(fe,{children:"Remove SMS verification?"}),(0,U.jsxs)(ge,{children:["MFA adds an extra layer of security to your ",l?.name," account. Make sure you have other methods to secure your account."]}),(0,U.jsx)(Ht,{children:(0,U.jsx)(L,{warn:!0,onClick:rr,children:"Remove SMS for MFA"})}),(0,U.jsx)(K,{})]});if(r==="totp")return(0,U.jsxs)(U.Fragment,{children:[(0,U.jsx)(P,{backFn:ke,onClose:A},"header"),(0,U.jsx)(Oe,{children:(0,U.jsx)(Qe,{children:(0,U.jsx)(c1.default,{})})}),(0,U.jsx)(fe,{children:"Remove Authenticator App verification?"}),(0,U.jsxs)(ge,{children:["MFA adds an extra layer of security to your ",l?.name," account. Make sure you have other methods to secure your account."]}),(0,U.jsx)(Ht,{children:(0,U.jsx)(L,{warn:!0,onClick:ht,children:"Remove Authenticator App for MFA"})}),(0,U.jsx)(K,{})]});if(r==="passkey")return(0,U.jsxs)(U.Fragment,{children:[(0,U.jsx)(P,{backFn:ke,onClose:A},"header"),(0,U.jsx)(Oe,{children:(0,U.jsx)(Qe,{children:(0,U.jsx)(u1.default,{})})}),(0,U.jsx)(fe,{children:"Are you sure you want to remove passkey verification?"}),(0,U.jsx)(ge,{children:"This will disable any passkeys you have set up for verification. You\u2019ll still be able to login with your passkeys if you\u2019ve set up passkey login."}),(0,U.jsx)(Ht,{children:(0,U.jsx)(L,{warn:!0,onClick:Sr,children:"Yes, remove"})}),(0,U.jsx)(K,{})]});if(c.mfaEnrollmentFlow.mfaMethods.length===0&&!ve)return(0,U.jsxs)(U.Fragment,{children:[(0,U.jsx)(P,{onClose:A},"header"),(0,U.jsx)(Oe,{children:(0,U.jsx)(Qe,{children:(0,U.jsx)(op.default,{})})}),(0,U.jsx)(fe,{children:"Add more security"}),(0,U.jsxs)(ge,{children:[l?.name," does not have any verification methods enabled."]}),(0,U.jsx)(Ht,{children:(0,U.jsx)(L,{onClick:A,children:"Close"})}),(0,U.jsx)(K,{})]});let qe=!ve&&!b;return qe?(0,U.jsxs)(U.Fragment,{children:[(0,U.jsx)(P,{onClose:A},"header"),(0,U.jsx)(Oe,{children:(0,U.jsx)(Qe,{children:(0,U.jsx)(op.default,{})})}),(0,U.jsx)(fe,{children:"Transaction Protection"}),(0,U.jsx)(ge,{children:"Set up transaction protection to add an extra layer of security to your account"}),(0,U.jsxs)(zn,{children:[(0,U.jsxs)(ar,{children:[(0,U.jsx)(ir,{children:(0,U.jsx)(l1.default,{})}),"Enable 2-Step verification for your ",l?.name," wallet."]}),(0,U.jsxs)(ar,{children:[(0,U.jsx)(ir,{children:(0,U.jsx)(d1.default,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),(0,U.jsxs)(Ht,{children:[(0,U.jsx)(L,{onClick:()=>C(!0),children:"Continue"}),(0,U.jsx)(Jr,{onClick:A,children:"Not now"})]}),(0,U.jsx)(K,{})]}):_==="sms"?(0,U.jsx)(t1,{onComplete:A,onReset:ke,onClose:A}):_==="totp"&&w?(0,U.jsx)(s1,{onComplete:A,onClose:A,onReset:ke,totpInfo:w}):_==="passkey"?(0,U.jsx)(Yg,{onComplete:A,onReset:ke,onClose:A}):(0,U.jsx)(Vg,{showIntro:qe,userMfaMethods:e.mfaMethods,appMfaMethods:l.mfa.methods,userHasAuthSms:se,onBackToIntro:ie,handleSelectMethod:Kt,isTotpLoading:_==="totp"&&!w,isPasskeyLoading:D,error:z,onClose:A,setRemovingMfaMethod:o})};var e2=f(require("@heroicons/react/24/outline/DevicePhoneMobileIcon")),t2=f(require("@heroicons/react/24/outline/FingerPrintIcon")),r2=f(require("@heroicons/react/24/outline/PhoneIcon")),o2=f(require("@heroicons/react/24/outline/ShieldCheckIcon")),n2=f(require("@heroicons/react/24/solid/DevicePhoneMobileIcon")),i2=f(require("@heroicons/react/24/solid/PhoneIcon")),Sn=require("react");var ri=require("react"),Y1=f(require("styled-components"));var dp=f(require("styled-components"));var np=f(require("styled-components")),Qa=require("react/jsx-runtime"),xc=({label:e,children:t,valueStyles:r})=>(0,Qa.jsxs)(fw,{children:[(0,Qa.jsx)("div",{children:e}),(0,Qa.jsx)(hw,{style:{...r},children:t})]}),fw=np.default.div`
|
|
2090
|
+
`;var de=require("react/jsx-runtime"),t1=({onComplete:e,onReset:t,onClose:r})=>{let[o,n]=(0,Ja.useState)(""),[i,a]=(0,Ja.useState)(!1),[l,s]=(0,Ja.useState)(null),[c,u]=(0,Ja.useState)("enroll"),{initEnrollmentWithSms:f,submitEnrollmentWithSms:y}=Vr(),{app:g,data:b}=_();function v(){b?.mfaEnrollmentFlow?.onSuccess(),e()}async function k({qualifiedPhoneNumber:I}){try{await f({phoneNumber:I}),n(I),u("verify")}catch(A){s(A)}}async function x(I){try{if(!I)return;await y({phoneNumber:o,mfaCode:I}),a(!0)}catch(A){throw Kl(A)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):mn(A)?new Error("The code you entered is not valid"):un(A)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):jl(A)?new Error("Verification canceled"):new Error("Unknown error")}}function w(){c==="verify"?u("enroll"):t()}return l?(0,de.jsx)(Ua,{error:l,backFn:()=>s(null),onClick:()=>s(null)}):c==="enroll"?(0,de.jsxs)(de.Fragment,{children:[(0,de.jsx)(P,{backFn:t,onClose:r},"header"),(0,de.jsx)(Oe,{children:(0,de.jsx)(Je,{children:(0,de.jsx)(tp.default,{})})}),(0,de.jsx)(fe,{children:"Set up SMS verification"}),(0,de.jsx)(ge,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),(0,de.jsxs)(Ur,{children:[(0,de.jsx)(Ji,{onSubmit:k}),(0,de.jsxs)(Xm,{children:["By providing your mobile number, you agree to receive text messages from ",g?.name,". Some carrier charges may apply"]})]}),(0,de.jsx)(K,{})]}):i?(0,de.jsxs)(de.Fragment,{children:[(0,de.jsx)(P,{onClose:v},"header"),(0,de.jsx)(Oe,{children:(0,de.jsx)(Je,{status:"success",children:(0,de.jsx)(e1.default,{})})}),(0,de.jsx)(fe,{children:"SMS verification added"}),(0,de.jsx)(ge,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),(0,de.jsx)(Ut,{children:(0,de.jsx)(L,{onClick:v,children:"Done"})}),(0,de.jsx)(K,{})]}):(0,de.jsxs)(de.Fragment,{children:[(0,de.jsx)(P,{backFn:w,onClose:r},"header"),(0,de.jsx)(Oe,{children:(0,de.jsx)(Je,{children:(0,de.jsx)(tp.default,{})})}),(0,de.jsx)(fe,{children:"Enter enrollment code"}),(0,de.jsxs)(Ur,{children:[(0,de.jsx)(Xn,{onChange:x}),(0,de.jsxs)(ge,{children:["To continue, enter the 6-digit code sent to ",(0,de.jsx)("strong",{children:Zy(o)})]})]}),(0,de.jsx)(K,{})]})};var i1=m(require("@heroicons/react/24/solid/CheckCircleIcon")),a1=m(require("@heroicons/react/24/solid/DevicePhoneMobileIcon")),rp=require("react");var r1=m(require("@heroicons/react/24/solid/ShieldCheckIcon"));var n1=require("react/jsx-runtime");var o1=({size:e,authUrl:t})=>(0,n1.jsx)($i,{url:t,squareLogoElement:r1.default,size:e,fgColor:"#1F1F1F"});var pe=require("react/jsx-runtime"),s1=({onComplete:e,onClose:t,onReset:r,totpInfo:o})=>{let[n,i]=(0,rp.useState)("enroll"),[a,l]=(0,rp.useState)(!1),{submitEnrollmentWithTotp:s}=Vr(),{data:c}=_();function u(){c?.mfaEnrollmentFlow?.onSuccess(),e()}function f(){i("verify")}async function y(b){try{if(!b)return;await s({mfaCode:b}),l(!0)}catch(v){throw Kl(v)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):mn(v)?new Error("The code you entered is not valid"):un(v)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):jl(v)?new Error("Verification canceled"):new Error("Unknown error")}}function g(){n==="verify"?i("enroll"):r()}return n==="enroll"?(0,pe.jsxs)(pe.Fragment,{children:[(0,pe.jsx)(P,{backFn:r,onClose:t},"header"),(0,pe.jsx)(fe,{children:"Scan QR code"}),(0,pe.jsx)(ge,{children:"Open your authenticator app and scan the QR code to continue."}),(0,pe.jsx)(_i,{children:(0,pe.jsx)(o1,{authUrl:o.authUrl,size:200})}),(0,pe.jsxs)(Ut,{children:[(0,pe.jsx)(Yt,{children:(0,pe.jsx)(Cn,{itemName:"secret",text:o.secret})}),(0,pe.jsx)(L,{onClick:f,children:"Continue"})]}),(0,pe.jsx)(K,{})]}):a?(0,pe.jsxs)(pe.Fragment,{children:[(0,pe.jsx)(P,{onClose:u},"header"),(0,pe.jsx)(Oe,{children:(0,pe.jsx)(Je,{status:"success",children:(0,pe.jsx)(i1.default,{})})}),(0,pe.jsx)(fe,{children:"Authenticator app verification added"}),(0,pe.jsx)(ge,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),(0,pe.jsx)(Ut,{children:(0,pe.jsx)(L,{onClick:u,children:"Done"})}),(0,pe.jsx)(K,{})]}):(0,pe.jsxs)(pe.Fragment,{children:[(0,pe.jsx)(P,{backFn:g,onClose:t},"header"),(0,pe.jsx)(Oe,{children:(0,pe.jsx)(Je,{children:(0,pe.jsx)(a1.default,{})})}),(0,pe.jsx)(fe,{children:"Enter enrollment code"}),(0,pe.jsx)(Ur,{children:(0,pe.jsx)(Xn,{onChange:y})}),(0,pe.jsxs)(ge,{children:["To continue, enter the 6-digit code generated from your ",(0,pe.jsx)("strong",{children:"authenticator app"})]}),(0,pe.jsx)(K,{})]})};var F=require("react/jsx-runtime"),m1=()=>{let{user:e,enrollInMfa:t}=H(),[r,o]=(0,jo.useState)(null),{unenrollWithSms:n,unenrollWithTotp:i,unenrollWithPasskey:a}=Vr(),{app:l,ready:s,data:c,onUserCloseViaDialogOrKeybindRef:u}=_(),{closePrivyModal:f}=M(),{promptMfa:y}=Xi(),{initEnrollmentWithTotp:g}=Vr(),[b,v]=(0,jo.useState)(!1),[k,x]=(0,jo.useState)(null),[w,I]=(0,jo.useState)(null),A=()=>{f({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{o(null),x(null)},500)},{initEnrollmentWithPasskey:O,submitEnrollmentWithPasskey:S}=Vr(),[D,J]=(0,jo.useState)(!1),[z,q]=(0,jo.useState)(null);u.current=A;let W=e?.mfaMethods.includes("sms"),se=!!e?.phone,B=e?.mfaMethods.includes("totp"),be=e?.mfaMethods.includes("passkey"),ve=W||B||be,ye=e?.linkedAccounts.filter(ct=>ct.type==="passkey").map(ct=>ct.credentialId)??[];(0,jo.useEffect)(()=>{ve&&v(!0)},[ve]);function Se(){o(null),x(null)}function ie(){v(!1)}async function Qt(){J(!0);try{await O(),await S({credentialIds:ye})}catch(ct){q(ct)}finally{J(!1)}}async function zt(ct){if(await y().catch(q),ct==="totp"){x(ct),I(null),g().then(xr=>{I(xr)}).catch(()=>{I(null),Se()});return}if(ct==="passkey"&&ye.length===1)return await Qt();x(ct)}if(!s||!e||!l)return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(P,{onClose:A},"header"),(0,F.jsx)(Oe,{children:(0,F.jsx)(Dg,{})}),(0,F.jsx)(Ur,{children:(0,F.jsx)(vt,{})}),(0,F.jsx)(K,{})]});async function Xt(){o(null);try{await n()}catch{o(null)}}async function ht(){o(null);try{await i()}catch{o(null)}}async function Sr(){o(null);try{await y(),await a()}catch{o(null)}}if(r==="sms")return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(P,{backFn:Se,onClose:A},"header"),(0,F.jsx)(Oe,{children:(0,F.jsx)(Je,{children:(0,F.jsx)(p1.default,{})})}),(0,F.jsx)(fe,{children:"Remove SMS verification?"}),(0,F.jsxs)(ge,{children:["MFA adds an extra layer of security to your ",l?.name," account. Make sure you have other methods to secure your account."]}),(0,F.jsx)(Ut,{children:(0,F.jsx)(L,{warn:!0,onClick:Xt,children:"Remove SMS for MFA"})}),(0,F.jsx)(K,{})]});if(r==="totp")return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(P,{backFn:Se,onClose:A},"header"),(0,F.jsx)(Oe,{children:(0,F.jsx)(Je,{children:(0,F.jsx)(c1.default,{})})}),(0,F.jsx)(fe,{children:"Remove Authenticator App verification?"}),(0,F.jsxs)(ge,{children:["MFA adds an extra layer of security to your ",l?.name," account. Make sure you have other methods to secure your account."]}),(0,F.jsx)(Ut,{children:(0,F.jsx)(L,{warn:!0,onClick:ht,children:"Remove Authenticator App for MFA"})}),(0,F.jsx)(K,{})]});if(r==="passkey")return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(P,{backFn:Se,onClose:A},"header"),(0,F.jsx)(Oe,{children:(0,F.jsx)(Je,{children:(0,F.jsx)(u1.default,{})})}),(0,F.jsx)(fe,{children:"Are you sure you want to remove passkey verification?"}),(0,F.jsx)(ge,{children:"This will disable any passkeys you have set up for verification. You\u2019ll still be able to login with your passkeys if you\u2019ve set up passkey login."}),(0,F.jsx)(Ut,{children:(0,F.jsx)(L,{warn:!0,onClick:Sr,children:"Yes, remove"})}),(0,F.jsx)(K,{})]});if(c.mfaEnrollmentFlow.mfaMethods.length===0&&!ve)return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(P,{onClose:A},"header"),(0,F.jsx)(Oe,{children:(0,F.jsx)(Je,{children:(0,F.jsx)(op.default,{})})}),(0,F.jsx)(fe,{children:"Add more security"}),(0,F.jsxs)(ge,{children:[l?.name," does not have any verification methods enabled."]}),(0,F.jsx)(Ut,{children:(0,F.jsx)(L,{onClick:A,children:"Close"})}),(0,F.jsx)(K,{})]});let ze=!ve&&!b;return ze?(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(P,{onClose:A},"header"),(0,F.jsx)(Oe,{children:(0,F.jsx)(Je,{children:(0,F.jsx)(op.default,{})})}),(0,F.jsx)(fe,{children:"Transaction Protection"}),(0,F.jsx)(ge,{children:"Set up transaction protection to add an extra layer of security to your account"}),(0,F.jsxs)(zn,{children:[(0,F.jsxs)(or,{children:[(0,F.jsx)(rr,{children:(0,F.jsx)(l1.default,{})}),"Enable 2-Step verification for your ",l?.name," wallet."]}),(0,F.jsxs)(or,{children:[(0,F.jsx)(rr,{children:(0,F.jsx)(d1.default,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),(0,F.jsxs)(Ut,{children:[(0,F.jsx)(L,{onClick:()=>v(!0),children:"Continue"}),(0,F.jsx)(Jr,{onClick:A,children:"Not now"})]}),(0,F.jsx)(K,{})]}):k==="sms"?(0,F.jsx)(t1,{onComplete:A,onReset:Se,onClose:A}):k==="totp"&&w?(0,F.jsx)(s1,{onComplete:A,onClose:A,onReset:Se,totpInfo:w}):k==="passkey"?(0,F.jsx)(Yg,{onComplete:A,onReset:Se,onClose:A}):(0,F.jsx)(Vg,{showIntro:ze,userMfaMethods:e.mfaMethods,appMfaMethods:l.mfa.methods,userHasAuthSms:se,onBackToIntro:ie,handleSelectMethod:zt,isTotpLoading:k==="totp"&&!w,isPasskeyLoading:D,error:z,onClose:A,setRemovingMfaMethod:o})};var e2=m(require("@heroicons/react/24/outline/DevicePhoneMobileIcon")),t2=m(require("@heroicons/react/24/outline/FingerPrintIcon")),r2=m(require("@heroicons/react/24/outline/PhoneIcon")),o2=m(require("@heroicons/react/24/outline/ShieldCheckIcon")),n2=m(require("@heroicons/react/24/solid/DevicePhoneMobileIcon")),i2=m(require("@heroicons/react/24/solid/PhoneIcon")),Sn=require("react");var ri=require("react"),Y1=m(require("styled-components"));var dp=m(require("styled-components"));var np=m(require("styled-components")),Qa=require("react/jsx-runtime"),xc=({label:e,children:t,valueStyles:r})=>(0,Qa.jsxs)(fw,{children:[(0,Qa.jsx)("div",{children:e}),(0,Qa.jsx)(hw,{style:{...r},children:t})]}),fw=np.default.div`
|
|
2091
2091
|
display: flex;
|
|
2092
2092
|
align-items: center;
|
|
2093
2093
|
justify-content: space-between;
|
|
@@ -2111,7 +2111,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2111
2111
|
border-radius: var(--privy-border-radius-full);
|
|
2112
2112
|
background-color: var(--privy-color-background-2);
|
|
2113
2113
|
padding: 4px 8px;
|
|
2114
|
-
`;var es=
|
|
2114
|
+
`;var es=m(require("styled-components"));var ip=require("@ethersproject/bignumber"),ap=require("@ethersproject/units");var Xa=(e,t)=>{let r=(t*parseFloat((0,ap.formatEther)(e))).toFixed(2);return r!=="0.00"?`$${r}`:"<$0.01"},So=(e,t,r=6,o=!1)=>{let i=parseFloat((0,ap.formatEther)(e)).toFixed(r).replace(/0+$/,"").replace(/\.$/,"");return o?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},sp=e=>e.map(Vt).reduce((t,r)=>t.add(r),ip.BigNumber.from(0)).toHexString(),f1=(e,t)=>{let{chains:r}=M(),o=`https://etherscan.io/address/${t}`,n=`${Ou(e,r)}/address/${t}`;if(!n)return o;try{new URL(n)}catch{return o}return n},Vt=e=>ip.BigNumber.from(e);var xo=require("react/jsx-runtime"),h1=({weiQuantities:e,tokenPrice:t,tokenSymbol:r})=>{let o=sp(e),n=t?Xa(o,t):void 0,i=So(o,r);return(0,xo.jsx)(y1,{children:n||i})},lp=({weiQuantities:e,tokenPrice:t,tokenSymbol:r})=>{let o=sp(e),n=t?Xa(o,t):void 0,i=So(o,r);return(0,xo.jsx)(y1,{children:n?(0,xo.jsxs)(xo.Fragment,{children:[(0,xo.jsx)(yw,{children:"USD"}),n==="<$0.01"?(0,xo.jsxs)(vw,{children:[(0,xo.jsx)(gw,{children:"<"}),"$0.01"]}):n]}):i})},y1=es.default.span`
|
|
2115
2115
|
font-size: 14px;
|
|
2116
2116
|
line-height: 140%;
|
|
2117
2117
|
display: flex;
|
|
@@ -2126,13 +2126,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2126
2126
|
`,vw=es.default.span`
|
|
2127
2127
|
display: flex;
|
|
2128
2128
|
align-items: center;
|
|
2129
|
-
`;var
|
|
2129
|
+
`;var _c=m(require("styled-components"));var lr=require("react/jsx-runtime"),g1=({gas:e,tokenPrice:t,tokenSymbol:r})=>(0,lr.jsxs)(kd,{style:{paddingBottom:"12px"},children:[(0,lr.jsxs)(C1,{children:[(0,lr.jsx)(b1,{children:"Est. Fees"}),(0,lr.jsx)("div",{children:(0,lr.jsx)(lp,{weiQuantities:[e],tokenPrice:t,tokenSymbol:r})})]}),t&&(0,lr.jsx)(w1,{children:`${So(e,r)}`})]}),v1=({transactionData:e,gas:t,tokenPrice:r,tokenSymbol:o})=>{let n=Vt(e.value||0).add(Vt(t)).toHexString();return(0,lr.jsxs)(kd,{children:[(0,lr.jsxs)(C1,{children:[(0,lr.jsx)(b1,{children:"Total (including fees)"}),(0,lr.jsx)("div",{children:(0,lr.jsx)(lp,{weiQuantities:[e.value||0,t],tokenPrice:r,tokenSymbol:o})})]}),r&&(0,lr.jsx)(w1,{children:So(n,o)})]})},C1=_c.default.div`
|
|
2130
2130
|
display: flex;
|
|
2131
2131
|
flex-direction: row;
|
|
2132
2132
|
justify-content: space-between;
|
|
2133
2133
|
align-items: center;
|
|
2134
2134
|
padding-top: 4px;
|
|
2135
|
-
`,w1=
|
|
2135
|
+
`,w1=_c.default.div`
|
|
2136
2136
|
display: flex;
|
|
2137
2137
|
flex-direction: row;
|
|
2138
2138
|
height: 12px;
|
|
@@ -2141,11 +2141,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2141
2141
|
line-height: 12px;
|
|
2142
2142
|
color: var(--privy-color-foreground-3);
|
|
2143
2143
|
font-weight: 400;
|
|
2144
|
-
`,b1=
|
|
2144
|
+
`,b1=_c.default.div`
|
|
2145
2145
|
font-size: 14px;
|
|
2146
2146
|
line-height: 22.4px;
|
|
2147
2147
|
font-weight: 400;
|
|
2148
|
-
`;var E1=
|
|
2148
|
+
`;var E1=m(require("@heroicons/react/24/outline/ChevronDownIcon")),_o=require("react"),Yo=m(require("styled-components"));var kc=require("react"),ta=(0,kc.createContext)(void 0);var ts=(0,kc.createContext)(void 0);var It=require("react/jsx-runtime"),P1=({defaultValue:e,children:t})=>{let[r,o]=(0,_o.useState)(e||null),n=i=>{o(r===i?null:i)};return(0,It.jsx)(ta.Provider,{value:{activePanel:r,togglePanel:n},children:(0,It.jsx)(Cw,{children:t})})},T1=({value:e,children:t})=>{let{activePanel:r,togglePanel:o}=(0,_o.useContext)(ta),n=r===e;return(0,It.jsx)(ts.Provider,{value:{onToggle:()=>o(e),value:e},children:(0,It.jsx)(Pw,{isActive:n,"data-open":n,children:t})})},S1=({children:e})=>{let{activePanel:t}=(0,_o.useContext)(ta),{onToggle:r,value:o}=(0,_o.useContext)(ts),n=t===o;return(0,It.jsxs)(It.Fragment,{children:[(0,It.jsxs)(ww,{onClick:r,"data-open":n,children:[(0,It.jsx)(Ew,{children:e}),(0,It.jsx)(Sw,{isactive:n,children:(0,It.jsx)(E1.default,{height:"16px",width:"16px",strokeWidth:"2"})})]}),(0,It.jsx)(bw,{})]})},x1=({children:e})=>{let{activePanel:t}=(0,_o.useContext)(ta),{value:r}=(0,_o.useContext)(ts);return(0,It.jsx)(Tw,{"data-open":t===r,children:(0,It.jsx)(k1,{children:e})})},_1=({children:e})=>{let{activePanel:t}=(0,_o.useContext)(ta),{value:r}=(0,_o.useContext)(ts);return(0,It.jsx)(k1,{children:typeof e=="function"?e({isActive:t===r}):e})},Cw=Yo.default.div`
|
|
2149
2149
|
display: flex;
|
|
2150
2150
|
flex-direction: column;
|
|
2151
2151
|
width: 100%;
|
|
@@ -2171,7 +2171,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2171
2171
|
line-height: 19.6px;
|
|
2172
2172
|
width: 100%;
|
|
2173
2173
|
padding-right: 8px;
|
|
2174
|
-
`,
|
|
2174
|
+
`,Pw=Yo.default.div`
|
|
2175
2175
|
display: flex;
|
|
2176
2176
|
flex-direction: column;
|
|
2177
2177
|
width: 100%;
|
|
@@ -2183,7 +2183,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2183
2183
|
border-color: var(--privy-color-foreground-4);
|
|
2184
2184
|
border-radius: var(--privy-border-radius-md);
|
|
2185
2185
|
}
|
|
2186
|
-
`,
|
|
2186
|
+
`,Tw=Yo.default.div`
|
|
2187
2187
|
position: relative;
|
|
2188
2188
|
overflow: hidden;
|
|
2189
2189
|
transition: max-height 25ms ease-out;
|
|
@@ -2195,7 +2195,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2195
2195
|
&[data-open='false'] {
|
|
2196
2196
|
max-height: 0;
|
|
2197
2197
|
}
|
|
2198
|
-
`,
|
|
2198
|
+
`,k1=Yo.default.div`
|
|
2199
2199
|
display: flex;
|
|
2200
2200
|
flex-direction: column;
|
|
2201
2201
|
gap: 12px;
|
|
@@ -2203,18 +2203,18 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2203
2203
|
min-height: 1px;
|
|
2204
2204
|
`,Sw=Yo.default.div`
|
|
2205
2205
|
transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
|
|
2206
|
-
`;var A1=
|
|
2206
|
+
`;var A1=m(require("styled-components"));var R1=require("react/jsx-runtime"),cp=({walletAddress:e,chainId:t=Mo})=>(0,R1.jsx)(xw,{href:f1(t,e),target:"_blank",children:on(e)}),xw=A1.default.a`
|
|
2207
2207
|
&:hover {
|
|
2208
2208
|
text-decoration: underline;
|
|
2209
2209
|
}
|
|
2210
|
-
`;var
|
|
2210
|
+
`;var Tt=require("react/jsx-runtime"),ra=({from:e,to:t,txn:r,transactionInfo:o,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=r?.value||0;return(0,Tt.jsx)(P1,{children:(0,Tt.jsxs)(T1,{value:"details",children:[(0,Tt.jsx)(S1,{children:(0,Tt.jsxs)(_w,{children:[(0,Tt.jsx)("div",{children:o?.title||o?.actionDescription||"Details"}),(0,Tt.jsx)(kw,{children:(0,Tt.jsx)(h1,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),(0,Tt.jsxs)(x1,{children:[(0,Tt.jsx)(xc,{label:"From",children:(0,Tt.jsx)(cp,{walletAddress:e,chainId:r.chainId||Mo})}),(0,Tt.jsx)(xc,{label:"To",children:(0,Tt.jsx)(cp,{walletAddress:t,chainId:r.chainId||Mo})}),o&&o.action&&(0,Tt.jsx)(xc,{label:"Action",children:o.action}),i&&(0,Tt.jsx)(g1,{transactionData:r,gas:i,tokenPrice:n,tokenSymbol:a})]}),(0,Tt.jsx)(_1,{children:({isActive:s})=>(0,Tt.jsx)(v1,{transactionData:r,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},_w=dp.default.div`
|
|
2211
2211
|
display: flex;
|
|
2212
2212
|
flex-direction: row;
|
|
2213
2213
|
justify-content: space-between;
|
|
2214
|
-
`,
|
|
2214
|
+
`,kw=dp.default.div`
|
|
2215
2215
|
flex-shrink: 0;
|
|
2216
2216
|
padding-left: 8px;
|
|
2217
|
-
`;var oa=
|
|
2217
|
+
`;var oa=m(require("styled-components")),Tn=require("react/jsx-runtime"),pp=({description:e,contractInfo:t})=>(0,Tn.jsxs)(Aw,{children:[t.imgUrl&&(0,Tn.jsx)(Rw,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&(0,Tn.jsx)(Iw,{children:(0,Tn.jsx)("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&(0,Tn.jsx)(Mw,{children:t.name}),(0,Tn.jsx)(Ww,{children:e||t.actionText})]}),Aw=oa.default.div`
|
|
2218
2218
|
display: flex;
|
|
2219
2219
|
flex-direction: column;
|
|
2220
2220
|
align-items: center;
|
|
@@ -2255,7 +2255,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2255
2255
|
overflow: hidden;
|
|
2256
2256
|
max-width: 275px;
|
|
2257
2257
|
text-overflow: ellipsis;
|
|
2258
|
-
`;var I1=
|
|
2258
|
+
`;var I1=m(require("@heroicons/react/24/outline/WalletIcon")),Ac=m(require("styled-components"));var ei=require("react/jsx-runtime"),M1=({address:e,txn:t,balance:r,hasFunds:o})=>{let n=!!r,{nativeTokenSymbolForChainId:i}=M(),a=i(t.chainId)||"ETH";return(0,ei.jsxs)(Lw,{children:[(0,ei.jsxs)(Ow,{children:[(0,ei.jsx)(I1.default,{strokeWidth:"2",width:"16px",height:"16px"}),(0,ei.jsx)("div",{children:on(e)})]}),(0,ei.jsxs)(Nw,{displayBalanceColor:n,hasFunds:o,children:[r?So(r,a,6,!0):0," available"]})]})},Lw=Ac.default.div`
|
|
2259
2259
|
display: flex;
|
|
2260
2260
|
flex-direction: row;
|
|
2261
2261
|
justify-content: space-between;
|
|
@@ -2283,7 +2283,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2283
2283
|
background-color: var(--privy-color-background-2);
|
|
2284
2284
|
padding: 5px 8px;
|
|
2285
2285
|
color: ${e=>e.displayBalanceColor?e.hasFunds?"var(--privy-color-success-dark)":"var(--privy-color-error)":"inherit"};
|
|
2286
|
-
`;var rs=
|
|
2286
|
+
`;var rs=m(require("styled-components"));var zr=require("react/jsx-runtime"),L1=({description:e,txn:t,tokenSymbol:r,tokenPrice:o})=>{let n=t.value||0,i=o?Xa(n,o):void 0,a=So(n,r);return(0,zr.jsxs)(Dw,{children:[i?(0,zr.jsxs)(zr.Fragment,{children:[(0,zr.jsx)(W1,{children:i}),(0,zr.jsx)(Uw,{children:a})]}):(0,zr.jsx)(zr.Fragment,{children:(0,zr.jsx)(W1,{children:a})}),(0,zr.jsx)(Fw,{children:e})]})},Dw=rs.default.div`
|
|
2287
2287
|
display: flex;
|
|
2288
2288
|
flex-direction: column;
|
|
2289
2289
|
align-items: center;
|
|
@@ -2294,24 +2294,24 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2294
2294
|
line-height: 48px;
|
|
2295
2295
|
margin: 8px auto;
|
|
2296
2296
|
}
|
|
2297
|
-
`,
|
|
2297
|
+
`,Uw=rs.default.p`
|
|
2298
2298
|
margin-bottom: 12px;
|
|
2299
2299
|
&& {
|
|
2300
2300
|
font-size: 17px;
|
|
2301
2301
|
line-height: 17px;
|
|
2302
2302
|
color: var(--privy-color-foreground-3);
|
|
2303
2303
|
}
|
|
2304
|
-
`,
|
|
2304
|
+
`,Fw=rs.default.div`
|
|
2305
2305
|
font-size: 16px;
|
|
2306
2306
|
line-height: 22.4px;
|
|
2307
2307
|
font-weight: 400;
|
|
2308
2308
|
overflow: hidden;
|
|
2309
2309
|
max-width: 275px;
|
|
2310
2310
|
text-overflow: ellipsis;
|
|
2311
|
-
`;var $1=require("@ethersproject/abstract-signer"),Gw=require("@ethersproject/providers");var up=require("@ethersproject/bignumber");var ti=require("@ethersproject/bignumber"),O1=require("@ethersproject/contracts"),N1=require("@ethersproject/transactions");var na=e=>[cl.id,dl.id,pl.id,ul.id,ml.id,fl.id,hl.id,gl.id,yl.id].includes(e),D1=async(e,t)=>{if(!na(e.chainId))throw new Error("Invalid chain ID for OP Stack gas estimation.");if(e.type===void 0&&(e.type=2),e.maxPriorityFeePerGas&&e.maxFeePerGas||e.gasPrice)return e;try{if(!e.maxPriorityFeePerGas){let r=await t.send("eth_maxPriorityFeePerGas",[]);e.maxPriorityFeePerGas=r}if(e.maxFeePerGas&&(console.warn("maxFeePerGas is specified without maxPriorityFeePerGas - this can result in hung transactions."),e.maxPriorityFeePerGas>=e.maxFeePerGas))throw new Error("Overridden maxFeePerGas is less than or equal to the calculated maxPriorityFeePerGas. Please set both values or maxPriorityFeePerGas alone for correct gas estimation.");if(!e.maxFeePerGas){let{lastBaseFeePerGas:r}=await t.getFeeData();if(!r)throw new Error("Unable to fetch baseFee for last block.");let i=ti.BigNumber.from(r).mul(ti.BigNumber.from(126)).div(ti.BigNumber.from(100)).add(ti.BigNumber.from(e.maxPriorityFeePerGas));e.maxFeePerGas=os(i)}}catch(r){throw new Error(`Failed to set gas price for OP stack transaction: ${r}.`)}return e};async function
|
|
2311
|
+
`;var $1=require("@ethersproject/abstract-signer"),Gw=require("@ethersproject/providers");var up=require("@ethersproject/bignumber");var ti=require("@ethersproject/bignumber"),O1=require("@ethersproject/contracts"),N1=require("@ethersproject/transactions");var na=e=>[cl.id,dl.id,pl.id,ul.id,ml.id,fl.id,hl.id,gl.id,yl.id].includes(e),D1=async(e,t)=>{if(!na(e.chainId))throw new Error("Invalid chain ID for OP Stack gas estimation.");if(e.type===void 0&&(e.type=2),e.maxPriorityFeePerGas&&e.maxFeePerGas||e.gasPrice)return e;try{if(!e.maxPriorityFeePerGas){let r=await t.send("eth_maxPriorityFeePerGas",[]);e.maxPriorityFeePerGas=r}if(e.maxFeePerGas&&(console.warn("maxFeePerGas is specified without maxPriorityFeePerGas - this can result in hung transactions."),e.maxPriorityFeePerGas>=e.maxFeePerGas))throw new Error("Overridden maxFeePerGas is less than or equal to the calculated maxPriorityFeePerGas. Please set both values or maxPriorityFeePerGas alone for correct gas estimation.");if(!e.maxFeePerGas){let{lastBaseFeePerGas:r}=await t.getFeeData();if(!r)throw new Error("Unable to fetch baseFee for last block.");let i=ti.BigNumber.from(r).mul(ti.BigNumber.from(126)).div(ti.BigNumber.from(100)).add(ti.BigNumber.from(e.maxPriorityFeePerGas));e.maxFeePerGas=os(i)}}catch(r){throw new Error(`Failed to set gas price for OP stack transaction: ${r}.`)}return e};async function U1(e,t){if(!e.chainId||e.chainId&&!na(e.chainId))return ti.BigNumber.from(0);let r=ti.BigNumber.from(0);try{let o=new O1.Contract(_u,ku,t),n=F1(e),i=(0,N1.serialize)(n);r=await o.getL1Fee(i)}catch{}return r}async function B1(e,t){try{return(await t.estimateGas(e)).toHexString()}catch{}let r={...e,from:void 0};return(await t.estimateGas(r)).toHexString()}var H1=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 ia(e,t){if(!e.gasLimit)throw new Xe("gasLimit was not successfully set for transaction.");let r=Vt(e.gasLimit),o=up.BigNumber.from(0);if(e.type==2)if(e.maxFeePerGas)o=Vt(e.maxFeePerGas);else throw new Xe("maxFeePerGas was not successfully set for transaction of type 2.");else if(e.gasPrice)o=Vt(e.gasPrice);else throw new Xe("gasPrice was not successfully set for transaction of type 0 or 1.");let n=r.mul(o),i=up.BigNumber.from(0);if(e.chainId&&na(e.chainId))try{i=await U1(e,t),n=n.add(i)}catch{}return{totalGasEstimate:n,l1ExecutionFeeEstimate:i}}var Rc=require("@ethersproject/bignumber");var mp=e=>[al.id,sl.id,ll.id].includes(e),G1=async(e,t)=>{if(!mp(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(Rc.BigNumber.from(120)).div(Rc.BigNumber.from(100));e.maxFeePerGas=os(o),e.maxPriorityFeePerGas=os(Rc.BigNumber.from(0))}}catch(r){throw new Error(`Failed to set gas price for Arbitrum transaction: ${r}.`)}return e};var fp=e=>[56,97].includes(e),V1=async(e,t)=>{if(!fp(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};var gp=require("@ethersproject/units"),z1=require("ofetch");var hp={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 vp=e=>[Sa.id,xa.id,hp.id].includes(e),yp=e=>({maxPriorityFee:(0,gp.parseUnits)(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:(0,gp.parseUnits)(e.maxFee.toFixed(9),"gwei").toHexString()}),Bw=e=>({safeLow:yp(e.safeLow),standard:yp(e.standard),fast:yp(e.fast)}),Hw=async e=>{let t="";switch(e){case Sa.id:t="https://gasstation.polygon.technology/v2";break;case xa.id:t="https://gasstation-testnet.polygon.technology/v2";break;case hp.id:t="https://gasstation-testnet.polygon.technology/amoy";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return Bw(await(0,z1.ofetch)(t))};async function q1(e){if(!vp(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 Hw(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 os(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 F1(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=Vt(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=Vt(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Vt(e.gasPrice)),e.value!==void 0&&(t.value=Vt(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Vt(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Vt(e.maxPriorityFeePerGas)),t}async function aa(e,t,r){if(t.chainId=Number(t.chainId),K1(t),t.from||(t.from=e),!t.nonce){let o=new $1.VoidSigner(e,r);t.nonce=await o.getTransactionCount("pending")}return t.gasLimit||(t.gas?(t.gasLimit=t.gas,delete t.gas):t.gasLimit=await B1(t,r)),typeof t.type=="string"&&j1(t.type)&&(t.type=Number(t.type)),[23294,23295].includes(t.chainId)&&(t.type=0),vp(t.chainId)?t=await q1(t):mp(t.chainId)?t=await G1(t,r):na(t.chainId)?t=await D1(t,r):fp(t.chainId)?t=await V1(t,r):t=await H1(t,r),t.type===0&&delete t.accessList,t.type!==2&&(delete t.maxPriorityFeePerGas,delete t.maxFeePerGas),t}async function Ic(e,t,r,o,n){o=Object.assign({chainId:Mo},o),K1(o);let a=(await r.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[o]}})).response.data;return await n.sendTransaction(a)}async function Mc(e,t,r,o){let n=await o.getBalance(e),i=t.value||0,l=!n.sub(Vt(i)).sub(r).isNegative();return{balance:n,hasSufficientFunds:l}}function K1(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let r of t){let o=e[r];if(!(typeof o>"u")&&!Vw(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 Vw(e){let t=typeof e=="number",r=typeof e=="bigint",o=typeof e=="string"&&j1(e);return t||r||o}function j1(e){return/^-?0x[a-f0-9]+$/i.test(e)}function Wc(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}}var sa=require("react");var Lc=e=>{let{showFiatPrices:t,getUsdTokenPrice:r,chains:o}=M(),[n,i]=(0,sa.useState)(!0),[a,l]=(0,sa.useState)(void 0),[s,c]=(0,sa.useState)(void 0);return(0,sa.useEffect)(()=>{let u=e.chainId||Mo,f=o.find(g=>g.id===Number(u));if(!f)throw new ce(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let g=await r(f);g?c(g):l(new Error(`Unable to fetch token price on chain id ${f.id}`))}catch(g){l(g)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};var Oc=require("react"),Cp=(0,Oc.createContext)(null);function la(){let e=(0,Oc.useContext)(Cp);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}var wp=require("react/jsx-runtime"),ns=({pendingTransaction:e})=>{let{getAccessToken:t}=H(),{wallets:r}=la(),{walletProxy:o,rpcConfig:n,chains:i,appId:a,nativeTokenSymbolForChainId:l}=M(),[s,c]=(0,ri.useState)(null),[u,f]=(0,ri.useState)(e),{tokenPrice:y}=Lc(u),g=l(e.chainId)||"ETH",b=(0,ri.useMemo)(()=>r.find(v=>v.walletClientType==="privy"),[r]);return(0,ri.useEffect)(()=>{async function v(){if(!await t()||!o||!b)return u;let x=Wo(u.chainId,i,n,{appId:a}),w=await aa(b.address,u,x),{totalGasEstimate:I}=await ia(w,x);return c(I.toHexString()),w}v().then(f).catch(console.error)},[o]),b?(0,wp.jsx)(zw,{children:(0,wp.jsx)(ra,{from:b.address,to:u.to,txn:u,gas:s??void 0,tokenPrice:y,tokenSymbol:g})}):null},zw=Y1.default.div`
|
|
2312
2312
|
width: 100%;
|
|
2313
2313
|
padding: 1rem 0;
|
|
2314
|
-
`;var Z1=
|
|
2314
|
+
`;var Z1=m(require("@heroicons/react/24/outline/CalendarIcon")),J1=m(require("@heroicons/react/24/outline/ExclamationTriangleIcon")),Q1=m(require("@heroicons/react/24/outline/ShieldCheckIcon"));var Be=require("react/jsx-runtime"),X1=({hasBlockingError:e,error:t,onClose:r,onBack:o,handleSubmit:n,account:i,submitSuccess:a})=>{let{pendingTransaction:l}=M();return(0,Be.jsxs)(Be.Fragment,{children:[(0,Be.jsx)(P,{onClose:r},"header"),(0,Be.jsx)(Ft,{children:(0,Be.jsxs)("div",{children:[(0,Be.jsx)(Dt,{success:a,fail:!!t}),t?(0,Be.jsx)(J1.default,{style:{width:"38px",height:"38px"}}):(0,Be.jsx)(Yn,{style:{width:"38px",height:"38px"}})]})}),(0,Be.jsx)(fe,{style:{marginTop:"1rem"},children:"Verifying with passkey"}),(0,Be.jsxs)(zn,{children:[(0,Be.jsxs)(or,{children:[(0,Be.jsx)(rr,{children:(0,Be.jsx)(Q1.default,{})}),"Approve this action using your touch, face, PIN, or hardware key."]}),(0,Be.jsxs)(or,{children:[(0,Be.jsx)(rr,{children:(0,Be.jsx)(Z1.default,{})}),"You last added a passkey on"," ",i?.firstVerifiedAt?.toLocaleDateString(void 0,{month:"short",day:"numeric",year:"numeric"}),"."]})]}),l&&(0,Be.jsx)(Ur,{children:(0,Be.jsx)(ns,{pendingTransaction:l})}),t&&(0,Be.jsxs)(Be.Fragment,{children:[(0,Be.jsx)(Hl,{style:{marginTop:"1.25rem"},children:t.message}),(0,Be.jsx)(L,{disabled:e,onClick:n,style:{marginTop:"1.25rem"},children:"Try again"})]}),o&&(0,Be.jsx)(ka,{style:{marginTop:"1rem"},onClick:o,children:"Choose another method"}),(0,Be.jsx)(K,{})]})};var Q=require("react/jsx-runtime"),bp=({open:e,onClose:t})=>{let{user:r}=H(),[o,n]=(0,Sn.useState)(null),{init:i,cancel:a,submit:l}=Xi(),[s,c]=(0,Sn.useState)(!1),[u,f]=(0,Sn.useState)(!1),[y,g]=(0,Sn.useState)(null),[b,v]=(0,Sn.useState)(null);(0,Sn.useEffect)(()=>{e&&r?.mfaMethods&&r.mfaMethods.length>0?w(r.mfaMethods[0]):n(null)},[r?.mfaMethods,e]);let k=O=>$l(O)?(c(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):mn(O)?(c(!1),new Error("The code you entered is not valid")):un(O)?(c(!0),new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds.")):(console.error(O),c(!1),new Error("Something went wrong."));async function x(O){v(null);try{if(!O||!o)return;await l(o,O),f(!0),c(!1),t()}catch(S){throw k(S)}}async function w(O){if(O==="passkey"){try{n(O);let S=await i(O);if(!S)throw new Error("something went wrong");g(S),await l(O,S),f(!0),c(!1),t()}catch(S){v(k(S))}return}try{n(O),await i(O)}catch(S){console.error(S)}}let I=()=>{n(null),v(null),a(),t()},A=()=>{n(null),v(null)};if(!e||!r)return null;if(o==="passkey"){let O=r.linkedAccounts.filter(S=>S.type==="passkey"&&S.enrolledInMfa).sort((S,D)=>D.firstVerifiedAt.valueOf()-S.firstVerifiedAt.valueOf())[0];return(0,Q.jsx)(X1,{account:O,selectedMethod:o,submitSuccess:u,hasBlockingError:s,error:b,onClose:I,onBack:A,handleSubmit:()=>x(y).catch(v)})}return o?(0,Q.jsx)(qw,{submitSuccess:u,hasBlockingError:s,handleSubmitCode:x,selectedMethod:o,onClose:I,onBack:r.mfaMethods.length>1?()=>n(null):void 0}):(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsx)(P,{onClose:I},"header"),(0,Q.jsx)(Oe,{children:(0,Q.jsx)(Je,{children:(0,Q.jsx)(o2.default,{})})}),(0,Q.jsx)(fe,{children:"Verify your identity"}),(0,Q.jsx)(ge,{children:"Choose a verification method"}),(0,Q.jsxs)(Nl,{children:[r.mfaMethods.includes("totp")&&(0,Q.jsxs)($e,{onClick:()=>w("totp"),children:[(0,Q.jsx)(e2.default,{}),"Authenticator App"]},"totp"),r.mfaMethods.includes("sms")&&(0,Q.jsxs)($e,{onClick:()=>w("sms"),children:[(0,Q.jsx)(r2.default,{}),"SMS"]},"sms"),r.mfaMethods.includes("passkey")&&(0,Q.jsxs)($e,{onClick:()=>w("passkey"),children:[(0,Q.jsx)(t2.default,{}),"Passkey"]},"passkey")]}),(0,Q.jsx)(K,{})]})},qw=({selectedMethod:e,submitSuccess:t,hasBlockingError:r,onClose:o,onBack:n,handleSubmitCode:i})=>{let{app:a}=_(),{pendingTransaction:l}=M();switch(e){case"sms":return(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsx)(P,{onClose:o},"header"),(0,Q.jsx)(Oe,{children:(0,Q.jsx)(Je,{children:(0,Q.jsx)(i2.default,{})})}),(0,Q.jsx)(fe,{children:"Enter verification code"}),(0,Q.jsxs)(Ur,{children:[(0,Q.jsx)(Xn,{success:t,disabled:r,onChange:i}),(0,Q.jsxs)(ge,{children:["To continue, please enter the 6-digit code sent to your ",(0,Q.jsx)("strong",{children:"mobile device"})]}),l&&(0,Q.jsx)(ns,{pendingTransaction:l})]}),n&&(0,Q.jsx)(ka,{theme:a?.appearance.palette.colorScheme,onClick:n,children:"Choose another method"}),(0,Q.jsx)(Jr,{onClick:o,children:"Not now"}),(0,Q.jsx)(K,{})]});case"totp":return(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsx)(P,{onClose:o},"header"),(0,Q.jsx)(Oe,{children:(0,Q.jsx)(Je,{children:(0,Q.jsx)(n2.default,{})})}),(0,Q.jsx)(fe,{children:"Enter verification code"}),(0,Q.jsxs)(Ur,{children:[(0,Q.jsx)(Xn,{success:t,disabled:r,onChange:i}),(0,Q.jsxs)(ge,{children:["To continue, please enter the 6-digit code generated from your"," ",(0,Q.jsx)("strong",{children:"authenticator app"})]}),l&&(0,Q.jsx)(ns,{pendingTransaction:l})]}),n&&(0,Q.jsx)(ka,{theme:a?.appearance.palette.colorScheme,onClick:n,children:"Choose another method"}),(0,Q.jsx)(Jr,{onClick:o,children:"Not now"}),(0,Q.jsx)(K,{})]});default:return null}};var ca=require("react"),a2=m(require("styled-components"));var St=require("react/jsx-runtime"),s2=()=>{let{authenticated:e,logout:t,ready:r,user:o}=H(),{app:n,setModalData:i,navigate:a,resetNavigation:l}=_(),{getAuthMeta:s,initLoginWithOAuth:c,loginWithOAuth:u,updateWallets:f,setReadyToTrue:y,closePrivyModal:g,createAnalyticsEvent:b}=M(),[v,k]=(0,ca.useState)(!1),[x,w]=(0,ca.useState)(void 0),I=s()?.provider||"google",{name:A,component:O}=ba(I),S=kl(),D=n?.render.inDialog?it:0;(0,ca.useEffect)(()=>{u(I).then(q=>{k(!0),y(!0),q&&S("login","onOAuthLoginComplete",q)}).catch(q=>{if(q?.privyErrorCode==="allowlist_rejected"){w(void 0),l(),a("ALLOWLIST_REJECTION_SCREEN");return}if(q?.privyErrorCode==="max_accounts_reached"){console.error(new co(q).toString()),w(void 0),l(),a("USER_LIMIT_REACHED_SCREEN");return}let{retryable:W,detail:se}=$u(q,I);w({retryable:W,detail:se,message:"Authentication failed"}),y(!1)}).finally(()=>{Fn()})},[A,I]),(0,ca.useEffect)(()=>{if(r&&e&&v&&o){if(n?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let W=setTimeout(()=>{a("AFFIRMATIVE_CONSENT_SCREEN")},D);return()=>clearTimeout(W)}if(Mr(o,n?.embeddedWallets?.createOnLogin)){let W=setTimeout(()=>{i({createWallet:{onSuccess:()=>{},onFailure:se=>{console.error(se),b({eventName:"embedded_wallet_creation_failure_logout",payload:{error:se,provider:I,screen:"OAuthStatusScreen"}}),t()},callAuthOnSuccessOnClose:!0}}),a("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},D);return()=>clearTimeout(W)}else{let W=setTimeout(()=>g({shouldCallAuthOnSuccess:!0,isSuccess:!0}),D);return f(),()=>clearTimeout(W)}}},[r,e,v,o]);let J=v?`Successfully connected with ${A}`:x?x.message:`Verifying connection to ${A}`,z="";return v?z="You\u2019re good to go!":x?z=x.detail:z="Just a few moments more",(0,St.jsxs)(St.Fragment,{children:[(0,St.jsx)(P,{}),(0,St.jsx)(le,{}),(0,St.jsxs)($w,{children:[(0,St.jsx)(Ft,{children:(0,St.jsxs)("div",{children:[(0,St.jsx)(Dt,{success:v,fail:!!x}),(0,St.jsx)(O,{style:{width:"38px",height:"38px"}})]})}),(0,St.jsxs)(bt,{children:[(0,St.jsx)("h3",{children:J}),(0,St.jsx)("p",{children:z})]}),x&&x?.retryable?(0,St.jsx)(Wl,{onClick:()=>{Fn(),c(I),w(void 0)},disabled:!v&&!x?.retryable,children:"Retry"}):null]}),(0,St.jsx)(he,{}),(0,St.jsx)(K,{})]})},$w=a2.default.div`
|
|
2315
2315
|
display: flex;
|
|
2316
2316
|
flex-direction: column;
|
|
2317
2317
|
align-items: center;
|
|
@@ -2319,10 +2319,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2319
2319
|
margin-left: 27px;
|
|
2320
2320
|
margin-right: 27px;
|
|
2321
2321
|
gap: 24px;
|
|
2322
|
-
`;var Zo=require("react"),Ep=
|
|
2322
|
+
`;var Zo=require("react"),Ep=m(require("styled-components"));var Mt=require("react/jsx-runtime"),l2=()=>{let{app:e,lastScreen:t,currentScreen:r,navigateBack:o}=_(),{loginWithPasskey:n,closePrivyModal:i}=M(),a=e?.render.inDialog?it:0,[l,s]=(0,Zo.useState)("loading"),[c,u]=(0,Zo.useState)(null),f=(0,Zo.useRef)([]),y=x=>{f.current=[x,...f.current]};(0,Zo.useEffect)(()=>()=>{f.current.forEach(x=>clearTimeout(x)),f.current=[]},[]);let g=()=>{switch(l){case"loading":return"Waiting for passkey";case"success":return"Success";case"error":return"Something went wrong"}},b=()=>{switch(l){case"loading":return`Please follow prompts to verify your passkey.
|
|
2323
2323
|
You will have to sign up with another method first to register a passkey for your account.`;case"success":return"You've successfully logged in with your passkey.";case"error":if(c instanceof nt){if(c.privyErrorCode==="cannot_link_more_of_type")return"Cannot link more passkeys to account.";if(c.privyErrorCode==="passkey_not_allowed")return`Passkey request timed out or rejected by user.
|
|
2324
2324
|
You will have to sign up with another method first to register a passkey for your account.`}return`An unknown error occurred.
|
|
2325
|
-
You will have to sign up with another method first to register a passkey for your account.`}},
|
|
2325
|
+
You will have to sign up with another method first to register a passkey for your account.`}},v=()=>{switch(l){case"loading":case"success":return(0,Mt.jsx)(L,{onClick:()=>{},disabled:!0,children:"Continue"});case"error":return(0,Mt.jsx)(L,{onClick:k,disabled:!1,children:"Retry"})}},k=async()=>{s("loading");try{await n(),s("success")}catch(x){u(x),s("error")}};return(0,Zo.useEffect)(()=>{l==="success"&&y(setTimeout(()=>{i({shouldCallAuthOnSuccess:!0,isSuccess:!0})},a))},[l]),(0,Zo.useEffect)(()=>{k()},[]),(0,Mt.jsxs)(Mt.Fragment,{children:[(0,Mt.jsx)(P,{backFn:!t||r===t?void 0:o}),(0,Mt.jsxs)(Kw,{children:[(0,Mt.jsx)(Ft,{children:(0,Mt.jsxs)("div",{children:[(0,Mt.jsx)(Dt,{success:l==="success",fail:l==="error"}),(0,Mt.jsx)(Zn,{style:{width:"38px",height:"38px"}})]})}),(0,Mt.jsxs)(bt,{children:[(0,Mt.jsx)("h3",{children:g()}),(0,Mt.jsx)("p",{style:{whiteSpace:"pre-wrap"},children:b()})]}),v()]}),(0,Mt.jsx)(K,{})]})},Kw=Ep.default.div`
|
|
2326
2326
|
display: flex;
|
|
2327
2327
|
flex-direction: column;
|
|
2328
2328
|
align-items: center;
|
|
@@ -2345,9 +2345,9 @@ You will have to sign up with another method first to register a passkey for you
|
|
|
2345
2345
|
stroke: var(--privy-color-accent) !important;
|
|
2346
2346
|
fill: var(--privy-color-accent) !important;
|
|
2347
2347
|
}
|
|
2348
|
-
`;var is=require("react"),p2=
|
|
2348
|
+
`;var is=require("react"),p2=m(require("styled-components"));var c2=require("react-device-detect");var d2=(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(!rn()&&c2.isMobile)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${o}?ref=${o}`};var Jt=require("react/jsx-runtime"),u2=()=>{let{forkSession:e,ready:t,authenticated:r}=H(),[o,n]=(0,is.useState)(""),[i,a]=(0,is.useState)(!1);(0,is.useEffect)(()=>{t&&r&&e().then(n)},[t,r]);let l=d2(o,!i),s={title:"Redirecting to Phantom Mobile Wallet",description:"We'll take you to the Phantom Mobile Wallet app to continue your login experience.",footnote:""};return t&&(s.description="For the best experience, we'll automatically log you into the Phantom Mobile Wallet in-app browser.",s.footnote="Once you're done, you can always return here and refresh to view your updated account."),i&&(s.title="Still here?",s.description="You may need to install the Phantom mobile app.",s.footnote="Once you're done, you can return here or connect via Phantom's in-app browser."),(0,Jt.jsxs)(Jt.Fragment,{children:[(0,Jt.jsx)(P,{},"header"),(0,Jt.jsx)(le,{}),(0,Jt.jsx)(go,{title:s.title,description:s.description}),(0,Jt.jsxs)(Fr,{children:[(0,Jt.jsx)(jw,{children:(0,Jt.jsx)(uo,{style:{width:"72px",height:"72px"}})}),(0,Jt.jsx)(Ml,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?(0,Jt.jsx)("p",{children:s.footnote}):null]}),(0,Jt.jsx)(he,{}),(0,Jt.jsx)($,{protectedByPrivy:!0})]})},jw=(0,p2.default)(Yt)`
|
|
2349
2349
|
margin: 16px auto;
|
|
2350
|
-
`;var m2=
|
|
2350
|
+
`;var m2=m(require("@heroicons/react/24/outline/ShieldCheckIcon")),oi=require("react"),ni=m(require("styled-components"));var Ve=require("react/jsx-runtime"),f2=()=>{let[e,t]=(0,oi.useState)(!0),{authenticated:r,getAccessToken:o}=H(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=M(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),[u,f]=(0,oi.useState)(void 0),[y,g]=(0,oi.useState)(""),[b,v]=(0,oi.useState)(!1),{privyWallet:k,onCompleteNavigateTo:x,onSuccess:w,onFailure:I}=s.recoverWallet,A=(D="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),I(typeof D=="string"?new Kt(D):D)};c.current=A,(0,oi.useEffect)(()=>{if(!r||!k)return A("User must be authenticated and have a Privy wallet before it can be recovered")},[r]);let O=D=>{D&&f(D)};return(0,Ve.jsxs)(Ve.Fragment,{children:[(0,Ve.jsx)(P,{onClose:A}),(0,Ve.jsx)(le,{}),(0,Ve.jsxs)(Zw,{children:[(0,Ve.jsxs)(Yw,{children:[(0,Ve.jsx)(m2.default,{height:48,width:48,stroke:"var(--privy-color-accent)"}),(0,Ve.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),(0,Ve.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),(0,Ve.jsxs)("div",{children:[(0,Ve.jsxs)(yn,{children:[(0,Ve.jsx)(Ui,{type:e?"password":"text",onChange:D=>O(D.target.value),disabled:b,style:{paddingRight:"2.3rem"}}),(0,Ve.jsx)(Fi,{style:{right:"0.75rem"},children:e?(0,Ve.jsx)(Bi,{onClick:()=>t(!1)}):(0,Ve.jsx)(Hi,{onClick:()=>t(!0)})})]}),!!y&&(0,Ve.jsx)(Jw,{children:y})]}),(0,Ve.jsxs)("div",{children:[(0,Ve.jsxs)(lf,{children:[(0,Ve.jsx)("h4",{children:"Why is this necessary?"}),(0,Ve.jsx)("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),(0,Ve.jsx)(Qw,{loading:b||!n,disabled:!u,onClick:async()=>{v(!0);let D=await o();if(D&&k&&u!==null)try{a({eventName:"embedded_wallet_recovery_started",payload:{walletAddress:k.address}}),await n?.recover({address:k.address,accessToken:D,recoveryPin:u}),g(""),x?l(x):i({shouldCallAuthOnSuccess:!1}),w?.(k),a({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:k.address}})}catch(J){jf(J)?g("Invalid recovery password, please try again."):g("An error has occurred, please try again.")}finally{v(!1)}else return A("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!k&&b,children:"Recover your account"})]})]}),(0,Ve.jsx)(he,{}),(0,Ve.jsx)($,{protectedByPrivy:!0})]})},Yw=ni.default.div`
|
|
2351
2351
|
display: flex;
|
|
2352
2352
|
flex-direction: column;
|
|
2353
2353
|
align-items: center;
|
|
@@ -2388,16 +2388,16 @@ You will have to sign up with another method first to register a passkey for you
|
|
|
2388
2388
|
transition: none;
|
|
2389
2389
|
}
|
|
2390
2390
|
`}
|
|
2391
|
-
`;var Jo=require("react");var
|
|
2391
|
+
`;var Jo=require("react");var br=require("react/jsx-runtime"),Nc=({style:e,...t})=>(0,br.jsxs)("svg",{width:"16",height:"14",style:e,viewBox:"0 0 16 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[(0,br.jsxs)("g",{clipPath:"url(#clip0_2115_829)",children:[(0,br.jsx)("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"}),(0,br.jsx)("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"}),(0,br.jsx)("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"}),(0,br.jsx)("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"}),(0,br.jsx)("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"}),(0,br.jsx)("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"})]}),(0,br.jsx)("defs",{children:(0,br.jsx)("clipPath",{id:"clip0_2115_829",children:(0,br.jsx)("rect",{width:"16",height:"14",fill:"white"})})})]});var Pp=m(require("styled-components")),as=Pp.default.div`
|
|
2392
2392
|
display: flex;
|
|
2393
2393
|
flex-direction: column;
|
|
2394
2394
|
gap: 12px;
|
|
2395
2395
|
padding-top: 24px;
|
|
2396
2396
|
padding-bottom: 24px;
|
|
2397
|
-
`,h2=
|
|
2397
|
+
`,h2=Pp.default.div`
|
|
2398
2398
|
padding-bottom: 24px;
|
|
2399
|
-
`;var
|
|
2400
|
-
backed up.`}),(0,
|
|
2399
|
+
`;var Wt=require("react/jsx-runtime"),y2={"google-drive":{name:"Google Drive",component:Nc}},g2=()=>{let{logout:e}=H(),{navigate:t,setModalData:r,data:o}=_(),{recoveryOAuthFlow:n,closePrivyModal:i,createAnalyticsEvent:a}=M(),[l,s]=(0,Jo.useState)(!1),{provider:c,action:u,isInAccountCreateFlow:f}=o?.recoveryOAuthStatus,[y,g]=(0,Jo.useState)(void 0),[b,v]=(0,Jo.useState)(u==="create-wallet"),k=y2[c].name,x=y2[c].component,w=o?.recoverWallet?.onCompleteNavigateTo,I=new Qe(async(D="create-wallet")=>(v(!0),new Promise((J,z)=>{setTimeout(async()=>{try{let q=window.open();await n(c,D,q),s(!0),J()}catch{g({message:`${D==="recover"?"Recovery":"Back up"} with ${k} unsuccessful`,detail:u==="recover"?`Please verify that you are selecting the ${k} account associated with your backup.`:"Something went wrong.",retryable:!0}),z()}},0)})));(0,Jo.useEffect)(()=>{u==="create-wallet"&&I.execute("create-wallet")},[]),(0,Jo.useEffect)(()=>{if(!l)return;let D=setTimeout(()=>{f?(r({createWallet:{onSuccess:()=>{},onFailure:J=>{a({eventName:"embedded_wallet_creation_failure_logout",payload:{error:J,screen:"RecoveryOAuthScreen"}}),e()},callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_CREATED_SCREEN")):i({shouldCallAuthOnSuccess:!1})},it);return()=>clearTimeout(D)},[l]);let A=(0,Jo.useCallback)(async()=>{await I.execute("recover"),w?t(w):s(!0)},[]),O=l?"Success!":y?y.message:`Verifying connection to ${k}`,S="";return y?S=y.detail:l?S=`Successfully ${u==="recover"?"recovered":"backed up"} with Google.`:S=`${u==="recover"?"Recovering":"Backing up"} with Google...`,(0,Wt.jsxs)(Wt.Fragment,{children:[(0,Wt.jsx)(P,{}),b?(0,Wt.jsx)(Wt.Fragment,{children:(0,Wt.jsxs)(as,{children:[(0,Wt.jsx)(Ne,{title:O,icon:(0,Wt.jsx)(x,{style:{width:"38px",height:"38px"}}),description:S}),y&&y?.retryable?(0,Wt.jsx)(L,{onClick:()=>{Fn(),g(void 0),u==="create-wallet"?I.execute("create-wallet"):A()},disabled:!l&&!y?.retryable,children:"Try again"}):null]})}):(0,Wt.jsxs)(as,{children:[(0,Wt.jsx)(Ne,{title:"Confirm it's really you",icon:(0,Wt.jsx)(x,{style:{height:42,width:48}}),description:`To confirm your identity, please log in to Google Drive where your account is
|
|
2400
|
+
backed up.`}),(0,Wt.jsx)(L,{onClick:A,children:"Confirm with Google"})]}),(0,Wt.jsx)($,{protectedByPrivy:!0})]})};var Qo=require("react");var C2=require("react/jsx-runtime"),v2=()=>{let{app:e,navigate:t,data:r,onUserCloseViaDialogOrKeybindRef:o}=_(),[n,i]=(0,Qo.useState)(""),[a,l]=(0,Qo.useState)(!1),[s,c]=(0,Qo.useState)(),[u,f]=(0,Qo.useState)(null),{authenticated:y}=H(),{closePrivyModal:g,isNewUserThisSession:b,initializeWalletProxy:v}=M(),{onSuccess:k,onFailure:x,callAuthOnSuccessOnClose:w}=r.createWallet,{createWallet:I}=Jl(),[A,O]=(0,Qo.useState)(null),S=new Qe(async()=>{try{let z=await I(s);if(!z)return;O(z),b?t("EMBEDDED_WALLET_CREATED_SCREEN"):(k(z),g({shouldCallAuthOnSuccess:w}))}catch(z){i(z.message)}});(0,Qo.useEffect)(()=>{u||v(3e4).then(z=>f(z))},[u]),(0,Qo.useEffect)(()=>{if(!y){t("LANDING"),x(new Error("User must be authenticated before creating a Privy wallet"));return}},[y]);let D=()=>{A&&A?.recoveryMethod!=="user-passcode"?(x(new Kt("User created a wallet but failed to set a password for it")),g({shouldCallAuthOnSuccess:!1})):A?(k(A),g({shouldCallAuthOnSuccess:w})):(x(new Kt("User wallet creation failed")),g({shouldCallAuthOnSuccess:!1}))};o.current=()=>null;let J=async()=>{l(!0);let z=250;return S.execute().then(()=>new Promise(q=>setTimeout(q,z))).finally(()=>l(!1))};return(0,C2.jsx)(ec,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:!u,buttonLoading:a,buttonHideAnimations:!A&&a,error:n,password:s||"",onClose:D,onPasswordChange:c,onPasswordGenerate:()=>c(Xl()),onSubmit:J})};var w2=m(require("@heroicons/react/24/outline/LockClosedIcon")),b2=m(require("@heroicons/react/24/outline/PencilSquareIcon")),E2=m(require("@heroicons/react/24/outline/QuestionMarkCircleIcon")),P2=require("react");var je=require("react/jsx-runtime"),Xw=({onClose:e})=>(0,je.jsxs)(h2,{children:[(0,je.jsx)(Ne,{title:"Why do I need to secure my account?",icon:(0,je.jsx)(E2.default,{width:48}),description:(0,je.jsxs)(je.Fragment,{children:[(0,je.jsx)("p",{children:"Your app uses cryptography to secure your account. App secrets are split and encrypted so only you can access them."}),(0,je.jsx)("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."})]})}),(0,je.jsx)(L,{onClick:e,children:"Select backup method"})]}),T2=()=>{let{navigate:e,setModalData:t,data:r}=_(),{user:o}=H(),{embeddedWallets:n}=fo(),a=He(o)===null,[l,s]=(0,P2.useState)(!1);return(0,je.jsxs)(je.Fragment,{children:[(0,je.jsx)(P,{backFn:l?()=>s(!1):void 0,infoFn:l?void 0:()=>s(!0)},"header"),l?(0,je.jsx)(Xw,{onClose:()=>s(!1)}):(0,je.jsxs)(je.Fragment,{children:[(0,je.jsx)(Ne,{title:"Secure your account",icon:(0,je.jsx)(w2.default,{width:48}),description:"Select a method for logging in on new devices and recovering your account."}),(0,je.jsx)(as,{children:n.userOwnedRecoveryOptions.map(c=>{switch(c){case"google-drive":return(0,je.jsxs)($e,{onClick:async()=>{t({recoveryOAuthStatus:{provider:"google-drive",action:a?"create-wallet":"set-recovery",isInAccountCreateFlow:r?.recoverySelection?.isInAccountCreateFlow??!1}}),e("EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN")},children:[(0,je.jsx)(Nc,{style:{width:18}})," Back up to Google Drive"]},c);case"user-passcode":return(0,je.jsxs)($e,{onClick:()=>{e(a?"EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN":"EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:[(0,je.jsx)(b2.default,{style:{width:18}})," Set a password"]},c);default:return null}})})]}),(0,je.jsx)($,{protectedByPrivy:!0})]})};var Tp=require("@ethersproject/bignumber"),ut=require("react"),ii=m(require("styled-components"));function S2(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}var Dc=require("@heroicons/react/24/outline"),I2=require("react"),qr=m(require("styled-components"));var ss=require("@ethersproject/logger"),e4=new Set([ss.ErrorCode.CALL_EXCEPTION,ss.ErrorCode.NONCE_EXPIRED,ss.ErrorCode.REPLACEMENT_UNDERPRICED,ss.ErrorCode.TRANSACTION_REPLACED]),x2=e=>{let t;return e.code&&e.code!==-32e3&&e4.has(e.code)&&(t=e.transactionHash),t},_2=e=>e.code==="SERVER_ERROR"?e.error?.message??e.reason??e.message??"unknown error":e.error?.code==="SERVER_ERROR"?e.error?.error?.message??e.reason??e.message??"unknown error":e.reason??e.message??"unknown error";var Ze=require("react/jsx-runtime"),t4=e=>{let t=e.code?.toString().replace("_"," "),r=x2(e),o=_2(e);return{errorCode:t,transactionHash:r,errorMessage:o}},r4=()=>(0,Ze.jsxs)(a4,{children:[(0,Ze.jsx)(l4,{}),(0,Ze.jsx)(s4,{})]}),M2=({transactionError:e,chainId:t,onClose:r,onRetry:o})=>{let{chains:n}=M(),[i,a]=(0,I2.useState)(!1),{errorCode:l,transactionHash:s,errorMessage:c}=t4(e),u=n.find(f=>f.id===t)?.blockExplorers?.default.url??"https://etherscan.io";return(0,Ze.jsxs)(Ze.Fragment,{children:[(0,Ze.jsx)(P,{onClose:r}),(0,Ze.jsxs)(o4,{children:[(0,Ze.jsx)(r4,{}),(0,Ze.jsx)(n4,{children:l??"Something went wrong."}),(0,Ze.jsx)(i4,{children:"Please try again."}),(0,Ze.jsxs)(A2,{children:[(0,Ze.jsx)(k2,{children:"Error message"}),(0,Ze.jsx)(R2,{clickable:!1,children:c})]}),s&&(0,Ze.jsxs)(A2,{children:[(0,Ze.jsx)(k2,{children:"Transaction hash (click to copy)"}),(0,Ze.jsxs)(R2,{clickable:!0,onClick:async()=>{await navigator.clipboard.writeText(s),a(!0)},children:[s,(0,Ze.jsx)(d4,{})]})]}),i&&(0,Ze.jsxs)("a",{href:u,children:["Copied transaction hash. View details about the failed transaction on a"," ",(0,Ze.jsx)("u",{children:"block explorer"}),"."]}),(0,Ze.jsx)(c4,{onClick:o,children:"Retry transaction"})]}),(0,Ze.jsx)(K,{})]})},o4=qr.default.div`
|
|
2401
2401
|
display: flex;
|
|
2402
2402
|
flex-direction: column;
|
|
2403
2403
|
align-items: center;
|
|
@@ -2446,7 +2446,7 @@ backed up.`}),(0,Lt.jsx)(L,{onClick:A,children:"Confirm with Google"})]}),(0,Lt.
|
|
|
2446
2446
|
margin-top: 24px;
|
|
2447
2447
|
}
|
|
2448
2448
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2449
|
-
`,
|
|
2449
|
+
`,k2=qr.default.span`
|
|
2450
2450
|
width: 100%;
|
|
2451
2451
|
text-align: left;
|
|
2452
2452
|
font-size: 0.825rem;
|
|
@@ -2483,12 +2483,12 @@ backed up.`}),(0,Lt.jsx)(L,{onClick:A,children:"Confirm with Google"})]}),(0,Lt.
|
|
|
2483
2483
|
right: 13px;
|
|
2484
2484
|
width: 30px;
|
|
2485
2485
|
height: 30px;
|
|
2486
|
-
`;var
|
|
2486
|
+
`;var Uc=require("@ethersproject/bignumber"),W2=m(require("styled-components"));var ko=require("react/jsx-runtime"),p4=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let r=Uc.BigNumber.from(e.gasUsed),o=Uc.BigNumber.from(e.effectiveGasPrice),n=r.mul(o);if(t){let i=Uc.BigNumber.from(t);n=n.add(i)}return n.toString()}catch{return}else return},L2=({txn:e,receipt:t,transactionInfo:r,onClose:o,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a,receiptHeader:l,receiptDescription:s})=>(0,ko.jsxs)(ko.Fragment,{children:[(0,ko.jsx)(P,{onClose:o}),(0,ko.jsx)(Aa,{title:l??"Transaction complete!",description:s??"You're all set."}),(0,ko.jsx)(ra,{tokenPrice:n,from:t.from,to:t.to,gas:p4(t,a),txn:e,transactionInfo:r,tokenSymbol:i}),(0,ko.jsx)(u4,{loading:!1,onClick:o,children:"All Done"}),(0,ko.jsx)(K,{})]}),u4=(0,W2.default)(L)`
|
|
2487
2487
|
&& {
|
|
2488
2488
|
margin-top: 24px;
|
|
2489
2489
|
}
|
|
2490
2490
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2491
|
-
`;var
|
|
2491
|
+
`;var Ae=require("react/jsx-runtime");var m4=({txn:e,txnFamily:t,uiOptions:r,tokenSymbol:o,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(r.transactionInfo?.contractInfo)return(0,Ae.jsx)(pp,{contractInfo:r.transactionInfo.contractInfo,description:r.description});if(r.senderInfo)return(0,Ae.jsx)(pp,{contractInfo:r.senderInfo,description:r.description||r.senderInfo.actionText})}return(0,Ae.jsx)(Ae.Fragment,{children:(0,Ae.jsx)(L1,{description:r.description||r.transactionInfo?.description||"",txn:e,tokenSymbol:o,tokenPrice:n})})},N2=()=>{let{authenticated:e,getAccessToken:t}=H(),{wallets:r}=la(),{walletProxy:o,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s,appId:c}=M(),{app:u,navigate:f,data:y,onUserCloseViaDialogOrKeybindRef:g,setModalData:b}=_(),{transactionRequest:v,onSuccess:k,onFailure:x,uiOptions:w,fundWalletConfig:I}=y.sendTransaction,[A,O]=(0,ut.useState)(null),[S,D]=(0,ut.useState)(null),[J,z]=(0,ut.useState)(""),[q,W]=(0,ut.useState)(),[se,B]=(0,ut.useState)(),[be,ve]=(0,ut.useState)(!1),ye=()=>{z(""),W(void 0),B(void 0)},Se=(yt,Lt,Ro)=>{z(yt),W(new Xe(new mr(Lt??yt,Ro??kt.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[ie,Qt]=(0,ut.useState)(!1),[zt,Xt]=(0,ut.useState)(!0),[ht,Sr]=(0,ut.useState)(null),[ze,ct]=(0,ut.useState)(v),{tokenPrice:xr,isTokenPriceLoading:er}=Lc(ze),ot=s(v.chainId)||"ETH",[N,me]=(0,ut.useState)(null),[V,Ee]=(0,ut.useState)(null),[_r,An]=(0,ut.useState)(!0);(0,ut.useEffect)(()=>{e||(f("LANDING"),x(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let qt=(0,ut.useMemo)(()=>r.find(yt=>yt.walletClientType==="privy"),[r]),pa=async()=>{if(!qt)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:yt,externalTransactionId:Lt}=await i(qt.address,{config:I?.config||{}});b({fiatOnRampPrompt:{signedUrl:yt},fiatOnRampStatus:{externalTransactionId:Lt}}),f("FIAT_ON_RAMP_PROMPT_SCREEN")},Ao=(0,ut.useMemo)(()=>Wo(ze.chainId,l,a,{appId:c}),[ze.chainId,a]);async function ps(){let yt=ze;if(!await t()||!o||!qt)return;try{yt=await aa(qt.address,ze,Ao),ct(yt)}catch(Io){console.error(Io),Se("There was an error preparing your transaction. Your transaction request will likely fail.",Io.reason)}let Ro=Tp.BigNumber.from(0),ma=Tp.BigNumber.from(0);try{({totalGasEstimate:Ro,l1ExecutionFeeEstimate:ma}=await ia(yt,Ao)),me(Ro.toHexString()),Ee(ma.toHexString())}catch{me(null)}try{let{balance:Io,hasSufficientFunds:ms}=await Mc(qt.address,yt,Ro,Ao);Sr(Io.toHexString()),ms||(Xt(!1),Se("Wallet has insufficient funds for this transaction."),u?.fiatOnRamp.enabled&&ve(!0))}catch(Io){console.warn(`Failed to fetch wallet balance with error: ${Io}`)}An(!1)}(0,ut.useEffect)(()=>{ps()},[o]);let xt=S2(ze),us=xt==="SEND"?`Send ${ot}`:"Review transaction",ua={modalTitle:w.header||w.modalTitle||us,buttonText:w.buttonText||"Submit"},Rn=()=>{ie||(S?k(S):x(q||new Xe(new mr("The user rejected the request",kt.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return g.current=Rn,xr===void 0&&er||_r?(0,Ae.jsxs)(Ae.Fragment,{children:[w.transactionInfo?.contractInfo?.imgUrl&&(0,Ae.jsx)(il,{src:w.transactionInfo?.contractInfo?.imgUrl}),(0,Ae.jsx)(P,{title:ua.modalTitle,onClose:Rn}),(0,Ae.jsx)(O2,{children:(0,Ae.jsx)(Li,{})})]}):A!==null?(0,Ae.jsx)(L2,{txn:ze,onClose:Rn,receipt:A,transactionInfo:w.transactionInfo,tokenPrice:xr,tokenSymbol:ot,l1GasEstimate:V,receiptHeader:w.successHeader,receiptDescription:w.successDescription}):se?(0,Ae.jsx)(M2,{transactionError:se,chainId:ze.chainId,onClose:Rn,onRetry:()=>{ye(),ps()}}):(0,Ae.jsxs)(Ae.Fragment,{children:[(0,Ae.jsx)(P,{title:ua.modalTitle,onClose:Rn}),(0,Ae.jsxs)(O2,{children:[(0,Ae.jsxs)(g4,{children:[(0,Ae.jsx)(m4,{txn:ze,txnFamily:xt,uiOptions:w,tokenSymbol:ot,tokenPrice:xr}),qt?(0,Ae.jsx)(ra,{from:qt.address,to:ze.to,txn:ze,transactionInfo:w.transactionInfo,gas:N||void 0,tokenPrice:xr,tokenSymbol:ot}):null]}),(0,Ae.jsxs)(v4,{children:[(0,Ae.jsx)(f4,{children:J}),(0,Ae.jsx)(M1,{txn:ze,address:qt?.address??"",hasFunds:zt,balance:ht}),(0,Ae.jsxs)(h4,{children:[be&&(0,Ae.jsx)(L,{onClick:pa,children:"Add Funds"}),(0,Ae.jsx)(y4,{disabled:ie||!zt,loading:!o||ie,loadingText:ie?"Submitting (may take a few moments)...":"Loading...",onClick:async()=>{Qt(!0);let yt=await t();if(yt&&!ie&&qt)try{let Lt=await Ic(yt,qt.address,o,ze,Ao);D(Lt);let Ro=await Lt.wait();O(Wc(Ro)),ye()}catch(Lt){console.warn({transaction:ze,error:Lt}),B(Lt),W(new Xe(new mr(Lt.reason??"Error processing transaction",kt.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}finally{Qt(!1)}},children:ua.buttonText})]})]})]})]})},O2=ii.default.div`
|
|
2492
2492
|
display: flex;
|
|
2493
2493
|
flex-direction: column;
|
|
2494
2494
|
justify-content: space-between;
|
|
@@ -2517,12 +2517,12 @@ backed up.`}),(0,Lt.jsx)(L,{onClick:A,children:"Confirm with Google"})]}),(0,Lt.
|
|
|
2517
2517
|
display: flex;
|
|
2518
2518
|
flex-direction: column;
|
|
2519
2519
|
gap: 8px;
|
|
2520
|
-
`;var D2=require("@ethersproject/bytes"),
|
|
2520
|
+
`;var D2=require("@ethersproject/bytes"),U2=require("@ethersproject/strings"),xn=require("react"),so=m(require("styled-components"));var Re=require("react/jsx-runtime"),C4=e=>{if(!(0,D2.isHexString)(e))return e;try{return(0,U2.toUtf8String)(e)}catch{return e}},w4=e=>JSON.stringify(e,null,2),b4=({data:e})=>{let t=r=>typeof r=="object"&&r!==null?(0,Re.jsx)(x4,{children:Object.entries(r).map(([o,n])=>(0,Re.jsxs)("li",{children:[(0,Re.jsxs)("strong",{children:[o,":"]})," ",t(n)]},o))}):(0,Re.jsx)("span",{children:String(r)});return(0,Re.jsx)("div",{children:t(e)})},E4=e=>{let{types:t,primaryType:r,...o}=e.typedData;return(0,Re.jsxs)(Re.Fragment,{children:[(0,Re.jsx)(B2,{children:(0,Re.jsx)(b4,{data:o})}),(0,Re.jsx)(Cn,{text:w4(e.typedData),itemName:"full payload to clipboard"})," "]})},F2=()=>{let{authenticated:e}=H(),{initializeWalletProxy:t,closePrivyModal:r}=M(),{navigate:o,data:n,onUserCloseViaDialogOrKeybindRef:i}=_(),[a,l]=(0,xn.useState)(!0),[s,c]=(0,xn.useState)(""),[u,f]=(0,xn.useState)(),[y,g]=(0,xn.useState)(null),b=y!==null;(0,xn.useEffect)(()=>{e||o("LANDING")},[e]),(0,xn.useEffect)(()=>{t(li).then(D=>{l(!1),D||(c("An error has occurred, please try again."),f(new Xe(new mr(s,kt.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{method:v,data:k,confirmAndSign:x,onSuccess:w,onFailure:I,uiOptions:A}=n.signMessage,O={title:A.title||"Sign message",description:A.description||"Signing this message will not cost you any fees.",buttonText:A.buttonText||"Sign and continue"},S=D=>{D?w(D):I(u||new Xe(new mr("The user rejected the request.",kt.E4001_USER_REJECTED_REQUEST.eipCode))),r({shouldCallAuthOnSuccess:!1}),g(null),c(""),f(void 0)};return i.current=()=>{S(y)},(0,Re.jsxs)(Re.Fragment,{children:[(0,Re.jsx)(P,{onClose:()=>S(y)}),(0,Re.jsx)(le,{}),(0,Re.jsxs)(P4,{children:[(0,Re.jsx)(T4,{children:O.title}),(0,Re.jsx)(S4,{children:O.description}),v==="personal_sign"&&(0,Re.jsx)(B2,{children:C4(k)}),v==="eth_signTypedData_v4"&&(0,Re.jsx)(E4,{typedData:k}),(0,Re.jsx)(_4,{fail:!0,children:s}),(0,Re.jsx)(A4,{success:b,loading:a,disabled:b,onClick:async()=>{try{let D=await x();g(D),c(""),setTimeout(()=>{S(D)},it)}catch{c("An error has occurred, please try again."),f(new Xe(new mr(s,kt.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:b?(0,Re.jsxs)(k4,{children:[(0,Re.jsx)(tc,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",(0,Re.jsx)("span",{children:"Success"})]}):O.buttonText})]}),(0,Re.jsx)(he,{}),(0,Re.jsx)($,{protectedByPrivy:!0})]})},P4=so.default.div`
|
|
2521
2521
|
display: flex;
|
|
2522
2522
|
flex-direction: column;
|
|
2523
2523
|
align-items: center;
|
|
2524
2524
|
justify-content: center;
|
|
2525
|
-
`,
|
|
2525
|
+
`,T4=so.default.span`
|
|
2526
2526
|
color: var(--privy-color-foreground);
|
|
2527
2527
|
text-align: center;
|
|
2528
2528
|
font-size: 1.125rem;
|
|
@@ -2570,7 +2570,7 @@ backed up.`}),(0,Lt.jsx)(L,{onClick:A,children:"Confirm with Google"})]}),(0,Lt.
|
|
|
2570
2570
|
font-weight: 500 !important;
|
|
2571
2571
|
}
|
|
2572
2572
|
}
|
|
2573
|
-
`,
|
|
2573
|
+
`,_4=so.default.div`
|
|
2574
2574
|
line-height: 20px;
|
|
2575
2575
|
height: 20px;
|
|
2576
2576
|
font-size: 13px;
|
|
@@ -2580,7 +2580,7 @@ backed up.`}),(0,Lt.jsx)(L,{onClick:A,children:"Confirm with Google"})]}),(0,Lt.
|
|
|
2580
2580
|
width: 100%;
|
|
2581
2581
|
margin-top: 16px;
|
|
2582
2582
|
margin-bottom: 4px;
|
|
2583
|
-
`,
|
|
2583
|
+
`,k4=so.default.span`
|
|
2584
2584
|
display: flex;
|
|
2585
2585
|
align-items: center;
|
|
2586
2586
|
gap: 8px;
|
|
@@ -2593,7 +2593,7 @@ backed up.`}),(0,Lt.jsx)(L,{onClick:A,children:"Confirm with Google"})]}),(0,Lt.
|
|
|
2593
2593
|
color: #ffffff;
|
|
2594
2594
|
}
|
|
2595
2595
|
`}
|
|
2596
|
-
`;var V2=
|
|
2596
|
+
`;var V2=m(require("@heroicons/react/24/outline/EnvelopeIcon"));var H2=m(require("@heroicons/react/24/outline/EnvelopeIcon")),ls=require("react"),Sp=m(require("styled-components"));var lo=require("react/jsx-runtime"),G2=(0,ls.forwardRef)((e,t)=>{let[r,o]=(0,ls.useState)(""),[n,i]=(0,ls.useState)(!1),{authenticated:a,user:l}=H(),{initUpdateEmail:s}=M(),{navigate:c,setModalData:u,currentScreen:f}=_(),{enabled:y,token:g}=Ie(),b=Rs(r),v=n,k=n||!b,x=async I=>{if(!l?.email)throw new Error("User is required to have an email address to update it.");i(!0);try{await s(l.email.address,r,I),c("AWAITING_PASSWORDLESS_CODE")}catch(A){u({errorModalData:{error:A,previousScreen:f||"LANDING"}})}i(!1)},w=()=>{y&&!g&&!a?(u({captchaModalData:{callback:I=>{if(!l?.email)throw new Error("User is required to have an email address to update it.");return s(l.email.address,r,I)},userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),c("CAPTCHA_SCREEN")):x(g)};return(0,lo.jsxs)(lo.Fragment,{children:[(0,lo.jsx)(R4,{children:(0,lo.jsxs)(I4,{children:[(0,lo.jsx)(H2.default,{}),(0,lo.jsx)("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:I=>o(I.target.value),onKeyUp:I=>{I.key==="Enter"&&w()},value:r,autoComplete:"email"}),e.stacked?null:(0,lo.jsx)(Si,{isSubmitting:v,onClick:w,disabled:k,children:"Submit"})]})}),e.stacked?(0,lo.jsx)(L,{loadingText:null,loading:v,disabled:k,onClick:w,children:"Submit"}):null]})}),R4=Sp.default.div`
|
|
2597
2597
|
width: 100%;
|
|
2598
2598
|
`,I4=Sp.default.label`
|
|
2599
2599
|
display: block;
|
|
@@ -2653,7 +2653,7 @@ backed up.`}),(0,Lt.jsx)(L,{onClick:A,children:"Confirm with Google"})]}),(0,Lt.
|
|
|
2653
2653
|
&& > input::placeholder {
|
|
2654
2654
|
color: var(--privy-color-foreground-3);
|
|
2655
2655
|
}
|
|
2656
|
-
`;var
|
|
2656
|
+
`;var Er=require("react/jsx-runtime"),z2=()=>(0,Er.jsxs)(Er.Fragment,{children:[(0,Er.jsx)(P,{},"header"),(0,Er.jsx)(le,{}),(0,Er.jsx)(Ne,{title:"Update your email",description:"Add the email address you'd like to use going forward. We'll send you a confirmation code",icon:(0,Er.jsx)(V2.default,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),(0,Er.jsx)(Fr,{children:(0,Er.jsx)(G2,{stacked:!0})}),(0,Er.jsx)(he,{}),(0,Er.jsx)($,{protectedByPrivy:!0})]});var Fc=m(require("styled-components"));var xp=require("react/jsx-runtime"),q2=({style:e,...t})=>(0,xp.jsx)("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:(0,xp.jsx)("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"})});var cr=require("react/jsx-runtime"),$2=()=>{let{navigate:e}=_();return(0,cr.jsxs)(cr.Fragment,{children:[(0,cr.jsx)(P,{}),(0,cr.jsxs)(M4,{children:[(0,cr.jsx)(W4,{children:(0,cr.jsx)(q2,{})}),(0,cr.jsxs)(L4,{children:[(0,cr.jsx)("h3",{children:"Unable to sign in"}),(0,cr.jsx)("p",{children:"This application has reached its user limit and cannot sign in new users."})]}),(0,cr.jsx)(L,{onClick:()=>{e("LANDING")},children:"Go back"})]}),(0,cr.jsx)($,{protectedByPrivy:!0})]})},M4=Fc.default.div`
|
|
2657
2657
|
display: flex;
|
|
2658
2658
|
flex-direction: column;
|
|
2659
2659
|
align-items: center;
|
|
@@ -2662,7 +2662,7 @@ backed up.`}),(0,Lt.jsx)(L,{onClick:A,children:"Confirm with Google"})]}),(0,Lt.
|
|
|
2662
2662
|
width: 100%;
|
|
2663
2663
|
padding-top: 8px;
|
|
2664
2664
|
padding-bottom: 32px;
|
|
2665
|
-
`,W4=
|
|
2665
|
+
`,W4=Fc.default.div`
|
|
2666
2666
|
display: flex;
|
|
2667
2667
|
align-items: center;
|
|
2668
2668
|
justify-content: center;
|
|
@@ -2671,11 +2671,11 @@ backed up.`}),(0,Lt.jsx)(L,{onClick:A,children:"Confirm with Google"})]}),(0,Lt.
|
|
|
2671
2671
|
color: var(--privy-color-error);
|
|
2672
2672
|
background-color: var(--privy-color-error-light);
|
|
2673
2673
|
border-radius: 50%;
|
|
2674
|
-
`,L4=
|
|
2674
|
+
`,L4=Fc.default.div`
|
|
2675
2675
|
display: flex;
|
|
2676
2676
|
flex-direction: column;
|
|
2677
2677
|
gap: 8px;
|
|
2678
|
-
`;var Bc=
|
|
2678
|
+
`;var Bc=m(require("styled-components"));var O4=`
|
|
2679
2679
|
*,
|
|
2680
2680
|
::before,
|
|
2681
2681
|
::after {
|
|
@@ -3000,4 +3000,4 @@ backed up.`}),(0,Lt.jsx)(L,{onClick:A,children:"Confirm with Google"})]}),(0,Lt.
|
|
|
3000
3000
|
opacity: 1;
|
|
3001
3001
|
}
|
|
3002
3002
|
}
|
|
3003
|
-
`;var lt=require("react/jsx-runtime"),N4={["LANDING"]:gg,["CONNECT_OR_CREATE"]:yg,["AWAITING_PASSWORDLESS_CODE"]:gf,["AWAITING_CONNECTION"]:Vf,["AWAITING_CONNECT_ONLY_CONNECTION"]:$f,["AWAITING_FARCASTER_CONNECTION"]:gy,["AWAITING_FARCASTER_SIGNER"]:by,["AWAITING_PASSKEY_SYSTEM_DIALOGUE"]:l2,["PHANTOM_INTERSTITIAL_SCREEN"]:u2,["LOGIN_FAILED_SCREEN"]:Wg,["AWAITING_OAUTH_SCREEN"]:s2,["ALLOWLIST_REJECTION_SCREEN"]:af,["USER_LIMIT_REACHED_SCREEN"]:$2,["INSTALL_PHANTOM_SCREEN"]:Vy,["LINK_EMAIL_SCREEN"]:Cg,["LINK_PHONE_SCREEN"]:Rg,["LINK_WALLET_SCREEN"]:Ig,["LINK_PASSKEY_SCREEN"]:kg,["UPDATE_EMAIL_SCREEN"]:z2,["CONNECT_ONLY_LANDING_SCREEN"]:Bf,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:Lf,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:uh,["EMBEDDED_WALLET_CREATED_SCREEN"]:nh,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:th,["EMBEDDED_WALLET_PASSWORD_RECOVERY_SCREEN"]:f2,["EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN"]:P2,["EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN"]:g2,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:ch,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:U2,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:N2,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Ry,["FIAT_ON_RAMP_STATUS_SCREEN"]:Oy,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:Xh,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:Yh,["EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN"]:v2,["MFA_ENROLLMENT_FLOW_SCREEN"]:m1,["CAPTCHA_SCREEN"]:Sf,["ERROR_SCREEN"]:ry,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Fy,["AFFIRMATIVE_CONSENT_SCREEN"]:rf},D4=["LANDING","AWAITING_CONNECTION"],F4=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:r,isModalOpen:o}=G(),{headless:n}=fo(),{ready:i,currentScreen:a}=k(),{status:l,execute:s,reset:c,enabled:u}=Me(),h=(0,Xo.useRef)(null),y=qm(h),g=o&&a&&D4.includes(a)&&!n&&l==="ready";if((0,Xo.useEffect)(()=>{g&&s()},[g]),(0,Xo.useEffect)(()=>{!o&&u&&c()},[o,u]),(!r||!i)&&a!=="AWAITING_OAUTH_SCREEN")return(0,lt.jsxs)(ea,{id:"privy-modal-content",children:[(0,lt.jsx)(P,{}),(0,lt.jsx)(le,{}),(0,lt.jsx)(Jg,{children:(0,lt.jsx)(vt,{})}),(0,lt.jsx)(he,{}),(0,lt.jsx)(K,{})]});if(!a&&e)return(0,lt.jsx)(ea,{style:{height:y},id:"privy-modal-conent",children:(0,lt.jsx)("div",{ref:h,children:(0,lt.jsx)(bp,{open:e,onClose:t})})});if(!a)return null;let b=N4[a];return(0,lt.jsx)(ea,{style:{height:y},id:"privy-modal-content",children:(0,lt.jsxs)("div",{ref:h,children:[(0,lt.jsx)(Uo,{if:!!e,children:(0,lt.jsx)(b,{})}),(0,lt.jsx)(Uo,{if:!e,children:(0,lt.jsx)(bp,{open:e,onClose:t})})]})})},U4=()=>{let{closePrivyModal:e}=W(),{onUserCloseViaDialogOrKeybindRef:t}=k();return{gracefulClosePrivyModal:(0,Xo.useCallback)(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},J2=({open:e})=>{let{app:t}=k(),{gracefulClosePrivyModal:r}=U4(),[o,n]=(0,Xo.useState)(!1);Al({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=(0,lt.jsx)(Y2,{children:(0,lt.jsx)(F4,{isMfaVerifying:o,onMfaVerificationComplete:()=>n(!1)})}),a=e||o,l=t?.render.inDialog?(0,lt.jsx)(Zg,{open:a,id:"privy-dialog","aria-label":"log in or sign up","aria-labelledby":"privy-dialog-title",onClick:()=>r(),children:i}):i;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return Z2.default.createPortal(l,s)}return l};var Q2=require("react"),da=require("react");var Hc=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 kn(e,t,r,o,n,i=!1){let a=i,l=async u=>{if(a&&t&&t.length>0){u===(i?0:1)?n("configureMfa","onMfaRequired",t):o.current?.reject(new Ge("missing_or_invalid_mfa","MFA verification failed, retry."));let h=await new Promise((y,g)=>{r.current={resolve:y,reject:g};let b=1e3*60*5;setTimeout(()=>{let C=new Ge("mfa_timeout","Timed out waiting for MFA code");o.current?.reject(C),g(C)},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")a=!0;else throw o.current?.resolve(void 0),h}if(c===null){let u=new Ge("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw o.current?.reject(u),u}return c}var ev=require("react/jsx-runtime"),B4=function(e){return()=>`id-${e++}`}(0);function H4(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Ot(e){return e.error!==void 0}var xt=new Hc,kp=new Map,G4=(e,t)=>typeof t=="bigint"?t.toString():t,V4=(e,t)=>`${e}${JSON.stringify(t,G4)}`;function Nt(e,t,r,o){let n=r.contentWindow;if(!n)throw new Error("iframe not initialized");let i=V4(e,t);if(e==="privy:wallet:create"){let l=kp.get(i);if(l)return l}let a=new Promise((l,s)=>{let c=B4();xt.enqueue(c,{resolve:l,reject:s}),n.postMessage({id:c,event:e,data:t},o)}).finally(()=>{kp.delete(i)});return kp.set(i,a),a}function z4(e){switch(e.event){case"privy:iframe:ready":let t=xt.dequeue(e.event,e.id);return Ot(e)?t.reject(new Ge(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let r=xt.dequeue(e.event,e.id);return Ot(e)?r.reject(new Ge(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:connect":let o=xt.dequeue(e.event,e.id);return Ot(e)?o.reject(new Ge(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:recover":let n=xt.dequeue(e.event,e.id);return Ot(e)?n.reject(new Ge(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=xt.dequeue(e.event,e.id);return Ot(e)?i.reject(new Ge(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=xt.dequeue(e.event,e.id);return Ot(e)?a.reject(new Ge(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=xt.dequeue(e.event,e.id);return Ot(e)?l.reject(new Ge(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=xt.dequeue(e.event,e.id);return Ot(e)?s.reject(new Ge(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=xt.dequeue(e.event,e.id);return Ot(e)?s.reject(new Ge(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=xt.dequeue(e.event,e.id);return Ot(e)?s.reject(new Ge(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:clear":{let s=xt.dequeue(e.event,e.id);return Ot(e)?s.reject(new Ge(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:init-signer":{let s=xt.dequeue(e.event,e.id);return Ot(e)?s.reject(new Ge(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:submit-cast":{let s=xt.dequeue(e.event,e.id);return Ot(e)?s.reject(new Ge(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:remove-cast":{let s=xt.dequeue(e.event,e.id);return Ot(e)?s.reject(new Ge(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:react-to-cast":{let s=xt.dequeue(e.event,e.id);return Ot(e)?s.reject(new Ge(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:submit-link":{let s=xt.dequeue(e.event,e.id);return Ot(e)?s.reject(new Ge(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:remove-link":{let s=xt.dequeue(e.event,e.id);return Ot(e)?s.reject(new Ge(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function X2(e){let t=(0,da.useRef)(null),r=(0,da.useRef)(e.mfaMethods),o=_l(),[n,i]=(0,Q2.useState)(!1);return(0,da.useEffect)(()=>{r.current=e.mfaMethods},[e.mfaMethods]),(0,da.useEffect)(()=>{if(!n)return;let a=t.current;if(!a)return;function l(y){y&&y.origin===e.origin&&H4(y.data)&&z4(y.data)}let s={create(y){return Nt("privy:wallet:create",y,a,e.origin)},connect(y){return Nt("privy:wallet:connect",y,a,e.origin)},recover(y){return kn(g=>Nt("privy:wallet:recover",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(y){return kn(g=>Nt("privy:wallet:rpc",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(y){return kn(g=>Nt("privy:wallet:set-recovery-password",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(y){return kn(g=>Nt("privy:mfa:verify",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(y){return kn(g=>Nt("privy:mfa:init-enrollment",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(y){return kn(g=>Nt("privy:mfa:submit-enrollment",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},unenrollMfa(y){return kn(g=>Nt("privy:mfa:unenroll",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},clearMfa(y){return Nt("privy:mfa:clear",y,a,e.origin)},initFarcasterSigner(y){return Nt("privy:farcaster:init-signer",y,a,e.origin)},submitCast(y){return Nt("privy:farcaster:submit-cast",y,a,e.origin)},removeCast(y){return Nt("privy:farcaster:remove-cast",y,a,e.origin)},reactToCast(y){return Nt("privy:farcaster:react-to-cast",y,a,e.origin)},submitLink(y){return Nt("privy:farcaster:submit-link",y,a,e.origin)},removeLink(y){return Nt("privy:farcaster:remove-link",y,a,e.origin)}};window.addEventListener("message",l);let c=()=>e.onLoad(s),u=(...y)=>{console.warn("Privy iframe failed to load: ",...y),e.onLoadFailed()},h=new AbortController;return Mu(()=>Nt("privy:iframe:ready",{},a,e.origin),{abortSignal:h.signal}).then(c,u),()=>{window.removeEventListener("message",l),h.abort()}},[n]),(0,ev.jsx)("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},onLoad:()=>i(!0),src:Is(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function Gc(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(o=>t.includes(o))}async function tv({url:e,popup:t}){return t.location=e,new Promise((o,n)=>{function i(){t?.close(),window.removeEventListener("message",a)}function a(l){l.data&&(l.data.type==="PRIVY_OAUTH_RESPONSE"?(o(l.data),i()):l.data.type==="PRIVY_OAUTH_ERROR"&&(n(l.data.error),i()))}window.addEventListener("message",a)})}var rv=e=>({id:e.id,raw_id:e.rawId,response:{client_data_json:e.response.clientDataJSON,authenticator_data:e.response.authenticatorData,signature:e.response.signature,user_handle:e.response.userHandle},authenticator_attachment:e.authenticatorAttachment,client_extension_results:{app_id:e.clientExtensionResults.appid,cred_props:e.clientExtensionResults.credProps,hmac_create_secret:e.clientExtensionResults.hmacCreateSecret},type:e.type});var mr=require("react/jsx-runtime"),_n;function q4(e){return typeof e=="string"&&e.length===25}function Pe(){if(!_n){let e=oe.get(In);return Promise.resolve(e||null)}return _n.getAccessToken()}var nv,Zu=(e,t)=>nv(e,t),iv,Ju=(e,t)=>iv(e,t),av,Qu=(e,t)=>av(e,t),sv,Xu=()=>sv(),$4=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;oe.put(fa,t);let r=new URL(window.location.href);r.searchParams.delete("privy_token"),window.history.pushState({},"",r)},lv=({config:e,...t})=>{if(!q4(t.appId))throw new T("Cannot initialize the Privy provider with an invalid Privy app ID");_n||(_n=new Ti({appId:t.appId,apiUrl:t.apiUrl||Ss}));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."),(0,mr.jsx)(_m,{client:_n,clientConfig:r,legacyCreateEmbeddedWalletFlag:t.createPrivyWalletOnLogin,children:(0,mr.jsx)(K4,{...t,client:_n})})},K4=e=>{let t=e.client,[r,o]=(0,ae.useState)(!1),[n,i]=(0,ae.useState)(!1),[a,l]=(0,ae.useState)(!1),[s,c]=(0,ae.useState)(null),[u,h]=(0,ae.useState)([]),y=(0,ae.useRef)(u),[g,b]=(0,ae.useState)(!1),[C,_]=(0,ae.useState)(null),[x,w]=(0,ae.useState)(!1),[I,A]=(0,ae.useState)({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:E}),[O,S]=(0,ae.useState)({status:"initial"}),[D,J]=(0,ae.useState)(null),[z,q]=(0,ae.useState)(null),[M,se]=(0,ae.useState)(null),B=fo(),be=vl(),[ve,ye]=(0,ae.useState)(!0),[ke,ie]=(0,ae.useState)({}),[tr,Kt]=(0,ae.useState)(null),[rr,ht]=(0,ae.useState)(null),[Sr,qe]=(0,ae.useState)(!1),[ct,xr]=(0,ae.useState)(!1),or=(0,ae.useRef)(null),ot=(0,ae.useRef)(null),N=(0,ae.useRef)($m);t.onStoreToken=d=>{d&&F(N,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{c(null),l(!1),F(N,"accessToken","onAccessTokenRemoved")};let me=(0,ae.useRef)(null),V=(0,ae.useRef)(null),Te=d=>{_(d),setTimeout(()=>{o(!0)},15),t.createAnalyticsEvent({eventName:"modal_open",payload:{initialScreen:d}})},kr=d=>{B.embeddedWallets.createOnLogin!=="off"&&ye(!0),Te(d)};(0,ae.useEffect)(()=>{let d=()=>{document.visibilityState==="hidden"&&t.createAnalyticsEvent({eventName:"page_hidden",options:{keepAlive:!0}})};return document.addEventListener("visibilitychange",d),()=>{document.removeEventListener("visibilitychange",d)}},[]),(0,ae.useEffect)(()=>{if(!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s.linkedAccounts.find(p=>p.type==="wallet"&&p.walletClientType==="privy");if(!d){t.connectors?.removeEmbeddedWalletConnector();return}if(!t.connectors){console.warn("Failed to add embedded wallet connector: Client connectors not initialized");return}if(!M){console.warn("Failed to add embedded wallet connector: Wallet proxy not initialized");return}t.connectors.addEmbeddedWalletConnector(M,d.address,B.defaultChain,e.appId)},[M,s]),(0,ae.useEffect)(()=>{M&&rr?.(M)},[M]),(0,ae.useEffect)(()=>{(async()=>{if(!B.customAuth?.enabled)return;ye(!0);let{getCustomAccessToken:p,isLoading:m}=B.customAuth;if(!(!n||m))try{let v=await p();if(!v&&a){await ai.logout();return}if(!v||a)return;t.startAuthFlow(new si(v));let{user:R,isNewUser:H}=await t.authenticate();if(!R){await ai.logout();return}c(R||null),b(H||!1),l(!0),xr(!0)}catch(v){console.warn(v),a&&await ai.logout()}})()},[B.customAuth?.enabled,B.customAuth?.getCustomAccessToken,B.customAuth?.isLoading,n,a]),(0,ae.useEffect)(()=>{ct&&M&&s&&Mr(s,B.embeddedWallets.createOnLogin)&&(xr(!1),ma(s,li).catch(console.error))},[ct&&M&&s]),(0,ae.useEffect)(()=>{async function d(){let p=An();$4();let m=(0,ov.createStore)();J(m),t.initializeConnectorManager({walletConnectCloudProjectId:B.walletConnectCloudProjectId,rpcConfig:B.rpcConfig,chains:B.chains,defaultChain:B.defaultChain,store:m,walletList:B.appearance.walletList,shouldEnforceDefaultChainOnConnect:B.shouldEnforceDefaultChainOnConnect,appName:B.name??"Privy"}),t.connectors?.initialize().then(()=>{ps()});let v=await t.getAuthenticatedUser();B.customAuth?.enabled||(l(!!v),v&&F(N,"login","onComplete",v,!1,!0,null,null),c(v)),p||Ee.setReadyToTrue(!!v),p&&(v?V.current="link":V.current="login")}!n&&be&&d()},[t,tr,n,be]),(0,ae.useEffect)(()=>{if(!n)return;if(!s){qe(!0);return}if(!!!s.linkedAccounts.find(m=>m.type==="wallet"&&m.walletClientType==="privy")){qe(!0);return}let p=!!u.find(m=>m.walletClientType==="privy");qe(p)},[n,s,u]);let An=()=>{let d=Ea();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 po(d)),kr("AWAITING_OAUTH_SCREEN"),!0)},jt=async(d,p,m,v)=>{let R=await t.connectors?.createWalletConnector(d,p)||null;pa(R,p,m,v)};async function pa(d,p,m,v){if(d)A({status:"disconnected",connectedWallet:null,connectError:null,connector:d,connectRetry:E});else return A({status:"disconnected",connectedWallet:null,connectError:new ce("Unable to connect to wallet."),connector:null,connectRetry:E}),v?.(null,m);d instanceof ho&&p&&await d.resetConnection(p),A({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>pa(d,p,m,v)});try{let R=await d.connect({showPrompt:!0});if(B.shouldEnforceDefaultChainOnConnect&&!B.chains.find(H=>H.id===Number(R?.chainId))&&!(R?.connectorType==="wallet_connect_v2"&&R?.walletClientType==="metamask")){A(H=>({...H,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:E}));try{await R?.switchChain(B.defaultChain.id),R&&(R.chainId=ci(Dn(B.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${B.defaultChain.id}`)}}return A(H=>({...H,status:"connected",connectedWallet:R,connectError:null,connectRetry:E})),R&&!V.current&&F(N,"connectWallet","onSuccess",R),v?.(R,m)}catch(R){return R instanceof nt?(console.warn(R.cause?R.cause:R.message),V.current||F(N,"connectWallet","onError",R.privyErrorCode||"generic_connect_wallet_error")):(console.warn(R),V.current||F(N,"connectWallet","onError","unknown_connect_wallet_error")),A(H=>({...H,status:"disconnected",connectedWallet:null,connectError:R})),v?.(null,m)}}let Ao=async(d,p)=>{if(d===null)return;let m=new Hn(d,p);t.startAuthFlow(m)},ps=()=>{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"&&!rn()&&kr("LOGIN_FAILED_SCREEN"),!t.connectors)throw new T("Connector not initialized");Te("AWAITING_CONNECTION");let v=new URL(window.location.href);v.searchParams.delete("privy_connector"),v.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",v),jt(p,m,void 0,Ao)};(0,ae.useEffect)(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let kt=()=>{if(!a)throw F(N,"linkAccount","onError","must_be_authenticated"),new T("User must be authenticated before linking an account.")},us=()=>{kt(),me.current="siwe",V.current="link",Te("LINK_WALLET_SCREEN")},ua=d=>{if(!a||!s)return!1;if(d.walletClientType==="privy")return!0;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address&&p.walletClientType!=="privy")return!0;return!1},Rn=async d=>{if(!t.connectors)throw new T("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(A(m=>({...m,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:E})),B.captchaEnabled&&!a){let m={callback:v=>Ao(d,v),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};ie({captchaModalData:m}),kr("CAPTCHA_SCREEN")}else await Ao(d),kr("AWAITING_CONNECTION")},yt=async(d,p)=>{if(!B.fiatOnRamp.enabled)throw new T("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:m,externalTransactionId:v}=await _y(t,d,p?.config??{},B.appearance.palette,B.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:v}}else throw new T("Unsupported fund provider. Currently supported option is `moonpay`.")},Dt=()=>{h(d=>{let p=t.connectors?.wallets.map(m=>({...m,linked:ua(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");Rn(m)},fund:async v=>{let{signedUrl:R,externalTransactionId:H}=await yt(m.address,v);ie({fiatOnRampPrompt:{signedUrl:R},fiatOnRampStatus:{externalTransactionId:H}}),Te("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new T("User is not authenticated.");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new T("Cannot unlink an embedded wallet");let v=await t.unlinkWallet(m.address);c(v)}}))||[];return Js(d,p)?d:p})};(0,ae.useEffect)(()=>{Dt()},[s?.linkedAccounts,a,n]),(0,ae.useEffect)(()=>{if(n){if(!t.connectors)throw new T("Connector not initialized");Dt(),t.connectors.on("walletsUpdated",Dt)}},[n]);let Ro=()=>{Te(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};(0,ae.useEffect)(()=>{if(!u[0])return;let d=u[0],p=y.current.find(v=>v.address===d.address),m;if(d.walletClientType==="privy"?m=s?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===d.address&&v.walletClientType==="privy"):m=s?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===d.address&&v.walletClientType!=="privy"),!p&&m){let v=Object.assign({},s);v.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(v)}y.current=u},[u]);let ma=async(d,p)=>{if(He(d))throw F(N,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[v,R]=await Promise.all([Ee.initializeWalletProxy(p),Pe()]);if(!v&&B.customAuth?.enabled)throw F(N,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!v||!R||B.embeddedWallets?.requireUserOwnedRecoveryOnCreate)return new Promise((H,ee)=>{ye(!0),ie({createWallet:{onSuccess:_t=>{F(N,"createWallet","onSuccess",_t),H(_t)},onFailure:_t=>{F(N,"createWallet","onError","unknown_embedded_wallet_error"),ee(_t)},callAuthOnSuccessOnClose:!1}}),Te("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await v.create({accessToken:R});let H=await Ee.refreshUser(),ee=He(H);if(!ee)throw F(N,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return F(N,"createWallet","onSuccess",ee),ee}},Io=d=>{if(!B.chains.map(p=>p.id).includes(d))throw new ce(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},ms=(d,p,m)=>new Promise(async(v,R)=>{if(!a||!s){F(N,"sendTransaction","onError","must_be_authenticated"),R(new Error("User must be authenticated before signing with a Privy wallet"));return}let H=He(s);if(!H){F(N,"sendTransaction","onError","embedded_wallet_not_found"),R(new Error("Must have a Privy wallet before signing"));return}ye(!0);let ee=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,gt=d.chainId?Number(d.chainId):ee.chainId;Io(gt);let _t=Object.assign({},d,{chainId:gt}),Ar=async()=>{let $e=await Pe();if(!$e||!M){F(N,"sendTransaction","onError","embedded_wallet_not_found"),R(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await Ee.recoverEmbeddedWallet()){F(N,"sendTransaction","onError","unknown_connect_wallet_error"),R(new Error("Unable to connect to wallet"));return}let Yt=Wo(_t.chainId,B.chains,B.rpcConfig,{appId:e.appId}),zc=await aa(H.address,_t,Yt);if(B.embeddedWallets.noPromptOnSignature){let{totalGasEstimate:Fv}=await ia(zc,Yt),{hasSufficientFunds:Uv}=await Mc(H.address,zc,Fv,Yt);if(!Uv)throw new et(new hr("Wallet has insufficient funds for this transaction.",At.E32603_DEFAULT_INTERNAL_ERROR.eipCode))}let Ip=await Ic($e,H.address,M,zc,Yt);F(N,"sendTransaction","onSuccess",Ip),v(Ip)}catch(fr){F(N,"sendTransaction","onError","transaction_failure"),R(fr)}};if(B.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),Ar();else{let $e={transactionRequest:_t,onSuccess:Yt=>{F(N,"sendTransaction","onSuccess",Yt),v(Yt)},onFailure:Yt=>{F(N,"sendTransaction","onError","transaction_failure"),R(Yt)},uiOptions:p||{},fundWalletConfig:m},fr={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:Yt=>{F(N,"sendTransaction","onError","unknown_connect_wallet_error"),R(Yt)}};ie({connectWallet:fr,sendTransaction:$e}),Te("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Rp(){return new Promise(async(d,p)=>{let m=await Pe();if(!m||!M)throw new Error("Must have valid access token to enroll in MFA");try{await M.verifyMfa({accessToken:m}),d()}catch(v){p(v)}})}let _r=d=>{if(d==="passkey"){if(s&&s.linkedAccounts.filter(p=>p.type==="passkey").length>=5)throw F(N,"linkAccount","onError","cannot_link_more_of_type"),new T(`User already has an account of type ${d} linked.`)}else if(s?.[d])throw F(N,"linkAccount","onError","cannot_link_more_of_type"),new T(`User already has an account of type ${d} linked.`)},ai={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Ro,linkWallet:us,linkEmail:()=>{kt(),_r("email"),me.current="email",V.current="link",Te("LINK_EMAIL_SCREEN")},linkPhone:()=>{kt(),_r("phone"),me.current="sms",V.current="link",Te("LINK_PHONE_SCREEN")},linkGoogle:async()=>{kt(),_r("google"),V.current="link",await Ee.initLoginWithOAuth("google")},linkTwitter:async()=>{kt(),_r("twitter"),V.current="link",await Ee.initLoginWithOAuth("twitter")},linkDiscord:async()=>{kt(),_r("discord"),V.current="link",await Ee.initLoginWithOAuth("discord")},linkGithub:async()=>{kt(),_r("github"),V.current="link",await Ee.initLoginWithOAuth("github")},linkSpotify:async()=>{kt(),_r("spotify"),V.current="link",await Ee.initLoginWithOAuth("spotify")},linkTiktok:async()=>{kt(),_r("tiktok"),V.current="link",await Ee.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{kt(),_r("linkedin"),V.current="link",await Ee.initLoginWithOAuth("linkedin")},linkApple:async()=>{kt(),_r("apple"),V.current="link",await Ee.initLoginWithOAuth("apple")},linkPasskey:async()=>{kt(),_r("passkey"),await Ee.initLinkWithPasskey(),Te("LINK_PASSKEY_SCREEN")},linkFarcaster:async()=>{kt(),_r("farcaster"),await Ee.initLoginWithFarcaster(),V.current="link",me.current="farcaster",Te("AWAITING_FARCASTER_CONNECTION")},updateEmail:()=>{if(kt(),!s?.email)throw new T("User does not have an email linked to their account.");V.current="link",me.current="email",Te("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=>{Kt(v=>m.bind(v))});if(Kt(null),p){console.warn(d);return}}if(a){console.warn(d);return}V.current="login",kr("LANDING")},connectOrCreateWallet:async()=>{if(n||(await new Promise(d=>{Kt(()=>d)}),Kt(null)),a){console.warn("User must be unauthenticated to `connectOrCreateWallet`");return}if(u[0]){console.warn("User must have no connected wallets to `connectOrCreateWallet`");return}kr("CONNECT_OR_CREATE")},logout:async()=>{if(await t.logout(),s&&M)try{await M.clearMfa({userId:s.id})}catch{}c(null),l(!1),_(null),F(N,"logout","onSuccess"),V.current=null,me.current=null,o(!1),oe.del(ha)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new Ze;let d=u.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.address===d?.address));return!d||!p?new Ze:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Vc.Web3Provider(new jr(new Ze));let d=u.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.address===d?.address));return!d||!p?new Vc.Web3Provider(new jr(new Ze)):new Vc.Web3Provider(new jr(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new sn(new Ze);let d=u.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.address===d?.address));return!d||!p?new sn(new Ze):new sn(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkSpotify:async d=>{let p=await t.unlinkOAuth("spotify",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},unlinkFarcaster:async d=>{let p=await t.unlinkFarcaster(d);return c(p),p},unlinkPasskey:async d=>{let p=await t.unlinkPasskey(d);return c(p),p},setActiveWallet:async d=>{let p=u.find(v=>(0,cs.getAddress)(v.address)===(0,cs.getAddress)(d)),m=s?.linkedAccounts.find(v=>v.type==="wallet"&&(0,cs.getAddress)(v.address)===(0,cs.getAddress)(d));if(!p||!await p.isConnected())q(d),us();else if(!p.linked)p.loginOrLink();else{let v=Object.assign({},s);v.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(v)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw F(N,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return ma(s,15e3)},setWalletPassword:async()=>{if(!a||!s)throw F(N,"setWalletPassword","onError","must_be_authenticated"),new Error("User must be authenticated before adding password to Privy wallet");let d=He(s);if(!d||!M)throw F(N,"setWalletPassword","onError","embedded_wallet_not_found"),new Error("Must have a Privy wallet to add a password");if(d.recoveryMethod==="user-passcode")throw F(N,"setWalletPassword","onError","embedded_wallet_password_already_exists"),new Error("Cannot set password. Embedded wallet already has a password.");try{await Rp()}catch(p){throw F(N,"setWalletPassword","onError","missing_or_invalid_mfa"),p}return new Promise((p,m)=>{ye(!0);let v={onSuccess:H=>{F(N,"setWalletPassword","onSuccess",H),p(H)},onFailure:H=>{F(N,"setWalletPassword","onError","user_exited_set_password_flow"),m(H)},callAuthOnSuccessOnClose:!1},R={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:H=>{F(N,"setWalletPassword","onError","unknown_connect_wallet_error"),m(H)}};ie({setWalletPassword:v,connectWallet:R}),Te("EMBEDDED_WALLET_CONNECTING_SCREEN")})},signMessage:(d,p)=>new Promise(async(m,v)=>{if(!a||!s){F(N,"signMessage","onError","must_be_authenticated"),v(new Error("User must be authenticated before signing with a Privy wallet"));return}let R=He(s);if(!R){F(N,"signMessage","onError","embedded_wallet_not_found"),v(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){F(N,"signMessage","onError","invalid_message"),v(new Error("Message must be a non-empty string"));return}ye(!0);let H=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let ee=await Pe();if(!M||!ee)throw new Error("Unable to connect to wallet");if(!await Ee.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_sign_message_started",payload:{walletAddress:R.address}});let{response:_t}=await M.rpc({accessToken:ee,address:R.address,request:{method:"personal_sign",params:[d,R.address]}}),Ar=_t.data;return t.createAnalyticsEvent({eventName:"embedded_wallet_sign_message_completed",payload:{walletAddress:R.address}}),Ar};if(B.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let ee=await H();F(N,"signMessage","onSuccess",ee),m(ee)}catch(ee){F(N,"signMessage","onError","unable_to_sign"),v(ee??new et("Unable to sign message"))}}else{let _t={method:"personal_sign",data:d,confirmAndSign:H,onSuccess:$e=>{F(N,"signMessage","onSuccess",$e),m($e)},onFailure:$e=>{F(N,"signMessage","onError","unable_to_sign"),v($e)},uiOptions:p||{}},Ar={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:$e=>{F(N,"signMessage","onError","unknown_connect_wallet_error"),v($e)}};ie({signMessage:_t,connectWallet:Ar}),Te("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),signTypedData:(d,p)=>new Promise(async(m,v)=>{if(!a||!s){F(N,"signTypedData","onError","must_be_authenticated"),v(new Error("User must be authenticated before signing with a Privy wallet"));return}let R=He(s);if(!R){F(N,"signTypedData","onError","embedded_wallet_not_found"),v(new Error("Must have a Privy wallet before signing"));return}ye(!0);let H=Ws(d),ee=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let gt=await Pe();if(!M||!gt)throw new Error("Unable to connect to wallet");if(!await Ee.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_sign_typed_data_started",payload:{walletAddress:R.address}});let{response:Ar}=await M.rpc({accessToken:gt,address:R.address,request:{method:"eth_signTypedData_v4",params:[R.address,H]}}),$e=Ar.data;return t.createAnalyticsEvent({eventName:"embedded_wallet_sign_typed_data_completed",payload:{walletAddress:R.address}}),$e};if(B.embeddedWallets.noPromptOnSignature||(B.legacyWalletUiConfig??!1)){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let gt=await ee();F(N,"signTypedData","onSuccess",gt),m(gt)}catch(gt){F(N,"signTypedData","onError","unable_to_sign"),v(gt??new et("Unable to sign message"))}}else{let Ar={method:"eth_signTypedData_v4",data:H,confirmAndSign:ee,onSuccess:fr=>{F(N,"signTypedData","onSuccess",fr),m(fr)},onFailure:fr=>{F(N,"signTypedData","onError","unable_to_sign"),v(fr)},uiOptions:p||{}},$e={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:fr=>{F(N,"signMessage","onError","unknown_connect_wallet_error"),v(fr)}};ie({signMessage:Ar,connectWallet:$e}),Te("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,m)=>{let R=await(await ms(d,p,m)).wait();return Wc(R)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!He(s)){p(new Error("Must have a Privy wallet before exporting"));return}ye(!0);let v={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p,shouldForceMFA:!0};if(ie(ke),!await Pe()||!M){p(new Error("Must have valid access token to enroll in MFA"));return}if(!M){p(new Error("Must have a Privy wallet before exporting"));return}let H={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};ie({keyExport:H,connectWallet:v}),Te("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Rp,async init(d){switch(d){case"sms":await t.initMfaSmsVerification();return;case"passkey":return await t.initMfaPasskeyVerification();case"totp":return;default:throw new Error(`Unsupported MFA method: ${d}`)}},async submit(d,p){switch(d){case"totp":case"sms":if(typeof p!="string")throw new T("Invalid MFA code");or.current?.resolve({mfaMethod:d,mfaCode:p,relyingParty:window.origin}),await new Promise((H,ee)=>{ot.current={resolve:H,reject:ee}});break;case"passkey":if(typeof p=="string")throw new T("Invalid authenticator response");let v=await(await import("@simplewebauthn/browser")).startAuthentication(p),R=rv(v);or.current?.resolve({mfaMethod:d,mfaCode:R,relyingParty:window.origin}),await new Promise((H,ee)=>{ot.current={resolve:H,reject:ee}});break;default:throw or.current?.reject(new T("Unsupported MFA method")),new T(`Unsupported MFA method: ${d}`)}},cancel(){or.current?.reject(new T("MFA canceled"))},async initEnrollmentWithSms(d){let p=await Pe();if(!p||!M)throw new Error("Must have valid access token to enroll in MFA");await M.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,m)=>{if(!d){Ee.closePrivyModal(),p();return}B.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."),ie({mfaEnrollmentFlow:{mfaMethods:B.mfa.methods,onSuccess:p,onFailure:m}}),Te("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await Pe();if(!d||!M)throw new Error("Must have valid access token to enroll in MFA");let p=await M.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await Pe();if(!p||!M)throw new Error("Must have valid access token to enroll in MFA");await M.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async submitEnrollmentWithTotp(d){let p=await Pe();if(!p||!M)throw new Error("Must have valid access token to enroll in MFA");await M.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async initEnrollmentWithPasskey(){},async submitEnrollmentWithPasskey({credentialIds:d}){let p=await Pe();if(!p||!M)throw new Error("Must have valid access token to enroll in MFA");await M.submitEnrollMfa({method:"passkey",accessToken:p,credentialIds:d});let m=await t.getAuthenticatedUser();c(m)},async unenroll(d){let p=await Pe();if(!p||!M)throw new Error("Must have valid access token to remove MFA");d==="passkey"?await M.submitEnrollMfa({method:"passkey",accessToken:p,credentialIds:[]}):await M.unenrollMfa({method:d,accessToken:p});let m=await t.getAuthenticatedUser();c(m)},requestFarcasterSigner:async()=>{let d=await Pe(),p=s?.linkedAccounts.find(R=>R.type==="wallet"&&R.walletClientType==="privy");if(!d)throw new Error("Must have valid access token to connect with Farcaster");if(!M||!p)throw new Error("Must have an embedded wallet to use Farcaster signers");if(!s?.farcaster?.fid)throw new Error("Must have Farcaster account to use Farcaster signers");if(!await Ee.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");let v=await M.initFarcasterSigner({address:p.address,hdWalletIndex:null,accessToken:d,mfaCode:null,mfaMethod:null,relyingParty:window.origin});if(v.status==="approved"){let R=await t.getAuthenticatedUser();c(R||s||null)}ie({farcasterSigner:v}),Te("AWAITING_FARCASTER_SIGNER")},submitCast:async d=>{let p=await Pe(),m=s?.linkedAccounts.find(H=>H.type==="wallet"&&H.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!M||!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 Ee.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await M.submitCast({address:m.address,hdWalletIndex:null,accessToken:p,mfaCode:null,mfaMethod:null,payload:d,fid:BigInt(s.farcaster.fid),relyingParty:window.origin})).response.hash}},removeCast:async({castHash:d})=>{let p=await Pe(),m=s?.linkedAccounts.find(H=>H.type==="wallet"&&H.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!M||!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 Ee.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await M.removeCast({address:m.address,hdWalletIndex:null,accessToken:p,mfaCode:null,mfaMethod:null,payload:d,fid:BigInt(s.farcaster.fid),relyingParty:window.origin})).response.hash}},likeCast:async({castHash:d,castAuthorFid:p})=>{let m=await Pe(),v=s?.linkedAccounts.find(ee=>ee.type==="wallet"&&ee.walletClientType==="privy");if(!m)throw new Error("Must have valid access token to connect with Farcaster");if(!M||!v)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 Ee.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await M.reactToCast({address:v.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 Pe(),v=s?.linkedAccounts.find(ee=>ee.type==="wallet"&&ee.walletClientType==="privy");if(!m)throw new Error("Must have valid access token to connect with Farcaster");if(!M||!v)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 Ee.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await M.reactToCast({address:v.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 Pe(),m=s?.linkedAccounts.find(H=>H.type==="wallet"&&H.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!M||!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 Ee.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await M.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 Pe(),m=s?.linkedAccounts.find(H=>H.type==="wallet"&&H.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!M||!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 Ee.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await M.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:x,loginWithCode(d){return Ee.loginWithCode(d)},initLoginWithEmail(d){return Ee.initLoginWithEmail(d)},initLoginWithSms(d){return Ee.initLoginWithSms(d)},otpState:O,fundWallet(d,p){return Ee.fundWallet(d,p)},initLoginWithHeadlessOAuth(d,p){return Ee.initLoginWithHeadlessOAuth(d,p)},loginWithHeadlessOAuth(d){return Ee.loginWithHeadlessOAuth(d)},isModalOpen:r};nv=ai.signMessage,iv=ai.signTypedData,av=async(...d)=>{let p=await ms(...d);return B.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let Ee=(()=>({isNewUserThisSession:g,linkingHint:z,pendingTransaction:null,walletConnectionStatus:I,mipdStore:D,connectors:t.connectors?.walletConnectors??[],rpcConfig:B.rpcConfig,chains:B.chains,appId:e.appId,showFiatPrices:B.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>B.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(M)return M;let p=new Promise(R=>{ht(()=>H=>R(H))}),m=new Promise(R=>setTimeout(()=>R(null),d)),v=await Promise.race([p,m]);return ht(null),v},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0,isSuccess:!1})=>{let p=n&&a&&s,m;p&&me.current&&(m=s?.linkedAccounts.filter(v=>v.latestVerifiedAt!==null&&!(v.type==="wallet"&&v.walletClientType==="privy")).sort((v,R)=>R.latestVerifiedAt.getTime()-v.latestVerifiedAt.getTime())[0]),V.current==="login"&&me.current?d.shouldCallAuthOnSuccess&&p?(F(N,"login","onComplete",s,g,!1,me.current,m??null),e.onSuccess?.(s,g)):F(N,"login","onError","exited_auth_flow"):V.current==="link"&&me.current&&m&&(d.isSuccess&&p?F(N,"linkAccount","onSuccess",s,me.current,m):F(N,"linkAccount","onError","exited_link_flow")),q(null),V.current=null,me.current=null,b(!1),o(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent({eventName:"modal_closed"})},openPrivyModal:Te,connectWallet:pa,initLoginWithWallet:async(d,p)=>{me.current="siwe",Ao(d,p)},loginWithWallet:async()=>{if(!n)throw new en;if(!(t.authFlow instanceof Hn))throw new T("Must initialize SIWE flow first.");let d,p;if(a)try{d=await t.link(),me.current="siwe"}catch(m){throw F(N,"linkAccount","onError",m.privyErrorCode||"failed_to_link_account"),m}else try{({user:d,isNewUser:p}=await t.authenticate()),me.current="siwe"}catch(m){throw F(N,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||s||null),b(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new ya(d);t.startAuthFlow(p);try{me.current="farcaster",await p.initializeFarcasterConnect()}catch(m){throw V.current==="login"?F(N,"login","onError",m.privyErrorCode||"unknown_auth_error"):V.current==="link"&&F(N,"linkAccount","onError",m.privyErrorCode||"unknown_auth_error"),m}},loginWithFarcaster:async()=>{if(!n)throw new en;if(!(t.authFlow instanceof ya))throw new T("Must initialize Farcaster flow first.");let d,p;if(a)try{d=await t.link(),me.current="farcaster"}catch(m){throw F(N,"linkAccount","onError",m.privyErrorCode||"failed_to_link_account"),m}else try{({user:d,isNewUser:p}=await t.authenticate()),me.current="farcaster"}catch(m){throw F(N,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}c(d||null),b(p||!1),l(!0)},async initLoginWithOAuth(d,p){if(me.current=d,jc()){if(d==="google"&&Gc(window.navigator.userAgent)){kr("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{kr("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}oe.del(Ln);let m=new po({provider:d});p&&m.addCaptchaToken(p),t.startAuthFlow(m);let v=await t.authFlow.getAuthorizationUrl();v&&v.url&&window.location.assign(v.url)},async recoveryOAuthFlow(d,p,m){let{url:v,codeVerifier:R,stateCode:H}=await Zf({api:_n.api,provider:d});if(!v)throw t.createAnalyticsEvent({eventName:"recovery_oauth_error",payload:{error:"Unable to open recovery OAuth popup",provider:d}}),new T("Recovery OAuth failed");let ee,gt;try{let $e=await tv({url:v,popup:m});if(ee=$e.stateCode,gt=$e.authorizationCode,ee!==H)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d,storedStateCode:H??"",returnedStateCode:ee??""}}),new T("Unexpected auth flow. This may be a phishing attempt.")}catch($e){throw t.createAnalyticsEvent({eventName:"recovery_oauth_error",payload:{error:$e.toString(),provider:d}}),new T("Recovery OAuth failed")}let[_t,Ar]=await Promise.all([Pe(),Jf({api:_n.api,provider:d,codeVerifier:R,stateCode:ee,authorizationCode:gt})]);if(!M)throw new T("Cannot connect to wallet proxy");switch(p){case"recover":let $e=ke.recoverWallet?.privyWallet?.address;if(!$e)throw new T("Recovery OAuth failed");t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_started",payload:{walletAddress:$e,recoveryMethod:d}}),await M.recover({address:$e,accessToken:_t,recoveryAccessToken:Ar,recoveryMethod:d}),t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:$e,recoveryMethod:d}});break;case"create-wallet":t.createAnalyticsEvent({eventName:"embedded_wallet_creation_started"}),await M.create({accessToken:_t,recoveryAccessToken:Ar,recoveryMethod:d});let fr=await Ee.refreshUser(),Yt=He(fr);if(!Yt)throw F(N,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_creation_completed",payload:{walletAddress:Yt.address}}),F(N,"createWallet","onSuccess",Yt);break;default:throw new T("Unsupported recovery action")}},async loginWithOAuth(d){if(!(t.authFlow instanceof po))throw new T("Must initialize OAuth flow before calling loginWithOAuth");let p=oe.get(Mn),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 v,R,H;if(a)try{v=await t.link(),me.current=d}catch(ee){throw F(N,"linkAccount","onError",ee.privyErrorCode||"failed_to_link_account"),ee}else try{let ee=await t.authenticate();v=ee.user,R=ee.isNewUser,H=ee.oAuthProviderTokens,me.current=d}catch(ee){throw V.current==="login"?F(N,"login","onError",ee.privyErrorCode||"unknown_auth_error"):V.current==="link"&&F(N,"linkAccount","onError",ee.privyErrorCode||"failed_to_link_account"),ee}return c(v),b(R||!1),l(!0),H},async initLoginWithPasskey(d){let p=new Bn(d);t.startAuthFlow(p),V.current="login";try{me.current="passkey",await p.initAuthenticationFlow()}catch(m){throw F(N,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}},async loginWithPasskey(){if(!n)throw new en;if(!(t.authFlow instanceof Bn))throw new T("Must initialize Passkey flow first.");if(me.current!=="passkey")throw new T("Must init login with Passkey flow first.");let d,p;try{me.current="passkey",{user:d,isNewUser:p}=await t.authenticate()}catch(m){throw F(N,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}c(d),b(p||!1),l(!0)},async initLinkWithPasskey(d){let p=new Bn(d);t.startAuthFlow(p),V.current="link",me.current="passkey";try{await p.initLinkFlow()}catch(m){throw F(N,"linkAccount","onError",m.privyErrorCode||"unknown_auth_error"),m}},async linkWithPasskey(){if(!n)throw new en;if(!(t.authFlow instanceof Bn))throw new T("Must initialize Passkey flow first.");if(me.current!=="passkey")throw new T("Must init login with Passkey flow first.");let d;try{me.current="passkey",d=await t.link()}catch(p){throw F(N,"linkAccount","onError",p.privyErrorCode||"failed_to_link_account"),p}return c(d||s||null),d},async initLoginWithHeadlessOAuth(d,p){if(jc()){if(d==="google"&&Gc(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 po({provider:d,headless:!0});p&&m.addCaptchaToken(p);let v=await t.startAuthFlow(m).getAuthorizationUrl();v?.url&&window.location.assign(v.url)},async loginWithHeadlessOAuth(d){w(!0),t.startAuthFlow(new po(d));let p=oe.get(Mn),m=d.stateCode;if(p!==m)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d.provider,storedStateCode:p??"",returnedStateCode:m??""}}),w(!1),new T("Unexpected auth flow. This may be a phishing attempt.");let v,R;if(a)try{v=await t.link(),me.current=d.provider}catch(H){throw F(N,"linkAccount","onError",H.privyErrorCode||"failed_to_link_account"),H}else try{({user:v,isNewUser:R}=await t.authenticate()),me.current=d.provider}catch(H){throw V.current==="login"?F(N,"login","onError",H.privyErrorCode||"unknown_auth_error"):V.current==="link"&&F(N,"linkAccount","onError",H.privyErrorCode||"failed_to_link_account"),H}return c(v),b(R||!1),l(!0),w(!1),v??void 0},initLoginWithEmail:async(d,p)=>{let m=new tn(d,p);t.startAuthFlow(m);try{me.current="email",await m.sendCodeEmail()}catch(v){throw V.current==="login"?F(N,"login","onError",v.privyErrorCode||"unknown_auth_error"):V.current==="link"&&F(N,"linkAccount","onError",v.privyErrorCode||"failed_to_link_account"),v}},initUpdateEmail:async(d,p,m)=>{let v=new Es(d,p,m);t.startAuthFlow(v),await v.sendCodeEmail()},initLoginWithSms:async(d,p)=>{S({status:"sending-code"});let m=new Gn(d,p);t.startAuthFlow(m);try{me.current="sms",await m.sendSmsCode(),S({status:"awaiting-code-input"})}catch(v){throw S({status:"error",error:v}),V.current==="login"?F(N,"login","onError",v.privyErrorCode||"unknown_auth_error"):V.current==="link"&&F(N,"linkAccount","onError",v.privyErrorCode||"failed_to_link_account"),v}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(S({status:"submitting-code"}),!n){let R=new en;throw S({status:"error",error:R}),R}if(t.authFlow instanceof tn)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof Gn)t.authFlow.meta.smsCode=d.trim();else{let R=new T("Must initialize a passwordless code flow first");throw S({status:"error",error:R}),R}let p=await Pe(),m,v;if(p&&t.sessionHasActiveToken())try{m=await t.link()}catch(R){throw S({status:"error",error:R}),F(N,"linkAccount","onError",R.privyErrorCode||"failed_to_link_account"),R}else try{({user:m,isNewUser:v}=await t.authenticate())}catch(R){throw S({status:"error",error:R}),F(N,"login","onError",R.privyErrorCode||"unknown_auth_error"),R}c(m||s||null),b(v||!1),l(!0),S({status:"done"})},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:M,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(R=>R.type==="wallet"&&R.walletClientType==="privy"),v=await Pe();if(!v||!M||!m){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}ye(!0);try{await M.connect({accessToken:v,address:m.address}),d(!0)}catch(R){if(Ni(R)&&m.recoveryMethod==="privy")t.createAnalyticsEvent({eventName:"embedded_wallet_pinless_recovery_started",payload:{walletAddress:m.address}}),(await M.recover({address:m.address,accessToken:v})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:m.address}}),d(!0);else if(Ni(R)){ie({recoverWallet:{privyWallet:m,onFailure:p,onSuccess:()=>d(!0)},recoveryOAuthStatus:{provider:"google-drive",action:"recover"}});let H=Yl(m.recoveryMethod);Te(H)}else p(R)}}),getFiatOnRampConfig:yt,setReadyToTrue:d=>{i(!0),tr?.(d)},updateWallets:()=>Dt(),fundWallet:async(d,p)=>{let{signedUrl:m,externalTransactionId:v}=await yt(d,p);ie({fiatOnRampPrompt:{signedUrl:m},fiatOnRampStatus:{externalTransactionId:v}}),Te("FIAT_ON_RAMP_PROMPT_SCREEN")},requestFarcasterSignerStatus:async d=>{let p=await Pe(),m=s?.linkedAccounts.find(R=>R.type==="wallet"&&R.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!M||!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 v=await t.requestFarcasterSignerStatus(d);if(v.status==="approved"){let R=await t.getAuthenticatedUser();c(R||s||null)}return v}}))();sv=Ee.recoverEmbeddedWallet;let Dv=(0,ae.useMemo)(()=>({wallets:u,ready:Sr}),[u,Sr]);return(0,mr.jsx)(_e.Provider,{value:ai,children:(0,mr.jsx)(Cd.Provider,{value:N,children:(0,mr.jsx)(Cp.Provider,{value:Dv,children:(0,mr.jsxs)(Gm,{...B,children:[e.children,(0,mr.jsxs)(vd.Provider,{value:Ee,children:[!B.headless&&B.captchaEnabled&&n&&!a&&(0,mr.jsx)(Pl,{delayedExecution:!1}),(0,mr.jsx)(j2,{theme:{...B.appearance.palette||{}}}),(0,mr.jsx)(Im,{data:ke,setModalData:ie,setInitialScreen:_,initialScreen:C,authenticated:a,open:r,children:(0,mr.jsx)(J2,{open:r})}),ve&&be?(0,mr.jsx)(X2,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:or,mfaSubmitPromise:ot,onLoad:se,onLoadFailed:()=>null}):null]})]})})})})};var cv=require("react");function dv(e){let{login:t}=(0,cv.useContext)(_e);return tt("login",e),{login:t}}var pv=require("react");function uv(e){let{logout:t}=(0,pv.useContext)(_e);return tt("logout",e),{logout:t}}var ds=require("react");function mv(){let e=Me(),t=vl(),{initLoginWithHeadlessOAuth:r,loginWithHeadlessOAuth:o,isHeadlessOAuthLoading:n,ready:i,user:a}=G(),l=(0,ds.useCallback)(async c=>{if(e.enabled&&e.status!=="success")throw new Zr(e.error,null,"captcha_failure");return r(c.provider,e.token)},[r,e]),s=(0,ds.useCallback)(async()=>{let c=Ea();if(a)return console.warn("Cannot login with OAuth when already logged in"),a;if(!c.inProgress)throw new Error("Cannot login with OAuth because no OAuth flow is in progress");if(!c.popupFlow)try{return await o(c)}catch(u){throw u}finally{Un()}},[o]);return(0,ds.useEffect)(()=>{let c=Ea();i&&t&&c.inProgress&&c.headless&&!c.popupFlow&&s()},[i,t]),{initOAuth:l,loginWithOAuth:s,loading:n}}var _p=require("react");var fv=()=>{let e=Me(),{initLoginWithEmail:t,loginWithCode:r}=G(),o=(0,_p.useCallback)(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return t(i)},[t]),n=(0,_p.useCallback)(async({code:i})=>{if(e.enabled&&e.status==="error")throw new Zr(e.error,null,"captcha_failure");return r(i)},[r,e.status]);return{sendCode:o,loginWithCode:n}};var Ap=require("react");var hv=()=>{let e=Me(),{initLoginWithSms:t,loginWithCode:r,otpState:o}=G(),n=(0,Ap.useCallback)(async({phoneNumber:a})=>{if(!a)throw new Error("SMS required to send OTP code");return t(a)},[t]),i=(0,Ap.useCallback)(async({code:a})=>{if(e.enabled&&e.status!=="success")throw new Zr(e.error,null,"captcha_failure");return r(a)},[r,e.status]);return{sendCode:n,loginWithCode:i,state:o}};var yv=require("react");function gv(e){let{linkEmail:t,linkPhone:r,linkWallet:o,linkGoogle:n,linkApple:i,linkTwitter:a,linkDiscord:l,linkGithub:s,linkLinkedIn:c,linkTiktok:u,linkSpotify:h,linkFarcaster:y}=(0,yv.useContext)(_e);return tt("linkAccount",e),{linkEmail:t,linkPhone:r,linkWallet:o,linkGoogle:n,linkApple:i,linkTwitter:a,linkDiscord:l,linkGithub:s,linkLinkedIn:c,linkTiktok:u,linkSpotify:h,linkFarcaster:y}}var vv=require("react");function Cv(e){let{connectWallet:t}=(0,vv.useContext)(_e);return tt("connectWallet",e),{connectWallet:t}}var wv=require("react");function bv(e){let{createWallet:t}=(0,wv.useContext)(_e);return tt("createWallet",e),{createWallet:t}}var Ev=()=>{let{fundWallet:e}=G();return{fundWallet:e}};var Tv=require("react");function Pv(e){let{sendTransaction:t}=(0,Tv.useContext)(_e);return tt("sendTransaction",e),{sendTransaction:t}}var Sv=require("react");function xv(e){let{setWalletPassword:t}=(0,Sv.useContext)(_e);return tt("setWalletPassword",e),{setWalletPassword:t}}var kv=require("react");function _v(e){let{signMessage:t}=(0,kv.useContext)(_e);return tt("signMessage",e),{signMessage:t}}var Av=require("react");function Rv(e){let{signTypedData:t}=(0,Av.useContext)(_e);return tt("signTypedData",e),{signTypedData:t}}var Iv=require("react");var Mv=()=>{let{isModalOpen:e}=(0,Iv.useContext)(_e);return{isOpen:e}};var Wv=require("react");function Lv(e){let{getAccessToken:t}=(0,Wv.useContext)(_e);return tt("accessToken",e),{getAccessToken:t}}function Ov(){let{submitCast:e,removeCast:t,likeCast:r,recastCast:o,followUser:n,unfollowUser:i,requestFarcasterSigner:a}=G();return{followUser:n,unfollowUser:i,submitCast:e,removeCast:t,likeCast:r,recastCast:o,requestFarcasterSigner:a}}function Nv(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}0&&(module.exports={AsExternalProvider,Captcha,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,SUPPORTED_CHAINS,VERSION,WalletConnector,addRpcUrlOverrideToChain,errorIndicatesMaxMfaRetries,errorIndicatesMfaTimeout,errorIndicatesMfaVerificationFailed,getAccessToken,useConnectWallet,useCreateWallet,useExperimentalFarcasterSigner,useFundWallet,useLinkAccount,useLogin,useLoginWithEmail,useLoginWithOAuth,useLoginWithSms,useLogout,useMfa,useMfaEnrollment,useModalStatus,usePrivy,useRegisterMfaListener,useSendTransaction,useSetWalletPassword,useSignMessage,useSignTypedData,useToken,useWallets});
|
|
3003
|
+
`;var lt=require("react/jsx-runtime"),N4={["LANDING"]:gg,["CONNECT_OR_CREATE"]:yg,["AWAITING_PASSWORDLESS_CODE"]:gf,["AWAITING_CONNECTION"]:Vf,["AWAITING_CONNECT_ONLY_CONNECTION"]:$f,["AWAITING_FARCASTER_CONNECTION"]:gy,["AWAITING_FARCASTER_SIGNER"]:by,["AWAITING_PASSKEY_SYSTEM_DIALOGUE"]:l2,["PHANTOM_INTERSTITIAL_SCREEN"]:u2,["LOGIN_FAILED_SCREEN"]:Wg,["AWAITING_OAUTH_SCREEN"]:s2,["ALLOWLIST_REJECTION_SCREEN"]:af,["USER_LIMIT_REACHED_SCREEN"]:$2,["INSTALL_PHANTOM_SCREEN"]:Vy,["LINK_EMAIL_SCREEN"]:Cg,["LINK_PHONE_SCREEN"]:Rg,["LINK_WALLET_SCREEN"]:Ig,["LINK_PASSKEY_SCREEN"]:_g,["UPDATE_EMAIL_SCREEN"]:z2,["CONNECT_ONLY_LANDING_SCREEN"]:Bf,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:Lf,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:uh,["EMBEDDED_WALLET_CREATED_SCREEN"]:nh,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:th,["EMBEDDED_WALLET_PASSWORD_RECOVERY_SCREEN"]:f2,["EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN"]:T2,["EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN"]:g2,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:ch,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:F2,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:N2,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Ry,["FIAT_ON_RAMP_STATUS_SCREEN"]:Oy,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:Xh,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:Yh,["EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN"]:v2,["MFA_ENROLLMENT_FLOW_SCREEN"]:m1,["CAPTCHA_SCREEN"]:Sf,["ERROR_SCREEN"]:ry,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Uy,["AFFIRMATIVE_CONSENT_SCREEN"]:rf},D4=["LANDING","AWAITING_CONNECTION"],U4=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:r,isModalOpen:o}=H(),{headless:n}=fo(),{ready:i,currentScreen:a}=_(),{status:l,execute:s,reset:c,enabled:u}=Ie(),f=(0,Xo.useRef)(null),y=qm(f),g=o&&a&&D4.includes(a)&&!n&&l==="ready";if((0,Xo.useEffect)(()=>{g&&s()},[g]),(0,Xo.useEffect)(()=>{!o&&u&&c()},[o,u]),(!r||!i)&&a!=="AWAITING_OAUTH_SCREEN")return(0,lt.jsxs)(ea,{id:"privy-modal-content",children:[(0,lt.jsx)(P,{}),(0,lt.jsx)(le,{}),(0,lt.jsx)(Jg,{children:(0,lt.jsx)(vt,{})}),(0,lt.jsx)(he,{}),(0,lt.jsx)(K,{})]});if(!a&&e)return(0,lt.jsx)(ea,{style:{height:y},id:"privy-modal-conent",children:(0,lt.jsx)("div",{ref:f,children:(0,lt.jsx)(bp,{open:e,onClose:t})})});if(!a)return null;let b=N4[a];return(0,lt.jsx)(ea,{style:{height:y},id:"privy-modal-content",children:(0,lt.jsxs)("div",{ref:f,children:[(0,lt.jsx)(Fo,{if:!!e,children:(0,lt.jsx)(b,{})}),(0,lt.jsx)(Fo,{if:!e,children:(0,lt.jsx)(bp,{open:e,onClose:t})})]})})},F4=()=>{let{closePrivyModal:e}=M(),{onUserCloseViaDialogOrKeybindRef:t}=_();return{gracefulClosePrivyModal:(0,Xo.useCallback)(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},J2=({open:e})=>{let{app:t}=_(),{gracefulClosePrivyModal:r}=F4(),[o,n]=(0,Xo.useState)(!1);Al({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=(0,lt.jsx)(Y2,{children:(0,lt.jsx)(U4,{isMfaVerifying:o,onMfaVerificationComplete:()=>n(!1)})}),a=e||o,l=t?.render.inDialog?(0,lt.jsx)(Zg,{open:a,id:"privy-dialog","aria-label":"log in or sign up","aria-labelledby":"privy-dialog-title",onClick:()=>r(),children:i}):i;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return Z2.default.createPortal(l,s)}return l};var Q2=require("react"),da=require("react");var Hc=class{constructor(){this.callbacks={}}enqueue(t,r){this.callbacks[t]=r}dequeue(t,r){let o=this.callbacks[r];if(!o)throw new Error(`cannot dequeue ${t} event: no event found for id ${r}`);switch(delete this.callbacks[r],t){case"privy:iframe:ready":return o;case"privy:wallet:create":return o;case"privy:wallet:connect":return o;case"privy:wallet:recover":return o;case"privy:wallet:rpc":return o;case"privy:wallet:set-recovery-password":return o;case"privy:mfa:verify":return o;case"privy:mfa:init-enrollment":return o;case"privy:mfa:submit-enrollment":return o;case"privy:mfa:unenroll":return o;case"privy:mfa:clear":return o;case"privy:farcaster:init-signer":return o;case"privy:farcaster:sign":return o;default:throw new Error(`invalid wallet event type ${t}`)}}};async function _n(e,t,r,o,n,i=!1){let a=i,l=async u=>{if(a&&t&&t.length>0){u===(i?0:1)?n("configureMfa","onMfaRequired",t):o.current?.reject(new tt("missing_or_invalid_mfa","MFA verification failed, retry."));let f=await new Promise((y,g)=>{r.current={resolve:y,reject:g};let b=1e3*60*5;setTimeout(()=>{let v=new tt("mfa_timeout","Timed out waiting for MFA code");o.current?.reject(v),g(v)},b)});return await e(f)}return await e()},s=4,c=null;for(let u=0;u<s;u++)try{c=await l(u),o.current?.resolve(void 0);break}catch(f){if(f.type==="missing_or_invalid_mfa")a=!0;else throw o.current?.resolve(void 0),f}if(c===null){let u=new tt("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw o.current?.reject(u),u}return c}var e3=require("react/jsx-runtime"),B4=function(e){return()=>`id-${e++}`}(0);function H4(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Pr(e){return e.error!==void 0}var dr=new Hc,_p=new Map,G4=(e,t)=>typeof t=="bigint"?t.toString():t,V4=(e,t)=>`${e}${JSON.stringify(t,G4)}`;function Tr(e,t,r,o){let n=r.contentWindow;if(!n)throw new Error("iframe not initialized");let i=V4(e,t);if(e==="privy:wallet:create"){let l=_p.get(i);if(l)return l}let a=new Promise((l,s)=>{let c=B4();dr.enqueue(c,{resolve:l,reject:s}),n.postMessage({id:c,event:e,data:t},o)}).finally(()=>{_p.delete(i)});return _p.set(i,a),a}function z4(e){switch(e.event){case"privy:iframe:ready":let t=dr.dequeue(e.event,e.id);return Pr(e)?t.reject(new tt(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let r=dr.dequeue(e.event,e.id);return Pr(e)?r.reject(new tt(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:connect":let o=dr.dequeue(e.event,e.id);return Pr(e)?o.reject(new tt(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:recover":let n=dr.dequeue(e.event,e.id);return Pr(e)?n.reject(new tt(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=dr.dequeue(e.event,e.id);return Pr(e)?i.reject(new tt(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=dr.dequeue(e.event,e.id);return Pr(e)?a.reject(new tt(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=dr.dequeue(e.event,e.id);return Pr(e)?l.reject(new tt(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=dr.dequeue(e.event,e.id);return Pr(e)?s.reject(new tt(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=dr.dequeue(e.event,e.id);return Pr(e)?s.reject(new tt(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=dr.dequeue(e.event,e.id);return Pr(e)?s.reject(new tt(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:clear":{let s=dr.dequeue(e.event,e.id);return Pr(e)?s.reject(new tt(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:init-signer":{let s=dr.dequeue(e.event,e.id);return Pr(e)?s.reject(new tt(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:sign":{let s=dr.dequeue(e.event,e.id);return Pr(e)?s.reject(new tt(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function X2(e){let t=(0,da.useRef)(null),r=(0,da.useRef)(e.mfaMethods),o=kl(),[n,i]=(0,Q2.useState)(!1);return(0,da.useEffect)(()=>{r.current=e.mfaMethods},[e.mfaMethods]),(0,da.useEffect)(()=>{if(!n)return;let a=t.current;if(!a)return;function l(y){y&&y.origin===e.origin&&H4(y.data)&&z4(y.data)}let s={create(y){return Tr("privy:wallet:create",y,a,e.origin)},connect(y){return Tr("privy:wallet:connect",y,a,e.origin)},recover(y){return _n(g=>Tr("privy:wallet:recover",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(y){return _n(g=>Tr("privy:wallet:rpc",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(y){return _n(g=>Tr("privy:wallet:set-recovery-password",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(y){return _n(g=>Tr("privy:mfa:verify",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(y){return _n(g=>Tr("privy:mfa:init-enrollment",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(y){return _n(g=>Tr("privy:mfa:submit-enrollment",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},unenrollMfa(y){return _n(g=>Tr("privy:mfa:unenroll",{...y,...g},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},clearMfa(y){return Tr("privy:mfa:clear",y,a,e.origin)},initFarcasterSigner(y){return Tr("privy:farcaster:init-signer",y,a,e.origin)},signFarcasterMessage(y){return Tr("privy:farcaster:sign",y,a,e.origin)}};window.addEventListener("message",l);let c=()=>e.onLoad(s),u=(...y)=>{console.warn("Privy iframe failed to load: ",...y),e.onLoadFailed()},f=new AbortController;return Mu(()=>Tr("privy:iframe:ready",{},a,e.origin),{abortSignal:f.signal}).then(c,u),()=>{window.removeEventListener("message",l),f.abort()}},[n]),(0,e3.jsx)("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},onLoad:()=>i(!0),src:Is(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function Gc(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(o=>t.includes(o))}async function t3({url:e,popup:t}){return t.location=e,new Promise((o,n)=>{function i(){t?.close(),window.removeEventListener("message",a)}function a(l){l.data&&(l.data.type==="PRIVY_OAUTH_RESPONSE"?(o(l.data),i()):l.data.type==="PRIVY_OAUTH_ERROR"&&(n(l.data.error),i()))}window.addEventListener("message",a)})}var r3=e=>({id:e.id,raw_id:e.rawId,response:{client_data_json:e.response.clientDataJSON,authenticator_data:e.response.authenticatorData,signature:e.response.signature,user_handle:e.response.userHandle},authenticator_attachment:e.authenticatorAttachment,client_extension_results:{app_id:e.clientExtensionResults.appid,cred_props:e.clientExtensionResults.credProps,hmac_create_secret:e.clientExtensionResults.hmacCreateSecret},type:e.type});var pr=require("react/jsx-runtime"),kn;function q4(e){return typeof e=="string"&&e.length===25}function Le(){if(!kn){let e=re.get(In);return Promise.resolve(e||null)}return kn.getAccessToken()}var n3,Zu=(e,t)=>n3(e,t),i3,Ju=(e,t)=>i3(e,t),a3,Qu=(e,t)=>a3(e,t),s3,Xu=()=>s3(),$4=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;re.put(fa,t);let r=new URL(window.location.href);r.searchParams.delete("privy_token"),window.history.pushState({},"",r)},l3=({config:e,...t})=>{if(!q4(t.appId))throw new E("Cannot initialize the Privy provider with an invalid Privy app ID");kn||(kn=new Pi({appId:t.appId,apiUrl:t.apiUrl||Ss}));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."),(0,pr.jsx)(km,{client:kn,clientConfig:r,legacyCreateEmbeddedWalletFlag:t.createPrivyWalletOnLogin,children:(0,pr.jsx)(K4,{...t,client:kn})})},K4=e=>{let t=e.client,[r,o]=(0,ae.useState)(!1),[n,i]=(0,ae.useState)(!1),[a,l]=(0,ae.useState)(!1),[s,c]=(0,ae.useState)(null),[u,f]=(0,ae.useState)([]),y=(0,ae.useRef)(u),[g,b]=(0,ae.useState)(!1),[v,k]=(0,ae.useState)(null),[x,w]=(0,ae.useState)(!1),[I,A]=(0,ae.useState)({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:T}),[O,S]=(0,ae.useState)({status:"initial"}),[D,J]=(0,ae.useState)(null),[z,q]=(0,ae.useState)(null),[W,se]=(0,ae.useState)(null),B=fo(),be=vl(),[ve,ye]=(0,ae.useState)(!0),[Se,ie]=(0,ae.useState)({}),[Qt,zt]=(0,ae.useState)(null),[Xt,ht]=(0,ae.useState)(null),[Sr,ze]=(0,ae.useState)(!1),[ct,xr]=(0,ae.useState)(!1),er=(0,ae.useRef)(null),ot=(0,ae.useRef)(null),N=(0,ae.useRef)($m);t.onStoreToken=d=>{d&&U(N,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{c(null),l(!1),U(N,"accessToken","onAccessTokenRemoved")};let me=(0,ae.useRef)(null),V=(0,ae.useRef)(null),Ee=d=>{k(d),setTimeout(()=>{o(!0)},15),t.createAnalyticsEvent({eventName:"modal_open",payload:{initialScreen:d}})},_r=d=>{B.embeddedWallets.createOnLogin!=="off"&&ye(!0),Ee(d)};(0,ae.useEffect)(()=>{let d=()=>{document.visibilityState==="hidden"&&t.createAnalyticsEvent({eventName:"page_hidden",options:{keepAlive:!0}})};return document.addEventListener("visibilitychange",d),()=>{document.removeEventListener("visibilitychange",d)}},[]),(0,ae.useEffect)(()=>{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(!W){console.warn("Failed to add embedded wallet connector: Wallet proxy not initialized");return}t.connectors.addEmbeddedWalletConnector(W,d.address,B.defaultChain,e.appId)},[W,s]),(0,ae.useEffect)(()=>{W&&Xt?.(W)},[W]),(0,ae.useEffect)(()=>{(async()=>{if(!B.customAuth?.enabled)return;ye(!0);let{getCustomAccessToken:p,isLoading:h}=B.customAuth;if(!(!n||h))try{let C=await p();if(!C&&a){await ai.logout();return}if(!C||a)return;t.startAuthFlow(new si(C));let{user:R,isNewUser:G}=await t.authenticate();if(!R){await ai.logout();return}c(R||null),b(G||!1),l(!0),xr(!0)}catch(C){console.warn(C),a&&await ai.logout()}})()},[B.customAuth?.enabled,B.customAuth?.getCustomAccessToken,B.customAuth?.isLoading,n,a]),(0,ae.useEffect)(()=>{ct&&W&&s&&Mr(s,B.embeddedWallets.createOnLogin)&&(xr(!1),ma(s,li).catch(console.error))},[ct&&W&&s]),(0,ae.useEffect)(()=>{async function d(){let p=An();$4();let h=(0,o3.createStore)();J(h),t.initializeConnectorManager({walletConnectCloudProjectId:B.walletConnectCloudProjectId,rpcConfig:B.rpcConfig,chains:B.chains,defaultChain:B.defaultChain,store:h,walletList:B.appearance.walletList,shouldEnforceDefaultChainOnConnect:B.shouldEnforceDefaultChainOnConnect,appName:B.name??"Privy"}),t.connectors?.initialize().then(()=>{ps()});let C=await t.getAuthenticatedUser();B.customAuth?.enabled||(l(!!C),C&&U(N,"login","onComplete",C,!1,!0,null,null),c(C)),p||xe.setReadyToTrue(!!C),p&&(C?V.current="link":V.current="login")}!n&&be&&d()},[t,Qt,n,be]),(0,ae.useEffect)(()=>{if(!n)return;if(!s){ze(!0);return}if(!!!s.linkedAccounts.find(h=>h.type==="wallet"&&h.walletClientType==="privy")){ze(!0);return}let p=!!u.find(h=>h.walletClientType==="privy");ze(p)},[n,s,u]);let An=()=>{let d=Ea();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 po(d)),_r("AWAITING_OAUTH_SCREEN"),!0)},qt=async(d,p,h,C)=>{let R=await t.connectors?.createWalletConnector(d,p)||null;pa(R,p,h,C)};async function pa(d,p,h,C){if(d)A({status:"disconnected",connectedWallet:null,connectError:null,connector:d,connectRetry:T});else return A({status:"disconnected",connectedWallet:null,connectError:new ce("Unable to connect to wallet."),connector:null,connectRetry:T}),C?.(null,h);d instanceof ho&&p&&await d.resetConnection(p),A({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>pa(d,p,h,C)});try{let R=await d.connect({showPrompt:!0});if(B.shouldEnforceDefaultChainOnConnect&&!B.chains.find(G=>G.id===Number(R?.chainId))&&!(R?.connectorType==="wallet_connect_v2"&&R?.walletClientType==="metamask")){A(G=>({...G,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:T}));try{await R?.switchChain(B.defaultChain.id),R&&(R.chainId=ci(Dn(B.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${B.defaultChain.id}`)}}return A(G=>({...G,status:"connected",connectedWallet:R,connectError:null,connectRetry:T})),R&&!V.current&&U(N,"connectWallet","onSuccess",R),C?.(R,h)}catch(R){return R instanceof nt?(console.warn(R.cause?R.cause:R.message),V.current||U(N,"connectWallet","onError",R.privyErrorCode||"generic_connect_wallet_error")):(console.warn(R),V.current||U(N,"connectWallet","onError","unknown_connect_wallet_error")),A(G=>({...G,status:"disconnected",connectedWallet:null,connectError:R})),C?.(null,h)}}let Ao=async(d,p)=>{if(d===null)return;let h=new Hn(d,p);t.startAuthFlow(h)},ps=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),h=d.get("privy_wallet_client");if(!p||!h)return;if(h==="phantom"&&!rn()&&_r("LOGIN_FAILED_SCREEN"),!t.connectors)throw new E("Connector not initialized");Ee("AWAITING_CONNECTION");let C=new URL(window.location.href);C.searchParams.delete("privy_connector"),C.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",C),qt(p,h,void 0,Ao)};(0,ae.useEffect)(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let xt=()=>{if(!a)throw U(N,"linkAccount","onError","must_be_authenticated"),new E("User must be authenticated before linking an account.")},us=()=>{xt(),me.current="siwe",V.current="link",Ee("LINK_WALLET_SCREEN")},ua=d=>{if(!a||!s)return!1;if(d.walletClientType==="privy")return!0;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address&&p.walletClientType!=="privy")return!0;return!1},Rn=async d=>{if(!t.connectors)throw new E("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(A(h=>({...h,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:T})),B.captchaEnabled&&!a){let h={callback:C=>Ao(d,C),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};ie({captchaModalData:h}),_r("CAPTCHA_SCREEN")}else await Ao(d),_r("AWAITING_CONNECTION")},yt=async(d,p)=>{if(!B.fiatOnRamp.enabled)throw new E("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:h,externalTransactionId:C}=await ky(t,d,p?.config??{},B.appearance.palette,B.fiatOnRamp.useSandbox);return{signedUrl:h,externalTransactionId:C}}else throw new E("Unsupported fund provider. Currently supported option is `moonpay`.")},Lt=()=>{f(d=>{let p=t.connectors?.wallets.map(h=>({...h,linked:ua(h),loginOrLink:async()=>{if(!await h.isConnected())throw new E("Wallet is not connected");if(h.connectorType==="embedded"&&h.walletClientType==="privy")throw new E("Cannot link or login with embedded wallet");Rn(h)},fund:async C=>{let{signedUrl:R,externalTransactionId:G}=await yt(h.address,C);ie({fiatOnRampPrompt:{signedUrl:R},fiatOnRampStatus:{externalTransactionId:G}}),Ee("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new E("User is not authenticated.");if(h.connectorType==="embedded"&&h.walletClientType==="privy")throw new E("Cannot unlink an embedded wallet");let C=await t.unlinkWallet(h.address);c(C)}}))||[];return Js(d,p)?d:p})};(0,ae.useEffect)(()=>{Lt()},[s?.linkedAccounts,a,n]),(0,ae.useEffect)(()=>{if(n){if(!t.connectors)throw new E("Connector not initialized");Lt(),t.connectors.on("walletsUpdated",Lt)}},[n]);let Ro=()=>{Ee(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};(0,ae.useEffect)(()=>{if(!u[0])return;let d=u[0],p=y.current.find(C=>C.address===d.address),h;if(d.walletClientType==="privy"?h=s?.linkedAccounts.find(C=>C.type==="wallet"&&C.address===d.address&&C.walletClientType==="privy"):h=s?.linkedAccounts.find(C=>C.type==="wallet"&&C.address===d.address&&C.walletClientType!=="privy"),!p&&h){let C=Object.assign({},s);C.wallet=h&&{address:h.address,chainType:h.chainType,chainId:h.chainId,walletClient:h.walletClient,walletClientType:h.walletClientType,connectorType:h.connectorType},c(C)}y.current=u},[u]);let ma=async(d,p)=>{if(He(d))throw U(N,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[C,R]=await Promise.all([xe.initializeWalletProxy(p),Le()]);if(!C&&B.customAuth?.enabled)throw U(N,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!C||!R||B.embeddedWallets?.requireUserOwnedRecoveryOnCreate)return new Promise((G,ne)=>{ye(!0),ie({createWallet:{onSuccess:_t=>{U(N,"createWallet","onSuccess",_t),G(_t)},onFailure:_t=>{U(N,"createWallet","onError","unknown_embedded_wallet_error"),ne(_t)},callAuthOnSuccessOnClose:!1}}),Ee("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await C.create({accessToken:R});let G=await xe.refreshUser(),ne=He(G);if(!ne)throw U(N,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return U(N,"createWallet","onSuccess",ne),ne}},Io=d=>{if(!B.chains.map(p=>p.id).includes(d))throw new ce(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},ms=(d,p,h)=>new Promise(async(C,R)=>{if(!a||!s){U(N,"sendTransaction","onError","must_be_authenticated"),R(new Error("User must be authenticated before signing with a Privy wallet"));return}let G=He(s);if(!G){U(N,"sendTransaction","onError","embedded_wallet_not_found"),R(new Error("Must have a Privy wallet before signing"));return}ye(!0);let ne=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,gt=d.chainId?Number(d.chainId):ne.chainId;Io(gt);let _t=Object.assign({},d,{chainId:gt}),Ar=async()=>{let qe=await Le();if(!qe||!W){U(N,"sendTransaction","onError","embedded_wallet_not_found"),R(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await xe.recoverEmbeddedWallet()){U(N,"sendTransaction","onError","unknown_connect_wallet_error"),R(new Error("Unable to connect to wallet"));return}let $t=Wo(_t.chainId,B.chains,B.rpcConfig,{appId:e.appId}),zc=await aa(G.address,_t,$t);if(B.embeddedWallets.noPromptOnSignature){let{totalGasEstimate:U3}=await ia(zc,$t),{hasSufficientFunds:F3}=await Mc(G.address,zc,U3,$t);if(!F3)throw new Xe(new mr("Wallet has insufficient funds for this transaction.",kt.E32603_DEFAULT_INTERNAL_ERROR.eipCode))}let Ip=await Ic(qe,G.address,W,zc,$t);U(N,"sendTransaction","onSuccess",Ip),C(Ip)}catch(ur){U(N,"sendTransaction","onError","transaction_failure"),R(ur)}};if(B.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),Ar();else{let qe={transactionRequest:_t,onSuccess:$t=>{U(N,"sendTransaction","onSuccess",$t),C($t)},onFailure:$t=>{U(N,"sendTransaction","onError","transaction_failure"),R($t)},uiOptions:p||{},fundWalletConfig:h},ur={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:$t=>{U(N,"sendTransaction","onError","unknown_connect_wallet_error"),R($t)}};ie({connectWallet:ur,sendTransaction:qe}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Rp(){return new Promise(async(d,p)=>{let h=await Le();if(!h||!W)throw new Error("Must have valid access token to enroll in MFA");try{await W.verifyMfa({accessToken:h}),d()}catch(C){p(C)}})}let kr=d=>{if(d==="passkey"){if(s&&s.linkedAccounts.filter(p=>p.type==="passkey").length>=5)throw U(N,"linkAccount","onError","cannot_link_more_of_type"),new E(`User already has an account of type ${d} linked.`)}else if(s?.[d])throw U(N,"linkAccount","onError","cannot_link_more_of_type"),new E(`User already has an account of type ${d} linked.`)},ai={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Ro,linkWallet:us,linkEmail:()=>{xt(),kr("email"),me.current="email",V.current="link",Ee("LINK_EMAIL_SCREEN")},linkPhone:()=>{xt(),kr("phone"),me.current="sms",V.current="link",Ee("LINK_PHONE_SCREEN")},linkGoogle:async()=>{xt(),kr("google"),V.current="link",await xe.initLoginWithOAuth("google")},linkTwitter:async()=>{xt(),kr("twitter"),V.current="link",await xe.initLoginWithOAuth("twitter")},linkDiscord:async()=>{xt(),kr("discord"),V.current="link",await xe.initLoginWithOAuth("discord")},linkGithub:async()=>{xt(),kr("github"),V.current="link",await xe.initLoginWithOAuth("github")},linkSpotify:async()=>{xt(),kr("spotify"),V.current="link",await xe.initLoginWithOAuth("spotify")},linkTiktok:async()=>{xt(),kr("tiktok"),V.current="link",await xe.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{xt(),kr("linkedin"),V.current="link",await xe.initLoginWithOAuth("linkedin")},linkApple:async()=>{xt(),kr("apple"),V.current="link",await xe.initLoginWithOAuth("apple")},linkPasskey:async()=>{xt(),kr("passkey"),await xe.initLinkWithPasskey(),Ee("LINK_PASSKEY_SCREEN")},linkFarcaster:async()=>{xt(),kr("farcaster"),await xe.initLoginWithFarcaster(),V.current="link",me.current="farcaster",Ee("AWAITING_FARCASTER_CONNECTION")},updateEmail:()=>{if(xt(),!s?.email)throw new E("User does not have an email linked to their account.");V.current="link",me.current="email",Ee("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(h=>{zt(C=>h.bind(C))});if(zt(null),p){console.warn(d);return}}if(a){console.warn(d);return}V.current="login",_r("LANDING")},connectOrCreateWallet:async()=>{if(n||(await new Promise(d=>{zt(()=>d)}),zt(null)),a){console.warn("User must be unauthenticated to `connectOrCreateWallet`");return}if(u[0]){console.warn("User must have no connected wallets to `connectOrCreateWallet`");return}_r("CONNECT_OR_CREATE")},logout:async()=>{if(await t.logout(),s&&W)try{await W.clearMfa({userId:s.id})}catch{}c(null),l(!1),k(null),U(N,"logout","onSuccess"),V.current=null,me.current=null,o(!1),re.del(ha)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new Ye;let d=u.find(h=>s.wallet&&h.address===s.wallet.address),p=t.connectors?.walletConnectors.find(h=>h.wallets.find(C=>C.address===d?.address));return!d||!p?new Ye:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Vc.Web3Provider(new jr(new Ye));let d=u.find(h=>s.wallet&&h.address===s.wallet.address),p=t.connectors?.walletConnectors.find(h=>h.wallets.find(C=>C.address===d?.address));return!d||!p?new Vc.Web3Provider(new jr(new Ye)):new Vc.Web3Provider(new jr(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new sn(new Ye);let d=u.find(h=>s.wallet&&h.address===s.wallet.address),p=t.connectors?.walletConnectors.find(h=>h.wallets.find(C=>C.address===d?.address));return!d||!p?new sn(new Ye):new sn(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(C=>(0,cs.getAddress)(C.address)===(0,cs.getAddress)(d)),h=s?.linkedAccounts.find(C=>C.type==="wallet"&&(0,cs.getAddress)(C.address)===(0,cs.getAddress)(d));if(!p||!await p.isConnected())q(d),us();else if(!p.linked)p.loginOrLink();else{let C=Object.assign({},s);C.wallet=h&&{address:h.address,chainType:h.chainType,chainId:h.chainId,walletClient:h.walletClient,walletClientType:h.walletClientType,connectorType:h.connectorType},c(C)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw U(N,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return ma(s,15e3)},setWalletPassword:async()=>{if(!a||!s)throw U(N,"setWalletPassword","onError","must_be_authenticated"),new Error("User must be authenticated before adding password to Privy wallet");let d=He(s);if(!d||!W)throw U(N,"setWalletPassword","onError","embedded_wallet_not_found"),new Error("Must have a Privy wallet to add a password");if(d.recoveryMethod==="user-passcode")throw U(N,"setWalletPassword","onError","embedded_wallet_password_already_exists"),new Error("Cannot set password. Embedded wallet already has a password.");try{await Rp()}catch(p){throw U(N,"setWalletPassword","onError","missing_or_invalid_mfa"),p}return new Promise((p,h)=>{ye(!0);let C={onSuccess:G=>{U(N,"setWalletPassword","onSuccess",G),p(G)},onFailure:G=>{U(N,"setWalletPassword","onError","user_exited_set_password_flow"),h(G)},callAuthOnSuccessOnClose:!1},R={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:G=>{U(N,"setWalletPassword","onError","unknown_connect_wallet_error"),h(G)}};ie({setWalletPassword:C,connectWallet:R}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")})},signMessage:(d,p)=>new Promise(async(h,C)=>{if(!a||!s){U(N,"signMessage","onError","must_be_authenticated"),C(new Error("User must be authenticated before signing with a Privy wallet"));return}let R=He(s);if(!R){U(N,"signMessage","onError","embedded_wallet_not_found"),C(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){U(N,"signMessage","onError","invalid_message"),C(new Error("Message must be a non-empty string"));return}ye(!0);let G=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let ne=await Le();if(!W||!ne)throw new Error("Unable to connect to wallet");if(!await xe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_sign_message_started",payload:{walletAddress:R.address}});let{response:_t}=await W.rpc({accessToken:ne,address:R.address,request:{method:"personal_sign",params:[d,R.address]}}),Ar=_t.data;return t.createAnalyticsEvent({eventName:"embedded_wallet_sign_message_completed",payload:{walletAddress:R.address}}),Ar};if(B.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let ne=await G();U(N,"signMessage","onSuccess",ne),h(ne)}catch(ne){U(N,"signMessage","onError","unable_to_sign"),C(ne??new Xe("Unable to sign message"))}}else{let _t={method:"personal_sign",data:d,confirmAndSign:G,onSuccess:qe=>{U(N,"signMessage","onSuccess",qe),h(qe)},onFailure:qe=>{U(N,"signMessage","onError","unable_to_sign"),C(qe)},uiOptions:p||{}},Ar={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:qe=>{U(N,"signMessage","onError","unknown_connect_wallet_error"),C(qe)}};ie({signMessage:_t,connectWallet:Ar}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),signTypedData:(d,p)=>new Promise(async(h,C)=>{if(!a||!s){U(N,"signTypedData","onError","must_be_authenticated"),C(new Error("User must be authenticated before signing with a Privy wallet"));return}let R=He(s);if(!R){U(N,"signTypedData","onError","embedded_wallet_not_found"),C(new Error("Must have a Privy wallet before signing"));return}ye(!0);let G=Ws(d),ne=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let gt=await Le();if(!W||!gt)throw new Error("Unable to connect to wallet");if(!await xe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_sign_typed_data_started",payload:{walletAddress:R.address}});let{response:Ar}=await W.rpc({accessToken:gt,address:R.address,request:{method:"eth_signTypedData_v4",params:[R.address,G]}}),qe=Ar.data;return t.createAnalyticsEvent({eventName:"embedded_wallet_sign_typed_data_completed",payload:{walletAddress:R.address}}),qe};if(B.embeddedWallets.noPromptOnSignature||(B.legacyWalletUiConfig??!1)){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let gt=await ne();U(N,"signTypedData","onSuccess",gt),h(gt)}catch(gt){U(N,"signTypedData","onError","unable_to_sign"),C(gt??new Xe("Unable to sign message"))}}else{let Ar={method:"eth_signTypedData_v4",data:G,confirmAndSign:ne,onSuccess:ur=>{U(N,"signTypedData","onSuccess",ur),h(ur)},onFailure:ur=>{U(N,"signTypedData","onError","unable_to_sign"),C(ur)},uiOptions:p||{}},qe={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:ur=>{U(N,"signMessage","onError","unknown_connect_wallet_error"),C(ur)}};ie({signMessage:Ar,connectWallet:qe}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,h)=>{let R=await(await ms(d,p,h)).wait();return Wc(R)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!He(s)){p(new Error("Must have a Privy wallet before exporting"));return}ye(!0);let C={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p,shouldForceMFA:!0};if(ie(Se),!await Le()||!W){p(new Error("Must have valid access token to enroll in MFA"));return}if(!W){p(new Error("Must have a Privy wallet before exporting"));return}let G={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};ie({keyExport:G,connectWallet:C}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Rp,async init(d){switch(d){case"sms":await t.initMfaSmsVerification();return;case"passkey":return await t.initMfaPasskeyVerification();case"totp":return;default:throw new Error(`Unsupported MFA method: ${d}`)}},async submit(d,p){switch(d){case"totp":case"sms":if(typeof p!="string")throw new E("Invalid MFA code");er.current?.resolve({mfaMethod:d,mfaCode:p,relyingParty:window.origin}),await new Promise((G,ne)=>{ot.current={resolve:G,reject:ne}});break;case"passkey":if(typeof p=="string")throw new E("Invalid authenticator response");let C=await(await import("@simplewebauthn/browser")).startAuthentication(p),R=r3(C);er.current?.resolve({mfaMethod:d,mfaCode:R,relyingParty:window.origin}),await new Promise((G,ne)=>{ot.current={resolve:G,reject:ne}});break;default:throw er.current?.reject(new E("Unsupported MFA method")),new E(`Unsupported MFA method: ${d}`)}},cancel(){er.current?.reject(new E("MFA canceled"))},async initEnrollmentWithSms(d){let p=await Le();if(!p||!W)throw new Error("Must have valid access token to enroll in MFA");await W.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,h)=>{if(!d){xe.closePrivyModal(),p();return}B.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."),ie({mfaEnrollmentFlow:{mfaMethods:B.mfa.methods,onSuccess:p,onFailure:h}}),Ee("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await Le();if(!d||!W)throw new Error("Must have valid access token to enroll in MFA");let p=await W.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await Le();if(!p||!W)throw new Error("Must have valid access token to enroll in MFA");await W.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let h=await t.getAuthenticatedUser();c(h)},async submitEnrollmentWithTotp(d){let p=await Le();if(!p||!W)throw new Error("Must have valid access token to enroll in MFA");await W.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let h=await t.getAuthenticatedUser();c(h)},async initEnrollmentWithPasskey(){},async submitEnrollmentWithPasskey({credentialIds:d}){let p=await Le();if(!p||!W)throw new Error("Must have valid access token to enroll in MFA");await W.submitEnrollMfa({method:"passkey",accessToken:p,credentialIds:d});let h=await t.getAuthenticatedUser();c(h)},async unenroll(d){let p=await Le();if(!p||!W)throw new Error("Must have valid access token to remove MFA");d==="passkey"?await W.submitEnrollMfa({method:"passkey",accessToken:p,credentialIds:[]}):await W.unenrollMfa({method:d,accessToken:p});let h=await t.getAuthenticatedUser();c(h)},requestFarcasterSignerFromWarpcast:async()=>{let d=await Le(),p=s?.linkedAccounts.find(R=>R.type==="wallet"&&R.walletClientType==="privy");if(!d)throw new Error("Must have valid access token to connect with Farcaster");if(!W||!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 xe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");let C=await W.initFarcasterSigner({address:p.address,hdWalletIndex:null,accessToken:d,mfaCode:null,mfaMethod:null,relyingParty:window.origin});if(C.status==="approved"){let R=await t.getAuthenticatedUser();c(R||s||null)}ie({farcasterSigner:C}),Ee("AWAITING_FARCASTER_SIGNER")},getFarcasterSignerPublicKey:async()=>{let d=await Le(),p=s?.linkedAccounts.find(R=>R.type==="wallet"&&R.walletClientType==="privy");if(!d)throw new Error("Must have valid access token to connect with Farcaster");if(!W||!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 xe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");if(!s.farcaster?.signerPublicKey)throw new Error("Must have a Farcaster signer public key to sign");return(R=>Uint8Array.from(R.match(/.{1,2}/g).map(G=>parseInt(G,16))))(s.farcaster.signerPublicKey.slice(2))},signFarcasterMessage:async d=>{let p=await Le(),h=s?.linkedAccounts.find(ne=>ne.type==="wallet"&&ne.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!W||!h)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 xe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");if(!s.farcaster?.signerPublicKey)throw new Error("Must have a Farcaster signer public key to sign");let R=await import("@simplewebauthn/browser"),G=await W.signFarcasterMessage({address:h.address,hdWalletIndex:null,accessToken:p,mfaCode:null,mfaMethod:null,payload:{hash:R.bufferToBase64URLString(d)},fid:BigInt(s.farcaster.fid),relyingParty:window.origin});return new Uint8Array(R.base64URLStringToBuffer(G.signature))},isHeadlessOAuthLoading:x,loginWithCode(d){return xe.loginWithCode(d)},initLoginWithEmail(d){return xe.initLoginWithEmail(d)},initLoginWithSms(d){return xe.initLoginWithSms(d)},otpState:O,fundWallet(d,p){return xe.fundWallet(d,p)},initLoginWithHeadlessOAuth(d,p){return xe.initLoginWithHeadlessOAuth(d,p)},loginWithHeadlessOAuth(d){return xe.loginWithHeadlessOAuth(d)},isModalOpen:r};n3=ai.signMessage,i3=ai.signTypedData,a3=async(...d)=>{let p=await ms(...d);return B.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let xe=(()=>({isNewUserThisSession:g,linkingHint:z,pendingTransaction:null,walletConnectionStatus:I,mipdStore:D,connectors:t.connectors?.walletConnectors??[],rpcConfig:B.rpcConfig,chains:B.chains,appId:e.appId,showFiatPrices:B.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>B.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(W)return W;let p=new Promise(R=>{ht(()=>G=>R(G))}),h=new Promise(R=>setTimeout(()=>R(null),d)),C=await Promise.race([p,h]);return ht(null),C},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0,isSuccess:!1})=>{let p=n&&a&&s,h;p&&me.current&&(h=s?.linkedAccounts.filter(C=>C.latestVerifiedAt!==null&&!(C.type==="wallet"&&C.walletClientType==="privy")).sort((C,R)=>R.latestVerifiedAt.getTime()-C.latestVerifiedAt.getTime())[0]),V.current==="login"&&me.current?d.shouldCallAuthOnSuccess&&p?(U(N,"login","onComplete",s,g,!1,me.current,h??null),e.onSuccess?.(s,g)):U(N,"login","onError","exited_auth_flow"):V.current==="link"&&me.current&&h&&(d.isSuccess&&p?U(N,"linkAccount","onSuccess",s,me.current,h):U(N,"linkAccount","onError","exited_link_flow")),q(null),V.current=null,me.current=null,b(!1),o(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent({eventName:"modal_closed"})},openPrivyModal:Ee,connectWallet:pa,initLoginWithWallet:async(d,p)=>{me.current="siwe",Ao(d,p)},loginWithWallet:async()=>{if(!n)throw new en;if(!(t.authFlow instanceof Hn))throw new E("Must initialize SIWE flow first.");let d,p;if(a)try{d=await t.link(),me.current="siwe"}catch(h){throw U(N,"linkAccount","onError",h.privyErrorCode||"failed_to_link_account"),h}else try{({user:d,isNewUser:p}=await t.authenticate()),me.current="siwe"}catch(h){throw U(N,"login","onError",h.privyErrorCode||"generic_connect_wallet_error"),h}c(d||s||null),b(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new ya(d);t.startAuthFlow(p);try{me.current="farcaster",await p.initializeFarcasterConnect()}catch(h){throw V.current==="login"?U(N,"login","onError",h.privyErrorCode||"unknown_auth_error"):V.current==="link"&&U(N,"linkAccount","onError",h.privyErrorCode||"unknown_auth_error"),h}},loginWithFarcaster:async()=>{if(!n)throw new en;if(!(t.authFlow instanceof ya))throw new E("Must initialize Farcaster flow first.");let d,p;if(a)try{d=await t.link(),me.current="farcaster"}catch(h){throw U(N,"linkAccount","onError",h.privyErrorCode||"failed_to_link_account"),h}else try{({user:d,isNewUser:p}=await t.authenticate()),me.current="farcaster"}catch(h){throw U(N,"login","onError",h.privyErrorCode||"unknown_auth_error"),h}c(d||null),b(p||!1),l(!0)},async initLoginWithOAuth(d,p){if(me.current=d,jc()){if(d==="google"&&Gc(window.navigator.userAgent)){_r("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{_r("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}re.del(Ln);let h=new po({provider:d});p&&h.addCaptchaToken(p),t.startAuthFlow(h);let C=await t.authFlow.getAuthorizationUrl();C&&C.url&&window.location.assign(C.url)},async recoveryOAuthFlow(d,p,h){let{url:C,codeVerifier:R,stateCode:G}=await Zf({api:kn.api,provider:d});if(!C)throw t.createAnalyticsEvent({eventName:"recovery_oauth_error",payload:{error:"Unable to open recovery OAuth popup",provider:d}}),new E("Recovery OAuth failed");let ne,gt;try{let qe=await t3({url:C,popup:h});if(ne=qe.stateCode,gt=qe.authorizationCode,ne!==G)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d,storedStateCode:G??"",returnedStateCode:ne??""}}),new E("Unexpected auth flow. This may be a phishing attempt.")}catch(qe){throw t.createAnalyticsEvent({eventName:"recovery_oauth_error",payload:{error:qe.toString(),provider:d}}),new E("Recovery OAuth failed")}let[_t,Ar]=await Promise.all([Le(),Jf({api:kn.api,provider:d,codeVerifier:R,stateCode:ne,authorizationCode:gt})]);if(!W)throw new E("Cannot connect to wallet proxy");switch(p){case"recover":let qe=Se.recoverWallet?.privyWallet?.address;if(!qe)throw new E("Recovery OAuth failed");t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_started",payload:{walletAddress:qe,recoveryMethod:d}}),await W.recover({address:qe,accessToken:_t,recoveryAccessToken:Ar,recoveryMethod:d}),t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:qe,recoveryMethod:d}});break;case"create-wallet":t.createAnalyticsEvent({eventName:"embedded_wallet_creation_started"}),await W.create({accessToken:_t,recoveryAccessToken:Ar,recoveryMethod:d});let ur=await xe.refreshUser(),$t=He(ur);if(!$t)throw U(N,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_creation_completed",payload:{walletAddress:$t.address}}),U(N,"createWallet","onSuccess",$t);break;default:throw new E("Unsupported recovery action")}},async loginWithOAuth(d){if(!(t.authFlow instanceof po))throw new E("Must initialize OAuth flow before calling loginWithOAuth");let p=re.get(Mn),h=t.authFlow.meta.stateCode;if(p!==h)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d,storedStateCode:p??"",returnedStateCode:h??""}}),new E("Unexpected auth flow. This may be a phishing attempt.");let C,R,G;if(a)try{C=await t.link(),me.current=d}catch(ne){throw U(N,"linkAccount","onError",ne.privyErrorCode||"failed_to_link_account"),ne}else try{let ne=await t.authenticate();C=ne.user,R=ne.isNewUser,G=ne.oAuthProviderTokens,me.current=d}catch(ne){throw V.current==="login"?U(N,"login","onError",ne.privyErrorCode||"unknown_auth_error"):V.current==="link"&&U(N,"linkAccount","onError",ne.privyErrorCode||"failed_to_link_account"),ne}return c(C),b(R||!1),l(!0),G},async initLoginWithPasskey(d){let p=new Bn(d);t.startAuthFlow(p),V.current="login";try{me.current="passkey",await p.initAuthenticationFlow()}catch(h){throw U(N,"login","onError",h.privyErrorCode||"unknown_auth_error"),h}},async loginWithPasskey(){if(!n)throw new en;if(!(t.authFlow instanceof Bn))throw new E("Must initialize Passkey flow first.");if(me.current!=="passkey")throw new E("Must init login with Passkey flow first.");let d,p;try{me.current="passkey",{user:d,isNewUser:p}=await t.authenticate()}catch(h){throw U(N,"login","onError",h.privyErrorCode||"unknown_auth_error"),h}c(d),b(p||!1),l(!0)},async initLinkWithPasskey(d){let p=new Bn(d);t.startAuthFlow(p),V.current="link",me.current="passkey";try{await p.initLinkFlow()}catch(h){throw U(N,"linkAccount","onError",h.privyErrorCode||"unknown_auth_error"),h}},async linkWithPasskey(){if(!n)throw new en;if(!(t.authFlow instanceof Bn))throw new E("Must initialize Passkey flow first.");if(me.current!=="passkey")throw new E("Must init login with Passkey flow first.");let d;try{me.current="passkey",d=await t.link()}catch(p){throw U(N,"linkAccount","onError",p.privyErrorCode||"failed_to_link_account"),p}return c(d||s||null),d},async initLoginWithHeadlessOAuth(d,p){if(jc()){if(d==="google"&&Gc(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 h=new po({provider:d,headless:!0});p&&h.addCaptchaToken(p);let C=await t.startAuthFlow(h).getAuthorizationUrl();C?.url&&window.location.assign(C.url)},async loginWithHeadlessOAuth(d){w(!0),t.startAuthFlow(new po(d));let p=re.get(Mn),h=d.stateCode;if(p!==h)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d.provider,storedStateCode:p??"",returnedStateCode:h??""}}),w(!1),new E("Unexpected auth flow. This may be a phishing attempt.");let C,R;if(a)try{C=await t.link(),me.current=d.provider}catch(G){throw U(N,"linkAccount","onError",G.privyErrorCode||"failed_to_link_account"),G}else try{({user:C,isNewUser:R}=await t.authenticate()),me.current=d.provider}catch(G){throw V.current==="login"?U(N,"login","onError",G.privyErrorCode||"unknown_auth_error"):V.current==="link"&&U(N,"linkAccount","onError",G.privyErrorCode||"failed_to_link_account"),G}return c(C),b(R||!1),l(!0),w(!1),C??void 0},initLoginWithEmail:async(d,p)=>{let h=new tn(d,p);t.startAuthFlow(h);try{me.current="email",await h.sendCodeEmail()}catch(C){throw V.current==="login"?U(N,"login","onError",C.privyErrorCode||"unknown_auth_error"):V.current==="link"&&U(N,"linkAccount","onError",C.privyErrorCode||"failed_to_link_account"),C}},initUpdateEmail:async(d,p,h)=>{let C=new Es(d,p,h);t.startAuthFlow(C),await C.sendCodeEmail()},initLoginWithSms:async(d,p)=>{S({status:"sending-code"});let h=new Gn(d,p);t.startAuthFlow(h);try{me.current="sms",await h.sendSmsCode(),S({status:"awaiting-code-input"})}catch(C){throw S({status:"error",error:C}),V.current==="login"?U(N,"login","onError",C.privyErrorCode||"unknown_auth_error"):V.current==="link"&&U(N,"linkAccount","onError",C.privyErrorCode||"failed_to_link_account"),C}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(S({status:"submitting-code"}),!n){let R=new en;throw S({status:"error",error:R}),R}if(t.authFlow instanceof tn)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof Gn)t.authFlow.meta.smsCode=d.trim();else{let R=new E("Must initialize a passwordless code flow first");throw S({status:"error",error:R}),R}let p=await Le(),h,C;if(p&&t.sessionHasActiveToken())try{h=await t.link()}catch(R){throw S({status:"error",error:R}),U(N,"linkAccount","onError",R.privyErrorCode||"failed_to_link_account"),R}else try{({user:h,isNewUser:C}=await t.authenticate())}catch(R){throw S({status:"error",error:R}),U(N,"login","onError",R.privyErrorCode||"unknown_auth_error"),R}c(h||s||null),b(C||!1),l(!0),S({status:"done"})},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:W,createAnalyticsEvent:({eventName:d,payload:p,timestamp:h})=>t.createAnalyticsEvent({eventName:d,payload:p,timestamp:h}),acceptTerms:async()=>{let d=await t.acceptTerms();return c(d),d},getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let h=s?.linkedAccounts.find(R=>R.type==="wallet"&&R.walletClientType==="privy"),C=await Le();if(!C||!W||!h){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}ye(!0);try{await W.connect({accessToken:C,address:h.address}),d(!0)}catch(R){if(Ni(R)&&h.recoveryMethod==="privy")t.createAnalyticsEvent({eventName:"embedded_wallet_pinless_recovery_started",payload:{walletAddress:h.address}}),(await W.recover({address:h.address,accessToken:C})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:h.address}}),d(!0);else if(Ni(R)){ie({recoverWallet:{privyWallet:h,onFailure:p,onSuccess:()=>d(!0)},recoveryOAuthStatus:{provider:"google-drive",action:"recover"}});let G=Yl(h.recoveryMethod);Ee(G)}else p(R)}}),getFiatOnRampConfig:yt,setReadyToTrue:d=>{i(!0),Qt?.(d)},updateWallets:()=>Lt(),fundWallet:async(d,p)=>{let{signedUrl:h,externalTransactionId:C}=await yt(d,p);ie({fiatOnRampPrompt:{signedUrl:h},fiatOnRampStatus:{externalTransactionId:C}}),Ee("FIAT_ON_RAMP_PROMPT_SCREEN")},requestFarcasterSignerStatus:async d=>{let p=await Le(),h=s?.linkedAccounts.find(R=>R.type==="wallet"&&R.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!W||!h)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 C=await t.requestFarcasterSignerStatus(d);if(C.status==="approved"){let R=await t.getAuthenticatedUser();c(R||s||null)}return C}}))();s3=xe.recoverEmbeddedWallet;let D3=(0,ae.useMemo)(()=>({wallets:u,ready:Sr}),[u,Sr]);return(0,pr.jsx)(_e.Provider,{value:ai,children:(0,pr.jsx)(Cd.Provider,{value:N,children:(0,pr.jsx)(Cp.Provider,{value:D3,children:(0,pr.jsxs)(Gm,{...B,children:[e.children,(0,pr.jsxs)(vd.Provider,{value:xe,children:[!B.headless&&B.captchaEnabled&&n&&!a&&(0,pr.jsx)(Tl,{delayedExecution:!1}),(0,pr.jsx)(j2,{theme:{...B.appearance.palette||{}}}),(0,pr.jsx)(Im,{data:Se,setModalData:ie,setInitialScreen:k,initialScreen:v,authenticated:a,open:r,children:(0,pr.jsx)(J2,{open:r})}),ve&&be?(0,pr.jsx)(X2,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:er,mfaSubmitPromise:ot,onLoad:se,onLoadFailed:()=>null}):null]})]})})})})};var c3=require("react");function d3(e){let{login:t}=(0,c3.useContext)(_e);return et("login",e),{login:t}}var p3=require("react");function u3(e){let{logout:t}=(0,p3.useContext)(_e);return et("logout",e),{logout:t}}var ds=require("react");function m3(){let e=Ie(),t=vl(),{initLoginWithHeadlessOAuth:r,loginWithHeadlessOAuth:o,isHeadlessOAuthLoading:n,ready:i,user:a}=H(),l=(0,ds.useCallback)(async c=>{if(e.enabled&&e.status!=="success")throw new Zr(e.error,null,"captcha_failure");return r(c.provider,e.token)},[r,e]),s=(0,ds.useCallback)(async()=>{let c=Ea();if(a)return console.warn("Cannot login with OAuth when already logged in"),a;if(!c.inProgress)throw new Error("Cannot login with OAuth because no OAuth flow is in progress");if(!c.popupFlow)try{return await o(c)}catch(u){throw u}finally{Fn()}},[o]);return(0,ds.useEffect)(()=>{let c=Ea();i&&t&&c.inProgress&&c.headless&&!c.popupFlow&&s()},[i,t]),{initOAuth:l,loginWithOAuth:s,loading:n}}var kp=require("react");var f3=()=>{let e=Ie(),{initLoginWithEmail:t,loginWithCode:r}=H(),o=(0,kp.useCallback)(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return t(i)},[t]),n=(0,kp.useCallback)(async({code:i})=>{if(e.enabled&&e.status==="error")throw new Zr(e.error,null,"captcha_failure");return r(i)},[r,e.status]);return{sendCode:o,loginWithCode:n}};var Ap=require("react");var h3=()=>{let e=Ie(),{initLoginWithSms:t,loginWithCode:r,otpState:o}=H(),n=(0,Ap.useCallback)(async({phoneNumber:a})=>{if(!a)throw new Error("SMS required to send OTP code");return t(a)},[t]),i=(0,Ap.useCallback)(async({code:a})=>{if(e.enabled&&e.status!=="success")throw new Zr(e.error,null,"captcha_failure");return r(a)},[r,e.status]);return{sendCode:n,loginWithCode:i,state:o}};var y3=require("react");function g3(e){let{linkEmail:t,linkPhone:r,linkWallet:o,linkGoogle:n,linkApple:i,linkTwitter:a,linkDiscord:l,linkGithub:s,linkLinkedIn:c,linkTiktok:u,linkSpotify:f,linkFarcaster:y}=(0,y3.useContext)(_e);return et("linkAccount",e),{linkEmail:t,linkPhone:r,linkWallet:o,linkGoogle:n,linkApple:i,linkTwitter:a,linkDiscord:l,linkGithub:s,linkLinkedIn:c,linkTiktok:u,linkSpotify:f,linkFarcaster:y}}var v3=require("react");function C3(e){let{connectWallet:t}=(0,v3.useContext)(_e);return et("connectWallet",e),{connectWallet:t}}var w3=require("react");function b3(e){let{createWallet:t}=(0,w3.useContext)(_e);return et("createWallet",e),{createWallet:t}}var E3=()=>{let{fundWallet:e}=H();return{fundWallet:e}};var P3=require("react");function T3(e){let{sendTransaction:t}=(0,P3.useContext)(_e);return et("sendTransaction",e),{sendTransaction:t}}var S3=require("react");function x3(e){let{setWalletPassword:t}=(0,S3.useContext)(_e);return et("setWalletPassword",e),{setWalletPassword:t}}var _3=require("react");function k3(e){let{signMessage:t}=(0,_3.useContext)(_e);return et("signMessage",e),{signMessage:t}}var A3=require("react");function R3(e){let{signTypedData:t}=(0,A3.useContext)(_e);return et("signTypedData",e),{signTypedData:t}}var I3=require("react");var M3=()=>{let{isModalOpen:e}=(0,I3.useContext)(_e);return{isOpen:e}};var W3=require("react");function L3(e){let{getAccessToken:t}=(0,W3.useContext)(_e);return et("accessToken",e),{getAccessToken:t}}function O3(){let{getFarcasterSignerPublicKey:e,signFarcasterMessage:t,requestFarcasterSignerFromWarpcast:r}=H();return{getFarcasterSignerPublicKey:e,signFarcasterMessage:t,requestFarcasterSignerFromWarpcast:r}}function N3(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}0&&(module.exports={AsExternalProvider,Captcha,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,SUPPORTED_CHAINS,VERSION,WalletConnector,addRpcUrlOverrideToChain,errorIndicatesMaxMfaRetries,errorIndicatesMfaTimeout,errorIndicatesMfaVerificationFailed,getAccessToken,useConnectWallet,useCreateWallet,useExperimentalFarcasterSigner,useFundWallet,useLinkAccount,useLogin,useLoginWithEmail,useLoginWithOAuth,useLoginWithSms,useLogout,useMfa,useMfaEnrollment,useModalStatus,usePrivy,useRegisterMfaListener,useSendTransaction,useSetWalletPassword,useSignMessage,useSignTypedData,useToken,useWallets});
|