@privy-io/react-auth 1.17.1 → 1.18.0-beta.10

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/index.js CHANGED
@@ -1,21 +1,149 @@
1
- "use strict";var $n=Object.create;var Xt=Object.defineProperty;var jn=Object.getOwnPropertyDescriptor;var Zn=Object.getOwnPropertyNames;var qn=Object.getPrototypeOf,Kn=Object.prototype.hasOwnProperty;var Jn=(t,e)=>{for(var o in e)Xt(t,o,{get:e[o],enumerable:!0})},Rr=(t,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Zn(e))!Kn.call(t,i)&&i!==o&&Xt(t,i,{get:()=>e[i],enumerable:!(r=jn(e,i))||r.enumerable});return t};var E=(t,e,o)=>(o=t!=null?$n(qn(t)):{},Rr(e||!t||!t.__esModule?Xt(o,"default",{value:t,enumerable:!0}):o,t)),Yn=t=>Rr(Xt({},"__esModule",{value:!0}),t);var ol={};Jn(ol,{AsExternalProvider:()=>Se,ConnectorManager:()=>ft,PrivyClient:()=>gt,PrivyProvider:()=>zn,PrivyProxyProvider:()=>Ce,VERSION:()=>Qt,WalletConnector:()=>ke,getAccessToken:()=>Hn,usePrivy:()=>q});module.exports=Yn(ol);var Vn=require("@ethersproject/providers"),Y=require("react");var Mr=E(require("axios")),ve=class extends Error{constructor(o,r){super(o);r instanceof Error&&(this.cause=r)}toString(){return`${this.type}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},ct=class extends ve{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},w=class extends ve{constructor(o,r){super(o,r);this.type="client_error"}};var Z=class extends ve{constructor(o,r){super(o,r);this.type="connector_error"}},V=t=>{if(t instanceof ve)return t;if(!Mr.default.isAxiosError(t))return ue(t);if(!t.response)return new ct("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new ct(e||"ApiError",t.response.status,o||r,t)},ue=t=>t instanceof ve?t:t instanceof Error?new w(t.message,t):new w(`Internal error: ${t}`);var Nr=()=>"/api/v1/sessions",Or=()=>"/api/v1/sessions/logout",Ur=()=>"/api/v1/sessions/fork",Dr=()=>"/api/v1/siwe/init",Fr=()=>"/api/v1/siwe/authenticate",Gr=()=>"/api/v1/siwe/link",Br=()=>"/api/v1/passwordless/init",Vr=()=>"/api/v1/passwordless/authenticate",Hr=()=>"/api/v1/passwordless/link",zr=()=>"/api/v1/passwordless_sms/init",$r=()=>"/api/v1/passwordless_sms/authenticate",jr=()=>"/api/v1/passwordless_sms/link",Zr=()=>"/api/v1/oauth/init",qr=()=>"/api/v1/oauth/authenticate",Kr=()=>"/api/v1/oauth/link",Jr=()=>"/api/v1/siwe/unlink",Yr=()=>"/api/v1/passwordless/unlink",Xr=()=>"/api/v1/passwordless_sms/unlink",Qr=()=>"/api/v1/oauth/unlink";var Mt=class{constructor(e){this.meta={email:e}}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 e=Vr(),o=await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(e){throw V(e)}}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 e=Hr();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw V(e)}}async sendCodeEmail(e){if(!this.api)throw new w("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new w("Email must be set when initialzing authentication.");try{let o=Br();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw V(o)}}};var dt=class{constructor(e,o,r){this.meta={provider:e},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 e=qr(),o=await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(e){throw V(e)}}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 e=Kr();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw V(e)}}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 e=Zr();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw V(e)}}};var Nt=class{constructor(e,o){this.meta={walletType:o},this.connectors=e,this.walletConnector=this.connectors.createWalletConnector(o,null)}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Fr(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),await this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),{user:r.data.user,token:r.data.token,refresh_token:r.data.refresh_token,is_new_user:r.data.is_new_user}}catch(e){throw V(e)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Gr(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),await this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),r.data}catch(e){throw V(e)}}async promptConnectAndSign(e){let o=await this.walletConnector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(Dr(),{address:r}),s=this.walletConnector.prepareMessage(i,r,n.data.nonce),a=await this.walletConnector.sign(s);return{message:s,signature:a}}};var Ot=class{constructor(e){this.meta={phoneNumber:e}}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 e=$r(),o=await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(e){throw V(e)}}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 e=jr();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw V(e)}}async sendSmsCode(e){if(!this.api)throw new w("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new w("phone nNumber must be set when initialzing authentication.");try{let o=zr();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw V(o)}}};var wi=require("@ethersproject/address");var ei="1.17.1";var ti="https://api.privy.io/v0",Ho=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",Ut="4df5e2316331463a9130964bd6078dfa",oi=1e4,he=1400,Qt=ei;var pt="privy:token",eo="privy:refresh_token",to="privy:connectors",ri="walletconnect",zo=3e4;var $o=class{constructor(){this._cache={}}get(e){return this._cache[e]}put(e,o){o!==void 0?this._cache[e]=o:this.del(e)}del(e){delete this._cache[e]}getKeys(){return Object.keys(this._cache)}},jo=class{get(e){let o=localStorage.getItem(e);return o===null?void 0:JSON.parse(o)}put(e,o){o!==void 0?localStorage.setItem(e,JSON.stringify(o)):this.del(e)}del(e){localStorage.removeItem(e)}getKeys(){return Object.entries(localStorage).map(([e])=>e)}};function Qn(){return typeof window<"u"&&window.localStorage?new jo:new $o}var re=Qn();var ai=E(require("@coinbase/wallet-sdk")),li=require("@ethersproject/address");var ni=require("@ethersproject/address"),si=require("@ethersproject/providers");var ii=require("@ethersproject/logger");var ut=class extends Z{constructor(){super("Wallet timeout");this.type="wallet_error"}},Ve=t=>{if(t instanceof Z)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new ht(t);return t.code===ii.ErrorCode.ACTION_REJECTED&&(e.details=ot.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new ht(t):new Z("Unknown connector error",t)},Zo=class extends ve{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},ht=class extends Zo{constructor(o){var n,s,a;let r=o;super(r.message,r.code,r.data);let i=Object.values(ot).find(h=>h.eipCode===r.code);this.details=i||ot.UNKNOWN_ERROR,r.code===-32002&&((n=r.message)!=null&&n.includes("already pending for origin")?(s=r.message)!=null&&s.includes("wallet_requestPermissions")?this.details=ot.E32002_CONNECTION_ALREADY_PENDING:this.details=ot.E32002_REQUEST_ALREADY_PENDING:(a=r.message)!=null&&a.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=ot.E32002_WALLET_LOCKED))}},es={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}},ts={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},os={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},ot={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...os,...ts},mt={...es,...ot};var rs=12e4,qo=(t=new ut,e=rs)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),Ce=class{constructor(e){this.removeListener=(e,o)=>{if(this.walletProvider)return this.walletProvider.removeListener(e,o)};this.setProvider=e=>{this.walletProvider=e,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=e,this._subscriptions=[]}on(e,o){if(this.walletProvider)return this.walletProvider.on(e,o);this._subscriptions.push({eventName:e,listener:o})}async request(e){if(!this.walletProvider)throw new Z(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),qo()]).catch(o=>{throw Ve(o)})}},Se=class extends Ce{constructor(o){super(o)}},oo=class extends Ce{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var ke=class{constructor(e,o,r){this.createSiweMessage=(e,o,r,i,n,s,a)=>`${r} wants you to sign in with your Ethereum account:
1
+ "use strict";var Ks=Object.create;var Lo=Object.defineProperty;var Js=Object.getOwnPropertyDescriptor;var Ys=Object.getOwnPropertyNames;var Xs=Object.getPrototypeOf,Qs=Object.prototype.hasOwnProperty;var Tn=(e,t)=>()=>(e&&(t=e(e=0)),t);var Ze=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Pr=(e,t)=>{for(var o in t)Lo(e,o,{get:t[o],enumerable:!0})},kn=(e,t,o,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Ys(t))!Qs.call(e,n)&&n!==o&&Lo(e,n,{get:()=>t[n],enumerable:!(r=Js(t,n))||r.enumerable});return e};var P=(e,t,o)=>(o=e!=null?Ks(Xs(e)):{},kn(t||!e||!e.__esModule?Lo(o,"default",{value:e,enumerable:!0}):o,e)),Sr=e=>kn(Lo({},"__esModule",{value:!0}),e);var Uo=Ze((B1,Do)=>{var gi,bi,yi,vi,wi,Ci,Ei,xi,_i,Oo,Dr,Li,Pi,Si,Mt,Ai,Ti,ki,Wi,Ri,Ii,Mi,Oi,Ni,No;(function(e){var t=typeof global=="object"?global:typeof self=="object"?self:typeof this=="object"?this:{};typeof define=="function"&&define.amd?define("tslib",["exports"],function(r){e(o(t,o(r)))}):typeof Do=="object"&&typeof Do.exports=="object"?e(o(t,o(Do.exports))):e(o(t));function o(r,n){return r!==t&&(typeof Object.create=="function"?Object.defineProperty(r,"__esModule",{value:!0}):r.__esModule=!0),function(i,a){return r[i]=n?n(i,a):a}}})(function(e){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])};gi=function(r,n){if(typeof n!="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");t(r,n);function i(){this.constructor=r}r.prototype=n===null?Object.create(n):(i.prototype=n.prototype,new i)},bi=Object.assign||function(r){for(var n,i=1,a=arguments.length;i<a;i++){n=arguments[i];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(r[s]=n[s])}return r},yi=function(r,n){var i={};for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&n.indexOf(a)<0&&(i[a]=r[a]);if(r!=null&&typeof Object.getOwnPropertySymbols=="function")for(var s=0,a=Object.getOwnPropertySymbols(r);s<a.length;s++)n.indexOf(a[s])<0&&Object.prototype.propertyIsEnumerable.call(r,a[s])&&(i[a[s]]=r[a[s]]);return i},vi=function(r,n,i,a){var s=arguments.length,l=s<3?n:a===null?a=Object.getOwnPropertyDescriptor(n,i):a,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(r,n,i,a);else for(var f=r.length-1;f>=0;f--)(d=r[f])&&(l=(s<3?d(l):s>3?d(n,i,l):d(n,i))||l);return s>3&&l&&Object.defineProperty(n,i,l),l},wi=function(r,n){return function(i,a){n(i,a,r)}},Ci=function(r,n){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,n)},Ei=function(r,n,i,a){function s(l){return l instanceof i?l:new i(function(d){d(l)})}return new(i||(i=Promise))(function(l,d){function f(h){try{p(a.next(h))}catch(v){d(v)}}function b(h){try{p(a.throw(h))}catch(v){d(v)}}function p(h){h.done?l(h.value):s(h.value).then(f,b)}p((a=a.apply(r,n||[])).next())})},xi=function(r,n){var i={label:0,sent:function(){if(l[0]&1)throw l[1];return l[1]},trys:[],ops:[]},a,s,l,d;return d={next:f(0),throw:f(1),return:f(2)},typeof Symbol=="function"&&(d[Symbol.iterator]=function(){return this}),d;function f(p){return function(h){return b([p,h])}}function b(p){if(a)throw new TypeError("Generator is already executing.");for(;i;)try{if(a=1,s&&(l=p[0]&2?s.return:p[0]?s.throw||((l=s.return)&&l.call(s),0):s.next)&&!(l=l.call(s,p[1])).done)return l;switch(s=0,l&&(p=[p[0]&2,l.value]),p[0]){case 0:case 1:l=p;break;case 4:return i.label++,{value:p[1],done:!1};case 5:i.label++,s=p[1],p=[0];continue;case 7:p=i.ops.pop(),i.trys.pop();continue;default:if(l=i.trys,!(l=l.length>0&&l[l.length-1])&&(p[0]===6||p[0]===2)){i=0;continue}if(p[0]===3&&(!l||p[1]>l[0]&&p[1]<l[3])){i.label=p[1];break}if(p[0]===6&&i.label<l[1]){i.label=l[1],l=p;break}if(l&&i.label<l[2]){i.label=l[2],i.ops.push(p);break}l[2]&&i.ops.pop(),i.trys.pop();continue}p=n.call(r,i)}catch(h){p=[6,h],s=0}finally{a=l=0}if(p[0]&5)throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}},_i=function(r,n){for(var i in r)i!=="default"&&!Object.prototype.hasOwnProperty.call(n,i)&&No(n,r,i)},No=Object.create?function(r,n,i,a){a===void 0&&(a=i);var s=Object.getOwnPropertyDescriptor(n,i);(!s||("get"in s?!n.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return n[i]}}),Object.defineProperty(r,a,s)}:function(r,n,i,a){a===void 0&&(a=i),r[a]=n[i]},Oo=function(r){var n=typeof Symbol=="function"&&Symbol.iterator,i=n&&r[n],a=0;if(i)return i.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&a>=r.length&&(r=void 0),{value:r&&r[a++],done:!r}}};throw new TypeError(n?"Object is not iterable.":"Symbol.iterator is not defined.")},Dr=function(r,n){var i=typeof Symbol=="function"&&r[Symbol.iterator];if(!i)return r;var a=i.call(r),s,l=[],d;try{for(;(n===void 0||n-- >0)&&!(s=a.next()).done;)l.push(s.value)}catch(f){d={error:f}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(d)throw d.error}}return l},Li=function(){for(var r=[],n=0;n<arguments.length;n++)r=r.concat(Dr(arguments[n]));return r},Pi=function(){for(var r=0,n=0,i=arguments.length;n<i;n++)r+=arguments[n].length;for(var a=Array(r),s=0,n=0;n<i;n++)for(var l=arguments[n],d=0,f=l.length;d<f;d++,s++)a[s]=l[d];return a},Si=function(r,n,i){if(i||arguments.length===2)for(var a=0,s=n.length,l;a<s;a++)(l||!(a in n))&&(l||(l=Array.prototype.slice.call(n,0,a)),l[a]=n[a]);return r.concat(l||Array.prototype.slice.call(n))},Mt=function(r){return this instanceof Mt?(this.v=r,this):new Mt(r)},Ai=function(r,n,i){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var a=i.apply(r,n||[]),s,l=[];return s={},d("next"),d("throw"),d("return"),s[Symbol.asyncIterator]=function(){return this},s;function d(c){a[c]&&(s[c]=function(w){return new Promise(function(S,I){l.push([c,w,S,I])>1||f(c,w)})})}function f(c,w){try{b(a[c](w))}catch(S){v(l[0][3],S)}}function b(c){c.value instanceof Mt?Promise.resolve(c.value.v).then(p,h):v(l[0][2],c)}function p(c){f("next",c)}function h(c){f("throw",c)}function v(c,w){c(w),l.shift(),l.length&&f(l[0][0],l[0][1])}},Ti=function(r){var n,i;return n={},a("next"),a("throw",function(s){throw s}),a("return"),n[Symbol.iterator]=function(){return this},n;function a(s,l){n[s]=r[s]?function(d){return(i=!i)?{value:Mt(r[s](d)),done:s==="return"}:l?l(d):d}:l}},ki=function(r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r[Symbol.asyncIterator],i;return n?n.call(r):(r=typeof Oo=="function"?Oo(r):r[Symbol.iterator](),i={},a("next"),a("throw"),a("return"),i[Symbol.asyncIterator]=function(){return this},i);function a(l){i[l]=r[l]&&function(d){return new Promise(function(f,b){d=r[l](d),s(f,b,d.done,d.value)})}}function s(l,d,f,b){Promise.resolve(b).then(function(p){l({value:p,done:f})},d)}},Wi=function(r,n){return Object.defineProperty?Object.defineProperty(r,"raw",{value:n}):r.raw=n,r};var o=Object.create?function(r,n){Object.defineProperty(r,"default",{enumerable:!0,value:n})}:function(r,n){r.default=n};Ri=function(r){if(r&&r.__esModule)return r;var n={};if(r!=null)for(var i in r)i!=="default"&&Object.prototype.hasOwnProperty.call(r,i)&&No(n,r,i);return o(n,r),n},Ii=function(r){return r&&r.__esModule?r:{default:r}},Mi=function(r,n,i,a){if(i==="a"&&!a)throw new TypeError("Private accessor was defined without a getter");if(typeof n=="function"?r!==n||!a:!n.has(r))throw new TypeError("Cannot read private member from an object whose class did not declare it");return i==="m"?a:i==="a"?a.call(r):a?a.value:n.get(r)},Oi=function(r,n,i,a,s){if(a==="m")throw new TypeError("Private method is not writable");if(a==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof n=="function"?r!==n||!s:!n.has(r))throw new TypeError("Cannot write private member to an object whose class did not declare it");return a==="a"?s.call(r,i):s?s.value=i:n.set(r,i),i},Ni=function(r,n){if(n===null||typeof n!="object"&&typeof n!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof r=="function"?n===r:r.has(n)},e("__extends",gi),e("__assign",bi),e("__rest",yi),e("__decorate",vi),e("__param",wi),e("__metadata",Ci),e("__awaiter",Ei),e("__generator",xi),e("__exportStar",_i),e("__createBinding",No),e("__values",Oo),e("__read",Dr),e("__spread",Li),e("__spreadArrays",Pi),e("__spreadArray",Si),e("__await",Mt),e("__asyncGenerator",Ai),e("__asyncDelegator",Ti),e("__asyncValues",ki),e("__makeTemplateObject",Wi),e("__importStar",Ri),e("__importDefault",Ii),e("__classPrivateFieldGet",Mi),e("__classPrivateFieldSet",Oi),e("__classPrivateFieldIn",Ni)})});var Ur=Ze(U=>{"use strict";Object.defineProperty(U,"__esModule",{value:!0});U.getLocalStorage=U.getLocalStorageOrThrow=U.getCrypto=U.getCryptoOrThrow=U.getLocation=U.getLocationOrThrow=U.getNavigator=U.getNavigatorOrThrow=U.getDocument=U.getDocumentOrThrow=U.getFromWindowOrThrow=U.getFromWindow=void 0;function yt(e){let t;return typeof window<"u"&&typeof window[e]<"u"&&(t=window[e]),t}U.getFromWindow=yt;function Ot(e){let t=yt(e);if(!t)throw new Error(`${e} is not defined in Window`);return t}U.getFromWindowOrThrow=Ot;function ll(){return Ot("document")}U.getDocumentOrThrow=ll;function cl(){return yt("document")}U.getDocument=cl;function dl(){return Ot("navigator")}U.getNavigatorOrThrow=dl;function pl(){return yt("navigator")}U.getNavigator=pl;function ul(){return Ot("location")}U.getLocationOrThrow=ul;function fl(){return yt("location")}U.getLocation=fl;function ml(){return Ot("crypto")}U.getCryptoOrThrow=ml;function hl(){return yt("crypto")}U.getCrypto=hl;function gl(){return Ot("localStorage")}U.getLocalStorageOrThrow=gl;function bl(){return yt("localStorage")}U.getLocalStorage=bl});var Ui=Ze(Bo=>{"use strict";Object.defineProperty(Bo,"__esModule",{value:!0});Bo.getWindowMetadata=void 0;var Di=Ur();function yl(){let e,t;try{e=Di.getDocumentOrThrow(),t=Di.getLocationOrThrow()}catch{return null}function o(){let b=e.getElementsByTagName("link"),p=[];for(let h=0;h<b.length;h++){let v=b[h],c=v.getAttribute("rel");if(c&&c.toLowerCase().indexOf("icon")>-1){let w=v.getAttribute("href");if(w)if(w.toLowerCase().indexOf("https:")===-1&&w.toLowerCase().indexOf("http:")===-1&&w.indexOf("//")!==0){let S=t.protocol+"//"+t.host;if(w.indexOf("/")===0)S+=w;else{let I=t.pathname.split("/");I.pop(),S+=I.join("/")+"/"+w}p.push(S)}else if(w.indexOf("//")===0){let S=t.protocol+w;p.push(S)}else p.push(w)}}return p}function r(...b){let p=e.getElementsByTagName("meta");for(let h=0;h<p.length;h++){let v=p[h],c=["itemprop","property","name"].map(w=>v.getAttribute(w)).filter(w=>w?b.includes(w):!1);if(c.length&&c){let w=v.getAttribute("content");if(w)return w}}return""}function n(){let b=r("name","og:site_name","og:title","twitter:title");return b||(b=e.title),b}function i(){return r("description","og:description","twitter:description","keywords")}let a=n(),s=i(),l=t.origin,d=o();return{description:s,url:l,icons:d,name:a}}Bo.getWindowMetadata=yl});var Ki={};Pr(Ki,{BotInfo:()=>ji,BrowserInfo:()=>Gi,NodeInfo:()=>Vi,ReactNativeInfo:()=>$i,SearchBotDeviceInfo:()=>Hi,browserName:()=>_l,detect:()=>xl,detectOS:()=>qi,getNodeVersion:()=>Zi,parseUserAgent:()=>Br});function xl(e){return e?Br(e):typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"?new $i:typeof navigator<"u"?Br(navigator.userAgent):Zi()}function zi(e){return e!==""&&El.reduce(function(t,o){var r=o[0],n=o[1];if(t)return t;var i=n.exec(e);return!!i&&[r,i]},!1)}function _l(e){var t=zi(e);return t?t[0]:null}function Br(e){var t=zi(e);if(!t)return null;var o=t[0],r=t[1];if(o==="searchbot")return new ji;var n=r[1]&&r[1].split(/[._]/).slice(0,3);n?n.length<Bi&&(n=vl(n,Ll(Bi-n.length))):n=[];var i=n.join("."),a=qi(e),s=Cl.exec(e);return s&&s[1]?new Hi(o,i,a,s[1]):new Gi(o,i,a)}function qi(e){for(var t=0,o=Fi.length;t<o;t++){var r=Fi[t],n=r[0],i=r[1],a=i.exec(e);if(a)return n}return null}function Zi(){var e=typeof process<"u"&&process.version;return e?new Vi(process.version.slice(1)):null}function Ll(e){for(var t=[],o=0;o<e;o++)t.push("0");return t}var vl,Gi,Vi,Hi,ji,$i,wl,Cl,Bi,El,Fi,Ji=Tn(()=>{vl=function(){for(var e=0,t=0,o=arguments.length;t<o;t++)e+=arguments[t].length;for(var r=Array(e),n=0,t=0;t<o;t++)for(var i=arguments[t],a=0,s=i.length;a<s;a++,n++)r[n]=i[a];return r},Gi=function(){function e(t,o,r){this.name=t,this.version=o,this.os=r,this.type="browser"}return e}(),Vi=function(){function e(t){this.version=t,this.type="node",this.name="node",this.os=process.platform}return e}(),Hi=function(){function e(t,o,r,n){this.name=t,this.version=o,this.os=r,this.bot=n,this.type="bot-device"}return e}(),ji=function(){function e(){this.type="bot",this.bot=!0,this.name="bot",this.version=null,this.os=null}return e}(),$i=function(){function e(){this.type="react-native",this.name="react-native",this.version=null,this.os=null}return e}(),wl=/alexa|bot|crawl(er|ing)|facebookexternalhit|feedburner|google web preview|nagios|postrank|pingdom|slurp|spider|yahoo!|yandex/,Cl=/(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask\ Jeeves\/Teoma|ia_archiver)/,Bi=3,El=[["aol",/AOLShield\/([0-9\._]+)/],["edge",/Edge\/([0-9\._]+)/],["edge-ios",/EdgiOS\/([0-9\._]+)/],["yandexbrowser",/YaBrowser\/([0-9\._]+)/],["kakaotalk",/KAKAOTALK\s([0-9\.]+)/],["samsung",/SamsungBrowser\/([0-9\.]+)/],["silk",/\bSilk\/([0-9._-]+)\b/],["miui",/MiuiBrowser\/([0-9\.]+)$/],["beaker",/BeakerBrowser\/([0-9\.]+)/],["edge-chromium",/EdgA?\/([0-9\.]+)/],["chromium-webview",/(?!Chrom.*OPR)wv\).*Chrom(?:e|ium)\/([0-9\.]+)(:?\s|$)/],["chrome",/(?!Chrom.*OPR)Chrom(?:e|ium)\/([0-9\.]+)(:?\s|$)/],["phantomjs",/PhantomJS\/([0-9\.]+)(:?\s|$)/],["crios",/CriOS\/([0-9\.]+)(:?\s|$)/],["firefox",/Firefox\/([0-9\.]+)(?:\s|$)/],["fxios",/FxiOS\/([0-9\.]+)/],["opera-mini",/Opera Mini.*Version\/([0-9\.]+)/],["opera",/Opera\/([0-9\.]+)(?:\s|$)/],["opera",/OPR\/([0-9\.]+)(:?\s|$)/],["ie",/Trident\/7\.0.*rv\:([0-9\.]+).*\).*Gecko$/],["ie",/MSIE\s([0-9\.]+);.*Trident\/[4-7].0/],["ie",/MSIE\s(7\.0)/],["bb10",/BB10;\sTouch.*Version\/([0-9\.]+)/],["android",/Android\s([0-9\.]+)/],["ios",/Version\/([0-9\._]+).*Mobile.*Safari.*/],["safari",/Version\/([0-9\._]+).*Safari/],["facebook",/FBAV\/([0-9\.]+)/],["instagram",/Instagram\s([0-9\.]+)/],["ios-webview",/AppleWebKit\/([0-9\.]+).*Mobile/],["ios-webview",/AppleWebKit\/([0-9\.]+).*Gecko\)$/],["searchbot",wl]],Fi=[["iOS",/iP(hone|od|ad)/],["Android OS",/Android/],["BlackBerry OS",/BlackBerry|BB10/],["Windows Mobile",/IEMobile/],["Amazon OS",/Kindle/],["Windows 3.11",/Win16/],["Windows 95",/(Windows 95)|(Win95)|(Windows_95)/],["Windows 98",/(Windows 98)|(Win98)/],["Windows 2000",/(Windows NT 5.0)|(Windows 2000)/],["Windows XP",/(Windows NT 5.1)|(Windows XP)/],["Windows Server 2003",/(Windows NT 5.2)/],["Windows Vista",/(Windows NT 6.0)/],["Windows 7",/(Windows NT 6.1)/],["Windows 8",/(Windows NT 6.2)/],["Windows 8.1",/(Windows NT 6.3)/],["Windows 10",/(Windows NT 10.0)/],["Windows ME",/Windows ME/],["Open BSD",/OpenBSD/],["Sun OS",/SunOS/],["Chrome OS",/CrOS/],["Linux",/(Linux)|(X11)/],["Mac OS",/(Mac_PowerPC)|(Macintosh)/],["QNX",/QNX/],["BeOS",/BeOS/],["OS/2",/OS\/2/]]});var Gr=Ze(_=>{"use strict";Object.defineProperty(_,"__esModule",{value:!0});_.getClientMeta=_.getLocalStorage=_.getLocalStorageOrThrow=_.getCrypto=_.getCryptoOrThrow=_.getLocation=_.getLocationOrThrow=_.getNavigator=_.getNavigatorOrThrow=_.getDocument=_.getDocumentOrThrow=_.getFromWindowOrThrow=_.getFromWindow=_.isBrowser=_.isNode=_.isMobile=_.isIOS=_.isAndroid=_.detectOS=_.detectEnv=void 0;var Yi=Uo(),Pl=Yi.__importStar(Ui()),Le=Yi.__importStar(Ur()),Sl=(Ji(),Sr(Ki));function Fr(e){return(0,Sl.detect)(e)}_.detectEnv=Fr;function Fo(){let e=Fr();return e&&e.os?e.os:void 0}_.detectOS=Fo;function Xi(){let e=Fo();return e?e.toLowerCase().includes("android"):!1}_.isAndroid=Xi;function Qi(){let e=Fo();return e?e.toLowerCase().includes("ios")||e.toLowerCase().includes("mac")&&navigator.maxTouchPoints>1:!1}_.isIOS=Qi;function Al(){return Fo()?Xi()||Qi():!1}_.isMobile=Al;function ea(){let e=Fr();return e&&e.name?e.name.toLowerCase()==="node":!1}_.isNode=ea;function Tl(){return!ea()&&!!(0,_.getNavigator)()}_.isBrowser=Tl;_.getFromWindow=Le.getFromWindow;_.getFromWindowOrThrow=Le.getFromWindowOrThrow;_.getDocumentOrThrow=Le.getDocumentOrThrow;_.getDocument=Le.getDocument;_.getNavigatorOrThrow=Le.getNavigatorOrThrow;_.getNavigator=Le.getNavigator;_.getLocationOrThrow=Le.getLocationOrThrow;_.getLocation=Le.getLocation;_.getCryptoOrThrow=Le.getCryptoOrThrow;_.getCrypto=Le.getCrypto;_.getLocalStorageOrThrow=Le.getLocalStorageOrThrow;_.getLocalStorage=Le.getLocalStorage;function kl(){return Pl.getWindowMetadata()}_.getClientMeta=kl});var ta={};Pr(ta,{safeJsonParse:()=>Wl,safeJsonStringify:()=>Rl});function Wl(e){if(typeof e!="string")throw new Error(`Cannot safe json parse value of type ${typeof e}`);try{return JSON.parse(e)}catch{return e}}function Rl(e){return typeof e=="string"?e:JSON.stringify(e)}var oa=Tn(()=>{});var Vr=Ze(Nt=>{"use strict";Object.defineProperty(Nt,"__esModule",{value:!0});Nt.safeJsonStringify=Nt.safeJsonParse=void 0;var Il=Uo(),ra=Il.__importStar((oa(),Sr(ta)));Nt.safeJsonParse=ra.safeJsonParse;Nt.safeJsonStringify=ra.safeJsonStringify});var jr=Ze(tt=>{"use strict";Object.defineProperty(tt,"__esModule",{value:!0});tt.removeLocal=tt.getLocal=tt.setLocal=void 0;var na=Vr(),Hr=Gr();function Ml(e,t){let o=(0,na.safeJsonStringify)(t),r=(0,Hr.getLocalStorage)();r&&r.setItem(e,o)}tt.setLocal=Ml;function Ol(e){let t=null,o=null,r=(0,Hr.getLocalStorage)();return r&&(o=r.getItem(e)),t=o&&(0,na.safeJsonParse)(o),t}tt.getLocal=Ol;function Nl(e){let t=(0,Hr.getLocalStorage)();t&&t.removeItem(e)}tt.removeLocal=Nl});var aa=Ze(ge=>{"use strict";Object.defineProperty(ge,"__esModule",{value:!0});ge.getMobileLinkRegistry=ge.getMobileRegistryEntry=ge.saveMobileLinkInfo=ge.formatIOSMobile=ge.mobileLinkChoiceKey=void 0;var Dl=jr();ge.mobileLinkChoiceKey="WALLETCONNECT_DEEPLINK_CHOICE";function Ul(e,t){let o=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${o}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${o}`:""}ge.formatIOSMobile=Ul;function Bl(e){let t=e.href.split("?")[0];(0,Dl.setLocal)(ge.mobileLinkChoiceKey,Object.assign(Object.assign({},e),{href:t}))}ge.saveMobileLinkInfo=Bl;function ia(e,t){return e.filter(o=>o.name.toLowerCase().includes(t.toLowerCase()))[0]}ge.getMobileRegistryEntry=ia;function Fl(e,t){let o=e;return t&&(o=t.map(r=>ia(e,r)).filter(Boolean)),o}ge.getMobileLinkRegistry=Fl});var ca=Ze(je=>{"use strict";Object.defineProperty(je,"__esModule",{value:!0});je.formatMobileRegistry=je.formatMobileRegistryEntry=je.getDappRegistryUrl=je.getWalletRegistryUrl=void 0;var sa="https://registry.walletconnect.com";function Gl(){return sa+"/api/v2/wallets"}je.getWalletRegistryUrl=Gl;function Vl(){return sa+"/api/v2/dapps"}je.getDappRegistryUrl=Vl;function la(e,t="mobile"){var o;return{name:e.name||"",shortName:e.metadata.shortName||"",color:e.metadata.colors.primary||"",logo:(o=e.image_url.sm)!==null&&o!==void 0?o:"",universalLink:e[t].universal||"",deepLink:e[t].native||""}}je.formatMobileRegistryEntry=la;function Hl(e,t="mobile"){return Object.values(e).filter(o=>!!o[t].universal||!!o[t].native).map(o=>la(o,t))}je.formatMobileRegistry=Hl});var da=Ze(vt=>{"use strict";Object.defineProperty(vt,"__esModule",{value:!0});var lo=Uo();lo.__exportStar(Gr(),vt);lo.__exportStar(Vr(),vt);lo.__exportStar(jr(),vt);lo.__exportStar(aa(),vt);lo.__exportStar(ca(),vt)});var Zd={};Pr(Zd,{AsExternalProvider:()=>et,ConnectorManager:()=>Dt,PrivyClient:()=>Ut,PrivyProvider:()=>qs,PrivyProxyProvider:()=>Re,VERSION:()=>So,WalletConnector:()=>He,getAccessToken:()=>zs,usePrivy:()=>q});module.exports=Sr(Zd);var $s=require("@ethersproject/providers"),ee=require("react");var x=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var Wn=P(require("axios")),We=class extends Error{constructor(o,r){super(o);r instanceof Error&&(this.cause=r)}toString(){return`${this.type}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},At=class extends We{constructor(o,r,n,i){super(n,i);this.type=o;this.status=r}},C=class extends We{constructor(o,r){super(o,r);this.type="client_error"}};var Y=class extends We{constructor(o,r){super(o,r);this.type="connector_error"}},X=e=>{if(e instanceof We)return e;if(!Wn.default.isAxiosError(e))return xe(e);if(!e.response)return new At("api_error",null,e.message,e);let{type:t,message:o,error:r}=e.response.data;return new At(t||"ApiError",e.response.status,o||r,e)},xe=e=>e instanceof We?e:e instanceof Error?new C(e.message,e):new C(`Internal error: ${e}`);var Rn=()=>"/api/v1/sessions",In=()=>"/api/v1/sessions/logout",Mn=()=>"/api/v1/sessions/fork",On=()=>"/api/v1/siwe/init",Nn=()=>"/api/v1/siwe/authenticate",Dn=()=>"/api/v1/siwe/link",Un=()=>"/api/v1/passwordless/init",Bn=()=>"/api/v1/passwordless/authenticate",Fn=()=>"/api/v1/passwordless/link",Gn=()=>"/api/v1/passwordless_sms/init",Vn=()=>"/api/v1/passwordless_sms/authenticate",Hn=()=>"/api/v1/passwordless_sms/link",jn=()=>"/api/v1/oauth/init",$n=()=>"/api/v1/oauth/authenticate",zn=()=>"/api/v1/oauth/link",qn=()=>"/api/v1/siwe/unlink",Zn=()=>"/api/v1/passwordless/unlink",Kn=()=>"/api/v1/passwordless_sms/unlink",Jn=()=>"/api/v1/oauth/unlink";var no=class{constructor(t){this.meta={email:t}}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new C("Email and email code must be set prior to calling authenticate.");try{let t=Bn(),o=await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(t){throw X(t)}}async link(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new C("Email and email code must be set prior to calling authenticate.");try{let t=Fn();return(await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})).data}catch(t){throw X(t)}}async sendCodeEmail(t){if(!this.api)throw new C("Auth flow has no API instance");if(t&&(this.meta.email=t),!this.meta.email)throw new C("Email must be set when initialzing authentication.");try{let o=Un();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw X(o)}}};var Tt=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 C("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new C("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new C("User denied confirmation during OAuth flow");try{let t=$n(),o=await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(t){throw X(t)}}async link(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new C("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new C("User denied confirmation during OAuth flow");try{let t=zn();return(await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(t){throw X(t)}}async getAuthorizationUrl(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.provider)throw new C("Provider must be set when initialzing OAuth authentication.");try{let t=jn();return(await this.api.post(t,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(t){throw X(t)}}};var io=class{constructor(t,o,r){this._meta={walletType:o,walletId:r},this.connectors=t,this.walletConnector=this.connectors.createWalletConnector(o,null,r)}get meta(){return{...this._meta,walletName:this.walletConnector.walletBranding.name,walletIcon:this.walletConnector.walletBranding.icon}}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(Nn(),{message:t,signature:o});return this.connectors.addWalletConnector(this.walletConnector),await this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),{user:r.data.user,token:r.data.token,refresh_token:r.data.refresh_token,is_new_user:r.data.is_new_user}}catch(t){throw X(t)}}async link(){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(Dn(),{message:t,signature:o});return this.connectors.addWalletConnector(this.walletConnector),await this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),r.data}catch(t){throw X(t)}}async promptConnect(){if(!this.api)throw new C("Auth flow has no API instance");let t=await this.walletConnector.connect({showPrompt:!0});return await this.buildSiweMessage(t),t}async sign(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.preparedMessage){let o=await this.walletConnector.connect({showPrompt:!1});await this.buildSiweMessage(o)}if(!this.preparedMessage)throw new C("Could not prepare SIWE message");let t=await this.walletConnector.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async buildSiweMessage(t){if(!this.api)throw new C("Auth flow has no API instance");let o=t.address,r=t.chainId,n=await this.api.post(On(),{address:o});return this.preparedMessage=this.walletConnector.prepareMessage(r,o,n.data.nonce),this.preparedMessage}};var ao=class{constructor(t){this.meta={phoneNumber:t}}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=Vn(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(t){throw X(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=Hn();return(await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(t){throw X(t)}}async sendSmsCode(t){if(!this.api)throw new C("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new C("phone nNumber must be set when initialzing authentication.");try{let o=Gn();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw X(o)}}};var ba=require("@ethersproject/address");var Yn="1.18.0-beta.10";var Xn="https://api.privy.io/v0",Ar=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",Po="4df5e2316331463a9130964bd6078dfa",Qn=1e4,_e=1400,So=Yn;var kt="privy:token",Ao="privy:refresh_token",To="privy:connectors",Tr="walletconnect",ei=3e4;var kr=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)}},Wr=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 tl(){return typeof window<"u"&&window.localStorage?new Wr:new kr}var Q=tl();var ni=P(require("@coinbase/wallet-sdk")),ii=require("@ethersproject/address");var so=require("react/jsx-runtime"),Ge=({style:e,...t})=>(0,so.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,so.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,so.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 oi=require("@ethersproject/address"),ri=require("@ethersproject/providers");var ti=require("@ethersproject/logger");var Wt=class extends Y{constructor(){super("Wallet timeout");this.type="wallet_error"}},ht=class extends Y{constructor(){super("User rejected connection");this.type="wallet_error"}},Ve=e=>{if(e instanceof Y)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new Rt(e);return e.code===ti.ErrorCode.ACTION_REJECTED&&(t.details=mt.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new Rt(e):new Y("Unknown connector error",e)},Rr=class extends We{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Rt=class extends Rr{constructor(o){var i,a,s;let r=o;super(r.message,r.code,r.data);let n=Object.values(mt).find(l=>l.eipCode===r.code);this.details=n||mt.UNKNOWN_ERROR,r.code===-32002&&((i=r.message)!=null&&i.includes("already pending for origin")?(a=r.message)!=null&&a.includes("wallet_requestPermissions")?this.details=mt.E32002_CONNECTION_ALREADY_PENDING:this.details=mt.E32002_REQUEST_ALREADY_PENDING:(s=r.message)!=null&&s.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=mt.E32002_WALLET_LOCKED))}},ol={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}},rl={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},nl={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}},mt={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...nl,...rl},gt={...ol,...mt};var il=12e4,Ir=(e=new Wt,t=il)=>new Promise((o,r)=>setTimeout(()=>{r(e)},t)),Re=class{constructor(t){this.removeListener=(t,o)=>{if(this.walletProvider)return this.walletProvider.removeListener(t,o)};this.setWalletProvider=t=>{this.walletProvider=t,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=t,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new Y(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),Ir()]).catch(o=>{throw Ve(o)})}},et=class extends Re{constructor(o){super(o)}},ko=class extends Re{constructor(t){super(t)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var He=class{constructor(t,o,r){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
- ${a}
4
+ ${s}
5
5
 
6
- URI: ${i}
6
+ URI: ${n}
7
7
  Version: 1
8
- Chain ID: ${e}
9
- Nonce: ${s}
10
- Issued At: ${n}
8
+ Chain ID: ${t}
9
+ Nonce: ${a}
10
+ Issued At: ${i}
11
11
  Resources:
12
- - https://privy.io`;this.provider=o,this.walletType=e,this.address=r,this.chain=null,this.connected=!1}async fetchAddress(){if(!this.address){let e=await this.provider.request({method:"eth_accounts"});Array.isArray(e)&&e.length>0&&(this.address=(0,ni.getAddress)(e[0]))}return this.address}async fetchChainId(){if(!this.chain){let e=await this.provider.request({method:"eth_chainId"}),o=Number(e);this.chain=String(o)}return this.chain}async getConnectedWallet(){if(!this.walletType||!await this.isConnected())return null;let o=await this.fetchAddress(),r=await this.fetchChainId();return{address:o,chainId:r,chainType:"ethereum",walletClient:"unknown"}}async setActive(){return!0}async sign(e){return await this.connect({showPrompt:!1}),new si.Web3Provider(new Se(this.provider)).getSigner().signMessage(e)}prepareMessage(e,o,r){let i=window.location.host,n=window.location.origin,s="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",a=new Date().toISOString();return this.createSiweMessage(e,o,i,n,a,r,s)}};var is=t=>{let e=`https://mainnet.infura.io/v3/${Ut}`,o=1;return t.makeWeb3Provider(e,o)},ro,io=class extends ke{constructor(e,o){super("coinbase_wallet",e,o),ro||(ro=new ai.default({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(e){return this.provider.setProvider(is(ro)),e.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){ro.disconnect()}async isConnected(){return await this.fetchAddress()!==null}async promptConnection(){try{let e="",o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=(0,li.getAddress)(o[0])),!e||e==="")throw new Z("Unable to retrieve address");this.connected=!0}catch(e){throw Ve(e)}}};var Jo=require("@ethersproject/address"),fi=require("@ethersproject/providers"),gi=require("react-device-detect");var ci=require("libphonenumber-js/min");var di=t=>!!String(t).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,}))$/),pi=t=>(0,ci.isPossiblePhoneNumber)(String(t),"US"),no=t=>{let e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(e,function(r,i,n,s){return i+i+n+n+s+s});let o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return{r:parseInt((o==null?void 0:o[1])||"00",16),g:parseInt((o==null?void 0:o[2])||"00",16),b:parseInt((o==null?void 0:o[3])||"00",16)}},ui=(t,e)=>{let o=t.slice(0),r=[];for(;o.length;)r.push(o.splice(0,e));return r},rt=(t,e=3,o=4)=>{if(!t)return"";let r=2,i=3;if(e+o+r+i>=t.length)return t;let n=t.slice(0,r+e),s=t.slice(t.length-o,t.length);return`${n}...${s}`},Ko=t=>new Promise(e=>setTimeout(e,t)),hi=(t,e={})=>{let o=e.delayMs||40,r=e.maxAttempts||1e3;return new Promise(async(i,n)=>{let s=!1,a=0;for(;!s&&a<r;)t().then(()=>{s=!0,i()},(...h)=>{s=!0,n(...h)}),a+=1,await Ko(o);s||n(new Error("Exceeded max attempts before resolving function"))})},mi=(...t)=>{let o=t.length-1;return t.map((i,n)=>(n===0&&(i.startsWith("//")||i.endsWith("://"))?i=i.replace(new RegExp("/$"),""):n!==o&&(i=i.replace(new RegExp("/+$"),"")),n!==0&&(i=i.replace(new RegExp("^/+"),"")),i)).join("/")};var so=class extends ke{constructor(e,o){var r;super("metamask",e,o),this.provider.setProvider(window.ethereum),(r=window.ethereum.providers)==null||r.forEach(async i=>{i.isMetaMask&&this.provider.setProvider(i)}),this.subscribeListeners()}async connect(e){return e.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}async isConnected(){let e=await this.connectedMetamaskAddress();return this.address===e}async connectedMetamaskAddress(){let o=await new fi.Web3Provider(this.provider).listAccounts();return o.length===0?null:(0,Jo.getAddress)(o[0])}disconnect(){console.warn("Metamask does not support programmetic disconnect.")}async promptConnection(){try{let e="";if(!gi.isMobile&&(await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&await this.isConnected()))throw new Z("Selected the wrong wallet in MetaMask");let o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=(0,Jo.getAddress)(o[0])),!e||e==="")throw new Z("Unable to retrieve address");this.connected=!0,this.address=e}catch(e){throw Ve(e)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!this.connected;)await Ko(200);return!0}subscribeListeners(){this.provider.on("accountsChanged",e=>{var o;if(e.length>0){let r=e[0];this.connected=((o=this.address)==null?void 0:o.toLowerCase())===(r==null?void 0:r.toLowerCase())}}),this.provider.on("disconnect",()=>{this.connected=!1})}};var yi=require("@ethersproject/providers"),Yo=E(require("@walletconnect/web3-provider"));var Xo=class extends ke{constructor(o,r,i){super("wallet_connect",r,i);this._connectionManager=o,this._provider=this._connectionManager.getProviderForAddress(i)}async connect(o){return this.provider.setProvider(this._provider),o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.provider.walletProvider.connected}async promptConnection(){try{let o="";this.provider.setProvider(this._provider);let r=await Promise.race([this._provider.enable(),qo()]);if(r.length>0&&(o=r[0]),this._connectionManager.indexProvider(this._provider),!o||o==="")throw new Z("Unable to retrieve address");this.connected=!0}catch(o){throw Ve(o)}}async sign(o){return await this._provider.enable(),new yi.Web3Provider(new Se(this.provider)).getSigner().signMessage(o)}disconnect(){}},ao=class{constructor(){this._storageIdToProvider={},this._addressToStorageId={},re.getKeys().forEach(e=>{if(e.startsWith("walletconnect")){let o=new Yo.default({infuraId:Ut,storageId:e,pollingInterval:zo});o.enable(),this._storageIdToProvider[e]=o;for(let r of o.accounts)this._addressToStorageId[r]=e}})}createConnector(e,o){return new Xo(this,e,o)}async disconnect(){Object.values(this._storageIdToProvider).forEach(async e=>{await e.disconnect()})}getProviderForAddress(e){let o=ri,r=()=>`walletconnect:${Math.random().toString(36).slice(2)}`;e===null?o=r():o=this._addressToStorageId[e]||r();let i=new Yo.default({infuraId:Ut,storageId:o,pollingInterval:zo});return this._storageIdToProvider[o]=i,i}indexProvider(e){this._storageIdToProvider[e.storageId]=e;for(let o of e.accounts)this._addressToStorageId[o]=e.storageId}};var Qo=()=>{if(!window.ethereum)return!1;if(window.ethereum.isMetaMask)return!0;if(window.ethereum.providers){for(let t of window.ethereum.providers)if(t.isMetaMask)return!0}return!1},lo=()=>{if(!window.ethereum)return!1;if(window.ethereum.isCoinbaseWallet)return!0;if(window.ethereum.providers){for(let t of window.ethereum.providers)if(t.isCoinbaseWallet)return!0}return!1},er=t=>{let e=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return e?!!(t==null?void 0:t.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===(0,wi.getAddress)(e)).length):!1},vi=()=>{var e;let t=re.get(to);return t?(e=t.find(o=>o.active))==null?void 0:e.address:null},ft=class{constructor(){this.getEthereumProvider=()=>{var e;return((e=this.activeWalletConnector)==null?void 0:e.provider)||new Ce};this.walletConnectors=[],this.wcConnectionManager=new ao,this.initialized=!1}initialize(){this.initialized||(this.load(),this.activeWalletConnector&&this.activeWalletConnector.connect({showPrompt:!1}),this.initialized=!0)}initializeLinkedWallets(e){e.linkedAccounts.forEach(()=>null)}load(){(re.get(to)||[]).forEach(o=>{let r=this.createWalletConnector(o.walletType,o.address);this.addWalletConnector(r),o.active&&(this.activeWalletConnector=r)})}save(){let e=this.walletConnectors.map(o=>{var r;return{address:o.address,walletType:o.walletType,active:o.address===((r=this.activeWalletConnector)==null?void 0:r.address)}});re.put(to,e)}addWalletConnector(e){this.walletConnectors.find(r=>r.address===e.address&&r.walletType===e.walletType)||this.walletConnectors.push(e)}getConnectorByAddress(e){return this.walletConnectors.find(o=>{var r;return((r=o.address)==null?void 0:r.toLowerCase())===e.toLowerCase()})}async removeWallet(e){var r;if(this.walletConnectors=this.walletConnectors.filter(i=>i.address!==e),e===((r=this.activeWalletConnector)==null?void 0:r.address))if(this.walletConnectors.length>0){let i=this.walletConnectors[this.walletConnectors.length-1];await this.setActiveWallet(i.address)}else this.activeWalletConnector=void 0;this.save()}async activeWalletSign(e){if(!this.activeWalletConnector)throw new Z("Cannot sign, no wallet is active. Is a wallet connected?");return this.activeWalletConnector.sign(e)}async setActiveWallet(e){let o=this.walletConnectors.find(r=>r.address===e);return o?(await o.setActive(),this.activeWalletConnector=o,this.save(),!0):!1}createWalletConnector(e,o){switch(e){case"metamask":return new so(new Ce,o);case"coinbase_wallet":return new io(new Ce,o);case"wallet_connect":return this.wcConnectionManager.createConnector(new Ce,o)}}};function He(t){return new Date(t*1e3)}function ns(t){let e=[];for(let o of t){let r=o.type;switch(o.type){case"wallet":let i={address:o.address,type:o.type,verifiedAt:He(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client};e.push(i);break;case"email":let n={address:o.address,type:o.type,verifiedAt:He(o.verified_at)};e.push(n);break;case"phone":let s={number:o.phoneNumber,type:o.type,verifiedAt:He(o.verified_at)};e.push(s);break;case"google_oauth":let a={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:He(o.verified_at)};e.push(a);break;case"twitter_oauth":let h={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:He(o.verified_at)};e.push(h);break;case"discord_oauth":let m={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:He(o.verified_at)};e.push(m);break;case"github_oauth":let L={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:He(o.verified_at)};e.push(L);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return e}function it(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function Dt(t){let e=vi();if(!e)return t.wallet&&console.warn("[Privy] User has linked wallets but no active wallet"),t;let o=t.linkedAccounts.find(i=>i.type==="wallet"&&i.address===e);if(!o)return t;let r=Object.assign({},t);return r.wallet=o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient},r}var Me=t=>t==null?void 0:t.linkedAccounts.find(e=>e.type==="wallet"&&e.walletClient==="privy");function Ne(t){if(!t)return null;let e=ns(t.linked_accounts),o=it(e,"wallet"),r=it(e,"email"),i=it(e,"phone"),n=it(e,"google_oauth"),s=it(e,"twitter_oauth"),a=it(e,"discord_oauth"),h=it(e,"github_oauth"),m={id:t.id,createdAt:He(t.created_at),linkedAccounts:e,email:r&&{address:r==null?void 0:r.address},phone:i&&{number:i==null?void 0:i.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient},google:n&&{subject:n.subject,email:n.email,name:n.name},twitter:s&&{subject:s.subject,username:s.username,name:s.name},discord:a&&{subject:a.subject,username:a.username,email:a.email},github:h&&{subject:h.subject,username:h.username,name:h.name,email:h.email}};return Dt(m)}var co=E(require("axios"));var po=class{constructor(e,o,r){this.appId=e,this.sdkVersion=Qt,this.client=o,this.defaults=r}async get(e,o){try{return await co.default.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw V(r)}}async post(e,o,r){try{return await co.default.post(e,o,await this.buildConfig(r))}catch(i){throw V(i)}}async delete(e,o){try{return await co.default.delete(e,await this.buildConfig(o))}catch(r){throw V(r)}}async buildConfig(e){if(e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,!e.headers.authorization){let o=await this.client.getAccessToken();o!==null&&(e.headers.authorization=`Bearer ${o}`)}return{...this.defaults,...e}}};var ze=class{constructor(e){this.promise=null;this.fn=e}execute(e){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(e)}finally{this.promise=null}})()),this.promise}};var Ci=E(require("jose")),Oe=class{static parse(e){try{return new Oe(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Ci.decodeJwt(e)}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(e=0){let o=Date.now(),r=(this.expiration-e)*1e3;return o>=r}};var ss=30,uo=class{constructor(){this.authenticateOnce=new ze(async e=>this._authenticate(e)),this.linkOnce=new ze(async e=>this._link(e)),this.refreshOnce=new ze(this._refresh.bind(this)),this.destroyOnce=new ze(this._destroy.bind(this)),this.forkSessionOnce=new ze(this._forkSession.bind(this))}get token(){try{let e=re.get(pt);return typeof e=="string"?new Oe(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=re.get(eo);return typeof e=="string"?e:null}catch(e){return console.error(e),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasActiveToken(){let e=Oe.parse(this.token);return e!==null&&!e.isExpired(ss)}authenticate(e){return this.authenticateOnce.execute(e)}link(e){return this.linkOnce.execute(e)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(e){try{let{token:o,refresh_token:r,user:i,is_new_user:n}=await e.authenticate();return this.storeToken(o),this.storeRefreshToken(r),{user:Ne(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),ue(o)}}async _link(e){try{let o=await e.link();return Ne(o)}catch(o){throw console.warn("Error linking account"),ue(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 e=this.token,o=this.refreshToken;if(!e||!o)return null;try{let r=await this.api.post(Nr(),{refresh_token:o},{headers:{authorization:`Bearer ${e}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),Ne(r.data.user)}catch(r){if(r instanceof ct&&r.status===400&&r.message==="Invalid auth token")return this.destroyLocalState(),null;throw ue(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Or(),{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 e=this.refreshToken;try{let o=await this.api.post(Ur(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw ue(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(e){typeof e=="string"?re.put(pt,e):re.del(pt)}storeRefreshToken(e){typeof e=="string"?re.put(eo,e):re.del(eo)}};var tr,gt=class{constructor(e){let o=e.apiURL||ti,r=e.timeout||oi;this.appId=e.appId,this.connectors=new ft,tr||(tr=new uo),this.session=tr,this.api=new po(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}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(e){e.api=this.api,this.authFlow=e}async unlinkEmail(e){try{let o=await this.api.post(Yr(),{address:e});return Ne(o.data)}catch(o){throw ue(o)}}async unlinkPhone(e){try{let o=await this.api.post(Xr(),{phoneNumber:e});return Ne(o.data)}catch(o){throw ue(o)}}async unlinkWallet(e){try{let o=await this.api.post(Jr(),{address:e});return this.connectors.removeWallet(e),Ne(o.data)}catch(o){throw ue(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(Qr(),{provider:e,subject:o});return Ne(r.data)}catch(r){throw ue(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=Oe.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(e!=null&&e.disableAutoRefresh)&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getAppSettings(){try{let e=await this.api.get(`/api/v1/apps/${this.appId}`);return{id:e.data.id,name:e.data.name,verificationKey:e.data.verification_key,logoUrl:e.data.logo_url||void 0,theme:e.data.theme,accentColor:e.data.accent_color||void 0,showWalletLoginFirst:e.data.show_wallet_login_first,allowlistConfig:{errorTitle:e.data.allowlist_config.error_title,errorDetail:e.data.allowlist_config.error_detail,errorCtaText:e.data.allowlist_config.cta_text,errorCtaLink:e.data.allowlist_config.cta_link},walletAuth:e.data.wallet_auth,emailAuth:e.data.email_auth,smsAuth:e.data.sms_auth,googleOAuth:e.data.google_oauth,twitterOAuth:e.data.twitter_oauth,discordOAuth:e.data.discord_oauth,githubOAuth:e.data.github_oauth,termsAndConditionsUrl:e.data.terms_and_conditions_url,privacyPolicyUrl:e.data.privacy_policy_url,createdAt:new Date(e.data.created_at*1e3),updatedAt:new Date(e.data.updated_at*1e3)}}catch(e){throw ue(e)}}async setActiveWallet(e,o){if(!o.linkedAccounts.map(n=>n.type==="wallet"?n.address:null).includes(e))throw new w("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(e))throw new w("Error setting the active wallet.");return Dt(o)}async forkSession(){return await this.session.forkSession()}};var n2=require("wicg-inert"),Oo=require("body-scroll-lock"),On=require("react"),Un=require("react"),Dn=E(require("react-dom")),Uo=E(require("styled-components"));var ho=require("react");var v=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var or=(0,ho.createContext)({isLinking:!1,linkingHint:null,activeStatus:null,getAuthMeta:v,getAuthFlow:v,closePrivyModal:v,initLoginWithWallet:v,loginWithWallet:v,loginWithCode:v,initLoginWithEmail:v,initLoginWithSms:v,resendEmailCode:v,resendSmsCode:v,initLoginWithOAuth:v,loginWithOAuth:v,refreshUser:v,walletProxy:null}),S=()=>(0,ho.useContext)(or);var be=require("react");var xi=require("react/jsx-runtime");function bi(t){return(0,xi.jsx)("link",{rel:"prefetch",href:t.src})}var mo=require("react/jsx-runtime"),Ue="LANDING",Ei=(0,be.createContext)({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:Ue,lastScreen:Ue,navigate:v,navigateBack:v,setModalData:v}),Li=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=(0,be.useState)(t.initialScreen||Ue),[s,a]=(0,be.useState)(t.initialScreen||Ue);(0,be.useEffect)(()=>{o||n(Ue)},[o]),(0,be.useEffect)(()=>{r||(a(Ue),n(Ue))},[r]),(0,be.useEffect)(()=>{t.initialScreen&&i===Ue&&(n(t.initialScreen),a(t.initialScreen))},[t.initialScreen]);let h=t.initialScreen&&i===Ue?t.initialScreen:i,m={ready:!!(e!=null&&e.id),app:e,options:t.options,data:t.data,setModalData:t.setModalData,currentScreen:h,lastScreen:s,navigate:L=>{a(i),n(L)},navigateBack:()=>{n(s)}};return(0,mo.jsxs)(Ei.Provider,{value:m,children:[e&&e.logoUrl&&(0,mo.jsx)(bi,{src:e.logoUrl}),t.children]})},C=()=>(0,be.useContext)(Ei);var fo=require("react");var rr=(0,fo.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:v,linkEmail:v,linkPhone:v,linkWallet:v,linkGoogle:v,linkTwitter:v,linkDiscord:v,linkGithub:v,logout:v,getAccessToken:v,getEthereumProvider:v,getEthersProvider:v,getWeb3jsProvider:v,unlinkEmail:v,unlinkPhone:v,unlinkWallet:v,unlinkGoogle:v,unlinkTwitter:v,unlinkDiscord:v,unlinkGithub:v,setActiveWallet:v,forkSession:v,createWallet:v,signMessage:v}),q=()=>(0,fo.useContext)(rr);var Ft=E(require("styled-components"));var Ai=E(require("styled-components")),_i=Ai.default.span`
12
+ - https://privy.io`;this.proxyProvider=o,this.walletType=t,this.address=r,this.chain=null,this.connected=!1}async fetchAddress(){if(!this.address){let t=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(t)&&t.length>0&&(this.address=(0,oi.getAddress)(t[0]))}return this.address}async fetchChainId(){if(!this.chain){let t=await this.proxyProvider.request({method:"eth_chainId"}),o=Number(t);this.chain=String(o)}return this.chain}async getConnectedWallet(){if(!this.walletType||!await this.isConnected())return null;let o=await this.fetchAddress(),r=await this.fetchChainId();return{address:o,chainId:r,chainType:"ethereum",walletClient:"unknown"}}async setActive(){return!0}async sign(t){return await this.connect({showPrompt:!1}),new ri.Web3Provider(new et(this.proxyProvider)).getSigner().signMessage(t)}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 al=e=>{let t=`https://mainnet.infura.io/v3/${Po}`,o=1;return e.makeWeb3Provider(t,o)},Wo,Ro=class extends He{constructor(t,o){super("coinbase_wallet",t,o),Wo||(Wo=new ni.default({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(t){return this.proxyProvider.setWalletProvider(al(Wo)),t.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){Wo.disconnect()}async isConnected(){return await this.fetchAddress()!==null}get walletBranding(){return{name:"Coinbase Wallet",icon:Ge}}async promptConnection(){try{let t="",o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(o.length>0&&(t=(0,ii.getAddress)(o[0])),!t||t==="")throw new Y("Unable to retrieve address");this.connected=!0}catch(t){throw Ve(t)}}};var Nr=require("@ethersproject/address"),mi=require("@ethersproject/providers"),hi=require("react-device-detect");var oe=require("react/jsx-runtime"),Ie=({style:e,...t})=>(0,oe.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,oe.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"white"}),(0,oe.jsx)("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,oe.jsx)("path",{d:"M4.98753 5L12.7329 10.8299L11.3468 7.37954L4.98753 5ZM20.1987 18.4027L18.1166 21.5794L22.5723 22.8049L23.8454 18.4741L20.1987 18.4027ZM4.16064 18.4741L5.42775 22.8049L9.87153 21.5794L7.80133 18.4027L4.16064 18.4741Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,oe.jsx)("path",{d:"M9.6336 13.0369L8.39624 14.9049L12.7984 15.1071L12.6556 10.3659L9.6336 13.0429V13.0369ZM18.3665 13.0429L15.2969 10.3064L15.1958 15.1071L19.5979 14.9049L18.3665 13.0429ZM9.87155 21.5794L12.5426 20.2945L10.2463 18.5098L9.87155 21.5794ZM15.4635 20.2886L18.1166 21.5794L17.7597 18.5039L15.4635 20.2886Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,oe.jsx)("path",{d:"M18.1167 21.5794L15.4635 20.2944L15.6776 22.0196L15.6539 22.7513L18.1167 21.5794ZM9.87158 21.5794L12.3463 22.7513L12.3285 22.0196L12.5426 20.2944L9.87158 21.5794Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,oe.jsx)("path",{d:"M12.3878 17.3616L10.1868 16.7191L11.7454 16.0052L12.3938 17.3616H12.3878ZM15.6062 17.3616L16.2605 15.9993L17.8251 16.7131L15.6062 17.3675V17.3616Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,oe.jsx)("path",{d:"M9.87147 21.5794L10.2581 18.4027L7.80127 18.4741L9.87147 21.5794ZM17.7418 18.4027L18.1166 21.5794L20.1987 18.4741L17.7418 18.4027ZM19.6038 14.9048L15.2016 15.107L15.6061 17.3676L16.2605 15.9994L17.8251 16.7132L19.6038 14.9048ZM10.1868 16.7192L11.7454 16.0053L12.3938 17.3617L12.8042 15.1011L8.4021 14.9048L10.1868 16.7192Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,oe.jsx)("path",{d:"M8.4021 14.9048L10.2462 18.5038L10.1868 16.7192L8.4021 14.9048ZM17.8251 16.7192L17.7537 18.5038L19.5978 14.9048L17.8251 16.7192ZM12.8042 15.107L12.3878 17.3676L12.9113 20.0327L13.0303 16.5169L12.8042 15.107ZM15.1957 15.107L14.9815 16.511L15.0886 20.0327L15.6061 17.3617L15.1957 15.1011V15.107Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,oe.jsx)("path",{d:"M15.6062 17.3617L15.0887 20.0327L15.4635 20.2945L17.7538 18.5098L17.8252 16.7192L15.6062 17.3617ZM10.1869 16.7192L10.2463 18.5039L12.5426 20.2885L12.9114 20.0327L12.3939 17.3617L10.1809 16.7192H10.1869Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,oe.jsx)("path",{d:"M15.6598 22.7513L15.6776 22.0196L15.4754 21.853H12.5248L12.3285 22.0196L12.3463 22.7513L9.87158 21.5793L10.7401 22.2932L12.495 23.5008H15.4992L17.26 22.2873L18.1167 21.5793L15.6539 22.7513H15.6598Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,oe.jsx)("path",{d:"M15.4634 20.2885L15.0886 20.0327H12.9114L12.5425 20.2945L12.3284 22.0196L12.5247 21.8531H15.4753L15.6776 22.0196L15.4634 20.2945V20.2885Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,oe.jsx)("path",{d:"M23.3456 11.1571L24 7.97442L23.0125 5L15.4575 10.5919L18.3664 13.0369L22.4711 14.2326L23.3754 13.1797L22.9827 12.8941L23.6074 12.323L23.1315 11.9542L23.7561 11.4783L23.3397 11.1571H23.3456ZM4 7.96847L4.66627 11.1571L4.23795 11.4723L4.87448 11.9482L4.39857 12.323L5.01725 12.8941L4.62463 13.1797L5.52885 14.2326L9.63355 13.0428L12.5425 10.586L4.98751 5L4 7.96847Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,oe.jsx)("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});var ai=require("libphonenumber-js/min");var si=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,}))$/),li=e=>(0,ai.isPossiblePhoneNumber)(String(e),"US"),ci=e=>{let t=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;e=e.replace(t,function(r,n,i,a){return n+n+i+i+a+a});let o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);return{r:parseInt((o==null?void 0:o[1])||"00",16),g:parseInt((o==null?void 0:o[2])||"00",16),b:parseInt((o==null?void 0:o[3])||"00",16)}},di=({r:e,g:t,b:o})=>{e/=255,t/=255,o/=255;let r=Math.max(e,t,o),n=r-Math.min(e,t,o),i=n?r===e?(t-o)/n:r===t?2+(o-e)/n:4+(e-t)/n:0;return{h:Math.round(60*i<0?60*i+360:60*i),s:Math.round(100*(n?r<=.5?n/(2*r-n):n/(2-(2*r-n)):0)),l:Math.round(100*(2*r-n)/2)}},pi=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},bt=(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}`},Mr=e=>new Promise(t=>setTimeout(t,e)),ui=(e,t={})=>{let o=t.delayMs||40,r=t.maxAttempts||1e3;return new Promise(async(n,i)=>{let a=!1,s=0;for(;!a&&s<r;)e().then(()=>{a=!0,n()},(...l)=>{a=!0,i(...l)}),s+=1,await Mr(o);a||i(new Error("Exceeded max attempts before resolving function"))})},fi=(...e)=>{let o=e.length-1;return e.map((n,i)=>(i===0&&(n.startsWith("//")||n.endsWith("://"))?n=n.replace(new RegExp("/$"),""):i!==o&&(n=n.replace(new RegExp("/+$"),"")),i!==0&&(n=n.replace(new RegExp("^/+"),"")),n)).join("/")},sl=(e,t)=>e.toLowerCase()===t.toLowerCase(),Or=(e,t)=>{for(let o of e)if(sl(o,t))return!0;return!1},Io=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,"");var Mo=class extends He{constructor(t,o){var r;super("metamask",t,o),this.proxyProvider.setWalletProvider(window.ethereum),(r=window.ethereum.providers)==null||r.forEach(async n=>{n.isMetaMask&&this.proxyProvider.setWalletProvider(n)}),this.subscribeListeners()}async connect(t){return t.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}async isConnected(){let t=await this.connectedMetamaskAddress();return this.address===t}async connectedMetamaskAddress(){let o=await new mi.Web3Provider(this.proxyProvider).listAccounts();return o.length===0?null:(0,Nr.getAddress)(o[0])}get walletBranding(){return{name:"MetaMask",icon:Ie}}disconnect(){console.warn("Metamask does not support programmetic disconnect.")}async promptConnection(){try{let t="";if(!hi.isMobile&&(await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&await this.isConnected()))throw new Y("Selected the wrong wallet in MetaMask");let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(o.length>0&&(t=(0,Nr.getAddress)(o[0])),!t||t==="")throw new Y("Unable to retrieve address");this.connected=!0,this.address=t}catch(t){throw Ve(t)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!this.connected;)await Mr(200);return!0}subscribeListeners(){this.proxyProvider.on("accountsChanged",t=>{var o;if(t.length>0){let r=t[0];this.connected=((o=this.address)==null?void 0:o.toLowerCase())===(r==null?void 0:r.toLowerCase())}}),this.proxyProvider.on("disconnect",()=>{this.connected=!1})}};var ga=P(require("@walletconnect/web3-provider")),wt=require("react-device-detect");var Ke=require("react/jsx-runtime"),It=({style:e,...t})=>(0,Ke.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,Ke.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),(0,Ke.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,Ke.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,Ke.jsx)("defs",{children:(0,Ke.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,Ke.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});var $r=P(da()),Go=require("react-device-detect");var Vo="c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",zr=e=>{let t=Io(e).trim().toLowerCase();for(let[o,r]of Object.entries(co))if(r.name.toLowerCase()===t)return{id:o,entry:r}},co={"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369":{name:"Rainbow",image_id:"7a33d7f1-3d12-4b5c-f3ee-5cd83cb1b500",mobile:{universal:"https://rnbwapp.com"}},"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0":{name:"Trust Wallet",image_id:"0528ee7e-16d1-4089-21e3-bbfb41933100",mobile:{universal:"https://link.trustwallet.com"}},c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96:{name:"MetaMask",image_id:"5195e9db-94d8-4579-6f11-ef553be95100",mobile:{universal:"https://metamask.app.link"}},"225affb176778569276e484e1b92637ad061b01e13a048b35a9d280c3b58970f":{name:"Safe",image_id:"a1cb2777-f8f9-49b0-53fd-443d20ee0b00",mobile:{universal:"https://gnosis-safe.io/"}},"74f8092562bd79675e276d8b2062a83601a4106d30202f2d509195e30e19673d":{name:"Spot",image_id:"1bf33a89-b049-4a1c-d1f6-4dd7419ee400",mobile:{universal:"https://spot.so"}},ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18:{name:"Zerion",image_id:"f216b371-96cf-409a-9d88-296392b85800",mobile:{universal:"https://wallet.zerion.io"}},"8308656f4548bb81b3508afe355cfbb7f0cb6253d1cc7f998080601f838ecee3":{name:"Unstoppable Domains",image_id:"4725dda0-4471-4d0f-7adf-6bbe8b929c00",mobile:{universal:"https://unstoppabledomains.com/mobile"}},"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662":{name:"BitKeep",image_id:"3f7075d0-4ab7-4db5-404d-3e4c05e6fe00",mobile:{universal:"https://bkapp.vip"}},afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7:{name:"Omni",image_id:"2cd67b4c-282b-4809-e7c0-a88cd5116f00",mobile:{universal:"https://links.omni.app"}},ccb714920401f7d008dbe11281ae70e3a4bfb621763b187b9e4a3ce1ab8faa3b:{name:"BitPay",image_id:"97d4429f-eaf0-4302-87f5-9d26d46fe700",mobile:{universal:"https://link.bitpay.com/wallet"}},"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26":{name:"MathWallet",image_id:"26a8f588-3231-4411-60ce-5bb6b805a700",mobile:{universal:"https://www.mathwallet.org"}},"2863183c3299d820fb9a4cb8aab4a34f50380c9992e8be871fd60a62e8d36481":{name:"1inch Wallet",image_id:"dce1ee99-403f-44a9-9f94-20de30616500",mobile:{universal:"https://wallet.1inch.io"}},efba9ae0a9e0fdd9e3e055ddf3c8e75f294babb8aea3499456eff27f771fda61:{name:"Eidoo",image_id:"ef5b8bcf-00d5-457d-e161-9911e4788700",mobile:{universal:"https://eidoo.io/crypto-wallet"}},b021913ba555948a1c81eb3d89b372be46f8354e926679de648e4fa2938bed3e:{name:"Coin98",image_id:"dee547be-936a-4c92-9e3f-7a2350a62e00",mobile:{universal:"https://coin98.com"}},"7e90b95230bc462869bbb59f952273d89841e1c76bcc5319898e08c9f34bd4cd":{name:"Unstoppable Wallet",image_id:"5c38b22c-adb9-4899-3252-6e3d71458500",mobile:{universal:"https://unstoppable.money"}},"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98":{name:"AlphaWallet",image_id:"5b1cddfb-056e-4e78-029a-54de5d70c500",mobile:{universal:"https://aw.app"}},"468b4ab3582757233017ec10735863489104515ab160c053074905a1eecb7e63":{name:"D'CENT Wallet",image_id:"1efb49ec-2bab-4fa1-f2f2-4392c64ed000",mobile:{universal:"https://link.dcentwallet.com"}},"29f4a70ad5993f3f73ae8119f0e78ecbae51deec2a021a770225c644935c0f09":{name:"ZelCore",image_id:"97d45a92-a1f0-46da-95a6-ad5db99f3500",mobile:{universal:"https://link.zel.network"}},"8240fb8a7b117aed27f04aa8870c714eeb910f7c1b16c9b868e793c1836335b8":{name:"Nash",image_id:"12f981b1-bb0a-4115-009f-317255979600",mobile:{universal:"https://nash.io/walletconnect"}},"15d7610042217f691385d20e640869dc7273e991b04e8f476417cdc5ec856955":{name:"Coinomi",image_id:"3b446d16-a908-40c8-5835-9a6efe90dd00",mobile:{universal:"https://coinomi.page.link"}},a395dbfc92b5519cbd1cc6937a4e79830187daaeb2c6fcdf9b9cce4255f2dcd5:{name:"CYBAVO Wallet",image_id:"3117d3ce-b973-4cfd-8fb5-f5d72ed3c200",mobile:{universal:"https://cdn.cybavo.com"}},"0b415a746fb9ee99cce155c2ceca0c6f6061b1dbca2d722b3ba16381d0562150":{name:"SafePal",image_id:"14096232-7483-425b-f9a9-658f94fe7100",mobile:{universal:"https://link.safepal.io"}},"881946407ff22a32ec0e42b2cd31ea5dab52242dc3648d777b511a0440d59efb":{name:"Bridge Wallet",image_id:"989d504f-93db-4ca6-c00a-9d1faf177d00",mobile:{universal:"https://bridge.mtpelerin.com"}},"3b0e861b3a57e98325b82ab687fe0a712c81366d521ceec49eebc35591f1b5d1":{name:"SparkPoint",image_id:"34c4f901-70de-4507-e7a0-bc7887843000",mobile:{universal:"https://sparkpoint.io"}},"38ee551a01e3c5af9d8a9715768861e4d642e2381a62245083f96672b5646c6b":{name:"PEAKDEFI Wallet",image_id:"744a3fbe-4261-4148-133e-49c5b58cb400",mobile:{universal:"https://peakdefi.com/download"}},f2436c67184f158d1beda5df53298ee84abfc367581e4505134b5bcf5f46697d:{name:"Crypto.com | DeFi Wallet",image_id:"7c5ff577-a68d-49c5-02cd-3d83637b0b00",mobile:{universal:"https://wallet.crypto.com"}},"15d1d97de89526a3c259a235304a7c510c40cda3331f0f8433da860ecc528bef":{name:"Ellipal",image_id:"0a805e10-bfc0-4d02-d9c1-8cec88f0dc00",mobile:{universal:"https://www.ellipal.com/"}},"19ad8334f0f034f4176a95722b5746b539b47b37ce17a5abde4755956d05d44c":{name:"Aktionariat",image_id:"6d18e8ea-b536-4038-c5bf-94a499d5a400",mobile:{universal:"https://app.aktionariat.com"}},"95501c1a07c8eb575cb28c753ab9044259546ebcefcd3645461086e49b671f5c":{name:"Talken Wallet",image_id:"1afb5a3a-2da3-40ce-baf9-b416e7510600",mobile:{universal:"https://talken.io"}},"2ed796df33fdbde6a3ea6a47d3636b8341fe285038d844c7a78267b465b27028":{name:"KyberSwap",image_id:"3abd1720-260e-495a-2e31-3d0b349e0d00",mobile:{universal:"https://kyberswapnew.app.link"}},"4e6af4201658b52daad51a279bb363a08b3927e74c0f27abeca3b0110bddf0a9":{name:"Tongue Wallet",image_id:"20bc4fdb-b9e6-429a-8cba-c233b3273000",mobile:{universal:"https://www.tongue.fi"}},b13fcc7e3500a4580c9a5341ed64c49c17d7f864497881048eb160c089be5346:{name:"RWallet",image_id:"a883229c-26cb-4c19-9b34-1f0ed4012a00",mobile:{universal:"https://www.rwallet.app"}},"13c6a06b733edf51784f669f508826b2ab0dc80122a8b5d25d84b17d94bbdf70":{name:"PlasmaPay",image_id:"466c8fd0-fcec-4621-b94f-e91ce1439f00",mobile:{universal:"https://plasmapay.com/"}},"0aafbedfb8eb56dae59ecc37c9a5388509cf9c082635e3f752581cc7128a17c0":{name:"O3Wallet",image_id:"e1c7c6af-c731-463e-55f0-5e686e9f6200",mobile:{universal:"https://o3.network"}},"761d3d98fd77bdb06e6c90092ee7071c6001e93401d05dcf2b007c1a6c9c222c":{name:"HashKey Me",image_id:"72734fac-9500-4c2c-81ba-678f7fc32700",mobile:{universal:"https://me.hashkey.com"}},ffa139f74d1c8ebbb748cf0166f92d886e8c81b521c2193aa940e00626f4e215:{name:"Defiant",image_id:"026462e7-09a3-47f6-6b46-49df18133b00",mobile:{universal:"https://defiantapp.tech"}},"717911f4db0c5eda0e02e76ed179b7940ba1eefffdfb3c9e6540696226860da0":{name:"Elastos Essentials",image_id:"04a6bfed-d80e-4f7b-0516-261f86aa4000",mobile:{universal:"https://essentials.elastos.net"}},"9d6c614d1995741d5313f1f3dbf1f66dcba694de782087d13b8721822502692f":{name:"Stasis",image_id:"7ae753bc-a754-450c-2d90-2c5521734400",mobile:{universal:"https://app.stasis.net"}},a6ffb821a3c32d36fc9d29e29c2ff79a0cd1db0bca453714777846ddf3fdff76:{name:"JulWallet",image_id:"cabd50de-22fa-487b-ce68-2c63de8bb800",mobile:{universal:"https://justliquidity.org"}},"76745388a50e6fea982c4dee2a3ad61a8aa417668be870754689caa8a7506c93":{name:"Tangem",image_id:"8a5b6e94-e378-458d-bf2e-017cc7958e00",mobile:{universal:"https://app.tangem.com"}},"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa":{name:"SecuX",image_id:"d46a33d6-92a1-4dfd-38d4-779815fb5c00",mobile:{universal:"https://wsweb.secuxtech.com"}},"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568":{name:"Ambire Wallet",image_id:"c39b3a16-1a38-4588-f089-cb7aeb584700",mobile:{universal:"https://mobile.ambire.com"}},b823fb0d7228ef8e3c0bc9607df9ed79dae2ab3a2811d33f22ade4f573c18232:{name:"Slavi Wallet",image_id:"282ce060-0beb-4236-b7b0-1b34cc6c8f00",mobile:{universal:"https://www.slaviwallet.io"}},dccbd717df77b395445cc6080e01fffada9d8b92dacfda312a26c70c2e9af673:{name:"Nufinetes",image_id:"70080bd7-9858-4720-cf74-8f74cd74cb00",mobile:{universal:"https://apple.vimworld.org"}},c6f3d04a4e1a51e7d2045f347a5ebdab30fc600950a740fca21f0c92e230ee05:{name:"Arianee Wallet",image_id:"ace938a9-c906-4b9e-f683-b85f1ab72800",mobile:{universal:"https://arianee.net"}},c482dfe368d4f004479977fd88e80dc9e81107f3245d706811581a6dfe69c534:{name:"NOW Wallet",image_id:"b6ee4efc-f53e-475b-927b-a7ded6211700",mobile:{universal:"https://walletnow.app.link"}},"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd":{name:"Blocto",image_id:"374258d3-c749-4f37-7815-77e61f798c00",mobile:{universal:"https://blocto.app"}},"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92":{name:"Arculus Wallet",image_id:"f78dab27-7165-4a3d-fdb1-fcff06c0a700",mobile:{universal:"https://gw.arculus.co/app"}},a2c031fccd13a6c16d7745c303507f78ae4da53fed064542804e9657d73e8b5c:{name:"Backpack",image_id:"e46f132d-6e05-4d51-8720-43727446e600",mobile:{universal:"https://jxndao.com"}},f593f4eb9755ff047681a37ebc46706e0e915cf1c2fe0102f5ae47c9f6aa4082:{name:"Autonomy: Digital Art Wallet",image_id:"2ee7c9db-9a86-4cd6-0d32-5053b4636100",mobile:{universal:"https://autonomy.io/apps/wc"}},"5859076ade608fbc4e9d3fe2f95e8527de80f8451ecbb1dced54ca84deae0dd6":{name:"Coingrig",image_id:"18e38e41-a387-4402-ca31-6d2d5eb91100",mobile:{universal:"https://link.coingrig.com"}},bb88a220ed4dcd3d717ec19b6ac00a672edf92e97ef7c243d35e25ff56a07301:{name:"bobablocks",image_id:"aff8973b-e093-45b5-4858-c01dd043bc00",mobile:{universal:"https://app.bobablocks.io"}},cbe13eb482c76f1fa401ff4c84d9acd0b8bc9af311ca0620a0b192fb28359b4e:{name:"Plasma Wallet",image_id:"c268e78d-ffb0-4c8b-5cad-04c3add48500",mobile:{universal:"https://plasma-wallet.com"}},b83a346877b71c02b8531f53485ce12bc00033eabcc1213ca3329cbc744813a5:{name:"Holdstation Wallet",image_id:"e6dba126-85af-4194-84f6-dd16632c3c00",mobile:{universal:"https://apps.apple.com/us/app/holdstation-web3-wallet/id6444925618"}},a92d512c649e87a5acba5885ac03f62662cff1f647c20a63833eb45a71a6f877:{name:"HUMBL WALLET",image_id:"1ac55ba2-aa98-4ed0-59b3-b3155dea4200",mobile:{universal:"https://wallet.search3.com"}},"226d8a12a2e6e5c4185fa9c24313824bfb144c2a180325bddbd121844f497afa":{name:"ISLAMIwallet",image_id:"8d723c78-28ad-4610-901f-ea391d7e8d00",mobile:{universal:"https://islamiwallet.com"}},"11c5487e4d8dd8bf32d4c92222363df8296a27307b2531be1e25770365392ecb":{name:"Card Wallet",image_id:"325428cf-c212-4d83-a434-7f48902d2c00",mobile:{universal:"https://wallet.cardstack.com"}},f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2:{name:"MEW wallet",image_id:"e2024511-2c9b-46d7-3111-52df3d241700",mobile:{universal:"https://mewwallet.com"}},"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd":{name:"PLTwallet",image_id:"a5d9dd15-8cef-42de-8bed-09e01a8b0200",mobile:{universal:"https://pltwallet.io/"}},"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43":{name:"Avacus",image_id:"a7106965-91cc-4a73-4688-c5c72ae0ed00",mobile:{universal:"https://avacus.app.link"}},bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6:{name:"Argent",image_id:"215158d2-614b-49c9-410f-77aa661c3900",mobile:{universal:"https://www.argent.xyz/app"}},"664b505fea4c2117b8a55c054ef209664e0a68ddaafd7534df739f97a293fa1d":{name:"Hippo Wallet",image_id:"f9570968-45f7-47c1-3189-98cf60e25c00",mobile:{universal:"https://hippowallet.io"}},"0c5bba82e70a2b62405871af809020a077d110d765c0798eb660ad5d3131b328":{name:"Edge Wallet",image_id:"f601bc29-4298-422f-dbf7-34dac2884f00",mobile:{universal:"https://deep.edge.app/wc"}},"792fbacfe787d67595dd4eb38ac308e14b3bbc810393db56f477a92e5ac8764b":{name:"Assure",image_id:"64db7104-c8b7-44ea-e102-11ce87124200",mobile:{universal:"https://www.assure.pro/Official"}},"7ef337ff00714f179d38b8142398efa2ab902a53430e99ebce02892053d7a310":{name:"EASY",image_id:"62feb41a-be1f-4b1c-e089-27f97c0e8d00",mobile:{universal:"https://link.easy.me"}},"7e94e75c90964a69ea375b92214f50c4223dfbfa4913a3733b615444b322f687":{name:"CoinStats",image_id:"f989ab84-650b-4ad5-c342-77f3334f1b00",mobile:{universal:"https://coinstats.app"}},"107bb20463699c4e614d3a2fb7b961e66f48774cb8f6d6c1aee789853280972c":{name:"Bitcoin.com Wallet",image_id:"0d7938e1-9b3b-4d8b-177b-98188c4cf400",mobile:{universal:"https://wallet.bitcoin.com/"}},"1986e7c874bb906f057d5d64a4806c004e021689536e5228c74d64a6058e8bac":{name:"Defiant",image_id:"11a96ca4-3592-42ae-c781-2b7265ec9200",mobile:{universal:"https://defiantapp.tech/"}},"19418ecfd44963883e4d6abca1adeb2036f3b5ffb9bee0ec61f267a9641f878b":{name:"KryptoGO Wallet",image_id:"3ccbd966-97e8-45a0-1ceb-6141a8978e00",mobile:{universal:"https://kryptogo.page.link"}},"37a686ab6223cd42e2886ed6e5477fce100a4fb565dcd57ed4f81f7c12e93053":{name:"Bifrost Wallet",image_id:"86be07e2-6652-4fd1-5f33-651682c95400",mobile:{universal:"https://app.bifrostwallet.com"}},"4f5de5333fed2ccf47c690579aba3b9128aea78175339ff51ef61704bde7502a":{name:"Okse Wallet",image_id:"8a1b36d5-7f40-403a-7000-5d30f9181200",mobile:{universal:"https://okse.io/"}},"9034d54985807aaf3d7780f50f155f954daa468fb58d7b14b216fc79d68bbd14":{name:"Qubic Wallet",image_id:"2e9ef302-daae-4807-555f-d4986b0b6700",mobile:{universal:"https://wallet.qubic.app"}},c39d8ee468e50474fdf3a0bd6b981be404d4671e2702a3d633aae95bcbaa032a:{name:"XFUN Wallet",image_id:"a665f8f3-09ef-4d17-2bd0-26dca4518400",mobile:{universal:"https://xfun.io"}},e9ff15be73584489ca4a66f64d32c4537711797e30b6660dbcb71ea72a42b1f4:{name:"Exodus",image_id:"4c16cad4-cac9-4643-6726-c696efaf5200",mobile:{universal:"https://exodus.com/m"}},"114efdbef4ce710081c1507f3dbc51f439c96a342cf33397799cd1c84b01a8c5":{name:"S-ONE Wallet",image_id:"b3562637-a407-4035-6fa5-a70ff2050400",mobile:{universal:"https://sonewallet.app"}},"5b8e33346dfb2a532748c247876db8d596734da8977905a27b947ba1e2cf465b":{name:"PREMA Wallet",image_id:"6487869b-1165-4f30-aa3a-115665be8300",mobile:{universal:"https://premanft.com"}},"2cca8c1b0bea04ba37dee4017991d348cdb7b826804ab2bd31073254f345b715":{name:"Bee Wallet",image_id:"f90bc33f-f085-40cf-7538-fae5ae84f900",mobile:{universal:"https://beewallet.app/wc"}},e3787ea98d014ca77e2c3794db97c02ef8bcb39347705f5e79502a55434a1ecf:{name:"TK Finance",image_id:"c4066f68-2247-49bf-ac8a-a677bfa81800",mobile:{universal:"https://trustkeys.network"}},"159b0423ce9075d5662f588f805931d989627affab3e63e4dd7ebc62b9c6738c":{name:"Oxalus Wallet",image_id:"a6e22fcb-6b69-45d2-b52d-a4a347a21e00",mobile:{universal:"https://oxalus.page.link/?apn=io.oxalus.wallet&isi=1620111723&ibi=io.oxalus.wallet&link=https://deeplink.oxalus.io"}},fbea6f68df4e6ce163c144df86da89f24cb244f19b53903e26aea9ab7de6393c:{name:"Klever Wallet",image_id:"8f5bbad8-6a14-4b2c-5343-cc1fca6e4d00",mobile:{universal:"https://klever.page.link"}},"1aedbcfc1f31aade56ca34c38b0a1607b41cccfa3de93c946ef3b4ba2dfab11c":{name:"OneKey",image_id:"12bebb3f-8030-4892-8452-c60a6bac1500",mobile:{universal:"https://app.onekey.so/wc/connect"}},"14e5d957c6eb62d3ee8fc6239703ac2d537d7e3552154836ca0beef775f630bc":{name:"Pitaka",image_id:"691c0716-5213-4b99-e837-079268313800",mobile:{universal:"https://app.pitaka.io"}},"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa":{name:"Obvious",image_id:"40945cea-9cd2-4acc-5799-ca7fb31f4700",mobile:{universal:"https://wallet.obvious.technology"}},c40b9bcef32fa6ce4e0df98be1420628bbc4957646f742380fe618fcb4ab74f1:{name:"RiceWallet",image_id:"df94578e-19be-4f00-258f-2470343e7b00",mobile:{universal:"https://ricewallet.io"}},b265ce38b94d602957a0946673c59a99a15d69adda4317544fec7298ea2d1387:{name:"SafeMoon",image_id:"ecc31a8e-0ee9-49db-cc59-0876b7c35600",mobile:{universal:"https://safemoon.net/"}},dc5415b6ea8114db518ae91195b027d690a11a1d2bfdd1a904e93c5cb746380e:{name:"SimpleHold",image_id:"a9f1ba96-b658-4d13-f71f-226b6389f000",mobile:{universal:"https://simplehold.io"}},"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071":{name:"Bitizen",image_id:"75dd1471-77e9-4811-ce57-ec8fc980ec00",mobile:{universal:"https://bitizen.org/wallet"}}},pa=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function ua(e){return{name:e.name||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function fa(e,t){let o=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${o}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${o}`:""}function ma(e,t){return Go.isAndroid?e:fa(e,ua(co[t]))}var Ho=(e,t)=>{if(!e)return;if(Go.isAndroid){(0,$r.saveMobileLinkInfo)({name:"Unknown",href:t||"wc:"});return}let o=co[e];if(!o){console.warn("Attempted to set info for unknown wallet",e);return}let r=fa(t||"wc:",ua(o));(0,$r.saveMobileLinkInfo)({name:(o==null?void 0:o.name)||"",href:r})},ha=()=>{!Go.isAndroid||window.open("wc:","_self")};var qr=class extends He{constructor(o,r,n){super("wallet_connect",r,n);this.connectionManager=o}setActive(){return this.walletProvider.walletId&&Ho(this.walletProvider.walletId),Promise.resolve(!0)}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.walletProvider.connected}get walletBranding(){var o,r,n;if(this.walletProvider.walletId){let i=co[this.walletProvider.walletId];return{name:i.name,icon:this.walletProvider.walletId===Vo?Ie:pa(i.image_id)}}return{name:Io(((o=this.walletProvider.walletMeta)==null?void 0:o.name)||"")||"WalletConnect",icon:((n=(r=this.walletProvider.walletMeta)==null?void 0:r.icons)==null?void 0:n[0])||It}}async promptConnection(){return new Promise((o,r)=>{this.walletProvider.connector.on("disconnect",(i,a)=>{if(i){r(Ve(i));return}a.params.some(s=>s.message==="Session Rejected")&&(this.setWalletProvider(this.connectionManager.replaceProvider(this,this.walletProvider)),r(new ht)),r(new Y("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.connectionManager.replaceProvider(this,this.walletProvider)),r(new ht)}),this.walletProvider.connector.on("transport_error",(i,a)=>{r(Ve(i))}),(async()=>{let i="",a=await Promise.race([this.connectionManager.enableProvider(this.walletProvider),Ir()]);if(a.length>0&&(i=a[0]),!i||i==="")throw new Y("Unable to retrieve address");this.connected=!0,o()})().catch(i=>r(Ve(i)))})}async sign(o){Ho(this.walletProvider.walletId),this.walletProvider.connected||await this.connectionManager.enableProvider(this.walletProvider);let r=await this.walletProvider.getWalletConnector();return new Promise(async(n,i)=>{var a;r.signPersonalMessage([o,(a=this.walletProvider.accounts)==null?void 0:a[0]]).then(s=>n(s)),wt.isAndroid&&ha()})}disconnect(){this.walletProvider.close().catch(()=>console.warn("Unable to disconnect wallet provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}},jo=class{constructor(){this._storageIdToProvider={},this.reconnectDelayMs=10,this.reconnectBackoff=2,!(typeof window>"u")&&Q.getKeys().forEach(t=>{var o,r;if(t.startsWith("walletconnect")){let n=t.split(":")[2]?t.split(":")[2]:void 0;if(!n){let i=(r=(o=Q.get(t))==null?void 0:o.peerMeta)==null?void 0:r.name;if(i){let a=zr(i);a!=null&&a.id&&(n=a.id)}}this.createProviderWithStorageId(t,n)}})}createConnector(t,o,r){let n=this.getProviderForAddress(o,r),i=new qr(this,t,o);return n?n.isConnecting&&(n=this.replaceProvider(i,n)):n=this.createProvider(i,r),i.setWalletProvider(n),i}async disconnect(){await Promise.all(Object.values(this._storageIdToProvider).map(async t=>await t.disconnect()))}getStorageId(t,o){if(!t)return;let r=Q.getKeys().filter(i=>i.startsWith("walletconnect"));if(o){let i=r.filter(a=>a.includes(o));if(i){let a=i.find(s=>Or(Q.get(s).accounts,t));if(a)return a}}let n=r.find(i=>Or(Q.get(i).accounts,t));if(!(n&&o&&!n.includes(o)))return n}getProviderForAddress(t,o){let r=this.getStorageId(t,o);r||(r=`${Tr}:${Math.random().toString(36).slice(2)}:${o||""}`);let n=this._storageIdToProvider[r];if(n)return n}createProviderWithStorageId(t,o){let r=o?{qrcode:!1}:{},n=new ga.default({infuraId:Po,storageId:t,pollingInterval:ei,...r});return n.walletId=o,o?n.connector.on("display_uri",(i,a)=>{Ho(o);let s=a.params[0],l=ma(s,o);wt.isAndroid?window.open(l):window.open(l,wt.isChromium||wt.isChrome?"_self":"_blank","noopener,noreferrer")}):n.connector.on("connect",()=>{var i,a,s;(i=n.walletMeta)!=null&&i.name&&(n.walletId=(s=zr((a=n.walletMeta)==null?void 0:a.name))==null?void 0:s.id)}),this._storageIdToProvider[t]=n,n}createProvider(t,o){let r=`${Tr}:${Math.random().toString(36).slice(2)}:${o||""}`,n=this.createProviderWithStorageId(r,o);return n.connector.on("transport_error",()=>{console.warn("Transport failed. Replacing provider."),setTimeout(()=>{t.setWalletProvider(this.replaceProvider(t,n)),this.reconnectDelayMs*=this.reconnectBackoff},this.reconnectDelayMs)}),n}replaceProvider(t,o){o.close().catch(()=>console.warn("Unable to disconnect provider"));let r=Object.entries(this._storageIdToProvider).find(([n,i])=>i.connector.session.key===o.connector.session.key);return r&&delete this._storageIdToProvider[r[0]],this.createProvider(t,o.walletId)}async enableProvider(t){return t.connected?Promise.resolve(t.accounts):await t.enable()}};var Zr=()=>{if(!window.ethereum)return!1;if(window.ethereum.isMetaMask)return!0;if(window.ethereum.providers){for(let e of window.ethereum.providers)if(e.isMetaMask)return!0}return!1},$o=()=>{if(!window.ethereum)return!1;if(window.ethereum.isCoinbaseWallet)return!0;if(window.ethereum.providers){for(let e of window.ethereum.providers)if(e.isCoinbaseWallet)return!0}return!1},Kr=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!(e==null?void 0:e.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===(0,ba.getAddress)(t)).length):!1},ya=()=>{var t;let e=Q.get(To);return e?(t=e.find(o=>o.active))==null?void 0:t.address:null},Dt=class{constructor(){this.getEthereumProvider=()=>{var t;return((t=this.activeWalletConnector)==null?void 0:t.proxyProvider)||new Re};this.walletConnectors=[],this.wcConnectionManager=new jo,this.initialized=!1}initialize(){this.initialized||(this.load(),this.activeWalletConnector&&this.activeWalletConnector.connect({showPrompt:!1}).catch(t=>console.warn("Unable to reconnect active wallet",t)),this.initialized=!0)}initializeLinkedWallets(t){t.linkedAccounts.forEach(()=>null)}load(){(Q.get(To)||[]).forEach(o=>{let r=this.createWalletConnector(o.walletType,o.address);this.addWalletConnector(r),o.active&&(this.activeWalletConnector=r)})}save(){let t=this.walletConnectors.map(o=>{var r;return{address:o.address,walletType:o.walletType,active:o.address===((r=this.activeWalletConnector)==null?void 0:r.address)&&o.walletType===this.activeWalletConnector.walletType}});Q.put(To,t)}addWalletConnector(t){this.walletConnectors.find(r=>r.address===t.address&&r.walletType===t.walletType)||this.walletConnectors.push(t)}getConnectorByAddress(t){return this.walletConnectors.find(o=>{var r;return((r=o.address)==null?void 0:r.toLowerCase())===t.toLowerCase()})}async removeWallet(t){let o=this.walletConnectors.find(r=>r.address===t);o&&o.disconnect(),this.walletConnectors=this.walletConnectors.filter(r=>r.address!==t),this.activeWalletConnector=void 0,this.save()}async activeWalletSign(t){if(!this.activeWalletConnector)throw new Y("Cannot sign, no wallet is active. Is a wallet connected?");return this.activeWalletConnector.sign(t)}async setActiveWallet(t){let o=this.walletConnectors.find(r=>r.address===t);if(o){let r=await o.setActive();return this.activeWalletConnector=r?o:void 0,this.save(),!0}return!1}createWalletConnector(t,o,r){switch(t){case"metamask":return new Mo(new Re,o);case"coinbase_wallet":return new Ro(new Re,o);case"wallet_connect":return this.wcConnectionManager.createConnector(new Re,o,r)}}};function ot(e){return new Date(e*1e3)}function jl(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:ot(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:ot(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:ot(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:ot(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:ot(o.verified_at)};t.push(l);break;case"discord_oauth":let d={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:ot(o.verified_at)};t.push(d);break;case"github_oauth":let f={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:ot(o.verified_at)};t.push(f);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Ct(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}function po(e){let t=ya();if(!t&&e.wallet)return e;let o=e.linkedAccounts.find(n=>n.type==="wallet"&&n.address===t);if(!o)return e;let r=Object.assign({},e);return r.wallet=o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient},r}var de=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy");function Je(e){if(!e)return null;let t=jl(e.linked_accounts),o=Ct(t,"wallet"),r=Ct(t,"email"),n=Ct(t,"phone"),i=Ct(t,"google_oauth"),a=Ct(t,"twitter_oauth"),s=Ct(t,"discord_oauth"),l=Ct(t,"github_oauth"),d={id:e.id,createdAt:ot(e.created_at),linkedAccounts:t,email:r&&{address:r==null?void 0:r.address},phone:n&&{number:n==null?void 0:n.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:s&&{subject:s.subject,username:s.username,email:s.email},github:l&&{subject:l.subject,username:l.username,name:l.name,email:l.email}};return po(d)}var zo=P(require("axios"));var qo=class{constructor(t,o,r){this.appId=t,this.sdkVersion=So,this.client=o,this.defaults=r}async get(t,o){try{return await zo.default.get(t,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw X(r)}}async post(t,o,r){try{return await zo.default.post(t,o,await this.buildConfig(r))}catch(n){throw X(n)}}async delete(t,o){try{return await zo.default.delete(t,await this.buildConfig(o))}catch(r){throw X(r)}}async buildConfig(t){if(t=t||{},t.headers=t.headers||{},t.headers["privy-app-id"]=this.appId,t.headers["privy-client"]=`react-auth:${this.sdkVersion}`,!t.headers.authorization){let o=await this.client.getAccessToken();o!==null&&(t.headers.authorization=`Bearer ${o}`)}return{...this.defaults,...t}}};var rt=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 va=P(require("jose")),Ye=class{static parse(t){try{return new Ye(t)}catch{return null}}constructor(t){this.value=t,this._decoded=va.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 $l=30,Zo=class{constructor(){this.authenticateOnce=new rt(async t=>this._authenticate(t)),this.linkOnce=new rt(async t=>this._link(t)),this.refreshOnce=new rt(this._refresh.bind(this)),this.destroyOnce=new rt(this._destroy.bind(this)),this.forkSessionOnce=new rt(this._forkSession.bind(this))}get token(){try{let t=Q.get(kt);return typeof t=="string"?new Ye(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=Q.get(Ao);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasActiveToken(){let t=Ye.parse(this.token);return t!==null&&!t.isExpired($l)}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();return this.storeToken(o),this.storeRefreshToken(r),{user:Je(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),xe(o)}}async _link(t){try{let o=await t.link();return Je(o)}catch(o){throw console.warn("Error linking account"),xe(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;if(!t||!o)return null;try{let r=await this.api.post(Rn(),{refresh_token:o},{headers:{authorization:`Bearer ${t}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),Je(r.data.user)}catch(r){if(r instanceof At&&r.status===400&&r.message==="Invalid auth token")return this.destroyLocalState(),null;throw xe(r)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(In(),{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(Mn(),{refresh_token:t});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw xe(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(t){typeof t=="string"?Q.put(kt,t):Q.del(kt)}storeRefreshToken(t){typeof t=="string"?Q.put(Ao,t):Q.del(Ao)}};var Jr,Ut=class{constructor(t){let o=t.apiURL||Xn,r=t.timeout||Qn;this.appId=t.appId,this.connectors=new Dt,Jr||(Jr=new Zo),this.session=Jr,this.api=new qo(t.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}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}async unlinkEmail(t){try{let o=await this.api.post(Zn(),{address:t});return Je(o.data)}catch(o){throw xe(o)}}async unlinkPhone(t){try{let o=await this.api.post(Kn(),{phoneNumber:t});return Je(o.data)}catch(o){throw xe(o)}}async unlinkWallet(t){try{let o=await this.api.post(qn(),{address:t});return await this.connectors.removeWallet(t),Je(o.data)}catch(o){throw xe(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Jn(),{provider:t,subject:o});return Je(r.data)}catch(r){throw xe(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(t){var o;return this.session.hasActiveToken()?((o=Ye.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(t!=null&&t.disableAutoRefresh)&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getAppSettings(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`);return{id:t.data.id,name:t.data.name,verificationKey:t.data.verification_key,logoUrl:t.data.logo_url||void 0,theme:t.data.theme,accentColor:t.data.accent_color||void 0,showWalletLoginFirst:t.data.show_wallet_login_first,allowlistConfig:{errorTitle:t.data.allowlist_config.error_title,errorDetail:t.data.allowlist_config.error_detail,errorCtaText:t.data.allowlist_config.cta_text,errorCtaLink:t.data.allowlist_config.cta_link},walletAuth:t.data.wallet_auth,emailAuth:t.data.email_auth,smsAuth:t.data.sms_auth,googleOAuth:t.data.google_oauth,twitterOAuth:t.data.twitter_oauth,discordOAuth:t.data.discord_oauth,githubOAuth:t.data.github_oauth,termsAndConditionsUrl:t.data.terms_and_conditions_url,privacyPolicyUrl:t.data.privacy_policy_url,createdAt:new Date(t.data.created_at*1e3),updatedAt:new Date(t.data.updated_at*1e3)}}catch(t){throw xe(t)}}async setActiveWallet(t,o){if(!o.linkedAccounts.map(i=>i.type==="wallet"?i.address:null).includes(t))throw new C("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(t))throw new C("Error setting the active wallet.");return po(o)}async forkSession(){return await this.session.forkSession()}};var Fm=require("wicg-inert"),Cr=require("body-scroll-lock"),Bs=require("react"),Fs=require("react"),Gs=P(require("react-dom")),Er=P(require("styled-components"));var Ko=require("react");var Yr=(0,Ko.createContext)({isLinking:!1,linkingHint:null,activeStatus:null,walletConnectionStatus:null,getAuthMeta:x,getAuthFlow:x,closePrivyModal:x,initLoginWithWallet:x,loginWithWallet:x,loginWithCode:x,initLoginWithEmail:x,initLoginWithSms:x,resendEmailCode:x,resendSmsCode:x,initLoginWithOAuth:x,loginWithOAuth:x,refreshUser:x,walletProxy:null}),W=()=>(0,Ko.useContext)(Yr);var Me=require("react");var Ca=require("react/jsx-runtime");function wa(e){return(0,Ca.jsx)("link",{rel:"prefetch",href:e.src})}var Jo=require("react/jsx-runtime"),Xe="LANDING",Ea=(0,Me.createContext)({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:Xe,lastScreen:Xe,navigate:x,navigateBack:x,setModalData:x}),xa=e=>{let t=e.appSettings,o=e.authenticated,r=e.visible,[n,i]=(0,Me.useState)(e.initialScreen||Xe),[a,s]=(0,Me.useState)(e.initialScreen||Xe);(0,Me.useEffect)(()=>{o||i(Xe)},[o]),(0,Me.useEffect)(()=>{r||(s(Xe),i(Xe))},[r]),(0,Me.useEffect)(()=>{e.initialScreen&&n===Xe&&(i(e.initialScreen),s(e.initialScreen))},[e.initialScreen]);let l=e.initialScreen&&n===Xe?e.initialScreen:n,d={ready:!!(t!=null&&t.id),app:t,options:e.options,data:e.data,setModalData:e.setModalData,currentScreen:l,lastScreen:a,navigate:f=>{s(n),i(f)},navigateBack:()=>{i(a)}};return(0,Jo.jsxs)(Ea.Provider,{value:d,children:[t&&t.logoUrl&&(0,Jo.jsx)(wa,{src:t.logoUrl}),e.children]})},E=()=>(0,Me.useContext)(Ea);var Yo=require("react");var Xr=(0,Yo.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:x,linkEmail:x,linkPhone:x,linkWallet:x,linkGoogle:x,linkTwitter:x,linkDiscord:x,linkGithub:x,logout:x,getAccessToken:x,getEthereumProvider:x,getEthersProvider:x,getWeb3jsProvider:x,unlinkEmail:x,unlinkPhone:x,unlinkWallet:x,unlinkGoogle:x,unlinkTwitter:x,unlinkDiscord:x,unlinkGithub:x,setActiveWallet:x,forkSession:x,createWallet:x,signMessage:x}),q=()=>(0,Yo.useContext)(Xr);var er=P(require("styled-components"));var Et=P(require("styled-components"));var Xo=P(require("styled-components")),nt=require("react/jsx-runtime"),Qo=({success:e,fail:t})=>(0,nt.jsxs)(nt.Fragment,{children:[(0,nt.jsx)(uo,{className:e?"success":t?"fail":""}),(0,nt.jsx)(zl,{className:e?"success":t?"fail":""})]}),uo=Xo.default.span`
13
13
  && {
14
14
  width: 82px;
15
15
  height: 82px;
16
16
  border-width: 4px;
17
17
  border-style: solid;
18
- border-color: ${t=>t.color??"var(--primary-color)"};
18
+ border-color: ${e=>e.color??"var(--primary-color)"};
19
+ border-bottom-color: transparent;
20
+ border-radius: 50%;
21
+ display: inline-block;
22
+ box-sizing: border-box;
23
+ animation: rotation 1.2s linear infinite;
24
+ transition: border-color 800ms;
25
+ }
26
+
27
+ @keyframes rotation {
28
+ 0% {
29
+ transform: rotate(0deg);
30
+ }
31
+ 100% {
32
+ transform: rotate(360deg);
33
+ }
34
+ }
35
+
36
+ &&&.success {
37
+ border-color: var(--success-light);
38
+ border-bottom-color: var(--success-light);
39
+ }
40
+
41
+ &&&.fail {
42
+ border-color: var(--fail-light);
43
+ border-bottom-color: var(--fail-light);
44
+ }
45
+ `,zl=(0,Xo.default)(uo)`
46
+ && {
47
+ border-bottom-color: ${e=>e.color??"var(--primary-color)"};
48
+ animation: none;
49
+ opacity: 0.5;
50
+ }
51
+ `,Bt=e=>(0,nt.jsx)(ql,{color:e.color||"var(--disabled-fg)"}),ql=(0,Xo.default)(uo)`
52
+ && {
53
+ height: 0.9rem;
54
+ width: 0.9rem;
55
+ border-width: 1.5px;
56
+
57
+ /* Override default Loader to match button transitions */
58
+ transition: border-color 200ms ease;
59
+ }
60
+ `;var Ft=require("react/jsx-runtime"),_a=Et.default.button`
61
+ display: flex;
62
+ flex-direction: row;
63
+ align-items: center;
64
+ justify-content: center;
65
+ & {
66
+ height: 44px;
67
+ width: 100%;
68
+ /* Off by one because of internal border in designs and otherwise looks off */
69
+ padding: 7px 11px;
70
+ cursor: pointer;
71
+ font-size: 14px;
72
+ font-weight: 600;
73
+ border-radius: var(--border-radius-md);
74
+ }
75
+
76
+ &&:disabled {
77
+ background-color: var(--disabled-bg);
78
+ color: var(--disabled-fg);
79
+ cursor: not-allowed;
80
+ }
81
+ `,ue=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,Ft.jsx)(Zl,{disabled:t||o,...n,children:t?(0,Ft.jsxs)("span",{children:[(0,Ft.jsx)(Bt,{}),r?(0,Ft.jsx)("span",{children:r}):null]}):e}),Zl=(0,Et.default)(_a)`
82
+ && {
83
+ background-color: ${e=>e.warn?"var(--fail-dark)":"var(--primary-color)"};
84
+ color: var(--light-theme-bg-1);
85
+
86
+ transition: background-color 200ms ease;
87
+ }
88
+
89
+ &:hover {
90
+ background-color: ${e=>e.warn?"var(--fail-darker)":"var(--primary-color-600)"};
91
+ }
92
+
93
+ &:active {
94
+ background-color: ${e=>e.warn?"var(--fail-darker)":"var(--primary-color-700)"};
95
+ }
96
+
97
+ &:hover:disabled,
98
+ &:active:disabled {
99
+ background-color: var(--disabled-bg);
100
+ color: var(--disabled-fg);
101
+ cursor: not-allowed;
102
+ }
103
+
104
+ > span {
105
+ display: flex;
106
+ align-items: center;
107
+ gap: 8px;
108
+
109
+ opacity: 1;
110
+ animation: fadein 200ms ease;
111
+ }
112
+ `,Xp=(0,Et.default)(_a)`
113
+ && {
114
+ border: 1px solid var(--light-theme-bg-3);
115
+ color: var(--light-theme-fg-1);
116
+ }
117
+ `,be=Et.default.button`
118
+ && {
119
+ padding: 12px 16px;
120
+ font-weight: 500;
121
+ text-align: center;
122
+ color: var(--primary-color);
123
+ background-color: var(--primary-color-100);
124
+ border-radius: var(--border-radius-sm);
125
+ min-width: 144px;
126
+ opacity: ${e=>e.invisible?"0":"1"};
127
+ transition: opacity 200ms ease, background-color 200ms ease;
128
+
129
+ ${e=>e.invisible&&Et.css`
130
+ pointer-events: none;
131
+ `}
132
+
133
+ &:hover {
134
+ background-color: var(--primary-color-200);
135
+ }
136
+ &:active {
137
+ background-color: var(--primary-color-300);
138
+ }
139
+ }
140
+ `;var La=P(require("styled-components")),Pa=La.default.span`
141
+ && {
142
+ width: 82px;
143
+ height: 82px;
144
+ border-width: 4px;
145
+ border-style: solid;
146
+ border-color: ${e=>e.color??"var(--primary-color)"};
19
147
  border-bottom-color: transparent;
20
148
  border-radius: 50%;
21
149
  display: inline-block;
@@ -25,7 +153,7 @@ Resources:
25
153
  border-color: var(--primary-color);
26
154
  border-bottom-color: var(--primary-color);
27
155
  }
28
- `;var ki=E(require("styled-components"));var ir=require("react/jsx-runtime"),Pi=({style:t,...e})=>(0,ir.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",...t},...e,children:(0,ir.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var nr=require("react/jsx-runtime"),Si=({style:t,...e})=>(0,nr.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",...t},...e,children:(0,nr.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var me=require("react/jsx-runtime"),as=()=>(0,me.jsx)("div",{}),ls=({backFn:t})=>(0,me.jsx)("div",{children:(0,me.jsx)(Pi,{onClick:t})}),cs=t=>(0,me.jsx)("div",{children:(0,me.jsx)("div",{children:(0,me.jsx)(Si,{onClick:t.onClose})})});var P=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=S();return(0,me.jsxs)(ds,{children:[t?(0,me.jsx)(ls,{backFn:t}):(0,me.jsx)(as,{}),(0,me.jsx)(cs,{onClose:e||(()=>o())})]})},ds=ki.default.div`
156
+ `;var Ta=P(require("styled-components"));var Qr=require("react/jsx-runtime"),Sa=({style:e,...t})=>(0,Qr.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,Qr.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var en=require("react/jsx-runtime"),Aa=({style:e,...t})=>(0,en.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,en.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var Pe=require("react/jsx-runtime"),Kl=()=>(0,Pe.jsx)("div",{}),Jl=({backFn:e})=>(0,Pe.jsx)("div",{children:(0,Pe.jsx)(Sa,{onClick:e})}),Yl=e=>(0,Pe.jsx)("div",{children:(0,Pe.jsx)("div",{children:(0,Pe.jsx)(Aa,{onClick:e.onClose})})});var A=({backFn:e,onClose:t})=>{let{closePrivyModal:o}=W();return(0,Pe.jsxs)(Xl,{children:[e?(0,Pe.jsx)(Jl,{backFn:e}):(0,Pe.jsx)(Kl,{}),(0,Pe.jsx)(Yl,{onClose:t||(()=>o())})]})},Xl=Ta.default.div`
29
157
  height: 30px;
30
158
  display: flex;
31
159
  align-items: center;
@@ -82,7 +210,7 @@ Resources:
82
210
  @media (max-width: 440px) {
83
211
  height: 30px;
84
212
  }
85
- `;var sr=require("react/jsx-runtime"),Ti=({style:t,...e})=>(0,sr.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",...t},...e,children:(0,sr.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 G=require("react/jsx-runtime"),Ii=()=>{let{navigate:t,app:e}=C(),o=(e==null?void 0:e.allowlistConfig.errorTitle)||"You don't have access to this app",r=(e==null?void 0:e.allowlistConfig.errorDetail)||"Have you been invited?",i=(e==null?void 0:e.allowlistConfig.errorCtaText)||"Try another account";return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(P,{}),(0,G.jsxs)(ps,{children:[(0,G.jsx)(hs,{children:(0,G.jsxs)("div",{children:[(0,G.jsx)(_i,{}),(0,G.jsx)(Ti,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),(0,G.jsxs)(us,{children:[typeof o=="string"?(0,G.jsx)("h3",{children:o}):(0,G.jsx)(G.Fragment,{children:o}),typeof r=="string"?(0,G.jsx)("p",{children:r}):(0,G.jsx)(G.Fragment,{children:r})]}),e!=null&&e.allowlistConfig.errorCtaLink?(0,G.jsx)(Wi,{as:"a",href:e.allowlistConfig.errorCtaLink,visible:!0,children:i}):(0,G.jsx)(Wi,{onClick:()=>{t("LANDING")},visible:!0,children:i})]})]})},ps=Ft.default.div`
213
+ `;var tn=require("react/jsx-runtime"),ka=({style:e,...t})=>(0,tn.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,tn.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 Z=require("react/jsx-runtime"),Wa=()=>{let{navigate:e,app:t}=E(),o=(t==null?void 0:t.allowlistConfig.errorTitle)||"You don't have access to this app",r=(t==null?void 0:t.allowlistConfig.errorDetail)||"Have you been invited?",n=(t==null?void 0:t.allowlistConfig.errorCtaText)||"Try another account";return(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsx)(A,{}),(0,Z.jsxs)(Ql,{children:[(0,Z.jsx)(tc,{children:(0,Z.jsxs)("div",{children:[(0,Z.jsx)(Pa,{}),(0,Z.jsx)(ka,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),(0,Z.jsxs)(ec,{children:[typeof o=="string"?(0,Z.jsx)("h3",{children:o}):(0,Z.jsx)(Z.Fragment,{children:o}),typeof r=="string"?(0,Z.jsx)("p",{children:r}):(0,Z.jsx)(Z.Fragment,{children:r})]}),t!=null&&t.allowlistConfig.errorCtaLink?(0,Z.jsx)(be,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):(0,Z.jsx)(be,{onClick:()=>{e("LANDING")},children:n})]})]})},Ql=er.default.div`
86
214
  display: flex;
87
215
  flex-direction: column;
88
216
  align-items: center;
@@ -90,11 +218,11 @@ Resources:
90
218
  margin-left: 27px;
91
219
  margin-right: 27px;
92
220
  gap: 24px;
93
- `,us=Ft.default.div`
221
+ `,ec=er.default.div`
94
222
  display: flex;
95
223
  flex-direction: column;
96
224
  gap: 8px;
97
- `,hs=Ft.default.div`
225
+ `,tc=er.default.div`
98
226
  display: flex;
99
227
  flex-direction: column;
100
228
  justify-content: center;
@@ -117,23 +245,7 @@ Resources:
117
245
  left: -19px;
118
246
  top: -19px;
119
247
  }
120
- `,Wi=Ft.default.button`
121
- && {
122
- padding: 12px 16px;
123
- font-weight: 500;
124
- text-align: center;
125
- color: var(--primary-color);
126
- background-color: var(--primary-color-bg-1);
127
- border-radius: var(--border-radius-sm);
128
- min-width: 144px;
129
- opacity: ${t=>t.visible?"0.95":"0"};
130
- transition: opacity 200ms, background-color 200ms;
131
-
132
- :hover {
133
- background-color: var(--primary-color-bg-2);
134
- }
135
- }
136
- `;var je=require("react"),Di=require("react-device-detect"),wt=E(require("styled-components"));var ar=E(require("styled-components")),$e=ar.default.div`
248
+ `;var st=require("react"),Da=require("react-device-detect"),Gt=P(require("styled-components"));var on=P(require("styled-components")),it=on.default.div`
137
249
  display: flex;
138
250
  flex-direction: column;
139
251
  align-items: flex-start;
@@ -141,14 +253,14 @@ Resources:
141
253
  margin-top: auto;
142
254
  gap: 16px;
143
255
  flex-grow: 100;
144
- `,Ri=ar.default.div`
256
+ `,Ra=on.default.div`
145
257
  display: flex;
146
258
  flex-direction: column;
147
259
  align-items: center;
148
260
  justify-content: center;
149
261
  height: 100%;
150
262
  width: 100%;
151
- `;var cr=E(require("styled-components"));var lr=require("react/jsx-runtime"),go=({style:t,...e})=>(0,lr.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:(0,lr.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:e.color||"var(--primary-color)"})});var fe=require("react/jsx-runtime"),ms=cr.default.div`
263
+ `;var nn=P(require("styled-components"));var rn=require("react/jsx-runtime"),tr=({style:e,...t})=>(0,rn.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:(0,rn.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:t.color||"var(--primary-color)"})});var Se=require("react/jsx-runtime"),oc=nn.default.div`
152
264
  margin-top: 16px;
153
265
  font-size: 12px;
154
266
  text-align: left;
@@ -157,7 +269,7 @@ Resources:
157
269
  && > a {
158
270
  color: var(--primary-color);
159
271
  }
160
- `;function Mi(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,i=!!o,n=r&&i;return!r&&!i?null:(0,fe.jsxs)(ms,{children:["By logging in I agree to the"," ",i&&(0,fe.jsx)("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",r&&(0,fe.jsx)("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var Q=({protectedByPrivy:t})=>(0,fe.jsx)(xe,{hideOnMobile:t,children:t?(0,fe.jsxs)(fe.Fragment,{children:[(0,fe.jsx)(go,{}),(0,fe.jsx)("span",{children:(0,fe.jsx)("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),xe=cr.default.div`
272
+ `;function Ia(e){let{privacyPolicyUrl:t,termsAndConditionsUrl:o}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:(0,Se.jsxs)(oc,{children:["By logging in I agree to the"," ",n&&(0,Se.jsx)("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&(0,Se.jsx)("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var K=({protectedByPrivy:e})=>(0,Se.jsx)(Oe,{hideOnMobile:e,children:e?(0,Se.jsxs)(Se.Fragment,{children:[(0,Se.jsx)(tr,{}),(0,Se.jsx)("span",{children:(0,Se.jsx)("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),Oe=nn.default.div`
161
273
  height: 20px;
162
274
  font-size: 12px;
163
275
  display: flex;
@@ -177,11 +289,11 @@ Resources:
177
289
 
178
290
  /* Mobile */
179
291
  @media (max-width: 440px) {
180
- display: ${t=>t.hideOnMobile?"none":"inherit"};
292
+ display: ${e=>e.hideOnMobile?"none":"inherit"};
181
293
  }
182
- `;var Gt=E(require("styled-components")),ge=require("react/jsx-runtime"),ce=({title:t,description:e,children:o,...r})=>(0,ge.jsx)(Oi,{...r,children:(0,ge.jsxs)(ge.Fragment,{children:[(0,ge.jsx)("h3",{children:t}),typeof e=="string"?(0,ge.jsx)("p",{children:e}):e,o]})}),Ni=(0,Gt.default)(ce)`
294
+ `;var fo=P(require("styled-components")),Ae=require("react/jsx-runtime"),ae=({title:e,description:t,children:o,...r})=>(0,Ae.jsx)(Oa,{...r,children:(0,Ae.jsxs)(Ae.Fragment,{children:[(0,Ae.jsx)("h3",{children:e}),typeof t=="string"?(0,Ae.jsx)("p",{children:t}):t,o]})}),Ma=(0,fo.default)(ae)`
183
295
  margin-bottom: 24px;
184
- `,yt=({title:t,description:e,icon:o,children:r,...i})=>(0,ge.jsxs)(fs,{...i,children:[o?(0,ge.jsx)(gs,{children:o}):null,(0,ge.jsx)("h3",{children:t}),typeof e=="string"?(0,ge.jsx)("p",{children:e}):null,r]}),Oi=Gt.default.div`
296
+ `,at=({title:e,description:t,icon:o,children:r,...n})=>(0,Ae.jsxs)(rc,{...n,children:[o?(0,Ae.jsx)(nc,{children:o}):null,(0,Ae.jsx)("h3",{children:e}),typeof t=="string"?(0,Ae.jsx)("p",{children:t}):null,r]}),Oa=fo.default.div`
185
297
  display: flex;
186
298
  flex-direction: column;
187
299
  justify-content: flex-start;
@@ -200,7 +312,7 @@ Resources:
200
312
  color: var(--light-theme-fg-2);
201
313
  font-size: 14px;
202
314
  }
203
- `,fs=(0,Gt.default)(Oi)`
315
+ `,rc=(0,fo.default)(Oa)`
204
316
  align-items: center;
205
317
  text-align: center;
206
318
  gap: 16px;
@@ -208,21 +320,21 @@ Resources:
208
320
  h3 {
209
321
  margin-bottom: 24px;
210
322
  }
211
- `,gs=Gt.default.div`
323
+ `,nc=fo.default.div`
212
324
  padding: 14px;
213
325
  border-radius: 50%;
214
326
  && {
215
327
  border-color: var(--light-theme-bg-3);
216
328
  border-width: 1px;
217
329
  }
218
- `;var W=require("react/jsx-runtime"),dr=6,Ui=new Array(dr).fill(""),ys=1400;var Fi=()=>{var T,we,Ge;let{app:t,data:e,navigate:o,setModalData:r}=C(),{closePrivyModal:i,resendEmailCode:n,resendSmsCode:s,getAuthMeta:a,loginWithCode:h}=S(),{authenticated:m,user:L}=q(),[_,g]=(0,je.useState)(Ui),[y,f]=(0,je.useState)(!1),[d,R]=(0,je.useState)(null),[D,M]=(0,je.useState)(null),x=(T=a())!=null&&T.email?0:1;(0,je.useEffect)(()=>{var U;if(!(m&&y&&L))return;if(((U=e==null?void 0:e.login)==null?void 0:U.promptCreatePrivyWalletFlow)&&!L.wallet){let Pe=setTimeout(()=>{r({createWallet:{onSuccess:()=>i({shouldCallAuthOnSuccess:!0}),onFailure:tt=>console.error(tt)}}),o("EMBEDDED_WALLET_SCREEN")},he-500);return()=>clearTimeout(Pe)}else{let Pe=setTimeout(i,he);return()=>clearTimeout(Pe)}},[m,y,L]),(0,je.useEffect)(()=>{if(d&&D===0){let z=setTimeout(()=>{g(Ui),R(null);let $=document.querySelector("input[name=code-0]");$==null||$.focus()},ys);return()=>clearTimeout(z)}},[d]);let N=z=>{var Vo;let $=z.currentTarget.value.replace(" ","");if($==="")return;if(isNaN(Number($))){R("Code should be numeric"),M(1);return}R(null),M(null);let U=Number((Vo=z.currentTarget.name)==null?void 0:Vo.charAt(5)),Pe=[...$||[""]].slice(0,dr-U),tt=[..._.slice(0,U),...Pe,..._.slice(U+Pe.length)];g(tt);let Rt=Pe.length,Yt=Math.min(Math.max(U+Rt,0),dr-1);if(!isNaN(Number(z.currentTarget.value))){let X=document.querySelector(`input[name=code-${Yt}]`);X==null||X.focus()}if(tt.every(X=>X&&!isNaN(+X))){let X=document.querySelector(`input[name=code-${Yt}]`);X==null||X.blur(),h(tt.join("")).then(()=>f(!0)).catch(l=>{(l==null?void 0:l.status)===422?R("Invalid or expired verification code"):R("Issue verifying code"),M(0)})}z.preventDefault()},j=z=>{D===1&&(R(null),M(null));let $=[..._.slice(0,z),"",..._.slice(z+1)];if(g($),z>0){let U=document.querySelector(`input[name=code-${z-1}]`);U==null||U.focus()}},ae=`Verify your ${x==0?"email":"phone"}`,O=x==0?(0,W.jsxs)("p",{children:["Please check ",(0,W.jsx)(xs,{children:(we=a())==null?void 0:we.email})," for an email from privy.io and enter your code below."]}):`Please check ${(Ge=a())==null?void 0:Ge.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return(0,W.jsxs)(W.Fragment,{children:[(0,W.jsx)(P,{},"header"),(0,W.jsxs)(ws,{children:[(0,W.jsx)(ce,{title:ae,description:O}),(0,W.jsxs)(Ri,{children:[(0,W.jsxs)(vs,{children:[(0,W.jsx)(Cs,{fail:!!d,success:y,children:(0,W.jsx)("span",{children:d||(y?"Success!":"")})}),(0,W.jsx)("div",{children:_.map((z,$)=>(0,W.jsx)("input",{name:`code-${$}`,type:"text",value:_[$],onChange:N,onKeyUp:U=>{U.key==="Backspace"&&j($)},inputMode:"numeric",autoFocus:$===0,pattern:"[0-9]",className:`${y?"success":""} ${d?"fail":""}`,autoComplete:Di.isMobile?"one-time-code":"off"},$))})]}),(0,W.jsx)(bs,{children:x==0?(0,W.jsxs)(W.Fragment,{children:[(0,W.jsx)("span",{children:"Didn't get an email?"}),(0,W.jsx)("button",{onClick:n,children:"Resend Code"})]}):(0,W.jsxs)(W.Fragment,{children:[(0,W.jsx)("span",{children:"Didn't get a message?"}),(0,W.jsx)("button",{onClick:s,children:"Resend Code"})]})})]})]}),(0,W.jsx)(Q,{protectedByPrivy:!0})]})},ws=wt.default.div`
330
+ `;var B=require("react/jsx-runtime"),an=6,Na=new Array(an).fill(""),ic=1400;var Ua=()=>{var $,ie,qe;let{app:e,data:t,navigate:o,setModalData:r}=E(),{closePrivyModal:n,resendEmailCode:i,resendSmsCode:a,getAuthMeta:s,loginWithCode:l}=W(),{authenticated:d,user:f}=q(),[b,p]=(0,st.useState)(Na),[h,v]=(0,st.useState)(!1),[c,w]=(0,st.useState)(null),[S,I]=(0,st.useState)(null),k=($=s())!=null&&$.email?0:1;(0,st.useEffect)(()=>{var z;if(!(d&&h&&f))return;if(((z=t==null?void 0:t.login)==null?void 0:z.promptCreatePrivyWalletFlow)&&!f.wallet){let D=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:me=>console.error(me),callAuthOnSuccessOnClose:!0}}),o("EMBEDDED_WALLET_SCREEN")},_e-500);return()=>clearTimeout(D)}else{let D=setTimeout(n,_e);return()=>clearTimeout(D)}},[d,h,f]),(0,st.useEffect)(()=>{if(c&&S===0){let V=setTimeout(()=>{p(Na),w(null);let G=document.querySelector("input[name=code-0]");G==null||G.focus()},ic);return()=>clearTimeout(V)}},[c]);let R=V=>{var St;let G=V.currentTarget.value.replace(" ","");if(G==="")return;if(isNaN(Number(G))){w("Code should be numeric"),I(1);return}w(null),I(null);let z=Number((St=V.currentTarget.name)==null?void 0:St.charAt(5)),D=[...G||[""]].slice(0,an-z),me=[...b.slice(0,z),...D,...b.slice(z+D.length)];p(me);let xo=D.length,_o=Math.min(Math.max(z+xo,0),an-1);if(!isNaN(Number(V.currentTarget.value))){let he=document.querySelector(`input[name=code-${_o}]`);he==null||he.focus()}if(me.every(he=>he&&!isNaN(+he))){let he=document.querySelector(`input[name=code-${_o}]`);he==null||he.blur(),l(me.join("")).then(()=>v(!0)).catch(oo=>{(oo==null?void 0:oo.status)===422?w("Invalid or expired verification code"):w("Issue verifying code"),I(0)})}V.preventDefault()},N=V=>{S===1&&(w(null),I(null));let G=[...b.slice(0,V),"",...b.slice(V+1)];if(p(G),V>0){let z=document.querySelector(`input[name=code-${V-1}]`);z==null||z.focus()}},ce=`Verify your ${k==0?"email":"phone"}`,Te=k==0?(0,B.jsxs)("p",{children:["Please check ",(0,B.jsx)(dc,{children:(ie=s())==null?void 0:ie.email})," for an email from privy.io and enter your code below."]}):`Please check ${(qe=s())==null?void 0:qe.phoneNumber} for a message from ${(e==null?void 0:e.name)||"privy.io"} and enter your code below.`;return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(A,{},"header"),(0,B.jsxs)(ac,{children:[(0,B.jsx)(ae,{title:ce,description:Te}),(0,B.jsxs)(Ra,{children:[(0,B.jsxs)(sc,{children:[(0,B.jsx)(lc,{fail:!!c,success:h,children:(0,B.jsx)("span",{children:c||(h?"Success!":"")})}),(0,B.jsx)("div",{children:b.map((V,G)=>(0,B.jsx)("input",{name:`code-${G}`,type:"text",value:b[G],onChange:R,onKeyUp:z=>{z.key==="Backspace"&&N(G)},inputMode:"numeric",autoFocus:G===0,pattern:"[0-9]",className:`${h?"success":""} ${c?"fail":""}`,autoComplete:Da.isMobile?"one-time-code":"off"},G))})]}),(0,B.jsx)(cc,{children:k==0?(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)("span",{children:"Didn't get an email?"}),(0,B.jsx)("button",{onClick:i,children:"Resend Code"})]}):(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)("span",{children:"Didn't get a message?"}),(0,B.jsx)("button",{onClick:a,children:"Resend Code"})]})})]})]}),(0,B.jsx)(K,{protectedByPrivy:!0})]})},ac=Gt.default.div`
219
331
  display: flex;
220
332
  flex-direction: column;
221
333
  align-items: flex-start;
222
334
  justify-content: flex-end;
223
335
  margin: auto;
224
336
  gap: 16px;
225
- `,vs=wt.default.div`
337
+ `,sc=Gt.default.div`
226
338
  display: flex;
227
339
  flex-direction: column;
228
340
  width: 100%;
@@ -231,7 +343,7 @@ Resources:
231
343
  // center just this element.
232
344
  margin-top: 70px;
233
345
 
234
- ${vt}[data-height='medium'] & {
346
+ ${Vt}[data-height='medium'] & {
235
347
  /* Aligns this with the input field on the page before on shorter modals */
236
348
  margin-top: 22px;
237
349
  }
@@ -290,15 +402,15 @@ Resources:
290
402
  transform: translate(1px, 0px);
291
403
  }
292
404
  }
293
- `,Cs=wt.default.div`
405
+ `,lc=Gt.default.div`
294
406
  line-height: 20px;
295
407
  height: 20px;
296
408
  font-size: 13px;
297
- color: ${t=>t.success?"var(--success-dark)":t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
409
+ color: ${e=>e.success?"var(--success-dark)":e.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
298
410
  display: flex;
299
411
  justify-content: flex-end;
300
412
  width: 100%;
301
- `,bs=wt.default.div`
413
+ `,cc=Gt.default.div`
302
414
  font-size: 13px;
303
415
  color: var(--light-theme-fg-3);
304
416
  display: flex;
@@ -312,56 +424,9 @@ Resources:
312
424
  > button {
313
425
  text-decoration: underline;
314
426
  }
315
- `,xs=wt.default.span`
427
+ `,dc=Gt.default.span`
316
428
  word-break: break-all;
317
- `;var Fe=require("react"),Ht=E(require("styled-components"));var yo=E(require("styled-components")),Ze=require("react/jsx-runtime"),Ct=({success:t,fail:e})=>(0,Ze.jsxs)(Ze.Fragment,{children:[(0,Ze.jsx)(Bt,{className:t?"success":e?"fail":""}),(0,Ze.jsx)(Es,{className:t?"success":e?"fail":""})]}),Bt=yo.default.span`
318
- && {
319
- width: 82px;
320
- height: 82px;
321
- border-width: 4px;
322
- border-style: solid;
323
- border-color: ${t=>t.color??"var(--primary-color)"};
324
- border-bottom-color: transparent;
325
- border-radius: 50%;
326
- display: inline-block;
327
- box-sizing: border-box;
328
- animation: rotation 1.2s linear infinite;
329
- transition: border-color 800ms;
330
- }
331
-
332
- @keyframes rotation {
333
- 0% {
334
- transform: rotate(0deg);
335
- }
336
- 100% {
337
- transform: rotate(360deg);
338
- }
339
- }
340
-
341
- &&&.success {
342
- border-color: var(--success-light);
343
- border-bottom-color: var(--success-light);
344
- }
345
-
346
- &&&.fail {
347
- border-color: var(--fail-light);
348
- border-bottom-color: var(--fail-light);
349
- }
350
- `,Es=(0,yo.default)(Bt)`
351
- && {
352
- border-bottom-color: ${t=>t.color??"var(--primary-color)"};
353
- animation: none;
354
- opacity: 0.5;
355
- }
356
- `,qe=t=>(0,Ze.jsx)(Ls,{color:t.color||"var(--disabled-fg)"}),Ls=(0,yo.default)(Bt)`
357
- && {
358
- height: 0.9rem;
359
- width: 0.9rem;
360
- border-width: 1.5px;
361
-
362
- transition: border-color 350ms ease;
363
- }
364
- `;var Vt=require("react/jsx-runtime"),Te=({style:t,...e})=>(0,Vt.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",...t},...e,children:[(0,Vt.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,Vt.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 ee=require("react/jsx-runtime"),We=({style:t,...e})=>(0,ee.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",...t},...e,children:[(0,ee.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"white"}),(0,ee.jsx)("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ee.jsx)("path",{d:"M4.98753 5L12.7329 10.8299L11.3468 7.37954L4.98753 5ZM20.1987 18.4027L18.1166 21.5794L22.5723 22.8049L23.8454 18.4741L20.1987 18.4027ZM4.16064 18.4741L5.42775 22.8049L9.87153 21.5794L7.80133 18.4027L4.16064 18.4741Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ee.jsx)("path",{d:"M9.6336 13.0369L8.39624 14.9049L12.7984 15.1071L12.6556 10.3659L9.6336 13.0429V13.0369ZM18.3665 13.0429L15.2969 10.3064L15.1958 15.1071L19.5979 14.9049L18.3665 13.0429ZM9.87155 21.5794L12.5426 20.2945L10.2463 18.5098L9.87155 21.5794ZM15.4635 20.2886L18.1166 21.5794L17.7597 18.5039L15.4635 20.2886Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ee.jsx)("path",{d:"M18.1167 21.5794L15.4635 20.2944L15.6776 22.0196L15.6539 22.7513L18.1167 21.5794ZM9.87158 21.5794L12.3463 22.7513L12.3285 22.0196L12.5426 20.2944L9.87158 21.5794Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ee.jsx)("path",{d:"M12.3878 17.3616L10.1868 16.7191L11.7454 16.0052L12.3938 17.3616H12.3878ZM15.6062 17.3616L16.2605 15.9993L17.8251 16.7131L15.6062 17.3675V17.3616Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ee.jsx)("path",{d:"M9.87147 21.5794L10.2581 18.4027L7.80127 18.4741L9.87147 21.5794ZM17.7418 18.4027L18.1166 21.5794L20.1987 18.4741L17.7418 18.4027ZM19.6038 14.9048L15.2016 15.107L15.6061 17.3676L16.2605 15.9994L17.8251 16.7132L19.6038 14.9048ZM10.1868 16.7192L11.7454 16.0053L12.3938 17.3617L12.8042 15.1011L8.4021 14.9048L10.1868 16.7192Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ee.jsx)("path",{d:"M8.4021 14.9048L10.2462 18.5038L10.1868 16.7192L8.4021 14.9048ZM17.8251 16.7192L17.7537 18.5038L19.5978 14.9048L17.8251 16.7192ZM12.8042 15.107L12.3878 17.3676L12.9113 20.0327L13.0303 16.5169L12.8042 15.107ZM15.1957 15.107L14.9815 16.511L15.0886 20.0327L15.6061 17.3617L15.1957 15.1011V15.107Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ee.jsx)("path",{d:"M15.6062 17.3617L15.0887 20.0327L15.4635 20.2945L17.7538 18.5098L17.8252 16.7192L15.6062 17.3617ZM10.1869 16.7192L10.2463 18.5039L12.5426 20.2885L12.9114 20.0327L12.3939 17.3617L10.1809 16.7192H10.1869Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ee.jsx)("path",{d:"M15.6598 22.7513L15.6776 22.0196L15.4754 21.853H12.5248L12.3285 22.0196L12.3463 22.7513L9.87158 21.5793L10.7401 22.2932L12.495 23.5008H15.4992L17.26 22.2873L18.1167 21.5793L15.6539 22.7513H15.6598Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ee.jsx)("path",{d:"M15.4634 20.2885L15.0886 20.0327H12.9114L12.5425 20.2945L12.3284 22.0196L12.5247 21.8531H15.4753L15.6776 22.0196L15.4634 20.2945V20.2885Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ee.jsx)("path",{d:"M23.3456 11.1571L24 7.97442L23.0125 5L15.4575 10.5919L18.3664 13.0369L22.4711 14.2326L23.3754 13.1797L22.9827 12.8941L23.6074 12.323L23.1315 11.9542L23.7561 11.4783L23.3397 11.1571H23.3456ZM4 7.96847L4.66627 11.1571L4.23795 11.4723L4.87448 11.9482L4.39857 12.323L5.01725 12.8941L4.62463 13.1797L5.52885 14.2326L9.63355 13.0428L12.5425 10.586L4.98751 5L4 7.96847Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ee.jsx)("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});var De=require("react/jsx-runtime"),bt=({style:t,...e})=>(0,De.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",...t},...e,children:[(0,De.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),(0,De.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,De.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,De.jsx)("defs",{children:(0,De.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,De.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});var K=require("react/jsx-runtime"),pr=2,Gi={metamask:{name:"MetaMask",component:We},coinbase_wallet:{name:"Coinbase Wallet",component:Te},wallet_connect:{name:"WalletConnect",component:bt}},Bi=()=>{var ae;let[t,e]=(0,Fe.useState)(!1),[o,r]=(0,Fe.useState)("metamask"),[i,n]=(0,Fe.useState)(void 0),{navigate:s,navigateBack:a}=C(),{getAuthMeta:h,closePrivyModal:m,loginWithWallet:L}=S(),{walletConnectors:_}=q(),[g,y]=(0,Fe.useState)(0),{user:f}=q(),[d]=(0,Fe.useState)((f==null?void 0:f.linkedAccounts.length)||0);(0,Fe.useEffect)(()=>{var O;r(((O=h())==null?void 0:O.walletType)||"metamask"),n(void 0),L().then(()=>e(!0)).catch(T=>{T instanceof ve?console.error(T.cause):console.error(T);let we=(T==null?void 0:T.status)===401&&(T==null?void 0:T.message)==="User is not allowed to login to this app.";(T==null?void 0:T.status)===422?n(mt.ERROR_USER_EXISTS):we?s("ALLOWLIST_REJECTION_SCREEN"):T instanceof ht&&!T.details.default?n(T.details):T instanceof ut?n(mt.ERROR_TIMED_OUT):n(mt.ERROR_WALLET_CONNECTION)})},[g]),(0,Fe.useEffect)(()=>{if(f&&t){let O=setTimeout(m,he);return()=>clearTimeout(O)}},[f,t]);let R=Gi[o].name,D=Gi[o].component,M=t?`Successfully connected with ${R}`:i?i.message:`Waiting for ${R}`,x="";if(t){let O=(f==null?void 0:f.linkedAccounts.length)||0;d===O?x="Wallet was already linked.":x="You\u2019re good to go!"}else if(g>=pr&&i)x="Unable to connect wallet";else if(i)x=i.detail;else switch(x="Don\u2019t see your wallet modal? Check your other browser windows.",o){case"metamask":x="For the best experience, connect only one wallet at a time.";break;case"wallet_connect":x="Open your mobile wallet app to continue";break;case"coinbase_wallet":lo()||(er(f)?x="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":x="Open the Coinbase app on your phone to continue.");break}let N=(ae=_==null?void 0:_.walletConnectors)==null?void 0:ae.find(O=>O.walletType==="coinbase_wallet"),j=o==="coinbase_wallet"&&(er(f)||i===mt.ERROR_USER_EXISTS);return(0,K.jsxs)(K.Fragment,{children:[(0,K.jsx)(P,{backFn:a}),(0,K.jsxs)(As,{children:[(0,K.jsx)(Ps,{children:(0,K.jsxs)("div",{children:[(0,K.jsx)(Ct,{success:t,fail:!!i}),(0,K.jsx)(D,{style:{width:"38px",height:"38px"}})]})}),(0,K.jsxs)(_s,{children:[(0,K.jsx)("h3",{children:M}),(0,K.jsx)("p",{children:x})]}),j?(0,K.jsx)(ur,{onClick:()=>N&&(N==null?void 0:N.disconnect()),visible:!t,disabled:t,children:"Use a different wallet"}):i==mt.ERROR_USER_EXISTS?(0,K.jsx)(ur,{onClick:a,visible:!0,children:"Use a different wallet"}):(0,K.jsx)(ur,{onClick:()=>{y(g+1),n(void 0)},visible:!t&&(i==null?void 0:i.retryable)&&g<pr,disabled:!t&&(!(i!=null&&i.retryable)||g>=pr),children:"Retry"})]})]})},As=Ht.default.div`
429
+ `;var Qe=require("react"),Ba=require("react-device-detect"),rr=P(require("styled-components"));var j=require("react/jsx-runtime"),sn=2,or={metamask:{name:"MetaMask",component:Ie},coinbase_wallet:{name:"Coinbase Wallet",component:Ge},wallet_connect:{name:"WalletConnect",component:It}},pc=e=>(e==null?void 0:e.status)===422?gt.ERROR_USER_EXISTS:e instanceof Rt&&!e.details.default?e.details:e instanceof Wt?gt.ERROR_TIMED_OUT:e instanceof ht?gt.ERROR_USER_REJECTED_CONNECTION:gt.ERROR_WALLET_CONNECTION,Fa=()=>{var V,G,z;let[e,t]=(0,Qe.useState)(!1),[o,r]=(0,Qe.useState)(void 0),{navigate:n,navigateBack:i}=E(),{getAuthFlow:a,walletConnectionStatus:s,closePrivyModal:l,loginWithWallet:d}=W(),{walletConnectors:f}=q(),[b,p]=(0,Qe.useState)(0),{user:h}=q(),[v]=(0,Qe.useState)((h==null?void 0:h.linkedAccounts.length)||0),c=a(),w=Ba.isMobile&&(c==null?void 0:c.meta.walletType)==="wallet_connect",S=s==null?void 0:s.connected;(0,Qe.useEffect)(()=>{!c||w||!S||k().catch(D=>console.warn("Auto-prompted signature failed",D))},[b,S]),(0,Qe.useEffect)(()=>{if(h&&e){let D=setTimeout(l,_e);return()=>clearTimeout(D)}},[h,e]);let I=D=>{if((D==null?void 0:D.status)===401&&(D==null?void 0:D.message)==="User is not allowed to login to this app."){n("ALLOWLIST_REJECTION_SCREEN");return}r(pc(D))};async function k(){try{await d(),t(!0)}catch(D){I(D)}}(0,Qe.useEffect)(()=>{s!=null&&s.connectError&&I(s==null?void 0:s.connectError)},[s]);let R=(c==null?void 0:c.meta.walletType)||"metamask",N=((V=c==null?void 0:c.meta)==null?void 0:V.walletName)||or[R].name,ce=((G=c==null?void 0:c.meta)==null?void 0:G.walletIcon)||or[R].component,Te=e?`Successfully connected with ${N}`:o?o.message:S?"Sign to verify":`Waiting for ${N}`,$="Don\u2019t see your wallet modal? Check your other browser windows.";if(e){let D=(h==null?void 0:h.linkedAccounts.length)||0;v===D?$="Wallet was already linked.":$="You\u2019re good to go!"}else b>=sn&&o?$="Unable to connect wallet":o?$=o.detail:S&&w?$="Sign the message in your wallet to verify it belongs to you.":R==="metamask"?$="For the best experience, connect only one wallet at a time.":R==="wallet_connect"?$="Open your mobile wallet app to continue":R==="coinbase_wallet"&&($o()||(Kr(h)?$="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":$="Open the Coinbase app on your phone to continue."));let ie=(z=f==null?void 0:f.walletConnectors)==null?void 0:z.find(D=>D.walletType==="coinbase_wallet"),qe=R==="coinbase_wallet"&&(Kr(h)||o===gt.ERROR_USER_EXISTS);return(0,j.jsxs)(j.Fragment,{children:[(0,j.jsx)(A,{backFn:i}),(0,j.jsxs)(uc,{children:[(0,j.jsx)(ln,{walletLogo:ce,success:e,fail:!!o}),(0,j.jsxs)(fc,{children:[(0,j.jsx)("h3",{children:Te}),(0,j.jsx)("p",{children:$})]}),qe?(0,j.jsx)(be,{onClick:()=>ie&&(ie==null?void 0:ie.disconnect()),invisible:e,disabled:e,children:"Use a different wallet"}):o==gt.ERROR_USER_EXISTS?(0,j.jsx)(be,{onClick:i,children:"Use a different wallet"}):S&&!e&&w?(0,j.jsx)(be,{onClick:k,children:"Sign with your wallet"}):(0,j.jsx)(be,{onClick:()=>{p(b+1),r(void 0),s==null||s.connectRetry()},invisible:e||!(o!=null&&o.retryable)||b>=sn,disabled:!e&&(!(o!=null&&o.retryable)||b>=sn),children:"Retry"})]})]})},uc=rr.default.div`
365
430
  display: flex;
366
431
  flex-direction: column;
367
432
  align-items: center;
@@ -369,14 +434,14 @@ Resources:
369
434
  margin-left: 27px;
370
435
  margin-right: 27px;
371
436
  gap: 24px;
372
- `,_s=Ht.default.div`
437
+ `,fc=rr.default.div`
373
438
  display: flex;
374
439
  flex-direction: column;
375
440
  gap: 8px;
376
441
  /* Very specifically chosen to be the height if 2 lines h3 and 1 line p.
377
442
  If we then switch to 1 line h3 and 2 lines p, we don't resize. */
378
443
  min-height: 76px;
379
- `,Ps=Ht.default.div`
444
+ `,mc=rr.default.div`
380
445
  display: flex;
381
446
  flex-direction: column;
382
447
  justify-content: center;
@@ -394,61 +459,63 @@ Resources:
394
459
  top: -41px;
395
460
  }
396
461
 
397
- > div > svg {
462
+ > div > :last-child {
398
463
  position: absolute;
399
464
  left: -19px;
400
465
  top: -19px;
401
466
  }
402
- `,ur=Ht.default.button`
403
- && {
404
- padding: 12px 16px;
405
- font-weight: 500;
406
- text-align: center;
407
- color: var(--primary-color);
408
- background-color: var(--primary-color-bg-1);
409
- border-radius: var(--border-radius-sm);
410
- min-width: 144px;
411
- opacity: ${t=>t.visible?"1":"0"};
412
- transition: opacity 200ms;
413
- }
414
- `;var nt=E(require("styled-components"));var wo=E(require("styled-components"));var xt=require("react/jsx-runtime"),Vi=wo.default.button`
467
+ `,ln=e=>{let t=e.walletLogo;return(0,j.jsx)(j.Fragment,{children:(0,j.jsx)(mc,{children:(0,j.jsxs)("div",{children:[(0,j.jsx)(Qo,{success:e.success,fail:e.fail}),typeof t=="string"?(0,j.jsx)("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):(0,j.jsx)(t,{style:{width:"38px",height:"38px"}})]})})})};var ja=require("react"),Ht=P(require("styled-components"));var Ga=["error","invalid_request_arguments","wallet_not_on_device"];var lt=class extends Error{constructor(o,r){super(r);this.type=o}};function hc(e){let t=e.type;return typeof t=="string"&&Ga.includes(t)}function Va(e){return hc(e)&&e.type==="wallet_not_on_device"}var cn=require("react/jsx-runtime"),Ha=()=>(0,cn.jsx)("svg",{width:"160",height:"160",viewBox:"0 0 160 160",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,cn.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M68.8526 62.1274C63.679 62.6445 59.875 67.0764 59.875 72.2759V74.6681V87.0465V87.612C59.875 92.8601 63.7484 97.3119 68.973 97.8078C72.5955 98.1516 76.6828 98.4483 80 98.4483C85.4448 98.4483 92.9638 97.649 97.0978 97.154C98.8348 96.946 100.125 95.4675 100.125 93.7182V74.6681C100.125 72.9187 98.8348 71.4402 97.0978 71.2323C93.4413 70.7945 87.1368 70.1186 81.9616 69.9682C81.2831 69.9481 80.6253 69.9371 79.9969 69.9371C79.2774 69.9371 78.5191 69.9515 77.7353 69.9776C74.6887 70.0771 71.2822 70.3508 68.2676 70.6465C67.4099 70.6528 66.6736 70.0035 66.5882 69.1332C66.4978 68.2114 67.1717 67.3908 68.0935 67.3003C71.898 66.9269 76.3758 66.583 79.9969 66.583C84.0311 66.583 89.1337 67.0101 93.1897 67.4305C94.512 67.5675 95.7295 67.7045 96.7708 67.8271V66.2445C96.7708 64.5114 95.5059 63.0417 93.7872 62.8189C89.9575 62.3224 83.2236 61.5518 78.3229 61.5518C75.4753 61.5518 72.0087 61.812 68.8526 62.1274ZM94.252 86.708C95.6413 86.708 96.7676 85.5817 96.7676 84.1924C96.7676 82.803 95.6413 81.6767 94.252 81.6767C92.8626 81.6767 91.7363 82.803 91.7363 84.1924C91.7363 85.5817 92.8626 86.708 94.252 86.708Z",fill:"#696FFD"})});var fe=require("react/jsx-runtime"),$a=()=>{let{authenticated:e,user:t,getAccessToken:o}=q(),{closePrivyModal:r,walletProxy:n}=W(),{navigate:i,data:a,setModalData:s}=E(),{onCompleteNavigateTo:l,onFailure:d}=a==null?void 0:a.connectWallet,f=b=>{r({shouldCallAuthOnSuccess:!1}),d(typeof b=="string"?new Error(b):b)};return(0,ja.useEffect)(()=>{let b=de(t);if(!e||!b)return f("User must be authenticated and have a Privy wallet before it can be connected");if(!n)return;(async()=>{let h=await o();if(!h)return f("User must be authenticated and have a Privy wallet before it can be connected");try{await n.connect({accessToken:h,address:b.address}),i(l)}catch(v){Va(v)?(s({...a,recoverWallet:{onCompleteNavigateTo:l,onFailure:d}}),i("EMBEDDED_WALLET_RECOVERY_SCREEN")):f(v)}})()},[e,t,n]),(0,fe.jsxs)(fe.Fragment,{children:[(0,fe.jsx)(A,{onClose:()=>f("User exited before wallet could be connected")}),(0,fe.jsxs)(gc,{children:[(0,fe.jsx)(at,{title:"Loading your account",description:"Please wait one moment while we load your account information"}),(0,fe.jsx)(bc,{children:(0,fe.jsxs)(yc,{children:[(0,fe.jsx)(Ha,{}),(0,fe.jsx)(vc,{}),(0,fe.jsx)(wc,{})]})})]}),(0,fe.jsx)(K,{protectedByPrivy:!0})]})},gc=Ht.default.div`
468
+ display: flex;
469
+ height: 100%;
470
+ flex-direction: column;
471
+ `,bc=Ht.default.div`
472
+ height: 100%;
415
473
  display: flex;
416
- flex-direction: row;
417
- align-items: center;
418
474
  justify-content: center;
419
- & {
420
- height: 44px;
421
- width: 100%;
422
- /* Off by one because of internal border in designs and otherwise looks off */
423
- padding: 7px 11px;
424
- cursor: pointer;
425
- font-size: 14px;
426
- font-weight: 600;
427
- border-radius: var(--border-radius-md);
428
- }
475
+ align-items: center;
476
+ `,yc=Ht.default.div`
477
+ position: relative;
478
+ height: 160px;
479
+ width: 160px;
480
+ `,vc=Ht.default.div`
481
+ position: absolute;
482
+ top: 0;
483
+ right: 0;
484
+ bottom: 0;
485
+ left: 0;
486
+ width: 160px;
487
+ height: 160px;
429
488
 
430
- &&:disabled {
431
- background-color: var(--disabled-bg);
432
- color: var(--disabled-fg);
433
- cursor: not-allowed;
434
- }
435
- `,Ke=({children:t,loading:e,disabled:o,warn:r,...i})=>(0,xt.jsx)(Ss,{disabled:o||e,warn:r,...i,children:e?(0,xt.jsxs)("span",{children:[(0,xt.jsx)(qe,{})," ",(0,xt.jsx)("span",{children:"Loading..."})]}):t}),Ss=(0,wo.default)(Vi)`
436
489
  && {
437
- background-color: ${t=>t.warn?"var(--fail-dark)":"var(--primary-color)"};
438
- color: var(--light-theme-bg-1);
490
+ border: 4px solid #b1bcff;
491
+ border-radius: 50%;
439
492
  }
493
+ `,wc=Ht.default.div`
494
+ position: absolute;
495
+ top: 0;
496
+ right: 0;
497
+ bottom: 0;
498
+ left: 0;
499
+ width: 160px;
500
+ height: 160px;
501
+ filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));
502
+ animation: spin 1200ms linear infinite;
440
503
 
441
- > span {
442
- display: flex;
443
- align-items: center;
444
- gap: 8px;
445
- }
446
- `,Oc=(0,wo.default)(Vi)`
447
504
  && {
448
- border: 1px solid var(--light-theme-bg-3);
449
- color: var(--light-theme-fg-1);
505
+ border: 4px solid;
506
+ border-color: #696ffd transparent transparent transparent;
507
+ border-radius: 50%;
508
+ }
509
+
510
+ @keyframes spin {
511
+ from {
512
+ transform: rotate(0deg);
513
+ }
514
+ to {
515
+ transform: rotate(360deg);
516
+ }
450
517
  }
451
- `;var zi=require("react"),$i=E(require("styled-components"));var hr=require("react/jsx-runtime"),Et=({style:t,color:e,...o})=>(0,hr.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:e||"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...o,children:(0,hr.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});var vo=require("react/jsx-runtime"),Hi=({color:t,...e})=>(0,vo.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",...e,children:(0,vo.jsx)("g",{children:(0,vo.jsx)("path",{fill:t||"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 zt=require("react/jsx-runtime"),Co=t=>{let[e,o]=(0,zi.useState)(!1);return(0,zt.jsxs)(ks,{onClick:()=>{o(!0),navigator.clipboard.writeText(t.text),setTimeout(()=>o(!1),1500)},justCopied:e,children:[e?(0,zt.jsx)(Et,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):(0,zt.jsx)(Hi,{style:{height:"14px",width:"14px"}}),e?"Copied":"Copy"," ",t.itemName?t.itemName:"to Clipboard"]})},ks=$i.default.button`
518
+ `;var xt=P(require("styled-components"));var qa=require("react"),Za=P(require("styled-components"));var dn=require("react/jsx-runtime"),jt=({style:e,color:t,...o})=>(0,dn.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,dn.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});var nr=require("react/jsx-runtime"),za=({color:e,...t})=>(0,nr.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,nr.jsx)("g",{children:(0,nr.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 mo=require("react/jsx-runtime"),ir=e=>{let[t,o]=(0,qa.useState)(!1);return(0,mo.jsxs)(Cc,{onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?(0,mo.jsx)(jt,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):(0,mo.jsx)(za,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Cc=Za.default.button`
452
519
  display: flex;
453
520
  align-items: center;
454
521
  gap: 6px;
@@ -456,8 +523,8 @@ Resources:
456
523
  && {
457
524
  margin: 8px 2px;
458
525
  font-size: 14px;
459
- color: ${t=>t.justCopied?"var(--light-theme-fg-1)":"var(--light-theme-fg-3)"};
460
- font-weight: ${t=>t.justCopied?"medium":"normal"};
526
+ color: ${e=>e.justCopied?"var(--light-theme-fg-1)":"var(--light-theme-fg-3)"};
527
+ font-weight: ${e=>e.justCopied?"medium":"normal"};
461
528
  transition: color 350ms ease;
462
529
 
463
530
  :focus,
@@ -469,7 +536,7 @@ Resources:
469
536
  }
470
537
 
471
538
  :hover {
472
- color: ${t=>t.justCopied?"var(--light-theme-fg-1)":"var(--light-theme-fg-2)"};
539
+ color: ${e=>e.justCopied?"var(--light-theme-fg-1)":"var(--light-theme-fg-2)"};
473
540
  }
474
541
 
475
542
  :active {
@@ -486,7 +553,7 @@ Resources:
486
553
  width: 14px;
487
554
  height: 14px;
488
555
  }
489
- `;var c=require("react/jsx-runtime"),ji=()=>(0,c.jsxs)("svg",{width:"332",height:"128",viewBox:"0 0 332 128",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsxs)("g",{clipPath:"url(#clip0_39_1593)",children:[(0,c.jsx)("g",{clipPath:"url(#clip1_39_1593)",children:(0,c.jsxs)("g",{filter:"url(#filter0_b_39_1593)",children:[(0,c.jsxs)("linearGradient",{id:"background-gradient",children:[(0,c.jsx)("stop",{offset:"0%",stopColor:"#fed8f4",children:(0,c.jsx)("animate",{attributeName:"stop-color",values:"#fed8f4; #ffe5d0; #fed8f4;",dur:"4.97s",repeatCount:"indefinite"})}),(0,c.jsx)("stop",{offset:"33%",stopColor:"#ffe5d0",children:(0,c.jsx)("animate",{attributeName:"stop-color",values:"#ffe5d0; #ffcdf3; #ffe5d0;",dur:"5.11s",repeatCount:"indefinite"})}),(0,c.jsx)("stop",{offset:"67%",stopColor:"#ffcdf3",children:(0,c.jsx)("animate",{attributeName:"stop-color",values:"#ffcdf3; #d0fcf5; #ffcdf3;",dur:"4.95s",repeatCount:"indefinite"})}),(0,c.jsx)("stop",{offset:"100%",stopColor:"#d0fcf5",children:(0,c.jsx)("animate",{attributeName:"stop-color",values:"#d0fcf5; #fed8f4; #d0fcf5;",dur:"5.03s",repeatCount:"indefinite"})})]}),(0,c.jsx)("rect",{width:301,height:112,transform:"translate(16 16)",fill:"url(#background-gradient)"})]})}),(0,c.jsx)("path",{d:"M183.83 53.8229L203.497 101.003C203.617 101.287 203.707 101.571 203.781 101.87C203.856 102.169 203.901 102.483 203.916 102.797C203.931 103.111 203.916 103.44 203.886 103.769C203.856 104.098 203.781 104.426 203.692 104.755C203.453 105.592 203.034 106.34 202.511 106.983C201.988 107.626 201.315 108.179 200.583 108.582C199.851 108.986 199.044 109.255 198.207 109.375C197.37 109.494 196.533 109.434 195.711 109.195C195.427 109.121 195.158 109.016 194.904 108.896C194.65 108.777 194.411 108.642 194.172 108.493C193.933 108.343 193.723 108.179 193.529 107.999C193.335 107.82 193.141 107.641 192.976 107.431L159.963 68.3985C160.187 68.6526 160.441 68.8918 160.725 69.1011C161.009 69.3104 161.353 69.4898 161.726 69.6542C162.1 69.8187 162.518 69.9383 162.967 70.028C163.415 70.1177 163.908 70.1775 164.446 70.2074C166.001 70.2821 167.719 70.028 169.483 69.5047C171.246 68.9815 173.099 68.1892 174.833 67.1726C176.567 66.1561 178.196 64.9751 179.6 63.6446C181.005 62.3141 182.141 60.9238 182.948 59.4737C183.262 58.9057 183.516 58.3525 183.71 57.8143C183.905 57.2762 184.024 56.7828 184.084 56.3045C184.144 55.8261 184.159 55.3776 184.114 54.959C184.069 54.5404 183.964 54.1518 183.815 53.793L183.83 53.8229Z",fill:"url(#paint0_linear_39_1593)"}),(0,c.jsx)("path",{d:"M161.158 60.2668C162.04 59.0559 163.116 57.9198 164.326 56.8733C165.537 55.8269 166.852 54.9 168.227 54.0927C169.602 53.2855 171.066 52.5978 172.531 52.0746C173.995 51.5514 175.505 51.1926 176.94 51.058C178.374 50.9235 179.689 51.0132 180.736 51.3122C181.782 51.6111 182.678 52.1643 183.261 52.8818C183.844 53.5994 184.173 54.5711 184.143 55.6624C184.113 56.7537 183.74 58.0992 182.947 59.5044C182.155 60.9097 180.99 62.3597 179.6 63.6753C178.21 64.9908 176.566 66.2017 174.832 67.2033C173.099 68.2049 171.275 68.9973 169.482 69.5354C167.689 70.0736 166 70.2978 164.446 70.238C162.891 70.1783 161.726 69.8045 160.844 69.2065C159.962 68.6086 159.424 67.8461 159.185 66.9043C158.946 65.9625 158.991 64.946 159.335 63.8098C159.678 62.6737 160.276 61.5076 161.173 60.2818L161.158 60.2668Z",fill:"url(#paint1_linear_39_1593)"}),(0,c.jsx)("path",{d:"M326.717 118.136L252.77 127.539L235.18 119.003L310.771 102.693L326.717 118.136Z",fill:"url(#paint2_linear_39_1593)"}),(0,c.jsx)("path",{d:"M310.771 102.694L235.18 119.003L242.069 98.9263L313.117 73.333L310.771 102.694Z",fill:"url(#paint3_linear_39_1593)"}),(0,c.jsx)("path",{d:"M327.241 91.1526L326.718 118.136L310.771 102.694L313.118 73.333L327.241 91.1526Z",fill:"url(#paint4_linear_39_1593)"}),(0,c.jsx)("path",{d:"M99.4197 23.8945L122.45 47.9331L64.1199 132.801L36.0684 110.093L99.4346 23.8945H99.4197Z",fill:"url(#paint5_linear_39_1593)"}),(0,c.jsx)("path",{d:"M36.0685 110.077L64.1201 132.785L27.789 117.612L6.0293 100.465L36.0834 110.062L36.0685 110.077Z",fill:"url(#paint6_linear_39_1593)"}),(0,c.jsx)("path",{d:"M55.7664 36.3772L99.4204 23.8945L36.0542 110.093L6 100.495L55.7515 36.3772H55.7664Z",fill:"url(#paint7_linear_39_1593)"}),(0,c.jsx)("path",{d:"M106.012 124.249C109.046 126.133 127.189 132.74 135.737 135.805C137.859 136.567 139.623 134.983 139.1 132.8C136.992 123.965 132.449 105.204 130.91 101.975C131.672 104.172 127.473 110.182 121.016 115.952C114.545 121.738 108.119 125.251 106.012 124.249V124.249Z",fill:"url(#paint8_linear_39_1593)"}),(0,c.jsx)("path",{d:"M105.638 123.981C105.638 123.981 105.698 124.041 105.743 124.071C105.788 124.101 105.833 124.146 105.877 124.175C105.922 124.205 105.967 124.235 106.027 124.265C108.134 125.267 114.56 121.769 121.032 115.968C127.488 110.183 131.687 104.188 130.925 101.991C130.91 101.931 130.88 101.871 130.85 101.841C130.82 101.796 130.791 101.736 130.761 101.692C130.731 101.647 130.716 101.617 130.686 101.587C129.117 99.8229 122.227 103.411 115.308 109.6C108.388 115.789 104.069 122.247 105.638 123.996V123.981Z",fill:"url(#paint9_linear_39_1593)"}),(0,c.jsx)("path",{d:"M290.057 16.9137C289.713 21.3537 287.89 25.5844 284.886 29.1573C277.817 37.6335 264.187 42.4323 248.167 37.7083C218.695 29.0227 200.313 19.799 183.963 17.138C179.779 16.4653 178.613 10.919 182.14 8.55705C200.238 -3.59678 237.466 -23.9578 268.013 -10.6529C284.527 -3.46224 290.789 7.22655 290.057 16.9137Z",fill:"url(#paint10_linear_39_1593)"})]}),(0,c.jsxs)("defs",{children:[(0,c.jsxs)("filter",{id:"filter0_b_39_1593",x:"-76",y:"-76",width:"485",height:"296",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[(0,c.jsx)("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),(0,c.jsx)("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:"46"}),(0,c.jsx)("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_39_1593"}),(0,c.jsx)("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_39_1593",result:"shape"})]}),(0,c.jsxs)("linearGradient",{id:"paint0_linear_39_1593",x1:"187.753",y1:"56.8365",x2:"173.389",y2:"118.39",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#2D2068"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,c.jsxs)("linearGradient",{id:"paint1_linear_39_1593",x1:"162.8",y1:"69.9911",x2:"171.997",y2:"54.1167",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint2_linear_39_1593",x1:"248.905",y1:"127.208",x2:"254.292",y2:"100.947",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint3_linear_39_1593",x1:"246.866",y1:"118.395",x2:"265.49",y2:"76.3396",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint4_linear_39_1593",x1:"321.183",y1:"75.7837",x2:"300.239",y2:"117.543",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#2D2068"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,c.jsxs)("linearGradient",{id:"paint5_linear_39_1593",x1:"90.6771",y1:"29.8515",x2:"62.6626",y2:"150.379",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#2D2068"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,c.jsxs)("linearGradient",{id:"paint6_linear_39_1593",x1:"14.7397",y1:"132.355",x2:"27.4593",y2:"102.104",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint7_linear_39_1593",x1:"20.0079",y1:"108.945",x2:"64.5521",y2:"45.0635",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint8_linear_39_1593",x1:"126.988",y1:"103.836",x2:"119.744",y2:"142.156",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#2D2068"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,c.jsxs)("linearGradient",{id:"paint9_linear_39_1593",x1:"109.17",y1:"124.125",x2:"121.135",y2:"106.662",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint10_linear_39_1593",x1:"196.556",y1:"38.8404",x2:"216.303",y2:"-13.8631",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsx)("clipPath",{id:"clip0_39_1593",children:(0,c.jsx)("rect",{width:"332",height:"128",fill:"white"})}),(0,c.jsx)("clipPath",{id:"clip1_39_1593",children:(0,c.jsx)("rect",{x:"16",y:"16",width:"301",height:"112",rx:"8",fill:"white"})})]})]});var B=require("react/jsx-runtime"),Zi=()=>{var L;let{user:t}=q(),{closePrivyModal:e}=S(),{data:o}=C(),r=Me(t),{onSuccess:i,onFailure:n}=o.createWallet,s=()=>{r?(i(r),e({shouldCallAuthOnSuccess:!1})):n(new Error("Failed to create wallet"))},a="Your digital wallet",h="You\u2019re all set! This wallet is all yours and can only ever be accessed by you.",m=rt(r.address);return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(P,{onClose:s}),(0,B.jsxs)(Ts,{children:[(0,B.jsxs)("div",{children:[(0,B.jsx)(ce,{title:a,description:h}),(0,B.jsxs)(Ws,{children:[(0,B.jsx)(ji,{}),(0,B.jsxs)(Is,{children:[(0,B.jsx)("p",{children:((L=t==null?void 0:t.email)==null?void 0:L.address)||""}),(0,B.jsxs)(Rs,{children:[(0,B.jsx)(Ms,{children:m})," ",(0,B.jsx)(go,{color:"var(--light-theme-bg-1)"})]})]})]}),(0,B.jsx)(Ns,{children:(0,B.jsx)(Co,{text:r.address,itemName:"Address"})})]}),(0,B.jsx)(Ke,{onClick:s,children:"I\u2019m all set"})]}),(0,B.jsx)(Q,{protectedByPrivy:!0})]})},Ts=nt.default.div`
556
+ `;var g=require("react/jsx-runtime"),Ka=()=>(0,g.jsxs)("svg",{width:"332",height:"128",viewBox:"0 0 332 128",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,g.jsxs)("g",{clipPath:"url(#clip0_39_1593)",children:[(0,g.jsx)("g",{clipPath:"url(#clip1_39_1593)",children:(0,g.jsxs)("g",{filter:"url(#filter0_b_39_1593)",children:[(0,g.jsxs)("linearGradient",{id:"background-gradient",children:[(0,g.jsx)("stop",{offset:"0%",stopColor:"#fed8f4",children:(0,g.jsx)("animate",{attributeName:"stop-color",values:"#fed8f4; #ffe5d0; #fed8f4;",dur:"4.97s",repeatCount:"indefinite"})}),(0,g.jsx)("stop",{offset:"33%",stopColor:"#ffe5d0",children:(0,g.jsx)("animate",{attributeName:"stop-color",values:"#ffe5d0; #ffcdf3; #ffe5d0;",dur:"5.11s",repeatCount:"indefinite"})}),(0,g.jsx)("stop",{offset:"67%",stopColor:"#ffcdf3",children:(0,g.jsx)("animate",{attributeName:"stop-color",values:"#ffcdf3; #d0fcf5; #ffcdf3;",dur:"4.95s",repeatCount:"indefinite"})}),(0,g.jsx)("stop",{offset:"100%",stopColor:"#d0fcf5",children:(0,g.jsx)("animate",{attributeName:"stop-color",values:"#d0fcf5; #fed8f4; #d0fcf5;",dur:"5.03s",repeatCount:"indefinite"})})]}),(0,g.jsx)("rect",{width:301,height:112,transform:"translate(16 16)",fill:"url(#background-gradient)"})]})}),(0,g.jsx)("path",{d:"M183.83 53.8229L203.497 101.003C203.617 101.287 203.707 101.571 203.781 101.87C203.856 102.169 203.901 102.483 203.916 102.797C203.931 103.111 203.916 103.44 203.886 103.769C203.856 104.098 203.781 104.426 203.692 104.755C203.453 105.592 203.034 106.34 202.511 106.983C201.988 107.626 201.315 108.179 200.583 108.582C199.851 108.986 199.044 109.255 198.207 109.375C197.37 109.494 196.533 109.434 195.711 109.195C195.427 109.121 195.158 109.016 194.904 108.896C194.65 108.777 194.411 108.642 194.172 108.493C193.933 108.343 193.723 108.179 193.529 107.999C193.335 107.82 193.141 107.641 192.976 107.431L159.963 68.3985C160.187 68.6526 160.441 68.8918 160.725 69.1011C161.009 69.3104 161.353 69.4898 161.726 69.6542C162.1 69.8187 162.518 69.9383 162.967 70.028C163.415 70.1177 163.908 70.1775 164.446 70.2074C166.001 70.2821 167.719 70.028 169.483 69.5047C171.246 68.9815 173.099 68.1892 174.833 67.1726C176.567 66.1561 178.196 64.9751 179.6 63.6446C181.005 62.3141 182.141 60.9238 182.948 59.4737C183.262 58.9057 183.516 58.3525 183.71 57.8143C183.905 57.2762 184.024 56.7828 184.084 56.3045C184.144 55.8261 184.159 55.3776 184.114 54.959C184.069 54.5404 183.964 54.1518 183.815 53.793L183.83 53.8229Z",fill:"url(#paint0_linear_39_1593)"}),(0,g.jsx)("path",{d:"M161.158 60.2668C162.04 59.0559 163.116 57.9198 164.326 56.8733C165.537 55.8269 166.852 54.9 168.227 54.0927C169.602 53.2855 171.066 52.5978 172.531 52.0746C173.995 51.5514 175.505 51.1926 176.94 51.058C178.374 50.9235 179.689 51.0132 180.736 51.3122C181.782 51.6111 182.678 52.1643 183.261 52.8818C183.844 53.5994 184.173 54.5711 184.143 55.6624C184.113 56.7537 183.74 58.0992 182.947 59.5044C182.155 60.9097 180.99 62.3597 179.6 63.6753C178.21 64.9908 176.566 66.2017 174.832 67.2033C173.099 68.2049 171.275 68.9973 169.482 69.5354C167.689 70.0736 166 70.2978 164.446 70.238C162.891 70.1783 161.726 69.8045 160.844 69.2065C159.962 68.6086 159.424 67.8461 159.185 66.9043C158.946 65.9625 158.991 64.946 159.335 63.8098C159.678 62.6737 160.276 61.5076 161.173 60.2818L161.158 60.2668Z",fill:"url(#paint1_linear_39_1593)"}),(0,g.jsx)("path",{d:"M326.717 118.136L252.77 127.539L235.18 119.003L310.771 102.693L326.717 118.136Z",fill:"url(#paint2_linear_39_1593)"}),(0,g.jsx)("path",{d:"M310.771 102.694L235.18 119.003L242.069 98.9263L313.117 73.333L310.771 102.694Z",fill:"url(#paint3_linear_39_1593)"}),(0,g.jsx)("path",{d:"M327.241 91.1526L326.718 118.136L310.771 102.694L313.118 73.333L327.241 91.1526Z",fill:"url(#paint4_linear_39_1593)"}),(0,g.jsx)("path",{d:"M99.4197 23.8945L122.45 47.9331L64.1199 132.801L36.0684 110.093L99.4346 23.8945H99.4197Z",fill:"url(#paint5_linear_39_1593)"}),(0,g.jsx)("path",{d:"M36.0685 110.077L64.1201 132.785L27.789 117.612L6.0293 100.465L36.0834 110.062L36.0685 110.077Z",fill:"url(#paint6_linear_39_1593)"}),(0,g.jsx)("path",{d:"M55.7664 36.3772L99.4204 23.8945L36.0542 110.093L6 100.495L55.7515 36.3772H55.7664Z",fill:"url(#paint7_linear_39_1593)"}),(0,g.jsx)("path",{d:"M106.012 124.249C109.046 126.133 127.189 132.74 135.737 135.805C137.859 136.567 139.623 134.983 139.1 132.8C136.992 123.965 132.449 105.204 130.91 101.975C131.672 104.172 127.473 110.182 121.016 115.952C114.545 121.738 108.119 125.251 106.012 124.249V124.249Z",fill:"url(#paint8_linear_39_1593)"}),(0,g.jsx)("path",{d:"M105.638 123.981C105.638 123.981 105.698 124.041 105.743 124.071C105.788 124.101 105.833 124.146 105.877 124.175C105.922 124.205 105.967 124.235 106.027 124.265C108.134 125.267 114.56 121.769 121.032 115.968C127.488 110.183 131.687 104.188 130.925 101.991C130.91 101.931 130.88 101.871 130.85 101.841C130.82 101.796 130.791 101.736 130.761 101.692C130.731 101.647 130.716 101.617 130.686 101.587C129.117 99.8229 122.227 103.411 115.308 109.6C108.388 115.789 104.069 122.247 105.638 123.996V123.981Z",fill:"url(#paint9_linear_39_1593)"}),(0,g.jsx)("path",{d:"M290.057 16.9137C289.713 21.3537 287.89 25.5844 284.886 29.1573C277.817 37.6335 264.187 42.4323 248.167 37.7083C218.695 29.0227 200.313 19.799 183.963 17.138C179.779 16.4653 178.613 10.919 182.14 8.55705C200.238 -3.59678 237.466 -23.9578 268.013 -10.6529C284.527 -3.46224 290.789 7.22655 290.057 16.9137Z",fill:"url(#paint10_linear_39_1593)"})]}),(0,g.jsxs)("defs",{children:[(0,g.jsxs)("filter",{id:"filter0_b_39_1593",x:"-76",y:"-76",width:"485",height:"296",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[(0,g.jsx)("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),(0,g.jsx)("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:"46"}),(0,g.jsx)("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_39_1593"}),(0,g.jsx)("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_39_1593",result:"shape"})]}),(0,g.jsxs)("linearGradient",{id:"paint0_linear_39_1593",x1:"187.753",y1:"56.8365",x2:"173.389",y2:"118.39",gradientUnits:"userSpaceOnUse",children:[(0,g.jsx)("stop",{stopColor:"#2D2068"}),(0,g.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,g.jsxs)("linearGradient",{id:"paint1_linear_39_1593",x1:"162.8",y1:"69.9911",x2:"171.997",y2:"54.1167",gradientUnits:"userSpaceOnUse",children:[(0,g.jsx)("stop",{stopColor:"#4F3D9A"}),(0,g.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,g.jsxs)("linearGradient",{id:"paint2_linear_39_1593",x1:"248.905",y1:"127.208",x2:"254.292",y2:"100.947",gradientUnits:"userSpaceOnUse",children:[(0,g.jsx)("stop",{stopColor:"#4F3D9A"}),(0,g.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,g.jsxs)("linearGradient",{id:"paint3_linear_39_1593",x1:"246.866",y1:"118.395",x2:"265.49",y2:"76.3396",gradientUnits:"userSpaceOnUse",children:[(0,g.jsx)("stop",{stopColor:"#4F3D9A"}),(0,g.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,g.jsxs)("linearGradient",{id:"paint4_linear_39_1593",x1:"321.183",y1:"75.7837",x2:"300.239",y2:"117.543",gradientUnits:"userSpaceOnUse",children:[(0,g.jsx)("stop",{stopColor:"#2D2068"}),(0,g.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,g.jsxs)("linearGradient",{id:"paint5_linear_39_1593",x1:"90.6771",y1:"29.8515",x2:"62.6626",y2:"150.379",gradientUnits:"userSpaceOnUse",children:[(0,g.jsx)("stop",{stopColor:"#2D2068"}),(0,g.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,g.jsxs)("linearGradient",{id:"paint6_linear_39_1593",x1:"14.7397",y1:"132.355",x2:"27.4593",y2:"102.104",gradientUnits:"userSpaceOnUse",children:[(0,g.jsx)("stop",{stopColor:"#4F3D9A"}),(0,g.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,g.jsxs)("linearGradient",{id:"paint7_linear_39_1593",x1:"20.0079",y1:"108.945",x2:"64.5521",y2:"45.0635",gradientUnits:"userSpaceOnUse",children:[(0,g.jsx)("stop",{stopColor:"#4F3D9A"}),(0,g.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,g.jsxs)("linearGradient",{id:"paint8_linear_39_1593",x1:"126.988",y1:"103.836",x2:"119.744",y2:"142.156",gradientUnits:"userSpaceOnUse",children:[(0,g.jsx)("stop",{stopColor:"#2D2068"}),(0,g.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,g.jsxs)("linearGradient",{id:"paint9_linear_39_1593",x1:"109.17",y1:"124.125",x2:"121.135",y2:"106.662",gradientUnits:"userSpaceOnUse",children:[(0,g.jsx)("stop",{stopColor:"#4F3D9A"}),(0,g.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,g.jsxs)("linearGradient",{id:"paint10_linear_39_1593",x1:"196.556",y1:"38.8404",x2:"216.303",y2:"-13.8631",gradientUnits:"userSpaceOnUse",children:[(0,g.jsx)("stop",{stopColor:"#4F3D9A"}),(0,g.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,g.jsx)("clipPath",{id:"clip0_39_1593",children:(0,g.jsx)("rect",{width:"332",height:"128",fill:"white"})}),(0,g.jsx)("clipPath",{id:"clip1_39_1593",children:(0,g.jsx)("rect",{x:"16",y:"16",width:"301",height:"112",rx:"8",fill:"white"})})]})]});var J=require("react/jsx-runtime"),Ja=()=>{var b;let{user:e}=q(),{closePrivyModal:t}=W(),{data:o}=E(),r=de(e),{onSuccess:n,onFailure:i,callAuthOnSuccessOnClose:a}=o.createWallet,s=()=>{r?(n(r),t({shouldCallAuthOnSuccess:a})):i(new Error("Failed to create wallet"))},l="Your digital wallet",d="You\u2019re all set! This wallet is all yours and can only ever be accessed by you.",f=bt(r.address);return(0,J.jsxs)(J.Fragment,{children:[(0,J.jsx)(A,{onClose:s}),(0,J.jsxs)(Ec,{children:[(0,J.jsxs)("div",{children:[(0,J.jsx)(ae,{title:l,description:d}),(0,J.jsxs)(xc,{children:[(0,J.jsx)(Ka,{}),(0,J.jsxs)(_c,{children:[(0,J.jsx)("p",{children:((b=e==null?void 0:e.email)==null?void 0:b.address)||""}),(0,J.jsxs)(Lc,{children:[(0,J.jsx)(Pc,{children:f})," ",(0,J.jsx)(tr,{color:"var(--light-theme-bg-1)"})]})]})]}),(0,J.jsx)(Sc,{children:(0,J.jsx)(ir,{text:r.address,itemName:"Address"})})]}),(0,J.jsx)(ue,{onClick:s,children:"I\u2019m all set"})]}),(0,J.jsx)(K,{protectedByPrivy:!0})]})},Ec=xt.default.div`
490
557
  display: flex;
491
558
  height: 100%;
492
559
  flex-direction: column;
@@ -495,7 +562,7 @@ Resources:
495
562
  @media (max-width: 440px) {
496
563
  gap: 24px;
497
564
  }
498
- `,Ws=nt.default.div`
565
+ `,xc=xt.default.div`
499
566
  width: 100%;
500
567
  background-color: #160b45;
501
568
  border-radius: 8px;
@@ -504,7 +571,7 @@ Resources:
504
571
  width: 100%;
505
572
  height: auto;
506
573
  }
507
- `,Is=nt.default.div`
574
+ `,_c=xt.default.div`
508
575
  display: flex;
509
576
  text-align: left;
510
577
  flex-direction: column;
@@ -516,23 +583,23 @@ Resources:
516
583
  color: var(--light-theme-bg-1);
517
584
  opacity: 0.65;
518
585
  }
519
- `,Rs=nt.default.div`
586
+ `,Lc=xt.default.div`
520
587
  display: flex;
521
588
  justify-content: space-between;
522
589
  width: 100%;
523
- `,Ms=nt.default.span`
590
+ `,Pc=xt.default.span`
524
591
  font-size: 17px;
525
592
  color: #fff;
526
- `,Ns=nt.default.div`
593
+ `,Sc=xt.default.div`
527
594
  display: flex;
528
595
  justify-content: center;
529
- `;var At=require("react"),gr=E(require("styled-components"));var Je=require("react"),bo=E(require("styled-components"));var mr=require("react/jsx-runtime"),qi=({style:t,...e})=>(0,mr.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",...t},...e,children:(0,mr.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"})});var de=require("react/jsx-runtime"),Lt=6,Os=new Array(Lt).fill("");function Us(t){return t.replace(/\s+/g,"")}function fr(t){return/^[a-zA-Z0-9]{1}$/.test(t)}function Ds(t){return/^[a-zA-Z]{1}$/.test(t)}function Fs(t){return/^[a-z]{1}$/.test(t)}function Ki(t){return t.length===Lt&&t.every(fr)}function Gs(t,e){return t.reduce((o,r)=>o+Number(e(r)),0)}function Bs(){return crypto.getRandomValues(new Uint8Array(1))[0]}function Vs(){let t="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",e=[];for(;e.length<Lt;){let o=Bs();o>247||e.push(t.charAt(o%62))}return e.join("")}var Ji=({onChange:t,disabled:e,readOnly:o,errorReasonOverride:r})=>{let[i,n]=(0,Je.useState)(Os),[s,a]=(0,Je.useState)(null),[h,m]=(0,Je.useState)(null),L=g=>{var we;let y=Us(g.currentTarget.value);if(y==="")return;let f=Gs(i,fr),d=y.split(""),R=!d.every(fr),D=d.length+f>Lt;if(R){a("PIN can only be letters and numbers"),m(1);return}if(D){a("PIN must be exactly 6 letters and numbers"),m(1);return}a(null),m(null);let M=Number((we=g.currentTarget.name)==null?void 0:we.charAt(4)),x=[...y||[""]].slice(0,Lt-M),N=[...i.slice(0,M),...x,...i.slice(M+x.length)];n(N);let j=x.length,ae=Math.min(Math.max(M+j,0),Lt-1),O=document.querySelector(`input[name=pin-${ae}]`),T=x[x.length-1]||"";if(Ds(T)&&(Fs(T)?O.autocapitalize="none":O.autocapitalize="on"),O==null||O.focus(),Ki(N)){let Ge=document.querySelector(`input[name=pin-${ae}]`);Ge==null||Ge.blur(),t(N.join(""))}else t(null);g.preventDefault()},_=g=>{h===1&&(a(null),m(null));let y=[...i.slice(0,g),"",...i.slice(g+1)];if(n(y),g>0){let f=document.querySelector(`input[name=pin-${g-1}]`);f==null||f.focus()}Ki(y)?t(y.join("")):t(null)};return(0,de.jsxs)(de.Fragment,{children:[(0,de.jsxs)(Hs,{children:[(0,de.jsx)(zs,{fail:!!r||!!s,children:r||s||"PIN can be letters and numbers"}),(0,de.jsx)("div",{children:i.map((g,y)=>(0,de.jsx)("input",{name:`pin-${y}`,type:"text",value:i[y],onChange:L,onKeyUp:f=>{f.key==="Backspace"&&_(y)},inputMode:"text",autoFocus:y===0,pattern:"[a-zA-Z0-9]",className:s?"fail":"",autoComplete:"off",disabled:e||o,autoCapitalize:"none"},y))})]}),!o&&(0,de.jsx)($s,{disabled:e,onClick:()=>{let g=Vs();n([...g]),t(g)}})]})},Hs=bo.default.div`
596
+ `;var zt=require("react"),qt=P(require("styled-components"));var ct=require("react"),ar=P(require("styled-components"));var pn=require("react/jsx-runtime"),Ya=({style:e,...t})=>(0,pn.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,pn.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"})});var ye=require("react/jsx-runtime"),$t=6,Ac=new Array($t).fill("");function Tc(e){return e.replace(/\s+/g,"")}function un(e){return/^[a-zA-Z0-9]{1}$/.test(e)}function kc(e){return/^[a-zA-Z]{1}$/.test(e)}function Wc(e){return/^[a-z]{1}$/.test(e)}function Xa(e){return e.length===$t&&e.every(un)}function Rc(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}function Ic(){return crypto.getRandomValues(new Uint8Array(1))[0]}function Mc(){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",t=[];for(;t.length<$t;){let o=Ic();o>247||t.push(e.charAt(o%62))}return t.join("")}var sr=({onChange:e,disabled:t,readOnly:o,disableGeneration:r,errorReasonOverride:n})=>{let[i,a]=(0,ct.useState)(Ac),[s,l]=(0,ct.useState)(null),[d,f]=(0,ct.useState)(null),b=v=>{var V;let c=Tc(v.currentTarget.value);if(c==="")return;let w=Rc(i,un),S=c.split(""),I=!S.every(un),k=S.length+w>$t;if(I){l("PIN can only be letters and numbers"),f(1);return}if(k){l("PIN must be exactly 6 letters and numbers"),f(1);return}l(null),f(null);let R=Number((V=v.currentTarget.name)==null?void 0:V.charAt(4)),N=[...c||[""]].slice(0,$t-R),ce=[...i.slice(0,R),...N,...i.slice(R+N.length)];a(ce);let Te=N.length,$=Math.min(Math.max(R+Te,0),$t-1),ie=document.querySelector(`input[name=pin-${$}]`),qe=N[N.length-1]||"";if(kc(qe)&&(Wc(qe)?ie.autocapitalize="none":ie.autocapitalize="on"),ie==null||ie.focus(),Xa(ce)){let G=document.querySelector(`input[name=pin-${$}]`);G==null||G.blur(),e(ce.join(""))}else e(null);v.preventDefault()},p=v=>{d===1&&(l(null),f(null));let c=[...i.slice(0,v),"",...i.slice(v+1)];if(a(c),v>0){let w=document.querySelector(`input[name=pin-${v-1}]`);w==null||w.focus()}Xa(c)?e(c.join("")):e(null)},h=o||r;return(0,ye.jsxs)(ye.Fragment,{children:[(0,ye.jsxs)(Oc,{children:[(0,ye.jsx)(Nc,{fail:!!n||!!s,children:n||s||"PIN can be letters and numbers"}),(0,ye.jsx)("div",{children:i.map((v,c)=>(0,ye.jsx)("input",{name:`pin-${c}`,type:"text",value:i[c],onChange:b,onKeyUp:w=>{w.key==="Backspace"&&p(c)},inputMode:"text",autoFocus:c===0,pattern:"[a-zA-Z0-9]",className:s?"fail":"",autoComplete:"off",disabled:t||o,autoCapitalize:"none"},c))})]}),!h&&(0,ye.jsx)(Dc,{disabled:t,onClick:()=>{let v=Mc();a([...v]),e(v)}})]})},Oc=ar.default.div`
530
597
  display: flex;
531
598
  flex-direction: column;
532
599
  width: 100%;
533
600
  gap: 8px;
534
601
 
535
- ${vt}[data-height='medium'] & {
602
+ ${Vt}[data-height='medium'] & {
536
603
  margin-top: 22px;
537
604
  }
538
605
 
@@ -593,15 +660,15 @@ Resources:
593
660
  transform: translate(1px, 0px);
594
661
  }
595
662
  }
596
- `,zs=bo.default.div`
663
+ `,Nc=ar.default.div`
597
664
  line-height: 20px;
598
665
  height: 20px;
599
666
  font-size: 13px;
600
- color: ${t=>t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
667
+ color: ${e=>e.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
601
668
  display: flex;
602
669
  justify-content: flex-end;
603
670
  width: 100%;
604
- `,$s=({onClick:t,disabled:e,...o})=>{let[r,i]=(0,Je.useState)(!1),[n,s]=(0,Je.useState)();return(0,Je.useEffect)(()=>{e&&n&&clearTimeout(n),s(void 0)},[e]),(0,de.jsxs)(js,{onClick:a=>{n&&clearTimeout(n),i(!0),t==null||t(a),s(setTimeout(()=>i(!1),1e3))},justGenerated:r,disabled:e,...o,children:[r?(0,de.jsx)(Et,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):(0,de.jsx)(qi,{style:{height:"14px",width:"14px"}}),r?"Generated":"Generate"," PIN"]})},js=bo.default.button`
671
+ `,Dc=({onClick:e,disabled:t,...o})=>{let[r,n]=(0,ct.useState)(!1),[i,a]=(0,ct.useState)();return(0,ct.useEffect)(()=>{t&&i&&clearTimeout(i),a(void 0)},[t]),(0,ye.jsxs)(Uc,{onClick:s=>{i&&clearTimeout(i),n(!0),e==null||e(s),a(setTimeout(()=>n(!1),1e3))},justGenerated:r,disabled:t,...o,children:[r?(0,ye.jsx)(jt,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):(0,ye.jsx)(Ya,{style:{height:"14px",width:"14px"}}),r?"Generated":"Generate"," PIN"]})},Uc=ar.default.button`
605
672
  display: flex;
606
673
  align-items: center;
607
674
  gap: 6px;
@@ -609,8 +676,8 @@ Resources:
609
676
  && {
610
677
  margin: 8px 2px;
611
678
  font-size: 14px;
612
- color: ${t=>t.justGenerated?"var(--light-theme-fg-1)":"var(--light-theme-fg-3)"};
613
- font-weight: ${t=>t.justGenerated?"medium":"normal"};
679
+ color: ${e=>e.justGenerated?"var(--light-theme-fg-1)":"var(--light-theme-fg-3)"};
680
+ font-weight: ${e=>e.justGenerated?"medium":"normal"};
614
681
  transition: color 350ms ease;
615
682
 
616
683
  :focus,
@@ -622,7 +689,7 @@ Resources:
622
689
  }
623
690
 
624
691
  :hover {
625
- color: ${t=>t.justGenerated?"var(--light-theme-fg-1)":"var(--light-theme-fg-2)"};
692
+ color: ${e=>e.justGenerated?"var(--light-theme-fg-1)":"var(--light-theme-fg-2)"};
626
693
  }
627
694
 
628
695
  :active {
@@ -639,12 +706,50 @@ Resources:
639
706
  width: 14px;
640
707
  height: 14px;
641
708
  }
642
- `;var J=require("react/jsx-runtime"),Yi=()=>{let{authenticated:t,getAccessToken:e,user:o}=q(),{walletProxy:r,refreshUser:i,closePrivyModal:n}=S(),{navigate:s,data:a}=C(),[h,m]=(0,At.useState)(null),[L,_]=(0,At.useState)(""),[g,y]=(0,At.useState)(!1),{onFailure:f}=a.createWallet;(0,At.useEffect)(()=>{t||(s("LANDING"),f(new Error("User must be authenticated before creating a Privy wallet")))},[t]);let d=()=>{f(new Error("User exited before creating a wallet")),n({shouldCallAuthOnSuccess:!1})},R=N=>{m(N)},D=Me(o),M=D?()=>{y(!0),setTimeout(()=>{y(!1),s("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:async()=>{y(!0);let N=await e();if(N&&h!==null)try{await(r==null?void 0:r.create({accessToken:N,recoveryPin:h})),_(""),await i()}catch(j){_("An error has occurred, please try again."),console.error(j)}finally{y(!1)}},x=!!D;return(0,J.jsxs)(J.Fragment,{children:[(0,J.jsx)(P,{onClose:d}),(0,J.jsxs)(Zs,{children:[(0,J.jsxs)("div",{children:[(0,J.jsx)(ce,{title:x?"Secure your PIN":"Set your PIN",description:x?"Don\u2019t lose this PIN. You\u2019ll need it to access your wallet across devices.":"To finish setting up your account, please set up a PIN."}),(0,J.jsx)(Ji,{onChange:R,disabled:g,readOnly:x,errorReasonOverride:L}),x?(0,J.jsx)(Co,{text:h||""}):null]}),(0,J.jsxs)(qs,{children:[(0,J.jsx)("h4",{children:"Why am I doing this?"}),x?(0,J.jsx)("p",{children:"This PIN allows you to access your wallet across devices. If you lose it, there is no way to recover your wallet."}):(0,J.jsx)("p",{children:"A digital wallet is being created on this device for your account. This PIN allows you to access it across devices."})]}),(0,J.jsx)(Ke,{loading:g||!r,disabled:!h,onClick:M,warn:x,children:x?"I have saved my PIN":"Create your wallet"})]}),(0,J.jsx)(Q,{protectedByPrivy:!0})]})},Zs=gr.default.div`
709
+ `;var se=require("react/jsx-runtime"),Qa=()=>{let{authenticated:e,getAccessToken:t,user:o}=q(),{walletProxy:r,closePrivyModal:n}=W(),{navigate:i,data:a}=E(),[s,l]=(0,zt.useState)(null),[d,f]=(0,zt.useState)(""),[b,p]=(0,zt.useState)(!1),{onCompleteNavigateTo:h,onFailure:v}=a.recoverWallet,c=k=>{n({shouldCallAuthOnSuccess:!1}),v(typeof k=="string"?new Error(k):k)};(0,zt.useEffect)(()=>{if(!e||!de(o))return c("User must be authenticated and have a Privy wallet before it can be recovered")},[e,o]);let w=k=>{l(k)},S=de(o);return(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(A,{onClose:()=>c("User exited before their wallet could be recovered")}),(0,se.jsxs)(Bc,{children:[(0,se.jsxs)("div",{children:[(0,se.jsx)(ae,{title:"Load your wallet",description:"We haven't seen this device yet. To continue, please enter your PIN."}),(0,se.jsx)(sr,{onChange:w,disabled:b,errorReasonOverride:d,disableGeneration:!0})]}),(0,se.jsxs)(Fc,{children:[(0,se.jsx)("h4",{children:"Why am I doing this?"}),(0,se.jsx)("p",{children:"When you created your wallet, you entered a PIN\u2014this helps secure your wallet and ensure only you can access it."})]}),(0,se.jsx)(Gc,{loading:b||!r,disabled:!s,onClick:async()=>{p(!0);let k=await t();if(k&&S&&s!==null)try{await(r==null?void 0:r.recover({address:S.address,accessToken:k,recoveryPin:s})),f(""),i(h)}catch(R){f("An error has occurred, please try again."),console.error(R)}finally{p(!1)}else return c("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!S&&b,children:"Recover your wallet"})]}),(0,se.jsx)(K,{protectedByPrivy:!0})]})},Bc=qt.default.div`
710
+ display: flex;
711
+ height: 100%;
712
+ flex-direction: column;
713
+ justify-content: space-between;
714
+ `,Fc=qt.default.div`
715
+ display: flex;
716
+ flex-direction: column;
717
+ justify-content: flex-start;
718
+ align-items: flex-start;
719
+ text-align: left;
720
+ gap: 8px;
721
+ padding: 16px;
722
+ margin-top: 16px;
723
+ margin-bottom: 16px;
724
+ width: 100%;
725
+ background: var(--light-theme-bg-2);
726
+ border-radius: var(--border-radius-md);
727
+
728
+ && h4 {
729
+ color: var(--light-theme-fg-3);
730
+ font-size: 14px;
731
+ text-decoration: underline;
732
+ font-weight: medium;
733
+ }
734
+
735
+ && p {
736
+ color: var(--light-theme-fg-3);
737
+ font-size: 14px;
738
+ }
739
+ `,Gc=(0,qt.default)(ue)`
740
+ ${e=>e.hideAnimations&&qt.css`
741
+ && {
742
+ // Remove animations because the recoverWallet task on the iframe partially
743
+ // blocks the renderer, so the animation stutters and doesn't look good
744
+ transition: none;
745
+ }
746
+ `}
747
+ `;var Zt=require("react"),Kt=P(require("styled-components"));var te=require("react/jsx-runtime"),es=()=>{let{authenticated:e,getAccessToken:t,user:o}=q(),{walletProxy:r,refreshUser:n,closePrivyModal:i}=W(),{navigate:a,data:s}=E(),[l,d]=(0,Zt.useState)(null),[f,b]=(0,Zt.useState)(""),[p,h]=(0,Zt.useState)(!1),{onFailure:v,callAuthOnSuccessOnClose:c}=s.createWallet;(0,Zt.useEffect)(()=>{e||(a("LANDING"),v(new Error("User must be authenticated before creating a Privy wallet")))},[e]);let w=()=>{v(new Error("User exited before creating a wallet")),i({shouldCallAuthOnSuccess:c})},S=N=>{d(N)},I=de(o),k=I?()=>{h(!0),setTimeout(()=>{h(!1),a("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:async()=>{h(!0);let N=await t();if(N&&l!==null)try{await(r==null?void 0:r.create({accessToken:N,recoveryPin:l})),b(""),await n()}catch(ce){b("An error has occurred, please try again."),console.error(ce)}finally{h(!1)}},R=!!I;return(0,te.jsxs)(te.Fragment,{children:[(0,te.jsx)(A,{onClose:w}),(0,te.jsxs)(Vc,{children:[(0,te.jsxs)("div",{children:[(0,te.jsx)(ae,{title:R?"Secure your PIN":"Set your PIN",description:R?"Don\u2019t lose this PIN. You\u2019ll need it to access your wallet across devices.":"To finish setting up your account, please set up a PIN."}),(0,te.jsx)(sr,{onChange:S,disabled:p,readOnly:R,errorReasonOverride:f}),R?(0,te.jsx)(ir,{text:l||""}):null]}),(0,te.jsxs)(Hc,{children:[(0,te.jsx)("h4",{children:"Why am I doing this?"}),R?(0,te.jsx)("p",{children:"This PIN allows you to access your wallet across devices. If you lose it, there is no way to recover your wallet."}):(0,te.jsx)("p",{children:"A digital wallet is being created on this device for your account. This PIN allows you to access it across devices."})]}),(0,te.jsx)(jc,{loading:p||!r,disabled:!l,onClick:k,warn:R,hideAnimations:!I&&p,children:R?"I have saved my PIN":"Create your wallet"})]}),(0,te.jsx)(K,{protectedByPrivy:!0})]})},Vc=Kt.default.div`
643
748
  display: flex;
644
749
  height: 100%;
645
750
  flex-direction: column;
646
751
  justify-content: space-between;
647
- `,qs=gr.default.div`
752
+ `,Hc=Kt.default.div`
648
753
  display: flex;
649
754
  flex-direction: column;
650
755
  justify-content: flex-start;
@@ -669,18 +774,26 @@ Resources:
669
774
  color: var(--light-theme-fg-3);
670
775
  font-size: 14px;
671
776
  }
672
- `;var cn=require("react"),Ye=E(require("react-device-detect")),ye=E(require("styled-components"));var xo=E(require("styled-components"));var yr=require("react/jsx-runtime"),Xi=({style:t,...e})=>(0,yr.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:(0,yr.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});var Eo=require("react/jsx-runtime"),wr=xo.default.div`
777
+ `,jc=(0,Kt.default)(ue)`
778
+ ${e=>e.hideAnimations&&Kt.css`
779
+ && {
780
+ // Remove animations because the createNewWallet task on the iframe partially
781
+ // blocks the renderer, so the animation stutters and doesn't look good
782
+ transition: none;
783
+ }
784
+ `}
785
+ `;var ps=require("react"),dt=P(require("react-device-detect")),Ne=P(require("styled-components"));var lr=P(require("styled-components"));var fn=require("react/jsx-runtime"),ts=({style:e,...t})=>(0,fn.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:(0,fn.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});var cr=require("react/jsx-runtime"),mn=lr.default.div`
673
786
  display: flex;
674
787
  flex-direction: column;
675
788
  justify-content: flex-start;
676
789
  gap: 4px;
677
- `,$t=xo.default.div`
790
+ `,ho=lr.default.div`
678
791
  &&& {
679
792
  margin-left: 7px; /* TODO: This is a total hack */
680
793
  border-left: 2px solid var(--border-color-2);
681
794
  height: 12px;
682
795
  }
683
- `,st=({children:t})=>(0,Eo.jsxs)(Ks,{children:[(0,Eo.jsx)(Xi,{style:{width:"16px",height:"16px"}}),t]}),Ks=xo.default.div`
796
+ `,_t=({children:e})=>(0,cr.jsxs)($c,{children:[(0,cr.jsx)(ts,{style:{width:"16px",height:"16px"}}),e]}),$c=lr.default.div`
684
797
  display: flex;
685
798
  justify-content: flex-start;
686
799
  justify-items: center;
@@ -698,22 +811,22 @@ Resources:
698
811
  margin-bottom: auto;
699
812
  }
700
813
  }
701
- `;var en=E(require("qrcode")),tn=E(require("styled-components"));var I=require("react/jsx-runtime"),pe=7,vr=(t,e,o,r,i)=>{for(let n=e;n<e+r;n++)for(let s=o;s<o+i;s++){let a=t==null?void 0:t[s];a&&a[n]&&(a[n]=0)}return t},Js=t=>{let e=en.default.create(t,{errorCorrectionLevel:"high"}).modules,o=ui(Array.from(e.data),e.size);return o=vr(o,0,0,pe,pe),o=vr(o,o.length-pe,0,pe,pe),o=vr(o,0,o.length-pe,pe,pe),o},Ys=({x:t,y:e,cellSize:o,bgColor:r,fgColor:i})=>(0,I.jsx)(I.Fragment,{children:[0,1,2].map(n=>(0,I.jsx)("circle",{r:o*(pe-n*2)/2,cx:t+o*pe/2,cy:e+o*pe/2,fill:n%2!==0?r:i},`finder-${t}-${e}-${n}`))}),Xs=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let i=[[0,0],[(e-pe)*t,0],[0,(e-pe)*t]];return(0,I.jsx)(I.Fragment,{children:i.map(([n,s])=>(0,I.jsx)(Ys,{x:n,y:s,cellSize:t,bgColor:o,fgColor:r}))})},Qs=({matrix:t,cellSize:e,color:o})=>(0,I.jsx)(I.Fragment,{children:t.map((r,i)=>r.map((n,s)=>n?(0,I.jsx)("circle",{r:e/2.5,cx:i*e+e/2,cy:s*e+e/2,fill:o},`circle-${i}-${s}`):(0,I.jsx)(I.Fragment,{})))}),Qi=(t,e)=>t-t%e,ea=({outputSize:t,cellSize:e,element:o,size:r,padding:i,bgColor:n})=>{if(!o)return(0,I.jsx)(I.Fragment,{});let s=r||40,a=i||4,h=o,m=t/2-s/2-a;return(0,I.jsxs)(I.Fragment,{children:[(0,I.jsx)("rect",{x:Qi(m,e),y:Qi(m,e),width:s+a*2+(m%e?e+.5:.5),height:s+a*2+(m%e?e+.5:.5),fill:n}),(0,I.jsx)(h,{x:t/2-s/2,y:t/2-s/2,height:s,width:s})]})},ta=t=>{var i;let e=t.outputSize,o=Js(t.url),r=e/o.length;return(0,I.jsxs)("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[(0,I.jsx)(Qs,{matrix:o,cellSize:r,color:t.fgColor}),(0,I.jsx)(Xs,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),(0,I.jsx)(ea,{outputSize:t.outputSize,cellSize:r,element:(i=t.logo)==null?void 0:i.element,bgColor:t.bgColor})]})},oa=tn.default.div`
814
+ `;var rs=P(require("qrcode")),ns=P(require("styled-components"));var F=require("react/jsx-runtime"),ve=7,hn=(e,t,o,r,n)=>{for(let i=t;i<t+r;i++)for(let a=o;a<o+n;a++){let s=e==null?void 0:e[a];s&&s[i]&&(s[i]=0)}return e},zc=e=>{let t=rs.default.create(e,{errorCorrectionLevel:"high"}).modules,o=pi(Array.from(t.data),t.size);return o=hn(o,0,0,ve,ve),o=hn(o,o.length-ve,0,ve,ve),o=hn(o,0,o.length-ve,ve,ve),o},qc=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>(0,F.jsx)(F.Fragment,{children:[0,1,2].map(i=>(0,F.jsx)("circle",{r:o*(ve-i*2)/2,cx:e+o*ve/2,cy:t+o*ve/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),Zc=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-ve)*e,0],[0,(t-ve)*e]];return(0,F.jsx)(F.Fragment,{children:n.map(([i,a])=>(0,F.jsx)(qc,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r}))})},Kc=({matrix:e,cellSize:t,color:o})=>(0,F.jsx)(F.Fragment,{children:e.map((r,n)=>r.map((i,a)=>i?(0,F.jsx)("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):(0,F.jsx)(F.Fragment,{})))}),os=(e,t)=>e-e%t,Jc=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return(0,F.jsx)(F.Fragment,{});let a=r||40,s=n||4,l=o,d=e/2-a/2-s;return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)("rect",{x:os(d,t),y:os(d,t),width:a+s*2+(d%t?t+.5:.5),height:a+s*2+(d%t?t+.5:.5),fill:i}),(0,F.jsx)(l,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},Yc=e=>{var n;let t=e.outputSize,o=zc(e.url),r=t/o.length;return(0,F.jsxs)("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[(0,F.jsx)(Kc,{matrix:o,cellSize:r,color:e.fgColor}),(0,F.jsx)(Zc,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),(0,F.jsx)(Jc,{outputSize:e.outputSize,cellSize:r,element:(n=e.logo)==null?void 0:n.element,bgColor:e.bgColor})]})},Xc=ns.default.div`
702
815
  display: flex;
703
816
  justify-content: center;
704
817
  align-items: center;
705
- height: ${t=>`${t.size}px`};
706
- width: ${t=>`${t.size}px`};
818
+ height: ${e=>`${e.size}px`};
819
+ width: ${e=>`${e.size}px`};
707
820
  padding: 5px;
708
821
  margin: auto;
709
- background-color: ${t=>t.bgColor};
822
+ background-color: ${e=>e.bgColor};
710
823
 
711
824
  && {
712
825
  border-width: 2px;
713
- border-color: ${t=>t.fgColor};
826
+ border-color: ${e=>e.fgColor};
714
827
  border-radius: 12px;
715
828
  }
716
- `,on=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return(0,I.jsx)(oa,{size:r,bgColor:e,fgColor:o,children:(0,I.jsx)(ta,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};var nn=require("react/jsx-runtime"),rn=({size:t})=>(0,nn.jsx)(on,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:Te,size:t,fgColor:"#1F1F1F"});var b=require("react/jsx-runtime"),sn=({style:t,...e})=>(0,b.jsxs)("svg",{width:"286",height:"183",viewBox:"0 0 286 183",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:[(0,b.jsx)("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),(0,b.jsx)("path",{d:"M236.373 144.791L225.206 153.052L227.289 148.181L236.373 144.791Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,b.jsx)("path",{d:"M210.627 144.791L221.692 153.116L219.711 148.187L210.627 144.785V144.791ZM232.353 163.933L229.377 168.47L235.738 170.219L237.557 164.036L232.347 163.933H232.353ZM209.448 164.036L211.257 170.219L217.602 168.47L214.647 163.933L209.448 164.036Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,b.jsx)("path",{d:"M217.262 156.27L215.497 158.939L221.783 159.23L221.579 152.46L217.262 156.281V156.27V156.27ZM229.737 156.281L225.351 152.374L225.206 159.23L231.492 158.939L229.732 156.281H229.737ZM217.602 168.475L221.417 166.64L218.14 164.089L217.607 168.475H217.602ZM225.588 166.63L229.377 168.475L228.865 164.084L225.588 166.635V166.63Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,b.jsx)("path",{d:"M229.377 168.47L225.588 166.635L225.895 169.1L225.862 170.144L229.382 168.47H229.377ZM217.602 168.47L221.137 170.144L221.11 169.1L221.417 166.635L217.602 168.47V168.47Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,b.jsx)("path",{d:"M221.197 162.448L218.054 161.533L220.282 160.516L221.207 162.453H221.197V162.448ZM225.793 162.448L226.729 160.505L228.962 161.522L225.793 162.459V162.448Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,b.jsx)("path",{d:"M217.602 168.47L218.156 163.933L214.647 164.035L217.602 168.47V168.47ZM228.844 163.933L229.377 168.47L232.353 164.035L228.844 163.933V163.933ZM231.503 158.939L225.217 159.23L225.793 162.459L226.729 160.505L228.962 161.522L231.503 158.939V158.939ZM218.054 161.533L220.282 160.516L221.207 162.453L221.794 159.224L215.508 158.944L218.059 161.538L218.054 161.533Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,b.jsx)("path",{d:"M215.503 158.939L218.134 164.078L218.048 161.528L215.497 158.934L215.503 158.939ZM228.962 161.533L228.86 164.084L231.492 158.944L228.957 161.538L228.962 161.533ZM221.794 159.23L221.196 162.459L221.945 166.263L222.117 161.242L221.794 159.23ZM225.211 159.23L224.904 161.237L225.055 166.269L225.792 162.453L225.206 159.224V159.235L225.211 159.23Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,b.jsx)("path",{d:"M225.793 162.448L225.055 166.263L225.588 166.635L228.86 164.084L228.962 161.528L225.793 162.448V162.448ZM218.054 161.528L218.14 164.078L221.417 166.629L221.945 166.263L221.207 162.448L218.048 161.528H218.059H218.054Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,b.jsx)("path",{d:"M225.868 170.144L225.895 169.1L225.604 168.863H221.39L221.11 169.1L221.137 170.144L217.602 168.47L218.845 169.487L221.353 171.215H225.642L228.155 169.482L229.377 168.47L225.857 170.144H225.868V170.144Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,b.jsx)("path",{d:"M225.588 166.63L225.055 166.264H221.945L221.417 166.635L221.11 169.1L221.39 168.863H225.604L225.895 169.1L225.588 166.635V166.624V166.63Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,b.jsx)("path",{d:"M236.846 153.585L237.783 149.037L236.373 144.791L225.583 152.777L229.737 156.27L235.598 157.976L236.889 156.475L236.33 156.066L237.223 155.248L236.545 154.72L237.438 154.042L236.846 153.585H236.857H236.846ZM209.217 149.032L210.17 153.585L209.556 154.037L210.466 154.715L209.787 155.248L210.67 156.066L210.11 156.475L211.402 157.976L217.263 156.275L221.417 152.767L210.627 144.791L209.217 149.032V149.032Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,b.jsx)("path",{d:"M235.598 157.976L229.737 156.275L231.502 158.934L228.871 164.073L232.353 164.03H237.562L235.598 157.97V157.976ZM217.263 156.27L211.402 157.976L209.448 164.035H214.658L218.14 164.079L215.508 158.939L217.273 156.27H217.263V156.27ZM225.206 159.224L225.588 152.766L227.289 148.176H219.711L221.412 152.766L221.794 159.224L221.939 161.248V166.263H225.055L225.071 161.248L225.206 159.224V159.224Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,b.jsx)("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),(0,b.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M205 55C205 61.6274 210.373 67 217 67C223.627 67 229 61.6274 229 55C229 48.3726 223.627 43 217 43C210.373 43 205 48.3726 205 55ZM213.933 51.1333C213.491 51.1333 213.133 51.4915 213.133 51.9333V58.0667C213.133 58.5085 213.491 58.8667 213.933 58.8667H220.067C220.508 58.8667 220.867 58.5085 220.867 58.0667V51.9333C220.867 51.4915 220.508 51.1333 220.067 51.1333H213.933Z",fill:"white"}),(0,b.jsx)("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),(0,b.jsx)("path",{d:"M77.3677 42.8335H74.102C74.102 36.2519 68.6881 30.9167 62.0091 30.9167C55.4129 30.9167 50.0501 36.1213 49.9189 42.5901C49.7831 49.2769 56.1492 55.0834 62.9357 55.0834H63.7893C69.7724 55.0834 77.7916 50.468 79.0445 44.8444C79.2758 43.8079 78.445 42.8335 77.3677 42.8335ZM57.1562 43.1267C57.1562 44.0068 56.4257 44.7267 55.5325 44.7267C54.6394 44.7267 53.9089 44.0065 53.9089 43.1267V40.5383C53.9089 39.6582 54.6394 38.9383 55.5325 38.9383C56.4257 38.9383 57.1562 39.6582 57.1562 40.5383V43.1267ZM62.794 43.1267C62.794 44.0068 62.0636 44.7267 61.1705 44.7267C60.2773 44.7267 59.5468 44.0065 59.5468 43.1267V40.5383C59.5468 39.6582 60.2776 38.9383 61.1705 38.9383C62.0636 38.9383 62.794 39.6582 62.794 40.5383V43.1267Z",fill:"url(#paint1_linear_428_81)"}),(0,b.jsx)("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),(0,b.jsx)("g",{clipPath:"url(#clip0_428_81)",children:(0,b.jsx)("path",{d:"M62.1497 143.578C67.3134 138.585 75.6867 138.585 80.8505 143.578L81.4722 144.179C81.5335 144.238 81.5822 144.308 81.6155 144.386C81.6488 144.463 81.666 144.547 81.666 144.631C81.666 144.715 81.6488 144.799 81.6155 144.876C81.5822 144.954 81.5335 145.024 81.4722 145.083L79.3462 147.139C79.2835 147.199 79.1996 147.232 79.1123 147.232C79.025 147.232 78.9411 147.199 78.8784 147.139L78.0232 146.311C74.421 142.829 68.58 142.829 64.977 146.311L64.0611 147.197C63.9984 147.257 63.9145 147.29 63.8272 147.29C63.7399 147.29 63.656 147.257 63.5933 147.197L61.4672 145.141C61.4059 145.083 61.3572 145.012 61.3239 144.935C61.2906 144.857 61.2735 144.774 61.2735 144.689C61.2735 144.605 61.2906 144.521 61.3239 144.444C61.3572 144.366 61.4059 144.296 61.4672 144.237L62.1497 143.578ZM85.248 147.829L87.1397 149.659C87.201 149.718 87.2497 149.788 87.283 149.865C87.3163 149.943 87.3334 150.027 87.3334 150.111C87.3334 150.195 87.3163 150.279 87.283 150.356C87.2497 150.434 87.201 150.504 87.1397 150.563L78.6081 158.812C78.4828 158.933 78.315 159 78.1403 159C77.9656 159 77.7978 158.933 77.6725 158.812L71.6177 152.957C71.5864 152.927 71.5443 152.91 71.5005 152.91C71.4567 152.91 71.4147 152.927 71.3833 152.957L65.3285 158.812C65.2032 158.933 65.0354 159 64.8607 159C64.686 159 64.5182 158.933 64.3929 158.812L55.8605 150.563C55.7992 150.504 55.7505 150.434 55.7172 150.356C55.6839 150.279 55.6667 150.195 55.6667 150.111C55.6667 150.027 55.6839 149.943 55.7172 149.865C55.7505 149.788 55.7992 149.718 55.8605 149.659L57.7531 147.829C57.8783 147.709 58.0459 147.642 58.2204 147.642C58.3949 147.642 58.5625 147.709 58.6878 147.829L64.7427 153.684C64.774 153.714 64.816 153.731 64.8598 153.731C64.9036 153.731 64.9457 153.714 64.977 153.684L71.0319 147.829C71.1572 147.709 71.325 147.641 71.4997 147.641C71.6743 147.641 71.8422 147.709 71.9675 147.829L78.0232 153.684C78.0545 153.714 78.0965 153.731 78.1403 153.731C78.1841 153.731 78.2262 153.714 78.2575 153.684L84.3124 147.829C84.4377 147.709 84.6055 147.641 84.7802 147.641C84.9549 147.641 85.1227 147.709 85.248 147.829Z",fill:"white"})}),(0,b.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),(0,b.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M131.626 83.0058C128.674 83.3405 126.5 85.8652 126.5 88.8363V92.0779V103.277V105.099C126.5 108.098 128.713 110.636 131.695 110.952C134.982 111.301 139.216 111.667 142.5 111.667C147.147 111.667 153.695 110.934 156.773 110.555C157.765 110.433 158.5 109.588 158.5 108.589V92.0779C158.5 91.0782 157.765 90.2337 156.773 90.1115C153.705 89.7336 147.189 89.0046 142.545 88.9999L142.5 88.9999L142.46 88.9999C139.655 89.0025 136.165 89.2695 133.166 89.564C132.488 89.5642 131.907 89.0495 131.84 88.3608C131.768 87.6279 132.304 86.9755 133.037 86.9036C136.061 86.6067 139.621 86.3333 142.5 86.3333C145.707 86.3333 149.764 86.6728 152.989 87.007C154.039 87.1159 155.006 87.2247 155.833 87.3221V85.3898C155.833 84.3995 155.112 83.56 154.131 83.4288C151.262 83.0454 145.367 82.3333 141.167 82.3333C138.276 82.3333 134.583 82.6705 131.626 83.0058ZM153.833 102.333C154.938 102.333 155.833 101.438 155.833 100.333C155.833 99.2287 154.938 98.3333 153.833 98.3333C152.729 98.3333 151.833 99.2287 151.833 100.333C151.833 101.438 152.729 102.333 153.833 102.333Z",fill:"#696FFD"}),(0,b.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),(0,b.jsx)("path",{d:"M269.405 111C278.27 111 285.457 103.837 285.457 95C285.457 86.1634 278.27 79 269.405 79C260.54 79 253.354 86.1634 253.354 95C253.354 103.837 260.54 111 269.405 111Z",fill:"#B9BBFE"}),(0,b.jsx)("path",{d:"M133.971 24C140.62 24 146.01 18.6274 146.01 12C146.01 5.37258 140.62 0 133.971 0C127.322 0 121.932 5.37258 121.932 12C121.932 18.6274 127.322 24 133.971 24Z",fill:"#B9BBFE"}),(0,b.jsx)("path",{d:"M15.5917 112C20.5782 112 24.6206 107.971 24.6206 103C24.6206 98.0294 20.5782 94 15.5917 94C10.6051 94 6.56274 98.0294 6.56274 103C6.56274 107.971 10.6051 112 15.5917 112Z",fill:"#B9BBFE"}),(0,b.jsx)("path",{d:"M152.029 177C157.57 177 162.061 172.523 162.061 167C162.061 161.477 157.57 157 152.029 157C146.488 157 141.997 161.477 141.997 167C141.997 172.523 146.488 177 152.029 177Z",fill:"#E9E9FF"}),(0,b.jsx)("path",{d:"M263.386 21C267.818 21 271.412 17.4183 271.412 13C271.412 8.58172 267.818 5 263.386 5C258.953 5 255.36 8.58172 255.36 13C255.36 17.4183 258.953 21 263.386 21Z",fill:"#E9E9FF"}),(0,b.jsx)("path",{d:"M7.06436 36C10.6658 36 13.5853 33.0899 13.5853 29.5C13.5853 25.9101 10.6658 23 7.06436 23C3.46296 23 0.543457 25.9101 0.543457 29.5C0.543457 33.0899 3.46296 36 7.06436 36Z",fill:"#E9E9FF"}),(0,b.jsxs)("defs",{children:[(0,b.jsxs)("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[(0,b.jsx)("stop",{stopColor:"#534BB1"}),(0,b.jsx)("stop",{offset:"1",stopColor:"#551BF9"})]}),(0,b.jsxs)("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[(0,b.jsx)("stop",{stopColor:"white"}),(0,b.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),(0,b.jsx)("clipPath",{id:"clip0_428_81",children:(0,b.jsx)("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});var p=require("react/jsx-runtime");var Cr=()=>{let{navigate:t}=C(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Ye.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),(0,p.jsxs)(pn,{children:[(0,p.jsx)(ce,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),(0,p.jsx)(un,{children:(0,p.jsx)(We,{style:{width:"152px",height:"152px"}})}),(0,p.jsxs)(wr,{children:[(0,p.jsx)(st,{children:(0,p.jsxs)("div",{children:[(0,p.jsx)("span",{children:"Install the "}),(0,p.jsx)("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),(0,p.jsx)($t,{}),(0,p.jsx)(st,{children:"Set up your first wallet"}),(0,p.jsx)($t,{}),(0,p.jsx)(st,{children:"Store your recovery phrase in a safe place!"})]}),(0,p.jsx)(hn,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},br=()=>{let{navigate:t}=C();return(0,p.jsxs)(pn,{children:[(0,p.jsx)(ce,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),(0,p.jsx)(un,{style:{marginTop:"-24px"},children:(0,p.jsx)(rn,{size:200})}),(0,p.jsxs)(wr,{children:[(0,p.jsx)(st,{children:"Scan the QR code with your camera"}),(0,p.jsx)($t,{}),(0,p.jsx)(st,{children:"Set up your first wallet"}),(0,p.jsx)($t,{}),(0,p.jsx)(st,{children:"Store your seed phrase in a safe place!"})]}),(0,p.jsx)(hn,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},dn=()=>{let[t,e]=(0,cn.useState)("WHAT_IS_A_WALLET"),{navigateBack:o}=C();return(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(P,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),(0,p.jsxs)(ra,{children:[t==="WHAT_IS_A_WALLET"&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(la,{children:(0,p.jsx)(sn,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),(0,p.jsxs)(yt,{title:"Get started with a new wallet",children:[(0,p.jsx)("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),(0,p.jsx)("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),(0,p.jsx)(sa,{children:(0,p.jsx)(aa,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&(0,p.jsx)(p.Fragment,{children:(0,p.jsxs)(ia,{children:[(0,p.jsx)(ce,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),(0,p.jsxs)(na,{children:[(0,p.jsxs)(an,{onClick:()=>{Ye.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":Ye.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[(0,p.jsx)(We,{}),(0,p.jsxs)(ln,{children:[(0,p.jsx)("h4",{children:"MetaMask"}),(0,p.jsx)("p",{children:"Get a browser-based wallet"})]}),(0,p.jsx)("div",{children:(0,p.jsx)("span",{children:"Set up"})})]}),(0,p.jsxs)(an,{onClick:()=>{Ye.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":Ye.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[(0,p.jsx)(Te,{}),(0,p.jsxs)(ln,{children:[(0,p.jsx)("h4",{children:"Coinbase Wallet"}),(0,p.jsx)("p",{children:"Get a mobile app wallet"})]}),(0,p.jsx)("div",{children:(0,p.jsx)("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&(0,p.jsx)(br,{}),t==="CREATE_METAMASK_WALLET"&&(0,p.jsx)(Cr,{})]}),(0,p.jsxs)(xe,{children:[(0,p.jsx)("span",{children:"Still not sure? "}),(0,p.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},ra=ye.default.div`
829
+ `,is=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return(0,F.jsx)(Xc,{size:r,bgColor:t,fgColor:o,children:(0,F.jsx)(Yc,{url:e.url,logo:{element:e.squareLogoElement},outputSize:r,bgColor:t,fgColor:o})})};var ss=require("react/jsx-runtime"),as=({size:e})=>(0,ss.jsx)(is,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:Ge,size:e,fgColor:"#1F1F1F"});var L=require("react/jsx-runtime"),ls=({style:e,...t})=>(0,L.jsxs)("svg",{width:"286",height:"183",viewBox:"0 0 286 183",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:[(0,L.jsx)("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),(0,L.jsx)("path",{d:"M236.373 144.791L225.206 153.052L227.289 148.181L236.373 144.791Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,L.jsx)("path",{d:"M210.627 144.791L221.692 153.116L219.711 148.187L210.627 144.785V144.791ZM232.353 163.933L229.377 168.47L235.738 170.219L237.557 164.036L232.347 163.933H232.353ZM209.448 164.036L211.257 170.219L217.602 168.47L214.647 163.933L209.448 164.036Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,L.jsx)("path",{d:"M217.262 156.27L215.497 158.939L221.783 159.23L221.579 152.46L217.262 156.281V156.27V156.27ZM229.737 156.281L225.351 152.374L225.206 159.23L231.492 158.939L229.732 156.281H229.737ZM217.602 168.475L221.417 166.64L218.14 164.089L217.607 168.475H217.602ZM225.588 166.63L229.377 168.475L228.865 164.084L225.588 166.635V166.63Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,L.jsx)("path",{d:"M229.377 168.47L225.588 166.635L225.895 169.1L225.862 170.144L229.382 168.47H229.377ZM217.602 168.47L221.137 170.144L221.11 169.1L221.417 166.635L217.602 168.47V168.47Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,L.jsx)("path",{d:"M221.197 162.448L218.054 161.533L220.282 160.516L221.207 162.453H221.197V162.448ZM225.793 162.448L226.729 160.505L228.962 161.522L225.793 162.459V162.448Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,L.jsx)("path",{d:"M217.602 168.47L218.156 163.933L214.647 164.035L217.602 168.47V168.47ZM228.844 163.933L229.377 168.47L232.353 164.035L228.844 163.933V163.933ZM231.503 158.939L225.217 159.23L225.793 162.459L226.729 160.505L228.962 161.522L231.503 158.939V158.939ZM218.054 161.533L220.282 160.516L221.207 162.453L221.794 159.224L215.508 158.944L218.059 161.538L218.054 161.533Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,L.jsx)("path",{d:"M215.503 158.939L218.134 164.078L218.048 161.528L215.497 158.934L215.503 158.939ZM228.962 161.533L228.86 164.084L231.492 158.944L228.957 161.538L228.962 161.533ZM221.794 159.23L221.196 162.459L221.945 166.263L222.117 161.242L221.794 159.23ZM225.211 159.23L224.904 161.237L225.055 166.269L225.792 162.453L225.206 159.224V159.235L225.211 159.23Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,L.jsx)("path",{d:"M225.793 162.448L225.055 166.263L225.588 166.635L228.86 164.084L228.962 161.528L225.793 162.448V162.448ZM218.054 161.528L218.14 164.078L221.417 166.629L221.945 166.263L221.207 162.448L218.048 161.528H218.059H218.054Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,L.jsx)("path",{d:"M225.868 170.144L225.895 169.1L225.604 168.863H221.39L221.11 169.1L221.137 170.144L217.602 168.47L218.845 169.487L221.353 171.215H225.642L228.155 169.482L229.377 168.47L225.857 170.144H225.868V170.144Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,L.jsx)("path",{d:"M225.588 166.63L225.055 166.264H221.945L221.417 166.635L221.11 169.1L221.39 168.863H225.604L225.895 169.1L225.588 166.635V166.624V166.63Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,L.jsx)("path",{d:"M236.846 153.585L237.783 149.037L236.373 144.791L225.583 152.777L229.737 156.27L235.598 157.976L236.889 156.475L236.33 156.066L237.223 155.248L236.545 154.72L237.438 154.042L236.846 153.585H236.857H236.846ZM209.217 149.032L210.17 153.585L209.556 154.037L210.466 154.715L209.787 155.248L210.67 156.066L210.11 156.475L211.402 157.976L217.263 156.275L221.417 152.767L210.627 144.791L209.217 149.032V149.032Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,L.jsx)("path",{d:"M235.598 157.976L229.737 156.275L231.502 158.934L228.871 164.073L232.353 164.03H237.562L235.598 157.97V157.976ZM217.263 156.27L211.402 157.976L209.448 164.035H214.658L218.14 164.079L215.508 158.939L217.273 156.27H217.263V156.27ZM225.206 159.224L225.588 152.766L227.289 148.176H219.711L221.412 152.766L221.794 159.224L221.939 161.248V166.263H225.055L225.071 161.248L225.206 159.224V159.224Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,L.jsx)("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),(0,L.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M205 55C205 61.6274 210.373 67 217 67C223.627 67 229 61.6274 229 55C229 48.3726 223.627 43 217 43C210.373 43 205 48.3726 205 55ZM213.933 51.1333C213.491 51.1333 213.133 51.4915 213.133 51.9333V58.0667C213.133 58.5085 213.491 58.8667 213.933 58.8667H220.067C220.508 58.8667 220.867 58.5085 220.867 58.0667V51.9333C220.867 51.4915 220.508 51.1333 220.067 51.1333H213.933Z",fill:"white"}),(0,L.jsx)("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),(0,L.jsx)("path",{d:"M77.3677 42.8335H74.102C74.102 36.2519 68.6881 30.9167 62.0091 30.9167C55.4129 30.9167 50.0501 36.1213 49.9189 42.5901C49.7831 49.2769 56.1492 55.0834 62.9357 55.0834H63.7893C69.7724 55.0834 77.7916 50.468 79.0445 44.8444C79.2758 43.8079 78.445 42.8335 77.3677 42.8335ZM57.1562 43.1267C57.1562 44.0068 56.4257 44.7267 55.5325 44.7267C54.6394 44.7267 53.9089 44.0065 53.9089 43.1267V40.5383C53.9089 39.6582 54.6394 38.9383 55.5325 38.9383C56.4257 38.9383 57.1562 39.6582 57.1562 40.5383V43.1267ZM62.794 43.1267C62.794 44.0068 62.0636 44.7267 61.1705 44.7267C60.2773 44.7267 59.5468 44.0065 59.5468 43.1267V40.5383C59.5468 39.6582 60.2776 38.9383 61.1705 38.9383C62.0636 38.9383 62.794 39.6582 62.794 40.5383V43.1267Z",fill:"url(#paint1_linear_428_81)"}),(0,L.jsx)("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),(0,L.jsx)("g",{clipPath:"url(#clip0_428_81)",children:(0,L.jsx)("path",{d:"M62.1497 143.578C67.3134 138.585 75.6867 138.585 80.8505 143.578L81.4722 144.179C81.5335 144.238 81.5822 144.308 81.6155 144.386C81.6488 144.463 81.666 144.547 81.666 144.631C81.666 144.715 81.6488 144.799 81.6155 144.876C81.5822 144.954 81.5335 145.024 81.4722 145.083L79.3462 147.139C79.2835 147.199 79.1996 147.232 79.1123 147.232C79.025 147.232 78.9411 147.199 78.8784 147.139L78.0232 146.311C74.421 142.829 68.58 142.829 64.977 146.311L64.0611 147.197C63.9984 147.257 63.9145 147.29 63.8272 147.29C63.7399 147.29 63.656 147.257 63.5933 147.197L61.4672 145.141C61.4059 145.083 61.3572 145.012 61.3239 144.935C61.2906 144.857 61.2735 144.774 61.2735 144.689C61.2735 144.605 61.2906 144.521 61.3239 144.444C61.3572 144.366 61.4059 144.296 61.4672 144.237L62.1497 143.578ZM85.248 147.829L87.1397 149.659C87.201 149.718 87.2497 149.788 87.283 149.865C87.3163 149.943 87.3334 150.027 87.3334 150.111C87.3334 150.195 87.3163 150.279 87.283 150.356C87.2497 150.434 87.201 150.504 87.1397 150.563L78.6081 158.812C78.4828 158.933 78.315 159 78.1403 159C77.9656 159 77.7978 158.933 77.6725 158.812L71.6177 152.957C71.5864 152.927 71.5443 152.91 71.5005 152.91C71.4567 152.91 71.4147 152.927 71.3833 152.957L65.3285 158.812C65.2032 158.933 65.0354 159 64.8607 159C64.686 159 64.5182 158.933 64.3929 158.812L55.8605 150.563C55.7992 150.504 55.7505 150.434 55.7172 150.356C55.6839 150.279 55.6667 150.195 55.6667 150.111C55.6667 150.027 55.6839 149.943 55.7172 149.865C55.7505 149.788 55.7992 149.718 55.8605 149.659L57.7531 147.829C57.8783 147.709 58.0459 147.642 58.2204 147.642C58.3949 147.642 58.5625 147.709 58.6878 147.829L64.7427 153.684C64.774 153.714 64.816 153.731 64.8598 153.731C64.9036 153.731 64.9457 153.714 64.977 153.684L71.0319 147.829C71.1572 147.709 71.325 147.641 71.4997 147.641C71.6743 147.641 71.8422 147.709 71.9675 147.829L78.0232 153.684C78.0545 153.714 78.0965 153.731 78.1403 153.731C78.1841 153.731 78.2262 153.714 78.2575 153.684L84.3124 147.829C84.4377 147.709 84.6055 147.641 84.7802 147.641C84.9549 147.641 85.1227 147.709 85.248 147.829Z",fill:"white"})}),(0,L.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),(0,L.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M131.626 83.0058C128.674 83.3405 126.5 85.8652 126.5 88.8363V92.0779V103.277V105.099C126.5 108.098 128.713 110.636 131.695 110.952C134.982 111.301 139.216 111.667 142.5 111.667C147.147 111.667 153.695 110.934 156.773 110.555C157.765 110.433 158.5 109.588 158.5 108.589V92.0779C158.5 91.0782 157.765 90.2337 156.773 90.1115C153.705 89.7336 147.189 89.0046 142.545 88.9999L142.5 88.9999L142.46 88.9999C139.655 89.0025 136.165 89.2695 133.166 89.564C132.488 89.5642 131.907 89.0495 131.84 88.3608C131.768 87.6279 132.304 86.9755 133.037 86.9036C136.061 86.6067 139.621 86.3333 142.5 86.3333C145.707 86.3333 149.764 86.6728 152.989 87.007C154.039 87.1159 155.006 87.2247 155.833 87.3221V85.3898C155.833 84.3995 155.112 83.56 154.131 83.4288C151.262 83.0454 145.367 82.3333 141.167 82.3333C138.276 82.3333 134.583 82.6705 131.626 83.0058ZM153.833 102.333C154.938 102.333 155.833 101.438 155.833 100.333C155.833 99.2287 154.938 98.3333 153.833 98.3333C152.729 98.3333 151.833 99.2287 151.833 100.333C151.833 101.438 152.729 102.333 153.833 102.333Z",fill:"#696FFD"}),(0,L.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),(0,L.jsx)("path",{d:"M269.405 111C278.27 111 285.457 103.837 285.457 95C285.457 86.1634 278.27 79 269.405 79C260.54 79 253.354 86.1634 253.354 95C253.354 103.837 260.54 111 269.405 111Z",fill:"#B9BBFE"}),(0,L.jsx)("path",{d:"M133.971 24C140.62 24 146.01 18.6274 146.01 12C146.01 5.37258 140.62 0 133.971 0C127.322 0 121.932 5.37258 121.932 12C121.932 18.6274 127.322 24 133.971 24Z",fill:"#B9BBFE"}),(0,L.jsx)("path",{d:"M15.5917 112C20.5782 112 24.6206 107.971 24.6206 103C24.6206 98.0294 20.5782 94 15.5917 94C10.6051 94 6.56274 98.0294 6.56274 103C6.56274 107.971 10.6051 112 15.5917 112Z",fill:"#B9BBFE"}),(0,L.jsx)("path",{d:"M152.029 177C157.57 177 162.061 172.523 162.061 167C162.061 161.477 157.57 157 152.029 157C146.488 157 141.997 161.477 141.997 167C141.997 172.523 146.488 177 152.029 177Z",fill:"#E9E9FF"}),(0,L.jsx)("path",{d:"M263.386 21C267.818 21 271.412 17.4183 271.412 13C271.412 8.58172 267.818 5 263.386 5C258.953 5 255.36 8.58172 255.36 13C255.36 17.4183 258.953 21 263.386 21Z",fill:"#E9E9FF"}),(0,L.jsx)("path",{d:"M7.06436 36C10.6658 36 13.5853 33.0899 13.5853 29.5C13.5853 25.9101 10.6658 23 7.06436 23C3.46296 23 0.543457 25.9101 0.543457 29.5C0.543457 33.0899 3.46296 36 7.06436 36Z",fill:"#E9E9FF"}),(0,L.jsxs)("defs",{children:[(0,L.jsxs)("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[(0,L.jsx)("stop",{stopColor:"#534BB1"}),(0,L.jsx)("stop",{offset:"1",stopColor:"#551BF9"})]}),(0,L.jsxs)("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[(0,L.jsx)("stop",{stopColor:"white"}),(0,L.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),(0,L.jsx)("clipPath",{id:"clip0_428_81",children:(0,L.jsx)("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});var y=require("react/jsx-runtime");var gn=()=>{let{navigate:e}=E(),t="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return dt.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),(0,y.jsxs)(fs,{children:[(0,y.jsx)(ae,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),(0,y.jsx)(ms,{children:(0,y.jsx)(Ie,{style:{width:"152px",height:"152px"}})}),(0,y.jsxs)(mn,{children:[(0,y.jsx)(_t,{children:(0,y.jsxs)("div",{children:[(0,y.jsx)("span",{children:"Install the "}),(0,y.jsx)("a",{href:t,target:"_blank",children:"MetaMask browser extension"})]})}),(0,y.jsx)(ho,{}),(0,y.jsx)(_t,{children:"Set up your first wallet"}),(0,y.jsx)(ho,{}),(0,y.jsx)(_t,{children:"Store your recovery phrase in a safe place!"})]}),(0,y.jsx)(be,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},bn=()=>{let{navigate:e}=E();return(0,y.jsxs)(fs,{children:[(0,y.jsx)(ae,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),(0,y.jsx)(ms,{style:{marginTop:"-24px"},children:(0,y.jsx)(as,{size:200})}),(0,y.jsxs)(mn,{children:[(0,y.jsx)(_t,{children:"Scan the QR code with your camera"}),(0,y.jsx)(ho,{}),(0,y.jsx)(_t,{children:"Set up your first wallet"}),(0,y.jsx)(ho,{}),(0,y.jsx)(_t,{children:"Store your seed phrase in a safe place!"})]}),(0,y.jsx)(be,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},us=()=>{let[e,t]=(0,ps.useState)("WHAT_IS_A_WALLET"),{navigateBack:o}=E();return(0,y.jsxs)(y.Fragment,{children:[(0,y.jsx)(A,{backFn:e==="WHAT_IS_A_WALLET"?o:e==="PICK_A_NEW_WALLET"?()=>t("WHAT_IS_A_WALLET"):()=>t("PICK_A_NEW_WALLET")},"header"),(0,y.jsxs)(Qc,{children:[e==="WHAT_IS_A_WALLET"&&(0,y.jsxs)(y.Fragment,{children:[(0,y.jsx)(nd,{children:(0,y.jsx)(ls,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),(0,y.jsxs)(at,{title:"Get started with a new wallet",children:[(0,y.jsx)("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),(0,y.jsx)("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),(0,y.jsx)(od,{children:(0,y.jsx)(rd,{onClick:()=>{t("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),e==="PICK_A_NEW_WALLET"&&(0,y.jsx)(y.Fragment,{children:(0,y.jsxs)(ed,{children:[(0,y.jsx)(ae,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),(0,y.jsxs)(td,{children:[(0,y.jsxs)(cs,{onClick:()=>{dt.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":dt.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":t("CREATE_METAMASK_WALLET")},children:[(0,y.jsx)(Ie,{}),(0,y.jsxs)(ds,{children:[(0,y.jsx)("h4",{children:"MetaMask"}),(0,y.jsx)("p",{children:"Get a browser-based wallet"})]}),(0,y.jsx)("div",{children:(0,y.jsx)("span",{children:"Set up"})})]}),(0,y.jsxs)(cs,{onClick:()=>{dt.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":dt.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":t("CREATE_COINBASE_WALLET")},children:[(0,y.jsx)(Ge,{}),(0,y.jsxs)(ds,{children:[(0,y.jsx)("h4",{children:"Coinbase Wallet"}),(0,y.jsx)("p",{children:"Get a mobile app wallet"})]}),(0,y.jsx)("div",{children:(0,y.jsx)("span",{children:"Set up"})})]})]})]})}),e==="CREATE_COINBASE_WALLET"&&(0,y.jsx)(bn,{}),e==="CREATE_METAMASK_WALLET"&&(0,y.jsx)(gn,{})]}),(0,y.jsxs)(Oe,{children:[(0,y.jsx)("span",{children:"Still not sure? "}),(0,y.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},Qc=Ne.default.div`
717
830
  display: flex;
718
831
  flex-direction: column;
719
832
  height: 100%;
@@ -723,19 +836,19 @@ Resources:
723
836
  display: none;
724
837
  }
725
838
  }
726
- `,ia=ye.default.div`
839
+ `,ed=Ne.default.div`
727
840
  display: flex;
728
841
  flex-direction: column;
729
842
  align-items: flex-start;
730
843
  justify-content: flex-start;
731
844
  text-align: left;
732
845
  gap: 20px;
733
- `,na=ye.default.div`
846
+ `,td=Ne.default.div`
734
847
  display: flex;
735
848
  flex-direction: column;
736
849
  width: 100%;
737
850
  gap: 8px;
738
- `,an=ye.default.button`
851
+ `,cs=Ne.default.button`
739
852
  display: flex;
740
853
  flex-direction: row;
741
854
  align-items: center;
@@ -778,13 +891,13 @@ Resources:
778
891
  font-weight: 500;
779
892
  text-align: center;
780
893
  color: var(--primary-color);
781
- background-color: var(--primary-color-bg-1);
894
+ background-color: var(--primary-color-100);
782
895
  border-radius: var(--border-radius-sm);
783
896
  }
784
897
  }
785
898
 
786
899
  :hover {
787
- border: 1px solid var(--primary-color);
900
+ border: 1px solid var(--border-color-active);
788
901
  }
789
902
 
790
903
  @media (max-width: 440px) {
@@ -792,24 +905,24 @@ Resources:
792
905
  border: 1px solid var(--border-color-2);
793
906
  }
794
907
  }
795
- `,ln=ye.default.div`
908
+ `,ds=Ne.default.div`
796
909
  text-align: left;
797
910
 
798
911
  p {
799
912
  font-style: italic;
800
913
  font-size: 12px;
801
914
  }
802
- `,sa=ye.default.div`
915
+ `,od=Ne.default.div`
803
916
  margin-top: auto;
804
917
  display: flex;
805
918
  align-items: flex-end;
806
919
  flex-grow: 1;
807
920
  width: 100%;
808
- `,aa=(0,ye.default)(Ke)`
921
+ `,rd=(0,Ne.default)(ue)`
809
922
  && {
810
923
  margin-top: 14px;
811
924
  }
812
- `,pn=ye.default.div`
925
+ `,fs=Ne.default.div`
813
926
  display: flex;
814
927
  flex-direction: column;
815
928
  align-items: center;
@@ -820,28 +933,19 @@ Resources:
820
933
  > :first-child > svg {
821
934
  margin-top: 20px;
822
935
  }
823
- `,un=ye.default.div`
936
+ `,ms=Ne.default.div`
824
937
  display: flex;
825
938
  flex-direction: column;
826
939
  align-items: center;
827
940
  justify-content: center;
828
941
  width: 100%;
829
- `,hn=ye.default.button`
830
- && {
831
- padding: 12px 16px;
832
- font-weight: 500;
833
- text-align: center;
834
- color: var(--primary-color);
835
- background-color: var(--primary-color-bg-1);
836
- border-radius: var(--border-radius-sm);
837
- }
838
- `,la=ye.default.div`
942
+ `,nd=Ne.default.div`
839
943
  display: flex;
840
944
  justify-content: center;
841
- `;var Ie=require("react/jsx-runtime"),mn=()=>{let{navigateBack:t}=C();return(0,Ie.jsxs)(Ie.Fragment,{children:[(0,Ie.jsx)(P,{backFn:t},"header"),(0,Ie.jsx)(br,{}),(0,Ie.jsxs)(xe,{children:[(0,Ie.jsx)("span",{children:"Still not sure? "}),(0,Ie.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var Re=require("react/jsx-runtime"),fn=()=>{let{navigateBack:t}=C();return(0,Re.jsxs)(Re.Fragment,{children:[(0,Re.jsx)(P,{backFn:t},"header"),(0,Re.jsx)(Cr,{}),(0,Re.jsxs)(xe,{children:[(0,Re.jsx)("span",{children:"Still not sure? "}),(0,Re.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var xn=require("react"),Wr=require("react-device-detect"),lt=E(require("styled-components"));var xr=require("react/jsx-runtime"),gn=()=>{let{app:t}=C();return t!=null&&t.logoUrl?(0,xr.jsx)("div",{children:(0,xr.jsx)("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};var _t=require("react"),Pt=E(require("styled-components"));var Er=require("react/jsx-runtime"),Lo=({style:t,...e})=>(0,Er.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",...t},...e,children:(0,Er.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});var ne=require("react/jsx-runtime"),Ao=t=>{let[e,o]=(0,_t.useState)(""),[r,i]=(0,_t.useState)(!1),[n,s]=(0,_t.useState)(null),{isLinking:a,initLoginWithEmail:h}=S(),{navigate:m,options:L}=C(),_=L.wallet;(0,_t.useEffect)(()=>{let d=document.querySelector("#email-input");d==null||d.focus()},[]);let g=di(e),y=()=>{i(!0),h(e).then(()=>{m("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let R=(d==null?void 0:d.status)===401&&(d==null?void 0:d.message)==="User is not allowed to login to this app.";(d==null?void 0:d.status)===422?s(d.message):R?m("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting email"),i(!1)})},f="Get started without a wallet.";return n?f=n:a?f="Easily connect an email":_||(f="Get started quickly with email"),(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsxs)(ca,{stacked:t.stacked,children:[(0,ne.jsxs)(ua,{standalone:t.stacked,children:[(0,ne.jsx)(Lo,{}),(0,ne.jsx)("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:d=>o(d.target.value),onKeyUp:d=>{d.key==="Enter"&&y()},value:e,autoComplete:"email"})]}),t.stacked?null:(0,ne.jsx)(da,{disabled:r||!g,onClick:y,children:r?(0,ne.jsx)(qe,{}):"Submit"})]}),(0,ne.jsx)(ha,{fail:!!n,children:f}),t.stacked?(0,ne.jsx)(pa,{disabled:r||!g,onClick:y,children:r?(0,ne.jsx)(qe,{}):"Submit"}):null]})},ca=Pt.default.div`
945
+ `;var $e=require("react/jsx-runtime"),hs=()=>{let{navigateBack:e}=E();return(0,$e.jsxs)($e.Fragment,{children:[(0,$e.jsx)(A,{backFn:e},"header"),(0,$e.jsx)(bn,{}),(0,$e.jsxs)(Oe,{children:[(0,$e.jsx)("span",{children:"Still not sure? "}),(0,$e.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var ze=require("react/jsx-runtime"),gs=()=>{let{navigateBack:e}=E();return(0,ze.jsxs)(ze.Fragment,{children:[(0,ze.jsx)(A,{backFn:e},"header"),(0,ze.jsx)(gn,{}),(0,ze.jsxs)(Oe,{children:[(0,ze.jsx)("span",{children:"Still not sure? "}),(0,ze.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var Ls=require("react"),Pn=require("react-device-detect"),Pt=P(require("styled-components"));var yn=require("react/jsx-runtime"),bs=()=>{let{app:e}=E();return e!=null&&e.logoUrl?(0,yn.jsx)("div",{children:(0,yn.jsx)("img",{src:e.logoUrl,alt:`${e==null?void 0:e.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};var Jt=require("react"),go=P(require("styled-components"));var vn=require("react/jsx-runtime"),dr=({style:e,...t})=>(0,vn.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,vn.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});var we=require("react/jsx-runtime"),pr=e=>{let[t,o]=(0,Jt.useState)(""),[r,n]=(0,Jt.useState)(!1),[i,a]=(0,Jt.useState)(null),{isLinking:s,initLoginWithEmail:l}=W(),{navigate:d,options:f}=E(),b=f.wallet;(0,Jt.useEffect)(()=>{let c=document.querySelector("#email-input");c==null||c.focus()},[]);let p=si(t),h=()=>{n(!0),l(t).then(()=>{d("AWAITING_PASSWORDLESS_CODE")}).catch(c=>{let w=(c==null?void 0:c.status)===401&&(c==null?void 0:c.message)==="User is not allowed to login to this app.";(c==null?void 0:c.status)===422?a(c.message):w?d("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting email"),n(!1)})},v="Get started without a wallet.";return i?v=i:s?v="Easily connect an email":b||(v="Get started quickly with email"),(0,we.jsxs)(we.Fragment,{children:[(0,we.jsxs)(id,{stacked:e.stacked,children:[(0,we.jsxs)(sd,{standalone:e.stacked,children:[(0,we.jsx)(dr,{}),(0,we.jsx)("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:c=>o(c.target.value),onKeyUp:c=>{c.key==="Enter"&&h()},value:t,autoComplete:"email"})]}),e.stacked?null:(0,we.jsx)(ad,{disabled:r||!p,onClick:h,children:r?(0,we.jsx)(Bt,{}):"Submit"})]}),(0,we.jsx)(ld,{fail:!!i,children:v}),e.stacked?(0,we.jsx)(ue,{loading:r,loadingText:null,disabled:r||!p,onClick:h,children:"Submit"}):null]})},id=go.default.div`
842
946
  border: 1px solid var(--border-color-1);
843
947
  width: 100%;
844
- height: ${t=>t.stacked?"100%":"auto"};
948
+ height: ${e=>e.stacked?"100%":"auto"};
845
949
 
846
950
  display: flex;
847
951
  align-content: center;
@@ -851,7 +955,7 @@ Resources:
851
955
  @media (max-width: 440px) {
852
956
  margin-top: 20px;
853
957
  }
854
- `,da=Pt.default.button`
958
+ `,ad=go.default.button`
855
959
  display: flex;
856
960
  flex-direction: row;
857
961
  align-items: center;
@@ -869,44 +973,26 @@ Resources:
869
973
  padding-right: 15px;
870
974
  background-color: var(--primary-color);
871
975
  color: var(--light-theme-bg-1);
976
+ transition: background-color 200ms ease;
872
977
  }
873
978
 
874
- &&:disabled {
875
- background-color: var(--disabled-bg);
876
- color: var(--disabled-fg);
877
- cursor: not-allowed;
878
- }
879
- `,pa=Pt.default.button`
880
- display: flex;
881
- flex-direction: column;
882
- align-items: center;
883
- justify-content: center;
884
- & {
885
- height: 44px;
886
- width: 100%;
887
- cursor: pointer;
888
- font-size: 14px;
889
- font-weight: 600;
890
- border-radius: var(--border-radius-sm);
891
- }
892
-
893
- && {
894
- background-color: var(--primary-color);
895
- color: var(--light-theme-bg-1);
979
+ &:hover {
980
+ background-color: var(--primary-color-600);
896
981
  }
897
982
 
898
- &&:disabled {
983
+ &:disabled,
984
+ &:hover:disabled {
899
985
  background-color: var(--disabled-bg);
900
986
  color: var(--disabled-fg);
901
987
  cursor: not-allowed;
902
988
  }
903
- `,ua=Pt.default.label`
989
+ `,sd=go.default.label`
904
990
  display: flex;
905
991
  flex-direction: row;
906
992
  align-items: center;
907
993
  position: relative;
908
994
  width: 100%;
909
- height: ${t=>t.standalone?"64px":"44px"};
995
+ height: ${e=>e.standalone?"64px":"44px"};
910
996
  background: var(--light-theme-bg-1);
911
997
 
912
998
  > svg {
@@ -923,7 +1009,7 @@ Resources:
923
1009
  line-height: 20px;
924
1010
 
925
1011
  /* Mirror parent to handle embedded logo on left */
926
- border-radius: ${t=>t.standalone?"var(--border-radius-sm)":"var(--border-radius-sm) 0px 0px var(--border-radius-sm)"};
1012
+ border-radius: ${e=>e.standalone?"var(--border-radius-sm)":"var(--border-radius-sm) 0px 0px var(--border-radius-sm)"};
927
1013
  height: 100%;
928
1014
  width: 100%;
929
1015
  border: 1px solid var(--border-color-1);
@@ -937,11 +1023,11 @@ Resources:
937
1023
  line-height: 24px;
938
1024
  }
939
1025
  }
940
- `,ha=Pt.default.div`
1026
+ `,ld=go.default.div`
941
1027
  line-height: 20px;
942
1028
  height: 20px;
943
1029
  font-size: 13px;
944
- color: ${t=>t.success?"var(--success-dark)":t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
1030
+ color: ${e=>e.success?"var(--success-dark)":e.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
945
1031
  display: flex;
946
1032
  justify-content: space-between;
947
1033
  width: 100%;
@@ -950,12 +1036,12 @@ Resources:
950
1036
  > a {
951
1037
  text-decoration: underline;
952
1038
  }
953
- `;var St=require("react"),kt=E(require("styled-components"));var Lr=require("react/jsx-runtime"),_o=({style:t,...e})=>(0,Lr.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",strokeWidth:1.5,stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:(0,Lr.jsx)("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});var se=require("react/jsx-runtime"),Po=t=>{let[e,o]=(0,St.useState)(""),[r,i]=(0,St.useState)(!1),[n,s]=(0,St.useState)(null),{isLinking:a,initLoginWithSms:h}=S(),{navigate:m,options:L}=C(),_=L.wallet;(0,St.useEffect)(()=>{let d=document.querySelector("#phone-number-input");d==null||d.focus()},[]);let g=pi(e),y=()=>{i(!0),h(e).then(()=>{m("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let R=(d==null?void 0:d.status)===401&&(d==null?void 0:d.message)==="User is not allowed to login to this app.";(d==null?void 0:d.status)===422?s(d.message):R?m("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting phone number"),i(!1)})},f="Get started without a wallet.";return n?f=n:a?f="Easily connect a phone number":_||(f="Get started quickly with your phone"),(0,se.jsxs)(se.Fragment,{children:[(0,se.jsxs)(ma,{stacked:t.stacked,children:[(0,se.jsxs)(ya,{standalone:t.stacked,children:[(0,se.jsx)(_o,{}),(0,se.jsx)("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:d=>{o(d.target.value)},onKeyUp:d=>{d.key==="Enter"&&y()},value:e,autoComplete:"tel"})]}),t.stacked?null:(0,se.jsx)(fa,{disabled:r||!g,onClick:y,children:r?(0,se.jsx)(qe,{}):"Submit"})]}),(0,se.jsx)(wa,{fail:!!n,children:f}),t.stacked?(0,se.jsx)(ga,{disabled:r||!g,onClick:y,children:r?(0,se.jsx)(qe,{}):"Submit"}):null]})},ma=kt.default.div`
1039
+ `;var Yt=require("react"),bo=P(require("styled-components"));var wn=require("react/jsx-runtime"),ur=({style:e,...t})=>(0,wn.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",strokeWidth:1.5,stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:(0,wn.jsx)("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});var Ce=require("react/jsx-runtime"),fr=e=>{let[t,o]=(0,Yt.useState)(""),[r,n]=(0,Yt.useState)(!1),[i,a]=(0,Yt.useState)(null),{isLinking:s,initLoginWithSms:l}=W(),{navigate:d,options:f}=E(),b=f.wallet;(0,Yt.useEffect)(()=>{let c=document.querySelector("#phone-number-input");c==null||c.focus()},[]);let p=li(t),h=()=>{n(!0),l(t).then(()=>{d("AWAITING_PASSWORDLESS_CODE")}).catch(c=>{let w=(c==null?void 0:c.status)===401&&(c==null?void 0:c.message)==="User is not allowed to login to this app.";(c==null?void 0:c.status)===422?a(c.message):w?d("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting phone number"),n(!1)})},v="Get started without a wallet.";return i?v=i:s?v="Easily connect a phone number":b||(v="Get started quickly with your phone"),(0,Ce.jsxs)(Ce.Fragment,{children:[(0,Ce.jsxs)(cd,{stacked:e.stacked,children:[(0,Ce.jsxs)(pd,{standalone:e.stacked,children:[(0,Ce.jsx)(ur,{}),(0,Ce.jsx)("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:c=>{o(c.target.value)},onKeyUp:c=>{c.key==="Enter"&&h()},value:t,autoComplete:"tel"})]}),e.stacked?null:(0,Ce.jsx)(dd,{disabled:r||!p,onClick:h,children:r?(0,Ce.jsx)(Bt,{}):"Submit"})]}),(0,Ce.jsx)(ud,{fail:!!i,children:v}),e.stacked?(0,Ce.jsx)(ue,{loading:r,loadingText:null,disabled:r||!p,onClick:h,children:"Submit"}):null]})},cd=bo.default.div`
954
1040
  display: flex;
955
1041
  border: 1px solid var(--border-color-1);
956
1042
  width: 100%;
957
1043
 
958
- height: ${t=>t.stacked?"100%":"auto"};
1044
+ height: ${e=>e.stacked?"100%":"auto"};
959
1045
  display: flex;
960
1046
  align-content: center;
961
1047
  align-items: center;
@@ -964,7 +1050,7 @@ Resources:
964
1050
  @media (max-width: 440px) {
965
1051
  margin-top: 20px;
966
1052
  }
967
- `,fa=kt.default.button`
1053
+ `,dd=bo.default.button`
968
1054
  display: flex;
969
1055
  flex-direction: row;
970
1056
  align-items: center;
@@ -982,44 +1068,26 @@ Resources:
982
1068
  padding-right: 15px;
983
1069
  background-color: var(--primary-color);
984
1070
  color: var(--light-theme-bg-1);
1071
+ transition: background-color 200ms ease;
985
1072
  }
986
1073
 
987
- &&:disabled {
988
- background-color: var(--disabled-bg);
989
- color: var(--disabled-fg);
990
- cursor: not-allowed;
991
- }
992
- `,ga=kt.default.button`
993
- display: flex;
994
- flex-direction: column;
995
- align-items: center;
996
- justify-content: center;
997
- & {
998
- height: 44px;
999
- width: 100%;
1000
- cursor: pointer;
1001
- font-size: 14px;
1002
- font-weight: 600;
1003
- border-radius: var(--border-radius-sm);
1004
- }
1005
-
1006
- && {
1007
- background-color: var(--primary-color);
1008
- color: var(--light-theme-bg-1);
1074
+ &:hover {
1075
+ background-color: var(--primary-color-600);
1009
1076
  }
1010
1077
 
1011
- &&:disabled {
1078
+ &:disabled,
1079
+ &:hover:disabled {
1012
1080
  background-color: var(--disabled-bg);
1013
1081
  color: var(--disabled-fg);
1014
1082
  cursor: not-allowed;
1015
1083
  }
1016
- `,ya=kt.default.label`
1084
+ `,pd=bo.default.label`
1017
1085
  display: flex;
1018
1086
  flex-direction: row;
1019
1087
  align-items: center;
1020
1088
  position: relative;
1021
1089
  width: 100%;
1022
- height: ${t=>t.standalone?"64px":"44px"};
1090
+ height: ${e=>e.standalone?"64px":"44px"};
1023
1091
  background: var(--light-theme-bg-1);
1024
1092
 
1025
1093
  > svg {
@@ -1036,7 +1104,7 @@ Resources:
1036
1104
  line-height: 20px;
1037
1105
 
1038
1106
  /* Mirror parent to handle embedded logo on left */
1039
- border-radius: ${t=>t.standalone?"var(--border-radius-sm)":"var(--border-radius-sm) 0px 0px var(--border-radius-sm)"};
1107
+ border-radius: ${e=>e.standalone?"var(--border-radius-sm)":"var(--border-radius-sm) 0px 0px var(--border-radius-sm)"};
1040
1108
  height: 100%;
1041
1109
  width: 100%;
1042
1110
  border: 1px solid var(--border-color-1);
@@ -1050,11 +1118,11 @@ Resources:
1050
1118
  line-height: 24px;
1051
1119
  }
1052
1120
  }
1053
- `,wa=kt.default.div`
1121
+ `,ud=bo.default.div`
1054
1122
  line-height: 20px;
1055
1123
  height: 20px;
1056
1124
  font-size: 13px;
1057
- color: ${t=>t.success?"var(--success-dark)":t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
1125
+ color: ${e=>e.success?"var(--success-dark)":e.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
1058
1126
  display: flex;
1059
1127
  justify-content: space-between;
1060
1128
  width: 100%;
@@ -1063,13 +1131,13 @@ Resources:
1063
1131
  > a {
1064
1132
  text-decoration: underline;
1065
1133
  }
1066
- `;var Tt=E(require("styled-components"));var Xe=require("react/jsx-runtime"),So=({logoFill:t,style:e,...o})=>(0,Xe.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},...o,children:[(0,Xe.jsx)("g",{clipPath:"url(#clip0)",children:(0,Xe.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:t==="primary"?"#5865f2":"white"})}),(0,Xe.jsx)("defs",{children:(0,Xe.jsx)("clipPath",{id:"clip0",children:(0,Xe.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var Ar=require("react/jsx-runtime"),ko=({logoFill:t,style:e,...o})=>(0,Ar.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},...o,children:(0,Ar.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:t==="primary"?"#2D333B":"white"})});var at=require("react/jsx-runtime"),To=({style:t,...e})=>(0,at.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",...t},...e,children:[(0,at.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,at.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,at.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,at.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 _r=require("react/jsx-runtime"),Wo=({style:t,logoFill:e,...o})=>(0,_r.jsx)("svg",{width:"24",height:"20",viewBox:"0 0 24 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...t},...o,children:(0,_r.jsx)("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:e==="primary"?"#1da1f2":"white"})});var Ee=require("react/jsx-runtime"),yn=({showGoogle:t,showTwitter:e,showDiscord:o,showGithub:r,stacked:i})=>{let{initLoginWithOAuth:n}=S();return(0,Ee.jsxs)(va,{stacked:i,children:[t&&(0,Ee.jsx)(Ea,{onClick:()=>{n("google")},children:(0,Ee.jsx)(To,{})}),e&&(0,Ee.jsx)(Ca,{onClick:()=>{n("twitter")},children:(0,Ee.jsx)(Wo,{})}),o&&(0,Ee.jsx)(ba,{onClick:()=>{n("discord")},children:(0,Ee.jsx)(So,{})}),r&&(0,Ee.jsx)(xa,{onClick:()=>{n("github")},children:(0,Ee.jsx)(ko,{})})]})},va=Tt.default.div`
1134
+ `;var Xt=P(require("styled-components"));var pt=require("react/jsx-runtime"),mr=({logoFill:e,style:t,...o})=>(0,pt.jsxs)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...t},...o,children:[(0,pt.jsx)("g",{clipPath:"url(#clip0)",children:(0,pt.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:e==="primary"?"#5865f2":"white"})}),(0,pt.jsx)("defs",{children:(0,pt.jsx)("clipPath",{id:"clip0",children:(0,pt.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var Cn=require("react/jsx-runtime"),hr=({logoFill:e,style:t,...o})=>(0,Cn.jsx)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...t},...o,children:(0,Cn.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:e==="primary"?"#2D333B":"white"})});var Lt=require("react/jsx-runtime"),gr=({style:e,...t})=>(0,Lt.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,Lt.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,Lt.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,Lt.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,Lt.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 En=require("react/jsx-runtime"),br=({style:e,logoFill:t,...o})=>(0,En.jsx)("svg",{width:"24",height:"20",viewBox:"0 0 24 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...o,children:(0,En.jsx)("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:t==="primary"?"#1da1f2":"white"})});var De=require("react/jsx-runtime"),ys=({showGoogle:e,showTwitter:t,showDiscord:o,showGithub:r,stacked:n})=>{let{initLoginWithOAuth:i}=W();return(0,De.jsxs)(fd,{stacked:n,children:[e&&(0,De.jsx)(bd,{onClick:()=>{i("google")},children:(0,De.jsx)(gr,{})}),t&&(0,De.jsx)(md,{onClick:()=>{i("twitter")},children:(0,De.jsx)(br,{})}),o&&(0,De.jsx)(hd,{onClick:()=>{i("discord")},children:(0,De.jsx)(mr,{})}),r&&(0,De.jsx)(gd,{onClick:()=>{i("github")},children:(0,De.jsx)(hr,{})})]})},fd=Xt.default.div`
1067
1135
  display: flex;
1068
- flex-direction: ${t=>t.stacked?"column":"row"};
1136
+ flex-direction: ${e=>e.stacked?"column":"row"};
1069
1137
  justify-content: space-between;
1070
1138
  width: 100%;
1071
1139
  gap: 4px;
1072
- `,Ca=Tt.default.button`
1140
+ `,md=Xt.default.button`
1073
1141
  && {
1074
1142
  border-radius: var(--border-radius-sm);
1075
1143
  cursor: pointer;
@@ -1081,7 +1149,7 @@ Resources:
1081
1149
  justify-content: center;
1082
1150
  align-items: center;
1083
1151
  }
1084
- `,ba=Tt.default.button`
1152
+ `,hd=Xt.default.button`
1085
1153
  && {
1086
1154
  border-radius: var(--border-radius-sm);
1087
1155
  cursor: pointer;
@@ -1093,7 +1161,7 @@ Resources:
1093
1161
  justify-content: center;
1094
1162
  align-items: center;
1095
1163
  }
1096
- `,xa=Tt.default.button`
1164
+ `,gd=Xt.default.button`
1097
1165
  && {
1098
1166
  border-radius: var(--border-radius-sm);
1099
1167
  cursor: pointer;
@@ -1105,7 +1173,7 @@ Resources:
1105
1173
  justify-content: center;
1106
1174
  align-items: center;
1107
1175
  }
1108
- `,Ea=Tt.default.button`
1176
+ `,bd=Xt.default.button`
1109
1177
  && {
1110
1178
  border-radius: var(--border-radius-sm);
1111
1179
  cursor: pointer;
@@ -1118,11 +1186,11 @@ Resources:
1118
1186
  align-items: center;
1119
1187
  border: 1px solid var(--border-color-2);
1120
1188
  }
1121
- `;var kr=require("react-device-detect"),Tr=E(require("styled-components"));var Io=require("react-device-detect"),Pr=t=>{let e=new URL(window.location.href);if(!window.ethereum&&Io.isMobile){let o;switch(t){case"metamask":Io.isIOS?o="dapp://"+e.hostname+e.pathname:o="https://metamask.app.link/dapp/"+e.hostname+e.pathname;break;case"coinbase_wallet":o="https://go.cb-w.com/dapp?cb_url="+encodeURIComponent(e.href.replace(/\/$/g,""));break;case"wallet_connect":break;default:break}o&&window.location.assign(o)}};var wn=E(require("styled-components")),vn=wn.default.span`
1189
+ `;var _n=require("react-device-detect"),Ln=P(require("styled-components"));var vs=require("react-device-detect"),ws=()=>{let e=new URL(window.location.href);if(!window.ethereum&&vs.isMobile){let t=`https://go.cb-w.com/dapp?cb_url=${encodeURIComponent(e.href.replace(/\/$/g,""))}`;window.location.assign(t)}};var Cs=P(require("styled-components")),Es=Cs.default.span`
1122
1190
  @media (max-width: 440px) {
1123
1191
  display: none;
1124
1192
  }
1125
- `;var te=require("react/jsx-runtime"),Ro=()=>{let{navigate:t}=C(),{initLoginWithWallet:e,closePrivyModal:o}=S();return(0,te.jsxs)(La,{children:[(0,te.jsxs)(Sr,{onClick:()=>{Qo()?(e("metamask"),t("AWAITING_CONNECTION")):kr.isMobile?(Pr("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[(0,te.jsx)(We,{}),(0,te.jsx)("span",{children:"Metamask"}),(0,te.jsx)("span",{children:Qo()?"Connect":"Install"})]}),(0,te.jsxs)(Sr,{onClick:()=>{lo()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):kr.isMobile?(Pr("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[(0,te.jsx)(Te,{}),(0,te.jsxs)("span",{children:["Coinbase",(0,te.jsx)(vn,{children:" Wallet"})]}),(0,te.jsx)("span",{children:"Connect"})]}),(0,te.jsxs)(Sr,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[(0,te.jsx)(bt,{}),(0,te.jsx)("span",{children:"WalletConnect"}),(0,te.jsx)("span",{children:"Connect"})]})]})},La=Tr.default.div`
1193
+ `;var re=require("react/jsx-runtime"),yr=()=>{let{navigate:e}=E(),{initLoginWithWallet:t,closePrivyModal:o}=W();return(0,re.jsxs)(yd,{children:[(0,re.jsxs)(xn,{onClick:()=>{Zr()?(t("metamask"),e("AWAITING_CONNECTION")):_n.isMobile?(t("wallet_connect",Vo),e("AWAITING_CONNECTION")):e("INSTALL_METAMASK_SCREEN")},children:[(0,re.jsx)(Ie,{}),(0,re.jsx)("span",{children:"Metamask"}),(0,re.jsx)("span",{children:Zr()?"Connect":"Install"})]}),(0,re.jsxs)(xn,{onClick:()=>{$o()?(t("coinbase_wallet"),e("AWAITING_CONNECTION")):_n.isMobile?(ws(),o()):(t("coinbase_wallet"),e("AWAITING_CONNECTION"))},children:[(0,re.jsx)(Ge,{}),(0,re.jsxs)("span",{children:["Coinbase",(0,re.jsx)(Es,{children:" Wallet"})]}),(0,re.jsx)("span",{children:"Connect"})]}),(0,re.jsxs)(xn,{onClick:()=>{t("wallet_connect"),e("AWAITING_CONNECTION")},children:[(0,re.jsx)(It,{}),(0,re.jsx)("span",{children:"WalletConnect"}),(0,re.jsx)("span",{children:"Connect"})]})]})},yd=Ln.default.div`
1126
1194
  display: flex;
1127
1195
  flex-direction: column;
1128
1196
  align-items: flex-start;
@@ -1132,7 +1200,7 @@ Resources:
1132
1200
  @media (max-width: 440px) {
1133
1201
  flex-direction: row;
1134
1202
  }
1135
- `,Sr=Tr.default.button`
1203
+ `,xn=Ln.default.button`
1136
1204
  display: flex;
1137
1205
  flex-direction: row;
1138
1206
  align-items: center;
@@ -1199,7 +1267,7 @@ Resources:
1199
1267
  :hover > :last-child {
1200
1268
  opacity: 1;
1201
1269
  }
1202
- `;var Cn=E(require("styled-components"));var jt=require("react/jsx-runtime"),Mo=()=>{let{navigate:t}=C();return(0,jt.jsxs)(Aa,{children:[(0,jt.jsx)("span",{children:"Don\u2019t have a wallet? "}),(0,jt.jsx)("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},Aa=Cn.default.div`
1270
+ `;var xs=P(require("styled-components"));var yo=require("react/jsx-runtime"),vr=()=>{let{navigate:e}=E();return(0,yo.jsxs)(vd,{children:[(0,yo.jsx)("span",{children:"Don\u2019t have a wallet? "}),(0,yo.jsx)("button",{onClick:()=>{e("WALLET_EDUCATION")},children:"Create one now."})]})},vd=xs.default.div`
1203
1271
  font-size: 13px;
1204
1272
  color: var(--light-theme-fg-3);
1205
1273
 
@@ -1210,23 +1278,23 @@ Resources:
1210
1278
  @media (max-width: 440px) {
1211
1279
  margin-top: 4px;
1212
1280
  }
1213
- `;var A=require("react/jsx-runtime");var En=()=>{let{app:t,options:e}=C(),o=e.email,r=e.sms,i=e.wallet,n=e.google,s=e.twitter,a=e.discord,h=e.github,m=i&&(t==null?void 0:t.showWalletLoginFirst)?0:1,[L,_]=(0,xn.useState)(m),g=L==0,y=L==1,f=i,d=o||r;return(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(P,{},"header"),(0,A.jsx)(Ta,{hasOnlyOneSection:f!==d,hasTerms:!!((t==null?void 0:t.privacyPolicyUrl)||(t==null?void 0:t.termsAndConditionsUrl)),children:(0,A.jsx)(gn,{})}),(0,A.jsxs)(Wa,{reverse:!(t!=null&&t.showWalletLoginFirst),children:[f&&(0,A.jsx)(_a,{active:g,onClick:()=>_(0),isOnlySection:!d}),d&&(0,A.jsx)(Pa,{active:y,onClick:()=>_(1),email:o,sms:r,google:n,twitter:s,discord:a,github:h,isOnlySection:!f})]}),t&&(0,A.jsx)(Mi,{app:t}),(0,A.jsx)(Q,{protectedByPrivy:!0})]})};function _a(t){return(0,A.jsxs)(An,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[(0,A.jsx)(Ln,{active:t.active,children:(0,A.jsx)("h4",{children:"Connect Wallet"})}),t.active&&(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(Ro,{}),(0,A.jsx)(Mo,{})]})]})}function Pa(t){let e=t.google||t.discord||t.github||t.twitter&&!Wr.isMobile,o=t.email?"Email":"Phone";return(0,A.jsxs)(An,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[t.isOnlySection?null:(0,A.jsx)(Ln,{active:t.active,children:(0,A.jsx)("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&(0,A.jsx)(Ao,{}),t.active&&t.sms&&!t.email&&(0,A.jsx)(Po,{}),t.active&&e&&(0,A.jsx)(Sa,{google:t.google,twitter:t.twitter&&!Wr.isMobile,discord:t.discord,github:t.github})]})}function Sa(t){return(0,A.jsxs)(A.Fragment,{children:[(0,A.jsxs)(ka,{children:[(0,A.jsx)(bn,{}),(0,A.jsx)("p",{children:" Or "}),(0,A.jsx)(bn,{})]}),(0,A.jsx)(yn,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Ln=lt.default.div`
1214
- font-weight: ${t=>t.active?600:500};
1215
- color: ${t=>t.active?"inherit":"var(--light-theme-fg-3)"};
1281
+ `;var T=require("react/jsx-runtime");var Ps=()=>{let{app:e,options:t}=E(),o=t.email,r=t.sms,n=t.wallet,i=t.google,a=t.twitter,s=t.discord,l=t.github,d=n&&(e==null?void 0:e.showWalletLoginFirst)?0:1,[f,b]=(0,Ls.useState)(d),p=f==0,h=f==1,v=n,c=o||r;return(0,T.jsxs)(T.Fragment,{children:[(0,T.jsx)(A,{},"header"),(0,T.jsx)(_d,{hasOnlyOneSection:v!==c,hasTerms:!!((e==null?void 0:e.privacyPolicyUrl)||(e==null?void 0:e.termsAndConditionsUrl)),children:(0,T.jsx)(bs,{})}),(0,T.jsxs)(Ld,{reverse:!(e!=null&&e.showWalletLoginFirst),children:[v&&(0,T.jsx)(wd,{active:p,onClick:()=>b(0),isOnlySection:!c}),c&&(0,T.jsx)(Cd,{active:h,onClick:()=>b(1),email:o,sms:r,google:i,twitter:a,discord:s,github:l,isOnlySection:!v})]}),e&&(0,T.jsx)(Ia,{app:e}),(0,T.jsx)(K,{protectedByPrivy:!0})]})};function wd(e){return(0,T.jsxs)(As,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[(0,T.jsx)(Ss,{active:e.active,children:(0,T.jsx)("h4",{children:"Connect Wallet"})}),e.active&&(0,T.jsxs)(T.Fragment,{children:[(0,T.jsx)(yr,{}),(0,T.jsx)(vr,{})]})]})}function Cd(e){let t=e.google||e.discord||e.github||e.twitter&&!Pn.isMobile,o=e.email?"Email":"Phone";return(0,T.jsxs)(As,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[e.isOnlySection?null:(0,T.jsx)(Ss,{active:e.active,children:(0,T.jsx)("h4",{children:t?`${o} & Social`:o})}),e.active&&e.email&&(0,T.jsx)(pr,{}),e.active&&e.sms&&!e.email&&(0,T.jsx)(fr,{}),e.active&&t&&(0,T.jsx)(Ed,{google:e.google,twitter:e.twitter&&!Pn.isMobile,discord:e.discord,github:e.github})]})}function Ed(e){return(0,T.jsxs)(T.Fragment,{children:[(0,T.jsxs)(xd,{children:[(0,T.jsx)(_s,{}),(0,T.jsx)("p",{children:" Or "}),(0,T.jsx)(_s,{})]}),(0,T.jsx)(ys,{showGoogle:e.google,showDiscord:e.discord,showGithub:e.github,showTwitter:e.twitter})]})}var Ss=Pt.default.div`
1282
+ font-weight: ${e=>e.active?600:500};
1283
+ color: ${e=>e.active?"inherit":"var(--light-theme-fg-3)"};
1216
1284
  display: flex;
1217
1285
  justify-content: center;
1218
1286
  align-items: center;
1219
- `,An=lt.default.div`
1287
+ `,As=Pt.default.div`
1220
1288
  display: flex;
1221
1289
  flex-direction: column;
1222
1290
  align-items: flex-start;
1223
1291
  /* 1px helps with the input ring getting hidden by padding, despite it being
1224
1292
  * annoying that it's not perfectly lined up
1225
1293
  */
1226
- padding: ${t=>t.isOnlySection?"1px":"12px"};
1294
+ padding: ${e=>e.isOnlySection?"1px":"12px"};
1227
1295
  gap: 12px;
1228
1296
  width: 100%;
1229
- max-height: ${t=>t.active?"400px":"52px"};
1297
+ max-height: ${e=>e.active?"400px":"52px"};
1230
1298
 
1231
1299
  transition-property: border-color, max-height;
1232
1300
  transition-duration: 0.25s;
@@ -1236,23 +1304,23 @@ Resources:
1236
1304
  && {
1237
1305
  background: var(--light-theme-bg-1);
1238
1306
 
1239
- border: ${t=>t.isOnlySection?"none":t.active?"1px solid var(--border-color-active);":"1px solid var(--border-color-2);"};
1240
- border-radius: ${t=>t.isOnlySection?"0":"10px"};
1307
+ border: ${e=>e.isOnlySection?"none":e.active?"1px solid var(--border-color-active);":"1px solid var(--border-color-2);"};
1308
+ border-radius: ${e=>e.isOnlySection?"0":"10px"};
1241
1309
  }
1242
1310
 
1243
- cursor: ${t=>t.active?"inherit":"pointer"};
1244
- `,ka=lt.default.div`
1311
+ cursor: ${e=>e.active?"inherit":"pointer"};
1312
+ `,xd=Pt.default.div`
1245
1313
  display: flex;
1246
1314
  justify-content: center;
1247
1315
  align-items: center;
1248
1316
  width: 100%;
1249
- `,bn=lt.default.hr`
1317
+ `,_s=Pt.default.hr`
1250
1318
  width: 50%;
1251
1319
  && {
1252
1320
  border-top: 1px solid var(--border-color-1);
1253
1321
  margin: 0px 8px;
1254
1322
  }
1255
- `,Ta=lt.default.div`
1323
+ `,_d=Pt.default.div`
1256
1324
  display: flex;
1257
1325
  flex-direction: column;
1258
1326
  align-items: center;
@@ -1269,11 +1337,11 @@ Resources:
1269
1337
  // - Terms => 36px
1270
1338
  // Lastly, apply a 10px cheat upwards, which helps in particular for when
1271
1339
  // the logo is close to the top (mobile or full wallet-open design)
1272
- margin-top: ${t=>`${28+(t.hasOnlyOneSection?31:0)-(t.hasTerms?18:0)}px`};
1273
- margin-bottom: ${t=>`${60+(t.hasOnlyOneSection?31:0)-(t.hasTerms?18:0)}px`};
1274
- `,Wa=(0,lt.default)($e)`
1275
- flex-direction: ${t=>t.reverse?"column-reverse":"column"};
1276
- `;var Le=require("react/jsx-runtime"),_n=()=>{let{app:t}=C();return(0,Le.jsxs)(Le.Fragment,{children:[(0,Le.jsx)(P,{},"header"),(0,Le.jsx)(yt,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:(0,Le.jsx)(Lo,{})}),(0,Le.jsx)($e,{children:(0,Le.jsx)(Ao,{stacked:!0})}),(0,Le.jsx)(Q,{protectedByPrivy:!0})]})};var Ae=require("react/jsx-runtime"),Pn=()=>{let{app:t}=C();return(0,Ae.jsxs)(Ae.Fragment,{children:[(0,Ae.jsx)(P,{},"header"),(0,Ae.jsx)(yt,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:(0,Ae.jsx)(_o,{})}),(0,Ae.jsx)($e,{children:(0,Ae.jsx)(Po,{stacked:!0})}),(0,Ae.jsx)(Q,{protectedByPrivy:!0})]})};var _e=require("react/jsx-runtime"),Sn=()=>{let{linkingHint:t}=S(),{app:e}=C(),o=t?`Select the wallet with ${rt(t)} and follow the instructions to reconnect your wallet${e!=null&&e.name?` to ${e.name}.`:"."}`:`Link a wallet to your ${e==null?void 0:e.name} account`;return(0,_e.jsxs)(_e.Fragment,{children:[(0,_e.jsx)(P,{},"header"),(0,_e.jsx)(Ni,{title:`${t?"Reconnect":"Connect"} your wallet`,description:o}),(0,_e.jsxs)($e,{children:[(0,_e.jsx)(Ro,{}),(0,_e.jsx)(Mo,{})]}),(0,_e.jsx)(Q,{protectedByPrivy:!0})]})};var Wt=require("react"),Zt=E(require("styled-components"));var ie=require("react/jsx-runtime"),kn={google:{name:"Google",component:To},discord:{name:"Discord",component:So},github:{name:"Github",component:ko},twitter:{name:"Twitter",component:Wo}},Ia=t=>t.charAt(0).toUpperCase()+t.slice(1),Ir=()=>{let t=new URL(window.location.href);t.searchParams.delete("privy_oauth_code"),t.searchParams.delete("privy_oauth_provider"),t.searchParams.delete("privy_oauth_state"),window.history.pushState({},"",t)},Tn=()=>{var x;let{ready:t,user:e,authenticated:o}=q(),{data:r,setModalData:i,navigate:n}=C(),{getAuthMeta:s,initLoginWithOAuth:a,loginWithOAuth:h,closePrivyModal:m}=S(),[L,_]=(0,Wt.useState)(!1),[g,y]=(0,Wt.useState)(void 0),f=((x=s())==null?void 0:x.provider)||"google",d=kn[f].name,R=kn[f].component;(0,Wt.useEffect)(()=>{!t||h().then(()=>{Ir(),_(!0)}).catch(N=>{let j={retryable:!1,message:"Authentication failed."};N.message.includes("Another user has already linked this")?j.detail="This account has already been linked to another user.":N.message==="Invalid code during oauth flow."?(j.retryable=!0,j.detail="Something went wrong. Try again."):N.message==="User denied confirmation during OAuth flow"&&(j.detail=`Retry and check ${Ia(f)} to finish connecting your account.`,j.retryable=!0),Ir(),y(j)})},[t]),(0,Wt.useEffect)(()=>{var ae;if(!(o&&L&&e))return;if(((ae=r==null?void 0:r.login)==null?void 0:ae.promptCreatePrivyWalletFlow)&&!e.wallet){let O=setTimeout(()=>{i({createWallet:{onSuccess:()=>m({shouldCallAuthOnSuccess:!0}),onFailure:T=>console.error(T)}}),n("EMBEDDED_WALLET_SCREEN")},he-500);return()=>clearTimeout(O)}else{let O=setTimeout(m,he);return()=>clearTimeout(O)}},[L]);let D=L?`Successfully connected with ${d}`:g?g.message:`Verifying connection to ${d}`,M="";return L?M="You\u2019re good to go!":g?M=g.detail:M="Just a few moments more",(0,ie.jsxs)(ie.Fragment,{children:[(0,ie.jsx)(P,{}),(0,ie.jsxs)(Ra,{children:[(0,ie.jsx)(Na,{children:(0,ie.jsxs)("div",{children:[(0,ie.jsx)(Ct,{success:L,fail:!!g}),(0,ie.jsx)(R,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),(0,ie.jsxs)(Ma,{children:[(0,ie.jsx)("h3",{children:D}),(0,ie.jsx)("p",{children:M})]}),(0,ie.jsx)(Oa,{onClick:()=>{Ir(),a(f),y(void 0)},visible:!L&&(g==null?void 0:g.retryable),disabled:!L&&!(g!=null&&g.retryable),children:"Retry"})]})]})},Ra=Zt.default.div`
1340
+ margin-top: ${e=>`${28+(e.hasOnlyOneSection?31:0)-(e.hasTerms?18:0)}px`};
1341
+ margin-bottom: ${e=>`${60+(e.hasOnlyOneSection?31:0)-(e.hasTerms?18:0)}px`};
1342
+ `,Ld=(0,Pt.default)(it)`
1343
+ flex-direction: ${e=>e.reverse?"column-reverse":"column"};
1344
+ `;var Ue=require("react/jsx-runtime"),Ts=()=>{let{app:e}=E();return(0,Ue.jsxs)(Ue.Fragment,{children:[(0,Ue.jsx)(A,{},"header"),(0,Ue.jsx)(at,{title:"Connect your email",description:`Add your email to your ${e==null?void 0:e.name} account`,icon:(0,Ue.jsx)(dr,{})}),(0,Ue.jsx)(it,{children:(0,Ue.jsx)(pr,{stacked:!0})}),(0,Ue.jsx)(K,{protectedByPrivy:!0})]})};var Be=require("react/jsx-runtime"),ks=()=>{let{app:e}=E();return(0,Be.jsxs)(Be.Fragment,{children:[(0,Be.jsx)(A,{},"header"),(0,Be.jsx)(at,{title:"Connect your phone",description:`Add your number to your ${e==null?void 0:e.name} account`,icon:(0,Be.jsx)(ur,{})}),(0,Be.jsx)(it,{children:(0,Be.jsx)(fr,{stacked:!0})}),(0,Be.jsx)(K,{protectedByPrivy:!0})]})};var Fe=require("react/jsx-runtime"),Ws=()=>{let{linkingHint:e}=W(),{app:t}=E(),o=e?`Select the wallet with ${bt(e)} and follow the instructions to reconnect your wallet${t!=null&&t.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t==null?void 0:t.name} account`;return(0,Fe.jsxs)(Fe.Fragment,{children:[(0,Fe.jsx)(A,{},"header"),(0,Fe.jsx)(Ma,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),(0,Fe.jsxs)(it,{children:[(0,Fe.jsx)(yr,{}),(0,Fe.jsx)(vr,{})]}),(0,Fe.jsx)(K,{protectedByPrivy:!0})]})};var Qt=require("react"),wr=P(require("styled-components"));var le=require("react/jsx-runtime"),Rs={google:{name:"Google",component:gr},discord:{name:"Discord",component:mr},github:{name:"Github",component:hr},twitter:{name:"Twitter",component:br}},Pd=e=>e.charAt(0).toUpperCase()+e.slice(1),Sn=()=>{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)},Is=()=>{var k;let{ready:e,user:t,authenticated:o}=q(),{data:r,setModalData:n,navigate:i}=E(),{getAuthMeta:a,initLoginWithOAuth:s,loginWithOAuth:l,closePrivyModal:d}=W(),[f,b]=(0,Qt.useState)(!1),[p,h]=(0,Qt.useState)(void 0),v=((k=a())==null?void 0:k.provider)||"google",c=Rs[v].name,w=Rs[v].component;(0,Qt.useEffect)(()=>{!e||l().then(()=>{Sn(),b(!0)}).catch(R=>{let N={retryable:!1,message:"Authentication failed."};R.message.includes("Another user has already linked this")?N.detail="This account has already been linked to another user.":R.message==="Invalid code during oauth flow."?(N.retryable=!0,N.detail="Something went wrong. Try again."):R.message==="User denied confirmation during OAuth flow"&&(N.detail=`Retry and check ${Pd(v)} to finish connecting your account.`,N.retryable=!0),Sn(),h(N)})},[e]),(0,Qt.useEffect)(()=>{var ce;if(!(o&&f&&t))return;if(((ce=r==null?void 0:r.login)==null?void 0:ce.promptCreatePrivyWalletFlow)&&!t.wallet){let Te=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:$=>console.error($),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_SCREEN")},_e-500);return()=>clearTimeout(Te)}else{let Te=setTimeout(d,_e);return()=>clearTimeout(Te)}},[o,f,t]);let S=f?`Successfully connected with ${c}`:p?p.message:`Verifying connection to ${c}`,I="";return f?I="You\u2019re good to go!":p?I=p.detail:I="Just a few moments more",(0,le.jsxs)(le.Fragment,{children:[(0,le.jsx)(A,{}),(0,le.jsxs)(Sd,{children:[(0,le.jsx)(Td,{children:(0,le.jsxs)("div",{children:[(0,le.jsx)(Qo,{success:f,fail:!!p}),(0,le.jsx)(w,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),(0,le.jsxs)(Ad,{children:[(0,le.jsx)("h3",{children:S}),(0,le.jsx)("p",{children:I})]}),(0,le.jsx)(be,{onClick:()=>{Sn(),s(v),h(void 0)},invisible:f||!(p!=null&&p.retryable),disabled:!f&&!(p!=null&&p.retryable),children:"Retry"})]})]})},Sd=wr.default.div`
1277
1345
  display: flex;
1278
1346
  flex-direction: column;
1279
1347
  align-items: center;
@@ -1281,11 +1349,11 @@ Resources:
1281
1349
  margin-left: 27px;
1282
1350
  margin-right: 27px;
1283
1351
  gap: 24px;
1284
- `,Ma=Zt.default.div`
1352
+ `,Ad=wr.default.div`
1285
1353
  display: flex;
1286
1354
  flex-direction: column;
1287
1355
  gap: 8px;
1288
- `,Na=Zt.default.div`
1356
+ `,Td=wr.default.div`
1289
1357
  display: flex;
1290
1358
  flex-direction: column;
1291
1359
  justify-content: center;
@@ -1308,19 +1376,7 @@ Resources:
1308
1376
  left: -19px;
1309
1377
  top: -19px;
1310
1378
  }
1311
- `,Oa=Zt.default.button`
1312
- && {
1313
- padding: 12px 16px;
1314
- font-weight: 500;
1315
- text-align: center;
1316
- color: var(--primary-color);
1317
- background-color: var(--primary-color-bg-1);
1318
- border-radius: var(--border-radius-sm);
1319
- min-width: 144px;
1320
- opacity: ${t=>t.visible?"1":"0"};
1321
- transition: opacity 200ms;
1322
- }
1323
- `;var It=require("react"),No=E(require("styled-components"));var H=require("react/jsx-runtime"),Wn=()=>{let[t,e]=(0,It.useState)(!1),[o,r]=(0,It.useState)(""),{activeStatus:i,closePrivyModal:n}=S();(0,It.useEffect)(()=>{!i||(i.error?r(i.error):i.success&&e(!0))},[i]),(0,It.useEffect)(()=>{if(t){let m=setTimeout(n,he);return()=>clearTimeout(m)}},[t]);let s=i!=null&&i.address?`Please connect and select the wallet ${rt(i.address)} in MetaMask.`:"Please connect and select the right wallet in MetaMask.",a=t?`${rt(i==null?void 0:i.address)} is now active.`:s;return(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(P,{},"header"),(0,H.jsxs)(Ua,{children:[(0,H.jsx)(Fa,{children:(0,H.jsxs)("div",{children:[(0,H.jsx)(Ct,{success:t,fail:!!o}),(m=>{switch(m){case"metamask":return(0,H.jsx)(We,{style:{width:"38px",height:"38px"}});case"wallet_connect":return(0,H.jsx)(bt,{style:{width:"38px",height:"38px"}});case"coinbase_wallet":return(0,H.jsx)(Te,{style:{width:"38px",height:"38px"}});default:return(0,H.jsx)(We,{style:{width:"38px",height:"38px"}})}})((i==null?void 0:i.walletType)||"metamask")]})}),(0,H.jsxs)(Da,{children:[(0,H.jsx)("h3",{children:t?"Wallet updated successfully":"Update your active wallet"}),(0,H.jsx)("p",{children:a}),o&&(0,H.jsx)("p",{children:o})]}),(0,H.jsx)(xe,{})]})]})},Ua=No.default.div`
1379
+ `;var eo=require("react"),An=P(require("styled-components"));var Ee=require("react/jsx-runtime"),Ms=()=>{var d;let[e,t]=(0,eo.useState)(!1),[o,r]=(0,eo.useState)(""),{activeStatus:n,closePrivyModal:i}=W();(0,eo.useEffect)(()=>{!n||(n.error?r(n.error):n.success&&t(!0))},[n]),(0,eo.useEffect)(()=>{if(e){let f=setTimeout(i,_e);return()=>clearTimeout(f)}},[e]);let a=n!=null&&n.address?`Please connect and select the wallet ${bt(n.address)} in MetaMask.`:"Please connect and select the right wallet in MetaMask.",s=e?`${bt(n==null?void 0:n.address)} is now active.`:a,l=((d=n==null?void 0:n.walletBranding)==null?void 0:d.icon)||or[(n==null?void 0:n.walletType)||"metamask"].component;return(0,Ee.jsxs)(Ee.Fragment,{children:[(0,Ee.jsx)(A,{},"header"),(0,Ee.jsxs)(kd,{children:[(0,Ee.jsx)(ln,{walletLogo:l,success:e,fail:!!o}),(0,Ee.jsxs)(Wd,{children:[(0,Ee.jsx)("h3",{children:e?"Wallet updated successfully":"Update your active wallet"}),(0,Ee.jsx)("p",{children:s}),o&&(0,Ee.jsx)("p",{children:o})]}),(0,Ee.jsx)(Oe,{})]})]})},kd=An.default.div`
1324
1380
  display: flex;
1325
1381
  flex-direction: column;
1326
1382
  align-items: center;
@@ -1328,68 +1384,45 @@ Resources:
1328
1384
  margin-left: 27px;
1329
1385
  margin-right: 27px;
1330
1386
  gap: 24px;
1331
- `,Da=No.default.div`
1387
+ `,Wd=An.default.div`
1332
1388
  display: flex;
1333
1389
  flex-direction: column;
1334
1390
  gap: 8px;
1335
- `,Fa=No.default.div`
1336
- display: flex;
1337
- flex-direction: column;
1338
- justify-content: center;
1339
- align-items: center;
1340
- width: 100%;
1341
- height: 82px;
1342
-
1343
- > div {
1344
- position: relative;
1345
- }
1346
-
1347
- > div > span {
1348
- position: absolute;
1349
- left: -41px;
1350
- top: -41px;
1351
- }
1352
-
1353
- > div > svg {
1354
- position: absolute;
1355
- left: -19px;
1356
- top: -19px;
1357
- }
1358
- `;var qt=require("react"),Qe=E(require("styled-components"));var oe=require("react/jsx-runtime"),In=()=>{let{authenticated:t,getAccessToken:e,user:o}=q(),{walletProxy:r,closePrivyModal:i}=S(),{navigate:n,data:s}=C(),[a,h]=(0,qt.useState)(!1),[m,L]=(0,qt.useState)("");(0,qt.useEffect)(()=>{t||(n("LANDING"),y(new Error("User must be authenticated before signing with a Privy wallet")))},[t]);let{message:_,onSuccess:g,onFailure:y,uiOptions:f}=s.signMessage,d=Me(o),R=!r,D={title:f.title||"Sign message",description:f.description||"Signing this message will not cost you any fees.",buttonText:f.buttonText||"Sign and continue"};return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsx)(P,{onClose:()=>i({shouldCallAuthOnSuccess:!1})}),(0,oe.jsxs)(Ga,{children:[(0,oe.jsxs)("div",{children:[(0,oe.jsx)(ce,{title:D.title,description:D.description}),(0,oe.jsx)(Ba,{children:_}),(0,oe.jsx)(Va,{fail:!0,children:m})]}),(0,oe.jsx)(za,{success:a,loading:R,disabled:a,onClick:async()=>{let M=await e();if(M&&!R&&d)try{let{signature:x}=await r.sign({accessToken:M,address:d==null?void 0:d.address,message:_});L(""),g(x),h(!0),setTimeout(()=>{i({shouldCallAuthOnSuccess:!1})},he)}catch(x){L("An error has occurred, please try again."),y(x)}},children:a?(0,oe.jsxs)(Ha,{children:[(0,oe.jsx)(Et,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",(0,oe.jsx)("span",{children:"Success"})]}):D.buttonText})]}),(0,oe.jsx)(Q,{protectedByPrivy:!0})]})},Ga=Qe.default.div`
1391
+ `;var vo=require("react"),ut=P(require("styled-components"));var ne=require("react/jsx-runtime"),Os=()=>{let{authenticated:e,getAccessToken:t,user:o}=q(),{walletProxy:r,closePrivyModal:n}=W(),{navigate:i,data:a}=E(),[s,l]=(0,vo.useState)(!1),[d,f]=(0,vo.useState)("");(0,vo.useEffect)(()=>{e||(i("LANDING"),h(new Error("User must be authenticated before signing with a Privy wallet")))},[e]);let{message:b,onSuccess:p,onFailure:h,uiOptions:v}=a.signMessage,c=de(o),w=!r,S={title:v.title||"Sign message",description:v.description||"Signing this message will not cost you any fees.",buttonText:v.buttonText||"Sign and continue"};return(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsx)(A,{onClose:()=>n({shouldCallAuthOnSuccess:!1})}),(0,ne.jsxs)(Rd,{children:[(0,ne.jsxs)("div",{children:[(0,ne.jsx)(ae,{title:S.title,description:S.description}),(0,ne.jsx)(Id,{children:b}),(0,ne.jsx)(Md,{fail:!0,children:d})]}),(0,ne.jsx)(Nd,{success:s,loading:w,disabled:s,onClick:async()=>{let I=await t();if(I&&!w&&c)try{let{signature:k}=await r.sign({accessToken:I,address:c==null?void 0:c.address,message:b});f(""),p(k),l(!0),setTimeout(()=>{n({shouldCallAuthOnSuccess:!1})},_e)}catch(k){f("An error has occurred, please try again."),h(k)}},children:s?(0,ne.jsxs)(Od,{children:[(0,ne.jsx)(jt,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",(0,ne.jsx)("span",{children:"Success"})]}):S.buttonText})]}),(0,ne.jsx)(K,{protectedByPrivy:!0})]})},Rd=ut.default.div`
1359
1392
  display: flex;
1360
1393
  height: 100%;
1361
1394
  flex-direction: column;
1362
1395
  justify-content: space-between;
1363
- `,Ba=Qe.default.div`
1396
+ `,Id=ut.default.div`
1364
1397
  background-color: var(--light-theme-bg-2);
1365
1398
  border-radius: 8px;
1366
1399
  padding: 12px;
1367
1400
  text-align: left;
1368
1401
  max-height: 310px;
1369
1402
  overflow: scroll;
1370
- `,Va=Qe.default.div`
1403
+ `,Md=ut.default.div`
1371
1404
  line-height: 20px;
1372
1405
  height: 20px;
1373
1406
  font-size: 13px;
1374
- color: ${t=>t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
1407
+ color: ${e=>e.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
1375
1408
  display: flex;
1376
1409
  justify-content: flex-start;
1377
1410
  width: 100%;
1378
1411
  margin-top: 4px;
1379
- `,Ha=Qe.default.span`
1412
+ `,Od=ut.default.span`
1380
1413
  display: flex;
1381
1414
  align-items: center;
1382
1415
  gap: 8px;
1383
- `,za=(0,Qe.default)(Ke)`
1416
+ `,Nd=(0,ut.default)(ue)`
1384
1417
  transition: color 350ms ease, background-color 350ms ease;
1385
1418
 
1386
- ${t=>t.success&&Qe.css`
1419
+ ${e=>e.success&&ut.css`
1387
1420
  &&&& {
1388
1421
  background-color: var(--success-light);
1389
1422
  color: var(--light-theme-bg-1);
1390
1423
  }
1391
1424
  `}
1392
- `;var Rn=E(require("styled-components"));var Nn=require("react/jsx-runtime"),Mn=t=>{let e=t.accentColor||"#696ffd";return(0,Nn.jsx)($a,{accentColor:e,children:t.children})},$a=Rn.default.div`
1425
+ `;var Ns=P(require("styled-components"));var Us=require("react/jsx-runtime"),Ds=e=>{let t=di(ci(e.accentColor||"#696ffd"));return(0,Us.jsx)(Dd,{accent:t,children:e.children})},Dd=Ns.default.div`
1393
1426
  /*! Modified from https://unpkg.com/tailwindcss@3.2.3/src/css/preflight.css */
1394
1427
 
1395
1428
  *,
@@ -1621,23 +1654,35 @@ Resources:
1621
1654
 
1622
1655
  // End modern-normalize
1623
1656
 
1624
- // Constants
1657
+ // Privy Constants
1625
1658
 
1626
1659
  --border-radius-sm: 6px;
1627
1660
  --border-radius-md: 10px;
1628
1661
  --border-radius-lg: 24px;
1629
1662
  --border-radius-full: 9999px;
1630
1663
 
1631
- --primary-color: ${t=>t.accentColor};
1632
- /* Same as primary color, but can be used with rgba */
1633
- --primary-color-rgb: ${t=>`${no(t.accentColor).r}, ${no(t.accentColor).g}, ${no(t.accentColor).b}`};
1634
- --primary-color-bg-1: rgba(var(--primary-color-rgb), 0.15);
1635
- --primary-color-bg-2: rgba(var(--primary-color-rgb), 0.2);
1664
+ /** Primary color for use with accents, CTAs, etc. Equivalent to --primary-color-500 */
1665
+ --primary-color: ${e=>`hsl(${e.accent.h}, ${e.accent.s}%, ${e.accent.l}%)`};
1666
+
1667
+ /*
1668
+ * Background elements for more subtle buttons and accents are definitely not accessible on white
1669
+ * These elements have their lightness replaced with a fixed lightness that generally works to make
1670
+ * most colors quite faint-white-looking.
1671
+ */
1672
+ --primary-color-100: ${e=>`hsl(${e.accent.h}, ${e.accent.s}%, 96%)`};
1673
+ --primary-color-200: ${e=>`hsl(${e.accent.h}, ${e.accent.s}%, 94.5%)`};
1674
+ --primary-color-300: ${e=>`hsl(${e.accent.h}, ${e.accent.s}%, 93%)`};
1675
+
1676
+ /* Foreground elements for text and prominent buttons, along with their :hover and :active states */
1677
+ --primary-color-500: var(--primary-color);
1678
+ --primary-color-600: ${e=>`hsl(${e.accent.h}, ${e.accent.s}%, ${e.accent.l-3}%)`};
1679
+ --primary-color-700: ${e=>`hsl(${e.accent.h}, ${e.accent.s}%, ${e.accent.l-5}%)`};
1636
1680
 
1637
1681
  --success-light: #4bd089;
1638
1682
  --success-dark: #22874f;
1639
1683
  --fail-light: #ff1f01;
1640
1684
  --fail-dark: #e61b00;
1685
+ --fail-darker: #c32813;
1641
1686
 
1642
1687
  --light-theme-fg-1: #111827;
1643
1688
  --light-theme-fg-2: #374151;
@@ -1652,7 +1697,7 @@ Resources:
1652
1697
 
1653
1698
  --border-color-1: #d1d5db;
1654
1699
  --border-color-2: #e5e7eb;
1655
- --border-color-active: rgba(var(--primary-color-rgb), 0.5);
1700
+ --border-color-active: ${e=>`hsl(${e.accent.h}, ${e.accent.s}%, ${e.accent.l}%, 55%)`};
1656
1701
 
1657
1702
  // Privy styles
1658
1703
 
@@ -1701,7 +1746,18 @@ Resources:
1701
1746
  display: none;
1702
1747
  }
1703
1748
  }
1704
- `;var k=require("react/jsx-runtime"),ja=()=>{let{ready:t}=q(),{isLinking:e}=S(),{ready:o,currentScreen:r,app:i}=C(),n=!!(i!=null&&i.walletAuth),s=!!((i==null?void 0:i.emailAuth)||(i==null?void 0:i.smsAuth)),a=n!==s,h;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN","SETTING_ACTIVE_WALLET"].includes(r)||a&&r==="LANDING"?h="compact":"WALLET_EDUCATION"===r?h="full":e?h="medium":h="full",!t||!o?(0,k.jsxs)(vt,{"data-height":h,children:[(0,k.jsx)(P,{}),(0,k.jsx)(Ka,{children:(0,k.jsx)(Bt,{})}),(0,k.jsx)(xe,{})]}):(0,k.jsxs)(vt,{"data-height":h,children:[r==="LANDING"&&(0,k.jsx)(En,{}),r==="AWAITING_PASSWORDLESS_CODE"&&(0,k.jsx)(Fi,{}),r==="SETTING_ACTIVE_WALLET"&&(0,k.jsx)(Wn,{}),r==="WALLET_EDUCATION"&&(0,k.jsx)(dn,{}),r==="AWAITING_CONNECTION"&&(0,k.jsx)(Bi,{}),r==="AWAITING_OAUTH_SCREEN"&&(0,k.jsx)(Tn,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&(0,k.jsx)(Ii,{}),r==="INSTALL_METAMASK_SCREEN"&&(0,k.jsx)(fn,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&(0,k.jsx)(mn,{}),r==="LINK_EMAIL_SCREEN"&&(0,k.jsx)(_n,{}),r==="LINK_PHONE_SCREEN"&&(0,k.jsx)(Pn,{}),r==="LINK_WALLET_SCREEN"&&(0,k.jsx)(Sn,{}),r==="EMBEDDED_WALLET_SCREEN"&&(0,k.jsx)(Yi,{}),r==="EMBEDDED_WALLET_CREATED_SCREEN"&&(0,k.jsx)(Zi,{}),r==="SIGN_REQUEST_SCREEN"&&(0,k.jsx)(In,{})]})},Fn=()=>{let{app:t}=C();return Dn.default.createPortal((0,k.jsx)(qa,{id:"privy-dialog",children:(0,k.jsx)(Mn,{accentColor:t==null?void 0:t.accentColor,children:(0,k.jsx)(ja,{})})}),document.body)},Za=({children:t,...e})=>{let o=(0,On.useRef)(null);return(0,Un.useEffect)(()=>{var i;(i=document==null?void 0:document.activeElement)==null||i.blur();let r=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!r)return r.setAttribute("inert","true"),(0,Oo.disableBodyScroll)(o==null?void 0:o.current),()=>{let n=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!n||(n.removeAttribute("inert"),(0,Oo.clearAllBodyScrollLocks)())}},[e.open,e.onClose]),(0,k.jsx)("dialog",{open:!0,role:"dialog",...e,ref:o,children:t})},qa=(0,Uo.default)(Za)`
1749
+
1750
+ /* Animations */
1751
+
1752
+ @keyframes fadein {
1753
+ 0% {
1754
+ opacity: 0;
1755
+ }
1756
+ 100% {
1757
+ opacity: 1;
1758
+ }
1759
+ }
1760
+ `;var O=require("react/jsx-runtime"),Ud=()=>{let{ready:e}=q(),{isLinking:t}=W(),{ready:o,currentScreen:r,app:n}=E(),i=!!(n!=null&&n.walletAuth),a=!!((n==null?void 0:n.emailAuth)||(n==null?void 0:n.smsAuth)),s=i!==a,l;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN","SETTING_ACTIVE_WALLET"].includes(r)||s&&r==="LANDING"?l="compact":"WALLET_EDUCATION"===r?l="full":t?l="medium":l="full",!e||!o?(0,O.jsxs)(Vt,{"data-height":l,children:[(0,O.jsx)(A,{}),(0,O.jsx)(Gd,{children:(0,O.jsx)(uo,{})}),(0,O.jsx)(Oe,{})]}):(0,O.jsxs)(Vt,{"data-height":l,children:[r==="LANDING"&&(0,O.jsx)(Ps,{}),r==="AWAITING_PASSWORDLESS_CODE"&&(0,O.jsx)(Ua,{}),r==="SETTING_ACTIVE_WALLET"&&(0,O.jsx)(Ms,{}),r==="WALLET_EDUCATION"&&(0,O.jsx)(us,{}),r==="AWAITING_CONNECTION"&&(0,O.jsx)(Fa,{}),r==="AWAITING_OAUTH_SCREEN"&&(0,O.jsx)(Is,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&(0,O.jsx)(Wa,{}),r==="INSTALL_METAMASK_SCREEN"&&(0,O.jsx)(gs,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&(0,O.jsx)(hs,{}),r==="LINK_EMAIL_SCREEN"&&(0,O.jsx)(Ts,{}),r==="LINK_PHONE_SCREEN"&&(0,O.jsx)(ks,{}),r==="LINK_WALLET_SCREEN"&&(0,O.jsx)(Ws,{}),r==="EMBEDDED_WALLET_SCREEN"&&(0,O.jsx)(es,{}),r==="EMBEDDED_WALLET_CREATED_SCREEN"&&(0,O.jsx)(Ja,{}),r==="EMBEDDED_WALLET_CONNECTING_SCREEN"&&(0,O.jsx)($a,{}),r==="EMBEDDED_WALLET_RECOVERY_SCREEN"&&(0,O.jsx)(Qa,{}),r==="SIGN_REQUEST_SCREEN"&&(0,O.jsx)(Os,{})]})},Vs=()=>{let{app:e}=E();return Gs.default.createPortal((0,O.jsx)(Fd,{id:"privy-dialog",children:(0,O.jsx)(Ds,{accentColor:e==null?void 0:e.accentColor,children:(0,O.jsx)(Ud,{})})}),document.body)},Bd=({children:e,...t})=>{let o=(0,Bs.useRef)(null);return(0,Fs.useEffect)(()=>{var n;(n=document==null?void 0:document.activeElement)==null||n.blur();let r=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!r)return r.setAttribute("inert","true"),(0,Cr.disableBodyScroll)(o==null?void 0:o.current),()=>{let i=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!i||(i.removeAttribute("inert"),(0,Cr.clearAllBodyScrollLocks)())}},[t.open,t.onClose]),(0,O.jsx)("dialog",{open:!0,role:"dialog",...t,ref:o,children:e})},Fd=(0,Er.default)(Bd)`
1705
1761
  position: fixed;
1706
1762
  top: 0;
1707
1763
  left: 0;
@@ -1716,7 +1772,7 @@ Resources:
1716
1772
  z-index: 999999;
1717
1773
  -webkit-backdrop-filter: blur(3px);
1718
1774
  backdrop-filter: blur(3px);
1719
- `,vt=Uo.default.div`
1775
+ `,Vt=Er.default.div`
1720
1776
  display: flex;
1721
1777
  flex-direction: column;
1722
1778
  text-align: center;
@@ -1753,10 +1809,10 @@ Resources:
1753
1809
  min-height: 0;
1754
1810
  }
1755
1811
  }
1756
- `,Ka=Uo.default.div`
1812
+ `,Gd=Er.default.div`
1757
1813
  display: flex;
1758
1814
  flex-direction: column;
1759
1815
  align-items: center;
1760
1816
  justify-content: center;
1761
1817
  height: 100%;
1762
- `;var Bo=require("react");var Do=class{constructor(){this.callbacks={}}enqueue(e,o){this.callbacks[e]=o}dequeue(e,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${e} event: no event found for id ${o}`);switch(delete this.callbacks[o],e){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:sign":return r;case"privy:wallet:recover":return r;default:throw new Error(`invalid wallet event type ${e}`)}}};var Bn=require("react/jsx-runtime"),Ja=function(t){return()=>`id-${t++}`}(0);function Ya(t){return typeof t.event=="string"&&/^privy:.+/.test(t.event)}function Fo(t){return t.error!==void 0}var Kt=new Do;function Go(t,e,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((i,n)=>{let s=Ja();Kt.enqueue(s,{resolve:i,reject:n}),r.postMessage({id:s,event:t,data:e},"*")})}function Xa(t){switch(t.event){case"privy:iframe:ready":let e=Kt.dequeue(t.event,t.id);return Fo(t)?e.reject(new Error(t.error.message)):e.resolve(t.data);case"privy:wallet:create":let o=Kt.dequeue(t.event,t.id);return Fo(t)?o.reject(new Error(t.error.message)):o.resolve(t.data);case"privy:wallet:sign":let r=Kt.dequeue(t.event,t.id);return Fo(t)?r.reject(new Error(t.error.message)):r.resolve(t.data);case"privy:wallet:recover":let i=Kt.dequeue(t.event,t.id);return Fo(t)?i.reject(new Error(t.error.message)):i.resolve(t.data)}}function Gn(t){let e=(0,Bo.useRef)(null);return(0,Bo.useEffect)(()=>{let o=e.current;if(!o)return;function r(a){a&&a.origin===t.origin&&Ya(a.data)&&Xa(a.data)}let i={create(a){return Go("privy:wallet:create",a,o)},sign(a){return Go("privy:wallet:sign",a,o)},recover(a){return Go("privy:wallet:recover",a,o)}};window.addEventListener("message",r);let n=()=>t.onLoad(i),s=(...a)=>{console.error("privy iframe failed to load: ",...a),t.onLoadFailed()};return hi(()=>Go("privy:iframe:ready",{},o)).then(n,s),()=>window.removeEventListener("message",r)},[e.current]),(0,Bn.jsx)("iframe",{ref:e,width:"0",height:"0",style:{visibility:"hidden"},src:mi(t.origin,`/apps/${t.appId}/embedded-wallets`)})}var et=require("react/jsx-runtime");function Qa(t){return typeof t=="string"&&t.length===25}var Jt;function Hn(){if(!Jt){let t=re.get(pt);return Promise.resolve(t||null)}return Jt.getAccessToken()}var zn=t=>{if(!Qa(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");return Jt||(Jt=new gt({appId:t.appId,apiURL:Ho})),(0,et.jsx)(tl,{...t,client:Jt})},el=t=>{let e=!!(t!=null&&t.emailAuth),o=!!(t!=null&&t.smsAuth);return e&&o&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),o=!1),{email:e,sms:o,wallet:!!(t!=null&&t.walletAuth),google:!!(t!=null&&t.googleOAuth),twitter:!!(t!=null&&t.twitterOAuth),discord:!!(t!=null&&t.discordOAuth),github:!!(t!=null&&t.githubOAuth)}},tl=t=>{let e=t.client,[o,r]=(0,Y.useState)(!1),[i,n]=(0,Y.useState)(!1),[s,a]=(0,Y.useState)(!1),[h,m]=(0,Y.useState)(null),[L,_]=(0,Y.useState)(!1),[g,y]=(0,Y.useState)(null),[f,d]=(0,Y.useState)(!1),[R,D]=(0,Y.useState)(null),[M,x]=(0,Y.useState)(null),[N,j]=(0,Y.useState)(null),[ae,O]=(0,Y.useState)({accentColor:"#696ffd",theme:"System",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,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[T,we]=(0,Y.useState)(!1),[Ge,z]=(0,Y.useState)({}),$=el(ae),U=l=>{l&&y(l),r(!0)},Pe=l=>{let u=t.createPrivyWalletOnLogin===!0;z({login:{promptCreatePrivyWalletFlow:u}}),u&&we(!0),U(l)};(0,Y.useEffect)(()=>{async function l(){let u=await e.getAppSettings();O(u),e.connectors.initialize(),tt();let F=await e.getAuthenticatedUser();a(!!F),m(F),n(!0)}l()},[e]);let tt=()=>{let l=new URLSearchParams(window.location.search),u=l.get("privy_oauth_code"),F=l.get("privy_oauth_state"),Be=l.get("privy_oauth_provider");u&&F&&Be&&(e.startAuthFlow(new dt(Be,u,F)),Pe("AWAITING_OAUTH_SCREEN"))};(0,Y.useEffect)(()=>{i&&s&&h===null&&e.getAuthenticatedUser().then(m)},[i,s,h,e]);let Rt=()=>{d(!0),U("LINK_WALLET_SCREEN")},Yt={ready:i,authenticated:s,user:h,walletConnectors:e.connectors,linkWallet:Rt,linkEmail:()=>{d(!0),U("LINK_EMAIL_SCREEN")},linkPhone:()=>{d(!0),U("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await X.initLoginWithOAuth("google")},linkTwitter:async()=>{await X.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await X.initLoginWithOAuth("discord")},linkGithub:async()=>{await X.initLoginWithOAuth("github")},login:()=>{if(i&&s){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}Pe()},logout:async()=>{await e.logout(),m(null),a(!1),y(null),d(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connectors.getEthereumProvider(),getEthersProvider:()=>new Vn.Web3Provider(new Se(e.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new oo(e.connectors.getEthereumProvider()),unlinkWallet:async l=>{let u=await e.unlinkWallet(l);return m(u),u},unlinkEmail:async l=>{let u=await e.unlinkEmail(l);return m(u),u},unlinkPhone:async l=>{let u=await e.unlinkPhone(l);return m(u),u},unlinkGoogle:async l=>{let u=await e.unlinkOAuth("google",l);return m(u),u},unlinkTwitter:async l=>{let u=await e.unlinkOAuth("twitter",l);return m(u),u},unlinkDiscord:async l=>{let u=await e.unlinkOAuth("discord",l);return m(u),u},unlinkGithub:async l=>{let u=await e.unlinkOAuth("github",l);return m(u),u},setActiveWallet:async l=>{if(!h)return;let u=e.connectors.getConnectorByAddress(l);if(!u){x(l),Rt();return}D({address:l,walletType:u.walletType,success:!1}),U("SETTING_ACTIVE_WALLET"),e.setActiveWallet(l,h).then(F=>{m(F),D({address:l,walletType:u.walletType,success:!0})}).catch(F=>{F instanceof w&&F.message==="Error setting the active wallet."&&(x(l),Rt()),D({address:l,walletType:u.walletType,success:!1,error:F.message})})},forkSession:()=>e.forkSession(),createWallet:()=>new Promise((l,u)=>{if(!s||!h){u(new Error("User must be authenticated before creating a Privy wallet"));return}if(Me(h)){u(new Error("Only one Privy wallet per user is currently allowed"));return}we(!0),z({createWallet:{onSuccess:l,onFailure:u}}),U("EMBEDDED_WALLET_SCREEN")}),signMessage:(l,u)=>new Promise((F,Be)=>{if(!s||!h){Be(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!Me(h)){Be(new Error("Must have a Privy wallet before signing"));return}if(typeof l!="string"||l.length<1){Be(new Error("Message must be a non-empty string"));return}we(!0),z({signMessage:{message:l,onSuccess:F,onFailure:Be,uiOptions:u||{}}}),U("SIGN_REQUEST_SCREEN")})},X=(()=>({isLinking:f,linkingHint:M,activeStatus:R,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var l;return(l=e.authFlow)==null?void 0:l.meta},closePrivyModal:(l={shouldCallAuthOnSuccess:!0})=>{var F;let u=i&&s&&h;l.shouldCallAuthOnSuccess&&u&&((F=t.onSuccess)==null||F.call(t,h,L)),e.authFlow=void 0,x(null),y(null),d(!1),D(null),_(!1),r(!1)},initLoginWithWallet:l=>{if(!e.connectors)throw new w("Connector not initialized");l||(l="metamask"),e.startAuthFlow(new Nt(e.connectors,l))},loginWithWallet:async()=>{if(!(e.authFlow instanceof Nt))throw new w("Must initialize SIWE flow first.");let l,u;f?(l=await e.link(),l&&(l=Dt(l))):{user:l,isNewUser:u}=await e.authenticate(),m(l||h||null),_(u||!1),a(!0)},initLoginWithOAuth:async l=>{e.startAuthFlow(new dt(l));let u=await e.authFlow.getAuthorizationUrl();u&&u.url&&window.location.assign(u.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof dt))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let l,u;i&&s?l=await e.link():{user:l,isNewUser:u}=await e.authenticate(),m(l),_(u||!1),a(!0)},initLoginWithEmail:async l=>{let u=new Mt(l);e.startAuthFlow(u),await u.sendCodeEmail()},initLoginWithSms:async l=>{let u=new Ot(l);e.startAuthFlow(u),await u.sendSmsCode()},resendEmailCode:async()=>{var l;await((l=e.authFlow)==null?void 0:l.sendCodeEmail())},resendSmsCode:async()=>{var l;await((l=e.authFlow)==null?void 0:l.sendSmsCode())},loginWithCode:async l=>{if(e.authFlow instanceof Mt)e.authFlow.meta.emailCode=l.trim();else if(e.authFlow instanceof Ot)e.authFlow.meta.smsCode=l.trim();else throw new w("Must initialize a passwordless code flow first");let u,F;f?u=await e.link():{user:u,isNewUser:F}=await e.authenticate(),m(u||h||null),_(F||!1),a(!0)},refreshUser:async()=>{let l=await e.getAuthenticatedUser();return m(l),l},walletProxy:N}))();return(0,et.jsxs)(rr.Provider,{value:Yt,children:[t.children,(0,et.jsxs)(or.Provider,{value:X,children:[(0,et.jsx)(Li,{appSettings:ae,options:$,data:Ge,setModalData:z,initialScreen:g,visible:o,authenticated:s,children:o&&(0,et.jsx)(Fn,{})}),T&&(0,et.jsx)(Gn,{appId:t.appId,origin:Ho,onLoad:j,onLoadFailed:()=>null})]})]})};0&&(module.exports={AsExternalProvider,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,VERSION,WalletConnector,getAccessToken,usePrivy});
1818
+ `;var _r=require("react");var xr=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:sign":return r;case"privy:wallet:recover":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};var js=require("react/jsx-runtime"),Vd=function(e){return()=>`id-${e++}`}(0);function Hd(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function wo(e){return e.error!==void 0}var to=new xr;function Co(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let a=Vd();to.enqueue(a,{resolve:n,reject:i}),r.postMessage({id:a,event:e,data:t},"*")})}function jd(e){switch(e.event){case"privy:iframe:ready":let t=to.dequeue(e.event,e.id);return wo(e)?t.reject(new lt(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=to.dequeue(e.event,e.id);return wo(e)?o.reject(new lt(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=to.dequeue(e.event,e.id);return wo(e)?r.reject(new lt(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:sign":let n=to.dequeue(e.event,e.id);return wo(e)?n.reject(new lt(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:recover":let i=to.dequeue(e.event,e.id);return wo(e)?i.reject(new lt(e.error.type,e.error.message)):i.resolve(e.data)}}function Hs(e){let t=(0,_r.useRef)(null);return(0,_r.useEffect)(()=>{let o=t.current;if(!o)return;function r(s){s&&s.origin===e.origin&&Hd(s.data)&&jd(s.data)}let n={create(s){return Co("privy:wallet:create",s,o)},connect(s){return Co("privy:wallet:connect",s,o)},sign(s){return Co("privy:wallet:sign",s,o)},recover(s){return Co("privy:wallet:recover",s,o)}};window.addEventListener("message",r);let i=()=>e.onLoad(n),a=(...s)=>{console.error("privy iframe failed to load: ",...s),e.onLoadFailed()};return ui(()=>Co("privy:iframe:ready",{},o)).then(i,a),()=>window.removeEventListener("message",r)},[t.current]),(0,js.jsx)("iframe",{ref:t,width:"0",height:"0",style:{visibility:"hidden"},src:fi(e.origin,`/apps/${e.appId}/embedded-wallets`)})}var ft=require("react/jsx-runtime");function $d(e){return typeof e=="string"&&e.length===25}var Eo;function zs(){if(!Eo){let e=Q.get(kt);return Promise.resolve(e||null)}return Eo.getAccessToken()}var qs=e=>{if(!$d(e.appId))throw new C("Cannot initialize the Privy provider with an invalid Privy app ID");return Eo||(Eo=new Ut({appId:e.appId,apiURL:Ar})),(0,ft.jsx)(qd,{...e,client:Eo})},zd=e=>{let t=!!(e!=null&&e.emailAuth),o=!!(e!=null&&e.smsAuth);return t&&o&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),o=!1),{email:t,sms:o,wallet:!!(e!=null&&e.walletAuth),google:!!(e!=null&&e.googleOAuth),twitter:!!(e!=null&&e.twitterOAuth),discord:!!(e!=null&&e.discordOAuth),github:!!(e!=null&&e.githubOAuth)}},qd=e=>{let t=e.client,[o,r]=(0,ee.useState)(!1),[n,i]=(0,ee.useState)(!1),[a,s]=(0,ee.useState)(!1),[l,d]=(0,ee.useState)(null),[f,b]=(0,ee.useState)(!1),[p,h]=(0,ee.useState)(null),[v,c]=(0,ee.useState)(!1),[w,S]=(0,ee.useState)(null),[I,k]=(0,ee.useState)({connecting:!1,connected:!1,connectError:null,connectRetry:x}),[R,N]=(0,ee.useState)(null),[ce,Te]=(0,ee.useState)(null),[$,ie]=(0,ee.useState)({accentColor:"#696ffd",theme:"System",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,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[qe,V]=(0,ee.useState)(!1),[G,z]=(0,ee.useState)({}),D=zd($),me=u=>{u&&h(u),r(!0)},xo=u=>{let m=e.createPrivyWalletOnLogin===!0;z({login:{promptCreatePrivyWalletFlow:m}}),m&&V(!0),me(u)};(0,ee.useEffect)(()=>{async function u(){let m=await t.getAppSettings();ie(m),t.connectors.initialize(),_o();let M=await t.getAuthenticatedUser();s(!!M),d(M),i(!0)}u()},[t]);let _o=()=>{let u=new URLSearchParams(window.location.search),m=u.get("privy_oauth_code"),M=u.get("privy_oauth_state"),H=u.get("privy_oauth_provider");m&&M&&H&&(t.startAuthFlow(new Tt(H,m,M)),xo("AWAITING_OAUTH_SCREEN"))};(0,ee.useEffect)(()=>{n&&a&&l===null&&t.getAuthenticatedUser().then(d)},[n,a,l,t]);let St=()=>{c(!0),me("LINK_WALLET_SCREEN")},he=async(u,m)=>{let M=t.connectors.getConnectorByAddress(m);if(!M)return N(m),St(),u;S({address:m,walletType:M.walletType,walletBranding:M.walletBranding,success:!1}),me("SETTING_ACTIVE_WALLET");try{let H=await t.setActiveWallet(m,u);return S({address:m,walletType:M.walletType,walletBranding:M.walletBranding,success:!0}),H}catch(H){H instanceof C&&H.message==="Error setting the active wallet."&&(N(m),St()),S({address:m,walletType:M.walletType,walletBranding:M.walletBranding,success:!1,error:H.message})}return u},oo={ready:n,authenticated:a,user:l,walletConnectors:t.connectors,linkWallet:St,linkEmail:()=>{c(!0),me("LINK_EMAIL_SCREEN")},linkPhone:()=>{c(!0),me("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await ro.initLoginWithOAuth("google")},linkTwitter:async()=>{await ro.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await ro.initLoginWithOAuth("discord")},linkGithub:async()=>{await ro.initLoginWithOAuth("github")},login:()=>{if(n&&a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}xo()},logout:async()=>{await t.logout(),d(null),s(!1),h(null),c(!1),r(!1)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>t.connectors.getEthereumProvider(),getEthersProvider:()=>new $s.Web3Provider(new et(t.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new ko(t.connectors.getEthereumProvider()),unlinkWallet:async u=>{let m=await t.unlinkWallet(u);d(m);let M=m.linkedAccounts.filter(H=>H.type==="wallet");if(m&&M&&M.length>0){let H=M[0];m=await he(m,H.address)}return d(m),m},unlinkEmail:async u=>{let m=await t.unlinkEmail(u);return d(m),m},unlinkPhone:async u=>{let m=await t.unlinkPhone(u);return d(m),m},unlinkGoogle:async u=>{let m=await t.unlinkOAuth("google",u);return d(m),m},unlinkTwitter:async u=>{let m=await t.unlinkOAuth("twitter",u);return d(m),m},unlinkDiscord:async u=>{let m=await t.unlinkOAuth("discord",u);return d(m),m},unlinkGithub:async u=>{let m=await t.unlinkOAuth("github",u);return d(m),m},setActiveWallet:async u=>{if(!l)return;let m=await he(l,u);m&&d(m)},forkSession:()=>t.forkSession(),createWallet:()=>new Promise((u,m)=>{if(!a||!l){m(new Error("User must be authenticated before creating a Privy wallet"));return}if(de(l)){m(new Error("Only one Privy wallet per user is currently allowed"));return}V(!0),z({createWallet:{onSuccess:u,onFailure:m,callAuthOnSuccessOnClose:!1}}),me("EMBEDDED_WALLET_SCREEN")}),signMessage:(u,m)=>new Promise((M,H)=>{if(!a||!l){H(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!de(l)){H(new Error("Must have a Privy wallet before signing"));return}if(typeof u!="string"||u.length<1){H(new Error("Message must be a non-empty string"));return}V(!0);let Lr={message:u,onSuccess:M,onFailure:H,uiOptions:m||{}},Zs={onCompleteNavigateTo:"SIGN_REQUEST_SCREEN",onFailure:H};z({signMessage:Lr,connectWallet:Zs}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")})},ro=(()=>({isLinking:v,linkingHint:R,activeStatus:w,walletConnectionStatus:I,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var u;return(u=t.authFlow)==null?void 0:u.meta},closePrivyModal:(u={shouldCallAuthOnSuccess:!0})=>{var M;let m=n&&a&&l;u.shouldCallAuthOnSuccess&&m&&((M=e.onSuccess)==null||M.call(e,l,f)),t.authFlow=void 0,N(null),h(null),c(!1),S(null),b(!1),r(!1)},initLoginWithWallet:(u,m)=>{if(!t.connectors)throw new C("Connector not initialized");u||(u="metamask");let M=new io(t.connectors,u,m);t.startAuthFlow(M);let H=()=>{M.promptConnect().then(()=>{k(ke=>({...ke,connected:!0,connectError:null}))}).catch(ke=>{ke instanceof We?console.error(ke.cause?ke.cause:ke.message):console.error(ke),k(Lr=>({...Lr,connectError:ke}))}).finally(()=>{k(ke=>({...ke,connecting:!1}))})};k({connecting:!0,connected:!1,connectError:null,connectRetry:H}),H()},loginWithWallet:async()=>{if(!(t.authFlow instanceof io))throw new C("Must initialize SIWE flow first.");let u,m;v?(u=await t.link(),u&&(u=po(u))):{user:u,isNewUser:m}=await t.authenticate(),d(u||l||null),b(m||!1),s(!0)},initLoginWithOAuth:async u=>{t.startAuthFlow(new Tt(u));let m=await t.authFlow.getAuthorizationUrl();m&&m.url&&window.location.assign(m.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof Tt))throw new C("Must initialize OAuth flow before calling loginWithOAuth");let u,m;n&&a?u=await t.link():{user:u,isNewUser:m}=await t.authenticate(),d(u),b(m||!1),s(!0)},initLoginWithEmail:async u=>{let m=new no(u);t.startAuthFlow(m),await m.sendCodeEmail()},initLoginWithSms:async u=>{let m=new ao(u);t.startAuthFlow(m),await m.sendSmsCode()},resendEmailCode:async()=>{var u;await((u=t.authFlow)==null?void 0:u.sendCodeEmail())},resendSmsCode:async()=>{var u;await((u=t.authFlow)==null?void 0:u.sendSmsCode())},loginWithCode:async u=>{if(t.authFlow instanceof no)t.authFlow.meta.emailCode=u.trim();else if(t.authFlow instanceof ao)t.authFlow.meta.smsCode=u.trim();else throw new C("Must initialize a passwordless code flow first");let m,M;v?m=await t.link():{user:m,isNewUser:M}=await t.authenticate(),d(m||l||null),b(M||!1),s(!0)},refreshUser:async()=>{let u=await t.getAuthenticatedUser();return d(u),u},walletProxy:ce}))();return(0,ft.jsxs)(Xr.Provider,{value:oo,children:[e.children,(0,ft.jsxs)(Yr.Provider,{value:ro,children:[(0,ft.jsx)(xa,{appSettings:$,options:D,data:G,setModalData:z,initialScreen:p,visible:o,authenticated:a,children:o&&(0,ft.jsx)(Vs,{})}),qe&&(0,ft.jsx)(Hs,{appId:e.appId,origin:Ar,onLoad:Te,onLoadFailed:()=>null})]})]})};0&&(module.exports={AsExternalProvider,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,VERSION,WalletConnector,getAccessToken,usePrivy});