@privy-io/react-auth 1.52.3 → 1.52.4
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 +42 -42
- package/dist/index.d.ts +1 -1
- package/dist/index.js +41 -41
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Th=Object.create;var Bi=Object.defineProperty;var Sh=Object.getOwnPropertyDescriptor;var _h=Object.getOwnPropertyNames;var kh=Object.getPrototypeOf,Ah=Object.prototype.hasOwnProperty;var Rh=(e,t)=>{for(var o in t)Bi(e,o,{get:t[o],enumerable:!0})},dc=(e,t,o,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of _h(t))!Ah.call(e,n)&&n!==o&&Bi(e,n,{get:()=>t[n],enumerable:!(r=Sh(t,n))||r.enumerable});return e};var _=(e,t,o)=>(o=e!=null?Th(kh(e)):{},dc(t||!e||!e.__esModule?Bi(o,"default",{value:e,enumerable:!0}):o,e)),Ih=e=>dc(Bi({},"__esModule",{value:!0}),e);var Hs=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var pc=(e,t,o)=>(Hs(e,t,"read from private field"),o?o.call(e):t.get(e)),Hi=(e,t,o)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,o)},uc=(e,t,o,r)=>(Hs(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var mc=(e,t,o)=>(Hs(e,t,"access private method"),o);var kv={};Rh(kv,{AsExternalProvider:()=>Gt,Captcha:()=>Sn,ConnectorManager:()=>tn,PrivyClient:()=>rn,PrivyProvider:()=>ch,PrivyProxyProvider:()=>he,SUPPORTED_CHAINS:()=>zn,VERSION:()=>Yi,WalletConnector:()=>ot,errorIndicatesMaxMfaRetries:()=>Ma,errorIndicatesMfaTimeout:()=>_r,errorIndicatesMfaVerificationFailed:()=>kr,getAccessToken:()=>Fe,useConnectWallet:()=>yh,useCreateWallet:()=>vh,useLogin:()=>ph,useLoginWithEmail:()=>fh,useLogout:()=>mh,useMfa:()=>Or,useMfaEnrollment:()=>Mn,useModalStatus:()=>Ch,usePrivy:()=>
|
|
1
|
+
"use strict";var Th=Object.create;var Bi=Object.defineProperty;var Sh=Object.getOwnPropertyDescriptor;var _h=Object.getOwnPropertyNames;var kh=Object.getPrototypeOf,Ah=Object.prototype.hasOwnProperty;var Rh=(e,t)=>{for(var o in t)Bi(e,o,{get:t[o],enumerable:!0})},dc=(e,t,o,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of _h(t))!Ah.call(e,n)&&n!==o&&Bi(e,n,{get:()=>t[n],enumerable:!(r=Sh(t,n))||r.enumerable});return e};var _=(e,t,o)=>(o=e!=null?Th(kh(e)):{},dc(t||!e||!e.__esModule?Bi(o,"default",{value:e,enumerable:!0}):o,e)),Ih=e=>dc(Bi({},"__esModule",{value:!0}),e);var Hs=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var pc=(e,t,o)=>(Hs(e,t,"read from private field"),o?o.call(e):t.get(e)),Hi=(e,t,o)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,o)},uc=(e,t,o,r)=>(Hs(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var mc=(e,t,o)=>(Hs(e,t,"access private method"),o);var kv={};Rh(kv,{AsExternalProvider:()=>Gt,Captcha:()=>Sn,ConnectorManager:()=>tn,PrivyClient:()=>rn,PrivyProvider:()=>ch,PrivyProxyProvider:()=>he,SUPPORTED_CHAINS:()=>zn,VERSION:()=>Yi,WalletConnector:()=>ot,errorIndicatesMaxMfaRetries:()=>Ma,errorIndicatesMfaTimeout:()=>_r,errorIndicatesMfaVerificationFailed:()=>kr,getAccessToken:()=>Fe,useConnectWallet:()=>yh,useCreateWallet:()=>vh,useLogin:()=>ph,useLoginWithEmail:()=>fh,useLogout:()=>mh,useMfa:()=>Or,useMfaEnrollment:()=>Mn,useModalStatus:()=>Ch,usePrivy:()=>q,useRegisterMfaListener:()=>ya,useWallets:()=>Bn});module.exports=Ih(kv);var Oi=require("@ethersproject/address"),Vn=require("@ethersproject/providers"),ih=require("mipd"),$=require("react");var fc=require("ofetch"),ht=class extends Error{constructor(o,r,n){super(o);r instanceof Error&&(this.cause=r),this.privyErrorCode=n}toString(){return`${this.type}${this.privyErrorCode?`-${this.privyErrorCode}`:""}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},Go=class extends ht{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},w=class extends ht{constructor(o,r,n){super(o,r,n);this.type="client_error"}},Gi=class extends w{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var j=class extends ht{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},fe=e=>{if(e instanceof ht)return e;if(!(e instanceof fc.FetchError))return gt(e);if(!e.response)return new Go("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Go(t||"ApiError",e.response.status,o||r,e,n)},gt=e=>e instanceof ht?e:e instanceof Error?new w(e.message,e):new w(`Internal error: ${e}`);var Jn=class extends w{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},yt=class extends w{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},zi=class extends w{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var Vi=()=>"/api/v1/sessions",$i=()=>"/api/v1/sessions/logout",hc=()=>"/api/v1/sessions/fork",ji=()=>"/api/v1/sessions/fork/recover",yc=()=>"/api/v1/siwe/init",gc=()=>"/api/v1/siwe/authenticate",vc=()=>"/api/v1/siwe/link",wc=()=>"/api/v1/passwordless/init",Cc=()=>"/api/v1/passwordless/authenticate",bc=()=>"/api/v1/passwordless/link",Ec=()=>"/api/v1/passwordless_sms/init",Pc=()=>"/api/v1/passwordless_sms/authenticate",xc=()=>"/api/v1/passwordless_sms/link",Tc=()=>"/api/v1/oauth/init",Sc=()=>"/api/v1/oauth/authenticate",_c=()=>"/api/v1/oauth/link",kc=()=>"/api/v1/siwe/unlink",Ac=()=>"/api/v1/passwordless/unlink",Rc=()=>"/api/v1/passwordless_sms/unlink",Ic=()=>"/api/v1/oauth/unlink",Wc=()=>"/api/v1/analytics_events",Mc=()=>"/api/v1/plugins/moonpay_on_ramp/sign",Lc=()=>"/api/v1/custom_jwt_account/authenticate",Nc=()=>"/api/v1/mfa/passwordless_sms/init";var Oc=()=>"/api/v1/mfa/passwordless_sms/enroll";var zr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let t=Lc(),o=await this.api.post(t,{token:this.meta.token});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw fe(t)}}async link(){throw new Error("Unimplemented")}};var Er=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=Cc(),o=await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw fe(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=bc();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw fe(t)}}async sendCodeEmail(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new w("Email must be set when initialzing authentication.");try{let r=wc();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw fe(r)}}};var zo=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");try{let t=Sc(),o=await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){let o=fe(t);throw o.privyErrorCode?new w(o.message||"Invalid code during OAuth flow.",void 0,o.privyErrorCode):o.message==="User denied confirmation during OAuth flow"?new w("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new w("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");try{let t=_c();return await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})}catch(t){throw fe(t)}}async getAuthorizationUrl(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.provider)throw new w("Provider must be set when initialzing OAuth authentication.");try{let t=Tc();return await this.api.post(t,{provider:this.meta.provider,redirect_to:window.location.href})}catch(t){throw fe(t)}}};var It=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 Pr=class{constructor(t){this.createSiweMessage=(t,o,r,n,i,a,s)=>`${r} wants you to sign in with your Ethereum account:
|
|
2
2
|
${o}
|
|
3
3
|
|
|
4
4
|
${s}
|
|
@@ -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 It(this._getNonceOnce.bind(this)),this.wallet=t}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(gc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw fe(t)}}async link(){if(!this.api)throw new C("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(vc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw fe(t)}}async sign(){if(!this.api)throw new C("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new C("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 C("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(yc(),{address:t})).nonce}async buildSiweMessage(){if(!this.api)throw new C("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",s=new Date().toISOString();return this.createSiweMessage(t,o,n,i,s,r,a)}};var xr=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new C("phone number and sms code must be set prior to calling authenticate.");try{let t=Pc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw fe(t)}}async link(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new C("phone number and sms code must be set prior to calling authenticate.");try{let t=xc();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw fe(t)}}async sendSmsCode(t,o){if(!this.api)throw new C("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new C("phone nNumber must be set when initialzing authentication.");try{let r=Ec();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw fe(r)}}};var Rd=require("uuid");function vt(e){return new Date(e*1e3)}function Wh(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:vt(o.verified_at),chainType:"ethereum",chainId:o.chain_id,walletClient:o.wallet_client_type==="privy"?"privy":"unknown",walletClientType:o.wallet_client_type,connectorType:o.connector_type,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:vt(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:vt(o.verified_at)};t.push(a);break;case"google_oauth":let s={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:vt(o.verified_at)};t.push(s);break;case"twitter_oauth":let l={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:vt(o.verified_at)};t.push(l);break;case"discord_oauth":let c={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:vt(o.verified_at)};t.push(c);break;case"github_oauth":let m={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:vt(o.verified_at)};t.push(m);break;case"tiktok_oauth":let y={subject:o.subject,username:o.username,type:o.type,verifiedAt:vt(o.verified_at)};t.push(y);break;case"linkedin_oauth":let w={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:vt(o.verified_at)};t.push(w);break;case"apple_oauth":let f={subject:o.subject,email:o.email,type:o.type,verifiedAt:vt(o.verified_at)};t.push(f);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:vt(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Qt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var ge=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Mh=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Vo=(e,t)=>t==="all-users"&&!ge(e)||t==="users-without-wallets"&&!Mh(e)?.length;function Bt(e){if(!e)return null;let t=Wh(e.linked_accounts),o=Qt(t,"wallet"),r=Qt(t,"email"),n=Qt(t,"phone"),i=Qt(t,"google_oauth"),a=Qt(t,"twitter_oauth"),s=Qt(t,"discord_oauth"),l=Qt(t,"github_oauth"),c=Qt(t,"tiktok_oauth"),m=Qt(t,"linkedin_oauth"),y=Qt(t,"apple_oauth"),w=e.mfa_methods.map(({type:E,verified_at:b})=>({type:E,verifiedAt:vt(b)}));return{id:e.id,createdAt:vt(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:s&&{subject:s.subject,username:s.username,email:s.email},github:l&&{subject:l.subject,username:l.username,name:l.name,email:l.email},tiktok:c&&{subject:c.subject,username:c.username},linkedin:m&&{subject:m.subject,name:m.name},apple:y&&{subject:y.subject,email:y.email},mfaMethods:w.map(E=>E.type)}}var ol=require("@ethersproject/address"),Sd=_(require("eventemitter3"));var Dc="1.52.3";var qi="4df5e2316331463a9130964bd6078dfa",Uc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",Fc="34357d3c125c2bcf2ce2bc3309d98715",Ki="https://auth.privy.io",Bc=2e4,wt=1400,Hc=2500,Yi=Dc;var Vr="privy:token",Gs="privy-token",Ji="privy:refresh_token",zs="privy-refresh-token",Gc="privy-session",Qn="privy:session_transfer_token",Nh="privy:wallet",Zn="privy:caid",Qi=e=>`${Nh}:${e}`,Vs="privy:connectors",$s="privy:connections";var Xn=12e4,xo=1,js="0x1",$r=3e4,zc="https://api.moonpay.com/v1",Vc="https://api.moonpay.com/v1",$c="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",jc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",qc="0x420000000000000000000000000000000000000F",Kc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var qs=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},Ks=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}};function Oh(){return typeof window<"u"&&window.localStorage?new Ks:new qs}var re=Oh();function Yc(){let e=window,t=e.ethereum;if(!t)return[];let o=[];if(t.providers?.length)for(let r of t.providers)r&&o.push(r);return o.push(e.ethereum),o}var Zi=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 Ys=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||Zi(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!Ys(o))return!1}return!0},Zt=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),Jc=()=>{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 Qc=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,}))$/),Zc=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},$o=(e,t=3,o=4)=>{if(!e)return"";let r=2,n=3;if(t+o+r+n>=e.length)return e;let i=e.slice(0,r+t),a=e.slice(e.length-o,e.length);return`${i}...${a}`},Js=e=>new Promise(t=>setTimeout(t,e));function Xc(e,{interval:t=100,timeout:o=5e3}={}){return new Promise((r,n)=>{let i=0,a,s=()=>{if(i>=o){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){r(a);return}setTimeout(s,t)};s()})}var ed=(e,t={})=>{let o=t.delayMs||150,r=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,s=0;for(;!a&&s<r;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...l)=>{a=!0,i(...l)}),s+=1,await Js(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},Xi=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href};var Qs=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Tr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function td(e,t=3e3){let o=!1,r=window;return new Promise(n=>{r.ethereum?i():(window.addEventListener("ethereum#initialized",i,{once:!0}),setTimeout(()=>{i()},t));function i(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",i);let a=e.getProviders(),s=[];for(let l of a)l.info.rdns!=="com.coinbase.wallet"&&s.push({type:l.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:l});Zt()&&s.push({type:"phantom"});for(let l of Yc()){let c=Zi(l);if(!a.some(m=>m.info.name===c)){if(Ys(l,!0)&&!s.find(m=>m.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:l});continue}s.find(m=>m.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:l})}}n(s)}})}function jr(e){return`eip155:${String(Number(e))}`}var Ht=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new $(`Unsupported chainId ${e}`,4901);let i;if(o.rpcUrls&&o.rpcUrls[r]?i=o.rpcUrls[r]:n.rpcUrls.infura?.http[0]?i=n.rpcUrls.infura.http[0]+"/"+qi:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+Uc:i=n.rpcUrls.default?.http[0],!i)throw new $(`No RPC url found for ${e}`);return i},od=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new $(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};var dd=_(require("@coinbase/wallet-sdk"));var ei=require("react/jsx-runtime"),ti=({style:e,...t})=>(0,ei.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,ei.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,ei.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 zt=require("@ethersproject/address"),Xs=require("@ethersproject/providers"),cd=_(require("eventemitter3"));var Zs=require("@ethersproject/providers"),id=_(require("eventemitter3"));var Dh=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],rd=e=>Dh.includes(e);var nd=require("@ethersproject/logger");var qr=class extends ${constructor(){super("Wallet timeout");this.type="wallet_error"}},Kr=class extends ${constructor(){super("User rejected connection");this.type="wallet_error"}},Ct=e=>{if(e instanceof $)return e;if(e?.code&&e?.reason){let t=new tt(e);return e.code===nd.ErrorCode.ACTION_REJECTED&&(t.details=ct.E4001_USER_REJECTED_REQUEST),t}return e?.code?new tt(e):new $("Unknown connector error",e)},Xt=class extends ht{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},tt=class extends Xt{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(ct).find(i=>i.eipCode===r.code);this.details=n||ct.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=ct.E32002_CONNECTION_ALREADY_PENDING:this.details=ct.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=ct.E32002_WALLET_LOCKED))}},Uh={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}},Fh={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}},Bh={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}},ct={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Bh,...Fh},To={...Uh,...ct};var he=class{constructor(t,o){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.walletTimeout=(t=new qr,o=this.rpcTimeoutDuration)=>new Promise((r,n)=>setTimeout(()=>{n(t)},o));this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{this.walletProvider?.on(o.eventName,o.listener)})};this.walletProvider=t,this.rpcTimeoutDuration=o||Xn,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new $(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),this.walletTimeout()]).catch(o=>{throw Ct(o)})}},jo=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ea=class extends id.default{constructor(o,r,n,i,a=1){super();this.walletProxy=o,this.address=r,this.chainId=a,this.rpcConfig=n,this.chains=i,this.provider=new Zs.StaticJsonRpcProvider(Ht(a,this.chains,n)),this.rpcTimeoutDuration=Yr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new jo(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Fe()||!this.address)throw new jo("Disconnected",4900);return(await sd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new jo(`Invalid params for ${o.method}`,4200);let r;if(typeof o.params[0]=="string")r=o.params[0];else if("chainId"in o.params[0]&&typeof o.params[0].chainId=="string")r=o.params[0].chainId;else throw new jo(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new Zs.StaticJsonRpcProvider(Ht(this.chainId,this.chains,this.rpcConfig)),this.emit("chainChanged",r)}async handlePersonalSign(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r=o.params[0];return await ad(r)}async handleEstimateGas(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");delete o.params[0].gasPrice,delete o.params[0].maxFeePerGas,delete o.params[0].maxPriorityFeePerGas;let r={...o.params[0],chainId:Tr(this.chainId)};try{return await this.provider.send("eth_estimateGas",[r])}catch{return delete r.from,await this.provider.send("eth_estimateGas",[r])}}async request(o){switch(console.debug("Embedded1193Provider.request() called with args",o),o.method){case"eth_accounts":case"eth_requestAccounts":return this.address?[this.address]:[];case"eth_chainId":return Tr(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(o);case"eth_sendTransaction":return this.handleSendTransaction(o);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(o);case"personal_sign":return this.handlePersonalSign(o);default:break}if(rd(o.method)){let r=await Fe();if(await ld(),!r||!this.address)throw new jo("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new jo("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Fe();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},Gt=class extends he{constructor(o){super(o,o.rpcTimeoutDuration)}},qo=class extends he{constructor(t){super(t,t.rpcTimeoutDuration)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var Hh=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},ot=class extends cd.default{constructor(o,r,n,i){super();this.onAccountsChanged=o=>{o.length===0?this.onDisconnect():this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=jr(o),this.walletClientType==="privy"&&re.put(Qi(r.address),o)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=o,this.chains=r,this.defaultChain=n,this.rpcConfig=i,this.rpcTimeoutDuration=Yr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>(0,zt.getAddress)(i.address)===(0,zt.getAddress)(o));return{address:(0,zt.getAddress)(o),chainId:r,switchChain:async i=>{if(!n)throw new $("Wallet is not currently connected.");let a=this.wallets.find(y=>(0,zt.getAddress)(y.address)===(0,zt.getAddress)(o))?.chainId;if(!a)throw new $("Unable to determine current chainId.");let s,l;if(typeof i=="number"?(s=`0x${i.toString(16)}`,l=i):(s=i,l=Number(i)),a===jr(s))return;let c=this.chains.find(y=>y.id===l);if(!c)throw new $(`Unsupported chainId: ${i}`);let m=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await m()}catch(y){if(Hh(y,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.public?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),m();throw this.walletClientType==="rainbow"&&y.message?.includes("wallet_switchEthereumChain")?new $(`Rainbow does not support the chainId ${r}`):y}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new $("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new $("Wallet is not currently connected.");return new Xs.Web3Provider(new Gt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new $("Wallet is not currently connected.");return new qo(this.proxyProvider)},sign:async i=>{if(!await n())throw new $("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=(0,zt.getAddress)(n),a=[],s;if(this.walletClientType==="privy"){let c=re.get(Qi(i));this.chains.find(m=>m.id===Number(c))||(re.del(Qi(i)),c=null),s=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${s} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")s=c;else if(typeof c=="number")s=`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 ${js}`,c),s=js}let l=jr(s);a.find(c=>(0,zt.getAddress)(c.address)===i)||a.push(this.buildConnectedWallet((0,zt.getAddress)(n),l)),ta(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>(0,zt.getAddress)(n)===(0,zt.getAddress)(r.address)))||null}async isConnected(){let o=await this.proxyProvider.request({method:"eth_accounts"});return Array.isArray(o)&&o.length>0}async sign(o){return await this.connect({showPrompt:!1}),new Xs.Web3Provider(new Gt(this.proxyProvider)).getSigner().signMessage(o)}subscribeListeners(){this.proxyProvider.on("accountsChanged",this.onAccountsChanged),this.proxyProvider.on("chainChanged",this.onChainChanged),this.proxyProvider.on("disconnect",this.onDisconnect),this.proxyProvider.on("connect",this.onConnect)}unsubscribeListeners(){this.proxyProvider.removeListener("accountsChanged",this.onAccountsChanged),this.proxyProvider.removeListener("chainChanged",this.onChainChanged),this.proxyProvider.removeListener("disconnect",this.onDisconnect),this.proxyProvider.removeListener("connect",this.onConnect)}};var Gh=e=>{let t=`https://mainnet.infura.io/v3/${qi}`,o=1;return e.makeWeb3Provider(t,o)},oa,ra=class extends ot{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new he(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),oa||(oa=new dd.default({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(Gh(oa)),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){oa.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:ti}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new $("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw Ct(o)}}};var el=require("react/jsx-runtime"),na=({...e})=>(0,el.jsx)("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,el.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 ia=class extends ot{constructor(o,r,n,i){super("privy",r,n,i);this.connectorType="embedded";this.proxyProvider=o,this.subscribeListeners(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[Tr(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:na}}disconnect(){this.connected=!1}async promptConnection(){}};var tl=require("react/jsx-runtime"),Jr=({style:e,...t})=>(0,tl.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,tl.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 Ke=require("react/jsx-runtime"),Qr=({style:e,...t})=>(0,Ke.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,Ke.jsx)("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),(0,Ke.jsx)("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),(0,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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 Zr=class extends ot{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new he(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let s=i.provider;this.proxyProvider.setWalletProvider(s),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new $("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ct(o)}}},ri,oi=class extends ot{constructor(o,r,n,i,a){super(a?"metamask":"unknown",o,r,n);this.connectorType="injected";Hi(this,ri,void 0);this.proxyProvider=new he(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a&&uc(this,ri,{name:"MetaMask",icon:Qr})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return pc(this,ri)??{name:"Browser Extension",icon:Jr}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new $("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ct(o)}}};ri=new WeakMap;var zh=require("@ethersproject/address"),Vh=require("@ethersproject/providers"),pd=require("react-device-detect");var aa=class extends Zr{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{pd.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 $("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Ct(t)}}};var ni=require("react/jsx-runtime"),Ko=({style:e,...t})=>(0,ni.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,ni.jsx)("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),(0,ni.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 sa=class extends ot{constructor(o,r,n){super("phantom",o,r,n);this.connectorType="phantom";this.proxyProvider=new he(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(window.phantom.ethereum),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:"Phantom",icon:Ko}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new $("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ct(o)}}};var en=require("@walletconnect/ethereum-provider"),Td=require("react-device-detect");var eo=require("react");var ud=require("react/jsx-runtime");function la({src:e,...t}){return(0,ud.jsx)("img",{src:e,...t,style:{display:"none"}})}var P=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var ca=require("react/jsx-runtime"),md=(0,eo.createContext)({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:P,navigateBack:P,resetNavigation:P,setModalData:P,onUserCloseViaDialogOrKeybindRef:void 0}),$h=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],fd=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=(0,eo.useState)(e.initialScreen);(0,eo.useEffect)(()=>{!o&&!$h.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=(0,eo.useRef)(null),a={ready:!!t?.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:s=>{e.setInitialScreen(s),n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return(0,ca.jsxs)(md.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&(0,ca.jsx)(la,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>(0,eo.useContext)(md);var So=require("react/jsx-runtime"),ii=({style:e,...t})=>{let{app:o}=S();return(0,So.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,So.jsx)("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),(0,So.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,So.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,So.jsx)("defs",{children:(0,So.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,So.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var da=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Xr))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Xr={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"}},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"}},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"}}};function jh(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var hd=e=>e in Xr,yd=e=>{let t=Xr[e].mobile;if("native"in t)return t.native};function gd(e,t){let o=jh(t);if(o.deepLink)return Ed(o.deepLink,e);if(o.universalLink)return Pd(o.universalLink,e);throw new C(`Unsupported wallet ${t.id}`)}var vd="WALLETCONNECT_DEEPLINK_CHOICE";function wd(){try{localStorage.removeItem(vd)}catch{}}function Cd({href:e,name:t}){try{localStorage.setItem(vd,JSON.stringify({href:e,name:t}))}catch{}}function bd(e){return e.startsWith("http://")||e.startsWith("https://")}function Ed(e,t){if(bd(e))return Pd(e,t);let o=e;o.includes("://")||(o=e.replaceAll("/","").replaceAll(":",""),o=`${o}://`),o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Pd(e,t){if(!bd(e))return Ed(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function xd(e,t){window.open(e,t,"noreferrer noopener")}var to=class extends ot{constructor(o,r,n,i,a){super(a||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.proxyProvider=new he(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=Xr[a],this.walletClientType=a),this.createProvider().then(s=>{if(this.provider=s,this.proxyProvider.setWalletProvider(s),this.subscribeListeners(),s.session){if(this.walletProvider?.session?.peer.metadata.url){let l=da(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=l?.entry,this.walletClientType=l?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:s})=>{this.modal=new s({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(l=>{!l.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:Qr}:{name:Qs(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||ii}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Xr[o],this.walletClientType=o,this.redirectUri=void 0,wd(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Kr)};this.onQrModalClosed=n,(async()=>{let a="",s=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(s?.length&&(a=s[0]),!a||a==="")throw new $("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let l=da(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=l?.entry,this.walletClientType=l?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Yr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(s),o()})().catch(a=>{if(a){r(Ct(a));return}r(new $("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(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let n of this.chains){let i=Ht(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await en.EthereumProvider.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:en.OPTIONAL_EVENTS,optionalMethods:en.OPTIONAL_METHODS,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),Td.isMobile&&this.walletEntry){let{redirect:i,href:a}=gd(n,this.walletEntry);Cd({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,xd(i,"_self")}else this.modal?.openModal({uri:n,chains:[this.defaultChain.id]})}),r.on("connect",()=>{if(this.modal?.closeModal(),r.session?.peer.metadata.url){let n=da(r.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown"}}),r}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var rl=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===(0,ol.getAddress)(t)).length:!1},Yr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Xn:Xn,tn=class extends Sd.default{constructor(o,r,n,i,a){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new he:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}initialize(){this.initialized||(re.get(Vs)&&(re.getKeys().forEach(o=>{o.startsWith("walletconnect")&&re.del(o)}),re.del(Vs)),td(this.store).then(o=>o.forEach(({type:r,eip6963InjectedProvider:n,legacyInjectedProvider:i})=>{this.createWalletConnector("injected",r,{eip6963InjectedProvider:n,legacyInjectedProvider:i})})),this.createWalletConnector("coinbase_wallet","coinbase_wallet"),this.createWalletConnector("wallet_connect_v2","unknown"),this.initialized=!0)}findWalletConnector(o,r){return o==="wallet_connect_v2"?this.walletConnectors.find(n=>n.connectorType===o)||null:this.walletConnectors.find(n=>n.connectorType===o&&n.walletClientType===r)||null}onInitialized(o){o.wallets.forEach(r=>{let n=this.storedConnections.find(i=>i.address===r.address&&i.connectorType===r.connectorType&&i.walletClientType===r.walletClientType);n&&(r.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated")}onWalletsUpdated(o){o.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(o,r,n){let i=this.findWalletConnector("embedded","privy");if(i)i.proxyProvider.walletProxy=o;else{let a=new ea(o,r,this.rpcConfig,this.chains,n.id),s=new ia(a,this.chains,n,this.rpcConfig);this.addWalletConnector(s)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.storedConnections=this.loadConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(o,r,n){let i=this.findWalletConnector(o,r);if(i)return i instanceof to&&i.resetConnection(r),i;let s=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new aa(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new oi(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,!0);if(r==="phantom"&&Zt())return new sa(this.chains,this.defaultChain,this.rpcConfig);if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new oi(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Zr(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new ra(this.chains,this.defaultChain,this.rpcConfig):new to(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,r)})();return s&&this.addWalletConnector(s),s||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=re.get($s);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));re.put($s,o)}async activeWalletSign(o){let r=this.wallets,n=r.length>0?r[0]:null;return n?n.sign(o):null}setActiveWallet(o){this.activeWallet=(0,ol.getAddress)(o),this.emit("walletsUpdated")}};function ta(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if(r?.address!==n?.address||r?.chainId!==n?.chainId||r?.connectorType!==n?.connectorType||r?.connectedAt!==n?.connectedAt||r?.walletClientType!==n?.walletClientType||r?.isConnected!==n?.isConnected||r?.linked!==n?.linked)return!1}return!0}var _d=require("ofetch");var qh=[Vi(),ji(),$i()],Kh=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal},pa=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=Yi,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=_d.ofetch.create({baseURL:this.defaults.baseURL,retry:3,retryDelay:500,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 s=!qh.includes(n.toString());if(!a.has("authorization")&&s){let l=await this.client.getAccessToken();l!==null&&a.set("authorization",`Bearer ${l}`)}i.headers=a,i.signal||(i.signal=Kh(this.defaults.timeout))},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new Gi}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw fe(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw fe(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw fe(r)}}};var on=_(require("js-cookie"));function kd(e){return e instanceof Er?"email":e instanceof xr?"sms":e instanceof Pr?"siwe":e instanceof zr?"custom_auth":e instanceof zo?e.meta.provider:null}var Ad=_(require("jose")),oo=class{static parse(t){try{return new oo(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Ad.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let o=Date.now(),r=(this.expiration-t)*1e3;return o>=r}};var Yh=30,ua=class{constructor(){this.authenticateOnce=new It(async t=>this._authenticate(t)),this.linkOnce=new It(async t=>this._link(t)),this.refreshOnce=new It(this._refresh.bind(this)),this.destroyOnce=new It(this._destroy.bind(this)),this.forkSessionOnce=new It(this._forkSession.bind(this))}get token(){try{let t=re.get(Vr);return typeof t=="string"?new oo(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=re.get(Ji);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=re.get(Qn);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=on.default.get(Gc);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=oo.parse(this.token);return t!==null&&!t.isExpired(Yh)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:o,refresh_token:r,user:n,is_new_user:i}=await t.authenticate();this.storeToken(o),this.storeRefreshToken(r);let a=kd(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:Bt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),gt(o)}}async _link(t){try{let o=await t.link();return Bt(o)}catch(o){throw console.warn("Error linking account"),gt(o)}}async _refresh(){if(!this.api)throw new C("Session has no API instance");if(!this.client)throw new C("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(Vi(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(ji(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),Bt(n.user)}catch(n){if(n instanceof Go&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw gt(n)}}async _destroy(){try{await this.api?.post($i(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new C("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(hc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw gt(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){if(typeof t=="string"){if(re.put(Vr,t),!this.client?.useServerCookies){let o=oo.parse(t)?.expiration;on.default.set(Gs,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}}else re.del(Vr),on.default.remove(Gs)}storeRefreshToken(t){typeof t=="string"?(re.put(Ji,t),this.client?.useServerCookies||on.default.set(zs,t,{sameSite:"Strict",secure:!0,expires:30})):(re.del(Ji),on.default.remove(zs))}clearForkedToken(){re.del(Qn)}};var nl,ma,Id,rn=class{constructor(t){Hi(this,ma);this.apiUrl=t.apiUrl||Ki,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||Bc,this.appId=t.appId,this.clientAnalyticsId=mc(this,ma,Id).call(this),nl||(nl=new ua),this.session=nl,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i){this.connectors||(this.connectors=new tn(t,o,r,n,i))}generateApi(){let t=new pa(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 C("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new C("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(Ac(),{address:t});return Bt(o)}catch(o){throw gt(o)}}async unlinkPhone(t){try{let o=await this.api.post(Rc(),{phoneNumber:t});return Bt(o)}catch(o){throw gt(o)}}async unlinkWallet(t){try{let o=await this.api.post(kc(),{address:t});return Bt(o)}catch(o){throw gt(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Ic(),{provider:t,subject:o});return Bt(r)}catch(r){throw gt(r)}}async createAnalyticsEvent(t,o,r){if(!(typeof window>"u"))try{this.clientAnalyticsId||console.warn("No client analytics id set, refusing to send analytics event"),await this.api.post(Wc(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch{}}async signMoonpayOnRampUrl(t){try{return this.api.post(Mc(),t)}catch(o){throw gt(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?oo.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=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods}}catch(t){throw gt(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 forkSession(){return await this.session.forkSession()}};ma=new WeakSet,Id=function(){if(typeof window>"u")return null;try{let o=re.get(Zn);if(typeof o=="string"&&o.length>0)return o}catch{}let t=(0,Rd.v4)();try{return re.put(Zn,t),t}catch{return t}};var N6=require("wicg-inert"),Ni=require("react"),Uf=require("react"),Ff=_(require("react-dom"));var fa=require("react");var Be=(0,fa.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:P,login:P,linkEmail:P,linkPhone:P,linkWallet:P,linkGoogle:P,linkTwitter:P,linkDiscord:P,linkGithub:P,linkTiktok:P,linkLinkedIn:P,linkApple:P,logout:P,getAccessToken:P,getEthereumProvider:P,getEthersProvider:P,getWeb3jsProvider:P,unlinkEmail:P,unlinkPhone:P,unlinkWallet:P,unlinkGoogle:P,unlinkTwitter:P,unlinkDiscord:P,unlinkGithub:P,unlinkTiktok:P,unlinkLinkedIn:P,unlinkApple:P,setActiveWallet:P,forkSession:P,createWallet:P,signMessage:P,enrollInMfa:P,initEnrollmentWithSms:P,initEnrollmentWithTotp:P,promptMfa:P,init:P,submitEnrollmentWithSms:P,submitEnrollmentWithTotp:P,unenroll:P,submit:P,cancel:P,sendTransaction:P,exportWallet:P,setWalletPassword:P,initLoginWithEmail:P,loginWithCode:P,isModalOpen:!1}),j=()=>(0,fa.useContext)(Be);var ha=require("react"),Wd=e=>{let[t,o]=(0,ha.useState)("auto");return(0,ha.useEffect)(()=>{let r=new ResizeObserver(n=>{o(n[0]?.contentRect.height??"auto")});return e.current&&r.observe(e.current),()=>{e.current&&r.unobserve(e.current)}},[e.current]),t};var nn=require("react"),Md={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]}},il=(0,nn.createContext)(void 0),Ld=()=>(0,nn.useContext)(il);function ro(e,t){if(!t)return;let r=Ld().current[e];return(0,nn.useEffect)(()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]?.push(i);return()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]=r[n]?.filter(a=>a!==i)}},[t])}function Se(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function Nd(){let e=Ld();return(t,o,...r)=>Se(e,t,o,...r)}function ya(e){ro("configureMfa",e)}var Sa=_(require("styled-components"));var Wt=_(require("styled-components"));var ga=_(require("styled-components")),Yo=require("react/jsx-runtime"),va=({success:e,fail:t})=>(0,Yo.jsxs)(Yo.Fragment,{children:[(0,Yo.jsx)(no,{className:e?"success":t?"fail":""}),(0,Yo.jsx)(al,{className:e?"success":t?"fail":""})]}),no=ga.default.span`
|
|
12
|
+
- https://privy.io`;this.getNonceOnce=new It(this._getNonceOnce.bind(this)),this.wallet=t}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(gc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw fe(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(vc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw fe(t)}}async sign(){if(!this.api)throw new w("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new w("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(yc(),{address:t})).nonce}async buildSiweMessage(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",s=new Date().toISOString();return this.createSiweMessage(t,o,n,i,s,r,a)}};var xr=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=Pc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw fe(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=xc();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw fe(t)}}async sendSmsCode(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new w("phone nNumber must be set when initialzing authentication.");try{let r=Ec();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw fe(r)}}};var Rd=require("uuid");function vt(e){return new Date(e*1e3)}function Wh(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:vt(o.verified_at),chainType:"ethereum",chainId:o.chain_id,walletClient:o.wallet_client_type==="privy"?"privy":"unknown",walletClientType:o.wallet_client_type,connectorType:o.connector_type,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:vt(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:vt(o.verified_at)};t.push(a);break;case"google_oauth":let s={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:vt(o.verified_at)};t.push(s);break;case"twitter_oauth":let l={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:vt(o.verified_at)};t.push(l);break;case"discord_oauth":let c={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:vt(o.verified_at)};t.push(c);break;case"github_oauth":let m={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:vt(o.verified_at)};t.push(m);break;case"tiktok_oauth":let y={subject:o.subject,username:o.username,type:o.type,verifiedAt:vt(o.verified_at)};t.push(y);break;case"linkedin_oauth":let C={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:vt(o.verified_at)};t.push(C);break;case"apple_oauth":let f={subject:o.subject,email:o.email,type:o.type,verifiedAt:vt(o.verified_at)};t.push(f);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:vt(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Qt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var ge=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Mh=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Vo=(e,t)=>t==="all-users"&&!ge(e)||t==="users-without-wallets"&&!Mh(e)?.length;function Bt(e){if(!e)return null;let t=Wh(e.linked_accounts),o=Qt(t,"wallet"),r=Qt(t,"email"),n=Qt(t,"phone"),i=Qt(t,"google_oauth"),a=Qt(t,"twitter_oauth"),s=Qt(t,"discord_oauth"),l=Qt(t,"github_oauth"),c=Qt(t,"tiktok_oauth"),m=Qt(t,"linkedin_oauth"),y=Qt(t,"apple_oauth"),C=e.mfa_methods.map(({type:P,verified_at:b})=>({type:P,verifiedAt:vt(b)}));return{id:e.id,createdAt:vt(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:s&&{subject:s.subject,username:s.username,email:s.email},github:l&&{subject:l.subject,username:l.username,name:l.name,email:l.email},tiktok:c&&{subject:c.subject,username:c.username},linkedin:m&&{subject:m.subject,name:m.name},apple:y&&{subject:y.subject,email:y.email},mfaMethods:C.map(P=>P.type)}}var ol=require("@ethersproject/address"),Sd=_(require("eventemitter3"));var Dc="1.52.4";var qi="4df5e2316331463a9130964bd6078dfa",Uc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",Fc="34357d3c125c2bcf2ce2bc3309d98715",Ki="https://auth.privy.io",Bc=2e4,wt=1400,Hc=2500,Yi=Dc;var Vr="privy:token",Gs="privy-token",Ji="privy:refresh_token",zs="privy-refresh-token",Gc="privy-session",Qn="privy:session_transfer_token",Nh="privy:wallet",Zn="privy:caid",Qi=e=>`${Nh}:${e}`,Vs="privy:connectors",$s="privy:connections";var Xn=12e4,xo=1,js="0x1",$r=3e4,zc="https://api.moonpay.com/v1",Vc="https://api.moonpay.com/v1",$c="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",jc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",qc="0x420000000000000000000000000000000000000F",Kc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var qs=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},Ks=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}};function Oh(){return typeof window<"u"&&window.localStorage?new Ks:new qs}var re=Oh();function Yc(){let e=window,t=e.ethereum;if(!t)return[];let o=[];if(t.providers?.length)for(let r of t.providers)r&&o.push(r);return o.push(e.ethereum),o}var Zi=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 Ys=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||Zi(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!Ys(o))return!1}return!0},Zt=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),Jc=()=>{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 Qc=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,}))$/),Zc=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},$o=(e,t=3,o=4)=>{if(!e)return"";let r=2,n=3;if(t+o+r+n>=e.length)return e;let i=e.slice(0,r+t),a=e.slice(e.length-o,e.length);return`${i}...${a}`},Js=e=>new Promise(t=>setTimeout(t,e));function Xc(e,{interval:t=100,timeout:o=5e3}={}){return new Promise((r,n)=>{let i=0,a,s=()=>{if(i>=o){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){r(a);return}setTimeout(s,t)};s()})}var ed=(e,t={})=>{let o=t.delayMs||150,r=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,s=0;for(;!a&&s<r;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...l)=>{a=!0,i(...l)}),s+=1,await Js(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},Xi=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href};var Qs=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Tr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function td(e,t=3e3){let o=!1,r=window;return new Promise(n=>{r.ethereum?i():(window.addEventListener("ethereum#initialized",i,{once:!0}),setTimeout(()=>{i()},t));function i(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",i);let a=e.getProviders(),s=[];for(let l of a)l.info.rdns!=="com.coinbase.wallet"&&s.push({type:l.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:l});Zt()&&s.push({type:"phantom"});for(let l of Yc()){let c=Zi(l);if(!a.some(m=>m.info.name===c)){if(Ys(l,!0)&&!s.find(m=>m.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:l});continue}s.find(m=>m.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:l})}}n(s)}})}function jr(e){return`eip155:${String(Number(e))}`}var Ht=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new j(`Unsupported chainId ${e}`,4901);let i;if(o.rpcUrls&&o.rpcUrls[r]?i=o.rpcUrls[r]:n.rpcUrls.infura?.http[0]?i=n.rpcUrls.infura.http[0]+"/"+qi:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+Uc:i=n.rpcUrls.default?.http[0],!i)throw new j(`No RPC url found for ${e}`);return i},od=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new j(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};var dd=_(require("@coinbase/wallet-sdk"));var ei=require("react/jsx-runtime"),ti=({style:e,...t})=>(0,ei.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,ei.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,ei.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 zt=require("@ethersproject/address"),Xs=require("@ethersproject/providers"),cd=_(require("eventemitter3"));var Zs=require("@ethersproject/providers"),id=_(require("eventemitter3"));var Dh=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],rd=e=>Dh.includes(e);var nd=require("@ethersproject/logger");var qr=class extends j{constructor(){super("Wallet timeout");this.type="wallet_error"}},Kr=class extends j{constructor(){super("User rejected connection");this.type="wallet_error"}},Ct=e=>{if(e instanceof j)return e;if(e?.code&&e?.reason){let t=new tt(e);return e.code===nd.ErrorCode.ACTION_REJECTED&&(t.details=ct.E4001_USER_REJECTED_REQUEST),t}return e?.code?new tt(e):new j("Unknown connector error",e)},Xt=class extends ht{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},tt=class extends Xt{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(ct).find(i=>i.eipCode===r.code);this.details=n||ct.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=ct.E32002_CONNECTION_ALREADY_PENDING:this.details=ct.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=ct.E32002_WALLET_LOCKED))}},Uh={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}},Fh={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}},Bh={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}},ct={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Bh,...Fh},To={...Uh,...ct};var he=class{constructor(t,o){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.walletTimeout=(t=new qr,o=this.rpcTimeoutDuration)=>new Promise((r,n)=>setTimeout(()=>{n(t)},o));this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{this.walletProvider?.on(o.eventName,o.listener)})};this.walletProvider=t,this.rpcTimeoutDuration=o||Xn,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new j(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),this.walletTimeout()]).catch(o=>{throw Ct(o)})}},jo=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ea=class extends id.default{constructor(o,r,n,i,a=1){super();this.walletProxy=o,this.address=r,this.chainId=a,this.rpcConfig=n,this.chains=i,this.provider=new Zs.StaticJsonRpcProvider(Ht(a,this.chains,n)),this.rpcTimeoutDuration=Yr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new jo(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Fe()||!this.address)throw new jo("Disconnected",4900);return(await sd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new jo(`Invalid params for ${o.method}`,4200);let r;if(typeof o.params[0]=="string")r=o.params[0];else if("chainId"in o.params[0]&&typeof o.params[0].chainId=="string")r=o.params[0].chainId;else throw new jo(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new Zs.StaticJsonRpcProvider(Ht(this.chainId,this.chains,this.rpcConfig)),this.emit("chainChanged",r)}async handlePersonalSign(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r=o.params[0];return await ad(r)}async handleEstimateGas(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");delete o.params[0].gasPrice,delete o.params[0].maxFeePerGas,delete o.params[0].maxPriorityFeePerGas;let r={...o.params[0],chainId:Tr(this.chainId)};try{return await this.provider.send("eth_estimateGas",[r])}catch{return delete r.from,await this.provider.send("eth_estimateGas",[r])}}async request(o){switch(console.debug("Embedded1193Provider.request() called with args",o),o.method){case"eth_accounts":case"eth_requestAccounts":return this.address?[this.address]:[];case"eth_chainId":return Tr(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(o);case"eth_sendTransaction":return this.handleSendTransaction(o);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(o);case"personal_sign":return this.handlePersonalSign(o);default:break}if(rd(o.method)){let r=await Fe();if(await ld(),!r||!this.address)throw new jo("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new jo("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Fe();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},Gt=class extends he{constructor(o){super(o,o.rpcTimeoutDuration)}},qo=class extends he{constructor(t){super(t,t.rpcTimeoutDuration)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var Hh=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},ot=class extends cd.default{constructor(o,r,n,i){super();this.onAccountsChanged=o=>{o.length===0?this.onDisconnect():this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=jr(o),this.walletClientType==="privy"&&re.put(Qi(r.address),o)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=o,this.chains=r,this.defaultChain=n,this.rpcConfig=i,this.rpcTimeoutDuration=Yr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>(0,zt.getAddress)(i.address)===(0,zt.getAddress)(o));return{address:(0,zt.getAddress)(o),chainId:r,switchChain:async i=>{if(!n)throw new j("Wallet is not currently connected.");let a=this.wallets.find(y=>(0,zt.getAddress)(y.address)===(0,zt.getAddress)(o))?.chainId;if(!a)throw new j("Unable to determine current chainId.");let s,l;if(typeof i=="number"?(s=`0x${i.toString(16)}`,l=i):(s=i,l=Number(i)),a===jr(s))return;let c=this.chains.find(y=>y.id===l);if(!c)throw new j(`Unsupported chainId: ${i}`);let m=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await m()}catch(y){if(Hh(y,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.public?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),m();throw this.walletClientType==="rainbow"&&y.message?.includes("wallet_switchEthereumChain")?new j(`Rainbow does not support the chainId ${r}`):y}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new j("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new j("Wallet is not currently connected.");return new Xs.Web3Provider(new Gt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new j("Wallet is not currently connected.");return new qo(this.proxyProvider)},sign:async i=>{if(!await n())throw new j("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=(0,zt.getAddress)(n),a=[],s;if(this.walletClientType==="privy"){let c=re.get(Qi(i));this.chains.find(m=>m.id===Number(c))||(re.del(Qi(i)),c=null),s=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${s} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")s=c;else if(typeof c=="number")s=`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 ${js}`,c),s=js}let l=jr(s);a.find(c=>(0,zt.getAddress)(c.address)===i)||a.push(this.buildConnectedWallet((0,zt.getAddress)(n),l)),ta(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>(0,zt.getAddress)(n)===(0,zt.getAddress)(r.address)))||null}async isConnected(){let o=await this.proxyProvider.request({method:"eth_accounts"});return Array.isArray(o)&&o.length>0}async sign(o){return await this.connect({showPrompt:!1}),new Xs.Web3Provider(new Gt(this.proxyProvider)).getSigner().signMessage(o)}subscribeListeners(){this.proxyProvider.on("accountsChanged",this.onAccountsChanged),this.proxyProvider.on("chainChanged",this.onChainChanged),this.proxyProvider.on("disconnect",this.onDisconnect),this.proxyProvider.on("connect",this.onConnect)}unsubscribeListeners(){this.proxyProvider.removeListener("accountsChanged",this.onAccountsChanged),this.proxyProvider.removeListener("chainChanged",this.onChainChanged),this.proxyProvider.removeListener("disconnect",this.onDisconnect),this.proxyProvider.removeListener("connect",this.onConnect)}};var Gh=e=>{let t=`https://mainnet.infura.io/v3/${qi}`,o=1;return e.makeWeb3Provider(t,o)},oa,ra=class extends ot{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new he(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),oa||(oa=new dd.default({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(Gh(oa)),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){oa.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:ti}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new j("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw Ct(o)}}};var el=require("react/jsx-runtime"),na=({...e})=>(0,el.jsx)("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,el.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 ia=class extends ot{constructor(o,r,n,i){super("privy",r,n,i);this.connectorType="embedded";this.proxyProvider=o,this.subscribeListeners(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[Tr(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:na}}disconnect(){this.connected=!1}async promptConnection(){}};var tl=require("react/jsx-runtime"),Jr=({style:e,...t})=>(0,tl.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,tl.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 Ke=require("react/jsx-runtime"),Qr=({style:e,...t})=>(0,Ke.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,Ke.jsx)("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),(0,Ke.jsx)("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),(0,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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,Ke.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 Zr=class extends ot{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new he(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let s=i.provider;this.proxyProvider.setWalletProvider(s),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new j("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ct(o)}}},ri,oi=class extends ot{constructor(o,r,n,i,a){super(a?"metamask":"unknown",o,r,n);this.connectorType="injected";Hi(this,ri,void 0);this.proxyProvider=new he(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a&&uc(this,ri,{name:"MetaMask",icon:Qr})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return pc(this,ri)??{name:"Browser Extension",icon:Jr}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new j("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ct(o)}}};ri=new WeakMap;var zh=require("@ethersproject/address"),Vh=require("@ethersproject/providers"),pd=require("react-device-detect");var aa=class extends Zr{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{pd.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 j("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Ct(t)}}};var ni=require("react/jsx-runtime"),Ko=({style:e,...t})=>(0,ni.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,ni.jsx)("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),(0,ni.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 sa=class extends ot{constructor(o,r,n){super("phantom",o,r,n);this.connectorType="phantom";this.proxyProvider=new he(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(window.phantom.ethereum),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:"Phantom",icon:Ko}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new j("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ct(o)}}};var en=require("@walletconnect/ethereum-provider"),Td=require("react-device-detect");var eo=require("react");var ud=require("react/jsx-runtime");function la({src:e,...t}){return(0,ud.jsx)("img",{src:e,...t,style:{display:"none"}})}var E=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var ca=require("react/jsx-runtime"),md=(0,eo.createContext)({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:E,navigateBack:E,resetNavigation:E,setModalData:E,onUserCloseViaDialogOrKeybindRef:void 0}),$h=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],fd=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=(0,eo.useState)(e.initialScreen);(0,eo.useEffect)(()=>{!o&&!$h.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=(0,eo.useRef)(null),a={ready:!!t?.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:s=>{e.setInitialScreen(s),n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return(0,ca.jsxs)(md.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&(0,ca.jsx)(la,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>(0,eo.useContext)(md);var So=require("react/jsx-runtime"),ii=({style:e,...t})=>{let{app:o}=S();return(0,So.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,So.jsx)("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),(0,So.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,So.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,So.jsx)("defs",{children:(0,So.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,So.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var da=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Xr))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Xr={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"}},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"}},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"}}};function jh(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var hd=e=>e in Xr,yd=e=>{let t=Xr[e].mobile;if("native"in t)return t.native};function gd(e,t){let o=jh(t);if(o.deepLink)return Ed(o.deepLink,e);if(o.universalLink)return Pd(o.universalLink,e);throw new w(`Unsupported wallet ${t.id}`)}var vd="WALLETCONNECT_DEEPLINK_CHOICE";function wd(){try{localStorage.removeItem(vd)}catch{}}function Cd({href:e,name:t}){try{localStorage.setItem(vd,JSON.stringify({href:e,name:t}))}catch{}}function bd(e){return e.startsWith("http://")||e.startsWith("https://")}function Ed(e,t){if(bd(e))return Pd(e,t);let o=e;o.includes("://")||(o=e.replaceAll("/","").replaceAll(":",""),o=`${o}://`),o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Pd(e,t){if(!bd(e))return Ed(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function xd(e,t){window.open(e,t,"noreferrer noopener")}var to=class extends ot{constructor(o,r,n,i,a){super(a||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.proxyProvider=new he(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=Xr[a],this.walletClientType=a),this.createProvider().then(s=>{if(this.provider=s,this.proxyProvider.setWalletProvider(s),this.subscribeListeners(),s.session){if(this.walletProvider?.session?.peer.metadata.url){let l=da(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=l?.entry,this.walletClientType=l?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:s})=>{this.modal=new s({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(l=>{!l.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:Qr}:{name:Qs(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||ii}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Xr[o],this.walletClientType=o,this.redirectUri=void 0,wd(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Kr)};this.onQrModalClosed=n,(async()=>{let a="",s=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(s?.length&&(a=s[0]),!a||a==="")throw new j("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let l=da(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=l?.entry,this.walletClientType=l?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Yr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(s),o()})().catch(a=>{if(a){r(Ct(a));return}r(new j("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let n of this.chains){let i=Ht(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await en.EthereumProvider.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:en.OPTIONAL_EVENTS,optionalMethods:en.OPTIONAL_METHODS,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),Td.isMobile&&this.walletEntry){let{redirect:i,href:a}=gd(n,this.walletEntry);Cd({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,xd(i,"_self")}else this.modal?.openModal({uri:n,chains:[this.defaultChain.id]})}),r.on("connect",()=>{if(this.modal?.closeModal(),r.session?.peer.metadata.url){let n=da(r.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown"}}),r}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var rl=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===(0,ol.getAddress)(t)).length:!1},Yr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Xn:Xn,tn=class extends Sd.default{constructor(o,r,n,i,a){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new he:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}initialize(){this.initialized||(re.get(Vs)&&(re.getKeys().forEach(o=>{o.startsWith("walletconnect")&&re.del(o)}),re.del(Vs)),td(this.store).then(o=>o.forEach(({type:r,eip6963InjectedProvider:n,legacyInjectedProvider:i})=>{this.createWalletConnector("injected",r,{eip6963InjectedProvider:n,legacyInjectedProvider:i})})),this.createWalletConnector("coinbase_wallet","coinbase_wallet"),this.createWalletConnector("wallet_connect_v2","unknown"),this.initialized=!0)}findWalletConnector(o,r){return o==="wallet_connect_v2"?this.walletConnectors.find(n=>n.connectorType===o)||null:this.walletConnectors.find(n=>n.connectorType===o&&n.walletClientType===r)||null}onInitialized(o){o.wallets.forEach(r=>{let n=this.storedConnections.find(i=>i.address===r.address&&i.connectorType===r.connectorType&&i.walletClientType===r.walletClientType);n&&(r.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated")}onWalletsUpdated(o){o.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(o,r,n){let i=this.findWalletConnector("embedded","privy");if(i)i.proxyProvider.walletProxy=o;else{let a=new ea(o,r,this.rpcConfig,this.chains,n.id),s=new ia(a,this.chains,n,this.rpcConfig);this.addWalletConnector(s)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.storedConnections=this.loadConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(o,r,n){let i=this.findWalletConnector(o,r);if(i)return i instanceof to&&i.resetConnection(r),i;let s=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new aa(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new oi(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,!0);if(r==="phantom"&&Zt())return new sa(this.chains,this.defaultChain,this.rpcConfig);if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new oi(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Zr(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new ra(this.chains,this.defaultChain,this.rpcConfig):new to(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,r)})();return s&&this.addWalletConnector(s),s||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=re.get($s);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));re.put($s,o)}async activeWalletSign(o){let r=this.wallets,n=r.length>0?r[0]:null;return n?n.sign(o):null}setActiveWallet(o){this.activeWallet=(0,ol.getAddress)(o),this.emit("walletsUpdated")}};function ta(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if(r?.address!==n?.address||r?.chainId!==n?.chainId||r?.connectorType!==n?.connectorType||r?.connectedAt!==n?.connectedAt||r?.walletClientType!==n?.walletClientType||r?.isConnected!==n?.isConnected||r?.linked!==n?.linked)return!1}return!0}var _d=require("ofetch");var qh=[Vi(),ji(),$i()],Kh=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal},pa=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=Yi,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=_d.ofetch.create({baseURL:this.defaults.baseURL,retry:3,retryDelay:500,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 s=!qh.includes(n.toString());if(!a.has("authorization")&&s){let l=await this.client.getAccessToken();l!==null&&a.set("authorization",`Bearer ${l}`)}i.headers=a,i.signal||(i.signal=Kh(this.defaults.timeout))},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new Gi}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw fe(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw fe(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw fe(r)}}};var on=_(require("js-cookie"));function kd(e){return e instanceof Er?"email":e instanceof xr?"sms":e instanceof Pr?"siwe":e instanceof zr?"custom_auth":e instanceof zo?e.meta.provider:null}var Ad=_(require("jose")),oo=class{static parse(t){try{return new oo(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Ad.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let o=Date.now(),r=(this.expiration-t)*1e3;return o>=r}};var Yh=30,ua=class{constructor(){this.authenticateOnce=new It(async t=>this._authenticate(t)),this.linkOnce=new It(async t=>this._link(t)),this.refreshOnce=new It(this._refresh.bind(this)),this.destroyOnce=new It(this._destroy.bind(this)),this.forkSessionOnce=new It(this._forkSession.bind(this))}get token(){try{let t=re.get(Vr);return typeof t=="string"?new oo(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=re.get(Ji);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=re.get(Qn);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=on.default.get(Gc);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=oo.parse(this.token);return t!==null&&!t.isExpired(Yh)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:o,refresh_token:r,user:n,is_new_user:i}=await t.authenticate();this.storeToken(o),this.storeRefreshToken(r);let a=kd(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:Bt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),gt(o)}}async _link(t){try{let o=await t.link();return Bt(o)}catch(o){throw console.warn("Error linking account"),gt(o)}}async _refresh(){if(!this.api)throw new w("Session has no API instance");if(!this.client)throw new w("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(Vi(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(ji(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),Bt(n.user)}catch(n){if(n instanceof Go&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw gt(n)}}async _destroy(){try{await this.api?.post($i(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new w("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(hc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw gt(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){if(typeof t=="string"){if(re.put(Vr,t),!this.client?.useServerCookies){let o=oo.parse(t)?.expiration;on.default.set(Gs,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}}else re.del(Vr),on.default.remove(Gs)}storeRefreshToken(t){typeof t=="string"?(re.put(Ji,t),this.client?.useServerCookies||on.default.set(zs,t,{sameSite:"Strict",secure:!0,expires:30})):(re.del(Ji),on.default.remove(zs))}clearForkedToken(){re.del(Qn)}};var nl,ma,Id,rn=class{constructor(t){Hi(this,ma);this.apiUrl=t.apiUrl||Ki,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||Bc,this.appId=t.appId,this.clientAnalyticsId=mc(this,ma,Id).call(this),nl||(nl=new ua),this.session=nl,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i){this.connectors||(this.connectors=new tn(t,o,r,n,i))}generateApi(){let t=new pa(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(Ac(),{address:t});return Bt(o)}catch(o){throw gt(o)}}async unlinkPhone(t){try{let o=await this.api.post(Rc(),{phoneNumber:t});return Bt(o)}catch(o){throw gt(o)}}async unlinkWallet(t){try{let o=await this.api.post(kc(),{address:t});return Bt(o)}catch(o){throw gt(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Ic(),{provider:t,subject:o});return Bt(r)}catch(r){throw gt(r)}}async createAnalyticsEvent(t,o,r){if(!(typeof window>"u"))try{this.clientAnalyticsId||console.warn("No client analytics id set, refusing to send analytics event"),await this.api.post(Wc(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch{}}async signMoonpayOnRampUrl(t){try{return this.api.post(Mc(),t)}catch(o){throw gt(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?oo.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=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods}}catch(t){throw gt(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 forkSession(){return await this.session.forkSession()}};ma=new WeakSet,Id=function(){if(typeof window>"u")return null;try{let o=re.get(Zn);if(typeof o=="string"&&o.length>0)return o}catch{}let t=(0,Rd.v4)();try{return re.put(Zn,t),t}catch{return t}};var O6=require("wicg-inert"),Ni=require("react"),Uf=require("react"),Ff=_(require("react-dom"));var fa=require("react");var Be=(0,fa.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:E,login:E,linkEmail:E,linkPhone:E,linkWallet:E,linkGoogle:E,linkTwitter:E,linkDiscord:E,linkGithub:E,linkTiktok:E,linkLinkedIn:E,linkApple: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,unlinkTiktok:E,unlinkLinkedIn:E,unlinkApple:E,setActiveWallet:E,forkSession:E,createWallet:E,signMessage:E,enrollInMfa:E,initEnrollmentWithSms:E,initEnrollmentWithTotp:E,promptMfa:E,init:E,submitEnrollmentWithSms:E,submitEnrollmentWithTotp:E,unenroll:E,submit:E,cancel:E,sendTransaction:E,exportWallet:E,setWalletPassword:E,initLoginWithEmail:E,loginWithCode:E,isModalOpen:!1}),q=()=>(0,fa.useContext)(Be);var ha=require("react"),Wd=e=>{let[t,o]=(0,ha.useState)("auto");return(0,ha.useEffect)(()=>{let r=new ResizeObserver(n=>{o(n[0]?.contentRect.height??"auto")});return e.current&&r.observe(e.current),()=>{e.current&&r.unobserve(e.current)}},[e.current]),t};var nn=require("react"),Md={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]}},il=(0,nn.createContext)(void 0),Ld=()=>(0,nn.useContext)(il);function ro(e,t){if(!t)return;let r=Ld().current[e];return(0,nn.useEffect)(()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]?.push(i);return()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]=r[n]?.filter(a=>a!==i)}},[t])}function Se(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function Nd(){let e=Ld();return(t,o,...r)=>Se(e,t,o,...r)}function ya(e){ro("configureMfa",e)}var Sa=_(require("styled-components"));var Wt=_(require("styled-components"));var ga=_(require("styled-components")),Yo=require("react/jsx-runtime"),va=({success:e,fail:t})=>(0,Yo.jsxs)(Yo.Fragment,{children:[(0,Yo.jsx)(no,{className:e?"success":t?"fail":""}),(0,Yo.jsx)(al,{className:e?"success":t?"fail":""})]}),no=ga.default.span`
|
|
13
13
|
&& {
|
|
14
14
|
width: 82px;
|
|
15
15
|
height: 82px;
|
|
@@ -85,7 +85,7 @@ Resources:
|
|
|
85
85
|
color: var(--privy-color-foreground-3);
|
|
86
86
|
cursor: not-allowed;
|
|
87
87
|
}
|
|
88
|
-
`,
|
|
88
|
+
`,H=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,Me.jsx)(Od,{disabled:t||o,...n,children:t?(0,Me.jsxs)("span",{children:[(0,Me.jsx)(ai,{}),r?(0,Me.jsx)("span",{children:r}):null]}):e}),R0=(0,Wt.default)(H)`
|
|
89
89
|
${e=>e.hideAnimations&&Wt.css`
|
|
90
90
|
&& {
|
|
91
91
|
transition: none;
|
|
@@ -257,7 +257,7 @@ Resources:
|
|
|
257
257
|
border-color: var(--privy-color-accent);
|
|
258
258
|
border-bottom-color: var(--privy-color-accent);
|
|
259
259
|
}
|
|
260
|
-
`;var xa=require("@heroicons/react/24/outline"),Ta=_(require("styled-components"));var Pa=require("react");var sl=(0,Pa.createContext)({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:
|
|
260
|
+
`;var xa=require("@heroicons/react/24/outline"),Ta=_(require("styled-components"));var Pa=require("react");var sl=(0,Pa.createContext)({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:E,initializeWalletProxy:E,getAuthMeta:E,getAuthFlow:E,closePrivyModal:E,connectWallet:E,initLoginWithWallet:E,loginWithWallet:E,loginWithCode:E,initLoginWithEmail:E,initLoginWithSms:E,resendEmailCode:E,resendSmsCode:E,initLoginWithOAuth:E,loginWithOAuth:E,refreshUser:E,walletProxy:null,createAnalyticsEvent:E,getUsdTokenPrice:E,recoverEmbeddedWallet:E,getFiatOnRampConfig:E,updateWallets:E,setReadyToTrue:E}),A=()=>(0,Pa.useContext)(sl);var rt=require("react/jsx-runtime"),Fd=()=>(0,rt.jsx)("div",{}),Xh=({backFn:e})=>(0,rt.jsx)("div",{children:(0,rt.jsx)(Bd,{onClick:e,children:(0,rt.jsx)(xa.ArrowLeftIcon,{height:"16px",width:"16px",strokeWidth:2})})}),ey=e=>(0,rt.jsx)("div",{children:(0,rt.jsx)(Bd,{onClick:e.onClose,children:(0,rt.jsx)(xa.XMarkIcon,{height:"16px",width:"16px",strokeWidth:2})})});var T=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=A(),{app:i}=S();return(0,rt.jsxs)(ty,{children:[e?(0,rt.jsx)(Xh,{backFn:e}):(0,rt.jsx)(Fd,{}),o&&(0,rt.jsx)(oy,{children:o}),i?.render.inDialog&&r?(0,rt.jsx)(ey,{onClose:t||(()=>n())}):(0,rt.jsx)(Fd,{})]})},Bd=Ta.default.button`
|
|
261
261
|
&& {
|
|
262
262
|
cursor: pointer;
|
|
263
263
|
display: flex;
|
|
@@ -305,7 +305,7 @@ Resources:
|
|
|
305
305
|
text-overflow: ellipsis;
|
|
306
306
|
text-align: center;
|
|
307
307
|
color: var(--privy-color-foreground-2);
|
|
308
|
-
`;var ll=require("react/jsx-runtime"),Hd=({style:e,...t})=>(0,ll.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,ll.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 _e=require("react/jsx-runtime"),Gd=()=>{let{navigate:e,app:t}=S(),o=t?.allowlistConfig.errorTitle||"You don't have access to this app",r=t?.allowlistConfig.errorDetail||"Have you been invited?",n=t?.allowlistConfig.errorCtaText||"Try another account";return(0,_e.jsxs)(_e.Fragment,{children:[(0,_e.jsx)(T,{}),(0,_e.jsxs)(ry,{children:[(0,_e.jsx)(iy,{children:(0,_e.jsxs)("div",{children:[(0,_e.jsx)(Ud,{}),(0,_e.jsx)(Hd,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),(0,_e.jsxs)(ny,{children:[typeof o=="string"?(0,_e.jsx)("h3",{children:o}):(0,_e.jsx)(_e.Fragment,{children:o}),typeof r=="string"?(0,_e.jsx)("p",{children:r}):(0,_e.jsx)(_e.Fragment,{children:r})]}),t?.allowlistConfig.errorCtaLink?(0,_e.jsx)(
|
|
308
|
+
`;var ll=require("react/jsx-runtime"),Hd=({style:e,...t})=>(0,ll.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,ll.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 _e=require("react/jsx-runtime"),Gd=()=>{let{navigate:e,app:t}=S(),o=t?.allowlistConfig.errorTitle||"You don't have access to this app",r=t?.allowlistConfig.errorDetail||"Have you been invited?",n=t?.allowlistConfig.errorCtaText||"Try another account";return(0,_e.jsxs)(_e.Fragment,{children:[(0,_e.jsx)(T,{}),(0,_e.jsxs)(ry,{children:[(0,_e.jsx)(iy,{children:(0,_e.jsxs)("div",{children:[(0,_e.jsx)(Ud,{}),(0,_e.jsx)(Hd,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),(0,_e.jsxs)(ny,{children:[typeof o=="string"?(0,_e.jsx)("h3",{children:o}):(0,_e.jsx)(_e.Fragment,{children:o}),typeof r=="string"?(0,_e.jsx)("p",{children:r}):(0,_e.jsx)(_e.Fragment,{children:r})]}),t?.allowlistConfig.errorCtaLink?(0,_e.jsx)(H,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):(0,_e.jsx)(H,{onClick:()=>{e("LANDING")},children:n})]})]})},ry=Sa.default.div`
|
|
309
309
|
display: flex;
|
|
310
310
|
flex-direction: column;
|
|
311
311
|
align-items: center;
|
|
@@ -424,7 +424,7 @@ Resources:
|
|
|
424
424
|
&& > a {
|
|
425
425
|
color: var(--privy-color-accent);
|
|
426
426
|
}
|
|
427
|
-
`;function _a(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:(0,Mt.jsxs)(ay,{children:["By logging in I agree to the"," ",n&&(0,Mt.jsx)("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&(0,Mt.jsx)("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var
|
|
427
|
+
`;function _a(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:(0,Mt.jsxs)(ay,{children:["By logging in I agree to the"," ",n&&(0,Mt.jsx)("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&(0,Mt.jsx)("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var V=({protectedByPrivy:e})=>(0,Mt.jsx)(Z,{children:e?(0,Mt.jsxs)(Mt.Fragment,{children:[(0,Mt.jsx)(na,{className:"hide-on-mobile"}),(0,Mt.jsx)("span",{className:"hide-on-mobile",children:(0,Mt.jsx)("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),Z=dl.default.div`
|
|
428
428
|
display: flex;
|
|
429
429
|
align-items: center;
|
|
430
430
|
justify-content: center;
|
|
@@ -481,7 +481,7 @@ Resources:
|
|
|
481
481
|
h3 {
|
|
482
482
|
margin-bottom: 24px;
|
|
483
483
|
}
|
|
484
|
-
`;var X=require("react/jsx-runtime"),pl=6,Yd=new Array(pl).fill(""),ly=1400;var Zd=()=>{let{app:e,navigate:t,setModalData:o}=S(),{closePrivyModal:r,resendEmailCode:n,resendSmsCode:i,getAuthMeta:a,loginWithCode:s,updateWallets:l}=
|
|
484
|
+
`;var X=require("react/jsx-runtime"),pl=6,Yd=new Array(pl).fill(""),ly=1400;var Zd=()=>{let{app:e,navigate:t,setModalData:o}=S(),{closePrivyModal:r,resendEmailCode:n,resendSmsCode:i,getAuthMeta:a,loginWithCode:s,updateWallets:l}=A(),{authenticated:c,user:m}=q(),[y,C]=(0,Xo.useState)(Yd),[f,P]=(0,Xo.useState)(!1),[b,x]=(0,Xo.useState)(null),[g,I]=(0,Xo.useState)(null),L=a()?.email?0:1,M=e?.render.inDialog?wt:0,W=e?.render.inDialog?M-500:0;(0,Xo.useEffect)(()=>{if(c&&f&&m)if(Vo(m,e?.embeddedWallets?.createOnLogin)){let k=setTimeout(()=>{o({createWallet:{onSuccess:()=>{},onFailure:oe=>console.error(oe),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},W);return()=>clearTimeout(k)}else{l();let k=setTimeout(r,M);return()=>clearTimeout(k)}},[c,f,m]),(0,Xo.useEffect)(()=>{if(b&&g===0){let F=setTimeout(()=>{C(Yd),x(null),document.querySelector("input[name=code-0]")?.focus()},ly);return()=>clearTimeout(F)}},[b]);let R=F=>{F.preventDefault();let k=F.currentTarget.value.replace(" ","");if(k==="")return;if(isNaN(Number(k))){x("Code should be numeric"),I(1);return}x(null),I(null);let oe=Number(F.currentTarget.name?.charAt(5)),ye=[...k||[""]].slice(0,pl-oe),ke=[...y.slice(0,oe),...ye,...y.slice(oe+ye.length)];C(ke);let D=ye.length,Xe=Math.min(Math.max(oe+D,0),pl-1);isNaN(Number(F.currentTarget.value))||document.querySelector(`input[name=code-${Xe}]`)?.focus(),ke.every(kt=>kt&&!isNaN(+kt))&&(document.querySelector(`input[name=code-${Xe}]`)?.blur(),s(ke.join("")).then(()=>P(!0)).catch(Pe=>{Pe?.status===422?x("Invalid or expired verification code"):Pe instanceof Go&&Pe.privyErrorCode==="cannot_link_more_of_type"?x(Pe.message):x("Issue verifying code"),I(0)}))},N=F=>{g===1&&(x(null),I(null));let k=[...y.slice(0,F),"",...y.slice(F+1)];C(k),F>0&&document.querySelector(`input[name=code-${F-1}]`)?.focus()},U=L==0?(0,X.jsx)(Aa.EnvelopeIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):(0,X.jsx)(Aa.PhoneIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),z=L==0?(0,X.jsxs)("p",{children:["Please check ",(0,X.jsx)(Jd,{children:a()?.email})," for an email from privy.io and enter your code below."]}):(0,X.jsxs)("p",{children:["Please check ",(0,X.jsx)(Jd,{children:a()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return(0,X.jsxs)(X.Fragment,{children:[(0,X.jsx)(T,{},"header"),(0,X.jsxs)(cy,{children:[(0,X.jsx)(Ae,{title:"Enter confirmation code",description:z,icon:U}),(0,X.jsxs)(zd,{children:[(0,X.jsxs)(dy,{children:[(0,X.jsx)(py,{fail:!!b,success:f,children:(0,X.jsx)("span",{children:b||(f?"Success!":"")})}),(0,X.jsx)("div",{children:y.map((F,k)=>(0,X.jsx)("input",{name:`code-${k}`,type:"text",value:y[k],onChange:R,onKeyUp:oe=>{oe.key==="Backspace"&&N(k)},inputMode:"numeric",autoFocus:k===0,pattern:"[0-9]",className:`${f?"success":""} ${b?"fail":""}`,autoComplete:Qd.isMobile?"one-time-code":"off"},k))})]}),(0,X.jsx)(uy,{children:L==0?(0,X.jsxs)(X.Fragment,{children:[(0,X.jsx)("span",{children:"Didn't get an email?"}),(0,X.jsx)("button",{onClick:n,children:"Resend Code"})]}):(0,X.jsxs)(X.Fragment,{children:[(0,X.jsx)("span",{children:"Didn't get a message?"}),(0,X.jsx)("button",{onClick:i,children:"Resend Code"})]})})]})]}),(0,X.jsx)(V,{protectedByPrivy:!0})]})},cy=an.default.div`
|
|
485
485
|
display: flex;
|
|
486
486
|
flex-direction: column;
|
|
487
487
|
align-items: flex-start;
|
|
@@ -570,7 +570,7 @@ Resources:
|
|
|
570
570
|
`,Jd=an.default.span`
|
|
571
571
|
font-weight: 500;
|
|
572
572
|
word-break: break-all;
|
|
573
|
-
`;var rp=_(require("@heroicons/react/24/outline/WalletIcon")),np=require("react-device-detect"),ip=_(require("styled-components"));var nt=require("react/jsx-runtime"),Xd=({...e})=>(0,nt.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[(0,nt.jsx)("defs",{children:(0,nt.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,nt.jsx)("stop",{offset:"0","stop-color":"#f1562b"}),(0,nt.jsx)("stop",{offset:"0.3","stop-color":"#f1542b"}),(0,nt.jsx)("stop",{offset:"0.41","stop-color":"#f04d2a"}),(0,nt.jsx)("stop",{offset:"0.49","stop-color":"#ef4229"}),(0,nt.jsx)("stop",{offset:"0.5","stop-color":"#ef4029"}),(0,nt.jsx)("stop",{offset:"0.56","stop-color":"#e83e28"}),(0,nt.jsx)("stop",{offset:"0.67","stop-color":"#e13c26"}),(0,nt.jsx)("stop",{offset:"1","stop-color":"#df3c26"})]})}),(0,nt.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,nt.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
|
|
573
|
+
`;var rp=_(require("@heroicons/react/24/outline/WalletIcon")),np=require("react-device-detect"),ip=_(require("styled-components"));var nt=require("react/jsx-runtime"),Xd=({...e})=>(0,nt.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[(0,nt.jsx)("defs",{children:(0,nt.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,nt.jsx)("stop",{offset:"0","stop-color":"#f1562b"}),(0,nt.jsx)("stop",{offset:"0.3","stop-color":"#f1542b"}),(0,nt.jsx)("stop",{offset:"0.41","stop-color":"#f04d2a"}),(0,nt.jsx)("stop",{offset:"0.49","stop-color":"#ef4229"}),(0,nt.jsx)("stop",{offset:"0.5","stop-color":"#ef4029"}),(0,nt.jsx)("stop",{offset:"0.56","stop-color":"#e83e28"}),(0,nt.jsx)("stop",{offset:"0.67","stop-color":"#e13c26"}),(0,nt.jsx)("stop",{offset:"1","stop-color":"#df3c26"})]})}),(0,nt.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,nt.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 O=require("react/jsx-runtime"),ep=({style:e,...t})=>(0,O.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,O.jsx)("g",{clipPath:"url(#clip0_5_32)",children:(0,O.jsxs)("g",{clipPath:"url(#clip1_5_32)",children:[(0,O.jsx)("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:(0,O.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,O.jsx)("g",{mask:"url(#mask0_5_32)",children:(0,O.jsx)("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),(0,O.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,O.jsx)("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),(0,O.jsx)("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),(0,O.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,O.jsx)("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),(0,O.jsx)("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),(0,O.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,O.jsx)("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),(0,O.jsx)("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),(0,O.jsxs)("defs",{children:[(0,O.jsxs)("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[(0,O.jsx)("stop",{stopColor:"#174299"}),(0,O.jsx)("stop",{offset:"1",stopColor:"#001E59"})]}),(0,O.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,O.jsx)("stop",{offset:"0.770277",stopColor:"#FF4000"}),(0,O.jsx)("stop",{offset:"1",stopColor:"#8754C9"})]}),(0,O.jsxs)("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[(0,O.jsx)("stop",{stopColor:"#FF4000"}),(0,O.jsx)("stop",{offset:"1",stopColor:"#8754C9"})]}),(0,O.jsxs)("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[(0,O.jsx)("stop",{stopColor:"#8754C9"}),(0,O.jsx)("stop",{offset:"1",stopColor:"#FF4000"})]}),(0,O.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,O.jsx)("stop",{offset:"0.723929",stopColor:"#FFF700"}),(0,O.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,O.jsxs)("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[(0,O.jsx)("stop",{stopColor:"#FFF700"}),(0,O.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,O.jsxs)("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[(0,O.jsx)("stop",{stopColor:"#FFF700"}),(0,O.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,O.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,O.jsx)("stop",{offset:"0.59513",stopColor:"#00AAFF"}),(0,O.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,O.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,O.jsx)("stop",{stopColor:"#00AAFF"}),(0,O.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,O.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,O.jsx)("stop",{stopColor:"#00AAFF"}),(0,O.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,O.jsx)("clipPath",{id:"clip0_5_32",children:(0,O.jsx)("rect",{width:"120",height:"120",fill:"white"})}),(0,O.jsx)("clipPath",{id:"clip1_5_32",children:(0,O.jsx)("rect",{width:"120",height:"120",fill:"white"})})]})]});var Ao=require("react/jsx-runtime"),tp=({style:e,...t})=>(0,Ao.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,Ao.jsxs)("g",{clipPath:"url(#clip0_1704_1423)",children:[(0,Ao.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,Ao.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,Ao.jsx)("defs",{children:(0,Ao.jsx)("clipPath",{id:"clip0_1704_1423",children:(0,Ao.jsx)("rect",{width:"176",height:"176",fill:"white"})})})]});var sn=_(require("styled-components")),Ra=sn.default.div`
|
|
574
574
|
text-align: left;
|
|
575
575
|
flex-grow: 1;
|
|
576
576
|
`,op=sn.default.div`
|
|
@@ -634,7 +634,7 @@ Resources:
|
|
|
634
634
|
`,Ro=sn.default.div`
|
|
635
635
|
width: 100%;
|
|
636
636
|
${e=>e.if?"display: none;":""}
|
|
637
|
-
`;var Io=require("react/jsx-runtime"),io={coinbase_wallet:{logo:ti,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:Qr,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:Ko,displayName:"Phantom"},rainbow:{logo:ep,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:ii,displayName:"WalletConnect"},zerion:{logo:tp,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:Xd,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},li=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=S(),{initLoginWithWallet:a,connectWallet:s}=
|
|
637
|
+
`;var Io=require("react/jsx-runtime"),io={coinbase_wallet:{logo:ti,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:Qr,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:Ko,displayName:"Phantom"},rainbow:{logo:ep,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:ii,displayName:"WalletConnect"},zerion:{logo:tp,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:Xd,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},li=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=S(),{initLoginWithWallet:a,connectWallet:s}=A(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,c;return n.connectorType==="phantom"?c=()=>{Zt()?r?(s(n,l),i("AWAITING_CONNECT_ONLY_CONNECTION")):(a(n,l),i("AWAITING_CONNECTION")):i(np.isMobile?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:c=()=>{r?(s(n,l),i("AWAITING_CONNECT_ONLY_CONNECTION")):(a(n,l),i("AWAITING_CONNECTION"))},(0,Io.jsxs)(yy,{onClick:c,children:[(0,Io.jsx)(hy,{icon:fy(e,n.connectorType)??o}),(0,Io.jsx)("span",{style:{textTransform:"capitalize"},children:my(e,n.connectorType)||t||n.walletClientType}),(0,Io.jsx)("span",{children:"Connect"})]})},my=(e,t)=>{if(io[e]?.displayName)return io[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},fy=(e,t)=>{if(io[e]?.logo)return io[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return ii},hy=({icon:e})=>typeof e=="string"?(0,Io.jsx)("img",{src:e,style:{height:24,width:24,margin:"auto",borderRadius:4}}):typeof e===void 0?(0,Io.jsx)(rp.default,{}):e?(0,Io.jsx)(e,{}):null,yy=(0,ip.default)(Re)`
|
|
638
638
|
/* Show "Connect" on hover */
|
|
639
639
|
> :last-child {
|
|
640
640
|
font-weight: 500;
|
|
@@ -656,16 +656,16 @@ Resources:
|
|
|
656
656
|
display: none;
|
|
657
657
|
}
|
|
658
658
|
}
|
|
659
|
-
`;var Wo=require("react/jsx-runtime"),gy=["coinbase_wallet","phantom"],vy=["metamask","rainbow","zerion"],ln=({connectOnly:e})=>{let{connectors:t}=
|
|
659
|
+
`;var Wo=require("react/jsx-runtime"),gy=["coinbase_wallet","phantom"],vy=["metamask","rainbow","zerion"],ln=({connectOnly:e})=>{let{connectors:t}=A(),{app:o}=S(),r=ul(o?.appearance.walletList??[],t,e);return(0,Wo.jsxs)(Wo.Fragment,{children:[...r]})},ul=(e,t,o)=>{let r=[],n=[],i=[],a=t.find(s=>s.connectorType==="wallet_connect_v2");for(let s of e)if(s==="detected_wallets"){let l=t.filter(({connectorType:c,walletClientType:m})=>c==="injected"&&!e.includes(m));for(let c of l){let{walletClientType:m,walletBranding:y}=c;(m==="unknown"?n:r).push((0,Wo.jsx)(li,{connectOnly:o,provider:m,logo:y.icon,displayName:y.name,connector:c},`${s}-${m}`))}}else if(vy.includes(s)){let l=t.find(c=>c.connectorType==="injected"&&c.walletClientType===s)||a;l&&r.push((0,Wo.jsx)(li,{connectOnly:o,provider:s,connector:l},s))}else if(gy.includes(s)){let l=t.find(({connectorType:c})=>c===s);l&&r.push((0,Wo.jsx)(li,{connectOnly:o,provider:s,connector:l},s))}else s==="wallet_connect"&&a&&i.push((0,Wo.jsx)(li,{connectOnly:o,provider:s,connector:a},s));return[...n,...r,...i]};var ao=require("react/jsx-runtime"),ap=()=>{let{app:e}=S(),t=`Connect a wallet to ${e?.name}`;return(0,ao.jsxs)(ao.Fragment,{children:[(0,ao.jsx)(T,{},"header"),(0,ao.jsx)(Zo,{title:"Connect your wallet",description:t}),(0,ao.jsx)(er,{children:(0,ao.jsx)(ln,{connectOnly:!0})}),(0,ao.jsx)(V,{protectedByPrivy:!0})]})};var pp=_(require("styled-components"));var dp=_(require("styled-components"));var sp=_(require("react"));var cp=require("react/jsx-runtime"),lp=()=>{let{app:e}=S(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?(0,cp.jsx)("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?sp.default.cloneElement(t,{alt:o,style:r}):(console.warn("`config.appearance.logo` must be a string, or an SVG / IMG element. Nothing will be rendered."),null):null};var ml=require("react/jsx-runtime"),Ia=e=>{let{app:t}=S();return t?.appearance.logo?(0,ml.jsx)(wy,{...e,children:(0,ml.jsx)(lp,{})}):null},wy=dp.default.div`
|
|
660
660
|
display: flex;
|
|
661
661
|
flex-direction: column;
|
|
662
662
|
align-items: center;
|
|
663
663
|
padding: 24px 0;
|
|
664
664
|
flex-grow: 1;
|
|
665
665
|
justify-content: center;
|
|
666
|
-
`;var jt=require("react/jsx-runtime"),up=()=>{let{app:e}=S();return(0,jt.jsxs)(jt.Fragment,{children:[(0,jt.jsx)(T,{},"header"),(0,jt.jsx)(Cy,{}),(0,jt.jsx)(er,{children:(0,jt.jsx)(ln,{connectOnly:!0})}),e&&(0,jt.jsx)(_a,{app:e}),(0,jt.jsx)(
|
|
666
|
+
`;var jt=require("react/jsx-runtime"),up=()=>{let{app:e}=S();return(0,jt.jsxs)(jt.Fragment,{children:[(0,jt.jsx)(T,{},"header"),(0,jt.jsx)(Cy,{}),(0,jt.jsx)(er,{children:(0,jt.jsx)(ln,{connectOnly:!0})}),e&&(0,jt.jsx)(_a,{app:e}),(0,jt.jsx)(V,{protectedByPrivy:!0})]})},Cy=(0,pp.default)(Ia)`
|
|
667
667
|
margin-bottom: 16px;
|
|
668
|
-
`;var pn=require("react"),yp=require("react-device-detect"),gp=_(require("styled-components"));var qt=require("react"),dn=require("react-device-detect"),fp=require("react-use"),hl=_(require("styled-components"));var cn=require("react");function mp(){let[e,t]=(0,cn.useState)(!1),o=(0,cn.useCallback)(()=>{document.hidden&&t(!0)},[]);return(0,cn.useEffect)(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}var ae=require("react/jsx-runtime"),fl=2,yl=e=>e?.privyErrorCode==="linked_to_another_user"?To.ERROR_USER_EXISTS:e instanceof tt&&!e.details.default?e.details:e instanceof qr?To.ERROR_TIMED_OUT:e instanceof Kr?To.ERROR_USER_REJECTED_CONNECTION:To.ERROR_WALLET_CONNECTION,hp=()=>{let[e,t]=(0,qt.useState)(!1),[o,r]=(0,qt.useState)(!1),[n,i]=(0,qt.useState)(void 0),{app:a,navigate:s,navigateBack:l,lastScreen:c,currentScreen:m,setModalData:y}=S(),{getAuthFlow:
|
|
668
|
+
`;var pn=require("react"),yp=require("react-device-detect"),gp=_(require("styled-components"));var qt=require("react"),dn=require("react-device-detect"),fp=require("react-use"),hl=_(require("styled-components"));var cn=require("react");function mp(){let[e,t]=(0,cn.useState)(!1),o=(0,cn.useCallback)(()=>{document.hidden&&t(!0)},[]);return(0,cn.useEffect)(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}var ae=require("react/jsx-runtime"),fl=2,yl=e=>e?.privyErrorCode==="linked_to_another_user"?To.ERROR_USER_EXISTS:e instanceof tt&&!e.details.default?e.details:e instanceof qr?To.ERROR_TIMED_OUT:e instanceof Kr?To.ERROR_USER_REJECTED_CONNECTION:To.ERROR_WALLET_CONNECTION,hp=()=>{let[e,t]=(0,qt.useState)(!1),[o,r]=(0,qt.useState)(!1),[n,i]=(0,qt.useState)(void 0),{app:a,navigate:s,navigateBack:l,lastScreen:c,currentScreen:m,setModalData:y}=S(),{getAuthFlow:C,walletConnectionStatus:f,closePrivyModal:P,loginWithWallet:b,updateWallets:x}=A(),{walletConnectors:g}=q(),[I,L]=(0,qt.useState)(0),{user:M}=q(),[W]=(0,qt.useState)(M?.linkedAccounts.length||0),[R,N]=(0,qt.useState)(""),{hasTabbedAway:U}=mp(),z=dn.isMobile&&f?.connector?.connectorType==="wallet_connect_v2"||dn.isMobile&&f?.connector?.connectorType==="coinbase_wallet"||dn.isMobile&&f?.connector?.connectorType==="injected"&&f?.connector?.walletClientType==="phantom",F=f?.status==="connected",k=f?.status==="switching_to_supported_chain";(0,qt.useEffect)(()=>{let te=C();if(te&&z&&F&&!te.preparedMessage){te.buildSiweMessage();return}!te||z||!F||(async()=>{r(!0),i(void 0);try{f?.connector?.connectorType==="wallet_connect_v2"&&f?.connector?.walletClientType==="metamask"&&await Js(2500),await ye()}catch(Bo){console.warn("Auto-prompted signature failed",Bo)}finally{r(!1)}})()},[I,F]),(0,qt.useEffect)(()=>{if(M&&e){let te;if(Vo(M,a?.embeddedWallets?.createOnLogin)){let Bo=a?.render.inDialog?wt:0,Eo=a?.render.inDialog?Bo-500:0;te=setTimeout(()=>{y({createWallet:{onSuccess:()=>{},onFailure:yr=>console.error(yr),callAuthOnSuccessOnClose:!0}}),s("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},Eo)}else x(),te=setTimeout(P,wt);return()=>clearTimeout(te)}},[M,e]);let oe=te=>{if(te?.privyErrorCode==="allowlist_rejected"){s("ALLOWLIST_REJECTION_SCREEN");return}i(yl(te))};async function ye(){try{if(await b(),!a?.render.inDialog)return P();t(!0)}catch(te){oe(te)}finally{r(!1)}}(0,qt.useEffect)(()=>{f?.connectError&&oe(f?.connectError)},[f]),(0,fp.useInterval)(()=>{let te=ke==="wallet_connect_v2"&&f?.connector instanceof to?f.connector.redirectUri:void 0;te&&N(te)},f?.connector instanceof to&&!R?500:null);let ke=f?.connector?.connectorType||"injected",D=f?.connector?.walletClientType||"unknown",Xe=io[D]?.displayName||f?.connector?.walletBranding.name||"Browser Extension",kt=io[D]?.logo||f?.connector?.walletBranding.icon||(te=>(0,ae.jsx)(Jr,{...te})),Pe=Xe==="Browser Extension"?Xe.toLowerCase():Xe,je;e?je=`Successfully connected with ${Pe}`:n?je=n.message:k?je="Switching networks":F?je=o&&z?"Signing":"Sign to verify":je=`Waiting for ${Pe}`;let me="Don\u2019t see your wallet? Check your other browser windows.";if(e){let te=M?.linkedAccounts.length||0;W===te?me="Wallet was already linked.":me="You\u2019re good to go!"}else I>=fl&&n?me="Unable to connect wallet":n?me=n.detail:k?me="Switch your wallet to the requested network.":F&&z?me="Sign the message in your wallet to verify it belongs to you.":D==="metamask"&&dn.isMobile?me="Click continue to open and connect Metamask.":D==="metamask"?me="For the best experience, connect only one wallet at a time.":ke==="wallet_connect"?me="Open your mobile wallet app to continue":ke==="coinbase_wallet"&&(Jc()||(rl(M)?me="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":me="Open the Coinbase app on your phone to continue."));let xe=g?.walletConnectors?.find(te=>te.walletClientType==="coinbase_wallet"),Hr=D==="coinbase_wallet"&&(rl(M)||n===To.ERROR_USER_EXISTS);return(0,ae.jsxs)(ae.Fragment,{children:[(0,ae.jsx)(T,{backFn:m===c?void 0:l}),(0,ae.jsxs)(Ey,{children:[(0,ae.jsx)(gl,{walletLogo:kt,success:e,fail:!!n}),(0,ae.jsxs)(Qo,{children:[(0,ae.jsx)("h3",{children:je}),(0,ae.jsx)("p",{children:me}),!F&&R&&!U?(0,ae.jsxs)("p",{children:["Still here?"," ",(0,ae.jsx)("a",{href:R,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),Hr?(0,ae.jsx)(H,{onClick:()=>xe&&xe?.disconnect(),disabled:e,children:"Use a different wallet"}):n==To.ERROR_USER_EXISTS&&m!==c?(0,ae.jsx)(H,{onClick:l,children:"Use a different wallet"}):F&&!e&&z?(0,ae.jsx)(H,{onClick:()=>{r(!0),ye(),by(D)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&I<fl?(0,ae.jsx)(H,{onClick:()=>{L(I+1),i(void 0),F?(r(!0),ye()):f?.connectRetry()},disabled:!e&&(!n?.retryable||I>=fl),children:"Retry"}):!e&&!n?(0,ae.jsx)(H,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),(0,ae.jsx)(Z,{})]})},by=e=>{if(!dn.isMobile||!hd(e))return;let t=yd(e);t&&window.open(t,"_self","noopener,noreferrer")},Ey=hl.default.div`
|
|
669
669
|
display: flex;
|
|
670
670
|
flex-direction: column;
|
|
671
671
|
align-items: center;
|
|
@@ -695,7 +695,7 @@ Resources:
|
|
|
695
695
|
left: -19px;
|
|
696
696
|
top: -19px;
|
|
697
697
|
}
|
|
698
|
-
`,gl=e=>{let t=e.walletLogo;return(0,ae.jsx)(ae.Fragment,{children:(0,ae.jsx)(Py,{children:(0,ae.jsxs)("div",{children:[(0,ae.jsx)(va,{success:e.success,fail:e.fail}),typeof t=="string"?(0,ae.jsx)("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):(0,ae.jsx)(t,{style:{width:"38px",height:"38px"}})]})})})};var Ye=require("react/jsx-runtime"),Wa=2,vp=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=S(),{walletConnectionStatus:r,closePrivyModal:n}=
|
|
698
|
+
`,gl=e=>{let t=e.walletLogo;return(0,ae.jsx)(ae.Fragment,{children:(0,ae.jsx)(Py,{children:(0,ae.jsxs)("div",{children:[(0,ae.jsx)(va,{success:e.success,fail:e.fail}),typeof t=="string"?(0,ae.jsx)("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):(0,ae.jsx)(t,{style:{width:"38px",height:"38px"}})]})})})};var Ye=require("react/jsx-runtime"),Wa=2,vp=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=S(),{walletConnectionStatus:r,closePrivyModal:n}=A(),[i,a]=(0,pn.useState)(void 0),[s,l]=(0,pn.useState)(0),c=r?.status==="connected",m=r?.status==="switching_to_supported_chain";(0,pn.useEffect)(()=>{if(c){let L=setTimeout(n,wt);return()=>clearTimeout(L)}},[c]);let y=L=>{a(yl(L))};(0,pn.useEffect)(()=>{r?.connectError&&y(r?.connectError)},[r]);let C=r?.connector?.connectorType||"injected",f=r?.connector?.walletClientType||"unknown",P=io[f]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",b=io[f]?.logo||r?.connector?.walletBranding.icon||(L=>(0,Ye.jsx)(Jr,{...L})),x=P==="Browser Extension"?P.toLowerCase():P,g;c?g=`Successfully connected with ${x}`:i?g=i.message:m?g="Switching networks":g=`Waiting for ${x}`;let I="Don\u2019t see your wallet? Check your other browser windows.";return c?I="You\u2019re good to go!":s>=Wa&&i?I="Unable to connect wallet":i?I=i.detail:m?I="Switch your wallet to the requested network.":f==="metamask"&&yp.isMobile?I="Click to continue to open and connect Metamask.":f==="metamask"?I="For the best experience, connect only one wallet at a time.":C==="wallet_connect_v2"?I="Open your mobile wallet app to continue":C==="coinbase_wallet"&&(I="Open the Coinbase app on your phone to continue."),(0,Ye.jsxs)(Ye.Fragment,{children:[(0,Ye.jsx)(T,{backFn:o===t?void 0:e}),(0,Ye.jsxs)(xy,{children:[(0,Ye.jsx)(gl,{walletLogo:b,success:c,fail:!!i}),(0,Ye.jsxs)(Qo,{children:[(0,Ye.jsx)("h3",{children:g}),(0,Ye.jsx)("p",{children:I})]}),i==To.ERROR_USER_EXISTS?(0,Ye.jsx)(H,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&s<Wa?(0,Ye.jsx)(H,{onClick:()=>{l(s+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||s>=Wa),children:"Retry"}):!c&&i&&s>=Wa?(0,Ye.jsx)(H,{onClick:e,children:"Use a different wallet"}):null]}),(0,Ye.jsx)(Z,{})]})},xy=gp.default.div`
|
|
699
699
|
display: flex;
|
|
700
700
|
flex-direction: column;
|
|
701
701
|
align-items: center;
|
|
@@ -758,9 +758,9 @@ Resources:
|
|
|
758
758
|
transform: rotate(360deg);
|
|
759
759
|
}
|
|
760
760
|
}
|
|
761
|
-
`;var wp=["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 He=class extends Error{constructor(o,r){super(r);this.type=o}};function Sr(e){let t=e.type;return typeof t=="string"&&wp.includes(t)}function Ay(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function fn(e){return Sr(e)&&e.type==="wallet_not_on_device"}function Cp(e){return Sr(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function bp(e){return!!(Sr(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function _r(e){return!!(Sr(e)&&e.type==="mfa_timeout")}function kr(e){return!!(Sr(e)&&e.type==="missing_or_invalid_mfa")}function Ma(e){return!!(Sr(e)&&e.type==="mfa_verification_max_attempts_reached")}function vl(e){return!!(Sr(e)&&e.message.includes("code 429"))}function wl(e){return!!(Ay(e)&&e.message==="MFA canceled")}var pt=require("react/jsx-runtime"),Ep=1,Tp=()=>{let{authenticated:e,user:t,getAccessToken:o}=
|
|
761
|
+
`;var wp=["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 He=class extends Error{constructor(o,r){super(r);this.type=o}};function Sr(e){let t=e.type;return typeof t=="string"&&wp.includes(t)}function Ay(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function fn(e){return Sr(e)&&e.type==="wallet_not_on_device"}function Cp(e){return Sr(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function bp(e){return!!(Sr(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function _r(e){return!!(Sr(e)&&e.type==="mfa_timeout")}function kr(e){return!!(Sr(e)&&e.type==="missing_or_invalid_mfa")}function Ma(e){return!!(Sr(e)&&e.type==="mfa_verification_max_attempts_reached")}function vl(e){return!!(Sr(e)&&e.message.includes("code 429"))}function wl(e){return!!(Ay(e)&&e.message==="MFA canceled")}var pt=require("react/jsx-runtime"),Ep=1,Tp=()=>{let{authenticated:e,user:t,getAccessToken:o}=q(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=A(),{navigate:a,data:s,setModalData:l,onUserCloseViaDialogOrKeybindRef:c}=S(),m=(0,hn.useMemo)(()=>Date.now(),[]),[y,C]=(0,hn.useState)(!1),{onCompleteNavigateTo:f,onFailure:P}=s?.connectWallet,b=g=>{y||(C(!0),P(typeof g=="string"?new Error(g):g))};(0,hn.useEffect)(()=>{let g=ge(t),I;return!e||!g?b("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let M=await o();if(!M)return b("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:M,address:g.address});let W=(Date.now()-m)/1e3;f==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&W<Ep?I=setTimeout(()=>{a(f)},(Ep-W)*1e3):a(f)}catch(W){if(fn(W)&&g.recoveryMethod==="privy"){let R=await o();if(!R)return b("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:g.address}),(await i?.recover({address:g.address,accessToken:R}))?.address||b(new Error("Unable to recover wallet")),f?a(f):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:g.address}),a(f)}catch{b("An error has occurred, please try again.")}}else fn(W)?(l({...s,recoverWallet:{privyWallet:g,onCompleteNavigateTo:f,onFailure:P}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):b(W)}})(),()=>clearTimeout(I)):void 0},[e,t,i]);let x=()=>{b("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=x,(0,pt.jsxs)(pt.Fragment,{children:[(0,pt.jsx)(T,{onClose:x}),y?(0,pt.jsxs)(pt.Fragment,{children:[(0,pt.jsxs)(Vt,{children:[(0,pt.jsx)(Pp.XCircleIcon,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),(0,pt.jsx)(Ae,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),(0,pt.jsx)(H,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):(0,pt.jsx)(mn,{}),(0,pt.jsx)(Ry,{})]})},Ry=xp.default.div`
|
|
762
762
|
height: 44px;
|
|
763
|
-
`;var Sp=require("@heroicons/react/24/solid"),_p=require("react");var Lt=require("react/jsx-runtime"),kp=()=>{let{user:e}=
|
|
763
|
+
`;var Sp=require("@heroicons/react/24/solid"),_p=require("react");var Lt=require("react/jsx-runtime"),kp=()=>{let{user:e}=q(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=A(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:s,onFailure:l,callAuthOnSuccessOnClose:c}=i.createWallet,m=()=>{let y=ge(e);y?(r(),s(y)):l(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return(0,_p.useEffect)(()=>{let y=setTimeout(m,Hc);return()=>clearTimeout(y)},[]),a.current=m,(0,Lt.jsxs)(Lt.Fragment,{children:[(0,Lt.jsx)(T,{onClose:m}),(0,Lt.jsx)(J,{}),(0,Lt.jsxs)(Vt,{children:[(0,Lt.jsx)(Sp.CheckCircleIcon,{fill:"var(--privy-color-accent)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),(0,Lt.jsx)(Ae,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),(0,Lt.jsx)(Q,{}),(0,Lt.jsx)(V,{protectedByPrivy:!0})]})};var Ip=require("@heroicons/react/20/solid"),Wp=require("@heroicons/react/24/outline"),Mo=require("react"),Lo=_(require("styled-components"));var K=require("react/jsx-runtime"),Mp=()=>{let[e,t]=(0,Mo.useState)(null),{authenticated:o,user:r,getAccessToken:n}=q(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:s}=A(),{data:l,onUserCloseViaDialogOrKeybindRef:c}=S(),m=ge(r)?.address,{onFailure:y,onSuccess:C,origin:f,appId:P}=l.keyExport,b=g=>{i({shouldCallAuthOnSuccess:!1}),y(typeof g=="string"?new Error(g):g)},x=()=>{i({shouldCallAuthOnSuccess:!1}),C(),a("embedded_wallet_key_export_completed",{walletAddress:m})};return(0,Mo.useEffect)(()=>{let g=ge(r);if(!o||!g)return b("User must be authenticated before exporting their wallet");n().then(t,b)},[o,r]),c.current=x,(0,K.jsxs)(K.Fragment,{children:[(0,K.jsx)(T,{onClose:x}),(0,K.jsxs)(My,{children:[(0,K.jsxs)(Ae,{icon:(0,K.jsx)(Wp.ArrowRightOnRectangleIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[(0,K.jsxs)(Dy,{children:[(0,K.jsx)(Wy,{style:{marginRight:6}}),$o(m)]}),(0,K.jsx)("p",{children:"You can bring your account with you to another site using an external wallet."})]}),(0,K.jsxs)(Ly,{children:[(0,K.jsxs)(Ap,{children:[(0,K.jsx)(Rp,{children:"1"}),(0,K.jsxs)("span",{children:[(0,K.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,K.jsxs)(Ap,{children:[(0,K.jsx)(Rp,{children:"2"}),(0,K.jsx)("span",{children:"Copy this key into your other wallet"})]})]}),(0,K.jsx)("div",{style:{width:"100%"},children:e&&(0,K.jsx)(Iy,{origin:f,appId:P,accessToken:e,clientAnalyticsId:s,address:m,dimensions:{height:"44px"}})}),(0,K.jsxs)(Uy,{children:[(0,K.jsxs)("div",{children:[(0,K.jsx)(Ip.ExclamationTriangleIcon,{viewBox:"0 0 20 18"}),(0,K.jsx)("h4",{children:"Warning"})]}),(0,K.jsx)("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),(0,K.jsx)(V,{protectedByPrivy:!0})]})};function Iy(e){let[t,o]=(0,Mo.useState)(e.dimensions.width),[r,n]=(0,Mo.useState)(void 0),i=(0,Mo.useRef)(null);return(0,Mo.useEffect)(()=>{if(i.current&&t===void 0){let{width:s}=i.current.getBoundingClientRect();o(s)}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,K.jsx)("div",{ref:i,children:t&&(0,K.jsxs)(Ny,{children:[(0,K.jsx)("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:Xi(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),(0,K.jsx)(Oy,{children:"Loading..."})]})})}function Wy(e){return(0,K.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,K.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 My=Lo.default.div`
|
|
764
764
|
display: flex;
|
|
765
765
|
flex-direction: column;
|
|
766
766
|
text-align: left;
|
|
@@ -867,7 +867,7 @@ Resources:
|
|
|
867
867
|
flex-direction: column;
|
|
868
868
|
justify-content: center;
|
|
869
869
|
flex-grow: 1;
|
|
870
|
-
`,or=(0,Ce.default)(
|
|
870
|
+
`,or=(0,Ce.default)(H)`
|
|
871
871
|
${e=>e.hideAnimations&&Ce.css`
|
|
872
872
|
&& {
|
|
873
873
|
transition: none;
|
|
@@ -1020,7 +1020,7 @@ Resources:
|
|
|
1020
1020
|
transition: all 0.1s ease-out;
|
|
1021
1021
|
background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
|
|
1022
1022
|
}
|
|
1023
|
-
`;var be=require("react/jsx-runtime"),Fp=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=(0,Cn.useState)(!0),[s,l]=(0,Cn.useState)(!1),[c,m]=(0,Cn.useState)(""),y=o===c;return(0,Cn.useEffect)(()=>{c&&!s&&l(!0)},[c]),(0,be.jsxs)(be.Fragment,{children:[(0,be.jsx)(T,{title:"Confirm Password",closeable:!1,backFn:n}),(0,be.jsx)(J,{}),(0,be.jsxs)(tr,{children:[(0,be.jsxs)(nr,{children:[(0,be.jsx)(Up.ExclamationTriangleIcon,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),(0,be.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),(0,be.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),(0,be.jsxs)(rr,{children:[(0,be.jsx)(Ar,{value:c,onChange:
|
|
1023
|
+
`;var be=require("react/jsx-runtime"),Fp=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=(0,Cn.useState)(!0),[s,l]=(0,Cn.useState)(!1),[c,m]=(0,Cn.useState)(""),y=o===c;return(0,Cn.useEffect)(()=>{c&&!s&&l(!0)},[c]),(0,be.jsxs)(be.Fragment,{children:[(0,be.jsx)(T,{title:"Confirm Password",closeable:!1,backFn:n}),(0,be.jsx)(J,{}),(0,be.jsxs)(tr,{children:[(0,be.jsxs)(nr,{children:[(0,be.jsx)(Up.ExclamationTriangleIcon,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),(0,be.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),(0,be.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),(0,be.jsxs)(rr,{children:[(0,be.jsx)(Ar,{value:c,onChange:C=>m(C.target.value),onBlur:()=>l(!0),placeholder:"confirm your password",type:i?"password":"text"}),(0,be.jsx)(gn,{style:{right:"0.75rem"},children:i?(0,be.jsx)(vn,{onClick:()=>a(!1)}):(0,be.jsx)(wn,{onClick:()=>a(!0)})})]}),(0,be.jsx)(La,{"aria-hidden":!s||y,error:!0,children:"Passwords do not match"})]}),(0,be.jsx)(or,{onClick:r,loading:t,disabled:!y,hideAnimations:e,children:"Continue"}),(0,be.jsx)(Q,{}),(0,be.jsx)(V,{protectedByPrivy:!0})]})};var zp=require("@heroicons/react/24/outline"),Vp=require("react"),$p=_(require("styled-components"));var ui=_(require("styled-components")),ir=require("react/jsx-runtime"),Bp=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>(0,ir.jsx)("label",{children:(0,ir.jsxs)(By,{className:e,children:[(0,ir.jsx)(Gp,{checked:t,...r}),(0,ir.jsx)(Hy,{color:o,checked:t,children:(0,ir.jsx)(Hp,{viewBox:"0 0 24 24",children:(0,ir.jsx)("polyline",{points:"20 6 9 17 4 12"})})})]})}),By=ui.default.div`
|
|
1024
1024
|
display: inline-block;
|
|
1025
1025
|
vertical-align: middle;
|
|
1026
1026
|
`,Hp=ui.default.svg`
|
|
@@ -1060,21 +1060,21 @@ Resources:
|
|
|
1060
1060
|
${Hp} {
|
|
1061
1061
|
visibility: ${e=>e.checked?"visible":"hidden"};
|
|
1062
1062
|
}
|
|
1063
|
-
`;var ve=require("react/jsx-runtime"),jp=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=(0,Vp.useState)(!1);return(0,ve.jsxs)(ve.Fragment,{children:[(0,ve.jsx)(T,{title:"Confirm Password",closeable:!1,backFn:r}),(0,ve.jsx)(J,{}),(0,ve.jsxs)(tr,{children:[(0,ve.jsxs)(nr,{children:[(0,ve.jsx)(zp.ExclamationTriangleIcon,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),(0,ve.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),(0,ve.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),(0,ve.jsx)(di,{children:(0,ve.jsxs)(pi,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:s=>{s.preventDefault(),a(l=>!l)},children:[(0,ve.jsx)(Bp,{color:"var(--privy-color-error)",checked:i}),(0,ve.jsx)(ve.Fragment,{children:"I understand losing my password means losing my account."})]})})]}),(0,ve.jsxs)(Gy,{children:[n.initiatedBy==="user"&&(0,ve.jsx)(_o,{onClick:n.onCancel,disabled:t,children:"Cancel"}),(0,ve.jsx)(or,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),(0,ve.jsx)(Q,{}),(0,ve.jsx)(
|
|
1063
|
+
`;var ve=require("react/jsx-runtime"),jp=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=(0,Vp.useState)(!1);return(0,ve.jsxs)(ve.Fragment,{children:[(0,ve.jsx)(T,{title:"Confirm Password",closeable:!1,backFn:r}),(0,ve.jsx)(J,{}),(0,ve.jsxs)(tr,{children:[(0,ve.jsxs)(nr,{children:[(0,ve.jsx)(zp.ExclamationTriangleIcon,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),(0,ve.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),(0,ve.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),(0,ve.jsx)(di,{children:(0,ve.jsxs)(pi,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:s=>{s.preventDefault(),a(l=>!l)},children:[(0,ve.jsx)(Bp,{color:"var(--privy-color-error)",checked:i}),(0,ve.jsx)(ve.Fragment,{children:"I understand losing my password means losing my account."})]})})]}),(0,ve.jsxs)(Gy,{children:[n.initiatedBy==="user"&&(0,ve.jsx)(_o,{onClick:n.onCancel,disabled:t,children:"Cancel"}),(0,ve.jsx)(or,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),(0,ve.jsx)(Q,{}),(0,ve.jsx)(V,{protectedByPrivy:!0})]})},Gy=$p.default.div`
|
|
1064
1064
|
display: flex;
|
|
1065
1065
|
gap: 10px;
|
|
1066
|
-
`;var tu=require("@heroicons/react/24/outline"),bl=require("@heroicons/react/24/solid"),No=require("react"),El=_(require("styled-components"));var qp=_(require("fast-password-entropy")),Kp=_(require("secure-password-utilities")),Yp=require("secure-password-utilities/wordlists"),zy=95,Vy=8,$y=3,jy=.3,qy=/[a-z]/,Ky=/[A-Z]/,Yy=/[0-9]/,Jy="a-zA-Z0-9",Jp="!@#$%^&*()\\-_+.",Qp=`${Jy}${Jp}`,Qy=new RegExp(`[${Jp}]`),Zy=new RegExp(`[${Qp}]`),Zp=new RegExp(`^[${Qp}]{6,}$`),Xp=(e="")=>{let t=e.split("").filter(o=>!Zy.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},Na=()=>Kp.generatePassphrase(4,Yp.DEFAULT_WORDLIST);function Xy(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function eg(e){if(e.length<Vy)return 0;let t=0;qy.test(e)&&(t+=1),Ky.test(e)&&(t+=1),Yy.test(e)&&(t+=1),Qy.test(e)&&(t+=1);let o=t/$y;return Math.max(0,Math.min(1,o))}function tg(e=""){let t=eg(e),o=(0,qp.default)(e)/zy;return(t*jy+o)/2}function eu(e=""){let t=tg(e);return{value:t,label:Xy(t)}}var ee=require("react/jsx-runtime"),ou=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:s})=>{let[l,c]=(0,No.useState)(!1),[m,y]=(0,No.useState)(!1);(0,No.useEffect)(()=>{o&&!m&&y(!0)},[o]);let
|
|
1066
|
+
`;var tu=require("@heroicons/react/24/outline"),bl=require("@heroicons/react/24/solid"),No=require("react"),El=_(require("styled-components"));var qp=_(require("fast-password-entropy")),Kp=_(require("secure-password-utilities")),Yp=require("secure-password-utilities/wordlists"),zy=95,Vy=8,$y=3,jy=.3,qy=/[a-z]/,Ky=/[A-Z]/,Yy=/[0-9]/,Jy="a-zA-Z0-9",Jp="!@#$%^&*()\\-_+.",Qp=`${Jy}${Jp}`,Qy=new RegExp(`[${Jp}]`),Zy=new RegExp(`[${Qp}]`),Zp=new RegExp(`^[${Qp}]{6,}$`),Xp=(e="")=>{let t=e.split("").filter(o=>!Zy.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},Na=()=>Kp.generatePassphrase(4,Yp.DEFAULT_WORDLIST);function Xy(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function eg(e){if(e.length<Vy)return 0;let t=0;qy.test(e)&&(t+=1),Ky.test(e)&&(t+=1),Yy.test(e)&&(t+=1),Qy.test(e)&&(t+=1);let o=t/$y;return Math.max(0,Math.min(1,o))}function tg(e=""){let t=eg(e),o=(0,qp.default)(e)/zy;return(t*jy+o)/2}function eu(e=""){let t=tg(e);return{value:t,label:Xy(t)}}var ee=require("react/jsx-runtime"),ou=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:s})=>{let[l,c]=(0,No.useState)(!1),[m,y]=(0,No.useState)(!1);(0,No.useEffect)(()=>{o&&!m&&y(!0)},[o]);let C=(0,No.useMemo)(()=>m?(o?.length||0)<6?"Password must be at least 6 characters":Zp.test(o||"")?null:`Invalid characters used ( ${Xp(o).join(" ")} )`:null,[o,m]),f=(0,No.useMemo)(()=>C?{value:0,label:"Weak"}:eu(o),[o,C]),P=(0,No.useMemo)(()=>!!(!o?.length||C),[C,o]);return(0,ee.jsxs)(ee.Fragment,{children:[(0,ee.jsx)(T,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),(0,ee.jsx)(J,{}),(0,ee.jsxs)(tr,{children:[(0,ee.jsxs)(nr,{children:[(0,ee.jsx)(tu.KeyIcon,{height:48,width:48,stroke:"var(--privy-color-accent)"}),(0,ee.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),(0,ee.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),(0,ee.jsxs)(rr,{children:[(0,ee.jsx)(Ar,{value:o,onChange:b=>a(b.target.value),placeholder:"enter or generate a strong password",type:l?"password":"text"}),(0,ee.jsxs)(gn,{style:{width:"3.5rem"},children:[l?(0,ee.jsx)(vn,{onClick:()=>c(!1)}):(0,ee.jsx)(wn,{onClick:()=>c(!0)}),(0,ee.jsx)(Op,{onClick:s})]})]}),(0,ee.jsx)(Dp,{value:f.value===0?.01:f.value,label:f.label}),(0,ee.jsx)(La,{error:!!C,children:C||`Password Strength: ${m?f.label:"--"}`}),(0,ee.jsxs)(rg,{children:[(0,ee.jsx)(og,{children:(0,ee.jsxs)(di,{children:[(0,ee.jsxs)(pi,{children:[(0,ee.jsx)(bl.CheckCircleIcon,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),(0,ee.jsxs)(pi,{children:[(0,ee.jsx)(bl.CheckCircleIcon,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),(0,ee.jsx)(or,{onClick:n,loading:t,disabled:P,hideAnimations:e,children:"Continue"})]})]}),(0,ee.jsx)(Q,{}),(0,ee.jsx)(V,{protectedByPrivy:!0})]})},og=(0,El.default)(di)`
|
|
1067
1067
|
flex: 1;
|
|
1068
1068
|
padding-top: 1rem;
|
|
1069
1069
|
`,rg=El.default.div`
|
|
1070
1070
|
display: flex;
|
|
1071
1071
|
flex-direction: column;
|
|
1072
1072
|
height: 100%;
|
|
1073
|
-
`;var ar=require("@heroicons/react/24/outline"),mi=require("react");var se=require("react/jsx-runtime"),ru=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,s]=(0,mi.useState)(!1),l=(0,mi.useCallback)(()=>{s(!0),r&&navigator.clipboard.writeText(r)},[r]),c=(0,mi.useCallback)(()=>{let m=document.createElement("a"),y=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),
|
|
1073
|
+
`;var ar=require("@heroicons/react/24/outline"),mi=require("react");var se=require("react/jsx-runtime"),ru=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,s]=(0,mi.useState)(!1),l=(0,mi.useCallback)(()=>{s(!0),r&&navigator.clipboard.writeText(r)},[r]),c=(0,mi.useCallback)(()=>{let m=document.createElement("a"),y=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),C=new Blob([ng(o,r)],{type:"text/plain"}),f=URL.createObjectURL(C);m.href=f,m.target="_blank",m.download=`${y}-privy-wallet-recovery.txt`,document.body.appendChild(m),m.click(),setTimeout(()=>{m.remove(),URL.revokeObjectURL(f)},5e3)},[r]);return(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(T,{backFn:i,title:"Save Password",closeable:!1}),(0,se.jsx)(J,{}),(0,se.jsxs)(tr,{children:[(0,se.jsxs)(nr,{children:[(0,se.jsx)(ar.ExclamationTriangleIcon,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),(0,se.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),(0,se.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"For your security, this password cannot be reset if you lose your device. Make sure to secure it to keep your assets safe."})]}),(0,se.jsx)(rr,{centered:!0,children:(0,se.jsx)(Np,{children:r})}),(0,se.jsxs)("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[(0,se.jsx)(Cl,{onClick:l,children:a?(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(ar.ClipboardDocumentCheckIcon,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(ar.DocumentDuplicateIcon,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),(0,se.jsxs)(Cl,{onClick:c,children:[(0,se.jsx)(ar.ArrowDownTrayIcon,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),(0,se.jsx)(or,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),(0,se.jsx)(Q,{}),(0,se.jsx)(V,{protectedByPrivy:!0})]})},ng=(e,t)=>`Your wallet recovery password for ${e} is
|
|
1074
1074
|
|
|
1075
1075
|
${t}
|
|
1076
1076
|
|
|
1077
|
-
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;var Oa=require("@heroicons/react/24/outline");var Je=require("react/jsx-runtime"),nu=({error:e,onClose:t})=>(0,Je.jsxs)(Je.Fragment,{children:[(0,Je.jsx)(T,{closeable:!1}),(0,Je.jsx)(J,{}),e?(0,Je.jsxs)(Vt,{children:[(0,Je.jsx)(Oa.XCircleIcon,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,Je.jsx)(Ae,{title:"Something went wrong",description:e})]}):(0,Je.jsxs)(Vt,{children:[(0,Je.jsx)(Oa.CheckCircleIcon,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),(0,Je.jsx)(Ae,{title:"Success"})]}),(0,Je.jsx)(B,{onClick:t,children:"Close"}),(0,Je.jsx)(Q,{}),(0,Je.jsx)(z,{protectedByPrivy:!0})]});var iu=require("react"),ig=(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}},au=()=>{let[e,t]=(0,iu.useReducer)(ig,"creating");return{send:t,state:e}};var bn=require("react/jsx-runtime"),Da=({onSubmit:e,...t})=>{let{send:o,state:r}=au(),n=(0,fi.useCallback)(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);(0,fi.useEffect)(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),wt)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=(0,fi.useCallback)(()=>{o("back")},[o]);return r==="creating"?(0,bn.jsx)(ou,{...t,onSubmit:n}):r==="saving"?(0,bn.jsx)(ru,{...t,onSubmit:n,onBack:i}):r==="confirming"?(0,bn.jsx)(Fp,{...t,onSubmit:n,onBack:i}):r==="finalizing"?(0,bn.jsx)(jp,{...t,onSubmit:n,onBack:i}):r==="done"?(0,bn.jsx)(nu,{...t,onSubmit:n}):null};var Nt=require("react/jsx-runtime"),ag=250,lu=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=S(),[n,i]=(0,Kt.useState)(""),[a,s]=(0,Kt.useState)(!1),[l,c]=(0,Kt.useState)(),[m,y]=(0,Kt.useState)(null),[w,f]=(0,Kt.useState)(null),E=(0,Kt.useRef)(!1),{authenticated:b,getAccessToken:x}=j(),{refreshUser:g,closePrivyModal:I,createAnalyticsEvent:O,isNewUserThisSession:L,initializeWalletProxy:M}=R(),{onSuccess:A,onFailure:W,callAuthOnSuccessOnClose:U}=o.createWallet,q=e?.embeddedWallets.requireUserPasswordOnCreate===!0,G=!!(!n||E.current)&&!q,k=new It(async()=>ye());(0,Kt.useEffect)(()=>{m||M(3e4).then(D=>y(D))},[m]),(0,Kt.useEffect)(()=>{if(!b){t("LANDING"),W(new Error("User must be authenticated before creating a Privy wallet"));return}!q&&!a&&!E.current&&(s(!0),k.execute().finally(()=>s(!1)))},[q,b]);let oe=()=>{q&&w&&w?.recoveryMethod!=="user-passcode"?W(new yt("User created a wallet but failed to set a password for it")):w?A(w):W(new yt("User wallet creation failed")),I({shouldCallAuthOnSuccess:U})};r.current=()=>null;let ye=async function(){let D=await x();if(D)try{if(O("embedded_wallet_creation_started"),!await(await M($r))?.create({accessToken:D,recoveryPassword:l}))throw O("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let Pe=await g(),je=ge(Pe);if(!je)throw O("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");f(je),O("embedded_wallet_creation_completed",{walletAddress:je.address}),i(""),E.current=!0,q?t("EMBEDDED_WALLET_CREATED_SCREEN"):L?t("EMBEDDED_WALLET_CREATED_SCREEN"):je&&(A(je),I({shouldCallAuthOnSuccess:U}))}catch(Xe){if(E.current)return;i("An error has occurred, please try again."),console.warn(Xe)}else i("An error has occured, please login again."),O("embedded_wallet_creation_failed",{error:"Missing access token for user."})},ke=async()=>q?(s(!0),k.execute().then(()=>new Promise(D=>setTimeout(D,ag))).finally(()=>s(!1))):I({shouldCallAuthOnSuccess:U});return!q&&n?(0,Nt.jsxs)(Nt.Fragment,{children:[(0,Nt.jsx)(T,{closeable:!1}),(0,Nt.jsxs)(Vt,{children:[(0,Nt.jsx)(su.XCircleIcon,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),(0,Nt.jsx)(Ae,{title:"Something went wrong",description:n})]}),(0,Nt.jsx)(B,{onClick:oe,children:"Close"})]}):G?(0,Nt.jsx)(mn,{}):(0,Nt.jsx)(Da,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:G||!m,buttonLoading:a,buttonHideAnimations:!w&&a,error:n,password:l||"",onClose:oe,onPasswordChange:c,onPasswordGenerate:()=>c(Na()),onSubmit:ke})};var Rr=require("react");var du=require("react/jsx-runtime"),cu=()=>{let[e,t]=(0,Rr.useState)(null),[o,r]=(0,Rr.useState)(!1),[n,i]=(0,Rr.useState)(null),[a,s]=(0,Rr.useState)(""),{authenticated:l,getAccessToken:c,user:m}=j(),{walletProxy:y,refreshUser:w,closePrivyModal:f,createAnalyticsEvent:E}=R(),{app:b,navigate:x,data:g,onUserCloseViaDialogOrKeybindRef:I}=S(),{onSuccess:O,onFailure:L}=g.createWallet,M=ge(m),A=e?.recoveryMethod==="user-passcode";(0,Rr.useEffect)(()=>{l||(x("LANDING"),L(new zi("User must be authenticated before setting a password on a Privy wallet")))},[l]);let W=()=>{if(n){L(n),f({shouldCallAuthOnSuccess:!1});return}if(!A){L(new yt("Exited before password was added to wallet")),f({shouldCallAuthOnSuccess:!1});return}O(e),f({shouldCallAuthOnSuccess:!1})};I.current=W;let U=async()=>{let G=await c();if(G&&M?.address&&a&&y)try{if(E("embedded_wallet_set_password_started",{walletAddress:M.address}),!(await y.setRecoveryPassword({accessToken:G,address:M.address,recoveryPassword:a})).address){i(new yt("Error setting password on privy wallet")),E("embedded_wallet_set_password_failed",{walletAddress:M.address,reason:"error setting password"});return}let oe=await w(),ye=ge(oe);if(!ye){i(new yt("Error setting password on privy wallet")),E("embedded_wallet_set_password_failed",{walletAddress:M.address,reason:"wallet disconnected"});return}t(ye),E("embedded_wallet_set_password_completed",{walletAddress:M.address})}catch(k){console.warn(k),i(k instanceof Error?k:new Error("Error setting password on privy wallet")),E("embedded_wallet_set_password_failed",{walletAddress:M.address,reason:k})}},q=async()=>{A?(O(e),f({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await U(),r(!1))};return(0,du.jsx)(Da,{appName:b?.name||"privy",config:{initiatedBy:"user",onCancel:W},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>s(Na()),onPasswordChange:s,onSubmit:q,onClose:W})};var pu=require("@heroicons/react/24/outline"),uu=require("@heroicons/react/24/solid");var Ge=require("react/jsx-runtime"),mu=()=>{let{user:e}=j(),{closePrivyModal:t,createAnalyticsEvent:o}=R(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:s,onFailure:l}=r.setWalletPassword,c=()=>{l(new yt("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,(0,Ge.jsxs)(Ge.Fragment,{children:[(0,Ge.jsx)(T,{onClose:c}),(0,Ge.jsx)(J,{}),(0,Ge.jsxs)(Vt,{children:[(0,Ge.jsxs)(jd,{children:[(0,Ge.jsx)(pu.UserCircleIcon,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),(0,Ge.jsx)(qd,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:(0,Ge.jsx)(uu.LockClosedIcon,{width:"12px",height:"12px",fill:"white"})})]}),(0,Ge.jsxs)(Ae,{title:"Secure Your Account",children:["Please set a password to secure your account.",(0,Ge.jsx)("p",{children:"Losing this password will make your account inaccessible on new devices. You will only be asked for it when you log on to a new device."})]})]}),(0,Ge.jsx)(B,{onClick:()=>{let y=ge(e);o("embedded_wallet_set_password_started",{walletAddress:y?.address}),n({createWallet:{onFailure:l,onSuccess:s,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),(0,Ge.jsx)(Q,{}),(0,Ge.jsx)(z,{protectedByPrivy:!0})]})};var fu=require("@heroicons/react/24/outline"),Ir=require("react"),Wr=_(require("styled-components"));var ce=require("react/jsx-runtime"),hu=()=>{let[e,t]=(0,Ir.useState)(!0),{authenticated:o,getAccessToken:r}=j(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=R(),{navigate:s,data:l,onUserCloseViaDialogOrKeybindRef:c}=S(),[m,y]=(0,Ir.useState)(void 0),[w,f]=(0,Ir.useState)(""),[E,b]=(0,Ir.useState)(!1),{privyWallet:x,onCompleteNavigateTo:g,onSuccess:I,onFailure:O}=l.recoverWallet,L=(W="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),O(typeof W=="string"?new yt(W):W)};c.current=L,(0,Ir.useEffect)(()=>{if(!o||!x)return L("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let M=W=>{W&&y(W)};return(0,ce.jsxs)(ce.Fragment,{children:[(0,ce.jsx)(T,{onClose:L}),(0,ce.jsx)(J,{}),(0,ce.jsxs)(lg,{children:[(0,ce.jsxs)(sg,{children:[(0,ce.jsx)(fu.ShieldCheckIcon,{height:48,width:48,stroke:"var(--privy-color-accent)"}),(0,ce.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),(0,ce.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,ce.jsxs)("div",{children:[(0,ce.jsxs)(rr,{children:[(0,ce.jsx)(Ar,{type:e?"password":"text",onChange:W=>M(W.target.value),disabled:E}),(0,ce.jsx)(gn,{style:{right:"0.75rem"},children:e?(0,ce.jsx)(vn,{onClick:()=>t(!1)}):(0,ce.jsx)(wn,{onClick:()=>t(!0)})})]}),!!w&&(0,ce.jsx)(cg,{children:w})]}),(0,ce.jsxs)("div",{children:[(0,ce.jsxs)($d,{children:[(0,ce.jsx)("h4",{children:"Why is this necessary?"}),(0,ce.jsx)("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),(0,ce.jsx)(dg,{loading:E||!n,disabled:!m,onClick:async()=>{b(!0);let W=await r();if(W&&x&&m!==null)try{a("embedded_wallet_recovery_started",{walletAddress:x.address}),await n?.recover({address:x.address,accessToken:W,recoveryPin:m}),f(""),g?s(g):i({shouldCallAuthOnSuccess:!1}),I?.(x),a("embedded_wallet_recovery_completed",{walletAddress:x.address})}catch(U){Cp(U)?f("Invalid recovery password, please try again."):f("An error has occurred, please try again.")}finally{b(!1)}else return L("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!x&&E,children:"Recover your account"})]})]}),(0,ce.jsx)(Q,{}),(0,ce.jsx)(z,{protectedByPrivy:!0})]})},sg=Wr.default.div`
|
|
1077
|
+
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;var Oa=require("@heroicons/react/24/outline");var Je=require("react/jsx-runtime"),nu=({error:e,onClose:t})=>(0,Je.jsxs)(Je.Fragment,{children:[(0,Je.jsx)(T,{closeable:!1}),(0,Je.jsx)(J,{}),e?(0,Je.jsxs)(Vt,{children:[(0,Je.jsx)(Oa.XCircleIcon,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,Je.jsx)(Ae,{title:"Something went wrong",description:e})]}):(0,Je.jsxs)(Vt,{children:[(0,Je.jsx)(Oa.CheckCircleIcon,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),(0,Je.jsx)(Ae,{title:"Success"})]}),(0,Je.jsx)(H,{onClick:t,children:"Close"}),(0,Je.jsx)(Q,{}),(0,Je.jsx)(V,{protectedByPrivy:!0})]});var iu=require("react"),ig=(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}},au=()=>{let[e,t]=(0,iu.useReducer)(ig,"creating");return{send:t,state:e}};var bn=require("react/jsx-runtime"),Da=({onSubmit:e,...t})=>{let{send:o,state:r}=au(),n=(0,fi.useCallback)(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);(0,fi.useEffect)(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),wt)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=(0,fi.useCallback)(()=>{o("back")},[o]);return r==="creating"?(0,bn.jsx)(ou,{...t,onSubmit:n}):r==="saving"?(0,bn.jsx)(ru,{...t,onSubmit:n,onBack:i}):r==="confirming"?(0,bn.jsx)(Fp,{...t,onSubmit:n,onBack:i}):r==="finalizing"?(0,bn.jsx)(jp,{...t,onSubmit:n,onBack:i}):r==="done"?(0,bn.jsx)(nu,{...t,onSubmit:n}):null};var Nt=require("react/jsx-runtime"),ag=250,lu=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=S(),[n,i]=(0,Kt.useState)(""),[a,s]=(0,Kt.useState)(!1),[l,c]=(0,Kt.useState)(),[m,y]=(0,Kt.useState)(null),[C,f]=(0,Kt.useState)(null),P=(0,Kt.useRef)(!1),{authenticated:b,getAccessToken:x}=q(),{refreshUser:g,closePrivyModal:I,createAnalyticsEvent:L,isNewUserThisSession:M,initializeWalletProxy:W}=A(),{onSuccess:R,onFailure:N,callAuthOnSuccessOnClose:U}=o.createWallet,z=e?.embeddedWallets.requireUserPasswordOnCreate===!0,F=!!(!n||P.current)&&!z,k=new It(async()=>ye());(0,Kt.useEffect)(()=>{m||W(3e4).then(D=>y(D))},[m]),(0,Kt.useEffect)(()=>{if(!b){t("LANDING"),N(new Error("User must be authenticated before creating a Privy wallet"));return}!z&&!a&&!P.current&&(s(!0),k.execute().finally(()=>s(!1)))},[z,b]);let oe=()=>{z&&C&&C?.recoveryMethod!=="user-passcode"?N(new yt("User created a wallet but failed to set a password for it")):C?R(C):N(new yt("User wallet creation failed")),I({shouldCallAuthOnSuccess:U})};r.current=()=>null;let ye=async function(){let D=await x();if(D)try{if(L("embedded_wallet_creation_started"),!await(await W($r))?.create({accessToken:D,recoveryPassword:l}))throw L("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let Pe=await g(),je=ge(Pe);if(!je)throw L("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");f(je),L("embedded_wallet_creation_completed",{walletAddress:je.address}),i(""),P.current=!0,z?t("EMBEDDED_WALLET_CREATED_SCREEN"):M?t("EMBEDDED_WALLET_CREATED_SCREEN"):je&&(R(je),I({shouldCallAuthOnSuccess:U}))}catch(Xe){if(P.current)return;i("An error has occurred, please try again."),console.warn(Xe)}else i("An error has occured, please login again."),L("embedded_wallet_creation_failed",{error:"Missing access token for user."})},ke=async()=>z?(s(!0),k.execute().then(()=>new Promise(D=>setTimeout(D,ag))).finally(()=>s(!1))):I({shouldCallAuthOnSuccess:U});return!z&&n?(0,Nt.jsxs)(Nt.Fragment,{children:[(0,Nt.jsx)(T,{closeable:!1}),(0,Nt.jsxs)(Vt,{children:[(0,Nt.jsx)(su.XCircleIcon,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),(0,Nt.jsx)(Ae,{title:"Something went wrong",description:n})]}),(0,Nt.jsx)(H,{onClick:oe,children:"Close"})]}):F?(0,Nt.jsx)(mn,{}):(0,Nt.jsx)(Da,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:F||!m,buttonLoading:a,buttonHideAnimations:!C&&a,error:n,password:l||"",onClose:oe,onPasswordChange:c,onPasswordGenerate:()=>c(Na()),onSubmit:ke})};var Rr=require("react");var du=require("react/jsx-runtime"),cu=()=>{let[e,t]=(0,Rr.useState)(null),[o,r]=(0,Rr.useState)(!1),[n,i]=(0,Rr.useState)(null),[a,s]=(0,Rr.useState)(""),{authenticated:l,getAccessToken:c,user:m}=q(),{walletProxy:y,refreshUser:C,closePrivyModal:f,createAnalyticsEvent:P}=A(),{app:b,navigate:x,data:g,onUserCloseViaDialogOrKeybindRef:I}=S(),{onSuccess:L,onFailure:M}=g.createWallet,W=ge(m),R=e?.recoveryMethod==="user-passcode";(0,Rr.useEffect)(()=>{l||(x("LANDING"),M(new zi("User must be authenticated before setting a password on a Privy wallet")))},[l]);let N=()=>{if(n){M(n),f({shouldCallAuthOnSuccess:!1});return}if(!R){M(new yt("Exited before password was added to wallet")),f({shouldCallAuthOnSuccess:!1});return}L(e),f({shouldCallAuthOnSuccess:!1})};I.current=N;let U=async()=>{let F=await c();if(F&&W?.address&&a&&y)try{if(P("embedded_wallet_set_password_started",{walletAddress:W.address}),!(await y.setRecoveryPassword({accessToken:F,address:W.address,recoveryPassword:a})).address){i(new yt("Error setting password on privy wallet")),P("embedded_wallet_set_password_failed",{walletAddress:W.address,reason:"error setting password"});return}let oe=await C(),ye=ge(oe);if(!ye){i(new yt("Error setting password on privy wallet")),P("embedded_wallet_set_password_failed",{walletAddress:W.address,reason:"wallet disconnected"});return}t(ye),P("embedded_wallet_set_password_completed",{walletAddress:W.address})}catch(k){console.warn(k),i(k instanceof Error?k:new Error("Error setting password on privy wallet")),P("embedded_wallet_set_password_failed",{walletAddress:W.address,reason:k})}},z=async()=>{R?(L(e),f({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await U(),r(!1))};return(0,du.jsx)(Da,{appName:b?.name||"privy",config:{initiatedBy:"user",onCancel:N},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>s(Na()),onPasswordChange:s,onSubmit:z,onClose:N})};var pu=require("@heroicons/react/24/outline"),uu=require("@heroicons/react/24/solid");var Ge=require("react/jsx-runtime"),mu=()=>{let{user:e}=q(),{closePrivyModal:t,createAnalyticsEvent:o}=A(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:s,onFailure:l}=r.setWalletPassword,c=()=>{l(new yt("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,(0,Ge.jsxs)(Ge.Fragment,{children:[(0,Ge.jsx)(T,{onClose:c}),(0,Ge.jsx)(J,{}),(0,Ge.jsxs)(Vt,{children:[(0,Ge.jsxs)(jd,{children:[(0,Ge.jsx)(pu.UserCircleIcon,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),(0,Ge.jsx)(qd,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:(0,Ge.jsx)(uu.LockClosedIcon,{width:"12px",height:"12px",fill:"white"})})]}),(0,Ge.jsxs)(Ae,{title:"Secure Your Account",children:["Please set a password to secure your account.",(0,Ge.jsx)("p",{children:"Losing this password will make your account inaccessible on new devices. You will only be asked for it when you log on to a new device."})]})]}),(0,Ge.jsx)(H,{onClick:()=>{let y=ge(e);o("embedded_wallet_set_password_started",{walletAddress:y?.address}),n({createWallet:{onFailure:l,onSuccess:s,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),(0,Ge.jsx)(Q,{}),(0,Ge.jsx)(V,{protectedByPrivy:!0})]})};var fu=require("@heroicons/react/24/outline"),Ir=require("react"),Wr=_(require("styled-components"));var ce=require("react/jsx-runtime"),hu=()=>{let[e,t]=(0,Ir.useState)(!0),{authenticated:o,getAccessToken:r}=q(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=A(),{navigate:s,data:l,onUserCloseViaDialogOrKeybindRef:c}=S(),[m,y]=(0,Ir.useState)(void 0),[C,f]=(0,Ir.useState)(""),[P,b]=(0,Ir.useState)(!1),{privyWallet:x,onCompleteNavigateTo:g,onSuccess:I,onFailure:L}=l.recoverWallet,M=(N="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),L(typeof N=="string"?new yt(N):N)};c.current=M,(0,Ir.useEffect)(()=>{if(!o||!x)return M("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let W=N=>{N&&y(N)};return(0,ce.jsxs)(ce.Fragment,{children:[(0,ce.jsx)(T,{onClose:M}),(0,ce.jsx)(J,{}),(0,ce.jsxs)(lg,{children:[(0,ce.jsxs)(sg,{children:[(0,ce.jsx)(fu.ShieldCheckIcon,{height:48,width:48,stroke:"var(--privy-color-accent)"}),(0,ce.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),(0,ce.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,ce.jsxs)("div",{children:[(0,ce.jsxs)(rr,{children:[(0,ce.jsx)(Ar,{type:e?"password":"text",onChange:N=>W(N.target.value),disabled:P}),(0,ce.jsx)(gn,{style:{right:"0.75rem"},children:e?(0,ce.jsx)(vn,{onClick:()=>t(!1)}):(0,ce.jsx)(wn,{onClick:()=>t(!0)})})]}),!!C&&(0,ce.jsx)(cg,{children:C})]}),(0,ce.jsxs)("div",{children:[(0,ce.jsxs)($d,{children:[(0,ce.jsx)("h4",{children:"Why is this necessary?"}),(0,ce.jsx)("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),(0,ce.jsx)(dg,{loading:P||!n,disabled:!m,onClick:async()=>{b(!0);let N=await r();if(N&&x&&m!==null)try{a("embedded_wallet_recovery_started",{walletAddress:x.address}),await n?.recover({address:x.address,accessToken:N,recoveryPin:m}),f(""),g?s(g):i({shouldCallAuthOnSuccess:!1}),I?.(x),a("embedded_wallet_recovery_completed",{walletAddress:x.address})}catch(U){Cp(U)?f("Invalid recovery password, please try again."):f("An error has occurred, please try again.")}finally{b(!1)}else return M("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!x&&P,children:"Recover your account"})]})]}),(0,ce.jsx)(Q,{}),(0,ce.jsx)(V,{protectedByPrivy:!0})]})},sg=Wr.default.div`
|
|
1078
1078
|
display: flex;
|
|
1079
1079
|
flex-direction: column;
|
|
1080
1080
|
align-items: center;
|
|
@@ -1107,7 +1107,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1107
1107
|
color: var(--privy-color-error);
|
|
1108
1108
|
text-align: left;
|
|
1109
1109
|
margin-top: 0.5rem;
|
|
1110
|
-
`,dg=(0,Wr.default)(
|
|
1110
|
+
`,dg=(0,Wr.default)(H)`
|
|
1111
1111
|
${e=>e.hideAnimations&&Wr.css`
|
|
1112
1112
|
&& {
|
|
1113
1113
|
// Remove animations because the recoverWallet task on the iframe partially
|
|
@@ -1171,7 +1171,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1171
1171
|
margin: 0 0.5rem;
|
|
1172
1172
|
`,Cg=Yt.default.div`
|
|
1173
1173
|
margin: 30px 0;
|
|
1174
|
-
`;var vu=require("ofetch"),xn=require("react");var Fa="moonpay",gu="sdk_fiat_on_ramp_completed_with_status";async function wu(e,t,o,r,n=!1){let i=o.currencyCode?{}:{defaultCurrencyCode:"ETH_ETHEREUM"},a=o.uiConfig||{accentColor:r.accent,theme:r.colorScheme};return e.signMoonpayOnRampUrl({address:t,useSandbox:n,config:{...o,...i,...a}})}async function bg(e,t){let o=t?Vc:zc,r=t?jc:$c;return(0,vu.ofetch)(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function Cu(e,t=!1){let[o,r]=(0,xn.useState)(null),{createAnalyticsEvent:n}=
|
|
1174
|
+
`;var vu=require("ofetch"),xn=require("react");var Fa="moonpay",gu="sdk_fiat_on_ramp_completed_with_status";async function wu(e,t,o,r,n=!1){let i=o.currencyCode?{}:{defaultCurrencyCode:"ETH_ETHEREUM"},a=o.uiConfig||{accentColor:r.accent,theme:r.colorScheme};return e.signMoonpayOnRampUrl({address:t,useSandbox:n,config:{...o,...i,...a}})}async function bg(e,t){let o=t?Vc:zc,r=t?jc:$c;return(0,vu.ofetch)(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function Cu(e,t=!1){let[o,r]=(0,xn.useState)(null),{createAnalyticsEvent:n}=A(),i=(0,xn.useRef)(0);return(0,xn.useEffect)(()=>{let a=setInterval(async()=>{if(e)try{let[s]=await bg(e,t),l=s.status==="waitingAuthorization"&&s.paymentMethod==="credit_debit_card"?"pending":s.status;r(l),["failed","completed","awaitingAuthorization"].includes(l)&&(n(gu,{status:l,provider:Fa,paymentMethod:s.paymentMethod,cardPaymentType:s.cardPaymentType,currency:s.currency?.code,baseCurrencyAmount:s.baseCurrencyAmount,quoteCurrencyAmount:s.quoteCurrencyAmount,feeAmount:s.feeAmount,extraFeeAmount:s.extraFeeAmount,networkFeeAmount:s.networkFeeAmount}),clearInterval(a))}catch(s){s.response?.status!==404&&(i.current+=1),i.current>=3&&(r("serviceFailure"),n(gu,{status:"serviceFailure",provider:Fa}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}var sr=require("react/jsx-runtime"),bu=()=>{let{app:e,data:t,navigate:o}=S(),{createAnalyticsEvent:r}=A(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:(0,sr.jsxs)(sr.Fragment,{children:[(0,sr.jsx)(T,{title:"Fund account"},"header"),(0,sr.jsx)(yu,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:Fa}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),(0,sr.jsx)(V,{protectedByPrivy:!0})]})};var Tn=require("@heroicons/react/24/solid"),Eu=require("react"),xl=_(require("styled-components"));var ne=require("react/jsx-runtime"),Pu=()=>{let{app:e,data:t}=S(),{closePrivyModal:o}=A(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=Cu(r||null,e.fiatOnRamp.useSandbox);return(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsx)(T,{title:"Fund account"},"header"),(0,ne.jsx)(Pg,{status:n,onClickCta:o}),(0,ne.jsx)(V,{protectedByPrivy:!0})]})},Eg=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,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsxs)("p",{children:["It looks like there was an issue with your payment. Please contact"," ",(0,ne.jsx)("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),(0,ne.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:""}}},Pg=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=(0,Eu.useMemo)(()=>Eg(e),[e]);return(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsxs)(kg,{children:[(0,ne.jsx)(Sg,{status:e}),(0,ne.jsxs)(Qo,{children:[(0,ne.jsx)("h3",{children:o}),(0,ne.jsx)(_g,{children:r})]})]}),n&&(0,ne.jsx)(H,{onClick:t,children:n})]})},xg=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)",Tg=e=>{switch(e){case"serviceFailure":case"failed":return Tn.XCircleIcon;case"completed":return Tn.CheckCircleIcon;case"waitingAuthorization":return()=>(0,ne.jsx)(Tn.ArrowsRightLeftIcon,{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}},Sg=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return(0,ne.jsxs)("div",{style:{position:"relative"},children:[(0,ne.jsx)(no,{color:r,style:{position:"absolute"}}),(0,ne.jsx)(al,{color:r}),(0,ne.jsx)(Ua,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=Tg(e),o=xg(e);return(0,ne.jsx)("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&(0,ne.jsx)(t,{width:"4rem",height:"4rem",color:o})})},_g=xl.default.p`
|
|
1175
1175
|
font-size: 1rem;
|
|
1176
1176
|
color: var(--privy-color-foreground-3);
|
|
1177
1177
|
margin-bottom: 1rem;
|
|
@@ -1221,7 +1221,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1221
1221
|
> :first-child > svg {
|
|
1222
1222
|
margin-top: 20px;
|
|
1223
1223
|
}
|
|
1224
|
-
`;var om=_(require("@heroicons/react/24/outline/EnvelopeIcon")),rm=_(require("@heroicons/react/24/outline/PhoneIcon")),nm=_(require("@heroicons/react/24/outline/UserCircleIcon")),Ci=require("react"),im=_(require("styled-components"));var Oo=require("react/jsx-runtime"),Au=({...e})=>(0,Oo.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[(0,Oo.jsxs)("g",{clipPath:"url(#clip0_2856_1743)",children:[(0,Oo.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,Oo.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,Oo.jsx)("defs",{children:(0,Oo.jsx)("clipPath",{id:"clip0_2856_1743",children:(0,Oo.jsx)("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});var Fu=_(require("@heroicons/react/24/outline/EnvelopeIcon")),Bu=require("react");var Uu=require("@heroicons/react/24/outline"),_n=require("react"),Va=_(require("styled-components"));var Ru=require("react"),Iu=require("react"),Wu=require("react"),_l=require("react"),Mu=require("react");var Ou=require("react/jsx-runtime"),Lu=(0,Mu.createContext)({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:
|
|
1224
|
+
`;var om=_(require("@heroicons/react/24/outline/EnvelopeIcon")),rm=_(require("@heroicons/react/24/outline/PhoneIcon")),nm=_(require("@heroicons/react/24/outline/UserCircleIcon")),Ci=require("react"),im=_(require("styled-components"));var Oo=require("react/jsx-runtime"),Au=({...e})=>(0,Oo.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[(0,Oo.jsxs)("g",{clipPath:"url(#clip0_2856_1743)",children:[(0,Oo.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,Oo.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,Oo.jsx)("defs",{children:(0,Oo.jsx)("clipPath",{id:"clip0_2856_1743",children:(0,Oo.jsx)("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});var Fu=_(require("@heroicons/react/24/outline/EnvelopeIcon")),Bu=require("react");var Uu=require("@heroicons/react/24/outline"),_n=require("react"),Va=_(require("styled-components"));var Ru=require("react"),Iu=require("react"),Wu=require("react"),_l=require("react"),Mu=require("react");var Ou=require("react/jsx-runtime"),Lu=(0,Mu.createContext)({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:E,setError:E,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:E,reset:E}),hi=class extends ht{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Nu=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=(0,Iu.useRef)(null),[i,a]=(0,_l.useState)(),[s,l]=(0,_l.useState)(),c=(0,Ru.useMemo)(()=>r?!i&&!s?{status:"loading"}:i&&!s?{status:"success",token:i}:s?{status:"error",error:s}:{status:"ready"}:{status:"disabled"},[r,i,s]);return(0,Ou.jsx)(Lu.Provider,{value:{...c,ref:n,enabled:r,siteKey:o,appId:t,setToken:a,setError:l,remove(){r&&(n.current?.remove(),l(void 0),a(void 0))},reset(){r&&(n.current?.reset(),l(void 0),a(void 0))},async waitForResult(){if(!r)return"";try{return await Xc(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new hi("Captcha failed",null,"captcha_timeout")}}},children:e})},so=()=>(0,Wu.useContext)(Lu);var Du=require("@marsidev/react-turnstile"),za=require("react");var kl=require("react/jsx-runtime"),Sn=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,ref:a}=so(),[,s]=(0,za.useMemo)(()=>o?.split("t:")||[],[o]);if((0,za.useEffect)(()=>a.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return(0,kl.jsx)("div",{className:"hidden h-0 w-0",children:(0,kl.jsx)(Du.Turnstile,{...e,ref:a,siteKey:s,options:{action:r,size:"invisible"},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed")},onSuccess:l=>{e.onSuccess?.(l),i(l)},onExpire:()=>{e.onExpire?.();try{a.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};var bt=require("react/jsx-runtime"),$a=(0,_n.forwardRef)((e,t)=>{let[o,r]=(0,_n.useState)(""),[n,i]=(0,_n.useState)(!1),[a,s]=(0,_n.useState)(null),{headless:l,initLoginWithEmail:c}=A(),{navigate:m}=S(),y=so(),C=Qc(o),f=n||y.status==="loading",P=n||!C||y.enabled&&y.status!=="success",b=()=>{let x=y.status==="success"?y.token:void 0;i(!0),c(o,x).then(()=>{y.remove(),m("AWAITING_PASSWORDLESS_CODE")}).catch(g=>{g?.status===422?s(g.message):g?.privyErrorCode==="allowlist_rejected"?m("ALLOWLIST_REJECTION_SCREEN"):(console.error(g),s("Issue submitting email")),i(!1)})};return(0,bt.jsxs)(bt.Fragment,{children:[(0,bt.jsxs)(Wg,{children:[(0,bt.jsxs)(Mg,{children:[(0,bt.jsx)(Uu.EnvelopeIcon,{}),(0,bt.jsx)("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:x=>r(x.target.value),onKeyUp:x=>{x.key==="Enter"&&b()},value:o,autoComplete:"email"}),e.stacked?null:(0,bt.jsx)(Ea,{isSubmitting:f,onClick:b,disabled:P,children:"Submit"})]}),a&&(0,bt.jsx)(Lg,{children:a})]}),!l&&(0,bt.jsx)(Sn,{onError:()=>s("Issue verifying you are a human")}),e.stacked?(0,bt.jsx)(H,{loadingText:null,loading:f,disabled:P,onClick:b,children:"Submit"}):null]})}),Wg=Va.default.div`
|
|
1225
1225
|
width: 100%;
|
|
1226
1226
|
`,Mg=Va.default.label`
|
|
1227
1227
|
display: block;
|
|
@@ -1293,7 +1293,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1293
1293
|
> a {
|
|
1294
1294
|
text-decoration: underline;
|
|
1295
1295
|
}
|
|
1296
|
-
`;var lo=require("react/jsx-runtime"),Hu=({isEditable:e,setIsEditable:t})=>{let o=(0,Bu.useRef)(null);return(0,lo.jsxs)(lo.Fragment,{children:[(0,lo.jsx)(Ro,{if:!e,children:(0,lo.jsx)($a,{ref:o})}),(0,lo.jsx)(Ro,{if:e,children:(0,lo.jsxs)(Re,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[(0,lo.jsx)(Fu.default,{})," Continue with Email"]})})]})};var qu=_(require("@heroicons/react/24/outline/PhoneIcon")),Ku=require("react");var Mr=require("react"),Ka=_(require("styled-components"));var Gu=_(require("libphonenumber-js/examples.mobile.json")),Et=require("libphonenumber-js/min"),qa=require("react/jsx-runtime");var yi=(e,t)=>(0,Et.isPossiblePhoneNumber)(String(e),t),ja=(e,t)=>`+${(0,Et.getCountryCallingCode)(t)} ${e}`,zu=e=>`*${e.replaceAll("-","").slice(-4)}`,Vu=e=>new Et.AsYouType(e),Ng=(0,Et.getCountries)().map(e=>({code:e,callCode:(0,Et.getCountryCallingCode)(e)})),$u=e=>(0,Et.getExampleNumber)(e,Gu.default)?.formatNational(),ju=({value:e,onChange:t})=>(0,qa.jsx)("select",{value:e,onChange:t,children:Ng.map(o=>(0,qa.jsxs)("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});var Pt=require("react/jsx-runtime"),kn=(0,Mr.forwardRef)((e,t)=>{let{navigate:o,app:r}=S(),n=so(),[
|
|
1296
|
+
`;var lo=require("react/jsx-runtime"),Hu=({isEditable:e,setIsEditable:t})=>{let o=(0,Bu.useRef)(null);return(0,lo.jsxs)(lo.Fragment,{children:[(0,lo.jsx)(Ro,{if:!e,children:(0,lo.jsx)($a,{ref:o})}),(0,lo.jsx)(Ro,{if:e,children:(0,lo.jsxs)(Re,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[(0,lo.jsx)(Fu.default,{})," Continue with Email"]})})]})};var qu=_(require("@heroicons/react/24/outline/PhoneIcon")),Ku=require("react");var Mr=require("react"),Ka=_(require("styled-components"));var Gu=_(require("libphonenumber-js/examples.mobile.json")),Et=require("libphonenumber-js/min"),qa=require("react/jsx-runtime");var yi=(e,t)=>(0,Et.isPossiblePhoneNumber)(String(e),t),ja=(e,t)=>`+${(0,Et.getCountryCallingCode)(t)} ${e}`,zu=e=>`*${e.replaceAll("-","").slice(-4)}`,Vu=e=>new Et.AsYouType(e),Ng=(0,Et.getCountries)().map(e=>({code:e,callCode:(0,Et.getCountryCallingCode)(e)})),$u=e=>(0,Et.getExampleNumber)(e,Gu.default)?.formatNational(),ju=({value:e,onChange:t})=>(0,qa.jsx)("select",{value:e,onChange:t,children:Ng.map(o=>(0,qa.jsxs)("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});var Pt=require("react/jsx-runtime"),kn=(0,Mr.forwardRef)((e,t)=>{let{navigate:o,app:r}=S(),{headless:n}=A(),i=so(),[a,s]=(0,Mr.useState)(""),[l,c]=(0,Mr.useState)(r?.intl.defaultCountry??"US"),[m,y]=(0,Mr.useState)(!1),[C,f]=(0,Mr.useState)(null),P=yi(a,l),b=Vu(l),x=$u(l),g=(0,Et.getCountryCallingCode)(l),I=m||i.status==="loading",L=m||!P||i.enabled&&i.status!=="success",M=g.length,W=U=>{let z=U.target.value;c(z),s(""),e.onChange&&e.onChange({rawPhoneNumber:a,qualifiedPhoneNumber:ja(a,z),countryCode:z,isValid:yi(a,l)})},R=U=>{try{let z=U.replace(/\D/g,""),F=a.replace(/\D/g,""),k=z===F?U:b.input(U);s(k),e.onChange&&e.onChange({rawPhoneNumber:k,qualifiedPhoneNumber:ja(U,l),countryCode:l,isValid:yi(U,l)})}catch(z){console.error("Error processing phone number:",z)}},N=async()=>{let U=i.status==="success"?i.token:void 0;y(!0);try{let z=ja(a,l);await e.onSubmit({rawPhoneNumber:a,qualifiedPhoneNumber:z,countryCode:l,isValid:yi(a,l),captchaToken:U})}catch(z){let F=z;F?.status===422||z.type==="twilio_verification_failed"?f(F.message):F?.privyErrorCode==="allowlist_rejected"?o("ALLOWLIST_REJECTION_SCREEN"):(console.error(z),f("Issue submitting phone number"))}finally{i.remove(),y(!1)}};return(0,Pt.jsxs)(Pt.Fragment,{children:[(0,Pt.jsxs)(Og,{children:[(0,Pt.jsxs)(Dg,{callingCodeLength:M,children:[(0,Pt.jsx)(ju,{value:l,onChange:W}),(0,Pt.jsx)("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:x,onChange:U=>{R(U.target.value)},onKeyUp:U=>{U.key==="Enter"&&N()},value:a,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?(0,Pt.jsx)(Ea,{isSubmitting:I,onClick:N,disabled:L,children:"Submit"}):null]}),C&&(0,Pt.jsx)(Ug,{children:C})]}),!n&&(0,Pt.jsx)(Sn,{onError:()=>f("Issue verifying you are a human")}),e.stacked&&!e.noIncludeSubmitButton?(0,Pt.jsx)(H,{loading:I,loadingText:null,onClick:N,disabled:L,children:"Submit"}):null]})}),Og=Ka.default.div`
|
|
1297
1297
|
width: 100%;
|
|
1298
1298
|
`,Dg=Ka.default.label`
|
|
1299
1299
|
--country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
|
|
@@ -1391,9 +1391,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1391
1391
|
> a {
|
|
1392
1392
|
text-decoration: underline;
|
|
1393
1393
|
}
|
|
1394
|
-
`;var co=require("react/jsx-runtime"),Yu=({isEditable:e,setIsEditable:t})=>{let o=(0,Ku.useRef)(null),{navigate:r}=S(),{initLoginWithSms:n}=R();async function i({qualifiedPhoneNumber:a,captchaToken:s}){await n(a,s),r("AWAITING_PASSWORDLESS_CODE")}return(0,co.jsxs)(co.Fragment,{children:[(0,co.jsx)(Ro,{if:!e,children:(0,co.jsx)(kn,{ref:o,onSubmit:i})}),(0,co.jsx)(Ro,{if:e,children:(0,co.jsxs)(Re,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[(0,co.jsx)(qu.default,{})," Continue with SMS"]})})]})};var Ju=require("react");var gi=require("react/jsx-runtime"),Ya=({style:e,...t})=>(0,gi.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,gi.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,gi.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 lr=require("react/jsx-runtime"),Ja=({style:e,...t})=>(0,lr.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,lr.jsx)("g",{clipPath:"url(#clip0)",children:(0,lr.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,lr.jsx)("defs",{children:(0,lr.jsx)("clipPath",{id:"clip0",children:(0,lr.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var Al=require("react/jsx-runtime"),Qa=({style:e,...t})=>(0,Al.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,Al.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:"currentColor"})});var Lr=require("react/jsx-runtime"),Za=({style:e,...t})=>(0,Lr.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,Lr.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,Lr.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,Lr.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,Lr.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 vi=require("react/jsx-runtime");function Xa({style:e,...t}){return(0,vi.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,vi.jsx)("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:(0,vi.jsx)("g",{transform:"scale(5.12,5.12)",children:(0,vi.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 An=require("react/jsx-runtime");function es(e){return(0,An.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,An.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,An.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,An.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:"currentColor"})]})}var Rl=require("react/jsx-runtime"),ts=({style:e,...t})=>(0,Rl.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,Rl.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:"currentColor"})});var po=require("react/jsx-runtime"),Fg={apple:{logo:(0,po.jsx)(Ya,{}),displayName:"Apple"},discord:{logo:(0,po.jsx)(Ja,{}),displayName:"Discord"},github:{logo:(0,po.jsx)(Qa,{}),displayName:"GitHub"},google:{logo:(0,po.jsx)(Za,{}),displayName:"Google"},linkedin:{logo:(0,po.jsx)(Xa,{}),displayName:"LinkedIn"},twitter:{logo:(0,po.jsx)(ts,{}),displayName:"Twitter"},tiktok:{logo:(0,po.jsx)(es,{}),displayName:"TikTok"}},cr=({provider:e})=>{let[t,o]=(0,Ju.useState)(!1),{initLoginWithOAuth:r}=R(),{displayName:n,logo:i}=Fg[e];return(0,po.jsxs)(Re,{onClick:()=>{o(!0),r(e),o(!1)},disabled:t,children:[i," ",n]})};var Qu=_(require("@heroicons/react/24/outline/ChevronRightIcon")),Zu=_(require("@heroicons/react/24/outline/WalletIcon"));var Rn=require("react/jsx-runtime"),Xu=({onClick:e,text:t})=>(0,Rn.jsxs)(Re,{onClick:e,children:[(0,Rn.jsx)(Zu.default,{}),(0,Rn.jsx)(Ra,{children:t}),(0,Rn.jsx)(Qu.default,{})]});var em=_(require("@heroicons/react/24/outline/ChevronRightIcon"));var wi=require("react/jsx-runtime"),tm=({onClick:e,text:t,icon:o})=>(0,wi.jsxs)(Re,{onClick:e,children:[o,(0,wi.jsx)(Ra,{children:t}),(0,wi.jsx)(em.default,{})]});var Y=require("react/jsx-runtime"),am=()=>{let{closePrivyModal:e,connectors:t}=R(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=S(),{email:n,sms:i,google:a,twitter:s,discord:l,github:c,tiktok:m,linkedin:y,apple:w,wallet:f}=o?.loginMethods??{},E=o?.appearance.loginGroupPriority||"web2-first",b=o?.appearance.hideDirectWeb2Inputs,[x,g]=(0,Ci.useState)("default"),[I,O]=(0,Ci.useState)(n?"email":"sms");(0,Ci.useEffect)(()=>{O(n?"email":"sms")},[n]);let L=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{g("default")},150)};r.current=L;let M=[n&&(0,Y.jsx)(Hu,{isEditable:I==="email",setIsEditable:()=>{O("email")}}),i&&(0,Y.jsx)(Yu,{isEditable:I==="sms",setIsEditable:()=>{O("sms")}})].filter(Boolean),A=[a&&(0,Y.jsx)(cr,{provider:"google"}),s&&(0,Y.jsx)(cr,{provider:"twitter"}),l&&(0,Y.jsx)(cr,{provider:"discord"}),c&&(0,Y.jsx)(cr,{provider:"github"}),m&&(0,Y.jsx)(cr,{provider:"tiktok"}),y&&(0,Y.jsx)(cr,{provider:"linkedin"}),w&&(0,Y.jsx)(cr,{provider:"apple"})].filter(Boolean),W=ul(o?.appearance.walletList??[],t,!1),U=x==="default"?void 0:()=>{g("default")},q=Hg({priority:E,email:n,sms:i,social:A}),G=Gg({priority:E,email:n,sms:i,social:A}),k=zg({priority:E,email:n,sms:i,social:A}),oe=(0,Y.jsx)(Xu,{text:k,onClick:()=>g("web3-overflow")}),ye=(0,Y.jsx)(tm,{text:q,icon:G,onClick:()=>g("web2-overflow")}),ke=b?0:1;return(0,Y.jsxs)(Y.Fragment,{children:[(0,Y.jsx)(T,{title:"Log in or Sign Up",onClose:L,backFn:U}),x==="default"&&(0,Y.jsx)(Bg,{}),(0,Y.jsx)(op,{style:{overflow:"hidden",padding:2},children:(0,Y.jsxs)(er,{children:[x==="default"&&E==="web2-first"&&(0,Y.jsxs)(Y.Fragment,{children:[...M,...A.length+M.length>4?A.slice(0,3-M.length):A,M.length+A.length>4&&ye,f&&oe]}),x==="default"&&E==="web3-first"&&(0,Y.jsxs)(Y.Fragment,{children:[f&&(0,Y.jsxs)(Y.Fragment,{children:[...W.length>4?W.slice(0,3):W,W.length>4&&oe]}),M.length+A.length>ke&&ye,M.length+A.length===ke&&M.length?M[0]:null,M.length+A.length===ke&&A.length?A[0]:null]}),x==="web2-overflow"&&(0,Y.jsxs)(Y.Fragment,{children:[...E==="web3-first"?M:[],...A]}),...x==="web3-overflow"?W:[]]})}),o&&(0,Y.jsx)(_a,{app:o}),(0,Y.jsx)(z,{protectedByPrivy:!0})]})},Bg=(0,im.default)(Ia)`
|
|
1394
|
+
`;var co=require("react/jsx-runtime"),Yu=({isEditable:e,setIsEditable:t})=>{let o=(0,Ku.useRef)(null),{navigate:r}=S(),{initLoginWithSms:n}=A();async function i({qualifiedPhoneNumber:a,captchaToken:s}){await n(a,s),r("AWAITING_PASSWORDLESS_CODE")}return(0,co.jsxs)(co.Fragment,{children:[(0,co.jsx)(Ro,{if:!e,children:(0,co.jsx)(kn,{ref:o,onSubmit:i})}),(0,co.jsx)(Ro,{if:e,children:(0,co.jsxs)(Re,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[(0,co.jsx)(qu.default,{})," Continue with SMS"]})})]})};var Ju=require("react");var gi=require("react/jsx-runtime"),Ya=({style:e,...t})=>(0,gi.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,gi.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,gi.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 lr=require("react/jsx-runtime"),Ja=({style:e,...t})=>(0,lr.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,lr.jsx)("g",{clipPath:"url(#clip0)",children:(0,lr.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,lr.jsx)("defs",{children:(0,lr.jsx)("clipPath",{id:"clip0",children:(0,lr.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var Al=require("react/jsx-runtime"),Qa=({style:e,...t})=>(0,Al.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,Al.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:"currentColor"})});var Lr=require("react/jsx-runtime"),Za=({style:e,...t})=>(0,Lr.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,Lr.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,Lr.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,Lr.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,Lr.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 vi=require("react/jsx-runtime");function Xa({style:e,...t}){return(0,vi.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,vi.jsx)("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:(0,vi.jsx)("g",{transform:"scale(5.12,5.12)",children:(0,vi.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 An=require("react/jsx-runtime");function es(e){return(0,An.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,An.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,An.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,An.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:"currentColor"})]})}var Rl=require("react/jsx-runtime"),ts=({style:e,...t})=>(0,Rl.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,Rl.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:"currentColor"})});var po=require("react/jsx-runtime"),Fg={apple:{logo:(0,po.jsx)(Ya,{}),displayName:"Apple"},discord:{logo:(0,po.jsx)(Ja,{}),displayName:"Discord"},github:{logo:(0,po.jsx)(Qa,{}),displayName:"GitHub"},google:{logo:(0,po.jsx)(Za,{}),displayName:"Google"},linkedin:{logo:(0,po.jsx)(Xa,{}),displayName:"LinkedIn"},twitter:{logo:(0,po.jsx)(ts,{}),displayName:"Twitter"},tiktok:{logo:(0,po.jsx)(es,{}),displayName:"TikTok"}},cr=({provider:e})=>{let[t,o]=(0,Ju.useState)(!1),{initLoginWithOAuth:r}=A(),{displayName:n,logo:i}=Fg[e];return(0,po.jsxs)(Re,{onClick:()=>{o(!0),r(e),o(!1)},disabled:t,children:[i," ",n]})};var Qu=_(require("@heroicons/react/24/outline/ChevronRightIcon")),Zu=_(require("@heroicons/react/24/outline/WalletIcon"));var Rn=require("react/jsx-runtime"),Xu=({onClick:e,text:t})=>(0,Rn.jsxs)(Re,{onClick:e,children:[(0,Rn.jsx)(Zu.default,{}),(0,Rn.jsx)(Ra,{children:t}),(0,Rn.jsx)(Qu.default,{})]});var em=_(require("@heroicons/react/24/outline/ChevronRightIcon"));var wi=require("react/jsx-runtime"),tm=({onClick:e,text:t,icon:o})=>(0,wi.jsxs)(Re,{onClick:e,children:[o,(0,wi.jsx)(Ra,{children:t}),(0,wi.jsx)(em.default,{})]});var Y=require("react/jsx-runtime"),am=()=>{let{closePrivyModal:e,connectors:t}=A(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=S(),{email:n,sms:i,google:a,twitter:s,discord:l,github:c,tiktok:m,linkedin:y,apple:C,wallet:f}=o?.loginMethods??{},P=o?.appearance.loginGroupPriority||"web2-first",b=o?.appearance.hideDirectWeb2Inputs,[x,g]=(0,Ci.useState)("default"),[I,L]=(0,Ci.useState)(n?"email":"sms");(0,Ci.useEffect)(()=>{L(n?"email":"sms")},[n]);let M=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{g("default")},150)};r.current=M;let W=[n&&(0,Y.jsx)(Hu,{isEditable:I==="email",setIsEditable:()=>{L("email")}}),i&&(0,Y.jsx)(Yu,{isEditable:I==="sms",setIsEditable:()=>{L("sms")}})].filter(Boolean),R=[a&&(0,Y.jsx)(cr,{provider:"google"}),s&&(0,Y.jsx)(cr,{provider:"twitter"}),l&&(0,Y.jsx)(cr,{provider:"discord"}),c&&(0,Y.jsx)(cr,{provider:"github"}),m&&(0,Y.jsx)(cr,{provider:"tiktok"}),y&&(0,Y.jsx)(cr,{provider:"linkedin"}),C&&(0,Y.jsx)(cr,{provider:"apple"})].filter(Boolean),N=ul(o?.appearance.walletList??[],t,!1),U=x==="default"?void 0:()=>{g("default")},z=Hg({priority:P,email:n,sms:i,social:R}),F=Gg({priority:P,email:n,sms:i,social:R}),k=zg({priority:P,email:n,sms:i,social:R}),oe=(0,Y.jsx)(Xu,{text:k,onClick:()=>g("web3-overflow")}),ye=(0,Y.jsx)(tm,{text:z,icon:F,onClick:()=>g("web2-overflow")}),ke=b?0:1;return(0,Y.jsxs)(Y.Fragment,{children:[(0,Y.jsx)(T,{title:"Log in or Sign Up",onClose:M,backFn:U}),x==="default"&&(0,Y.jsx)(Bg,{}),(0,Y.jsx)(op,{style:{overflow:"hidden",padding:2},children:(0,Y.jsxs)(er,{children:[x==="default"&&P==="web2-first"&&(0,Y.jsxs)(Y.Fragment,{children:[...W,...R.length+W.length>4?R.slice(0,3-W.length):R,W.length+R.length>4&&ye,f&&oe]}),x==="default"&&P==="web3-first"&&(0,Y.jsxs)(Y.Fragment,{children:[f&&(0,Y.jsxs)(Y.Fragment,{children:[...N.length>4?N.slice(0,3):N,N.length>4&&oe]}),W.length+R.length>ke&&ye,W.length+R.length===ke&&W.length?W[0]:null,W.length+R.length===ke&&R.length?R[0]:null]}),x==="web2-overflow"&&(0,Y.jsxs)(Y.Fragment,{children:[...P==="web3-first"?W:[],...R]}),...x==="web3-overflow"?N:[]]})}),o&&(0,Y.jsx)(_a,{app:o}),(0,Y.jsx)(V,{protectedByPrivy:!0})]})},Bg=(0,im.default)(Ia)`
|
|
1395
1395
|
margin-bottom: 16px;
|
|
1396
|
-
`,Hg=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"?"Other socials":t&&o&&r.length>0||t&&r.length>0?"Log in with email or socials":o&&r.length>0?"Log in with sms or socials":t&&o?"Continue with email or sms":t?"Continue with email":o?"Continue with sms":"Log in with a social account",Gg=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?(0,Y.jsx)(nm.default,{}):t&&o?(0,Y.jsx)(Au,{}):t?(0,Y.jsx)(om.default,{}):o?(0,Y.jsx)(rm.default,{}):null,zg=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";var sm=require("@heroicons/react/24/outline");var xt=require("react/jsx-runtime"),lm=()=>{let{app:e}=S();return(0,xt.jsxs)(xt.Fragment,{children:[(0,xt.jsx)(T,{},"header"),(0,xt.jsx)(J,{}),(0,xt.jsx)(Ae,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:(0,xt.jsx)(sm.EnvelopeIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),(0,xt.jsx)(Jo,{children:(0,xt.jsx)($a,{stacked:!0})}),(0,xt.jsx)(Q,{}),(0,xt.jsx)(
|
|
1396
|
+
`,Hg=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"?"Other socials":t&&o&&r.length>0||t&&r.length>0?"Log in with email or socials":o&&r.length>0?"Log in with sms or socials":t&&o?"Continue with email or sms":t?"Continue with email":o?"Continue with sms":"Log in with a social account",Gg=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?(0,Y.jsx)(nm.default,{}):t&&o?(0,Y.jsx)(Au,{}):t?(0,Y.jsx)(om.default,{}):o?(0,Y.jsx)(rm.default,{}):null,zg=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";var sm=require("@heroicons/react/24/outline");var xt=require("react/jsx-runtime"),lm=()=>{let{app:e}=S();return(0,xt.jsxs)(xt.Fragment,{children:[(0,xt.jsx)(T,{},"header"),(0,xt.jsx)(J,{}),(0,xt.jsx)(Ae,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:(0,xt.jsx)(sm.EnvelopeIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),(0,xt.jsx)(Jo,{children:(0,xt.jsx)($a,{stacked:!0})}),(0,xt.jsx)(Q,{}),(0,xt.jsx)(V,{protectedByPrivy:!0})]})};var cm=require("@heroicons/react/24/outline");var Tt=require("react/jsx-runtime"),dm=()=>{let{app:e,navigate:t}=S(),{initLoginWithSms:o}=A();async function r({qualifiedPhoneNumber:n,captchaToken:i}){await o(n,i),t("AWAITING_PASSWORDLESS_CODE")}return(0,Tt.jsxs)(Tt.Fragment,{children:[(0,Tt.jsx)(T,{},"header"),(0,Tt.jsx)(J,{}),(0,Tt.jsx)(Ae,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:(0,Tt.jsx)(cm.PhoneIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),(0,Tt.jsx)(Jo,{children:(0,Tt.jsx)(kn,{stacked:!0,onSubmit:r})}),(0,Tt.jsx)(Q,{}),(0,Tt.jsx)(V,{protectedByPrivy:!0})]})};var uo=require("react/jsx-runtime"),pm=()=>{let{linkingHint:e}=A(),{app:t}=S(),o=e?`Select the wallet with ${$o(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return(0,uo.jsxs)(uo.Fragment,{children:[(0,uo.jsx)(T,{},"header"),(0,uo.jsx)(Zo,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),(0,uo.jsx)(er,{children:(0,uo.jsx)(ln,{connectOnly:!1})}),(0,uo.jsx)(V,{protectedByPrivy:!0})]})};var bi=require("react/jsx-runtime"),um=({style:e,...t})=>(0,bi.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,bi.jsx)("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),(0,bi.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 ut=require("react/jsx-runtime"),mm=()=>{let{closePrivyModal:e}=A(),{navigate:t}=S();return(0,ut.jsxs)(ut.Fragment,{children:[(0,ut.jsx)(T,{},"header"),(0,ut.jsx)(J,{}),(0,ut.jsx)(um,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),(0,ut.jsx)(Zo,{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,ut.jsxs)(Jo,{children:[(0,ut.jsx)(H,{onClick:()=>t("LANDING"),children:"Try again"}),(0,ut.jsx)(_o,{onClick:()=>e(),children:"Cancel"})]}),(0,ut.jsx)(Q,{}),(0,ut.jsx)(V,{protectedByPrivy:!0})]})};var Bl=require("@heroicons/react/20/solid"),Do=require("@heroicons/react/24/outline"),fo=require("@heroicons/react/24/solid"),cs=require("@heroicons/react/24/solid"),ds=require("@heroicons/react/24/solid"),_t=require("react");var hm=require("react"),ym=_(require("styled-components"));var Il=require("react/jsx-runtime"),os=({style:e,color:t,...o})=>(0,Il.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},...o,children:(0,Il.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});var rs=require("react/jsx-runtime"),fm=({color:e,...t})=>(0,rs.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,rs.jsx)("g",{children:(0,rs.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 Ei=require("react/jsx-runtime"),gm=e=>{let[t,o]=(0,hm.useState)(!1);return(0,Ei.jsxs)(Vg,{onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?(0,Ei.jsx)(os,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):(0,Ei.jsx)(fm,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Vg=ym.default.button`
|
|
1397
1397
|
display: flex;
|
|
1398
1398
|
align-items: center;
|
|
1399
1399
|
gap: 6px;
|
|
@@ -1431,7 +1431,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1431
1431
|
width: 14px;
|
|
1432
1432
|
height: 14px;
|
|
1433
1433
|
}
|
|
1434
|
-
`;var ns=require("react"),Pm=require("react-device-detect"),Ml=_(require("styled-components"));var
|
|
1434
|
+
`;var ns=require("react"),Pm=require("react-device-detect"),Ml=_(require("styled-components"));var GT=require("wicg-inert"),Pi=require("react"),vm=require("react"),xi=_(require("styled-components"));var Nr=require("react/jsx-runtime"),$g=({children:e,open:t,onClick:o,...r})=>{let n=(0,Pi.useRef)(null);return(0,vm.useEffect)(()=>{let i=document.getElementById("root")??document.getElementById("__next");t?(i&&i.setAttribute("inert","true"),n.current&&(document.body.style.touchAction="none",document.body.style.overflow="hidden"),n.current?.show()):(i&&i.removeAttribute("inert"),n.current?.close(),document.body.style.removeProperty("touch-action"),document.body.style.removeProperty("overflow"))},[t]),(0,Nr.jsxs)(Nr.Fragment,{children:[(0,Nr.jsx)(jg,{className:t?"open":"",onClick:o}),(0,Nr.jsx)("dialog",{role:"dialog",...r,ref:n,children:e})]})},wm=e=>{let{closePrivyModal:t}=A(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=S(),n=(0,Pi.useCallback)(()=>{if(e)e();else if(r?.current)r.current(),r.current=null;else return t({shouldCallAuthOnSuccess:!1})},[t]),i=(0,Pi.useCallback)(a=>{a.key==="Escape"&&o?.render.inDialog&&n()},[o?.render.inDialog,n]);return{gracefulClosePrivyModal:n,onEscape:i}},In=xi.default.div`
|
|
1435
1435
|
display: flex;
|
|
1436
1436
|
flex-direction: column;
|
|
1437
1437
|
text-align: center;
|
|
@@ -1541,7 +1541,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1541
1541
|
align-items: center;
|
|
1542
1542
|
justify-content: center;
|
|
1543
1543
|
height: 100%;
|
|
1544
|
-
`;var mo=require("react/jsx-runtime"),Ti=6,qg=new Array(Ti).fill("");function Kg(e){return e.replace(/\s+/g,"")}function Wl(e){return/^[0-9]{1}$/.test(e)}function Em(e){return e.length===Ti&&e.every(Wl)}function Yg(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var Wn=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=(0,ns.useState)(qg),[a,s]=(0,ns.useState)(null),[l,c]=(0,ns.useState)(null),m=async
|
|
1544
|
+
`;var mo=require("react/jsx-runtime"),Ti=6,qg=new Array(Ti).fill("");function Kg(e){return e.replace(/\s+/g,"")}function Wl(e){return/^[0-9]{1}$/.test(e)}function Em(e){return e.length===Ti&&e.every(Wl)}function Yg(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var Wn=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=(0,ns.useState)(qg),[a,s]=(0,ns.useState)(null),[l,c]=(0,ns.useState)(null),m=async P=>{P.preventDefault();let b=Kg(P.currentTarget.value);if(b==="")return;let x=Yg(n,Wl),g=b.split(""),I=!g.every(Wl),L=g.length+x>Ti;if(I){s("Passcode can only be numbers"),c(1);return}if(L){s("Passcode must be exactly 6 numbers"),c(1);return}s(null),c(null);let M=Number(P.currentTarget.name?.charAt(4)),W=[...b||[""]].slice(0,Ti-M),R=[...n.slice(0,M),...W,...n.slice(M+W.length)];i(R);let N=W.length,U=Math.min(Math.max(M+N,0),Ti-1);if(document.querySelector(`input[name=pin-${U}]`)?.focus(),Em(R))try{await e(R.join("")),document.querySelector(`input[name=pin-${U}]`)?.blur()}catch(F){c(1),s(F.message)}else try{await e(null)}catch(F){c(1),s(F.message)}},y=P=>{l===1&&(s(null),c(null));let b=[...n.slice(0,P),"",...n.slice(P+1)];i(b),P>0&&document.querySelector(`input[name=pin-${P-1}]`)?.focus(),Em(b)?e(b.join("")):e(null)},f=r?"success":!!(o||a)?"fail":"";return(0,mo.jsx)(mo.Fragment,{children:(0,mo.jsxs)(Jg,{children:[(0,mo.jsx)("div",{children:n.map((P,b)=>(0,mo.jsx)("input",{name:`pin-${b}`,type:"text",value:n[b],onChange:m,onKeyUp:x=>{x.key==="Backspace"&&y(b)},inputMode:"numeric",autoFocus:b===0,pattern:"[0-9]",className:f,autoComplete:Pm.isMobile?"one-time-code":"off",disabled:t},b))}),(0,mo.jsx)("div",{children:(0,mo.jsx)(Qg,{fail:!!o||!!a,children:o||a})})]})})},Jg=Ml.default.div`
|
|
1545
1545
|
display: flex;
|
|
1546
1546
|
flex-direction: column;
|
|
1547
1547
|
width: 100%;
|
|
@@ -1818,7 +1818,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1818
1818
|
width: auto !important;
|
|
1819
1819
|
color: white;
|
|
1820
1820
|
}
|
|
1821
|
-
`;var p=require("react/jsx-runtime"),Fm=()=>{let{user:e,enrollInMfa:t}=
|
|
1821
|
+
`;var p=require("react/jsx-runtime"),Fm=()=>{let{user:e,enrollInMfa:t}=q(),[o,r]=(0,_t.useState)(!1),[n,i]=(0,_t.useState)(null),[a,s]=(0,_t.useState)(null),{unenrollWithSms:l,unenrollWithTotp:c}=Mn(),{app:m,ready:y,data:C,onUserCloseViaDialogOrKeybindRef:f}=S(),{closePrivyModal:P}=A(),b=so(),{promptMfa:x}=Or(),g=()=>{b.remove(),P({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{s(null),i(null)},500)};f.current=g;let I=e?.mfaMethods.includes("sms"),L=!!e?.phone,M=e?.mfaMethods.includes("totp"),W=I||M;(0,_t.useEffect)(()=>{W&&r(!0)},[W]);function R(){s(null),i(null)}function N(){r(!1)}async function U(oe){await x(),i(oe)}if(!y||!e||!m)return(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(T,{onClose:g},"header"),(0,p.jsx)(Qe,{children:(0,p.jsx)(_m,{})}),(0,p.jsx)(dr,{children:(0,p.jsx)(no,{})}),(0,p.jsx)(Z,{})]});async function z(){s(null);try{await l()}catch{s(null)}}async function F(){s(null);try{await c()}catch{s(null)}}if(a==="sms")return(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(T,{backFn:R,onClose:g},"header"),(0,p.jsx)(Qe,{children:(0,p.jsx)(it,{children:(0,p.jsx)(fo.PhoneIcon,{})})}),(0,p.jsx)(Ze,{children:"Remove SMS verification?"}),(0,p.jsxs)(ze,{children:["MFA adds an extra layer of security to your ",m?.name," account. Make sure you have other methods to secure your account."]}),(0,p.jsx)(pr,{children:(0,p.jsx)(H,{warn:!0,onClick:z,children:"Remove SMS for MFA"})}),(0,p.jsx)(Z,{})]});if(a==="totp")return(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(T,{backFn:R,onClose:g},"header"),(0,p.jsx)(Qe,{children:(0,p.jsx)(it,{children:(0,p.jsx)(fo.DevicePhoneMobileIcon,{})})}),(0,p.jsx)(Ze,{children:"Remove Authenticator App verification?"}),(0,p.jsxs)(ze,{children:["MFA adds an extra layer of security to your ",m?.name," account. Make sure you have other methods to secure your account."]}),(0,p.jsx)(pr,{children:(0,p.jsx)(H,{warn:!0,onClick:F,children:"Remove Authenticator App for MFA"})}),(0,p.jsx)(Z,{})]});if(C.mfaEnrollmentFlow.mfaMethods.length===0&&!W)return(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(T,{onClose:g},"header"),(0,p.jsx)(Qe,{children:(0,p.jsx)(it,{children:(0,p.jsx)(cs.ShieldCheckIcon,{})})}),(0,p.jsx)(Ze,{children:"Add more security"}),(0,p.jsxs)(ze,{children:[m?.name," does not have any verification methods enabled."]}),(0,p.jsx)(pr,{children:(0,p.jsx)(H,{onClick:g,children:"Close"})}),(0,p.jsx)(Z,{})]});let k=!W&&!o;if(k)return(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(T,{onClose:g},"header"),(0,p.jsx)(Qe,{children:(0,p.jsx)(it,{children:(0,p.jsx)(cs.ShieldCheckIcon,{})})}),(0,p.jsx)(Ze,{children:"Transaction Protection"}),(0,p.jsx)(ze,{children:"Set up transaction protection to add an extra layer of security to your account"}),(0,p.jsxs)(Dm,{children:[(0,p.jsxs)(Dl,{children:[(0,p.jsx)(Ol,{children:(0,p.jsx)(ds.CheckBadgeIcon,{})}),"Enable 2-Step verification for your ",m?.name," wallet."]}),(0,p.jsxs)(Dl,{children:[(0,p.jsx)(Ol,{children:(0,p.jsx)(ds.IdentificationIcon,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),(0,p.jsxs)(pr,{children:[(0,p.jsx)(H,{onClick:()=>r(!0),children:"Continue"}),(0,p.jsx)(_o,{onClick:g,children:"Not now"})]}),(0,p.jsx)(Z,{})]});switch(n){case"sms":return(0,p.jsx)(a1,{onComplete:g,onReset:R,onClose:g});case"totp":return(0,p.jsx)(s1,{onComplete:g,onClose:g,onReset:R});default:return(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(T,{backFn:k?N:void 0,onClose:g},"header"),(0,p.jsx)(Qe,{children:(0,p.jsx)(it,{children:(0,p.jsx)(cs.ShieldCheckIcon,{})})}),(0,p.jsx)(Ze,{children:"Choose a verification method"}),W?(0,p.jsx)(ze,{children:"To add or delete verification methods, verification is required."}):(0,p.jsx)(ze,{children:"How would you like to verify your identity? You can change this later."}),(0,p.jsxs)(is,{children:[(C.mfaEnrollmentFlow.mfaMethods.includes("totp")||M)&&(0,p.jsxs)(as,{children:[(0,p.jsx)(Re,{disabled:M,onClick:()=>U("totp"),children:(0,p.jsxs)(ls,{children:[(0,p.jsxs)(ss,{children:[(0,p.jsx)(Do.DevicePhoneMobileIcon,{}),"Authenticator App"]}),M?(0,p.jsxs)(Ln,{children:[(0,p.jsx)(Bl.CheckIcon,{}),"Added"]}):(0,p.jsx)(Ln,{children:"Recommended"})]})}),M&&(0,p.jsx)(Ul,{id:"remove",onClick:()=>s("totp"),children:(0,p.jsx)(Do.TrashIcon,{})})]},"totp"),(C.mfaEnrollmentFlow.mfaMethods.includes("sms")||I)&&(0,p.jsxs)(as,{children:[(0,p.jsx)(Re,{disabled:I||L,onClick:()=>U("sms"),children:(0,p.jsxs)(ls,{children:[(0,p.jsxs)(ss,{children:[(0,p.jsx)(Do.PhoneIcon,{}),"SMS"]}),I&&(0,p.jsxs)(Ln,{children:[(0,p.jsx)(Bl.CheckIcon,{}),"Added"]}),L&&(0,p.jsx)(Ln,{children:"Disabled"})]})}),I&&(0,p.jsx)(Ul,{id:"remove",onClick:()=>s("sms"),children:(0,p.jsx)(Do.TrashIcon,{})})]},"sms"),(0,p.jsx)(as,{children:(0,p.jsx)(Re,{disabled:!0,children:(0,p.jsxs)(ls,{children:[(0,p.jsxs)(ss,{children:[(0,p.jsx)(Do.FingerPrintIcon,{}),"Passkey"]}),(0,p.jsx)(Ln,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),(0,p.jsx)(Z,{})]})}},a1=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=(0,_t.useState)(""),[i,a]=(0,_t.useState)(!1),[s,l]=(0,_t.useState)("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:m}=Mn(),{app:y,data:C}=S();function f(){C?.mfaEnrollmentFlow?.onSuccess(),e()}async function P({qualifiedPhoneNumber:g}){await c({phoneNumber:g}),n(g),l("verify")}async function b(g){try{if(!g)return;await m({phoneNumber:r,mfaCode:g}),a(!0)}catch(I){throw vl(I)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):kr(I)?new Error("The code you entered is not valid"):_r(I)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):wl(I)?new Error("Verification canceled"):new Error("Unknown error")}}function x(){s==="verify"?l("enroll"):t()}return s==="enroll"?(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(T,{backFn:t,onClose:o},"header"),(0,p.jsx)(Qe,{children:(0,p.jsx)(it,{children:(0,p.jsx)(fo.PhoneIcon,{})})}),(0,p.jsx)(Ze,{children:"Set up SMS verification"}),(0,p.jsx)(ze,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),(0,p.jsxs)(dr,{children:[(0,p.jsx)(kn,{onSubmit:P}),(0,p.jsxs)(Um,{children:["By providing your mobile number, you agree to receive text messages from ",y?.name,". Some carrier charges may apply"]})]}),(0,p.jsx)(Z,{})]}):i?(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(T,{onClose:f},"header"),(0,p.jsx)(Qe,{children:(0,p.jsx)(it,{status:"success",children:(0,p.jsx)(fo.CheckCircleIcon,{})})}),(0,p.jsx)(Ze,{children:"SMS verification added"}),(0,p.jsx)(ze,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),(0,p.jsx)(pr,{children:(0,p.jsx)(H,{onClick:f,children:"Done"})}),(0,p.jsx)(Z,{})]}):(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(T,{backFn:x,onClose:o},"header"),(0,p.jsx)(Qe,{children:(0,p.jsx)(it,{children:(0,p.jsx)(fo.PhoneIcon,{})})}),(0,p.jsx)(Ze,{children:"Enter enrollment code"}),(0,p.jsxs)(dr,{children:[(0,p.jsx)(Wn,{onChange:b}),(0,p.jsxs)(ze,{children:["To continue, enter the 6-digit code sent to ",(0,p.jsx)("strong",{children:zu(r)})]})]}),(0,p.jsx)(Z,{})]})},s1=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=(0,_t.useState)("enroll"),[i,a]=(0,_t.useState)(null),[s,l]=(0,_t.useState)(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:m}=Mn(),{data:y}=S();(0,_t.useEffect)(()=>{a(null),c().then(x=>{a(x)}).catch(()=>{a(null),o()})},[]);function C(){y?.mfaEnrollmentFlow?.onSuccess(),e()}function f(){n("verify")}async function P(x){try{if(!x)return;await m({mfaCode:x}),l(!0)}catch(g){throw vl(g)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):kr(g)?new Error("The code you entered is not valid"):_r(g)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):wl(g)?new Error("Verification canceled"):new Error("Unknown error")}}function b(){r==="verify"?n("enroll"):o()}return r==="enroll"?(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(T,{backFn:o,onClose:t},"header"),(0,p.jsx)(Ze,{children:"Scan QR code"}),(0,p.jsx)(ze,{children:"Open your authenticator app and scan the QR code to continue."}),(0,p.jsx)(Vd,{children:i?.authUrl?(0,p.jsx)(Nm,{authUrl:i.authUrl,size:200}):(0,p.jsx)(no,{})}),(0,p.jsxs)(pr,{children:[(0,p.jsx)(ko,{children:i?.secret&&(0,p.jsx)(gm,{itemName:"secret",text:i.secret})}),(0,p.jsx)(H,{onClick:f,children:"Continue"})]}),(0,p.jsx)(Z,{})]}):s?(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(T,{onClose:C},"header"),(0,p.jsx)(Qe,{children:(0,p.jsx)(it,{status:"success",children:(0,p.jsx)(fo.CheckCircleIcon,{})})}),(0,p.jsx)(Ze,{children:"Authenticator app verification added"}),(0,p.jsx)(ze,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),(0,p.jsx)(pr,{children:(0,p.jsx)(H,{onClick:C,children:"Done"})}),(0,p.jsx)(Z,{})]}):(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(T,{backFn:b,onClose:t},"header"),(0,p.jsx)(Qe,{children:(0,p.jsx)(it,{children:(0,p.jsx)(fo.DevicePhoneMobileIcon,{})})}),(0,p.jsx)(Ze,{children:"Enter enrollment code"}),(0,p.jsx)(dr,{children:(0,p.jsx)(Wn,{onChange:P})}),(0,p.jsxs)(ze,{children:["To continue, enter the 6-digit code generated from your ",(0,p.jsx)("strong",{children:"authenticator app"})]}),(0,p.jsx)(Z,{})]})};var As=require("@heroicons/react/24/outline"),Rs=require("@heroicons/react/24/solid"),vf=require("@heroicons/react/24/solid"),Hn=require("react");var yf=require("@ethersproject/providers"),Ur=require("react"),gf=_(require("styled-components"));var ql=_(require("styled-components"));var Hl=_(require("styled-components")),_i=require("react/jsx-runtime"),ps=({label:e,children:t,valueStyles:o})=>(0,_i.jsxs)(l1,{children:[(0,_i.jsx)("div",{children:e}),(0,_i.jsx)(c1,{style:{...o},children:t})]}),l1=Hl.default.div`
|
|
1822
1822
|
display: flex;
|
|
1823
1823
|
align-items: center;
|
|
1824
1824
|
justify-content: space-between;
|
|
@@ -1842,7 +1842,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1842
1842
|
border-radius: var(--privy-border-radius-full);
|
|
1843
1843
|
background-color: var(--privy-color-background-2);
|
|
1844
1844
|
padding: 4px 8px;
|
|
1845
|
-
`;var Ai=_(require("styled-components"));var Gl=require("@ethersproject/bignumber"),zl=require("@ethersproject/units");var ki=(e,t)=>{let o=(t*parseFloat((0,zl.formatEther)(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},ho=(e,t,o=6,r=!1)=>{let i=parseFloat((0,zl.formatEther)(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},Vl=e=>e.map(Ee).reduce((t,o)=>t.add(o),Gl.BigNumber.from(0)).toHexString(),Bm=(e,t)=>{let{chains:o}=
|
|
1845
|
+
`;var Ai=_(require("styled-components"));var Gl=require("@ethersproject/bignumber"),zl=require("@ethersproject/units");var ki=(e,t)=>{let o=(t*parseFloat((0,zl.formatEther)(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},ho=(e,t,o=6,r=!1)=>{let i=parseFloat((0,zl.formatEther)(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},Vl=e=>e.map(Ee).reduce((t,o)=>t.add(o),Gl.BigNumber.from(0)).toHexString(),Bm=(e,t)=>{let{chains:o}=A(),r=`https://etherscan.io/address/${t}`,n=`${od(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},Ee=e=>Gl.BigNumber.from(e);var yo=require("react/jsx-runtime"),Hm=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Vl(e),n=t?ki(r,t):void 0,i=ho(r,o);return(0,yo.jsx)(Gm,{children:n||i})},$l=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Vl(e),n=t?ki(r,t):void 0,i=ho(r,o);return(0,yo.jsx)(Gm,{children:n?(0,yo.jsxs)(yo.Fragment,{children:[(0,yo.jsx)(d1,{children:"USD"}),n==="<$0.01"?(0,yo.jsxs)(u1,{children:[(0,yo.jsx)(p1,{children:"<"}),"$0.01"]}):n]}):i})},Gm=Ai.default.span`
|
|
1846
1846
|
font-size: 14px;
|
|
1847
1847
|
line-height: 140%;
|
|
1848
1848
|
display: flex;
|
|
@@ -1986,7 +1986,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1986
1986
|
overflow: hidden;
|
|
1987
1987
|
max-width: 275px;
|
|
1988
1988
|
text-overflow: ellipsis;
|
|
1989
|
-
`;var rf=require("@heroicons/react/24/outline"),fs=_(require("styled-components"));var Dr=require("react/jsx-runtime"),nf=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=
|
|
1989
|
+
`;var rf=require("@heroicons/react/24/outline"),fs=_(require("styled-components"));var Dr=require("react/jsx-runtime"),nf=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=A(),a=i(t.chainId)||"ETH";return(0,Dr.jsxs)(k1,{children:[(0,Dr.jsxs)(A1,{children:[(0,Dr.jsx)(rf.WalletIcon,{strokeWidth:"2",width:"16px",height:"16px"}),(0,Dr.jsx)("div",{children:$o(e)})]}),(0,Dr.jsxs)(R1,{displayBalanceColor:n,hasFunds:r,children:[o?ho(o,a,6,!0):0," available"]})]})},k1=fs.default.div`
|
|
1990
1990
|
display: flex;
|
|
1991
1991
|
flex-direction: row;
|
|
1992
1992
|
justify-content: space-between;
|
|
@@ -2039,10 +2039,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2039
2039
|
overflow: hidden;
|
|
2040
2040
|
max-width: 275px;
|
|
2041
2041
|
text-overflow: ellipsis;
|
|
2042
|
-
`;var pf=require("@ethersproject/abstract-signer"),Dt=require("@ethersproject/bignumber"),uf=require("@ethersproject/contracts"),N1=require("@ethersproject/providers"),mf=require("@ethersproject/transactions");var hs={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 ys={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 gs={id:421614,name:"Arbitrum Sepolia",network:"arbitrum-sepolia",nativeCurrency:{name:"Arbitrum Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{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 vs={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 ws={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 Cs={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 bs={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 Es={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 Ps={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 Jl=require("@ethersproject/units"),lf=require("ofetch");var Wi={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 Mi={id:80001,name:"Mumbai",network:"maticmum",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mumbai.g.alchemy.com/v2"],webSocket:["wss://polygon-mumbai.g.alchemy.com/v2"]},infura:{http:["https://polygon-mumbai.infura.io/v3"],webSocket:["wss://polygon-mumbai.infura.io/ws/v3"]},default:{http:["https://matic-mumbai.chainstacklabs.com"]},public:{http:["https://matic-mumbai.chainstacklabs.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"},default:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"}},testnet:!0};var cf=[Wi.id,Mi.id],Yl=e=>({maxPriorityFee:(0,Jl.parseUnits)(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:(0,Jl.parseUnits)(e.maxFee.toFixed(9),"gwei").toHexString()}),L1=e=>({safeLow:Yl(e.safeLow),standard:Yl(e.standard),fast:Yl(e.fast)}),df=async e=>{let t="";switch(e){case Wi.id:t="https://gasstation.polygon.technology/v2";break;case Mi.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return L1(await(0,lf.ofetch)(t))};function Fo(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 O1(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=Fo(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=Fo(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Fo(e.gasPrice)),e.value!==void 0&&(t.value=Fo(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Fo(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Fo(e.maxPriorityFeePerGas)),t}function D1(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=Ee(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=Ee(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Ee(e.gasPrice)),e.value!==void 0&&(t.value=Ee(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Ee(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Ee(e.maxPriorityFeePerGas)),t}async function Un(e,t,o){t.chainId=Number(t.chainId),hf(t);let r=new pf.VoidSigner(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),cf.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await df(t.chainId);t.maxPriorityFeePerGas||(t.maxPriorityFeePerGas=i.maxPriorityFee),t.maxFeePerGas||(t.maxFeePerGas=i.maxFee)}catch(i){throw new Error(`Failed to set gas prices from Polygon gas station with error: ${i}.`)}if(U1(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Dt.BigNumber.from(120)).div(Dt.BigNumber.from(100));t.maxFeePerGas=Fo(a),t.maxPriorityFeePerGas=Fo(Dt.BigNumber.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(Ql(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas)&&!t.gasPrice)try{if(t.type=2,!t.maxPriorityFeePerGas){let i=await o.send("eth_maxPriorityFeePerGas",[]);t.maxPriorityFeePerGas=i}if(t.maxFeePerGas&&(console.warn("maxFeePerGas is specified without maxPriorityFeePerGas - this can result in hung transactions."),t.maxPriorityFeePerGas>=t.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(!t.maxFeePerGas){let{lastBaseFeePerGas:i}=await r.getFeeData();if(!i)throw new Error("Unable to fetch baseFee for last block.");let l=Dt.BigNumber.from(i).mul(Dt.BigNumber.from(126)).div(Dt.BigNumber.from(100)).add(Dt.BigNumber.from(t.maxPriorityFeePerGas));t.maxFeePerGas=Fo(l)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}F1(t.chainId)&&t.type!=0&&((t.type==1||t.type==2)&&console.warn("Transaction request type specified is incompatible for chain and will result in undefined behavior. Please use transaction type 0."),t.type===void 0&&(t.type=0));let n=await r.populateTransaction({to:t.to,from:t.from,nonce:t.nonce,gasLimit:t.gasLimit,gasPrice:t.gasPrice,data:t.data,value:t.value,chainId:t.chainId,type:t.type,accessList:t.accessList,maxFeePerGas:t.maxFeePerGas,maxPriorityFeePerGas:t.maxPriorityFeePerGas});return O1(n)}async function xs(e,t,o,r,n){r=Object.assign({chainId:xo},r),hf(r);let a=(await o.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[r]}})).response.data;return await n.sendTransaction(a)}async function ff(e,t,o){let r=await o.getBalance(e),n=t.value||0,i=r.sub(Ee(n)),a=!i.isNegative()&&!i.isZero();return{balance:r,hasSufficientFunds:a}}function Ql(e){return[vs.id,ws.id,Cs.id,bs.id,Es.id,Ps.id].includes(e)}function U1(e){return[hs.id,ys.id,gs.id].includes(e)}function F1(e){return[56,97].includes(e)}async function Zl(e,t){if(!e.chainId||e.chainId&&!Ql(e.chainId))return Dt.BigNumber.from(0);let o=Dt.BigNumber.from(0);try{let r=new uf.Contract(qc,Kc,t),n=D1(e),i=(0,mf.serialize)(n);o=await r.getL1Fee(i)}catch{}return o}async function Ts(e,t){delete e.from;let o=Dt.BigNumber.from(0),r=Dt.BigNumber.from(0);if(e.gasLimit?o=Ee(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=Ee(e.maxFeePerGas);else{let i=await t.getFeeData();i.maxFeePerGas&&(r=i.maxFeePerGas)}else if(e.type==0||e.type==1)if(e.gasPrice)r=Ee(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=Ee(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&Ql(e.chainId))try{let i=await Zl(e,t);n=n.add(i)}catch{}return n}function hf(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!B1(r))throw new Error(`Transaction request property '${o}' must be a valid number, bigint, or hex string representing a quantity`)}if(typeof e.chainId!="number")throw new Error("Transaction request property 'chainId' must be a number")}function B1(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&H1(e);return t||o||r}function H1(e){return/^-?0x[a-f0-9]+$/i.test(e)}function Ss(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 Fn=require("react");var _s=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=R(),[n,i]=(0,Fn.useState)(!0),[a,s]=(0,Fn.useState)(void 0),[l,c]=(0,Fn.useState)(void 0);return(0,Fn.useEffect)(()=>{let m=e.chainId||xo,y=r.find(f=>f.id===Number(m));if(!y)throw new $(`Unsupported chain: ${m}`);(async()=>{if(!t){i(!1);return}try{i(!0);let f=await o(y);f?c(f):s(new Error(`Unable to fetch token price on chain id ${y.id}`))}catch(f){s(f)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:l,isTokenPriceLoading:n,tokenPriceError:a}};var ks=require("react"),Xl=(0,ks.createContext)({wallets:[]});function Bn(){return(0,ks.useContext)(Xl)}var ec=require("react/jsx-runtime"),tc=({pendingTransaction:e})=>{let{getAccessToken:t}=j(),{wallets:o}=Bn(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=R(),[s,l]=(0,Ur.useState)(e),{tokenPrice:c}=_s(s),[m,y]=(0,Ur.useState)(null),w=a(e.chainId)||"ETH",f=(0,Ur.useMemo)(()=>o.find(E=>E.walletClientType==="privy"),[o]);return(0,Ur.useEffect)(()=>{async function E(){if(!await t()||!r||!f)return s;let x=new yf.StaticJsonRpcProvider(Ht(s.chainId,i,n)),g=await Ts(s,x);return y(Ee(g.toBigInt()).toHexString()),Un(f.address,s,x)}E().then(b=>{l(b)})},[r]),f?(0,ec.jsx)(G1,{children:(0,ec.jsx)(On,{from:f.address,to:s.to,txn:s,gas:m??void 0,tokenPrice:c,tokenSymbol:w})}):null},G1=gf.default.div`
|
|
2042
|
+
`;var pf=require("@ethersproject/abstract-signer"),Dt=require("@ethersproject/bignumber"),uf=require("@ethersproject/contracts"),N1=require("@ethersproject/providers"),mf=require("@ethersproject/transactions");var hs={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 ys={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 gs={id:421614,name:"Arbitrum Sepolia",network:"arbitrum-sepolia",nativeCurrency:{name:"Arbitrum Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{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 vs={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 ws={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 Cs={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 bs={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 Es={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 Ps={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 Jl=require("@ethersproject/units"),lf=require("ofetch");var Wi={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 Mi={id:80001,name:"Mumbai",network:"maticmum",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mumbai.g.alchemy.com/v2"],webSocket:["wss://polygon-mumbai.g.alchemy.com/v2"]},infura:{http:["https://polygon-mumbai.infura.io/v3"],webSocket:["wss://polygon-mumbai.infura.io/ws/v3"]},default:{http:["https://matic-mumbai.chainstacklabs.com"]},public:{http:["https://matic-mumbai.chainstacklabs.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"},default:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"}},testnet:!0};var cf=[Wi.id,Mi.id],Yl=e=>({maxPriorityFee:(0,Jl.parseUnits)(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:(0,Jl.parseUnits)(e.maxFee.toFixed(9),"gwei").toHexString()}),L1=e=>({safeLow:Yl(e.safeLow),standard:Yl(e.standard),fast:Yl(e.fast)}),df=async e=>{let t="";switch(e){case Wi.id:t="https://gasstation.polygon.technology/v2";break;case Mi.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return L1(await(0,lf.ofetch)(t))};function Fo(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 O1(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=Fo(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=Fo(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Fo(e.gasPrice)),e.value!==void 0&&(t.value=Fo(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Fo(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Fo(e.maxPriorityFeePerGas)),t}function D1(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=Ee(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=Ee(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Ee(e.gasPrice)),e.value!==void 0&&(t.value=Ee(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Ee(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Ee(e.maxPriorityFeePerGas)),t}async function Un(e,t,o){t.chainId=Number(t.chainId),hf(t);let r=new pf.VoidSigner(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),cf.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await df(t.chainId);t.maxPriorityFeePerGas||(t.maxPriorityFeePerGas=i.maxPriorityFee),t.maxFeePerGas||(t.maxFeePerGas=i.maxFee)}catch(i){throw new Error(`Failed to set gas prices from Polygon gas station with error: ${i}.`)}if(U1(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Dt.BigNumber.from(120)).div(Dt.BigNumber.from(100));t.maxFeePerGas=Fo(a),t.maxPriorityFeePerGas=Fo(Dt.BigNumber.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(Ql(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas)&&!t.gasPrice)try{if(t.type=2,!t.maxPriorityFeePerGas){let i=await o.send("eth_maxPriorityFeePerGas",[]);t.maxPriorityFeePerGas=i}if(t.maxFeePerGas&&(console.warn("maxFeePerGas is specified without maxPriorityFeePerGas - this can result in hung transactions."),t.maxPriorityFeePerGas>=t.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(!t.maxFeePerGas){let{lastBaseFeePerGas:i}=await r.getFeeData();if(!i)throw new Error("Unable to fetch baseFee for last block.");let l=Dt.BigNumber.from(i).mul(Dt.BigNumber.from(126)).div(Dt.BigNumber.from(100)).add(Dt.BigNumber.from(t.maxPriorityFeePerGas));t.maxFeePerGas=Fo(l)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}F1(t.chainId)&&t.type!=0&&((t.type==1||t.type==2)&&console.warn("Transaction request type specified is incompatible for chain and will result in undefined behavior. Please use transaction type 0."),t.type===void 0&&(t.type=0));let n=await r.populateTransaction({to:t.to,from:t.from,nonce:t.nonce,gasLimit:t.gasLimit,gasPrice:t.gasPrice,data:t.data,value:t.value,chainId:t.chainId,type:t.type,accessList:t.accessList,maxFeePerGas:t.maxFeePerGas,maxPriorityFeePerGas:t.maxPriorityFeePerGas});return O1(n)}async function xs(e,t,o,r,n){r=Object.assign({chainId:xo},r),hf(r);let a=(await o.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[r]}})).response.data;return await n.sendTransaction(a)}async function ff(e,t,o){let r=await o.getBalance(e),n=t.value||0,i=r.sub(Ee(n)),a=!i.isNegative()&&!i.isZero();return{balance:r,hasSufficientFunds:a}}function Ql(e){return[vs.id,ws.id,Cs.id,bs.id,Es.id,Ps.id].includes(e)}function U1(e){return[hs.id,ys.id,gs.id].includes(e)}function F1(e){return[56,97].includes(e)}async function Zl(e,t){if(!e.chainId||e.chainId&&!Ql(e.chainId))return Dt.BigNumber.from(0);let o=Dt.BigNumber.from(0);try{let r=new uf.Contract(qc,Kc,t),n=D1(e),i=(0,mf.serialize)(n);o=await r.getL1Fee(i)}catch{}return o}async function Ts(e,t){delete e.from;let o=Dt.BigNumber.from(0),r=Dt.BigNumber.from(0);if(e.gasLimit?o=Ee(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=Ee(e.maxFeePerGas);else{let i=await t.getFeeData();i.maxFeePerGas&&(r=i.maxFeePerGas)}else if(e.type==0||e.type==1)if(e.gasPrice)r=Ee(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=Ee(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&Ql(e.chainId))try{let i=await Zl(e,t);n=n.add(i)}catch{}return n}function hf(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!B1(r))throw new Error(`Transaction request property '${o}' must be a valid number, bigint, or hex string representing a quantity`)}if(typeof e.chainId!="number")throw new Error("Transaction request property 'chainId' must be a number")}function B1(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&H1(e);return t||o||r}function H1(e){return/^-?0x[a-f0-9]+$/i.test(e)}function Ss(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 Fn=require("react");var _s=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=A(),[n,i]=(0,Fn.useState)(!0),[a,s]=(0,Fn.useState)(void 0),[l,c]=(0,Fn.useState)(void 0);return(0,Fn.useEffect)(()=>{let m=e.chainId||xo,y=r.find(f=>f.id===Number(m));if(!y)throw new j(`Unsupported chain: ${m}`);(async()=>{if(!t){i(!1);return}try{i(!0);let f=await o(y);f?c(f):s(new Error(`Unable to fetch token price on chain id ${y.id}`))}catch(f){s(f)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:l,isTokenPriceLoading:n,tokenPriceError:a}};var ks=require("react"),Xl=(0,ks.createContext)({wallets:[]});function Bn(){return(0,ks.useContext)(Xl)}var ec=require("react/jsx-runtime"),tc=({pendingTransaction:e})=>{let{getAccessToken:t}=q(),{wallets:o}=Bn(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=A(),[s,l]=(0,Ur.useState)(e),{tokenPrice:c}=_s(s),[m,y]=(0,Ur.useState)(null),C=a(e.chainId)||"ETH",f=(0,Ur.useMemo)(()=>o.find(P=>P.walletClientType==="privy"),[o]);return(0,Ur.useEffect)(()=>{async function P(){if(!await t()||!r||!f)return s;let x=new yf.StaticJsonRpcProvider(Ht(s.chainId,i,n)),g=await Ts(s,x);return y(Ee(g.toBigInt()).toHexString()),Un(f.address,s,x)}P().then(b=>{l(b)})},[r]),f?(0,ec.jsx)(G1,{children:(0,ec.jsx)(On,{from:f.address,to:s.to,txn:s,gas:m??void 0,tokenPrice:c,tokenSymbol:C})}):null},G1=gf.default.div`
|
|
2043
2043
|
width: 100%;
|
|
2044
2044
|
padding: 1rem 0;
|
|
2045
|
-
`;var
|
|
2045
|
+
`;var G=require("react/jsx-runtime"),wf=({open:e,onClose:t})=>{let{user:o}=q(),[r,n]=(0,Hn.useState)(null),{init:i,cancel:a}=Or();(0,Hn.useEffect)(()=>{e&&o?.mfaMethods&&o.mfaMethods.length>0?s(o.mfaMethods[0]):n(null)},[o?.mfaMethods,e]);async function s(c){try{n(c),await i(c)}catch(m){console.error(m)}}let l=()=>{n(null),a(),t()};return!e||!o?null:r?(0,G.jsx)(z1,{selectedMethod:r,onClose:l,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(T,{onClose:l},"header"),(0,G.jsx)(Qe,{children:(0,G.jsx)(it,{children:(0,G.jsx)(vf.ShieldCheckIcon,{})})}),(0,G.jsx)(Ze,{children:"Verify your identity"}),(0,G.jsx)(ze,{children:"Choose a verification method"}),(0,G.jsxs)(is,{children:[o.mfaMethods.includes("totp")&&(0,G.jsxs)(Re,{onClick:()=>s("totp"),children:[(0,G.jsx)(As.DevicePhoneMobileIcon,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&(0,G.jsxs)(Re,{onClick:()=>s("sms"),children:[(0,G.jsx)(As.PhoneIcon,{}),"SMS"]},"sms")]}),(0,G.jsx)(Z,{})]})},z1=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=S(),{pendingTransaction:n}=A(),[i,a]=(0,Hn.useState)(!1),[s,l]=(0,Hn.useState)(!1),{submit:c}=Or();async function m(y){try{if(!y)return;await c(e,y),l(!0),a(!1),t()}catch(C){throw Ma(C)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):kr(C)?(a(!1),new Error("The code you entered is not valid")):_r(C)?(a(!0),new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds.")):(a(!1),new Error("Unknown error"))}}switch(e){case"sms":return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(T,{onClose:t},"header"),(0,G.jsx)(Qe,{children:(0,G.jsx)(it,{children:(0,G.jsx)(Rs.PhoneIcon,{})})}),(0,G.jsx)(Ze,{children:"Enter verification code"}),(0,G.jsxs)(dr,{children:[(0,G.jsx)(Wn,{success:s,disabled:i,onChange:m}),(0,G.jsxs)(ze,{children:["To continue, please enter the 6-digit code sent to your ",(0,G.jsx)("strong",{children:"mobile device"})]}),n&&(0,G.jsx)(tc,{pendingTransaction:n})]}),o&&(0,G.jsx)(Fl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),(0,G.jsx)(_o,{onClick:t,children:"Not now"}),(0,G.jsx)(Z,{})]});case"totp":return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(T,{onClose:t},"header"),(0,G.jsx)(Qe,{children:(0,G.jsx)(it,{children:(0,G.jsx)(Rs.DevicePhoneMobileIcon,{})})}),(0,G.jsx)(Ze,{children:"Enter verification code"}),(0,G.jsxs)(dr,{children:[(0,G.jsx)(Wn,{success:s,disabled:i,onChange:m}),(0,G.jsxs)(ze,{children:["To continue, please enter the 6-digit code generated from your"," ",(0,G.jsx)("strong",{children:"authenticator app"})]}),n&&(0,G.jsx)(tc,{pendingTransaction:n})]}),o&&(0,G.jsx)(Fl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),(0,G.jsx)(_o,{onClick:t,children:"Not now"}),(0,G.jsx)(Z,{})]});default:return null}};var Gn=require("react"),rc=_(require("styled-components"));function oc(e){return e.charAt(0).toUpperCase()+e.slice(1)}var $e=require("react/jsx-runtime"),Cf={google:{name:"Google",component:Za},discord:{name:"Discord",component:Ja},github:{name:"Github",component:Qa},linkedin:{name:"LinkedIn",component:Xa},twitter:{name:"Twitter",component:ts},tiktok:{name:"Tiktok",component:es},apple:{name:"Apple",component:Ya}},Is=()=>{let e=new URL(window.location.href);e.searchParams.delete("privy_oauth_code"),e.searchParams.delete("privy_oauth_provider"),e.searchParams.delete("privy_oauth_state"),window.history.pushState({},"",e)},bf=()=>{let{ready:e,user:t,authenticated:o}=q(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=S(),{getAuthMeta:s,initLoginWithOAuth:l,loginWithOAuth:c,updateWallets:m,setReadyToTrue:y,closePrivyModal:C}=A(),[f,P]=(0,Gn.useState)(!1),[b,x]=(0,Gn.useState)(void 0),g=s()?.provider||"google",I=Cf[g].name,L=Cf[g].component,M=r?.render.inDialog?wt:0;(0,Gn.useEffect)(()=>{c(g).then(()=>{Is(),P(!0)}).catch(N=>{let U={retryable:!1,message:"Authentication failed"};if(N?.privyErrorCode==="allowlist_rejected"){x(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),Is();return}else N?.privyErrorCode==="linked_to_another_user"?U.detail="This account has already been linked to another user.":N?.privyErrorCode==="invalid_credentials"?(U.retryable=!0,U.detail="Something went wrong. Try again."):N.privyErrorCode==="oauth_user_denied"&&(U.detail=`Retry and check ${oc(g)} to finish connecting your account.`,U.retryable=!0);Is(),x(U)}).finally(()=>{y()})},[]),(0,Gn.useEffect)(()=>{if(e&&o&&f&&t)if(Vo(t,r?.embeddedWallets?.createOnLogin)){let U=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:z=>console.error(z),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},M);return()=>clearTimeout(U)}else{let U=setTimeout(C,M);return m(),()=>clearTimeout(U)}},[e,o,f,t]);let W=f?`Successfully connected with ${I}`:b?b.message:`Verifying connection to ${I}`,R="";return f?R="You\u2019re good to go!":b?R=b.detail:R="Just a few moments more",(0,$e.jsxs)($e.Fragment,{children:[(0,$e.jsx)(T,{}),(0,$e.jsx)(J,{}),(0,$e.jsxs)(V1,{children:[(0,$e.jsx)($1,{children:(0,$e.jsxs)("div",{children:[(0,$e.jsx)(va,{success:f,fail:!!b}),(0,$e.jsx)(L,{style:{width:"38px",height:"38px"}})]})}),(0,$e.jsxs)(Qo,{children:[(0,$e.jsx)("h3",{children:W}),(0,$e.jsx)("p",{children:R})]}),b&&b?.retryable?(0,$e.jsx)(ba,{onClick:()=>{Is(),l(g),x(void 0)},disabled:!f&&!b?.retryable,children:"Retry"}):null]}),(0,$e.jsx)(Z,{})]})},V1=rc.default.div`
|
|
2046
2046
|
display: flex;
|
|
2047
2047
|
flex-direction: column;
|
|
2048
2048
|
align-items: center;
|
|
@@ -2073,14 +2073,14 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2073
2073
|
left: -19px;
|
|
2074
2074
|
top: -19px;
|
|
2075
2075
|
}
|
|
2076
|
-
`;var Li=require("react"),xf=_(require("styled-components"));var Ef=require("react-device-detect");var Pf=(e,t)=>{let o=new URL(window.location.href),r=encodeURIComponent(o.href.replace(/\/$/g,"")+`?privy_token=${e}&privy_connector=injected&privy_wallet_client=phantom`);if(!Zt()&&Ef.isMobile)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};var at=require("react/jsx-runtime"),Tf=()=>{let{forkSession:e,ready:t,authenticated:o}=
|
|
2076
|
+
`;var Li=require("react"),xf=_(require("styled-components"));var Ef=require("react-device-detect");var Pf=(e,t)=>{let o=new URL(window.location.href),r=encodeURIComponent(o.href.replace(/\/$/g,"")+`?privy_token=${e}&privy_connector=injected&privy_wallet_client=phantom`);if(!Zt()&&Ef.isMobile)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};var at=require("react/jsx-runtime"),Tf=()=>{let{forkSession:e,ready:t,authenticated:o}=q(),[r,n]=(0,Li.useState)(""),[i,a]=(0,Li.useState)(!1);(0,Li.useEffect)(()=>{t&&o&&e().then(n)},[t,o]);let s=Pf(r,!i),l={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&&(l.description="For the best experience, we'll automatically log you into the Phantom Mobile Wallet in-app browser.",l.footnote="Once you're done, you can always return here and refresh to view your updated account."),i&&(l.title="Still here?",l.description="You may need to install the Phantom mobile app.",l.footnote="Once you're done, you can return here or connect via Phantom's in-app browser."),(0,at.jsxs)(at.Fragment,{children:[(0,at.jsx)(T,{},"header"),(0,at.jsx)(J,{}),(0,at.jsx)(Zo,{title:l.title,description:l.description}),(0,at.jsxs)(Jo,{children:[(0,at.jsx)(j1,{children:(0,at.jsx)(Ko,{style:{width:"72px",height:"72px"}})}),(0,at.jsx)(Ca,{href:s,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!s,children:i?"Go to App Store":"Continue"}),l.footnote?(0,at.jsx)("p",{children:l.footnote}):null]}),(0,at.jsx)(Q,{}),(0,at.jsx)(V,{protectedByPrivy:!0})]})},j1=(0,xf.default)(ko)`
|
|
2077
2077
|
margin: 16px auto;
|
|
2078
|
-
`;var Rf=require("@ethersproject/providers"),Ie=require("react"),Fr=_(require("styled-components"));function Sf(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}var Ws=require("@ethersproject/bignumber"),_f=_(require("styled-components"));var vo=require("react/jsx-runtime"),q1=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=Ws.BigNumber.from(e.gasUsed),r=Ws.BigNumber.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=Ws.BigNumber.from(t);n=n.add(i)}return n.toString()}catch{return}else return},kf=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>(0,vo.jsxs)(vo.Fragment,{children:[(0,vo.jsx)(T,{onClose:r}),(0,vo.jsx)(si,{title:"Transaction complete!",description:"You're all set."}),(0,vo.jsx)(On,{tokenPrice:n,from:t.from,to:t.to,gas:q1(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),(0,vo.jsx)(K1,{loading:!1,onClick:r,children:"All Done"}),(0,vo.jsx)(Z,{})]}),K1=(0,_f.default)(
|
|
2078
|
+
`;var Rf=require("@ethersproject/providers"),Ie=require("react"),Fr=_(require("styled-components"));function Sf(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}var Ws=require("@ethersproject/bignumber"),_f=_(require("styled-components"));var vo=require("react/jsx-runtime"),q1=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=Ws.BigNumber.from(e.gasUsed),r=Ws.BigNumber.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=Ws.BigNumber.from(t);n=n.add(i)}return n.toString()}catch{return}else return},kf=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>(0,vo.jsxs)(vo.Fragment,{children:[(0,vo.jsx)(T,{onClose:r}),(0,vo.jsx)(si,{title:"Transaction complete!",description:"You're all set."}),(0,vo.jsx)(On,{tokenPrice:n,from:t.from,to:t.to,gas:q1(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),(0,vo.jsx)(K1,{loading:!1,onClick:r,children:"All Done"}),(0,vo.jsx)(Z,{})]}),K1=(0,_f.default)(H)`
|
|
2079
2079
|
&& {
|
|
2080
2080
|
margin-top: 24px;
|
|
2081
2081
|
}
|
|
2082
2082
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2083
|
-
`;var ie=require("react/jsx-runtime");var Y1=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return(0,ie.jsx)(Kl,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return(0,ie.jsx)(Kl,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return(0,ie.jsx)(ie.Fragment,{children:(0,ie.jsx)(sf,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},If=()=>{let{authenticated:e,getAccessToken:t}=
|
|
2083
|
+
`;var ie=require("react/jsx-runtime");var Y1=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return(0,ie.jsx)(Kl,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return(0,ie.jsx)(Kl,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return(0,ie.jsx)(ie.Fragment,{children:(0,ie.jsx)(sf,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},If=()=>{let{authenticated:e,getAccessToken:t}=q(),{wallets:o}=Bn(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:s,nativeTokenSymbolForChainId:l}=A(),{app:c,navigate:m,data:y,onUserCloseViaDialogOrKeybindRef:C,setModalData:f}=S(),{transactionRequest:P,onSuccess:b,onFailure:x,uiOptions:g,fundWalletConfig:I}=y.sendTransaction,[L,M]=(0,Ie.useState)(null),[W,R]=(0,Ie.useState)(null),[N,U]=(0,Ie.useState)(""),[z,F]=(0,Ie.useState)(),[k,oe]=(0,Ie.useState)(!1),ye=()=>{U(""),F(void 0)},ke=(st,ft,At)=>{U(st),F(new tt(new Xt(ft??st,At??ct.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[D,Xe]=(0,Ie.useState)(!1),[kt,Pe]=(0,Ie.useState)(!0),[je,me]=(0,Ie.useState)(null),[xe,Hr]=(0,Ie.useState)(P),{tokenPrice:te,isTokenPriceLoading:Bo}=_s(xe),Eo=l(P.chainId)||"ETH",[yr,gr]=(0,Ie.useState)(null),[Ui,we]=(0,Ie.useState)(null),[vr,De]=(0,Ie.useState)(!0);(0,Ie.useEffect)(()=>{e||(m("LANDING"),x(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let et=(0,Ie.useMemo)(()=>o.find(st=>st.walletClientType==="privy"),[o]),Fs=async()=>{if(!et)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:st,externalTransactionId:ft}=await i(et.address,{config:I?.config||{}});f({fiatOnRampPrompt:{signedUrl:st},fiatOnRampStatus:{externalTransactionId:ft}}),m("FIAT_ON_RAMP_PROMPT_SCREEN")},wr=(0,Ie.useMemo)(()=>new Rf.StaticJsonRpcProvider(Ht(xe.chainId,s,a)),[xe.chainId,a]);(0,Ie.useEffect)(()=>{let st=()=>{Pe(!1),ke("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&oe(!0)};async function ft(){let At=xe;if(!(!await t()||!r||!et)){try{At=await Un(et.address,xe,wr),Hr(At)}catch(lt){bp(lt)?st():ke("There was an error preparing your transaction. Please try again.",lt.reason)}try{let lt=await Ts(At,wr);gr(Ee(lt.toBigInt()).toHexString());let qn=await Zl(xe,wr);we(Ee(qn.toBigInt()).toHexString())}catch{gr(null)}try{let{balance:lt,hasSufficientFunds:qn}=await ff(et.address,At,wr);me(lt.toHexString()),qn||st()}catch(lt){console.warn(`Failed to fetch wallet balance with error: ${lt}`)}De(!1)}}ft()},[r]);let Cr=Sf(xe),$n=Cr==="SEND"?`Send ${Eo}`:"Review transaction",jn={modalTitle:g.header||g.modalTitle||$n,buttonText:g.buttonText||"Submit"},br=()=>{D||(W?b(W):x(z||new tt(new Xt("The user rejected the request",ct.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return C.current=br,te===void 0&&Bo||vr?(0,ie.jsxs)(ie.Fragment,{children:[g.transactionInfo?.contractInfo?.imgUrl&&(0,ie.jsx)(la,{src:g.transactionInfo?.contractInfo?.imgUrl}),(0,ie.jsx)(T,{title:jn.modalTitle,onClose:br}),(0,ie.jsx)(Af,{children:(0,ie.jsx)(mn,{})})]}):L!==null?(0,ie.jsx)(kf,{txn:xe,onClose:br,receipt:L,transactionInfo:g.transactionInfo,tokenPrice:te,tokenSymbol:Eo,l1GasEstimate:Ui}):(0,ie.jsxs)(ie.Fragment,{children:[(0,ie.jsx)(T,{title:jn.modalTitle,onClose:br}),(0,ie.jsxs)(Af,{children:[(0,ie.jsxs)(X1,{children:[(0,ie.jsx)(Y1,{txn:xe,txnFamily:Cr,uiOptions:g,tokenSymbol:Eo,tokenPrice:te}),et?(0,ie.jsx)(On,{from:et.address,to:xe.to,txn:xe,transactionInfo:g.transactionInfo,gas:yr||void 0,tokenPrice:te,tokenSymbol:Eo}):null]}),(0,ie.jsxs)(ev,{children:[(0,ie.jsx)(J1,{children:N}),(0,ie.jsx)(nf,{txn:xe,address:et?.address??"",hasFunds:kt,balance:je}),(0,ie.jsxs)(Q1,{children:[k&&(0,ie.jsx)(H,{onClick:Fs,children:"Add Funds"}),(0,ie.jsx)(Z1,{disabled:D||!kt,loading:!r||D,loadingText:D?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{Xe(!0);let st=await t();if(st&&!D&&et)try{let ft=await xs(st,et.address,r,xe,wr);R(ft);let At=await ft.wait();M(Ss(At)),ye()}catch(ft){let At="There was an error processing your transaction. Please contact support.";console.warn({transaction:xe,error:ft}),ke(At,ft.reason)}finally{Xe(!1)}},children:jn.buttonText})]})]})]})]})},Af=Fr.default.div`
|
|
2084
2084
|
display: flex;
|
|
2085
2085
|
flex-direction: column;
|
|
2086
2086
|
justify-content: space-between;
|
|
@@ -2097,7 +2097,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2097
2097
|
justify-content: space-between;
|
|
2098
2098
|
align-items: center;
|
|
2099
2099
|
gap: 8px;
|
|
2100
|
-
`,Z1=(0,Fr.default)(
|
|
2100
|
+
`,Z1=(0,Fr.default)(H)`
|
|
2101
2101
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2102
2102
|
`,X1=Fr.default.div`
|
|
2103
2103
|
height: 100%;
|
|
@@ -2109,7 +2109,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2109
2109
|
display: flex;
|
|
2110
2110
|
flex-direction: column;
|
|
2111
2111
|
gap: 8px;
|
|
2112
|
-
`;var Wf=require("@ethersproject/bytes"),Mf=require("@ethersproject/strings"),mr=require("react"),wo=_(require("styled-components"));var Oe=require("react/jsx-runtime"),tv=e=>{if(!(0,Wf.isHexString)(e))return e;try{return(0,Mf.toUtf8String)(e)}catch{return e}},Lf=()=>{let{authenticated:e}=
|
|
2112
|
+
`;var Wf=require("@ethersproject/bytes"),Mf=require("@ethersproject/strings"),mr=require("react"),wo=_(require("styled-components"));var Oe=require("react/jsx-runtime"),tv=e=>{if(!(0,Wf.isHexString)(e))return e;try{return(0,Mf.toUtf8String)(e)}catch{return e}},Lf=()=>{let{authenticated:e}=q(),{initializeWalletProxy:t,closePrivyModal:o}=A(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=S(),[a,s]=(0,mr.useState)(!0),[l,c]=(0,mr.useState)(""),[m,y]=(0,mr.useState)(),[C,f]=(0,mr.useState)(null),P=C!==null;(0,mr.useEffect)(()=>{e||r("LANDING")},[e]),(0,mr.useEffect)(()=>{t($r).then(R=>{s(!1),R||(c("An error has occurred, please try again."),y(new tt(new Xt(l,ct.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:b,confirmAndSignMessage:x,onSuccess:g,onFailure:I,uiOptions:L}=n.signMessage,M={title:L.title||"Sign message",description:L.description||"Signing this message will not cost you any fees.",buttonText:L.buttonText||"Sign and continue"},W=R=>{R?g(R):I(m||new tt(new Xt("The user rejected the request.",ct.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),f(null),c(""),y(void 0)};return i.current=()=>{W(C)},(0,Oe.jsxs)(Oe.Fragment,{children:[(0,Oe.jsx)(T,{onClose:()=>W(C)}),(0,Oe.jsx)(J,{}),(0,Oe.jsxs)(ov,{children:[(0,Oe.jsx)(rv,{children:M.title}),(0,Oe.jsx)(nv,{children:M.description}),(0,Oe.jsx)(iv,{children:tv(b)}),(0,Oe.jsx)(av,{fail:!0,children:l}),(0,Oe.jsx)(lv,{success:P,loading:a,disabled:P,onClick:async()=>{try{let R=await x();f(R),c(""),setTimeout(()=>{W(R)},wt)}catch{c("An error has occurred, please try again."),y(new tt(new Xt(l,ct.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:P?(0,Oe.jsxs)(sv,{children:[(0,Oe.jsx)(os,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",(0,Oe.jsx)("span",{children:"Success"})]}):M.buttonText})]}),(0,Oe.jsx)(Q,{}),(0,Oe.jsx)(V,{protectedByPrivy:!0})]})},ov=wo.default.div`
|
|
2113
2113
|
display: flex;
|
|
2114
2114
|
flex-direction: column;
|
|
2115
2115
|
align-items: center;
|
|
@@ -2163,7 +2163,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2163
2163
|
display: flex;
|
|
2164
2164
|
align-items: center;
|
|
2165
2165
|
gap: 8px;
|
|
2166
|
-
`,lv=(0,wo.default)(
|
|
2166
|
+
`,lv=(0,wo.default)(H)`
|
|
2167
2167
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2168
2168
|
|
|
2169
2169
|
${e=>e.success&&wo.css`
|
|
@@ -2496,4 +2496,4 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2496
2496
|
opacity: 1;
|
|
2497
2497
|
}
|
|
2498
2498
|
}
|
|
2499
|
-
`;var We=require("react/jsx-runtime"),dv={["LANDING"]:am,["AWAITING_PASSWORDLESS_CODE"]:Zd,["AWAITING_CONNECTION"]:hp,["AWAITING_CONNECT_ONLY_CONNECTION"]:vp,["PHANTOM_INTERSTITIAL_SCREEN"]:Tf,["LOGIN_FAILED_SCREEN"]:mm,["AWAITING_OAUTH_SCREEN"]:bf,["ALLOWLIST_REJECTION_SCREEN"]:Gd,["INSTALL_PHANTOM_SCREEN"]:ku,["LINK_EMAIL_SCREEN"]:lm,["LINK_PHONE_SCREEN"]:dm,["LINK_WALLET_SCREEN"]:pm,["CONNECT_ONLY_LANDING_SCREEN"]:up,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:ap,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:lu,["EMBEDDED_WALLET_CREATED_SCREEN"]:kp,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Tp,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:hu,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Mp,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:Lf,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:If,["FIAT_ON_RAMP_PROMPT_SCREEN"]:bu,["FIAT_ON_RAMP_STATUS_SCREEN"]:Pu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:mu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:cu,["MFA_ENROLLMENT_FLOW_SCREEN"]:Fm},pv=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o}=j(),{ready:r,currentScreen:n}=S(),i=(0,Ni.useRef)(null),a=Wd(i);if((!o||!r)&&n!=="AWAITING_OAUTH_SCREEN")return(0,We.jsxs)(In,{children:[(0,We.jsx)(T,{}),(0,We.jsx)(J,{}),(0,We.jsx)(bm,{children:(0,We.jsx)(no,{})}),(0,We.jsx)(Q,{}),(0,We.jsx)(Z,{})]});if(!n)return null;let s=dv[n];return s?(0,We.jsx)(In,{style:{height:a},children:(0,We.jsxs)("div",{ref:i,children:[(0,We.jsx)(Ro,{if:!!e,children:(0,We.jsx)(s,{})}),(0,We.jsx)(Ro,{if:!e,children:(0,We.jsx)(wf,{open:e,onClose:t})})]})}):null},Bf=({open:e})=>{let{app:t}=S(),[o,r]=(0,Ni.useState)(!1),{gracefulClosePrivyModal:n,onEscape:i}=wm(),[a,s]=(0,Ni.useState)(!1);ya({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||s(!0)}}),(0,Uf.useEffect)(()=>{r(!0)},[]);let l=(0,We.jsx)(Df,{children:(0,We.jsx)(pv,{isMfaVerifying:a,onMfaVerificationComplete:()=>s(!1)})}),c=e||a,m=t?.render.inDialog?(0,We.jsx)("div",{onKeyDown:i,children:(0,We.jsx)(Cm,{open:c,id:"privy-dialog",onClick:()=>n(),children:l})}):l;if(o){let y=t?.render.inParentNodeId&&document.getElementById(t.render.inParentNodeId)||document.body;return Ff.default.createPortal(m,y)}return null};var Ut={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:Fc,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var uv=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),mv=e=>uv.has(e),fv=(e,t,o)=>o.indexOf(e)===t,Hf=({input:e})=>e?e.filter(mv).filter(fv):Ut.appearance.walletList;var Gf={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 zf={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 Vf={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 $f={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 jf={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 qf={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 Kf={id:5,network:"goerli",name:"Goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-goerli.g.alchemy.com/v2"],webSocket:["wss://eth-goerli.g.alchemy.com/v2"]},infura:{http:["https://goerli.infura.io/v3"],webSocket:["wss://goerli.infura.io/ws/v3"]},default:{http:["https://rpc.ankr.com/eth_goerli"]},public:{http:["https://rpc.ankr.com/eth_goerli"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli.etherscan.io"},default:{name:"Etherscan",url:"https://goerli.etherscan.io"}},testnet:!0};var Yf={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 Jf={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 Qf={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 Ls={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 Zf={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 Xf={id:11155111,network:"sepolia",name:"Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"SEP",decimals:18},rpcUrls:{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 zn=[hs,ys,gs,Kf,Xf,Ls,Cs,bs,Wi,Mi,Vf,$f,jf,qf,vs,ws,Jf,Qf,Gf,zf,Es,Ps,Yf,Zf],c8=new Set(zn.map(e=>e.id));var hr=_(require("tinycolor2")),eh="#FFFFFF",hv="#000000",yv=eh,gv="#1E1E1D";function vv(e){return e<.8&&e>.2&&console.warn("Background color is not light or dark enough, which could lead to accessibility issues."),e>.5?"light":"dark"}function fr(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return(0,hr.default)({...e.toHsl(),l:o})}function th({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=eh,blackHex:a=hv}){let s;switch(e){case"light":s=yv;break;case"dark":s=gv;break;default:s=e;break}let l=(0,hr.default)(s),c=(0,hr.default)(t),m=(0,hr.default)(o),y=(0,hr.default)(r),w=(0,hr.default)(n),f=vv(l.getLuminance()),E=fr(l,f==="light"?-.04:.11),b=fr(l,f==="light"?-.88:.87),x=fr(l,f==="light"?-.77:.75),g=fr(l,f==="light"?-.43:.45).desaturate(f==="light"?60:20),I=fr(l,f==="light"?-.08:.25).desaturate(f==="light"?60:20),O=fr(c,.15),L=fr(c,-.06),M=(0,hr.default)(c.getLuminance()>.5?a:i),A=fr(m,-.16);return{colorScheme:f,background:l.toHslString(),background2:E.toHslString(),foreground:b.toHslString(),foreground2:x.toHslString(),foreground3:g.toHslString(),foreground4:I.toHslString(),accent:c.toHslString(),accentLight:O.toHslString(),accentDark:L.toHslString(),foregroundAccent:M.toHslString(),success:m.toHslString(),successDark:A.toHslString(),error:w.toHslString(),warn:y.toHslString()}}function Ns(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple"],r=t?.loginMethods?.filter(q=>o.includes(q)),n,i,a,s,l,c,m,y,w,f;t?.loginMethods?(n=t.loginMethods.includes("email"),i=t.loginMethods.includes("sms"),a=t.loginMethods.includes("wallet"),s=r?.includes("google"),l=r?.includes("twitter"),c=r?.includes("discord"),m=r?.includes("tiktok"),w=r?.includes("github"),y=r?.includes("linkedin"),f=r?.includes("apple")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,s=e.googleOAuth,l=e.twitterOAuth,c=e.discordOAuth,w=e.githubOAuth,m=e.tiktokOAuth,y=e.linkedinOAuth,f=e.appleOAuth);let E=[n,i].filter(Boolean),b=[s,l,c,w,m,y,f].filter(Boolean),x=[a].filter(Boolean);if(E.length+b.length+x.length===0)throw new Error("You must enable at least one login method");let g=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;g&&x.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),g=!1):!g&&b.length+E.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),g=!0);let I=Hf({isWalletLoginEnabled:a,input:t?.appearance?.walletList});if(t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let O=t?.intl?.defaultCountry??"US",{chains:L,defaultChain:M}=wv(t?.additionalChains,t?.supportedChains,t?.defaultChain),A=!!t?.defaultChain||!!t?.supportedChains,W=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1;return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:th({backgroundTheme:t?.appearance?.theme??Ut.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Ut.appearance.accentColor}),loginGroupPriority:g?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:I},loginMethods:{wallet:a,email:n,sms:i,google:s,twitter:l,discord:c,github:w,tiktok:m,linkedin:y,apple:f},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Ut.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Ut.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Ut.rpcConfig.rpcTimeouts},chains:L,defaultChain:M,intl:{defaultCountry:O},shouldSwitchChainOnConnect:A,captchaEnabled:e.captchaEnabled??Ut.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...W?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1,noPromptOnSignature:!0}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:W?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??Ut.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??Ut._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Ut._render.inParentNodeId}}}function oh(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:o,additionalChains:r,supportedChains:n,defaultChain:i,...a}=e;return{...a,...r?{additionalChains:r.map(l=>l.id)}:void 0,...n?{supportedChains:n.map(l=>l.id)}:void 0,...i?{defaultChain:i.id}:void 0,...o?{...o,...o.logo&&typeof o.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function wv(e,t,o){let r;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");r=t.map(a=>zn.find(l=>l.id===a.id)??a)}else r=zn.concat(e??[]);let n=t?r[0]:Ls,i=o??n;if(!r.find(a=>a.id===i.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:r,defaultChain:i}}var Ds=require("react");var Os=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;case"privy:wallet:set-recovery-password":return r;case"privy:mfa:verify":return r;case"privy:mfa:init-enrollment":return r;case"privy:mfa:submit-enrollment":return r;case"privy:mfa:unenroll":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};async function Br(e,t,o,r,n,i=!1){let a=i,s=async m=>{if(a&&t&&t.length>0){m===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new He("missing_or_invalid_mfa","MFA verification failed, retry."));let y=await new Promise((w,f)=>{o.current={resolve:w,reject:f};let E=1e3*60*5;setTimeout(()=>{let b=new He("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(b),f(b)},E)});return await e(y)}return await e()},l=4,c=null;for(let m=0;m<l;m++)try{c=await s(m),r.current?.resolve(void 0);break}catch(y){if(y.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),y}if(c===null){let m=new He("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(m),m}return c}var nh=require("react/jsx-runtime"),Cv=function(e){return()=>`id-${e++}`}(0);function bv(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Co(e){return e.error!==void 0}var Jt=new Os,nc=new Map,Ev=(e,t)=>typeof t=="bigint"?t.toString():t,Pv=(e,t)=>`${e}${JSON.stringify(t,Ev)}`;function bo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=Pv(e,t);if(e==="privy:wallet:create"){let a=nc.get(n);if(a)return a}let i=new Promise((a,s)=>{let l=Cv();Jt.enqueue(l,{resolve:a,reject:s}),r.postMessage({id:l,event:e,data:t},"*")}).finally(()=>{nc.delete(n)});return nc.set(n,i),i}function xv(e){switch(e.event){case"privy:iframe:ready":let t=Jt.dequeue(e.event,e.id);return Co(e)?t.reject(new He(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Jt.dequeue(e.event,e.id);return Co(e)?o.reject(new He(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Jt.dequeue(e.event,e.id);return Co(e)?r.reject(new He(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Jt.dequeue(e.event,e.id);return Co(e)?n.reject(new He(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Jt.dequeue(e.event,e.id);return Co(e)?i.reject(new He(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Jt.dequeue(e.event,e.id);return Co(e)?a.reject(new He(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let s=Jt.dequeue(e.event,e.id);return Co(e)?s.reject(new He(e.error.type,e.error.message)):s.resolve(e.data);case"privy:mfa:init-enrollment":{let l=Jt.dequeue(e.event,e.id);return Co(e)?l.reject(new He(e.error.type,e.error.message)):l.resolve(e.data)}case"privy:mfa:submit-enrollment":{let l=Jt.dequeue(e.event,e.id);return Co(e)?l.reject(new He(e.error.type,e.error.message)):l.resolve(e.data)}case"privy:mfa:unenroll":{let l=Jt.dequeue(e.event,e.id);return Co(e)?l.reject(new He(e.error.type,e.error.message)):l.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function rh(e){let t=(0,Ds.useRef)(null),o=Nd();return(0,Ds.useEffect)(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&bv(c.data)&&xv(c.data)}let i={create(c){return bo("privy:wallet:create",c,r)},connect(c){return bo("privy:wallet:connect",c,r)},recover(c){return Br(m=>bo("privy:wallet:recover",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return Br(m=>bo("privy:wallet:rpc",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return Br(m=>bo("privy:wallet:set-recovery-password",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return Br(m=>bo("privy:mfa:verify",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return Br(m=>bo("privy:mfa:init-enrollment",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return bo("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return Br(m=>bo("privy:mfa:unenroll",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)}};window.addEventListener("message",n);let a=()=>e.onLoad(i),s=(...c)=>{console.warn("Privy iframe failed to load: ",...c),e.onLoadFailed()},l=new AbortController;return ed(()=>bo("privy:iframe:ready",{},r),{abortSignal:l.signal}).then(a,s),()=>{window.removeEventListener("message",n),l.abort()}},[t.current,e.mfaMethods]),(0,nh.jsx)("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:Xi(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var Us=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new C("action required");if(!this.api)throw new C("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new C("phone number must be set when initialzing authentication.");try{let t=Nc();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw fe(t)}}async authenticate(){if(!this.meta.action)throw new C("action required");if(!this.api)throw new C("Mfa flow has no API instance");if(!this.meta.smsCode)throw new C("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new C("phone number must be set prior to calling authenticate.");try{let t=Oc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return Bt(o)}catch(t){throw fe(t)}}};var Ft=require("react/jsx-runtime"),Di;function Tv(e){return typeof e=="string"&&e.length===25}function Fe(){if(!Di){let e=re.get(Vr);return Promise.resolve(e||null)}return Di.getAccessToken()}var ah,ad=(e,t)=>ah(e,t),sh,sd=(e,t)=>sh(e,t),lh,ld=()=>lh(),Sv=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;re.put(Qn,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},ch=({config:e,...t})=>{if(!Tv(t.appId))throw new C("Cannot initialize the Privy provider with an invalid Privy app ID");Di||(Di=new rn({appId:t.appId,apiUrl:t.apiUrl||Ki}));let o=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&o.embeddedWallets?.createOnLogin===void 0&&(o.embeddedWallets||(o.embeddedWallets={}),o.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,Ft.jsx)(_v,{...t,config:o,client:Di})},_v=e=>{let t=e.client,[o,r]=(0,V.useState)(!1),[n,i]=(0,V.useState)(!1),[a,s]=(0,V.useState)(!1),[l,c]=(0,V.useState)(null),[m,y]=(0,V.useState)(!1),[w,f]=(0,V.useState)([]),E=(0,V.useRef)(w),[b,x]=(0,V.useState)(!1),[g,I]=(0,V.useState)(null),[O,L]=(0,V.useState)(!1),[M,A]=(0,V.useState)({status:"disconnected",connectError:null,connector:null,connectRetry:P}),[W,U]=(0,V.useState)(null),[q,G]=(0,V.useState)(null),[k,oe]=(0,V.useState)(null),[ye,ke]=(0,V.useState)({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,linkedinOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1},fiatOnRampEnabled:!1,captchaEnabled:!1,captchaSiteKey:""}),[D,Xe]=(0,V.useState)(()=>{let u=oh(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",u),Ns(ye,e.config)}),[kt,Pe]=(0,V.useState)(!0),[je,me]=(0,V.useState)({}),[xe,Hr]=(0,V.useState)(null),[te,Bo]=(0,V.useState)(null),[Eo,yr]=(0,V.useState)(!1),gr=(0,V.useRef)(null),Ui=(0,V.useRef)(null),we=(0,V.useRef)(Md),vr=(0,V.useRef)(),De=u=>{I(u),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:u})},et=u=>{D.embeddedWallets.createOnLogin!=="off"&&Pe(!0),De(u)};(0,V.useEffect)(()=>{if(!k||!l){t.connectors?.removeEmbeddedWalletConnector();return}let u=l?.linkedAccounts.filter(d=>d.type==="wallet"&&d.walletClient==="privy");if(u&&u.length>0){let d=u[0].address;t.connectors?.addEmbeddedWalletConnector(k,d,D.defaultChain)}},[k,l]),(0,V.useEffect)(()=>{k&&te?.(k)},[k]),(0,V.useEffect)(()=>{(async()=>{if(!D.customAuth?.enabled)return;Pe(!0);let{getCustomAccessToken:d,isLoading:h}=D.customAuth;if(!(!n||h))try{let v=await d();if(!v){await Kn.logout();return}if(a)return;t.startAuthFlow(new zr(v));let{user:F,isNewUser:pe}=await t.authenticate();F||await Kn.logout(),c(F||null),x(pe||!1),s(!0),yr(!0)}catch(v){console.warn(v),a&&await Kn.logout()}})()},[D.customAuth?.enabled,D.customAuth?.getCustomAccessToken,D.customAuth?.isLoading,n,a]),(0,V.useEffect)(()=>{Eo&&k&&l&&Vo(l,e.config?.embeddedWallets?.createOnLogin)&&(yr(!1),ac(l,$r).catch(console.error))},[Eo&&k&&l]),(0,V.useEffect)(()=>{async function u(){let d=await t.getServerConfig();ke(d);let h=Ns(d,e.config);Xe(h),d.customApiUrl&&t.updateApiUrl(d.customApiUrl);let v=(0,ih.createStore)();U(v),t.initializeConnectorManager(h.walletConnectCloudProjectId,h.rpcConfig,h.chains,h.defaultChain,v),t.connectors?.initialize();let F=Fs();Sv();let pe=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(s(!!pe),pe&&Se(we,"login","onComplete",pe,!1,!0,null),c(pe)),F||Ue.setReadyToTrue(),F&&pe&&y(!0),jn()}n||u()},[t,xe,n]),(0,V.useEffect)(()=>{let u=Ns(ye,e.config);Xe(u)},[e.config,ye]);let Fs=()=>{let u=new URLSearchParams(window.location.search),d=u.get("privy_oauth_code"),h=u.get("privy_oauth_state"),v=u.get("privy_oauth_provider");return d&&h&&v?(t.startAuthFlow(new zo(v,d,h)),et("AWAITING_OAUTH_SCREEN"),!0):!1},wr=async(u,d,h)=>{let v=await t.connectors?.createWalletConnector(u,d)||null;Cr(v,d,h)};async function Cr(u,d,h){if(!u)return A({status:"disconnected",connectError:new $("Unable to connect to wallet."),connector:null,connectRetry:P}),h?.(null);u instanceof to&&d&&u.resetConnection(d),A({connector:u,status:"connecting",connectError:null,connectRetry:()=>Cr(u,d,h)});try{let v=await u.connect({showPrompt:!0});if(D.shouldSwitchChainOnConnect&&!D.chains.find(F=>F.id===Number(v?.chainId))&&!(v?.connectorType==="wallet_connect_v2"&&v?.walletClientType==="metamask")){A(F=>({...F,connector:u,status:"switching_to_supported_chain",connectError:null,connectRetry:P}));try{await v?.switchChain(D.defaultChain.id),v&&(v.chainId=jr(Tr(D.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${D.defaultChain.id}`)}}return A(F=>({...F,status:"connected",connectError:null,connectRetry:P})),v&&!O&&Se(we,"connectWallet","onSuccess",v),h?.(v)}catch(v){return v instanceof ht?(console.warn(v.cause?v.cause:v.message),O||Se(we,"connectWallet","onError",v.privyErrorCode||"generic_connect_wallet_error")):(console.warn(v),O||Se(we,"connectWallet","onError","unknown_connect_wallet_error")),A(F=>({...F,status:"disconnected",connectError:v})),h?.(null)}}let $n=u=>{u!==null&&t.startAuthFlow(new Pr(u))},jn=()=>{let u=new URLSearchParams(window.location.search),d=u.get("privy_connector"),h=u.get("privy_wallet_client");if(!d||!h)return;if(h==="phantom"&&!Zt()&&et("LOGIN_FAILED_SCREEN"),!t.connectors)throw new C("Connector not initialized");De("AWAITING_CONNECTION");let v=new URL(window.location.href);v.searchParams.delete("privy_connector"),v.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",v),wr(d,h,$n)};(0,V.useEffect)(()=>{n&&a&&l===null&&t.getAuthenticatedUser().then(c)},[n,a,l,t]);let br=()=>{if(!a)throw new C("User must be authenticated before linking a wallet.");y(!0),De("LINK_WALLET_SCREEN")},st=u=>{if(!a||!l)return!1;for(let d of l.linkedAccounts)if(d.type==="wallet"&&d.address===u.address)return!0;return!1},ft=async u=>{if(!t.connectors)throw new C("Connector not initialized");let d=t.connectors.findWalletConnector(u.connectorType,u.walletClientType)||null;A(h=>({...h,connector:d,status:"connected",connectError:null,connectRetry:P})),$n(u),et("AWAITING_CONNECTION")},At=async(u,d)=>{vr.current="siwe",await Cr(u,d,$n)},Bs=async(u,d)=>{if(!D.fiatOnRamp.enabled)throw new C("Fiat on-ramp is not enabled");if(!d||!d.provider||d.provider==="moonpay"){let{signedUrl:h,externalTransactionId:v}=await wu(t,u,d?.config??{},D.appearance.palette,D.fiatOnRamp.useSandbox);return{signedUrl:h,externalTransactionId:v}}else throw new C("Unsupported fund provider. Currently supported option is `moonpay`.")},lt=()=>{f(u=>{let d=t.connectors?.wallets.map(h=>({...h,linked:st(h),loginOrLink:async()=>{if(!await h.isConnected())throw new C("Wallet is not connected");if(h.connectorType==="embedded"&&h.walletClientType==="privy")throw new C("Cannot link or login with embedded wallet");ft(h)},fund:async v=>{let{signedUrl:F,externalTransactionId:pe}=await Bs(h.address,v);me({fiatOnRampPrompt:{signedUrl:F},fiatOnRampStatus:{externalTransactionId:pe}}),De("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new C("User is not authenticated.");if(h.connectorType==="embedded"&&h.walletClientType==="privy")throw new C("Cannot unlink an embedded wallet");let v=await t.unlinkWallet(h.address);c(v)}}))||[];return ta(u,d)?u:d})};(0,V.useEffect)(()=>{lt()},[l?.linkedAccounts,a,n]),(0,V.useEffect)(()=>{if(n){if(!t.connectors)throw new C("Connector not initialized");lt(),t.connectors.on("walletsUpdated",lt)}},[n]);let qn=()=>{De(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};(0,V.useEffect)(()=>{if(!w[0])return;let u=w[0],d=E.current.find(v=>v.address===u.address),h=l?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===u.address);if(!d&&h){let v=Object.assign({},l);v.wallet=h&&{address:h.address,chainType:h.chainType,chainId:h.chainId,walletClient:h.walletClient,walletClientType:h.walletClientType,connectorType:h.connectorType},c(v)}E.current=w},[w]);let ac=async(u,d)=>{if(ge(u))throw Se(we,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[v,F]=await Promise.all([Ue.initializeWalletProxy(d),Fe()]);if(!v&&e.config?.customAuth?.enabled)throw Se(we,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!v||!F||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((pe,qe)=>{Pe(!0),me({createWallet:{onSuccess:Rt=>{Se(we,"createWallet","onSuccess",Rt),pe(Rt)},onFailure:Rt=>{Se(we,"createWallet","onError","unknown_embedded_wallet_error"),qe(Rt)},callAuthOnSuccessOnClose:!1}}),De("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await v.create({accessToken:F});let pe=await Ue.refreshUser(),qe=ge(pe);if(!qe)throw Se(we,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return Se(we,"createWallet","onSuccess",qe),qe}},bh=u=>{if(!D.chains.map(d=>d.id).includes(u))throw new $(`Chain ID ${u} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},sc=(u,d,h)=>new Promise(async(v,F)=>{if(!a||!l){F(new Error("User must be authenticated before signing with a Privy wallet"));return}let pe=ge(l);if(!pe){F(new Error("Must have a Privy wallet before signing"));return}Pe(!0);let qe=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,Gr=u.chainId?Number(u.chainId):qe.chainId;bh(Gr);let Rt=Object.assign({},u,{chainId:Gr}),Yn=async()=>{let Ho=await Fe();if(!Ho||!k){F(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await Ue.recoverEmbeddedWallet()){F(new Error("Unable to connect to wallet"));return}let cc=new Vn.StaticJsonRpcProvider(Ht(Rt.chainId,D.chains,D.rpcConfig)),Ph=await Un(pe.address,Rt,cc),xh=await xs(Ho,pe.address,k,Ph,cc);v(xh)}catch(Fi){F(Fi)}};if(D.embeddedWallets.noPromptOnSignature)d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),Yn();else{let Ho={transactionRequest:Rt,onSuccess:v,onFailure:F,uiOptions:d||{},fundWalletConfig:h},Fi={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:F};me({connectWallet:Fi,sendTransaction:Ho}),De("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function lc(){return new Promise(async(u,d)=>{let h=await Fe();if(!h||!k)throw new Error("Must have valid access token to enroll in MFA");try{await k.verifyMfa({accessToken:h}),u()}catch(v){d(v)}})}let Kn={ready:n,authenticated:a,user:l,walletConnectors:t.connectors||null,connectWallet:qn,linkWallet:br,linkEmail:()=>{if(!a)throw new C("User must be authenticated before linking an email address.");if(l?.email)throw new C("User already has an email linked to their account.");y(!0),De("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new C("User must be authenticated before linking a phone number.");if(l?.phone)throw new C("User already has a phone number linked to their account.");y(!0),De("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new C("User must be authenticated before linking a Google account.");if(l?.google)throw new C("User already has a Google account linked to their account.");await Ue.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new C("User must be authenticated before linking a Twitter account.");if(l?.twitter)throw new C("User already has a Twitter account linked to their account.");await Ue.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new C("User must be authenticated before linking a Discord account.");if(l?.discord)throw new C("User already has a Discord account linked to their account.");await Ue.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new C("User must be authenticated before linking a GitHub account.");if(l?.github)throw new C("User already has a Github account linked to their account.");await Ue.initLoginWithOAuth("github")},linkTiktok:async()=>{if(!a)throw new C("User must be authenticated before linking a TikTok account.");if(l?.tiktok)throw new C("User already has a Tiktok account linked to their account.");await Ue.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new C("User must be authenticated before linking a LinkedIn account.");if(l?.linkedin)throw new C("User already has a LinkedIn account linked to their account.");await Ue.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new C("User must be authenticated before linking an Apple account.");await Ue.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(u=>{Hr(()=>u)}),Hr(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}L(!0),et("LANDING")},logout:async()=>{await t.logout(),c(null),s(!1),I(null),Se(we,"logout","onSuccess"),y(!1),r(!1),re.del(Zn)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!l||!l.wallet)return new he;let u=w.find(h=>l.wallet&&h.address===l.wallet.address),d=t.connectors?.walletConnectors.find(h=>h.wallets.find(v=>v.address===u?.address));return!u||!d?new he:d.proxyProvider},getEthersProvider:()=>{if(!l||!l.wallet)return new Vn.Web3Provider(new Gt(new he));let u=w.find(h=>l.wallet&&h.address===l.wallet.address),d=t.connectors?.walletConnectors.find(h=>h.wallets.find(v=>v.address===u?.address));return!u||!d?new Vn.Web3Provider(new Gt(new he)):new Vn.Web3Provider(new Gt(d.proxyProvider))},getWeb3jsProvider:()=>{if(!l||!l.wallet)return new qo(new he);let u=w.find(h=>l.wallet&&h.address===l.wallet.address),d=t.connectors?.walletConnectors.find(h=>h.wallets.find(v=>v.address===u?.address));return!u||!d?new qo(new he):new qo(d.proxyProvider)},unlinkWallet:async u=>{let d=await t.unlinkWallet(u);return c(d),d},unlinkEmail:async u=>{let d=await t.unlinkEmail(u);return c(d),d},unlinkPhone:async u=>{let d=await t.unlinkPhone(u);return c(d),d},unlinkGoogle:async u=>{let d=await t.unlinkOAuth("google",u);return c(d),d},unlinkTwitter:async u=>{let d=await t.unlinkOAuth("twitter",u);return c(d),d},unlinkDiscord:async u=>{let d=await t.unlinkOAuth("discord",u);return c(d),d},unlinkGithub:async u=>{let d=await t.unlinkOAuth("github",u);return c(d),d},unlinkTiktok:async u=>{let d=await t.unlinkOAuth("tiktok",u);return c(d),d},unlinkLinkedIn:async u=>{let d=await t.unlinkOAuth("linkedin",u);return c(d),d},unlinkApple:async u=>{let d=await t.unlinkOAuth("apple",u);return c(d),d},setActiveWallet:async u=>{let d=w.find(v=>(0,Oi.getAddress)(v.address)===(0,Oi.getAddress)(u)),h=l?.linkedAccounts.find(v=>v.type==="wallet"&&(0,Oi.getAddress)(v.address)===(0,Oi.getAddress)(u));if(!d||!await d.isConnected())G(u),br();else if(!d.linked)d.loginOrLink();else{let v=Object.assign({},l);v.wallet=h&&{address:h.address,chainType:h.chainType,chainId:h.chainId,walletClient:h.walletClient,walletClientType:h.walletClientType,connectorType:h.connectorType},c(v)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!l)throw Se(we,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return ac(l,15e3)},setWalletPassword:()=>new Promise(async(u,d)=>{if(!a||!l){d(new Error("User must be authenticated before adding password to Privy wallet"));return}let h=ge(l);if(!h||!k){d(new Error("Must have a Privy wallet to add a password"));return}if(h.recoveryMethod==="user-passcode"){d(new Error("Cannot set password. Embedded wallet already has a password."));return}await lc(),Pe(!0);let v={onSuccess:u,onFailure:d,callAuthOnSuccessOnClose:!1},F={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:d};me({setWalletPassword:v,connectWallet:F}),De("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(u,d)=>new Promise(async(h,v)=>{if(!a||!l){v(new Error("User must be authenticated before signing with a Privy wallet"));return}let F=ge(l);if(!F){v(new Error("Must have a Privy wallet before signing"));return}if(typeof u!="string"||u.length<1){v(new Error("Message must be a non-empty string"));return}Pe(!0);let pe=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let qe=await Fe();if(!k||!qe)throw new Error("Unable to connect to wallet");if(!await Ue.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:F.address});let{response:Rt}=await k.rpc({accessToken:qe,address:F.address,request:{method:"personal_sign",params:[u,F.address]}}),Yn=Rt.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:F.address}),Yn};if(D.embeddedWallets.noPromptOnSignature){d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let qe=await pe();h(qe)}catch(qe){v(qe??new tt("Unable to sign message"))}}else{let Rt={message:u,confirmAndSignMessage:pe,onSuccess:Ho=>{h(Ho)},onFailure:Ho=>{v(Ho)},uiOptions:d||{}},Yn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:v};me({signMessage:Rt,connectWallet:Yn}),De("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(u,d,h)=>{let F=await(await sc(u,d,h)).wait();return Ss(F)},exportWallet:()=>new Promise(async(u,d)=>{if(!a||!l){d(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!ge(l)){d(new Error("Must have a Privy wallet before exporting"));return}Pe(!0);let v={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},F=await Fe();if(!F||!k)throw new Error("Must have valid access token to enroll in MFA");if(!k){d(new Error("Must have a Privy wallet before exporting"));return}await k.verifyMfa({accessToken:F});let pe={appId:e.appId,origin:t.apiUrl,onSuccess:u,onFailure:d};me({keyExport:pe,connectWallet:v}),De("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:lc,async init(u){let d;switch(u){case"sms":d=new Us("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${u}`)}t.startMfaFlow(d),await d.init()},async submit(u,d){switch(u){case"totp":case"sms":gr.current?.resolve({mfaMethod:u,mfaCode:d}),await new Promise((h,v)=>{Ui.current={resolve:h,reject:v}});break;default:throw gr.current?.reject(new C("Unsupported MFA method")),new C(`Unsupported MFA method: ${u}`)}},cancel(){gr.current?.reject(new C("MFA canceled"))},async initEnrollmentWithSms(u){let d=await Fe();if(!d||!k)throw new Error("Must have valid access token to enroll in MFA");await k.initEnrollMfa({method:"sms",accessToken:d,phoneNumber:u.phoneNumber})},enrollInMfa(u){return new Promise((d,h)=>{if(!u){Ue.closePrivyModal(),d();return}D.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."),me({mfaEnrollmentFlow:{mfaMethods:D.mfa.methods,onSuccess:d,onFailure:h}}),De("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let u=await Fe();if(!u||!k)throw new Error("Must have valid access token to enroll in MFA");let d=await k.initEnrollMfa({method:"totp",accessToken:u});return{secret:d.secret,authUrl:d.authUrl}},async submitEnrollmentWithSms(u){let d=await Fe();if(!d||!k)throw new Error("Must have valid access token to enroll in MFA");await k.submitEnrollMfa({method:"sms",accessToken:d,phoneNumber:u.phoneNumber,code:u.mfaCode});let h=await t.getAuthenticatedUser();c(h)},async submitEnrollmentWithTotp(u){let d=await Fe();if(!d||!k)throw new Error("Must have valid access token to enroll in MFA");await k.submitEnrollMfa({method:"totp",accessToken:d,code:u.mfaCode});let h=await t.getAuthenticatedUser();c(h)},async unenroll(u){let d=await Fe();if(!d||!k)throw new Error("Must have valid access token to remove MFA");await k.unenrollMfa({method:u,accessToken:d});let h=await t.getAuthenticatedUser();c(h)},loginWithCode(u){return Ue.loginWithCode(u)},initLoginWithEmail(u,d){return Ue.initLoginWithEmail(u,d)},isModalOpen:o};ah=Kn.signMessage,sh=async(...u)=>{let d=await sc(...u);return D.embeddedWallets.waitForTransactionConfirmation&&await d.wait(),d};let Ue=(()=>({isNewUserThisSession:b,isLinking:m,linkingHint:q,pendingTransaction:null,walletConnectionStatus:M,mipdStore:W,connectors:t.connectors?.walletConnectors??[],rpcConfig:D.rpcConfig,chains:D.chains,showFiatPrices:D.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:u=>D.chains.find(d=>d.id===Number(u))?.nativeCurrency.symbol,initializeWalletProxy:async u=>{if(k)return k;let d=new Promise(F=>{Bo(()=>pe=>F(pe))}),h=new Promise(F=>setTimeout(()=>F(null),u)),v=await Promise.race([d,h]);return Bo(null),v},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(u={shouldCallAuthOnSuccess:!0})=>{let d=n&&a&&l;u.shouldCallAuthOnSuccess&&d?(Se(we,"login","onComplete",l,b,!1,vr.current??null),e.onSuccess?.(l,b)):O&&Se(we,"login","onError","exited_auth_flow"),G(null),L(!1),y(!1),x(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},connectWallet:Cr,initLoginWithWallet:At,loginWithWallet:async()=>{if(!n)throw new Jn;if(!(t.authFlow instanceof Pr))throw new C("Must initialize SIWE flow first.");let u,d;if(a)u=await t.link();else try{({user:u,isNewUser:d}=await t.authenticate())}catch(h){throw Se(we,"login","onError",h.privyErrorCode||"generic_connect_wallet_error"),h}c(u||l||null),x(d||!1),s(!0)},initLoginWithOAuth:async u=>{t.startAuthFlow(new zo(u));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async u=>{if(!(t.authFlow instanceof zo))throw new C("Must initialize OAuth flow before calling loginWithOAuth");let d,h;if(a)d=await t.link();else try{({user:d,isNewUser:h}=await t.authenticate()),vr.current=u}catch(v){throw Se(we,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}c(d),x(h||!1),s(!0)},initLoginWithEmail:async(u,d)=>{let h=new Er(u,d);t.startAuthFlow(h);try{vr.current="email",await h.sendCodeEmail()}catch(v){throw Se(we,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},initLoginWithSms:async(u,d)=>{let h=new xr(u,d);t.startAuthFlow(h);try{vr.current="sms",await h.sendSmsCode()}catch(v){throw Se(we,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async u=>{if(!n)throw new Jn;if(t.authFlow instanceof Er)t.authFlow.meta.emailCode=u.trim();else if(t.authFlow instanceof xr)t.authFlow.meta.smsCode=u.trim();else throw new C("Must initialize a passwordless code flow first");let d,h;a?d=await t.link():{user:d,isNewUser:h}=await t.authenticate(),c(d||l||null),x(h||!1),s(!0)},refreshUser:async()=>{let u=await t.getAuthenticatedUser();return c(u),u},walletProxy:k,createAnalyticsEvent:(u,d,h)=>t.createAnalyticsEvent(u,d,h),getUsdTokenPrice:u=>t.getUsdTokenPrice(u),recoverEmbeddedWallet:async()=>new Promise(async(u,d)=>{let h=l?.linkedAccounts.find(F=>F.type==="wallet"&&F.walletClientType==="privy"),v=await Fe();if(!v||!k||!h){d(new Error("Must have valid access token and Privy wallet to recover wallet"));return}Pe(!0);try{await k.connect({accessToken:v,address:h.address}),u(!0)}catch(F){fn(F)&&h.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:h.address}),(await k.recover({address:h.address,accessToken:v})).address||d(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:h.address}),u(!0)):fn(F)?(me({recoverWallet:{privyWallet:h,onFailure:d,onSuccess:()=>u(!0)}}),De("EMBEDDED_WALLET_RECOVERY_SCREEN")):d(F)}}),getFiatOnRampConfig:Bs,setReadyToTrue:()=>{i(!0),xe?.()},updateWallets:()=>lt()}))();lh=Ue.recoverEmbeddedWallet;let Eh=(0,V.useMemo)(()=>({wallets:w}),[w]);return(0,Ft.jsx)(Be.Provider,{value:Kn,children:(0,Ft.jsx)(il.Provider,{value:we,children:(0,Ft.jsx)(Xl.Provider,{value:Eh,children:(0,Ft.jsxs)(Nu,{...D,children:[e.children,(0,Ft.jsxs)(sl.Provider,{value:Ue,children:[(0,Ft.jsx)(Of,{theme:{...D.appearance.palette||{}}}),(0,Ft.jsx)(fd,{appConfig:D,data:je,setModalData:me,setInitialScreen:I,initialScreen:g,authenticated:a,children:(0,Ft.jsx)(Bf,{open:o})}),kt&&ye.id?(0,Ft.jsx)(rh,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:l?.mfaMethods,mfaPromise:gr,mfaSubmitPromise:Ui,onLoad:oe,onLoadFailed:()=>null}):null]})]})})})})};var dh=require("react");function ph(e){let{login:t}=(0,dh.useContext)(Be);return ro("login",e),{login:t}}var uh=require("react");function mh(e){let{logout:t}=(0,uh.useContext)(Be);return ro("logout",e),{logout:t}}var ic=require("react");var fh=()=>{let e=so(),{initLoginWithEmail:t,loginWithCode:o}=j(),r=(0,ic.useCallback)(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");if(e.status==="disabled")return t(i);let a=await e.waitForResult();return t(i,a)},[t,e]),n=(0,ic.useCallback)(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new hi(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};var hh=require("react");function yh(e){let{connectWallet:t}=(0,hh.useContext)(Be);return ro("connectWallet",e),{connectWallet:t}}var gh=require("react");function vh(e){let{createWallet:t}=(0,gh.useContext)(Be);return ro("createWallet",e),{createWallet:t}}var wh=require("react");var Ch=()=>{let{isModalOpen:e}=(0,wh.useContext)(Be);return{isOpen:e}};0&&(module.exports={AsExternalProvider,Captcha,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,SUPPORTED_CHAINS,VERSION,WalletConnector,errorIndicatesMaxMfaRetries,errorIndicatesMfaTimeout,errorIndicatesMfaVerificationFailed,getAccessToken,useConnectWallet,useCreateWallet,useLogin,useLoginWithEmail,useLogout,useMfa,useMfaEnrollment,useModalStatus,usePrivy,useRegisterMfaListener,useWallets});
|
|
2499
|
+
`;var We=require("react/jsx-runtime"),dv={["LANDING"]:am,["AWAITING_PASSWORDLESS_CODE"]:Zd,["AWAITING_CONNECTION"]:hp,["AWAITING_CONNECT_ONLY_CONNECTION"]:vp,["PHANTOM_INTERSTITIAL_SCREEN"]:Tf,["LOGIN_FAILED_SCREEN"]:mm,["AWAITING_OAUTH_SCREEN"]:bf,["ALLOWLIST_REJECTION_SCREEN"]:Gd,["INSTALL_PHANTOM_SCREEN"]:ku,["LINK_EMAIL_SCREEN"]:lm,["LINK_PHONE_SCREEN"]:dm,["LINK_WALLET_SCREEN"]:pm,["CONNECT_ONLY_LANDING_SCREEN"]:up,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:ap,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:lu,["EMBEDDED_WALLET_CREATED_SCREEN"]:kp,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Tp,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:hu,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Mp,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:Lf,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:If,["FIAT_ON_RAMP_PROMPT_SCREEN"]:bu,["FIAT_ON_RAMP_STATUS_SCREEN"]:Pu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:mu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:cu,["MFA_ENROLLMENT_FLOW_SCREEN"]:Fm},pv=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o}=q(),{ready:r,currentScreen:n}=S(),i=(0,Ni.useRef)(null),a=Wd(i);if((!o||!r)&&n!=="AWAITING_OAUTH_SCREEN")return(0,We.jsxs)(In,{children:[(0,We.jsx)(T,{}),(0,We.jsx)(J,{}),(0,We.jsx)(bm,{children:(0,We.jsx)(no,{})}),(0,We.jsx)(Q,{}),(0,We.jsx)(Z,{})]});if(!n)return null;let s=dv[n];return s?(0,We.jsx)(In,{style:{height:a},children:(0,We.jsxs)("div",{ref:i,children:[(0,We.jsx)(Ro,{if:!!e,children:(0,We.jsx)(s,{})}),(0,We.jsx)(Ro,{if:!e,children:(0,We.jsx)(wf,{open:e,onClose:t})})]})}):null},Bf=({open:e})=>{let{app:t}=S(),[o,r]=(0,Ni.useState)(!1),{gracefulClosePrivyModal:n,onEscape:i}=wm(),[a,s]=(0,Ni.useState)(!1);ya({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||s(!0)}}),(0,Uf.useEffect)(()=>{r(!0)},[]);let l=(0,We.jsx)(Df,{children:(0,We.jsx)(pv,{isMfaVerifying:a,onMfaVerificationComplete:()=>s(!1)})}),c=e||a,m=t?.render.inDialog?(0,We.jsx)("div",{onKeyDown:i,children:(0,We.jsx)(Cm,{open:c,id:"privy-dialog",onClick:()=>n(),children:l})}):l;if(o){let y=t?.render.inParentNodeId&&document.getElementById(t.render.inParentNodeId)||document.body;return Ff.default.createPortal(m,y)}return null};var Ut={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:Fc,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var uv=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),mv=e=>uv.has(e),fv=(e,t,o)=>o.indexOf(e)===t,Hf=({input:e})=>e?e.filter(mv).filter(fv):Ut.appearance.walletList;var Gf={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 zf={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 Vf={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 $f={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 jf={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 qf={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 Kf={id:5,network:"goerli",name:"Goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-goerli.g.alchemy.com/v2"],webSocket:["wss://eth-goerli.g.alchemy.com/v2"]},infura:{http:["https://goerli.infura.io/v3"],webSocket:["wss://goerli.infura.io/ws/v3"]},default:{http:["https://rpc.ankr.com/eth_goerli"]},public:{http:["https://rpc.ankr.com/eth_goerli"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli.etherscan.io"},default:{name:"Etherscan",url:"https://goerli.etherscan.io"}},testnet:!0};var Yf={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 Jf={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 Qf={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 Ls={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 Zf={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 Xf={id:11155111,network:"sepolia",name:"Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"SEP",decimals:18},rpcUrls:{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 zn=[hs,ys,gs,Kf,Xf,Ls,Cs,bs,Wi,Mi,Vf,$f,jf,qf,vs,ws,Jf,Qf,Gf,zf,Es,Ps,Yf,Zf],d8=new Set(zn.map(e=>e.id));var hr=_(require("tinycolor2")),eh="#FFFFFF",hv="#000000",yv=eh,gv="#1E1E1D";function vv(e){return e<.8&&e>.2&&console.warn("Background color is not light or dark enough, which could lead to accessibility issues."),e>.5?"light":"dark"}function fr(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return(0,hr.default)({...e.toHsl(),l:o})}function th({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=eh,blackHex:a=hv}){let s;switch(e){case"light":s=yv;break;case"dark":s=gv;break;default:s=e;break}let l=(0,hr.default)(s),c=(0,hr.default)(t),m=(0,hr.default)(o),y=(0,hr.default)(r),C=(0,hr.default)(n),f=vv(l.getLuminance()),P=fr(l,f==="light"?-.04:.11),b=fr(l,f==="light"?-.88:.87),x=fr(l,f==="light"?-.77:.75),g=fr(l,f==="light"?-.43:.45).desaturate(f==="light"?60:20),I=fr(l,f==="light"?-.08:.25).desaturate(f==="light"?60:20),L=fr(c,.15),M=fr(c,-.06),W=(0,hr.default)(c.getLuminance()>.5?a:i),R=fr(m,-.16);return{colorScheme:f,background:l.toHslString(),background2:P.toHslString(),foreground:b.toHslString(),foreground2:x.toHslString(),foreground3:g.toHslString(),foreground4:I.toHslString(),accent:c.toHslString(),accentLight:L.toHslString(),accentDark:M.toHslString(),foregroundAccent:W.toHslString(),success:m.toHslString(),successDark:R.toHslString(),error:C.toHslString(),warn:y.toHslString()}}function Ns(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple"],r=t?.loginMethods?.filter(z=>o.includes(z)),n,i,a,s,l,c,m,y,C,f;t?.loginMethods?(n=t.loginMethods.includes("email"),i=t.loginMethods.includes("sms"),a=t.loginMethods.includes("wallet"),s=r?.includes("google"),l=r?.includes("twitter"),c=r?.includes("discord"),m=r?.includes("tiktok"),C=r?.includes("github"),y=r?.includes("linkedin"),f=r?.includes("apple")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,s=e.googleOAuth,l=e.twitterOAuth,c=e.discordOAuth,C=e.githubOAuth,m=e.tiktokOAuth,y=e.linkedinOAuth,f=e.appleOAuth);let P=[n,i].filter(Boolean),b=[s,l,c,C,m,y,f].filter(Boolean),x=[a].filter(Boolean);if(P.length+b.length+x.length===0)throw new Error("You must enable at least one login method");let g=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;g&&x.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),g=!1):!g&&b.length+P.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),g=!0);let I=Hf({isWalletLoginEnabled:a,input:t?.appearance?.walletList});if(t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let L=t?.intl?.defaultCountry??"US",{chains:M,defaultChain:W}=wv(t?.additionalChains,t?.supportedChains,t?.defaultChain),R=!!t?.defaultChain||!!t?.supportedChains,N=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1;return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:th({backgroundTheme:t?.appearance?.theme??Ut.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Ut.appearance.accentColor}),loginGroupPriority:g?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:I},loginMethods:{wallet:a,email:n,sms:i,google:s,twitter:l,discord:c,github:C,tiktok:m,linkedin:y,apple:f},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Ut.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Ut.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Ut.rpcConfig.rpcTimeouts},chains:M,defaultChain:W,intl:{defaultCountry:L},shouldSwitchChainOnConnect:R,captchaEnabled:e.captchaEnabled??Ut.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...N?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1,noPromptOnSignature:!0}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:N?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??Ut.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??Ut._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Ut._render.inParentNodeId}}}function oh(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:o,additionalChains:r,supportedChains:n,defaultChain:i,...a}=e;return{...a,...r?{additionalChains:r.map(l=>l.id)}:void 0,...n?{supportedChains:n.map(l=>l.id)}:void 0,...i?{defaultChain:i.id}:void 0,...o?{...o,...o.logo&&typeof o.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function wv(e,t,o){let r;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");r=t.map(a=>zn.find(l=>l.id===a.id)??a)}else r=zn.concat(e??[]);let n=t?r[0]:Ls,i=o??n;if(!r.find(a=>a.id===i.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:r,defaultChain:i}}var Ds=require("react");var Os=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;case"privy:wallet:set-recovery-password":return r;case"privy:mfa:verify":return r;case"privy:mfa:init-enrollment":return r;case"privy:mfa:submit-enrollment":return r;case"privy:mfa:unenroll":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};async function Br(e,t,o,r,n,i=!1){let a=i,s=async m=>{if(a&&t&&t.length>0){m===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new He("missing_or_invalid_mfa","MFA verification failed, retry."));let y=await new Promise((C,f)=>{o.current={resolve:C,reject:f};let P=1e3*60*5;setTimeout(()=>{let b=new He("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(b),f(b)},P)});return await e(y)}return await e()},l=4,c=null;for(let m=0;m<l;m++)try{c=await s(m),r.current?.resolve(void 0);break}catch(y){if(y.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),y}if(c===null){let m=new He("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(m),m}return c}var nh=require("react/jsx-runtime"),Cv=function(e){return()=>`id-${e++}`}(0);function bv(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Co(e){return e.error!==void 0}var Jt=new Os,nc=new Map,Ev=(e,t)=>typeof t=="bigint"?t.toString():t,Pv=(e,t)=>`${e}${JSON.stringify(t,Ev)}`;function bo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=Pv(e,t);if(e==="privy:wallet:create"){let a=nc.get(n);if(a)return a}let i=new Promise((a,s)=>{let l=Cv();Jt.enqueue(l,{resolve:a,reject:s}),r.postMessage({id:l,event:e,data:t},"*")}).finally(()=>{nc.delete(n)});return nc.set(n,i),i}function xv(e){switch(e.event){case"privy:iframe:ready":let t=Jt.dequeue(e.event,e.id);return Co(e)?t.reject(new He(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Jt.dequeue(e.event,e.id);return Co(e)?o.reject(new He(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Jt.dequeue(e.event,e.id);return Co(e)?r.reject(new He(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Jt.dequeue(e.event,e.id);return Co(e)?n.reject(new He(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Jt.dequeue(e.event,e.id);return Co(e)?i.reject(new He(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Jt.dequeue(e.event,e.id);return Co(e)?a.reject(new He(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let s=Jt.dequeue(e.event,e.id);return Co(e)?s.reject(new He(e.error.type,e.error.message)):s.resolve(e.data);case"privy:mfa:init-enrollment":{let l=Jt.dequeue(e.event,e.id);return Co(e)?l.reject(new He(e.error.type,e.error.message)):l.resolve(e.data)}case"privy:mfa:submit-enrollment":{let l=Jt.dequeue(e.event,e.id);return Co(e)?l.reject(new He(e.error.type,e.error.message)):l.resolve(e.data)}case"privy:mfa:unenroll":{let l=Jt.dequeue(e.event,e.id);return Co(e)?l.reject(new He(e.error.type,e.error.message)):l.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function rh(e){let t=(0,Ds.useRef)(null),o=Nd();return(0,Ds.useEffect)(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&bv(c.data)&&xv(c.data)}let i={create(c){return bo("privy:wallet:create",c,r)},connect(c){return bo("privy:wallet:connect",c,r)},recover(c){return Br(m=>bo("privy:wallet:recover",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return Br(m=>bo("privy:wallet:rpc",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return Br(m=>bo("privy:wallet:set-recovery-password",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return Br(m=>bo("privy:mfa:verify",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return Br(m=>bo("privy:mfa:init-enrollment",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return bo("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return Br(m=>bo("privy:mfa:unenroll",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)}};window.addEventListener("message",n);let a=()=>e.onLoad(i),s=(...c)=>{console.warn("Privy iframe failed to load: ",...c),e.onLoadFailed()},l=new AbortController;return ed(()=>bo("privy:iframe:ready",{},r),{abortSignal:l.signal}).then(a,s),()=>{window.removeEventListener("message",n),l.abort()}},[t.current,e.mfaMethods]),(0,nh.jsx)("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:Xi(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var Us=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set when initialzing authentication.");try{let t=Nc();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw fe(t)}}async authenticate(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Mfa flow has no API instance");if(!this.meta.smsCode)throw new w("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set prior to calling authenticate.");try{let t=Oc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return Bt(o)}catch(t){throw fe(t)}}};var Ft=require("react/jsx-runtime"),Di;function Tv(e){return typeof e=="string"&&e.length===25}function Fe(){if(!Di){let e=re.get(Vr);return Promise.resolve(e||null)}return Di.getAccessToken()}var ah,ad=(e,t)=>ah(e,t),sh,sd=(e,t)=>sh(e,t),lh,ld=()=>lh(),Sv=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;re.put(Qn,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},ch=({config:e,...t})=>{if(!Tv(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");Di||(Di=new rn({appId:t.appId,apiUrl:t.apiUrl||Ki}));let o=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&o.embeddedWallets?.createOnLogin===void 0&&(o.embeddedWallets||(o.embeddedWallets={}),o.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,Ft.jsx)(_v,{...t,config:o,client:Di})},_v=e=>{let t=e.client,[o,r]=(0,$.useState)(!1),[n,i]=(0,$.useState)(!1),[a,s]=(0,$.useState)(!1),[l,c]=(0,$.useState)(null),[m,y]=(0,$.useState)(!1),[C,f]=(0,$.useState)([]),P=(0,$.useRef)(C),[b,x]=(0,$.useState)(!1),[g,I]=(0,$.useState)(null),[L,M]=(0,$.useState)(!1),[W,R]=(0,$.useState)({status:"disconnected",connectError:null,connector:null,connectRetry:E}),[N,U]=(0,$.useState)(null),[z,F]=(0,$.useState)(null),[k,oe]=(0,$.useState)(null),[ye,ke]=(0,$.useState)({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,linkedinOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1},fiatOnRampEnabled:!1,captchaEnabled:!1,captchaSiteKey:""}),[D,Xe]=(0,$.useState)(()=>{let u=oh(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",u),Ns(ye,e.config)}),[kt,Pe]=(0,$.useState)(!0),[je,me]=(0,$.useState)({}),[xe,Hr]=(0,$.useState)(null),[te,Bo]=(0,$.useState)(null),[Eo,yr]=(0,$.useState)(!1),gr=(0,$.useRef)(null),Ui=(0,$.useRef)(null),we=(0,$.useRef)(Md),vr=(0,$.useRef)(),De=u=>{I(u),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:u})},et=u=>{D.embeddedWallets.createOnLogin!=="off"&&Pe(!0),De(u)};(0,$.useEffect)(()=>{if(!k||!l){t.connectors?.removeEmbeddedWalletConnector();return}let u=l?.linkedAccounts.filter(d=>d.type==="wallet"&&d.walletClient==="privy");if(u&&u.length>0){let d=u[0].address;t.connectors?.addEmbeddedWalletConnector(k,d,D.defaultChain)}},[k,l]),(0,$.useEffect)(()=>{k&&te?.(k)},[k]),(0,$.useEffect)(()=>{(async()=>{if(!D.customAuth?.enabled)return;Pe(!0);let{getCustomAccessToken:d,isLoading:h}=D.customAuth;if(!(!n||h))try{let v=await d();if(!v){await Kn.logout();return}if(a)return;t.startAuthFlow(new zr(v));let{user:B,isNewUser:pe}=await t.authenticate();B||await Kn.logout(),c(B||null),x(pe||!1),s(!0),yr(!0)}catch(v){console.warn(v),a&&await Kn.logout()}})()},[D.customAuth?.enabled,D.customAuth?.getCustomAccessToken,D.customAuth?.isLoading,n,a]),(0,$.useEffect)(()=>{Eo&&k&&l&&Vo(l,e.config?.embeddedWallets?.createOnLogin)&&(yr(!1),ac(l,$r).catch(console.error))},[Eo&&k&&l]),(0,$.useEffect)(()=>{async function u(){let d=await t.getServerConfig();ke(d);let h=Ns(d,e.config);Xe(h),d.customApiUrl&&t.updateApiUrl(d.customApiUrl);let v=(0,ih.createStore)();U(v),t.initializeConnectorManager(h.walletConnectCloudProjectId,h.rpcConfig,h.chains,h.defaultChain,v),t.connectors?.initialize();let B=Fs();Sv();let pe=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(s(!!pe),pe&&Se(we,"login","onComplete",pe,!1,!0,null),c(pe)),B||Ue.setReadyToTrue(),B&&pe&&y(!0),jn()}n||u()},[t,xe,n]),(0,$.useEffect)(()=>{let u=Ns(ye,e.config);Xe(u)},[e.config,ye]);let Fs=()=>{let u=new URLSearchParams(window.location.search),d=u.get("privy_oauth_code"),h=u.get("privy_oauth_state"),v=u.get("privy_oauth_provider");return d&&h&&v?(t.startAuthFlow(new zo(v,d,h)),et("AWAITING_OAUTH_SCREEN"),!0):!1},wr=async(u,d,h)=>{let v=await t.connectors?.createWalletConnector(u,d)||null;Cr(v,d,h)};async function Cr(u,d,h){if(!u)return R({status:"disconnected",connectError:new j("Unable to connect to wallet."),connector:null,connectRetry:E}),h?.(null);u instanceof to&&d&&u.resetConnection(d),R({connector:u,status:"connecting",connectError:null,connectRetry:()=>Cr(u,d,h)});try{let v=await u.connect({showPrompt:!0});if(D.shouldSwitchChainOnConnect&&!D.chains.find(B=>B.id===Number(v?.chainId))&&!(v?.connectorType==="wallet_connect_v2"&&v?.walletClientType==="metamask")){R(B=>({...B,connector:u,status:"switching_to_supported_chain",connectError:null,connectRetry:E}));try{await v?.switchChain(D.defaultChain.id),v&&(v.chainId=jr(Tr(D.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${D.defaultChain.id}`)}}return R(B=>({...B,status:"connected",connectError:null,connectRetry:E})),v&&!L&&Se(we,"connectWallet","onSuccess",v),h?.(v)}catch(v){return v instanceof ht?(console.warn(v.cause?v.cause:v.message),L||Se(we,"connectWallet","onError",v.privyErrorCode||"generic_connect_wallet_error")):(console.warn(v),L||Se(we,"connectWallet","onError","unknown_connect_wallet_error")),R(B=>({...B,status:"disconnected",connectError:v})),h?.(null)}}let $n=u=>{u!==null&&t.startAuthFlow(new Pr(u))},jn=()=>{let u=new URLSearchParams(window.location.search),d=u.get("privy_connector"),h=u.get("privy_wallet_client");if(!d||!h)return;if(h==="phantom"&&!Zt()&&et("LOGIN_FAILED_SCREEN"),!t.connectors)throw new w("Connector not initialized");De("AWAITING_CONNECTION");let v=new URL(window.location.href);v.searchParams.delete("privy_connector"),v.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",v),wr(d,h,$n)};(0,$.useEffect)(()=>{n&&a&&l===null&&t.getAuthenticatedUser().then(c)},[n,a,l,t]);let br=()=>{if(!a)throw new w("User must be authenticated before linking a wallet.");y(!0),De("LINK_WALLET_SCREEN")},st=u=>{if(!a||!l)return!1;for(let d of l.linkedAccounts)if(d.type==="wallet"&&d.address===u.address)return!0;return!1},ft=async u=>{if(!t.connectors)throw new w("Connector not initialized");let d=t.connectors.findWalletConnector(u.connectorType,u.walletClientType)||null;R(h=>({...h,connector:d,status:"connected",connectError:null,connectRetry:E})),$n(u),et("AWAITING_CONNECTION")},At=async(u,d)=>{vr.current="siwe",await Cr(u,d,$n)},Bs=async(u,d)=>{if(!D.fiatOnRamp.enabled)throw new w("Fiat on-ramp is not enabled");if(!d||!d.provider||d.provider==="moonpay"){let{signedUrl:h,externalTransactionId:v}=await wu(t,u,d?.config??{},D.appearance.palette,D.fiatOnRamp.useSandbox);return{signedUrl:h,externalTransactionId:v}}else throw new w("Unsupported fund provider. Currently supported option is `moonpay`.")},lt=()=>{f(u=>{let d=t.connectors?.wallets.map(h=>({...h,linked:st(h),loginOrLink:async()=>{if(!await h.isConnected())throw new w("Wallet is not connected");if(h.connectorType==="embedded"&&h.walletClientType==="privy")throw new w("Cannot link or login with embedded wallet");ft(h)},fund:async v=>{let{signedUrl:B,externalTransactionId:pe}=await Bs(h.address,v);me({fiatOnRampPrompt:{signedUrl:B},fiatOnRampStatus:{externalTransactionId:pe}}),De("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new w("User is not authenticated.");if(h.connectorType==="embedded"&&h.walletClientType==="privy")throw new w("Cannot unlink an embedded wallet");let v=await t.unlinkWallet(h.address);c(v)}}))||[];return ta(u,d)?u:d})};(0,$.useEffect)(()=>{lt()},[l?.linkedAccounts,a,n]),(0,$.useEffect)(()=>{if(n){if(!t.connectors)throw new w("Connector not initialized");lt(),t.connectors.on("walletsUpdated",lt)}},[n]);let qn=()=>{De(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};(0,$.useEffect)(()=>{if(!C[0])return;let u=C[0],d=P.current.find(v=>v.address===u.address),h=l?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===u.address);if(!d&&h){let v=Object.assign({},l);v.wallet=h&&{address:h.address,chainType:h.chainType,chainId:h.chainId,walletClient:h.walletClient,walletClientType:h.walletClientType,connectorType:h.connectorType},c(v)}P.current=C},[C]);let ac=async(u,d)=>{if(ge(u))throw Se(we,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[v,B]=await Promise.all([Ue.initializeWalletProxy(d),Fe()]);if(!v&&e.config?.customAuth?.enabled)throw Se(we,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!v||!B||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((pe,qe)=>{Pe(!0),me({createWallet:{onSuccess:Rt=>{Se(we,"createWallet","onSuccess",Rt),pe(Rt)},onFailure:Rt=>{Se(we,"createWallet","onError","unknown_embedded_wallet_error"),qe(Rt)},callAuthOnSuccessOnClose:!1}}),De("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await v.create({accessToken:B});let pe=await Ue.refreshUser(),qe=ge(pe);if(!qe)throw Se(we,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return Se(we,"createWallet","onSuccess",qe),qe}},bh=u=>{if(!D.chains.map(d=>d.id).includes(u))throw new j(`Chain ID ${u} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},sc=(u,d,h)=>new Promise(async(v,B)=>{if(!a||!l){B(new Error("User must be authenticated before signing with a Privy wallet"));return}let pe=ge(l);if(!pe){B(new Error("Must have a Privy wallet before signing"));return}Pe(!0);let qe=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,Gr=u.chainId?Number(u.chainId):qe.chainId;bh(Gr);let Rt=Object.assign({},u,{chainId:Gr}),Yn=async()=>{let Ho=await Fe();if(!Ho||!k){B(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await Ue.recoverEmbeddedWallet()){B(new Error("Unable to connect to wallet"));return}let cc=new Vn.StaticJsonRpcProvider(Ht(Rt.chainId,D.chains,D.rpcConfig)),Ph=await Un(pe.address,Rt,cc),xh=await xs(Ho,pe.address,k,Ph,cc);v(xh)}catch(Fi){B(Fi)}};if(D.embeddedWallets.noPromptOnSignature)d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),Yn();else{let Ho={transactionRequest:Rt,onSuccess:v,onFailure:B,uiOptions:d||{},fundWalletConfig:h},Fi={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:B};me({connectWallet:Fi,sendTransaction:Ho}),De("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function lc(){return new Promise(async(u,d)=>{let h=await Fe();if(!h||!k)throw new Error("Must have valid access token to enroll in MFA");try{await k.verifyMfa({accessToken:h}),u()}catch(v){d(v)}})}let Kn={ready:n,authenticated:a,user:l,walletConnectors:t.connectors||null,connectWallet:qn,linkWallet:br,linkEmail:()=>{if(!a)throw new w("User must be authenticated before linking an email address.");if(l?.email)throw new w("User already has an email linked to their account.");y(!0),De("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new w("User must be authenticated before linking a phone number.");if(l?.phone)throw new w("User already has a phone number linked to their account.");y(!0),De("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new w("User must be authenticated before linking a Google account.");if(l?.google)throw new w("User already has a Google account linked to their account.");await Ue.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new w("User must be authenticated before linking a Twitter account.");if(l?.twitter)throw new w("User already has a Twitter account linked to their account.");await Ue.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new w("User must be authenticated before linking a Discord account.");if(l?.discord)throw new w("User already has a Discord account linked to their account.");await Ue.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new w("User must be authenticated before linking a GitHub account.");if(l?.github)throw new w("User already has a Github account linked to their account.");await Ue.initLoginWithOAuth("github")},linkTiktok:async()=>{if(!a)throw new w("User must be authenticated before linking a TikTok account.");if(l?.tiktok)throw new w("User already has a Tiktok account linked to their account.");await Ue.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new w("User must be authenticated before linking a LinkedIn account.");if(l?.linkedin)throw new w("User already has a LinkedIn account linked to their account.");await Ue.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new w("User must be authenticated before linking an Apple account.");await Ue.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(u=>{Hr(()=>u)}),Hr(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}M(!0),et("LANDING")},logout:async()=>{await t.logout(),c(null),s(!1),I(null),Se(we,"logout","onSuccess"),y(!1),r(!1),re.del(Zn)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!l||!l.wallet)return new he;let u=C.find(h=>l.wallet&&h.address===l.wallet.address),d=t.connectors?.walletConnectors.find(h=>h.wallets.find(v=>v.address===u?.address));return!u||!d?new he:d.proxyProvider},getEthersProvider:()=>{if(!l||!l.wallet)return new Vn.Web3Provider(new Gt(new he));let u=C.find(h=>l.wallet&&h.address===l.wallet.address),d=t.connectors?.walletConnectors.find(h=>h.wallets.find(v=>v.address===u?.address));return!u||!d?new Vn.Web3Provider(new Gt(new he)):new Vn.Web3Provider(new Gt(d.proxyProvider))},getWeb3jsProvider:()=>{if(!l||!l.wallet)return new qo(new he);let u=C.find(h=>l.wallet&&h.address===l.wallet.address),d=t.connectors?.walletConnectors.find(h=>h.wallets.find(v=>v.address===u?.address));return!u||!d?new qo(new he):new qo(d.proxyProvider)},unlinkWallet:async u=>{let d=await t.unlinkWallet(u);return c(d),d},unlinkEmail:async u=>{let d=await t.unlinkEmail(u);return c(d),d},unlinkPhone:async u=>{let d=await t.unlinkPhone(u);return c(d),d},unlinkGoogle:async u=>{let d=await t.unlinkOAuth("google",u);return c(d),d},unlinkTwitter:async u=>{let d=await t.unlinkOAuth("twitter",u);return c(d),d},unlinkDiscord:async u=>{let d=await t.unlinkOAuth("discord",u);return c(d),d},unlinkGithub:async u=>{let d=await t.unlinkOAuth("github",u);return c(d),d},unlinkTiktok:async u=>{let d=await t.unlinkOAuth("tiktok",u);return c(d),d},unlinkLinkedIn:async u=>{let d=await t.unlinkOAuth("linkedin",u);return c(d),d},unlinkApple:async u=>{let d=await t.unlinkOAuth("apple",u);return c(d),d},setActiveWallet:async u=>{let d=C.find(v=>(0,Oi.getAddress)(v.address)===(0,Oi.getAddress)(u)),h=l?.linkedAccounts.find(v=>v.type==="wallet"&&(0,Oi.getAddress)(v.address)===(0,Oi.getAddress)(u));if(!d||!await d.isConnected())F(u),br();else if(!d.linked)d.loginOrLink();else{let v=Object.assign({},l);v.wallet=h&&{address:h.address,chainType:h.chainType,chainId:h.chainId,walletClient:h.walletClient,walletClientType:h.walletClientType,connectorType:h.connectorType},c(v)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!l)throw Se(we,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return ac(l,15e3)},setWalletPassword:()=>new Promise(async(u,d)=>{if(!a||!l){d(new Error("User must be authenticated before adding password to Privy wallet"));return}let h=ge(l);if(!h||!k){d(new Error("Must have a Privy wallet to add a password"));return}if(h.recoveryMethod==="user-passcode"){d(new Error("Cannot set password. Embedded wallet already has a password."));return}await lc(),Pe(!0);let v={onSuccess:u,onFailure:d,callAuthOnSuccessOnClose:!1},B={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:d};me({setWalletPassword:v,connectWallet:B}),De("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(u,d)=>new Promise(async(h,v)=>{if(!a||!l){v(new Error("User must be authenticated before signing with a Privy wallet"));return}let B=ge(l);if(!B){v(new Error("Must have a Privy wallet before signing"));return}if(typeof u!="string"||u.length<1){v(new Error("Message must be a non-empty string"));return}Pe(!0);let pe=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let qe=await Fe();if(!k||!qe)throw new Error("Unable to connect to wallet");if(!await Ue.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:B.address});let{response:Rt}=await k.rpc({accessToken:qe,address:B.address,request:{method:"personal_sign",params:[u,B.address]}}),Yn=Rt.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:B.address}),Yn};if(D.embeddedWallets.noPromptOnSignature){d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let qe=await pe();h(qe)}catch(qe){v(qe??new tt("Unable to sign message"))}}else{let Rt={message:u,confirmAndSignMessage:pe,onSuccess:Ho=>{h(Ho)},onFailure:Ho=>{v(Ho)},uiOptions:d||{}},Yn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:v};me({signMessage:Rt,connectWallet:Yn}),De("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(u,d,h)=>{let B=await(await sc(u,d,h)).wait();return Ss(B)},exportWallet:()=>new Promise(async(u,d)=>{if(!a||!l){d(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!ge(l)){d(new Error("Must have a Privy wallet before exporting"));return}Pe(!0);let v={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},B=await Fe();if(!B||!k)throw new Error("Must have valid access token to enroll in MFA");if(!k){d(new Error("Must have a Privy wallet before exporting"));return}await k.verifyMfa({accessToken:B});let pe={appId:e.appId,origin:t.apiUrl,onSuccess:u,onFailure:d};me({keyExport:pe,connectWallet:v}),De("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:lc,async init(u){let d;switch(u){case"sms":d=new Us("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${u}`)}t.startMfaFlow(d),await d.init()},async submit(u,d){switch(u){case"totp":case"sms":gr.current?.resolve({mfaMethod:u,mfaCode:d}),await new Promise((h,v)=>{Ui.current={resolve:h,reject:v}});break;default:throw gr.current?.reject(new w("Unsupported MFA method")),new w(`Unsupported MFA method: ${u}`)}},cancel(){gr.current?.reject(new w("MFA canceled"))},async initEnrollmentWithSms(u){let d=await Fe();if(!d||!k)throw new Error("Must have valid access token to enroll in MFA");await k.initEnrollMfa({method:"sms",accessToken:d,phoneNumber:u.phoneNumber})},enrollInMfa(u){return new Promise((d,h)=>{if(!u){Ue.closePrivyModal(),d();return}D.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."),me({mfaEnrollmentFlow:{mfaMethods:D.mfa.methods,onSuccess:d,onFailure:h}}),De("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let u=await Fe();if(!u||!k)throw new Error("Must have valid access token to enroll in MFA");let d=await k.initEnrollMfa({method:"totp",accessToken:u});return{secret:d.secret,authUrl:d.authUrl}},async submitEnrollmentWithSms(u){let d=await Fe();if(!d||!k)throw new Error("Must have valid access token to enroll in MFA");await k.submitEnrollMfa({method:"sms",accessToken:d,phoneNumber:u.phoneNumber,code:u.mfaCode});let h=await t.getAuthenticatedUser();c(h)},async submitEnrollmentWithTotp(u){let d=await Fe();if(!d||!k)throw new Error("Must have valid access token to enroll in MFA");await k.submitEnrollMfa({method:"totp",accessToken:d,code:u.mfaCode});let h=await t.getAuthenticatedUser();c(h)},async unenroll(u){let d=await Fe();if(!d||!k)throw new Error("Must have valid access token to remove MFA");await k.unenrollMfa({method:u,accessToken:d});let h=await t.getAuthenticatedUser();c(h)},loginWithCode(u){return Ue.loginWithCode(u)},initLoginWithEmail(u,d){return Ue.initLoginWithEmail(u,d)},isModalOpen:o};ah=Kn.signMessage,sh=async(...u)=>{let d=await sc(...u);return D.embeddedWallets.waitForTransactionConfirmation&&await d.wait(),d};let Ue=(()=>({headless:!!e.config?.headless,isNewUserThisSession:b,isLinking:m,linkingHint:z,pendingTransaction:null,walletConnectionStatus:W,mipdStore:N,connectors:t.connectors?.walletConnectors??[],rpcConfig:D.rpcConfig,chains:D.chains,showFiatPrices:D.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:u=>D.chains.find(d=>d.id===Number(u))?.nativeCurrency.symbol,initializeWalletProxy:async u=>{if(k)return k;let d=new Promise(B=>{Bo(()=>pe=>B(pe))}),h=new Promise(B=>setTimeout(()=>B(null),u)),v=await Promise.race([d,h]);return Bo(null),v},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(u={shouldCallAuthOnSuccess:!0})=>{let d=n&&a&&l;u.shouldCallAuthOnSuccess&&d?(Se(we,"login","onComplete",l,b,!1,vr.current??null),e.onSuccess?.(l,b)):L&&Se(we,"login","onError","exited_auth_flow"),F(null),M(!1),y(!1),x(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},connectWallet:Cr,initLoginWithWallet:At,loginWithWallet:async()=>{if(!n)throw new Jn;if(!(t.authFlow instanceof Pr))throw new w("Must initialize SIWE flow first.");let u,d;if(a)u=await t.link();else try{({user:u,isNewUser:d}=await t.authenticate())}catch(h){throw Se(we,"login","onError",h.privyErrorCode||"generic_connect_wallet_error"),h}c(u||l||null),x(d||!1),s(!0)},initLoginWithOAuth:async u=>{t.startAuthFlow(new zo(u));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async u=>{if(!(t.authFlow instanceof zo))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let d,h;if(a)d=await t.link();else try{({user:d,isNewUser:h}=await t.authenticate()),vr.current=u}catch(v){throw Se(we,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}c(d),x(h||!1),s(!0)},initLoginWithEmail:async(u,d)=>{let h=new Er(u,d);t.startAuthFlow(h);try{vr.current="email",await h.sendCodeEmail()}catch(v){throw Se(we,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},initLoginWithSms:async(u,d)=>{let h=new xr(u,d);t.startAuthFlow(h);try{vr.current="sms",await h.sendSmsCode()}catch(v){throw Se(we,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async u=>{if(!n)throw new Jn;if(t.authFlow instanceof Er)t.authFlow.meta.emailCode=u.trim();else if(t.authFlow instanceof xr)t.authFlow.meta.smsCode=u.trim();else throw new w("Must initialize a passwordless code flow first");let d,h;a?d=await t.link():{user:d,isNewUser:h}=await t.authenticate(),c(d||l||null),x(h||!1),s(!0)},refreshUser:async()=>{let u=await t.getAuthenticatedUser();return c(u),u},walletProxy:k,createAnalyticsEvent:(u,d,h)=>t.createAnalyticsEvent(u,d,h),getUsdTokenPrice:u=>t.getUsdTokenPrice(u),recoverEmbeddedWallet:async()=>new Promise(async(u,d)=>{let h=l?.linkedAccounts.find(B=>B.type==="wallet"&&B.walletClientType==="privy"),v=await Fe();if(!v||!k||!h){d(new Error("Must have valid access token and Privy wallet to recover wallet"));return}Pe(!0);try{await k.connect({accessToken:v,address:h.address}),u(!0)}catch(B){fn(B)&&h.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:h.address}),(await k.recover({address:h.address,accessToken:v})).address||d(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:h.address}),u(!0)):fn(B)?(me({recoverWallet:{privyWallet:h,onFailure:d,onSuccess:()=>u(!0)}}),De("EMBEDDED_WALLET_RECOVERY_SCREEN")):d(B)}}),getFiatOnRampConfig:Bs,setReadyToTrue:()=>{i(!0),xe?.()},updateWallets:()=>lt()}))();lh=Ue.recoverEmbeddedWallet;let Eh=(0,$.useMemo)(()=>({wallets:C}),[C]);return(0,Ft.jsx)(Be.Provider,{value:Kn,children:(0,Ft.jsx)(il.Provider,{value:we,children:(0,Ft.jsx)(Xl.Provider,{value:Eh,children:(0,Ft.jsxs)(Nu,{...D,children:[e.children,(0,Ft.jsxs)(sl.Provider,{value:Ue,children:[(0,Ft.jsx)(Of,{theme:{...D.appearance.palette||{}}}),(0,Ft.jsx)(fd,{appConfig:D,data:je,setModalData:me,setInitialScreen:I,initialScreen:g,authenticated:a,children:(0,Ft.jsx)(Bf,{open:o})}),kt&&ye.id?(0,Ft.jsx)(rh,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:l?.mfaMethods,mfaPromise:gr,mfaSubmitPromise:Ui,onLoad:oe,onLoadFailed:()=>null}):null]})]})})})})};var dh=require("react");function ph(e){let{login:t}=(0,dh.useContext)(Be);return ro("login",e),{login:t}}var uh=require("react");function mh(e){let{logout:t}=(0,uh.useContext)(Be);return ro("logout",e),{logout:t}}var ic=require("react");var fh=()=>{let e=so(),{initLoginWithEmail:t,loginWithCode:o}=q(),r=(0,ic.useCallback)(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");if(e.status==="disabled")return t(i);let a=await e.waitForResult();return t(i,a)},[t,e]),n=(0,ic.useCallback)(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new hi(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};var hh=require("react");function yh(e){let{connectWallet:t}=(0,hh.useContext)(Be);return ro("connectWallet",e),{connectWallet:t}}var gh=require("react");function vh(e){let{createWallet:t}=(0,gh.useContext)(Be);return ro("createWallet",e),{createWallet:t}}var wh=require("react");var Ch=()=>{let{isModalOpen:e}=(0,wh.useContext)(Be);return{isOpen:e}};0&&(module.exports={AsExternalProvider,Captcha,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,SUPPORTED_CHAINS,VERSION,WalletConnector,errorIndicatesMaxMfaRetries,errorIndicatesMfaTimeout,errorIndicatesMfaVerificationFailed,getAccessToken,useConnectWallet,useCreateWallet,useLogin,useLoginWithEmail,useLogout,useMfa,useMfaEnrollment,useModalStatus,usePrivy,useRegisterMfaListener,useWallets});
|