@privy-io/react-auth 1.24.0-beta.6 → 1.24.0-beta.8

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.
Files changed (3) hide show
  1. package/dist/esm/index.js +169 -169
  2. package/dist/index.js +169 -169
  3. package/package.json +4 -1
package/dist/esm/index.js CHANGED
@@ -1,15 +1,15 @@
1
- var Lu=Object.create;var Jo=Object.defineProperty;var ku=Object.getOwnPropertyDescriptor;var Ru=Object.getOwnPropertyNames;var Wu=Object.getPrototypeOf,Iu=Object.prototype.hasOwnProperty;var Nu=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw new Error('Dynamic require of "'+e+'" is not supported')});var _s=(e,t)=>()=>(e&&(t=e(e=0)),t);var kt=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Ps=(e,t)=>{for(var r in t)Jo(e,r,{get:t[r],enumerable:!0})},As=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Ru(t))!Iu.call(e,i)&&i!==r&&Jo(e,i,{get:()=>t[i],enumerable:!(n=ku(t,i))||n.enumerable});return e};var Ss=(e,t,r)=>(r=e!=null?Lu(Wu(e)):{},As(t||!e||!e.__esModule?Jo(r,"default",{value:e,enumerable:!0}):r,e)),Ts=e=>As(Jo({},"__esModule",{value:!0}),e);var al=kt((il,Ui)=>{(function(e,t){"use strict";function r(h,o){if(!h)throw new Error(o||"Assertion failed")}function n(h,o){h.super_=o;var s=function(){};s.prototype=o.prototype,h.prototype=new s,h.prototype.constructor=h}function i(h,o,s){if(i.isBN(h))return h;this.negative=0,this.words=null,this.length=0,this.red=null,h!==null&&((o==="le"||o==="be")&&(s=o,o=10),this._init(h||0,o||10,s||"be"))}typeof e=="object"?e.exports=i:t.BN=i,i.BN=i,i.wordSize=26;var c;try{typeof window<"u"&&typeof window.Buffer<"u"?c=window.Buffer:c=Nu("buffer").Buffer}catch{}i.isBN=function(o){return o instanceof i?!0:o!==null&&typeof o=="object"&&o.constructor.wordSize===i.wordSize&&Array.isArray(o.words)},i.max=function(o,s){return o.cmp(s)>0?o:s},i.min=function(o,s){return o.cmp(s)<0?o:s},i.prototype._init=function(o,s,l){if(typeof o=="number")return this._initNumber(o,s,l);if(typeof o=="object")return this._initArray(o,s,l);s==="hex"&&(s=16),r(s===(s|0)&&s>=2&&s<=36),o=o.toString().replace(/\s+/g,"");var d=0;o[0]==="-"&&(d++,this.negative=1),d<o.length&&(s===16?this._parseHex(o,d,l):(this._parseBase(o,s,d),l==="le"&&this._initArray(this.toArray(),s,l)))},i.prototype._initNumber=function(o,s,l){o<0&&(this.negative=1,o=-o),o<67108864?(this.words=[o&67108863],this.length=1):o<4503599627370496?(this.words=[o&67108863,o/67108864&67108863],this.length=2):(r(o<9007199254740992),this.words=[o&67108863,o/67108864&67108863,1],this.length=3),l==="le"&&this._initArray(this.toArray(),s,l)},i.prototype._initArray=function(o,s,l){if(r(typeof o.length=="number"),o.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(o.length/3),this.words=new Array(this.length);for(var d=0;d<this.length;d++)this.words[d]=0;var u,v,b=0;if(l==="be")for(d=o.length-1,u=0;d>=0;d-=3)v=o[d]|o[d-1]<<8|o[d-2]<<16,this.words[u]|=v<<b&67108863,this.words[u+1]=v>>>26-b&67108863,b+=24,b>=26&&(b-=26,u++);else if(l==="le")for(d=0,u=0;d<o.length;d+=3)v=o[d]|o[d+1]<<8|o[d+2]<<16,this.words[u]|=v<<b&67108863,this.words[u+1]=v>>>26-b&67108863,b+=24,b>=26&&(b-=26,u++);return this._strip()};function f(h,o){var s=h.charCodeAt(o);if(s>=48&&s<=57)return s-48;if(s>=65&&s<=70)return s-55;if(s>=97&&s<=102)return s-87;r(!1,"Invalid character in "+h)}function g(h,o,s){var l=f(h,s);return s-1>=o&&(l|=f(h,s-1)<<4),l}i.prototype._parseHex=function(o,s,l){this.length=Math.ceil((o.length-s)/6),this.words=new Array(this.length);for(var d=0;d<this.length;d++)this.words[d]=0;var u=0,v=0,b;if(l==="be")for(d=o.length-1;d>=s;d-=2)b=g(o,s,d)<<u,this.words[v]|=b&67108863,u>=18?(u-=18,v+=1,this.words[v]|=b>>>26):u+=8;else{var p=o.length-s;for(d=p%2===0?s+1:s;d<o.length;d+=2)b=g(o,s,d)<<u,this.words[v]|=b&67108863,u>=18?(u-=18,v+=1,this.words[v]|=b>>>26):u+=8}this._strip()};function y(h,o,s,l){for(var d=0,u=0,v=Math.min(h.length,s),b=o;b<v;b++){var p=h.charCodeAt(b)-48;d*=l,p>=49?u=p-49+10:p>=17?u=p-17+10:u=p,r(p>=0&&u<l,"Invalid character"),d+=u}return d}i.prototype._parseBase=function(o,s,l){this.words=[0],this.length=1;for(var d=0,u=1;u<=67108863;u*=s)d++;d--,u=u/s|0;for(var v=o.length-l,b=v%d,p=Math.min(v,v-b)+l,a=0,m=l;m<p;m+=d)a=y(o,m,m+d,s),this.imuln(u),this.words[0]+a<67108864?this.words[0]+=a:this._iaddn(a);if(b!==0){var k=1;for(a=y(o,m,o.length,s),m=0;m<b;m++)k*=s;this.imuln(k),this.words[0]+a<67108864?this.words[0]+=a:this._iaddn(a)}this._strip()},i.prototype.copy=function(o){o.words=new Array(this.length);for(var s=0;s<this.length;s++)o.words[s]=this.words[s];o.length=this.length,o.negative=this.negative,o.red=this.red};function w(h,o){h.words=o.words,h.length=o.length,h.negative=o.negative,h.red=o.red}if(i.prototype._move=function(o){w(o,this)},i.prototype.clone=function(){var o=new i(null);return this.copy(o),o},i.prototype._expand=function(o){for(;this.length<o;)this.words[this.length++]=0;return this},i.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},i.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{i.prototype[Symbol.for("nodejs.util.inspect.custom")]=A}catch{i.prototype.inspect=A}else i.prototype.inspect=A;function A(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var P=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],_=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],T=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];i.prototype.toString=function(o,s){o=o||10,s=s|0||1;var l;if(o===16||o==="hex"){l="";for(var d=0,u=0,v=0;v<this.length;v++){var b=this.words[v],p=((b<<d|u)&16777215).toString(16);u=b>>>24-d&16777215,d+=2,d>=26&&(d-=26,v--),u!==0||v!==this.length-1?l=P[6-p.length]+p+l:l=p+l}for(u!==0&&(l=u.toString(16)+l);l.length%s!==0;)l="0"+l;return this.negative!==0&&(l="-"+l),l}if(o===(o|0)&&o>=2&&o<=36){var a=_[o],m=T[o];l="";var k=this.clone();for(k.negative=0;!k.isZero();){var R=k.modrn(m).toString(o);k=k.idivn(m),k.isZero()?l=R+l:l=P[a-R.length]+R+l}for(this.isZero()&&(l="0"+l);l.length%s!==0;)l="0"+l;return this.negative!==0&&(l="-"+l),l}r(!1,"Base should be between 2 and 36")},i.prototype.toNumber=function(){var o=this.words[0];return this.length===2?o+=this.words[1]*67108864:this.length===3&&this.words[2]===1?o+=4503599627370496+this.words[1]*67108864:this.length>2&&r(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-o:o},i.prototype.toJSON=function(){return this.toString(16,2)},c&&(i.prototype.toBuffer=function(o,s){return this.toArrayLike(c,o,s)}),i.prototype.toArray=function(o,s){return this.toArrayLike(Array,o,s)};var M=function(o,s){return o.allocUnsafe?o.allocUnsafe(s):new o(s)};i.prototype.toArrayLike=function(o,s,l){this._strip();var d=this.byteLength(),u=l||Math.max(1,d);r(d<=u,"byte array longer than desired length"),r(u>0,"Requested array length <= 0");var v=M(o,u),b=s==="le"?"LE":"BE";return this["_toArrayLike"+b](v,d),v},i.prototype._toArrayLikeLE=function(o,s){for(var l=0,d=0,u=0,v=0;u<this.length;u++){var b=this.words[u]<<v|d;o[l++]=b&255,l<o.length&&(o[l++]=b>>8&255),l<o.length&&(o[l++]=b>>16&255),v===6?(l<o.length&&(o[l++]=b>>24&255),d=0,v=0):(d=b>>>24,v+=2)}if(l<o.length)for(o[l++]=d;l<o.length;)o[l++]=0},i.prototype._toArrayLikeBE=function(o,s){for(var l=o.length-1,d=0,u=0,v=0;u<this.length;u++){var b=this.words[u]<<v|d;o[l--]=b&255,l>=0&&(o[l--]=b>>8&255),l>=0&&(o[l--]=b>>16&255),v===6?(l>=0&&(o[l--]=b>>24&255),d=0,v=0):(d=b>>>24,v+=2)}if(l>=0)for(o[l--]=d;l>=0;)o[l--]=0},Math.clz32?i.prototype._countBits=function(o){return 32-Math.clz32(o)}:i.prototype._countBits=function(o){var s=o,l=0;return s>=4096&&(l+=13,s>>>=13),s>=64&&(l+=7,s>>>=7),s>=8&&(l+=4,s>>>=4),s>=2&&(l+=2,s>>>=2),l+s},i.prototype._zeroBits=function(o){if(o===0)return 26;var s=o,l=0;return(s&8191)===0&&(l+=13,s>>>=13),(s&127)===0&&(l+=7,s>>>=7),(s&15)===0&&(l+=4,s>>>=4),(s&3)===0&&(l+=2,s>>>=2),(s&1)===0&&l++,l},i.prototype.bitLength=function(){var o=this.words[this.length-1],s=this._countBits(o);return(this.length-1)*26+s};function E(h){for(var o=new Array(h.bitLength()),s=0;s<o.length;s++){var l=s/26|0,d=s%26;o[s]=h.words[l]>>>d&1}return o}i.prototype.zeroBits=function(){if(this.isZero())return 0;for(var o=0,s=0;s<this.length;s++){var l=this._zeroBits(this.words[s]);if(o+=l,l!==26)break}return o},i.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},i.prototype.toTwos=function(o){return this.negative!==0?this.abs().inotn(o).iaddn(1):this.clone()},i.prototype.fromTwos=function(o){return this.testn(o-1)?this.notn(o).iaddn(1).ineg():this.clone()},i.prototype.isNeg=function(){return this.negative!==0},i.prototype.neg=function(){return this.clone().ineg()},i.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},i.prototype.iuor=function(o){for(;this.length<o.length;)this.words[this.length++]=0;for(var s=0;s<o.length;s++)this.words[s]=this.words[s]|o.words[s];return this._strip()},i.prototype.ior=function(o){return r((this.negative|o.negative)===0),this.iuor(o)},i.prototype.or=function(o){return this.length>o.length?this.clone().ior(o):o.clone().ior(this)},i.prototype.uor=function(o){return this.length>o.length?this.clone().iuor(o):o.clone().iuor(this)},i.prototype.iuand=function(o){var s;this.length>o.length?s=o:s=this;for(var l=0;l<s.length;l++)this.words[l]=this.words[l]&o.words[l];return this.length=s.length,this._strip()},i.prototype.iand=function(o){return r((this.negative|o.negative)===0),this.iuand(o)},i.prototype.and=function(o){return this.length>o.length?this.clone().iand(o):o.clone().iand(this)},i.prototype.uand=function(o){return this.length>o.length?this.clone().iuand(o):o.clone().iuand(this)},i.prototype.iuxor=function(o){var s,l;this.length>o.length?(s=this,l=o):(s=o,l=this);for(var d=0;d<l.length;d++)this.words[d]=s.words[d]^l.words[d];if(this!==s)for(;d<s.length;d++)this.words[d]=s.words[d];return this.length=s.length,this._strip()},i.prototype.ixor=function(o){return r((this.negative|o.negative)===0),this.iuxor(o)},i.prototype.xor=function(o){return this.length>o.length?this.clone().ixor(o):o.clone().ixor(this)},i.prototype.uxor=function(o){return this.length>o.length?this.clone().iuxor(o):o.clone().iuxor(this)},i.prototype.inotn=function(o){r(typeof o=="number"&&o>=0);var s=Math.ceil(o/26)|0,l=o%26;this._expand(s),l>0&&s--;for(var d=0;d<s;d++)this.words[d]=~this.words[d]&67108863;return l>0&&(this.words[d]=~this.words[d]&67108863>>26-l),this._strip()},i.prototype.notn=function(o){return this.clone().inotn(o)},i.prototype.setn=function(o,s){r(typeof o=="number"&&o>=0);var l=o/26|0,d=o%26;return this._expand(l+1),s?this.words[l]=this.words[l]|1<<d:this.words[l]=this.words[l]&~(1<<d),this._strip()},i.prototype.iadd=function(o){var s;if(this.negative!==0&&o.negative===0)return this.negative=0,s=this.isub(o),this.negative^=1,this._normSign();if(this.negative===0&&o.negative!==0)return o.negative=0,s=this.isub(o),o.negative=1,s._normSign();var l,d;this.length>o.length?(l=this,d=o):(l=o,d=this);for(var u=0,v=0;v<d.length;v++)s=(l.words[v]|0)+(d.words[v]|0)+u,this.words[v]=s&67108863,u=s>>>26;for(;u!==0&&v<l.length;v++)s=(l.words[v]|0)+u,this.words[v]=s&67108863,u=s>>>26;if(this.length=l.length,u!==0)this.words[this.length]=u,this.length++;else if(l!==this)for(;v<l.length;v++)this.words[v]=l.words[v];return this},i.prototype.add=function(o){var s;return o.negative!==0&&this.negative===0?(o.negative=0,s=this.sub(o),o.negative^=1,s):o.negative===0&&this.negative!==0?(this.negative=0,s=o.sub(this),this.negative=1,s):this.length>o.length?this.clone().iadd(o):o.clone().iadd(this)},i.prototype.isub=function(o){if(o.negative!==0){o.negative=0;var s=this.iadd(o);return o.negative=1,s._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(o),this.negative=1,this._normSign();var l=this.cmp(o);if(l===0)return this.negative=0,this.length=1,this.words[0]=0,this;var d,u;l>0?(d=this,u=o):(d=o,u=this);for(var v=0,b=0;b<u.length;b++)s=(d.words[b]|0)-(u.words[b]|0)+v,v=s>>26,this.words[b]=s&67108863;for(;v!==0&&b<d.length;b++)s=(d.words[b]|0)+v,v=s>>26,this.words[b]=s&67108863;if(v===0&&b<d.length&&d!==this)for(;b<d.length;b++)this.words[b]=d.words[b];return this.length=Math.max(this.length,b),d!==this&&(this.negative=1),this._strip()},i.prototype.sub=function(o){return this.clone().isub(o)};function S(h,o,s){s.negative=o.negative^h.negative;var l=h.length+o.length|0;s.length=l,l=l-1|0;var d=h.words[0]|0,u=o.words[0]|0,v=d*u,b=v&67108863,p=v/67108864|0;s.words[0]=b;for(var a=1;a<l;a++){for(var m=p>>>26,k=p&67108863,R=Math.min(a,o.length-1),N=Math.max(0,a-h.length+1);N<=R;N++){var H=a-N|0;d=h.words[H]|0,u=o.words[N]|0,v=d*u+k,m+=v/67108864|0,k=v&67108863}s.words[a]=k|0,p=m|0}return p!==0?s.words[a]=p|0:s.length--,s._strip()}var L=function(o,s,l){var d=o.words,u=s.words,v=l.words,b=0,p,a,m,k=d[0]|0,R=k&8191,N=k>>>13,H=d[1]|0,x=H&8191,C=H>>>13,V=d[2]|0,W=V&8191,oe=V>>>13,Ir=d[3]|0,se=Ir&8191,fe=Ir>>>13,ls=d[4]|0,pe=ls&8191,he=ls>>>13,cs=d[5]|0,me=cs&8191,ge=cs>>>13,ds=d[6]|0,ve=ds&8191,ye=ds>>>13,us=d[7]|0,be=us&8191,we=us>>>13,fs=d[8]|0,Ce=fs&8191,xe=fs>>>13,ps=d[9]|0,Ee=ps&8191,_e=ps>>>13,hs=u[0]|0,Pe=hs&8191,Ae=hs>>>13,ms=u[1]|0,Se=ms&8191,Te=ms>>>13,gs=u[2]|0,Me=gs&8191,Le=gs>>>13,vs=u[3]|0,ke=vs&8191,Re=vs>>>13,ys=u[4]|0,We=ys&8191,Ie=ys>>>13,bs=u[5]|0,Ne=bs&8191,Oe=bs>>>13,ws=u[6]|0,De=ws&8191,Ue=ws>>>13,Cs=u[7]|0,Be=Cs&8191,Fe=Cs>>>13,xs=u[8]|0,Ge=xs&8191,He=xs>>>13,Es=u[9]|0,Ve=Es&8191,qe=Es>>>13;l.negative=o.negative^s.negative,l.length=19,p=Math.imul(R,Pe),a=Math.imul(R,Ae),a=a+Math.imul(N,Pe)|0,m=Math.imul(N,Ae);var hi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(hi>>>26)|0,hi&=67108863,p=Math.imul(x,Pe),a=Math.imul(x,Ae),a=a+Math.imul(C,Pe)|0,m=Math.imul(C,Ae),p=p+Math.imul(R,Se)|0,a=a+Math.imul(R,Te)|0,a=a+Math.imul(N,Se)|0,m=m+Math.imul(N,Te)|0;var mi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(mi>>>26)|0,mi&=67108863,p=Math.imul(W,Pe),a=Math.imul(W,Ae),a=a+Math.imul(oe,Pe)|0,m=Math.imul(oe,Ae),p=p+Math.imul(x,Se)|0,a=a+Math.imul(x,Te)|0,a=a+Math.imul(C,Se)|0,m=m+Math.imul(C,Te)|0,p=p+Math.imul(R,Me)|0,a=a+Math.imul(R,Le)|0,a=a+Math.imul(N,Me)|0,m=m+Math.imul(N,Le)|0;var gi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(gi>>>26)|0,gi&=67108863,p=Math.imul(se,Pe),a=Math.imul(se,Ae),a=a+Math.imul(fe,Pe)|0,m=Math.imul(fe,Ae),p=p+Math.imul(W,Se)|0,a=a+Math.imul(W,Te)|0,a=a+Math.imul(oe,Se)|0,m=m+Math.imul(oe,Te)|0,p=p+Math.imul(x,Me)|0,a=a+Math.imul(x,Le)|0,a=a+Math.imul(C,Me)|0,m=m+Math.imul(C,Le)|0,p=p+Math.imul(R,ke)|0,a=a+Math.imul(R,Re)|0,a=a+Math.imul(N,ke)|0,m=m+Math.imul(N,Re)|0;var vi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(vi>>>26)|0,vi&=67108863,p=Math.imul(pe,Pe),a=Math.imul(pe,Ae),a=a+Math.imul(he,Pe)|0,m=Math.imul(he,Ae),p=p+Math.imul(se,Se)|0,a=a+Math.imul(se,Te)|0,a=a+Math.imul(fe,Se)|0,m=m+Math.imul(fe,Te)|0,p=p+Math.imul(W,Me)|0,a=a+Math.imul(W,Le)|0,a=a+Math.imul(oe,Me)|0,m=m+Math.imul(oe,Le)|0,p=p+Math.imul(x,ke)|0,a=a+Math.imul(x,Re)|0,a=a+Math.imul(C,ke)|0,m=m+Math.imul(C,Re)|0,p=p+Math.imul(R,We)|0,a=a+Math.imul(R,Ie)|0,a=a+Math.imul(N,We)|0,m=m+Math.imul(N,Ie)|0;var yi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(yi>>>26)|0,yi&=67108863,p=Math.imul(me,Pe),a=Math.imul(me,Ae),a=a+Math.imul(ge,Pe)|0,m=Math.imul(ge,Ae),p=p+Math.imul(pe,Se)|0,a=a+Math.imul(pe,Te)|0,a=a+Math.imul(he,Se)|0,m=m+Math.imul(he,Te)|0,p=p+Math.imul(se,Me)|0,a=a+Math.imul(se,Le)|0,a=a+Math.imul(fe,Me)|0,m=m+Math.imul(fe,Le)|0,p=p+Math.imul(W,ke)|0,a=a+Math.imul(W,Re)|0,a=a+Math.imul(oe,ke)|0,m=m+Math.imul(oe,Re)|0,p=p+Math.imul(x,We)|0,a=a+Math.imul(x,Ie)|0,a=a+Math.imul(C,We)|0,m=m+Math.imul(C,Ie)|0,p=p+Math.imul(R,Ne)|0,a=a+Math.imul(R,Oe)|0,a=a+Math.imul(N,Ne)|0,m=m+Math.imul(N,Oe)|0;var bi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(bi>>>26)|0,bi&=67108863,p=Math.imul(ve,Pe),a=Math.imul(ve,Ae),a=a+Math.imul(ye,Pe)|0,m=Math.imul(ye,Ae),p=p+Math.imul(me,Se)|0,a=a+Math.imul(me,Te)|0,a=a+Math.imul(ge,Se)|0,m=m+Math.imul(ge,Te)|0,p=p+Math.imul(pe,Me)|0,a=a+Math.imul(pe,Le)|0,a=a+Math.imul(he,Me)|0,m=m+Math.imul(he,Le)|0,p=p+Math.imul(se,ke)|0,a=a+Math.imul(se,Re)|0,a=a+Math.imul(fe,ke)|0,m=m+Math.imul(fe,Re)|0,p=p+Math.imul(W,We)|0,a=a+Math.imul(W,Ie)|0,a=a+Math.imul(oe,We)|0,m=m+Math.imul(oe,Ie)|0,p=p+Math.imul(x,Ne)|0,a=a+Math.imul(x,Oe)|0,a=a+Math.imul(C,Ne)|0,m=m+Math.imul(C,Oe)|0,p=p+Math.imul(R,De)|0,a=a+Math.imul(R,Ue)|0,a=a+Math.imul(N,De)|0,m=m+Math.imul(N,Ue)|0;var wi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(wi>>>26)|0,wi&=67108863,p=Math.imul(be,Pe),a=Math.imul(be,Ae),a=a+Math.imul(we,Pe)|0,m=Math.imul(we,Ae),p=p+Math.imul(ve,Se)|0,a=a+Math.imul(ve,Te)|0,a=a+Math.imul(ye,Se)|0,m=m+Math.imul(ye,Te)|0,p=p+Math.imul(me,Me)|0,a=a+Math.imul(me,Le)|0,a=a+Math.imul(ge,Me)|0,m=m+Math.imul(ge,Le)|0,p=p+Math.imul(pe,ke)|0,a=a+Math.imul(pe,Re)|0,a=a+Math.imul(he,ke)|0,m=m+Math.imul(he,Re)|0,p=p+Math.imul(se,We)|0,a=a+Math.imul(se,Ie)|0,a=a+Math.imul(fe,We)|0,m=m+Math.imul(fe,Ie)|0,p=p+Math.imul(W,Ne)|0,a=a+Math.imul(W,Oe)|0,a=a+Math.imul(oe,Ne)|0,m=m+Math.imul(oe,Oe)|0,p=p+Math.imul(x,De)|0,a=a+Math.imul(x,Ue)|0,a=a+Math.imul(C,De)|0,m=m+Math.imul(C,Ue)|0,p=p+Math.imul(R,Be)|0,a=a+Math.imul(R,Fe)|0,a=a+Math.imul(N,Be)|0,m=m+Math.imul(N,Fe)|0;var Ci=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Ci>>>26)|0,Ci&=67108863,p=Math.imul(Ce,Pe),a=Math.imul(Ce,Ae),a=a+Math.imul(xe,Pe)|0,m=Math.imul(xe,Ae),p=p+Math.imul(be,Se)|0,a=a+Math.imul(be,Te)|0,a=a+Math.imul(we,Se)|0,m=m+Math.imul(we,Te)|0,p=p+Math.imul(ve,Me)|0,a=a+Math.imul(ve,Le)|0,a=a+Math.imul(ye,Me)|0,m=m+Math.imul(ye,Le)|0,p=p+Math.imul(me,ke)|0,a=a+Math.imul(me,Re)|0,a=a+Math.imul(ge,ke)|0,m=m+Math.imul(ge,Re)|0,p=p+Math.imul(pe,We)|0,a=a+Math.imul(pe,Ie)|0,a=a+Math.imul(he,We)|0,m=m+Math.imul(he,Ie)|0,p=p+Math.imul(se,Ne)|0,a=a+Math.imul(se,Oe)|0,a=a+Math.imul(fe,Ne)|0,m=m+Math.imul(fe,Oe)|0,p=p+Math.imul(W,De)|0,a=a+Math.imul(W,Ue)|0,a=a+Math.imul(oe,De)|0,m=m+Math.imul(oe,Ue)|0,p=p+Math.imul(x,Be)|0,a=a+Math.imul(x,Fe)|0,a=a+Math.imul(C,Be)|0,m=m+Math.imul(C,Fe)|0,p=p+Math.imul(R,Ge)|0,a=a+Math.imul(R,He)|0,a=a+Math.imul(N,Ge)|0,m=m+Math.imul(N,He)|0;var xi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(xi>>>26)|0,xi&=67108863,p=Math.imul(Ee,Pe),a=Math.imul(Ee,Ae),a=a+Math.imul(_e,Pe)|0,m=Math.imul(_e,Ae),p=p+Math.imul(Ce,Se)|0,a=a+Math.imul(Ce,Te)|0,a=a+Math.imul(xe,Se)|0,m=m+Math.imul(xe,Te)|0,p=p+Math.imul(be,Me)|0,a=a+Math.imul(be,Le)|0,a=a+Math.imul(we,Me)|0,m=m+Math.imul(we,Le)|0,p=p+Math.imul(ve,ke)|0,a=a+Math.imul(ve,Re)|0,a=a+Math.imul(ye,ke)|0,m=m+Math.imul(ye,Re)|0,p=p+Math.imul(me,We)|0,a=a+Math.imul(me,Ie)|0,a=a+Math.imul(ge,We)|0,m=m+Math.imul(ge,Ie)|0,p=p+Math.imul(pe,Ne)|0,a=a+Math.imul(pe,Oe)|0,a=a+Math.imul(he,Ne)|0,m=m+Math.imul(he,Oe)|0,p=p+Math.imul(se,De)|0,a=a+Math.imul(se,Ue)|0,a=a+Math.imul(fe,De)|0,m=m+Math.imul(fe,Ue)|0,p=p+Math.imul(W,Be)|0,a=a+Math.imul(W,Fe)|0,a=a+Math.imul(oe,Be)|0,m=m+Math.imul(oe,Fe)|0,p=p+Math.imul(x,Ge)|0,a=a+Math.imul(x,He)|0,a=a+Math.imul(C,Ge)|0,m=m+Math.imul(C,He)|0,p=p+Math.imul(R,Ve)|0,a=a+Math.imul(R,qe)|0,a=a+Math.imul(N,Ve)|0,m=m+Math.imul(N,qe)|0;var Ei=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,p=Math.imul(Ee,Se),a=Math.imul(Ee,Te),a=a+Math.imul(_e,Se)|0,m=Math.imul(_e,Te),p=p+Math.imul(Ce,Me)|0,a=a+Math.imul(Ce,Le)|0,a=a+Math.imul(xe,Me)|0,m=m+Math.imul(xe,Le)|0,p=p+Math.imul(be,ke)|0,a=a+Math.imul(be,Re)|0,a=a+Math.imul(we,ke)|0,m=m+Math.imul(we,Re)|0,p=p+Math.imul(ve,We)|0,a=a+Math.imul(ve,Ie)|0,a=a+Math.imul(ye,We)|0,m=m+Math.imul(ye,Ie)|0,p=p+Math.imul(me,Ne)|0,a=a+Math.imul(me,Oe)|0,a=a+Math.imul(ge,Ne)|0,m=m+Math.imul(ge,Oe)|0,p=p+Math.imul(pe,De)|0,a=a+Math.imul(pe,Ue)|0,a=a+Math.imul(he,De)|0,m=m+Math.imul(he,Ue)|0,p=p+Math.imul(se,Be)|0,a=a+Math.imul(se,Fe)|0,a=a+Math.imul(fe,Be)|0,m=m+Math.imul(fe,Fe)|0,p=p+Math.imul(W,Ge)|0,a=a+Math.imul(W,He)|0,a=a+Math.imul(oe,Ge)|0,m=m+Math.imul(oe,He)|0,p=p+Math.imul(x,Ve)|0,a=a+Math.imul(x,qe)|0,a=a+Math.imul(C,Ve)|0,m=m+Math.imul(C,qe)|0;var _i=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(_i>>>26)|0,_i&=67108863,p=Math.imul(Ee,Me),a=Math.imul(Ee,Le),a=a+Math.imul(_e,Me)|0,m=Math.imul(_e,Le),p=p+Math.imul(Ce,ke)|0,a=a+Math.imul(Ce,Re)|0,a=a+Math.imul(xe,ke)|0,m=m+Math.imul(xe,Re)|0,p=p+Math.imul(be,We)|0,a=a+Math.imul(be,Ie)|0,a=a+Math.imul(we,We)|0,m=m+Math.imul(we,Ie)|0,p=p+Math.imul(ve,Ne)|0,a=a+Math.imul(ve,Oe)|0,a=a+Math.imul(ye,Ne)|0,m=m+Math.imul(ye,Oe)|0,p=p+Math.imul(me,De)|0,a=a+Math.imul(me,Ue)|0,a=a+Math.imul(ge,De)|0,m=m+Math.imul(ge,Ue)|0,p=p+Math.imul(pe,Be)|0,a=a+Math.imul(pe,Fe)|0,a=a+Math.imul(he,Be)|0,m=m+Math.imul(he,Fe)|0,p=p+Math.imul(se,Ge)|0,a=a+Math.imul(se,He)|0,a=a+Math.imul(fe,Ge)|0,m=m+Math.imul(fe,He)|0,p=p+Math.imul(W,Ve)|0,a=a+Math.imul(W,qe)|0,a=a+Math.imul(oe,Ve)|0,m=m+Math.imul(oe,qe)|0;var Pi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Pi>>>26)|0,Pi&=67108863,p=Math.imul(Ee,ke),a=Math.imul(Ee,Re),a=a+Math.imul(_e,ke)|0,m=Math.imul(_e,Re),p=p+Math.imul(Ce,We)|0,a=a+Math.imul(Ce,Ie)|0,a=a+Math.imul(xe,We)|0,m=m+Math.imul(xe,Ie)|0,p=p+Math.imul(be,Ne)|0,a=a+Math.imul(be,Oe)|0,a=a+Math.imul(we,Ne)|0,m=m+Math.imul(we,Oe)|0,p=p+Math.imul(ve,De)|0,a=a+Math.imul(ve,Ue)|0,a=a+Math.imul(ye,De)|0,m=m+Math.imul(ye,Ue)|0,p=p+Math.imul(me,Be)|0,a=a+Math.imul(me,Fe)|0,a=a+Math.imul(ge,Be)|0,m=m+Math.imul(ge,Fe)|0,p=p+Math.imul(pe,Ge)|0,a=a+Math.imul(pe,He)|0,a=a+Math.imul(he,Ge)|0,m=m+Math.imul(he,He)|0,p=p+Math.imul(se,Ve)|0,a=a+Math.imul(se,qe)|0,a=a+Math.imul(fe,Ve)|0,m=m+Math.imul(fe,qe)|0;var Ai=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Ai>>>26)|0,Ai&=67108863,p=Math.imul(Ee,We),a=Math.imul(Ee,Ie),a=a+Math.imul(_e,We)|0,m=Math.imul(_e,Ie),p=p+Math.imul(Ce,Ne)|0,a=a+Math.imul(Ce,Oe)|0,a=a+Math.imul(xe,Ne)|0,m=m+Math.imul(xe,Oe)|0,p=p+Math.imul(be,De)|0,a=a+Math.imul(be,Ue)|0,a=a+Math.imul(we,De)|0,m=m+Math.imul(we,Ue)|0,p=p+Math.imul(ve,Be)|0,a=a+Math.imul(ve,Fe)|0,a=a+Math.imul(ye,Be)|0,m=m+Math.imul(ye,Fe)|0,p=p+Math.imul(me,Ge)|0,a=a+Math.imul(me,He)|0,a=a+Math.imul(ge,Ge)|0,m=m+Math.imul(ge,He)|0,p=p+Math.imul(pe,Ve)|0,a=a+Math.imul(pe,qe)|0,a=a+Math.imul(he,Ve)|0,m=m+Math.imul(he,qe)|0;var Si=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Si>>>26)|0,Si&=67108863,p=Math.imul(Ee,Ne),a=Math.imul(Ee,Oe),a=a+Math.imul(_e,Ne)|0,m=Math.imul(_e,Oe),p=p+Math.imul(Ce,De)|0,a=a+Math.imul(Ce,Ue)|0,a=a+Math.imul(xe,De)|0,m=m+Math.imul(xe,Ue)|0,p=p+Math.imul(be,Be)|0,a=a+Math.imul(be,Fe)|0,a=a+Math.imul(we,Be)|0,m=m+Math.imul(we,Fe)|0,p=p+Math.imul(ve,Ge)|0,a=a+Math.imul(ve,He)|0,a=a+Math.imul(ye,Ge)|0,m=m+Math.imul(ye,He)|0,p=p+Math.imul(me,Ve)|0,a=a+Math.imul(me,qe)|0,a=a+Math.imul(ge,Ve)|0,m=m+Math.imul(ge,qe)|0;var Ti=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Ti>>>26)|0,Ti&=67108863,p=Math.imul(Ee,De),a=Math.imul(Ee,Ue),a=a+Math.imul(_e,De)|0,m=Math.imul(_e,Ue),p=p+Math.imul(Ce,Be)|0,a=a+Math.imul(Ce,Fe)|0,a=a+Math.imul(xe,Be)|0,m=m+Math.imul(xe,Fe)|0,p=p+Math.imul(be,Ge)|0,a=a+Math.imul(be,He)|0,a=a+Math.imul(we,Ge)|0,m=m+Math.imul(we,He)|0,p=p+Math.imul(ve,Ve)|0,a=a+Math.imul(ve,qe)|0,a=a+Math.imul(ye,Ve)|0,m=m+Math.imul(ye,qe)|0;var Mi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Mi>>>26)|0,Mi&=67108863,p=Math.imul(Ee,Be),a=Math.imul(Ee,Fe),a=a+Math.imul(_e,Be)|0,m=Math.imul(_e,Fe),p=p+Math.imul(Ce,Ge)|0,a=a+Math.imul(Ce,He)|0,a=a+Math.imul(xe,Ge)|0,m=m+Math.imul(xe,He)|0,p=p+Math.imul(be,Ve)|0,a=a+Math.imul(be,qe)|0,a=a+Math.imul(we,Ve)|0,m=m+Math.imul(we,qe)|0;var Li=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Li>>>26)|0,Li&=67108863,p=Math.imul(Ee,Ge),a=Math.imul(Ee,He),a=a+Math.imul(_e,Ge)|0,m=Math.imul(_e,He),p=p+Math.imul(Ce,Ve)|0,a=a+Math.imul(Ce,qe)|0,a=a+Math.imul(xe,Ve)|0,m=m+Math.imul(xe,qe)|0;var ki=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(ki>>>26)|0,ki&=67108863,p=Math.imul(Ee,Ve),a=Math.imul(Ee,qe),a=a+Math.imul(_e,Ve)|0,m=Math.imul(_e,qe);var Ri=(b+p|0)+((a&8191)<<13)|0;return b=(m+(a>>>13)|0)+(Ri>>>26)|0,Ri&=67108863,v[0]=hi,v[1]=mi,v[2]=gi,v[3]=vi,v[4]=yi,v[5]=bi,v[6]=wi,v[7]=Ci,v[8]=xi,v[9]=Ei,v[10]=_i,v[11]=Pi,v[12]=Ai,v[13]=Si,v[14]=Ti,v[15]=Mi,v[16]=Li,v[17]=ki,v[18]=Ri,b!==0&&(v[19]=b,l.length++),l};Math.imul||(L=S);function G(h,o,s){s.negative=o.negative^h.negative,s.length=h.length+o.length;for(var l=0,d=0,u=0;u<s.length-1;u++){var v=d;d=0;for(var b=l&67108863,p=Math.min(u,o.length-1),a=Math.max(0,u-h.length+1);a<=p;a++){var m=u-a,k=h.words[m]|0,R=o.words[a]|0,N=k*R,H=N&67108863;v=v+(N/67108864|0)|0,H=H+b|0,b=H&67108863,v=v+(H>>>26)|0,d+=v>>>26,v&=67108863}s.words[u]=b,l=v,v=d}return l!==0?s.words[u]=l:s.length--,s._strip()}function q(h,o,s){return G(h,o,s)}i.prototype.mulTo=function(o,s){var l,d=this.length+o.length;return this.length===10&&o.length===10?l=L(this,o,s):d<63?l=S(this,o,s):d<1024?l=G(this,o,s):l=q(this,o,s),l};function $(h,o){this.x=h,this.y=o}$.prototype.makeRBT=function(o){for(var s=new Array(o),l=i.prototype._countBits(o)-1,d=0;d<o;d++)s[d]=this.revBin(d,l,o);return s},$.prototype.revBin=function(o,s,l){if(o===0||o===l-1)return o;for(var d=0,u=0;u<s;u++)d|=(o&1)<<s-u-1,o>>=1;return d},$.prototype.permute=function(o,s,l,d,u,v){for(var b=0;b<v;b++)d[b]=s[o[b]],u[b]=l[o[b]]},$.prototype.transform=function(o,s,l,d,u,v){this.permute(v,o,s,l,d,u);for(var b=1;b<u;b<<=1)for(var p=b<<1,a=Math.cos(2*Math.PI/p),m=Math.sin(2*Math.PI/p),k=0;k<u;k+=p)for(var R=a,N=m,H=0;H<b;H++){var x=l[k+H],C=d[k+H],V=l[k+H+b],W=d[k+H+b],oe=R*V-N*W;W=R*W+N*V,V=oe,l[k+H]=x+V,d[k+H]=C+W,l[k+H+b]=x-V,d[k+H+b]=C-W,H!==p&&(oe=a*R-m*N,N=a*N+m*R,R=oe)}},$.prototype.guessLen13b=function(o,s){var l=Math.max(s,o)|1,d=l&1,u=0;for(l=l/2|0;l;l=l>>>1)u++;return 1<<u+1+d},$.prototype.conjugate=function(o,s,l){if(!(l<=1))for(var d=0;d<l/2;d++){var u=o[d];o[d]=o[l-d-1],o[l-d-1]=u,u=s[d],s[d]=-s[l-d-1],s[l-d-1]=-u}},$.prototype.normalize13b=function(o,s){for(var l=0,d=0;d<s/2;d++){var u=Math.round(o[2*d+1]/s)*8192+Math.round(o[2*d]/s)+l;o[d]=u&67108863,u<67108864?l=0:l=u/67108864|0}return o},$.prototype.convert13b=function(o,s,l,d){for(var u=0,v=0;v<s;v++)u=u+(o[v]|0),l[2*v]=u&8191,u=u>>>13,l[2*v+1]=u&8191,u=u>>>13;for(v=2*s;v<d;++v)l[v]=0;r(u===0),r((u&-8192)===0)},$.prototype.stub=function(o){for(var s=new Array(o),l=0;l<o;l++)s[l]=0;return s},$.prototype.mulp=function(o,s,l){var d=2*this.guessLen13b(o.length,s.length),u=this.makeRBT(d),v=this.stub(d),b=new Array(d),p=new Array(d),a=new Array(d),m=new Array(d),k=new Array(d),R=new Array(d),N=l.words;N.length=d,this.convert13b(o.words,o.length,b,d),this.convert13b(s.words,s.length,m,d),this.transform(b,v,p,a,d,u),this.transform(m,v,k,R,d,u);for(var H=0;H<d;H++){var x=p[H]*k[H]-a[H]*R[H];a[H]=p[H]*R[H]+a[H]*k[H],p[H]=x}return this.conjugate(p,a,d),this.transform(p,a,N,v,d,u),this.conjugate(N,v,d),this.normalize13b(N,d),l.negative=o.negative^s.negative,l.length=o.length+s.length,l._strip()},i.prototype.mul=function(o){var s=new i(null);return s.words=new Array(this.length+o.length),this.mulTo(o,s)},i.prototype.mulf=function(o){var s=new i(null);return s.words=new Array(this.length+o.length),q(this,o,s)},i.prototype.imul=function(o){return this.clone().mulTo(o,this)},i.prototype.imuln=function(o){var s=o<0;s&&(o=-o),r(typeof o=="number"),r(o<67108864);for(var l=0,d=0;d<this.length;d++){var u=(this.words[d]|0)*o,v=(u&67108863)+(l&67108863);l>>=26,l+=u/67108864|0,l+=v>>>26,this.words[d]=v&67108863}return l!==0&&(this.words[d]=l,this.length++),s?this.ineg():this},i.prototype.muln=function(o){return this.clone().imuln(o)},i.prototype.sqr=function(){return this.mul(this)},i.prototype.isqr=function(){return this.imul(this.clone())},i.prototype.pow=function(o){var s=E(o);if(s.length===0)return new i(1);for(var l=this,d=0;d<s.length&&s[d]===0;d++,l=l.sqr());if(++d<s.length)for(var u=l.sqr();d<s.length;d++,u=u.sqr())s[d]!==0&&(l=l.mul(u));return l},i.prototype.iushln=function(o){r(typeof o=="number"&&o>=0);var s=o%26,l=(o-s)/26,d=67108863>>>26-s<<26-s,u;if(s!==0){var v=0;for(u=0;u<this.length;u++){var b=this.words[u]&d,p=(this.words[u]|0)-b<<s;this.words[u]=p|v,v=b>>>26-s}v&&(this.words[u]=v,this.length++)}if(l!==0){for(u=this.length-1;u>=0;u--)this.words[u+l]=this.words[u];for(u=0;u<l;u++)this.words[u]=0;this.length+=l}return this._strip()},i.prototype.ishln=function(o){return r(this.negative===0),this.iushln(o)},i.prototype.iushrn=function(o,s,l){r(typeof o=="number"&&o>=0);var d;s?d=(s-s%26)/26:d=0;var u=o%26,v=Math.min((o-u)/26,this.length),b=67108863^67108863>>>u<<u,p=l;if(d-=v,d=Math.max(0,d),p){for(var a=0;a<v;a++)p.words[a]=this.words[a];p.length=v}if(v!==0)if(this.length>v)for(this.length-=v,a=0;a<this.length;a++)this.words[a]=this.words[a+v];else this.words[0]=0,this.length=1;var m=0;for(a=this.length-1;a>=0&&(m!==0||a>=d);a--){var k=this.words[a]|0;this.words[a]=m<<26-u|k>>>u,m=k&b}return p&&m!==0&&(p.words[p.length++]=m),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},i.prototype.ishrn=function(o,s,l){return r(this.negative===0),this.iushrn(o,s,l)},i.prototype.shln=function(o){return this.clone().ishln(o)},i.prototype.ushln=function(o){return this.clone().iushln(o)},i.prototype.shrn=function(o){return this.clone().ishrn(o)},i.prototype.ushrn=function(o){return this.clone().iushrn(o)},i.prototype.testn=function(o){r(typeof o=="number"&&o>=0);var s=o%26,l=(o-s)/26,d=1<<s;if(this.length<=l)return!1;var u=this.words[l];return!!(u&d)},i.prototype.imaskn=function(o){r(typeof o=="number"&&o>=0);var s=o%26,l=(o-s)/26;if(r(this.negative===0,"imaskn works only with positive numbers"),this.length<=l)return this;if(s!==0&&l++,this.length=Math.min(l,this.length),s!==0){var d=67108863^67108863>>>s<<s;this.words[this.length-1]&=d}return this._strip()},i.prototype.maskn=function(o){return this.clone().imaskn(o)},i.prototype.iaddn=function(o){return r(typeof o=="number"),r(o<67108864),o<0?this.isubn(-o):this.negative!==0?this.length===1&&(this.words[0]|0)<=o?(this.words[0]=o-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(o),this.negative=1,this):this._iaddn(o)},i.prototype._iaddn=function(o){this.words[0]+=o;for(var s=0;s<this.length&&this.words[s]>=67108864;s++)this.words[s]-=67108864,s===this.length-1?this.words[s+1]=1:this.words[s+1]++;return this.length=Math.max(this.length,s+1),this},i.prototype.isubn=function(o){if(r(typeof o=="number"),r(o<67108864),o<0)return this.iaddn(-o);if(this.negative!==0)return this.negative=0,this.iaddn(o),this.negative=1,this;if(this.words[0]-=o,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var s=0;s<this.length&&this.words[s]<0;s++)this.words[s]+=67108864,this.words[s+1]-=1;return this._strip()},i.prototype.addn=function(o){return this.clone().iaddn(o)},i.prototype.subn=function(o){return this.clone().isubn(o)},i.prototype.iabs=function(){return this.negative=0,this},i.prototype.abs=function(){return this.clone().iabs()},i.prototype._ishlnsubmul=function(o,s,l){var d=o.length+l,u;this._expand(d);var v,b=0;for(u=0;u<o.length;u++){v=(this.words[u+l]|0)+b;var p=(o.words[u]|0)*s;v-=p&67108863,b=(v>>26)-(p/67108864|0),this.words[u+l]=v&67108863}for(;u<this.length-l;u++)v=(this.words[u+l]|0)+b,b=v>>26,this.words[u+l]=v&67108863;if(b===0)return this._strip();for(r(b===-1),b=0,u=0;u<this.length;u++)v=-(this.words[u]|0)+b,b=v>>26,this.words[u]=v&67108863;return this.negative=1,this._strip()},i.prototype._wordDiv=function(o,s){var l=this.length-o.length,d=this.clone(),u=o,v=u.words[u.length-1]|0,b=this._countBits(v);l=26-b,l!==0&&(u=u.ushln(l),d.iushln(l),v=u.words[u.length-1]|0);var p=d.length-u.length,a;if(s!=="mod"){a=new i(null),a.length=p+1,a.words=new Array(a.length);for(var m=0;m<a.length;m++)a.words[m]=0}var k=d.clone()._ishlnsubmul(u,1,p);k.negative===0&&(d=k,a&&(a.words[p]=1));for(var R=p-1;R>=0;R--){var N=(d.words[u.length+R]|0)*67108864+(d.words[u.length+R-1]|0);for(N=Math.min(N/v|0,67108863),d._ishlnsubmul(u,N,R);d.negative!==0;)N--,d.negative=0,d._ishlnsubmul(u,1,R),d.isZero()||(d.negative^=1);a&&(a.words[R]=N)}return a&&a._strip(),d._strip(),s!=="div"&&l!==0&&d.iushrn(l),{div:a||null,mod:d}},i.prototype.divmod=function(o,s,l){if(r(!o.isZero()),this.isZero())return{div:new i(0),mod:new i(0)};var d,u,v;return this.negative!==0&&o.negative===0?(v=this.neg().divmod(o,s),s!=="mod"&&(d=v.div.neg()),s!=="div"&&(u=v.mod.neg(),l&&u.negative!==0&&u.iadd(o)),{div:d,mod:u}):this.negative===0&&o.negative!==0?(v=this.divmod(o.neg(),s),s!=="mod"&&(d=v.div.neg()),{div:d,mod:v.mod}):(this.negative&o.negative)!==0?(v=this.neg().divmod(o.neg(),s),s!=="div"&&(u=v.mod.neg(),l&&u.negative!==0&&u.isub(o)),{div:v.div,mod:u}):o.length>this.length||this.cmp(o)<0?{div:new i(0),mod:this}:o.length===1?s==="div"?{div:this.divn(o.words[0]),mod:null}:s==="mod"?{div:null,mod:new i(this.modrn(o.words[0]))}:{div:this.divn(o.words[0]),mod:new i(this.modrn(o.words[0]))}:this._wordDiv(o,s)},i.prototype.div=function(o){return this.divmod(o,"div",!1).div},i.prototype.mod=function(o){return this.divmod(o,"mod",!1).mod},i.prototype.umod=function(o){return this.divmod(o,"mod",!0).mod},i.prototype.divRound=function(o){var s=this.divmod(o);if(s.mod.isZero())return s.div;var l=s.div.negative!==0?s.mod.isub(o):s.mod,d=o.ushrn(1),u=o.andln(1),v=l.cmp(d);return v<0||u===1&&v===0?s.div:s.div.negative!==0?s.div.isubn(1):s.div.iaddn(1)},i.prototype.modrn=function(o){var s=o<0;s&&(o=-o),r(o<=67108863);for(var l=(1<<26)%o,d=0,u=this.length-1;u>=0;u--)d=(l*d+(this.words[u]|0))%o;return s?-d:d},i.prototype.modn=function(o){return this.modrn(o)},i.prototype.idivn=function(o){var s=o<0;s&&(o=-o),r(o<=67108863);for(var l=0,d=this.length-1;d>=0;d--){var u=(this.words[d]|0)+l*67108864;this.words[d]=u/o|0,l=u%o}return this._strip(),s?this.ineg():this},i.prototype.divn=function(o){return this.clone().idivn(o)},i.prototype.egcd=function(o){r(o.negative===0),r(!o.isZero());var s=this,l=o.clone();s.negative!==0?s=s.umod(o):s=s.clone();for(var d=new i(1),u=new i(0),v=new i(0),b=new i(1),p=0;s.isEven()&&l.isEven();)s.iushrn(1),l.iushrn(1),++p;for(var a=l.clone(),m=s.clone();!s.isZero();){for(var k=0,R=1;(s.words[0]&R)===0&&k<26;++k,R<<=1);if(k>0)for(s.iushrn(k);k-- >0;)(d.isOdd()||u.isOdd())&&(d.iadd(a),u.isub(m)),d.iushrn(1),u.iushrn(1);for(var N=0,H=1;(l.words[0]&H)===0&&N<26;++N,H<<=1);if(N>0)for(l.iushrn(N);N-- >0;)(v.isOdd()||b.isOdd())&&(v.iadd(a),b.isub(m)),v.iushrn(1),b.iushrn(1);s.cmp(l)>=0?(s.isub(l),d.isub(v),u.isub(b)):(l.isub(s),v.isub(d),b.isub(u))}return{a:v,b,gcd:l.iushln(p)}},i.prototype._invmp=function(o){r(o.negative===0),r(!o.isZero());var s=this,l=o.clone();s.negative!==0?s=s.umod(o):s=s.clone();for(var d=new i(1),u=new i(0),v=l.clone();s.cmpn(1)>0&&l.cmpn(1)>0;){for(var b=0,p=1;(s.words[0]&p)===0&&b<26;++b,p<<=1);if(b>0)for(s.iushrn(b);b-- >0;)d.isOdd()&&d.iadd(v),d.iushrn(1);for(var a=0,m=1;(l.words[0]&m)===0&&a<26;++a,m<<=1);if(a>0)for(l.iushrn(a);a-- >0;)u.isOdd()&&u.iadd(v),u.iushrn(1);s.cmp(l)>=0?(s.isub(l),d.isub(u)):(l.isub(s),u.isub(d))}var k;return s.cmpn(1)===0?k=d:k=u,k.cmpn(0)<0&&k.iadd(o),k},i.prototype.gcd=function(o){if(this.isZero())return o.abs();if(o.isZero())return this.abs();var s=this.clone(),l=o.clone();s.negative=0,l.negative=0;for(var d=0;s.isEven()&&l.isEven();d++)s.iushrn(1),l.iushrn(1);do{for(;s.isEven();)s.iushrn(1);for(;l.isEven();)l.iushrn(1);var u=s.cmp(l);if(u<0){var v=s;s=l,l=v}else if(u===0||l.cmpn(1)===0)break;s.isub(l)}while(!0);return l.iushln(d)},i.prototype.invm=function(o){return this.egcd(o).a.umod(o)},i.prototype.isEven=function(){return(this.words[0]&1)===0},i.prototype.isOdd=function(){return(this.words[0]&1)===1},i.prototype.andln=function(o){return this.words[0]&o},i.prototype.bincn=function(o){r(typeof o=="number");var s=o%26,l=(o-s)/26,d=1<<s;if(this.length<=l)return this._expand(l+1),this.words[l]|=d,this;for(var u=d,v=l;u!==0&&v<this.length;v++){var b=this.words[v]|0;b+=u,u=b>>>26,b&=67108863,this.words[v]=b}return u!==0&&(this.words[v]=u,this.length++),this},i.prototype.isZero=function(){return this.length===1&&this.words[0]===0},i.prototype.cmpn=function(o){var s=o<0;if(this.negative!==0&&!s)return-1;if(this.negative===0&&s)return 1;this._strip();var l;if(this.length>1)l=1;else{s&&(o=-o),r(o<=67108863,"Number is too big");var d=this.words[0]|0;l=d===o?0:d<o?-1:1}return this.negative!==0?-l|0:l},i.prototype.cmp=function(o){if(this.negative!==0&&o.negative===0)return-1;if(this.negative===0&&o.negative!==0)return 1;var s=this.ucmp(o);return this.negative!==0?-s|0:s},i.prototype.ucmp=function(o){if(this.length>o.length)return 1;if(this.length<o.length)return-1;for(var s=0,l=this.length-1;l>=0;l--){var d=this.words[l]|0,u=o.words[l]|0;if(d!==u){d<u?s=-1:d>u&&(s=1);break}}return s},i.prototype.gtn=function(o){return this.cmpn(o)===1},i.prototype.gt=function(o){return this.cmp(o)===1},i.prototype.gten=function(o){return this.cmpn(o)>=0},i.prototype.gte=function(o){return this.cmp(o)>=0},i.prototype.ltn=function(o){return this.cmpn(o)===-1},i.prototype.lt=function(o){return this.cmp(o)===-1},i.prototype.lten=function(o){return this.cmpn(o)<=0},i.prototype.lte=function(o){return this.cmp(o)<=0},i.prototype.eqn=function(o){return this.cmpn(o)===0},i.prototype.eq=function(o){return this.cmp(o)===0},i.red=function(o){return new F(o)},i.prototype.toRed=function(o){return r(!this.red,"Already a number in reduction context"),r(this.negative===0,"red works only with positives"),o.convertTo(this)._forceRed(o)},i.prototype.fromRed=function(){return r(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},i.prototype._forceRed=function(o){return this.red=o,this},i.prototype.forceRed=function(o){return r(!this.red,"Already a number in reduction context"),this._forceRed(o)},i.prototype.redAdd=function(o){return r(this.red,"redAdd works only with red numbers"),this.red.add(this,o)},i.prototype.redIAdd=function(o){return r(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,o)},i.prototype.redSub=function(o){return r(this.red,"redSub works only with red numbers"),this.red.sub(this,o)},i.prototype.redISub=function(o){return r(this.red,"redISub works only with red numbers"),this.red.isub(this,o)},i.prototype.redShl=function(o){return r(this.red,"redShl works only with red numbers"),this.red.shl(this,o)},i.prototype.redMul=function(o){return r(this.red,"redMul works only with red numbers"),this.red._verify2(this,o),this.red.mul(this,o)},i.prototype.redIMul=function(o){return r(this.red,"redMul works only with red numbers"),this.red._verify2(this,o),this.red.imul(this,o)},i.prototype.redSqr=function(){return r(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},i.prototype.redISqr=function(){return r(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},i.prototype.redSqrt=function(){return r(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},i.prototype.redInvm=function(){return r(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},i.prototype.redNeg=function(){return r(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},i.prototype.redPow=function(o){return r(this.red&&!o.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,o)};var K={k256:null,p224:null,p192:null,p25519:null};function Y(h,o){this.name=h,this.p=new i(o,16),this.n=this.p.bitLength(),this.k=new i(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}Y.prototype._tmp=function(){var o=new i(null);return o.words=new Array(Math.ceil(this.n/13)),o},Y.prototype.ireduce=function(o){var s=o,l;do this.split(s,this.tmp),s=this.imulK(s),s=s.iadd(this.tmp),l=s.bitLength();while(l>this.n);var d=l<this.n?-1:s.ucmp(this.p);return d===0?(s.words[0]=0,s.length=1):d>0?s.isub(this.p):s.strip!==void 0?s.strip():s._strip(),s},Y.prototype.split=function(o,s){o.iushrn(this.n,0,s)},Y.prototype.imulK=function(o){return o.imul(this.k)};function ee(){Y.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}n(ee,Y),ee.prototype.split=function(o,s){for(var l=4194303,d=Math.min(o.length,9),u=0;u<d;u++)s.words[u]=o.words[u];if(s.length=d,o.length<=9){o.words[0]=0,o.length=1;return}var v=o.words[9];for(s.words[s.length++]=v&l,u=10;u<o.length;u++){var b=o.words[u]|0;o.words[u-10]=(b&l)<<4|v>>>22,v=b}v>>>=22,o.words[u-10]=v,v===0&&o.length>10?o.length-=10:o.length-=9},ee.prototype.imulK=function(o){o.words[o.length]=0,o.words[o.length+1]=0,o.length+=2;for(var s=0,l=0;l<o.length;l++){var d=o.words[l]|0;s+=d*977,o.words[l]=s&67108863,s=d*64+(s/67108864|0)}return o.words[o.length-1]===0&&(o.length--,o.words[o.length-1]===0&&o.length--),o};function ze(){Y.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}n(ze,Y);function Ze(){Y.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}n(Ze,Y);function ie(){Y.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}n(ie,Y),ie.prototype.imulK=function(o){for(var s=0,l=0;l<o.length;l++){var d=(o.words[l]|0)*19+s,u=d&67108863;d>>>=26,o.words[l]=u,s=d}return s!==0&&(o.words[o.length++]=s),o},i._prime=function(o){if(K[o])return K[o];var s;if(o==="k256")s=new ee;else if(o==="p224")s=new ze;else if(o==="p192")s=new Ze;else if(o==="p25519")s=new ie;else throw new Error("Unknown prime "+o);return K[o]=s,s};function F(h){if(typeof h=="string"){var o=i._prime(h);this.m=o.p,this.prime=o}else r(h.gtn(1),"modulus must be greater than 1"),this.m=h,this.prime=null}F.prototype._verify1=function(o){r(o.negative===0,"red works only with positives"),r(o.red,"red works only with red numbers")},F.prototype._verify2=function(o,s){r((o.negative|s.negative)===0,"red works only with positives"),r(o.red&&o.red===s.red,"red works only with red numbers")},F.prototype.imod=function(o){return this.prime?this.prime.ireduce(o)._forceRed(this):(w(o,o.umod(this.m)._forceRed(this)),o)},F.prototype.neg=function(o){return o.isZero()?o.clone():this.m.sub(o)._forceRed(this)},F.prototype.add=function(o,s){this._verify2(o,s);var l=o.add(s);return l.cmp(this.m)>=0&&l.isub(this.m),l._forceRed(this)},F.prototype.iadd=function(o,s){this._verify2(o,s);var l=o.iadd(s);return l.cmp(this.m)>=0&&l.isub(this.m),l},F.prototype.sub=function(o,s){this._verify2(o,s);var l=o.sub(s);return l.cmpn(0)<0&&l.iadd(this.m),l._forceRed(this)},F.prototype.isub=function(o,s){this._verify2(o,s);var l=o.isub(s);return l.cmpn(0)<0&&l.iadd(this.m),l},F.prototype.shl=function(o,s){return this._verify1(o),this.imod(o.ushln(s))},F.prototype.imul=function(o,s){return this._verify2(o,s),this.imod(o.imul(s))},F.prototype.mul=function(o,s){return this._verify2(o,s),this.imod(o.mul(s))},F.prototype.isqr=function(o){return this.imul(o,o.clone())},F.prototype.sqr=function(o){return this.mul(o,o)},F.prototype.sqrt=function(o){if(o.isZero())return o.clone();var s=this.m.andln(3);if(r(s%2===1),s===3){var l=this.m.add(new i(1)).iushrn(2);return this.pow(o,l)}for(var d=this.m.subn(1),u=0;!d.isZero()&&d.andln(1)===0;)u++,d.iushrn(1);r(!d.isZero());var v=new i(1).toRed(this),b=v.redNeg(),p=this.m.subn(1).iushrn(1),a=this.m.bitLength();for(a=new i(2*a*a).toRed(this);this.pow(a,p).cmp(b)!==0;)a.redIAdd(b);for(var m=this.pow(a,d),k=this.pow(o,d.addn(1).iushrn(1)),R=this.pow(o,d),N=u;R.cmp(v)!==0;){for(var H=R,x=0;H.cmp(v)!==0;x++)H=H.redSqr();r(x<N);var C=this.pow(m,new i(1).iushln(N-x-1));k=k.redMul(C),m=C.redSqr(),R=R.redMul(m),N=x}return k},F.prototype.invm=function(o){var s=o._invmp(this.m);return s.negative!==0?(s.negative=0,this.imod(s).redNeg()):this.imod(s)},F.prototype.pow=function(o,s){if(s.isZero())return new i(1).toRed(this);if(s.cmpn(1)===0)return o.clone();var l=4,d=new Array(1<<l);d[0]=new i(1).toRed(this),d[1]=o;for(var u=2;u<d.length;u++)d[u]=this.mul(d[u-1],o);var v=d[0],b=0,p=0,a=s.bitLength()%26;for(a===0&&(a=26),u=s.length-1;u>=0;u--){for(var m=s.words[u],k=a-1;k>=0;k--){var R=m>>k&1;if(v!==d[0]&&(v=this.sqr(v)),R===0&&b===0){p=0;continue}b<<=1,b|=R,p++,!(p!==l&&(u!==0||k!==0))&&(v=this.mul(v,d[b]),p=0,b=0)}a=26}return v},F.prototype.convertTo=function(o){var s=o.umod(this.m);return s===o?s.clone():s},F.prototype.convertFrom=function(o){var s=o.clone();return s.red=null,s},i.mont=function(o){return new z(o)};function z(h){F.call(this,h),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new i(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}n(z,F),z.prototype.convertTo=function(o){return this.imod(o.ushln(this.shift))},z.prototype.convertFrom=function(o){var s=this.imod(o.mul(this.rinv));return s.red=null,s},z.prototype.imul=function(o,s){if(o.isZero()||s.isZero())return o.words[0]=0,o.length=1,o;var l=o.imul(s),d=l.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),u=l.isub(d).iushrn(this.shift),v=u;return u.cmp(this.m)>=0?v=u.isub(this.m):u.cmpn(0)<0&&(v=u.iadd(this.m)),v._forceRed(this)},z.prototype.mul=function(o,s){if(o.isZero()||s.isZero())return new i(0)._forceRed(this);var l=o.mul(s),d=l.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),u=l.isub(d).iushrn(this.shift),v=u;return u.cmp(this.m)>=0?v=u.isub(this.m):u.cmpn(0)<0&&(v=u.iadd(this.m)),v._forceRed(this)},z.prototype.invm=function(o){var s=this.imod(o._invmp(this.m).mul(this.r2));return s._forceRed(this)}})(typeof Ui>"u"||Ui,il)});var gn=kt((Jg,mn)=>{var Ll,kl,Rl,Wl,Il,Nl,Ol,Dl,Ul,pn,Ki,Bl,Fl,Gl,qr,Hl,Vl,ql,$l,zl,Zl,jl,Kl,Jl,hn;(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(n){e(r(t,r(n)))}):typeof mn=="object"&&typeof mn.exports=="object"?e(r(t,r(mn.exports))):e(r(t));function r(n,i){return n!==t&&(typeof Object.create=="function"?Object.defineProperty(n,"__esModule",{value:!0}):n.__esModule=!0),function(c,f){return n[c]=i?i(c,f):f}}})(function(e){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var c in i)Object.prototype.hasOwnProperty.call(i,c)&&(n[c]=i[c])};Ll=function(n,i){if(typeof i!="function"&&i!==null)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");t(n,i);function c(){this.constructor=n}n.prototype=i===null?Object.create(i):(c.prototype=i.prototype,new c)},kl=Object.assign||function(n){for(var i,c=1,f=arguments.length;c<f;c++){i=arguments[c];for(var g in i)Object.prototype.hasOwnProperty.call(i,g)&&(n[g]=i[g])}return n},Rl=function(n,i){var c={};for(var f in n)Object.prototype.hasOwnProperty.call(n,f)&&i.indexOf(f)<0&&(c[f]=n[f]);if(n!=null&&typeof Object.getOwnPropertySymbols=="function")for(var g=0,f=Object.getOwnPropertySymbols(n);g<f.length;g++)i.indexOf(f[g])<0&&Object.prototype.propertyIsEnumerable.call(n,f[g])&&(c[f[g]]=n[f[g]]);return c},Wl=function(n,i,c,f){var g=arguments.length,y=g<3?i:f===null?f=Object.getOwnPropertyDescriptor(i,c):f,w;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")y=Reflect.decorate(n,i,c,f);else for(var A=n.length-1;A>=0;A--)(w=n[A])&&(y=(g<3?w(y):g>3?w(i,c,y):w(i,c))||y);return g>3&&y&&Object.defineProperty(i,c,y),y},Il=function(n,i){return function(c,f){i(c,f,n)}},Nl=function(n,i){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,i)},Ol=function(n,i,c,f){function g(y){return y instanceof c?y:new c(function(w){w(y)})}return new(c||(c=Promise))(function(y,w){function A(T){try{_(f.next(T))}catch(M){w(M)}}function P(T){try{_(f.throw(T))}catch(M){w(M)}}function _(T){T.done?y(T.value):g(T.value).then(A,P)}_((f=f.apply(n,i||[])).next())})},Dl=function(n,i){var c={label:0,sent:function(){if(y[0]&1)throw y[1];return y[1]},trys:[],ops:[]},f,g,y,w;return w={next:A(0),throw:A(1),return:A(2)},typeof Symbol=="function"&&(w[Symbol.iterator]=function(){return this}),w;function A(_){return function(T){return P([_,T])}}function P(_){if(f)throw new TypeError("Generator is already executing.");for(;c;)try{if(f=1,g&&(y=_[0]&2?g.return:_[0]?g.throw||((y=g.return)&&y.call(g),0):g.next)&&!(y=y.call(g,_[1])).done)return y;switch(g=0,y&&(_=[_[0]&2,y.value]),_[0]){case 0:case 1:y=_;break;case 4:return c.label++,{value:_[1],done:!1};case 5:c.label++,g=_[1],_=[0];continue;case 7:_=c.ops.pop(),c.trys.pop();continue;default:if(y=c.trys,!(y=y.length>0&&y[y.length-1])&&(_[0]===6||_[0]===2)){c=0;continue}if(_[0]===3&&(!y||_[1]>y[0]&&_[1]<y[3])){c.label=_[1];break}if(_[0]===6&&c.label<y[1]){c.label=y[1],y=_;break}if(y&&c.label<y[2]){c.label=y[2],c.ops.push(_);break}y[2]&&c.ops.pop(),c.trys.pop();continue}_=i.call(n,c)}catch(T){_=[6,T],g=0}finally{f=y=0}if(_[0]&5)throw _[1];return{value:_[0]?_[1]:void 0,done:!0}}},Ul=function(n,i){for(var c in n)c!=="default"&&!Object.prototype.hasOwnProperty.call(i,c)&&hn(i,n,c)},hn=Object.create?function(n,i,c,f){f===void 0&&(f=c);var g=Object.getOwnPropertyDescriptor(i,c);(!g||("get"in g?!i.__esModule:g.writable||g.configurable))&&(g={enumerable:!0,get:function(){return i[c]}}),Object.defineProperty(n,f,g)}:function(n,i,c,f){f===void 0&&(f=c),n[f]=i[c]},pn=function(n){var i=typeof Symbol=="function"&&Symbol.iterator,c=i&&n[i],f=0;if(c)return c.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&f>=n.length&&(n=void 0),{value:n&&n[f++],done:!n}}};throw new TypeError(i?"Object is not iterable.":"Symbol.iterator is not defined.")},Ki=function(n,i){var c=typeof Symbol=="function"&&n[Symbol.iterator];if(!c)return n;var f=c.call(n),g,y=[],w;try{for(;(i===void 0||i-- >0)&&!(g=f.next()).done;)y.push(g.value)}catch(A){w={error:A}}finally{try{g&&!g.done&&(c=f.return)&&c.call(f)}finally{if(w)throw w.error}}return y},Bl=function(){for(var n=[],i=0;i<arguments.length;i++)n=n.concat(Ki(arguments[i]));return n},Fl=function(){for(var n=0,i=0,c=arguments.length;i<c;i++)n+=arguments[i].length;for(var f=Array(n),g=0,i=0;i<c;i++)for(var y=arguments[i],w=0,A=y.length;w<A;w++,g++)f[g]=y[w];return f},Gl=function(n,i,c){if(c||arguments.length===2)for(var f=0,g=i.length,y;f<g;f++)(y||!(f in i))&&(y||(y=Array.prototype.slice.call(i,0,f)),y[f]=i[f]);return n.concat(y||Array.prototype.slice.call(i))},qr=function(n){return this instanceof qr?(this.v=n,this):new qr(n)},Hl=function(n,i,c){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var f=c.apply(n,i||[]),g,y=[];return g={},w("next"),w("throw"),w("return"),g[Symbol.asyncIterator]=function(){return this},g;function w(E){f[E]&&(g[E]=function(S){return new Promise(function(L,G){y.push([E,S,L,G])>1||A(E,S)})})}function A(E,S){try{P(f[E](S))}catch(L){M(y[0][3],L)}}function P(E){E.value instanceof qr?Promise.resolve(E.value.v).then(_,T):M(y[0][2],E)}function _(E){A("next",E)}function T(E){A("throw",E)}function M(E,S){E(S),y.shift(),y.length&&A(y[0][0],y[0][1])}},Vl=function(n){var i,c;return i={},f("next"),f("throw",function(g){throw g}),f("return"),i[Symbol.iterator]=function(){return this},i;function f(g,y){i[g]=n[g]?function(w){return(c=!c)?{value:qr(n[g](w)),done:g==="return"}:y?y(w):w}:y}},ql=function(n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i=n[Symbol.asyncIterator],c;return i?i.call(n):(n=typeof pn=="function"?pn(n):n[Symbol.iterator](),c={},f("next"),f("throw"),f("return"),c[Symbol.asyncIterator]=function(){return this},c);function f(y){c[y]=n[y]&&function(w){return new Promise(function(A,P){w=n[y](w),g(A,P,w.done,w.value)})}}function g(y,w,A,P){Promise.resolve(P).then(function(_){y({value:_,done:A})},w)}},$l=function(n,i){return Object.defineProperty?Object.defineProperty(n,"raw",{value:i}):n.raw=i,n};var r=Object.create?function(n,i){Object.defineProperty(n,"default",{enumerable:!0,value:i})}:function(n,i){n.default=i};zl=function(n){if(n&&n.__esModule)return n;var i={};if(n!=null)for(var c in n)c!=="default"&&Object.prototype.hasOwnProperty.call(n,c)&&hn(i,n,c);return r(i,n),i},Zl=function(n){return n&&n.__esModule?n:{default:n}},jl=function(n,i,c,f){if(c==="a"&&!f)throw new TypeError("Private accessor was defined without a getter");if(typeof i=="function"?n!==i||!f:!i.has(n))throw new TypeError("Cannot read private member from an object whose class did not declare it");return c==="m"?f:c==="a"?f.call(n):f?f.value:i.get(n)},Kl=function(n,i,c,f,g){if(f==="m")throw new TypeError("Private method is not writable");if(f==="a"&&!g)throw new TypeError("Private accessor was defined without a setter");if(typeof i=="function"?n!==i||!g:!i.has(n))throw new TypeError("Cannot write private member to an object whose class did not declare it");return f==="a"?g.call(n,c):g?g.value=c:i.set(n,c),c},Jl=function(n,i){if(i===null||typeof i!="object"&&typeof i!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof n=="function"?i===n:n.has(i)},e("__extends",Ll),e("__assign",kl),e("__rest",Rl),e("__decorate",Wl),e("__param",Il),e("__metadata",Nl),e("__awaiter",Ol),e("__generator",Dl),e("__exportStar",Ul),e("__createBinding",hn),e("__values",pn),e("__read",Ki),e("__spread",Bl),e("__spreadArrays",Fl),e("__spreadArray",Gl),e("__await",qr),e("__asyncGenerator",Hl),e("__asyncDelegator",Vl),e("__asyncValues",ql),e("__makeTemplateObject",$l),e("__importStar",zl),e("__importDefault",Zl),e("__classPrivateFieldGet",jl),e("__classPrivateFieldSet",Kl),e("__classPrivateFieldIn",Jl)})});var Ji=kt(ae=>{"use strict";Object.defineProperty(ae,"__esModule",{value:!0});ae.getLocalStorage=ae.getLocalStorageOrThrow=ae.getCrypto=ae.getCryptoOrThrow=ae.getLocation=ae.getLocationOrThrow=ae.getNavigator=ae.getNavigatorOrThrow=ae.getDocument=ae.getDocumentOrThrow=ae.getFromWindowOrThrow=ae.getFromWindow=void 0;function br(e){let t;return typeof window<"u"&&typeof window[e]<"u"&&(t=window[e]),t}ae.getFromWindow=br;function $r(e){let t=br(e);if(!t)throw new Error(`${e} is not defined in Window`);return t}ae.getFromWindowOrThrow=$r;function v0(){return $r("document")}ae.getDocumentOrThrow=v0;function y0(){return br("document")}ae.getDocument=y0;function b0(){return $r("navigator")}ae.getNavigatorOrThrow=b0;function w0(){return br("navigator")}ae.getNavigator=w0;function C0(){return $r("location")}ae.getLocationOrThrow=C0;function x0(){return br("location")}ae.getLocation=x0;function E0(){return $r("crypto")}ae.getCryptoOrThrow=E0;function _0(){return br("crypto")}ae.getCrypto=_0;function P0(){return $r("localStorage")}ae.getLocalStorageOrThrow=P0;function A0(){return br("localStorage")}ae.getLocalStorage=A0});var Ql=kt(vn=>{"use strict";Object.defineProperty(vn,"__esModule",{value:!0});vn.getWindowMetadata=void 0;var Yl=Ji();function S0(){let e,t;try{e=Yl.getDocumentOrThrow(),t=Yl.getLocationOrThrow()}catch{return null}function r(){let P=e.getElementsByTagName("link"),_=[];for(let T=0;T<P.length;T++){let M=P[T],E=M.getAttribute("rel");if(E&&E.toLowerCase().indexOf("icon")>-1){let S=M.getAttribute("href");if(S)if(S.toLowerCase().indexOf("https:")===-1&&S.toLowerCase().indexOf("http:")===-1&&S.indexOf("//")!==0){let L=t.protocol+"//"+t.host;if(S.indexOf("/")===0)L+=S;else{let G=t.pathname.split("/");G.pop(),L+=G.join("/")+"/"+S}_.push(L)}else if(S.indexOf("//")===0){let L=t.protocol+S;_.push(L)}else _.push(S)}}return _}function n(...P){let _=e.getElementsByTagName("meta");for(let T=0;T<_.length;T++){let M=_[T],E=["itemprop","property","name"].map(S=>M.getAttribute(S)).filter(S=>S?P.includes(S):!1);if(E.length&&E){let S=M.getAttribute("content");if(S)return S}}return""}function i(){let P=n("name","og:site_name","og:title","twitter:title");return P||(P=e.title),P}function c(){return n("description","og:description","twitter:description","keywords")}let f=i(),g=c(),y=t.origin,w=r();return{description:g,url:y,icons:w,name:f}}vn.getWindowMetadata=S0});var cc={};Ps(cc,{BotInfo:()=>nc,BrowserInfo:()=>tc,NodeInfo:()=>rc,ReactNativeInfo:()=>ic,SearchBotDeviceInfo:()=>oc,browserName:()=>W0,detect:()=>R0,detectOS:()=>sc,getNodeVersion:()=>lc,parseUserAgent:()=>Yi});function R0(e){return e?Yi(e):typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"?new ic:typeof navigator<"u"?Yi(navigator.userAgent):lc()}function ac(e){return e!==""&&k0.reduce(function(t,r){var n=r[0],i=r[1];if(t)return t;var c=i.exec(e);return!!c&&[n,c]},!1)}function W0(e){var t=ac(e);return t?t[0]:null}function Yi(e){var t=ac(e);if(!t)return null;var r=t[0],n=t[1];if(r==="searchbot")return new nc;var i=n[1]&&n[1].split(/[._]/).slice(0,3);i?i.length<Xl&&(i=T0(i,I0(Xl-i.length))):i=[];var c=i.join("."),f=sc(e),g=L0.exec(e);return g&&g[1]?new oc(r,c,f,g[1]):new tc(r,c,f)}function sc(e){for(var t=0,r=ec.length;t<r;t++){var n=ec[t],i=n[0],c=n[1],f=c.exec(e);if(f)return i}return null}function lc(){var e=typeof process<"u"&&process.version;return e?new rc(process.version.slice(1)):null}function I0(e){for(var t=[],r=0;r<e;r++)t.push("0");return t}var T0,tc,rc,oc,nc,ic,M0,L0,Xl,k0,ec,dc=_s(()=>{T0=function(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;for(var n=Array(e),i=0,t=0;t<r;t++)for(var c=arguments[t],f=0,g=c.length;f<g;f++,i++)n[i]=c[f];return n},tc=function(){function e(t,r,n){this.name=t,this.version=r,this.os=n,this.type="browser"}return e}(),rc=function(){function e(t){this.version=t,this.type="node",this.name="node",this.os=process.platform}return e}(),oc=function(){function e(t,r,n,i){this.name=t,this.version=r,this.os=n,this.bot=i,this.type="bot-device"}return e}(),nc=function(){function e(){this.type="bot",this.bot=!0,this.name="bot",this.version=null,this.os=null}return e}(),ic=function(){function e(){this.type="react-native",this.name="react-native",this.version=null,this.os=null}return e}(),M0=/alexa|bot|crawl(er|ing)|facebookexternalhit|feedburner|google web preview|nagios|postrank|pingdom|slurp|spider|yahoo!|yandex/,L0=/(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask\ Jeeves\/Teoma|ia_archiver)/,Xl=3,k0=[["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",M0]],ec=[["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 Xi=kt(j=>{"use strict";Object.defineProperty(j,"__esModule",{value:!0});j.getClientMeta=j.getLocalStorage=j.getLocalStorageOrThrow=j.getCrypto=j.getCryptoOrThrow=j.getLocation=j.getLocationOrThrow=j.getNavigator=j.getNavigatorOrThrow=j.getDocument=j.getDocumentOrThrow=j.getFromWindowOrThrow=j.getFromWindow=j.isBrowser=j.isNode=j.isMobile=j.isIOS=j.isAndroid=j.detectOS=j.detectEnv=void 0;var uc=gn(),N0=uc.__importStar(Ql()),Pt=uc.__importStar(Ji()),O0=(dc(),Ts(cc));function Qi(e){return(0,O0.detect)(e)}j.detectEnv=Qi;function yn(){let e=Qi();return e&&e.os?e.os:void 0}j.detectOS=yn;function fc(){let e=yn();return e?e.toLowerCase().includes("android"):!1}j.isAndroid=fc;function pc(){let e=yn();return e?e.toLowerCase().includes("ios")||e.toLowerCase().includes("mac")&&navigator.maxTouchPoints>1:!1}j.isIOS=pc;function D0(){return yn()?fc()||pc():!1}j.isMobile=D0;function hc(){let e=Qi();return e&&e.name?e.name.toLowerCase()==="node":!1}j.isNode=hc;function U0(){return!hc()&&!!(0,j.getNavigator)()}j.isBrowser=U0;j.getFromWindow=Pt.getFromWindow;j.getFromWindowOrThrow=Pt.getFromWindowOrThrow;j.getDocumentOrThrow=Pt.getDocumentOrThrow;j.getDocument=Pt.getDocument;j.getNavigatorOrThrow=Pt.getNavigatorOrThrow;j.getNavigator=Pt.getNavigator;j.getLocationOrThrow=Pt.getLocationOrThrow;j.getLocation=Pt.getLocation;j.getCryptoOrThrow=Pt.getCryptoOrThrow;j.getCrypto=Pt.getCrypto;j.getLocalStorageOrThrow=Pt.getLocalStorageOrThrow;j.getLocalStorage=Pt.getLocalStorage;function B0(){return N0.getWindowMetadata()}j.getClientMeta=B0});var mc={};Ps(mc,{safeJsonParse:()=>F0,safeJsonStringify:()=>G0});function F0(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 G0(e){return typeof e=="string"?e:JSON.stringify(e)}var gc=_s(()=>{});var ea=kt(zr=>{"use strict";Object.defineProperty(zr,"__esModule",{value:!0});zr.safeJsonStringify=zr.safeJsonParse=void 0;var H0=gn(),vc=H0.__importStar((gc(),Ts(mc)));zr.safeJsonParse=vc.safeJsonParse;zr.safeJsonStringify=vc.safeJsonStringify});var ra=kt(ir=>{"use strict";Object.defineProperty(ir,"__esModule",{value:!0});ir.removeLocal=ir.getLocal=ir.setLocal=void 0;var yc=ea(),ta=Xi();function V0(e,t){let r=(0,yc.safeJsonStringify)(t),n=(0,ta.getLocalStorage)();n&&n.setItem(e,r)}ir.setLocal=V0;function q0(e){let t=null,r=null,n=(0,ta.getLocalStorage)();return n&&(r=n.getItem(e)),t=r&&(0,yc.safeJsonParse)(r),t}ir.getLocal=q0;function $0(e){let t=(0,ta.getLocalStorage)();t&&t.removeItem(e)}ir.removeLocal=$0});var wc=kt(pt=>{"use strict";Object.defineProperty(pt,"__esModule",{value:!0});pt.getMobileLinkRegistry=pt.getMobileRegistryEntry=pt.saveMobileLinkInfo=pt.formatIOSMobile=pt.mobileLinkChoiceKey=void 0;var z0=ra();pt.mobileLinkChoiceKey="WALLETCONNECT_DEEPLINK_CHOICE";function Z0(e,t){let r=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${r}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${r}`:""}pt.formatIOSMobile=Z0;function j0(e){let t=e.href.split("?")[0];(0,z0.setLocal)(pt.mobileLinkChoiceKey,Object.assign(Object.assign({},e),{href:t}))}pt.saveMobileLinkInfo=j0;function bc(e,t){return e.filter(r=>r.name.toLowerCase().includes(t.toLowerCase()))[0]}pt.getMobileRegistryEntry=bc;function K0(e,t){let r=e;return t&&(r=t.map(n=>bc(e,n)).filter(Boolean)),r}pt.getMobileLinkRegistry=K0});var Ec=kt(It=>{"use strict";Object.defineProperty(It,"__esModule",{value:!0});It.formatMobileRegistry=It.formatMobileRegistryEntry=It.getDappRegistryUrl=It.getWalletRegistryUrl=void 0;var Cc="https://registry.walletconnect.com";function J0(){return Cc+"/api/v2/wallets"}It.getWalletRegistryUrl=J0;function Y0(){return Cc+"/api/v2/dapps"}It.getDappRegistryUrl=Y0;function xc(e,t="mobile"){var r;return{name:e.name||"",shortName:e.metadata.shortName||"",color:e.metadata.colors.primary||"",logo:(r=e.image_url.sm)!==null&&r!==void 0?r:"",universalLink:e[t].universal||"",deepLink:e[t].native||""}}It.formatMobileRegistryEntry=xc;function Q0(e,t="mobile"){return Object.values(e).filter(r=>!!r[t].universal||!!r[t].native).map(r=>xc(r,t))}It.formatMobileRegistry=Q0});var _c=kt(wr=>{"use strict";Object.defineProperty(wr,"__esModule",{value:!0});var Co=gn();Co.__exportStar(Xi(),wr);Co.__exportStar(ea(),wr);Co.__exportStar(ra(),wr);Co.__exportStar(wc(),wr);Co.__exportStar(Ec(),wr)});import{Web3Provider as F2}from"@ethersproject/providers";import{useEffect as pi,useState as rt}from"react";var O=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import Ou from"axios";var St=class extends Error{constructor(r,n,i){super(r);n instanceof Error&&(this.cause=n),this.privyErrorCode=i}toString(){return`${this.type}${this.privyErrorCode?`-${this.privyErrorCode}`:""}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},Nr=class extends St{constructor(r,n,i,c,f){super(i,c,f);this.type=r;this.status=n}},D=class extends St{constructor(r,n,i){super(r,n,i);this.type="client_error"}};var de=class extends St{constructor(r,n,i){super(r,n,i);this.type="connector_error"}},je=e=>{if(e instanceof St)return e;if(!Ou.isAxiosError(e))return yt(e);if(!e.response)return new Nr("api_error",null,e.message,e);let{type:t,message:r,error:n,code:i}=e.response.data;return new Nr(t||"ApiError",e.response.status,r||n,e,i)},yt=e=>e instanceof St?e:e instanceof Error?new D(e.message,e):new D(`Internal error: ${e}`);var Ms=()=>"/api/v1/sessions",Ls=()=>"/api/v1/sessions/logout",ks=()=>"/api/v1/sessions/fork",Rs=()=>"/api/v1/sessions/fork/recover",Ws=()=>"/api/v1/siwe/init",Is=()=>"/api/v1/siwe/authenticate",Ns=()=>"/api/v1/siwe/link",Os=()=>"/api/v1/passwordless/init",Ds=()=>"/api/v1/passwordless/authenticate",Us=()=>"/api/v1/passwordless/link",Bs=()=>"/api/v1/passwordless_sms/init",Fs=()=>"/api/v1/passwordless_sms/authenticate",Gs=()=>"/api/v1/passwordless_sms/link",Hs=()=>"/api/v1/oauth/init",Vs=()=>"/api/v1/oauth/authenticate",qs=()=>"/api/v1/oauth/link",$s=()=>"/api/v1/siwe/unlink",zs=()=>"/api/v1/passwordless/unlink",Zs=()=>"/api/v1/passwordless_sms/unlink",js=()=>"/api/v1/oauth/unlink",Ks=()=>"/api/v1/analytics_events";var pr=class{constructor(t){this.meta={email:t}}async authenticate(){if(!this.api)throw new D("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new D("Email and email code must be set prior to calling authenticate.");try{let t=Ds(),r=await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode});return{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 je(t)}}async link(){if(!this.api)throw new D("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new D("Email and email code must be set prior to calling authenticate.");try{let t=Us();return(await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})).data}catch(t){throw je(t)}}async sendCodeEmail(t){if(!this.api)throw new D("Auth flow has no API instance");if(t&&(this.meta.email=t),!this.meta.email)throw new D("Email must be set when initialzing authentication.");try{let r=Os();return(await this.api.post(r,{email:this.meta.email})).data}catch(r){throw je(r)}}};var tr=class{constructor(t,r,n){this.meta={provider:t},this.meta.authorizationCode=r,this.meta.stateCode=n}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new D("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new D("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new D("User denied confirmation during OAuth flow");try{let t=Vs(),r=await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode});return{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 je(t)}}async link(){if(!this.api)throw new D("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new D("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new D("User denied confirmation during OAuth flow");try{let t=qs();return(await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(t){throw je(t)}}async getAuthorizationUrl(){var t;if(!this.api)throw new D("Auth flow has no API instance");if(!this.meta.provider)throw new D("Provider must be set when initialzing OAuth authentication.");try{let r=Hs();return(await this.api.post(r,{provider:this.meta.provider,redirect_to:window.location.href},{baseURL:(t=this.api)==null?void 0:t.fallbackApiUrl})).data}catch(r){throw je(r)}}};var rr=class{constructor(t,r,n){this._meta={walletType:r,walletId:n},this.connectors=t,this.walletConnector=this.connectors.createWalletConnector(r,null,n)}get meta(){return{...this._meta,walletName:this.walletConnector.walletBranding.name,walletIcon:this.walletConnector.walletBranding.icon}}async authenticate(){if(!this.api)throw new D("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign(),n=await this.api.post(Is(),{message:t,signature:r});return this.connectors.addWalletConnector(this.walletConnector),await this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),{user:n.data.user,token:n.data.token,refresh_token:n.data.refresh_token,is_new_user:n.data.is_new_user}}catch(t){throw je(t)}}async link(){if(!this.api)throw new D("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign(),n=await this.api.post(Ns(),{message:t,signature:r});return this.connectors.addWalletConnector(this.walletConnector),await this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),n.data}catch(t){throw je(t)}}async promptConnect(){if(!this.api)throw new D("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 D("Auth flow has no API instance");if(!this.preparedMessage){let r=await this.walletConnector.connect({showPrompt:!1});await this.buildSiweMessage(r)}if(!this.preparedMessage)throw new D("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 D("Auth flow has no API instance");let r=t.address,n=t.chainId,i=await this.api.post(Ws(),{address:r});return this.preparedMessage=this.walletConnector.prepareMessage(n,r,i.data.nonce),this.preparedMessage}};var hr=class{constructor(t){this.meta={phoneNumber:t}}async authenticate(){if(!this.api)throw new D("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new D("phone number and sms code must be set prior to calling authenticate.");try{let t=Fs(),r=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{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 je(t)}}async link(){if(!this.api)throw new D("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new D("phone number and sms code must be set prior to calling authenticate.");try{let t=Gs();return(await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(t){throw je(t)}}async sendSmsCode(t){if(!this.api)throw new D("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new D("phone nNumber must be set when initialzing authentication.");try{let r=Bs();return(await this.api.post(r,{phoneNumber:this.meta.phoneNumber})).data}catch(r){throw je(r)}}};import{getAddress as ef}from"@ethersproject/address";var Js="1.24.0-beta.6";var Rt="4df5e2316331463a9130964bd6078dfa",Yo="https://auth.privy.io",Ys=1e4,bt=1400,Wi=Js;var Or="privy:token",Qo="privy:refresh_token",vo="privy:session_transfer_token",Xo="privy:connectors",Ii="walletconnect",Qs=3e4,wt=1;var Ni=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,r){r!==void 0?this._cache[t]=r:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},Oi=class{get(t){let r=localStorage.getItem(t);return r===null?void 0:JSON.parse(r)}put(t,r){r!==void 0?localStorage.setItem(t,JSON.stringify(r)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}};function Uu(){return typeof window<"u"&&window.localStorage?new Oi:new Ni}var le=Uu();import i0 from"@coinbase/wallet-sdk";import{getAddress as a0}from"@ethersproject/address";import{jsx as Xs,jsxs as Bu}from"react/jsx-runtime";var Ct=({style:e,...t})=>Bu("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:[Xs("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Xs("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{getAddress as o0}from"@ethersproject/address";import{Web3Provider as n0}from"@ethersproject/providers";import{Logger as Fu}from"@ethersproject/logger";var el="bytes/5.7.0";var Dr=new Fu(el);function rl(e){return!!e.toHexString}function en(e){return e.slice||(e.slice=function(){let t=Array.prototype.slice.call(arguments);return en(new Uint8Array(Array.prototype.slice.apply(e,t)))}),e}function tl(e){return typeof e=="number"&&e==e&&e%1===0}function tn(e){if(e==null)return!1;if(e.constructor===Uint8Array)return!0;if(typeof e=="string"||!tl(e.length)||e.length<0)return!1;for(let t=0;t<e.length;t++){let r=e[t];if(!tl(r)||r<0||r>=256)return!1}return!0}function ol(e,t){if(t||(t={}),typeof e=="number"){Dr.checkSafeUint53(e,"invalid arrayify value");let r=[];for(;e;)r.unshift(e&255),e=parseInt(String(e/256));return r.length===0&&r.push(0),en(new Uint8Array(r))}if(t.allowMissingPrefix&&typeof e=="string"&&e.substring(0,2)!=="0x"&&(e="0x"+e),rl(e)&&(e=e.toHexString()),qt(e)){let r=e.substring(2);r.length%2&&(t.hexPad==="left"?r="0"+r:t.hexPad==="right"?r+="0":Dr.throwArgumentError("hex data is odd-length","value",e));let n=[];for(let i=0;i<r.length;i+=2)n.push(parseInt(r.substring(i,i+2),16));return en(new Uint8Array(n))}return tn(e)?en(new Uint8Array(e)):Dr.throwArgumentError("invalid arrayify value","value",e)}function qt(e,t){return!(typeof e!="string"||!e.match(/^0x[0-9A-Fa-f]*$/)||t&&e.length!==2+2*t)}var Di="0123456789abcdef";function nl(e,t){if(t||(t={}),typeof e=="number"){Dr.checkSafeUint53(e,"invalid hexlify value");let r="";for(;e;)r=Di[e&15]+r,e=Math.floor(e/16);return r.length?(r.length%2&&(r="0"+r),"0x"+r):"0x00"}if(typeof e=="bigint")return e=e.toString(16),e.length%2?"0x0"+e:"0x"+e;if(t.allowMissingPrefix&&typeof e=="string"&&e.substring(0,2)!=="0x"&&(e="0x"+e),rl(e))return e.toHexString();if(qt(e))return e.length%2&&(t.hexPad==="left"?e="0x0"+e.substring(2):t.hexPad==="right"?e+="0":Dr.throwArgumentError("hex data is odd-length","value",e)),e.toLowerCase();if(tn(e)){let r="0x";for(let n=0;n<e.length;n++){let i=e[n];r+=Di[(i&240)>>4]+Di[i&15]}return r}return Dr.throwArgumentError("invalid hexlify value","value",e)}import{InfuraProvider as e0}from"@ethersproject/providers";var dl=Ss(al());import{Logger as Ur}from"@ethersproject/logger";var sl="bignumber/5.7.0";var Fi=dl.default.BN,$t=new Ur(sl),Bi={},ll=9007199254740991;var cl=!1,Ye=class{constructor(t,r){t!==Bi&&$t.throwError("cannot call constructor directly; use BigNumber.from",Ur.errors.UNSUPPORTED_OPERATION,{operation:"new (BigNumber)"}),this._hex=r,this._isBigNumber=!0,Object.freeze(this)}fromTwos(t){return at(Q(this).fromTwos(t))}toTwos(t){return at(Q(this).toTwos(t))}abs(){return this._hex[0]==="-"?Ye.from(this._hex.substring(1)):this}add(t){return at(Q(this).add(Q(t)))}sub(t){return at(Q(this).sub(Q(t)))}div(t){return Ye.from(t).isZero()&&xt("division-by-zero","div"),at(Q(this).div(Q(t)))}mul(t){return at(Q(this).mul(Q(t)))}mod(t){let r=Q(t);return r.isNeg()&&xt("division-by-zero","mod"),at(Q(this).umod(r))}pow(t){let r=Q(t);return r.isNeg()&&xt("negative-power","pow"),at(Q(this).pow(r))}and(t){let r=Q(t);return(this.isNegative()||r.isNeg())&&xt("unbound-bitwise-result","and"),at(Q(this).and(r))}or(t){let r=Q(t);return(this.isNegative()||r.isNeg())&&xt("unbound-bitwise-result","or"),at(Q(this).or(r))}xor(t){let r=Q(t);return(this.isNegative()||r.isNeg())&&xt("unbound-bitwise-result","xor"),at(Q(this).xor(r))}mask(t){return(this.isNegative()||t<0)&&xt("negative-width","mask"),at(Q(this).maskn(t))}shl(t){return(this.isNegative()||t<0)&&xt("negative-width","shl"),at(Q(this).shln(t))}shr(t){return(this.isNegative()||t<0)&&xt("negative-width","shr"),at(Q(this).shrn(t))}eq(t){return Q(this).eq(Q(t))}lt(t){return Q(this).lt(Q(t))}lte(t){return Q(this).lte(Q(t))}gt(t){return Q(this).gt(Q(t))}gte(t){return Q(this).gte(Q(t))}isNegative(){return this._hex[0]==="-"}isZero(){return Q(this).isZero()}toNumber(){try{return Q(this).toNumber()}catch{xt("overflow","toNumber",this.toString())}return null}toBigInt(){try{return BigInt(this.toString())}catch{}return $t.throwError("this platform does not support BigInt",Ur.errors.UNSUPPORTED_OPERATION,{value:this.toString()})}toString(){return arguments.length>0&&(arguments[0]===10?cl||(cl=!0,$t.warn("BigNumber.toString does not accept any parameters; base-10 is assumed")):arguments[0]===16?$t.throwError("BigNumber.toString does not accept any parameters; use bigNumber.toHexString()",Ur.errors.UNEXPECTED_ARGUMENT,{}):$t.throwError("BigNumber.toString does not accept parameters",Ur.errors.UNEXPECTED_ARGUMENT,{})),Q(this).toString(10)}toHexString(){return this._hex}toJSON(t){return{type:"BigNumber",hex:this.toHexString()}}static from(t){if(t instanceof Ye)return t;if(typeof t=="string")return t.match(/^-?0x[0-9a-f]+$/i)?new Ye(Bi,yo(t)):t.match(/^-?[0-9]+$/)?new Ye(Bi,yo(new Fi(t))):$t.throwArgumentError("invalid BigNumber string","value",t);if(typeof t=="number")return t%1&&xt("underflow","BigNumber.from",t),(t>=ll||t<=-ll)&&xt("overflow","BigNumber.from",t),Ye.from(String(t));let r=t;if(typeof r=="bigint")return Ye.from(r.toString());if(tn(r))return Ye.from(nl(r));if(r)if(r.toHexString){let n=r.toHexString();if(typeof n=="string")return Ye.from(n)}else{let n=r._hex;if(n==null&&r.type==="BigNumber"&&(n=r.hex),typeof n=="string"&&(qt(n)||n[0]==="-"&&qt(n.substring(1))))return Ye.from(n)}return $t.throwArgumentError("invalid BigNumber value","value",t)}static isBigNumber(t){return!!(t&&t._isBigNumber)}};function yo(e){if(typeof e!="string")return yo(e.toString(16));if(e[0]==="-")return e=e.substring(1),e[0]==="-"&&$t.throwArgumentError("invalid hex","value",e),e=yo(e),e==="0x00"?e:"-"+e;if(e.substring(0,2)!=="0x"&&(e="0x"+e),e==="0x")return"0x00";for(e.length%2&&(e="0x0"+e.substring(2));e.length>4&&e.substring(0,4)==="0x00";)e="0x"+e.substring(4);return e}function at(e){return Ye.from(yo(e))}function Q(e){let t=Ye.from(e).toHexString();return t[0]==="-"?new Fi("-"+t.substring(3),16):new Fi(t.substring(2),16)}function xt(e,t,r){let n={fault:e,operation:t};return r!=null&&(n.value=r),$t.throwError(e,Ur.errors.NUMERIC_FAULT,n)}import{Logger as Gu}from"@ethersproject/logger";var ul="strings/5.7.0";var Hu=new Gu(ul),Gi;(function(e){e.current="",e.NFC="NFC",e.NFD="NFD",e.NFKC="NFKC",e.NFKD="NFKD"})(Gi||(Gi={}));var st;(function(e){e.UNEXPECTED_CONTINUE="unexpected continuation byte",e.BAD_PREFIX="bad codepoint prefix",e.OVERRUN="string overrun",e.MISSING_CONTINUE="missing continuation byte",e.OUT_OF_RANGE="out of UTF-8 range",e.UTF16_SURROGATE="UTF-16 surrogate",e.OVERLONG="overlong representation"})(st||(st={}));function Vu(e,t,r,n,i){return Hu.throwArgumentError(`invalid codepoint at offset ${t}; ${e}`,"bytes",r)}function fl(e,t,r,n,i){if(e===st.BAD_PREFIX||e===st.UNEXPECTED_CONTINUE){let c=0;for(let f=t+1;f<r.length&&r[f]>>6===2;f++)c++;return c}return e===st.OVERRUN?r.length-t-1:0}function qu(e,t,r,n,i){return e===st.OVERLONG?(n.push(i),0):(n.push(65533),fl(e,t,r,n,i))}var pl=Object.freeze({error:Vu,ignore:fl,replace:qu});function $u(e,t){t==null&&(t=pl.error),e=ol(e);let r=[],n=0;for(;n<e.length;){let i=e[n++];if(i>>7===0){r.push(i);continue}let c=null,f=null;if((i&224)===192)c=1,f=127;else if((i&240)===224)c=2,f=2047;else if((i&248)===240)c=3,f=65535;else{(i&192)===128?n+=t(st.UNEXPECTED_CONTINUE,n-1,e,r):n+=t(st.BAD_PREFIX,n-1,e,r);continue}if(n-1+c>=e.length){n+=t(st.OVERRUN,n-1,e,r);continue}let g=i&(1<<8-c-1)-1;for(let y=0;y<c;y++){let w=e[n];if((w&192)!=128){n+=t(st.MISSING_CONTINUE,n,e,r),g=null;break}g=g<<6|w&63,n++}if(g!==null){if(g>1114111){n+=t(st.OUT_OF_RANGE,n-1-c,e,r,g);continue}if(g>=55296&&g<=57343){n+=t(st.UTF16_SURROGATE,n-1-c,e,r,g);continue}if(g<=f){n+=t(st.OVERLONG,n-1-c,e,r,g);continue}r.push(g)}}return r}function zu(e){return e.map(t=>t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode((t>>10&1023)+55296,(t&1023)+56320))).join("")}function Hi(e,t){return zu($u(e,t))}import t0 from"eventemitter3";var Zu=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],hl=e=>Zu.includes(e);import{isPossiblePhoneNumber as ju}from"libphonenumber-js/min";var ml=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,}))$/),gl=e=>ju(String(e),"US"),vl=(e,t)=>{let r=e.slice(0),n=[];for(;r.length;)n.push(r.splice(0,t));return n},Tt=(e,t=3,r=4)=>{if(!e)return"";let n=2,i=3;if(t+r+n+i>=e.length)return e;let c=e.slice(0,n+t),f=e.slice(e.length-r,e.length);return`${c}...${f}`},Vi=e=>new Promise(t=>setTimeout(t,e)),yl=(e,t={})=>{let r=t.delayMs||40,n=t.maxAttempts||1e3;return new Promise(async(i,c)=>{let f=!1,g=0;for(;!f&&g<n;)e().then(()=>{f=!0,i()},(...y)=>{f=!0,c(...y)}),g+=1,await Vi(r);f||c(new Error("Exceeded max attempts before resolving function"))})},rn=(e,t,r={})=>{let n=new URL(t,e);for(let[i,c]of Object.entries(r))n.searchParams.set(i,c);return n.href},Ku=(e,t)=>e.toLowerCase()===t.toLowerCase(),qi=(e,t)=>{for(let r of e)if(Ku(r,t))return!0;return!1},on=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),bo=e=>typeof e=="string"?e:"0x"+e.toString(16);import{ErrorCode as Ju}from"@ethersproject/logger";var Br=class extends de{constructor(){super("Wallet timeout");this.type="wallet_error"}},gr=class extends de{constructor(){super("User rejected connection");this.type="wallet_error"}},Et=e=>{if(e instanceof de)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new Fr(e);return e.code===Ju.ACTION_REJECTED&&(t.details=mr.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new Fr(e):new de("Unknown connector error",e)},$i=class extends St{constructor(r,n,i){super(r);this.type="provider_error";this.code=n,this.data=i}},Fr=class extends $i{constructor(r){var c,f,g;let n=r;super(n.message,n.code,n.data);let i=Object.values(mr).find(y=>y.eipCode===n.code);this.details=i||mr.UNKNOWN_ERROR,n.code===-32002&&((c=n.message)!=null&&c.includes("already pending for origin")?(f=n.message)!=null&&f.includes("wallet_requestPermissions")?this.details=mr.E32002_CONNECTION_ALREADY_PENDING:this.details=mr.E32002_REQUEST_ALREADY_PENDING:(g=n.message)!=null&&g.includes("Already processing")&&n.message.includes("eth_requestAccounts")&&(this.details=mr.E32002_WALLET_LOCKED))}},Yu={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}},Qu={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}},Xu={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}},mr={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Xu,...Qu},vr={...Yu,...mr};var r0=12e4,zi=(e=new Br,t=r0)=>new Promise((r,n)=>setTimeout(()=>{n(e)},t)),Mt=class{constructor(t){this.removeListener=(t,r)=>{if(this.walletProvider)return this.walletProvider.removeListener(t,r)};this.setWalletProvider=t=>{this.walletProvider=t,this._subscriptions.forEach(r=>{var n;(n=this.walletProvider)==null||n.on(r.eventName,r.listener)})};this.walletProvider=t,this._subscriptions=[]}on(t,r){if(this.walletProvider)return this.walletProvider.on(t,r);this._subscriptions.push({eventName:t,listener:r})}async request(t){if(!this.walletProvider)throw new de(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),zi()]).catch(r=>{throw Et(r)})}},or=class extends Error{constructor(r,n,i){super(r);this.code=n,this.data=i}},nn=class extends t0{constructor(r,n,i=1){super();this.walletProxy=r,this.address=n,this.chainId=i,this.infuraProvider=new e0(i,Rt)}async handleSendTransaction(r){if(!r.params||!Array.isArray(r.params))throw new or(`Invalid params for ${r.method}`,4200);let n=r.params[0],i=n.chainId;if(i&&Number(i)!==this.chainId)throw new or(`Chain disconnected. Currently connected to ${this.chainId}, attempting to send to ${Number(i)}`,4901);if(!await wo()||!this.address)throw new or("Disconnected",4900);return(await wl(n)).transactionHash}handleSwitchEthereumChain(r){if(!r.params||!Array.isArray(r.params))throw new or(`Invalid params for ${r.method}`,4200);let n=r.params[0];this.chainId=Number(n),this.emit("chainChanged",n)}async handlePersonalSign(r){if(!r.params||!Array.isArray(r.params))throw new Error("Invalid params for eth_estimateGas");let n=r.params[0],i=qt(n)?Hi(n):n;return await bl(i)}async handleEstimateGas(r){if(!r.params||!Array.isArray(r.params))throw new Error("Invalid params for eth_estimateGas");let n={...r.params[0],chainId:bo(this.chainId)};return delete n.from,this.infuraProvider.send("eth_estimateGas",[n])}async request(r){switch(console.debug("Embedded1193Provider.request() called with args",r),r.method){case"eth_accounts":return this.address?[this.address]:[];case"eth_chainId":return bo(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(r);case"eth_sendTransaction":return this.handleSendTransaction(r);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(r);case"personal_sign":return this.handlePersonalSign(r);default:break}if(hl(r.method)){let n=await wo();if(!n||!this.address)throw new or("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:n,request:{method:r.method,params:r.params}})).response.data}catch(i){throw console.error(i),new or("Disconnected",4900)}}else return this.infuraProvider.send(r.method,r.params)}async connect(){let r=await wo();if(!r||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:r})).address}catch(n){return console.error(n),null}}},yr=class extends Mt{constructor(r){super(r)}},an=class extends Mt{constructor(t){super(t)}sendAsync(t,r){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var ut=class{constructor(t,r,n){this.createSiweMessage=(t,r,n,i,c,f,g)=>`${n} wants you to sign in with your Ethereum account:
2
- ${r}
1
+ var Od=Object.create;var Qo=Object.defineProperty;var Dd=Object.getOwnPropertyDescriptor;var Ud=Object.getOwnPropertyNames;var Bd=Object.getPrototypeOf,Fd=Object.prototype.hasOwnProperty;var $i=(e,t)=>()=>(e&&(t=e(e=0)),t);var Ze=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),qi=(e,t)=>{for(var o in t)Qo(e,o,{get:t[o],enumerable:!0})},ji=(e,t,o,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Ud(t))!Fd.call(e,n)&&n!==o&&Qo(e,n,{get:()=>t[n],enumerable:!(r=Dd(t,n))||r.enumerable});return e};var Gd=(e,t,o)=>(o=e!=null?Od(Bd(e)):{},ji(t||!e||!e.__esModule?Qo(o,"default",{value:e,enumerable:!0}):o,e)),zi=e=>ji(Qo({},"__esModule",{value:!0}),e);var hr=Ze((Ih,mr)=>{var Na,Oa,Da,Ua,Ba,Fa,Ga,Ha,Va,ur,kn,$a,qa,ja,jt,za,Za,Ka,Ja,Ya,Qa,Xa,es,ts,fr;(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 mr=="object"&&typeof mr.exports=="object"?e(o(t,o(mr.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])};Na=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)},Oa=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},Da=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},Ua=function(r,n,i,a){var s=arguments.length,l=s<3?n:a===null?a=Object.getOwnPropertyDescriptor(n,i):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(r,n,i,a);else for(var h=r.length-1;h>=0;h--)(c=r[h])&&(l=(s<3?c(l):s>3?c(n,i,l):c(n,i))||l);return s>3&&l&&Object.defineProperty(n,i,l),l},Ba=function(r,n){return function(i,a){n(i,a,r)}},Fa=function(r,n){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,n)},Ga=function(r,n,i,a){function s(l){return l instanceof i?l:new i(function(c){c(l)})}return new(i||(i=Promise))(function(l,c){function h(g){try{p(a.next(g))}catch(b){c(b)}}function m(g){try{p(a.throw(g))}catch(b){c(b)}}function p(g){g.done?l(g.value):s(g.value).then(h,m)}p((a=a.apply(r,n||[])).next())})},Ha=function(r,n){var i={label:0,sent:function(){if(l[0]&1)throw l[1];return l[1]},trys:[],ops:[]},a,s,l,c;return c={next:h(0),throw:h(1),return:h(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function h(p){return function(g){return m([p,g])}}function m(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(g){p=[6,g],s=0}finally{a=l=0}if(p[0]&5)throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}},Va=function(r,n){for(var i in r)i!=="default"&&!Object.prototype.hasOwnProperty.call(n,i)&&fr(n,r,i)},fr=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]},ur=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.")},kn=function(r,n){var i=typeof Symbol=="function"&&r[Symbol.iterator];if(!i)return r;var a=i.call(r),s,l=[],c;try{for(;(n===void 0||n-- >0)&&!(s=a.next()).done;)l.push(s.value)}catch(h){c={error:h}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(c)throw c.error}}return l},$a=function(){for(var r=[],n=0;n<arguments.length;n++)r=r.concat(kn(arguments[n]));return r},qa=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],c=0,h=l.length;c<h;c++,s++)a[s]=l[c];return a},ja=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))},jt=function(r){return this instanceof jt?(this.v=r,this):new jt(r)},za=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={},c("next"),c("throw"),c("return"),s[Symbol.asyncIterator]=function(){return this},s;function c(d){a[d]&&(s[d]=function(y){return new Promise(function(v,P){l.push([d,y,v,P])>1||h(d,y)})})}function h(d,y){try{m(a[d](y))}catch(v){b(l[0][3],v)}}function m(d){d.value instanceof jt?Promise.resolve(d.value.v).then(p,g):b(l[0][2],d)}function p(d){h("next",d)}function g(d){h("throw",d)}function b(d,y){d(y),l.shift(),l.length&&h(l[0][0],l[0][1])}},Za=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(c){return(i=!i)?{value:jt(r[s](c)),done:s==="return"}:l?l(c):c}:l}},Ka=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 ur=="function"?ur(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(c){return new Promise(function(h,m){c=r[l](c),s(h,m,c.done,c.value)})}}function s(l,c,h,m){Promise.resolve(m).then(function(p){l({value:p,done:h})},c)}},Ja=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};Ya=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)&&fr(n,r,i);return o(n,r),n},Qa=function(r){return r&&r.__esModule?r:{default:r}},Xa=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)},es=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},ts=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",Na),e("__assign",Oa),e("__rest",Da),e("__decorate",Ua),e("__param",Ba),e("__metadata",Fa),e("__awaiter",Ga),e("__generator",Ha),e("__exportStar",Va),e("__createBinding",fr),e("__values",ur),e("__read",kn),e("__spread",$a),e("__spreadArrays",qa),e("__spreadArray",ja),e("__await",jt),e("__asyncGenerator",za),e("__asyncDelegator",Za),e("__asyncValues",Ka),e("__makeTemplateObject",Ja),e("__importStar",Ya),e("__importDefault",Qa),e("__classPrivateFieldGet",Xa),e("__classPrivateFieldSet",es),e("__classPrivateFieldIn",ts)})});var Rn=Ze(V=>{"use strict";Object.defineProperty(V,"__esModule",{value:!0});V.getLocalStorage=V.getLocalStorageOrThrow=V.getCrypto=V.getCryptoOrThrow=V.getLocation=V.getLocationOrThrow=V.getNavigator=V.getNavigatorOrThrow=V.getDocument=V.getDocumentOrThrow=V.getFromWindowOrThrow=V.getFromWindow=void 0;function Et(e){let t;return typeof window<"u"&&typeof window[e]<"u"&&(t=window[e]),t}V.getFromWindow=Et;function zt(e){let t=Et(e);if(!t)throw new Error(`${e} is not defined in Window`);return t}V.getFromWindowOrThrow=zt;function b1(){return zt("document")}V.getDocumentOrThrow=b1;function v1(){return Et("document")}V.getDocument=v1;function w1(){return zt("navigator")}V.getNavigatorOrThrow=w1;function C1(){return Et("navigator")}V.getNavigator=C1;function x1(){return zt("location")}V.getLocationOrThrow=x1;function E1(){return Et("location")}V.getLocation=E1;function _1(){return zt("crypto")}V.getCryptoOrThrow=_1;function P1(){return Et("crypto")}V.getCrypto=P1;function T1(){return zt("localStorage")}V.getLocalStorageOrThrow=T1;function A1(){return Et("localStorage")}V.getLocalStorage=A1});var rs=Ze(gr=>{"use strict";Object.defineProperty(gr,"__esModule",{value:!0});gr.getWindowMetadata=void 0;var os=Rn();function S1(){let e,t;try{e=os.getDocumentOrThrow(),t=os.getLocationOrThrow()}catch{return null}function o(){let m=e.getElementsByTagName("link"),p=[];for(let g=0;g<m.length;g++){let b=m[g],d=b.getAttribute("rel");if(d&&d.toLowerCase().indexOf("icon")>-1){let y=b.getAttribute("href");if(y)if(y.toLowerCase().indexOf("https:")===-1&&y.toLowerCase().indexOf("http:")===-1&&y.indexOf("//")!==0){let v=t.protocol+"//"+t.host;if(y.indexOf("/")===0)v+=y;else{let P=t.pathname.split("/");P.pop(),v+=P.join("/")+"/"+y}p.push(v)}else if(y.indexOf("//")===0){let v=t.protocol+y;p.push(v)}else p.push(y)}}return p}function r(...m){let p=e.getElementsByTagName("meta");for(let g=0;g<p.length;g++){let b=p[g],d=["itemprop","property","name"].map(y=>b.getAttribute(y)).filter(y=>y?m.includes(y):!1);if(d.length&&d){let y=b.getAttribute("content");if(y)return y}}return""}function n(){let m=r("name","og:site_name","og:title","twitter:title");return m||(m=e.title),m}function i(){return r("description","og:description","twitter:description","keywords")}let a=n(),s=i(),l=t.origin,c=o();return{description:s,url:l,icons:c,name:a}}gr.getWindowMetadata=S1});var ms={};qi(ms,{BotInfo:()=>cs,BrowserInfo:()=>as,NodeInfo:()=>ss,ReactNativeInfo:()=>ds,SearchBotDeviceInfo:()=>ls,browserName:()=>M1,detect:()=>I1,detectOS:()=>us,getNodeVersion:()=>fs,parseUserAgent:()=>Wn});function I1(e){return e?Wn(e):typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"?new ds:typeof navigator<"u"?Wn(navigator.userAgent):fs()}function ps(e){return e!==""&&W1.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 M1(e){var t=ps(e);return t?t[0]:null}function Wn(e){var t=ps(e);if(!t)return null;var o=t[0],r=t[1];if(o==="searchbot")return new cs;var n=r[1]&&r[1].split(/[._]/).slice(0,3);n?n.length<ns&&(n=L1(n,N1(ns-n.length))):n=[];var i=n.join("."),a=us(e),s=R1.exec(e);return s&&s[1]?new ls(o,i,a,s[1]):new as(o,i,a)}function us(e){for(var t=0,o=is.length;t<o;t++){var r=is[t],n=r[0],i=r[1],a=i.exec(e);if(a)return n}return null}function fs(){var e=typeof process<"u"&&process.version;return e?new ss(process.version.slice(1)):null}function N1(e){for(var t=[],o=0;o<e;o++)t.push("0");return t}var L1,as,ss,ls,cs,ds,k1,R1,ns,W1,is,hs=$i(()=>{L1=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},as=function(){function e(t,o,r){this.name=t,this.version=o,this.os=r,this.type="browser"}return e}(),ss=function(){function e(t){this.version=t,this.type="node",this.name="node",this.os=process.platform}return e}(),ls=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}(),cs=function(){function e(){this.type="bot",this.bot=!0,this.name="bot",this.version=null,this.os=null}return e}(),ds=function(){function e(){this.type="react-native",this.name="react-native",this.version=null,this.os=null}return e}(),k1=/alexa|bot|crawl(er|ing)|facebookexternalhit|feedburner|google web preview|nagios|postrank|pingdom|slurp|spider|yahoo!|yandex/,R1=/(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask\ Jeeves\/Teoma|ia_archiver)/,ns=3,W1=[["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",k1]],is=[["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 Mn=Ze(A=>{"use strict";Object.defineProperty(A,"__esModule",{value:!0});A.getClientMeta=A.getLocalStorage=A.getLocalStorageOrThrow=A.getCrypto=A.getCryptoOrThrow=A.getLocation=A.getLocationOrThrow=A.getNavigator=A.getNavigatorOrThrow=A.getDocument=A.getDocumentOrThrow=A.getFromWindowOrThrow=A.getFromWindow=A.isBrowser=A.isNode=A.isMobile=A.isIOS=A.isAndroid=A.detectOS=A.detectEnv=void 0;var gs=hr(),O1=gs.__importStar(rs()),Le=gs.__importStar(Rn()),D1=(hs(),zi(ms));function In(e){return(0,D1.detect)(e)}A.detectEnv=In;function yr(){let e=In();return e&&e.os?e.os:void 0}A.detectOS=yr;function ys(){let e=yr();return e?e.toLowerCase().includes("android"):!1}A.isAndroid=ys;function bs(){let e=yr();return e?e.toLowerCase().includes("ios")||e.toLowerCase().includes("mac")&&navigator.maxTouchPoints>1:!1}A.isIOS=bs;function U1(){return yr()?ys()||bs():!1}A.isMobile=U1;function vs(){let e=In();return e&&e.name?e.name.toLowerCase()==="node":!1}A.isNode=vs;function B1(){return!vs()&&!!(0,A.getNavigator)()}A.isBrowser=B1;A.getFromWindow=Le.getFromWindow;A.getFromWindowOrThrow=Le.getFromWindowOrThrow;A.getDocumentOrThrow=Le.getDocumentOrThrow;A.getDocument=Le.getDocument;A.getNavigatorOrThrow=Le.getNavigatorOrThrow;A.getNavigator=Le.getNavigator;A.getLocationOrThrow=Le.getLocationOrThrow;A.getLocation=Le.getLocation;A.getCryptoOrThrow=Le.getCryptoOrThrow;A.getCrypto=Le.getCrypto;A.getLocalStorageOrThrow=Le.getLocalStorageOrThrow;A.getLocalStorage=Le.getLocalStorage;function F1(){return O1.getWindowMetadata()}A.getClientMeta=F1});var ws={};qi(ws,{safeJsonParse:()=>G1,safeJsonStringify:()=>H1});function G1(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 H1(e){return typeof e=="string"?e:JSON.stringify(e)}var Cs=$i(()=>{});var Nn=Ze(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.safeJsonStringify=Zt.safeJsonParse=void 0;var V1=hr(),xs=V1.__importStar((Cs(),zi(ws)));Zt.safeJsonParse=xs.safeJsonParse;Zt.safeJsonStringify=xs.safeJsonStringify});var Dn=Ze(ct=>{"use strict";Object.defineProperty(ct,"__esModule",{value:!0});ct.removeLocal=ct.getLocal=ct.setLocal=void 0;var Es=Nn(),On=Mn();function $1(e,t){let o=(0,Es.safeJsonStringify)(t),r=(0,On.getLocalStorage)();r&&r.setItem(e,o)}ct.setLocal=$1;function q1(e){let t=null,o=null,r=(0,On.getLocalStorage)();return r&&(o=r.getItem(e)),t=o&&(0,Es.safeJsonParse)(o),t}ct.getLocal=q1;function j1(e){let t=(0,On.getLocalStorage)();t&&t.removeItem(e)}ct.removeLocal=j1});var Ps=Ze(ye=>{"use strict";Object.defineProperty(ye,"__esModule",{value:!0});ye.getMobileLinkRegistry=ye.getMobileRegistryEntry=ye.saveMobileLinkInfo=ye.formatIOSMobile=ye.mobileLinkChoiceKey=void 0;var z1=Dn();ye.mobileLinkChoiceKey="WALLETCONNECT_DEEPLINK_CHOICE";function Z1(e,t){let o=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${o}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${o}`:""}ye.formatIOSMobile=Z1;function K1(e){let t=e.href.split("?")[0];(0,z1.setLocal)(ye.mobileLinkChoiceKey,Object.assign(Object.assign({},e),{href:t}))}ye.saveMobileLinkInfo=K1;function _s(e,t){return e.filter(o=>o.name.toLowerCase().includes(t.toLowerCase()))[0]}ye.getMobileRegistryEntry=_s;function J1(e,t){let o=e;return t&&(o=t.map(r=>_s(e,r)).filter(Boolean)),o}ye.getMobileLinkRegistry=J1});var Ss=Ze(De=>{"use strict";Object.defineProperty(De,"__esModule",{value:!0});De.formatMobileRegistry=De.formatMobileRegistryEntry=De.getDappRegistryUrl=De.getWalletRegistryUrl=void 0;var Ts="https://registry.walletconnect.com";function Y1(){return Ts+"/api/v2/wallets"}De.getWalletRegistryUrl=Y1;function Q1(){return Ts+"/api/v2/dapps"}De.getDappRegistryUrl=Q1;function As(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||""}}De.formatMobileRegistryEntry=As;function X1(e,t="mobile"){return Object.values(e).filter(o=>!!o[t].universal||!!o[t].native).map(o=>As(o,t))}De.formatMobileRegistry=X1});var Ls=Ze(_t=>{"use strict";Object.defineProperty(_t,"__esModule",{value:!0});var Eo=hr();Eo.__exportStar(Mn(),_t);Eo.__exportStar(Nn(),_t);Eo.__exportStar(Dn(),_t);Eo.__exportStar(Ps(),_t);Eo.__exportStar(Ss(),_t)});import{Web3Provider as Vm}from"@ethersproject/providers";import{useEffect as fn,useState as ae}from"react";var C=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import Hd from"axios";var Re=class extends Error{constructor(o,r,n){super(o);r instanceof Error&&(this.cause=r),this.privyErrorCode=n}toString(){return`${this.type}${this.privyErrorCode?`-${this.privyErrorCode}`:""}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},Bt=class extends Re{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},x=class extends Re{constructor(o,r,n){super(o,r,n);this.type="client_error"}};var Z=class extends Re{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},Y=e=>{if(e instanceof Re)return e;if(!Hd.isAxiosError(e))return Ee(e);if(!e.response)return new Bt("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.response.data;return new Bt(t||"ApiError",e.response.status,o||r,e,n)},Ee=e=>e instanceof Re?e:e instanceof Error?new x(e.message,e):new x(`Internal error: ${e}`);var Zi=()=>"/api/v1/sessions",Ki=()=>"/api/v1/sessions/logout",Ji=()=>"/api/v1/sessions/fork",Yi=()=>"/api/v1/sessions/fork/recover",Qi=()=>"/api/v1/siwe/init",Xi=()=>"/api/v1/siwe/authenticate",ea=()=>"/api/v1/siwe/link",ta=()=>"/api/v1/passwordless/init",oa=()=>"/api/v1/passwordless/authenticate",ra=()=>"/api/v1/passwordless/link",na=()=>"/api/v1/passwordless_sms/init",ia=()=>"/api/v1/passwordless_sms/authenticate",aa=()=>"/api/v1/passwordless_sms/link",sa=()=>"/api/v1/oauth/init",la=()=>"/api/v1/oauth/authenticate",ca=()=>"/api/v1/oauth/link",da=()=>"/api/v1/siwe/unlink",pa=()=>"/api/v1/passwordless/unlink",ua=()=>"/api/v1/passwordless_sms/unlink",fa=()=>"/api/v1/oauth/unlink",ma=()=>"/api/v1/analytics_events";var yt=class{constructor(t){this.meta={email:t}}async authenticate(){if(!this.api)throw new x("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new x("Email and email code must be set prior to calling authenticate.");try{let t=oa(),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 Y(t)}}async link(){if(!this.api)throw new x("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new x("Email and email code must be set prior to calling authenticate.");try{let t=ra();return(await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})).data}catch(t){throw Y(t)}}async sendCodeEmail(t){if(!this.api)throw new x("Auth flow has no API instance");if(t&&(this.meta.email=t),!this.meta.email)throw new x("Email must be set when initialzing authentication.");try{let o=ta();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw Y(o)}}};var it=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 x("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new x("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new x("User denied confirmation during OAuth flow");try{let t=la(),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 Y(t)}}async link(){if(!this.api)throw new x("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new x("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new x("User denied confirmation during OAuth flow");try{let t=ca();return(await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(t){throw Y(t)}}async getAuthorizationUrl(){var t;if(!this.api)throw new x("Auth flow has no API instance");if(!this.meta.provider)throw new x("Provider must be set when initialzing OAuth authentication.");try{let o=sa();return(await this.api.post(o,{provider:this.meta.provider,redirect_to:window.location.href},{baseURL:(t=this.api)==null?void 0:t.fallbackApiUrl})).data}catch(o){throw Y(o)}}};var at=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 x("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Xi(),{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 Y(t)}}async link(){if(!this.api)throw new x("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(ea(),{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 Y(t)}}async promptConnect(){if(!this.api)throw new x("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 x("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 x("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 x("Auth flow has no API instance");let o=t.address,r=t.chainId,n=await this.api.post(Qi(),{address:o});return this.preparedMessage=this.walletConnector.prepareMessage(r,o,n.data.nonce),this.preparedMessage}};var bt=class{constructor(t){this.meta={phoneNumber:t}}async authenticate(){if(!this.api)throw new x("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new x("phone number and sms code must be set prior to calling authenticate.");try{let t=ia(),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 Y(t)}}async link(){if(!this.api)throw new x("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new x("phone number and sms code must be set prior to calling authenticate.");try{let t=aa();return(await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(t){throw Y(t)}}async sendSmsCode(t){if(!this.api)throw new x("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new x("phone nNumber must be set when initialzing authentication.");try{let o=na();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw Y(o)}}};import{getAddress as tp}from"@ethersproject/address";var ha="1.24.0-beta.8";var Ne="4df5e2316331463a9130964bd6078dfa",Xo="https://auth.privy.io",ga=1e4,_e=1400,wn=ha;var Ft="privy:token",er="privy:refresh_token",wo="privy:session_transfer_token",tr="privy:connectors",Cn="walletconnect",ya=3e4,Pe=1;var xn=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)}},En=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 $d(){return typeof window<"u"&&window.localStorage?new En:new xn}var j=$d();import a1 from"@coinbase/wallet-sdk";import{getAddress as s1}from"@ethersproject/address";import{jsx as ba,jsxs as qd}from"react/jsx-runtime";var Te=({style:e,...t})=>qd("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:[ba("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),ba("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{getAddress as n1}from"@ethersproject/address";import{Web3Provider as i1}from"@ethersproject/providers";import{isHexString as Xd}from"@ethersproject/bytes";import{InfuraProvider as e1}from"@ethersproject/providers";import{toUtf8String as t1}from"@ethersproject/strings";import o1 from"eventemitter3";var jd=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],va=e=>jd.includes(e);import{isPossiblePhoneNumber as zd}from"libphonenumber-js/min";var wa=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,}))$/),Ca=e=>zd(String(e),"US"),xa=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},We=(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}`},_n=e=>new Promise(t=>setTimeout(t,e)),Ea=(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 _n(o);a||i(new Error("Exceeded max attempts before resolving function"))})},or=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href},Zd=(e,t)=>e.toLowerCase()===t.toLowerCase(),Pn=(e,t)=>{for(let o of e)if(Zd(o,t))return!0;return!1},rr=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Co=e=>typeof e=="string"?e:"0x"+e.toString(16);import{ErrorCode as Kd}from"@ethersproject/logger";var Gt=class extends Z{constructor(){super("Wallet timeout");this.type="wallet_error"}},wt=class extends Z{constructor(){super("User rejected connection");this.type="wallet_error"}},Ae=e=>{if(e instanceof Z)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new Ht(e);return e.code===Kd.ACTION_REJECTED&&(t.details=vt.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new Ht(e):new Z("Unknown connector error",e)},Tn=class extends Re{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Ht=class extends Tn{constructor(o){var i,a,s;let r=o;super(r.message,r.code,r.data);let n=Object.values(vt).find(l=>l.eipCode===r.code);this.details=n||vt.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=vt.E32002_CONNECTION_ALREADY_PENDING:this.details=vt.E32002_REQUEST_ALREADY_PENDING:(s=r.message)!=null&&s.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=vt.E32002_WALLET_LOCKED))}},Jd={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}},Yd={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}},Qd={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}},vt={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Qd,...Yd},Ct={...Jd,...vt};var r1=12e4,An=(e=new Gt,t=r1)=>new Promise((o,r)=>setTimeout(()=>{r(e)},t)),Ie=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 Z(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),An()]).catch(o=>{throw Ae(o)})}},st=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},nr=class extends o1{constructor(o,r,n=1){super();this.walletProxy=o,this.address=r,this.chainId=n,this.infuraProvider=new e1(n,Ne)}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new st(`Invalid params for ${o.method}`,4200);let r=o.params[0],n=r.chainId;if(n&&Number(n)!==this.chainId)throw new st(`Chain disconnected. Currently connected to ${this.chainId}, attempting to send to ${Number(n)}`,4901);if(!await xo()||!this.address)throw new st("Disconnected",4900);return(await Pa(r)).transactionHash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new st(`Invalid params for ${o.method}`,4200);let r=o.params[0];this.chainId=Number(r),this.emit("chainChanged",r)}async handlePersonalSign(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r=o.params[0],n=Xd(r)?t1(r):r;return await _a(n)}async handleEstimateGas(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r={...o.params[0],chainId:Co(this.chainId)};return delete r.from,this.infuraProvider.send("eth_estimateGas",[r])}async request(o){switch(console.debug("Embedded1193Provider.request() called with args",o),o.method){case"eth_accounts":return this.address?[this.address]:[];case"eth_chainId":return Co(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(o);case"eth_sendTransaction":return this.handleSendTransaction(o);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(o);case"personal_sign":return this.handlePersonalSign(o);default:break}if(va(o.method)){let r=await xo();if(!r||!this.address)throw new st("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new st("Disconnected",4900)}}else return this.infuraProvider.send(o.method,o.params)}async connect(){let o=await xo();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},xt=class extends Ie{constructor(o){super(o)}},ir=class extends Ie{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
+ ${o}
3
3
 
4
- ${g}
4
+ ${s}
5
5
 
6
- URI: ${i}
6
+ URI: ${n}
7
7
  Version: 1
8
8
  Chain ID: ${t}
9
- Nonce: ${f}
10
- Issued At: ${c}
9
+ Nonce: ${a}
10
+ Issued At: ${i}
11
11
  Resources:
12
- - https://privy.io`;this.proxyProvider=r,this.walletType=t,this.address=n,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=o0(t[0]))}return this.address}async fetchChainId(){if(!this.chain){let t=await this.proxyProvider.request({method:"eth_chainId"}),r=Number(t);this.chain=String(r)}return this.chain}async getConnectedWallet(){if(!this.walletType||!await this.isConnected())return null;let r=await this.fetchAddress(),n=await this.fetchChainId();return{address:r,chainId:n,chainType:"ethereum",walletClient:"unknown"}}async setActive(){return!0}async sign(t){return await this.connect({showPrompt:!1}),new n0(new yr(this.proxyProvider)).getSigner().signMessage(t)}prepareMessage(t,r,n){let i=window.location.host,c=window.location.origin,f="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",g=new Date().toISOString();return this.createSiweMessage(t,r,i,c,g,n,f)}};var s0=e=>{let t=`https://mainnet.infura.io/v3/${Rt}`,r=1;return e.makeWeb3Provider(t,r)},sn,ln=class extends ut{constructor(r,n){super("coinbase_wallet",r,n);this.proxyProvider=r,sn||(sn=new i0({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(r){return this.proxyProvider.setWalletProvider(s0(sn)),r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){sn.disconnect()}async isConnected(){return await this.fetchAddress()!==null}get walletBranding(){return{name:"Coinbase Wallet",icon:Ct}}async promptConnection(){try{let r="",n=await this.proxyProvider.request({method:"eth_requestAccounts"});if(n.length>0&&(r=a0(n[0])),!r||r==="")throw new de("Unable to retrieve address");this.connected=!0}catch(r){throw Et(r)}}};import{jsx as Cl}from"react/jsx-runtime";var nr=({style:e,...t})=>Cl("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:Cl("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(--privy-color-foreground-3)"})});var cn=class extends ut{constructor(r,n){super("embedded",r,n);this.proxyProvider=r,n&&(this.connected=!0),this.chain="0x1"}async connect(r){if(!await this.isConnected())return null;let n=(r==null?void 0:r.chainId)||"0x1";return this.chain=bo(n),await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[this.chain]}),this.getConnectedWallet()}setAddress(r){this.address=r,this.connected=!0}async getConnectedWallet(){return!this.address||!this.chain?null:{address:this.address,chainId:this.chain,chainType:"ethereum",walletClient:"privy"}}async fetchAddress(){return this.address}async isConnected(){return await this.proxyProvider.connect()===this.address}get walletBranding(){return{name:"Privy Wallet",icon:nr}}disconnect(){this.connected=!1}async promptConnection(){}};import{getAddress as Zi}from"@ethersproject/address";import{Web3Provider as xl}from"@ethersproject/providers";import{isMobile as c0}from"react-device-detect";import{jsx as ft,jsxs as l0}from"react/jsx-runtime";var _t=({style:e,...t})=>l0("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:[ft("rect",{width:"28",height:"28",rx:"3",fill:"white"}),ft("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),ft("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"}),ft("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"}),ft("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"}),ft("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"}),ft("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"}),ft("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"}),ft("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"}),ft("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"}),ft("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"}),ft("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"}),ft("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 El=async()=>{let t=await new xl(window.ethereum).listAccounts();return t.length===0?null:Zi(t[0])},dn=class extends ut{constructor(r,n){var i;super("metamask",r,n);this.proxyProvider=r,this.proxyProvider.setWalletProvider(window.ethereum),(i=window.ethereum.providers)==null||i.forEach(c=>{c.isMetaMask&&this.proxyProvider.setWalletProvider(c)}),this.subscribeListeners()}async connect(r){return r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}async isConnected(){let r=await this.connectedMetamaskAddress();return this.address===r}async connectedMetamaskAddress(){let n=await new xl(this.proxyProvider).listAccounts();return n.length===0?null:Zi(n[0])}get walletBranding(){return{name:"MetaMask",icon:_t}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{let r="";if(!c0&&_l()&&(await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&!await this.isConnected()))throw new de("Selected the wrong wallet in MetaMask");let n=await this.proxyProvider.request({method:"eth_requestAccounts"});if(n.length>0&&(r=Zi(n[0])),!r||r==="")throw new de("Unable to retrieve address");if(this.address&&r!==this.address)return;this.connected=!0,this.address=r}catch(r){throw Et(r)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!await this.isConnected();)await Vi(200);return this.connected=!0,!0}subscribeListeners(){this.proxyProvider.on("accountsChanged",r=>{var n;if(r.length>0){let i=r[0];this.connected=((n=this.address)==null?void 0:n.toLowerCase())===(i==null?void 0:i.toLowerCase())}else this.connected=!1}),this.proxyProvider.on("disconnect",()=>{this.connected=!1})}};import{getAddress as Pl}from"@ethersproject/address";import{Web3Provider as d0}from"@ethersproject/providers";import{jsx as Gr,jsxs as un}from"react/jsx-runtime";var Wt=({style:e,...t})=>un("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:[Gr("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),Gr("path",{d:"M24.0223 14.1704H21.5542C21.5542 9.14083 17.4627 5.06372 12.4151 5.06372C7.43008 5.06372 3.37717 9.04101 3.27798 13.9845C3.17536 19.0945 7.98653 23.5318 13.1154 23.5318H13.7605C18.2822 23.5318 24.3426 20.0047 25.2895 15.7072C25.4643 14.9151 24.8364 14.1704 24.0223 14.1704ZM8.74752 14.3945C8.74752 15.0671 8.19544 15.6172 7.52045 15.6172C6.84545 15.6172 6.29341 15.0669 6.29341 14.3945V12.4165C6.29341 11.7439 6.84545 11.1938 7.52045 11.1938C8.19544 11.1938 8.74752 11.7439 8.74752 12.4165V14.3945ZM13.0083 14.3945C13.0083 15.0671 12.4563 15.6172 11.7813 15.6172C11.1063 15.6172 10.5543 15.0669 10.5543 14.3945V12.4165C10.5543 11.7439 11.1065 11.1938 11.7813 11.1938C12.4563 11.1938 13.0083 11.7439 13.0083 12.4165V14.3945Z",fill:"url(#paint1_linear_1765_9937)"}),un("defs",{children:[un("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[Gr("stop",{stopColor:"#534BB1"}),Gr("stop",{offset:"1",stopColor:"#551BF9"})]}),un("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[Gr("stop",{stopColor:"white"}),Gr("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var fn=class extends ut{constructor(r,n){var i,c;super("phantom",r,n);if(this.proxyProvider=r,"phantom"in window){let f=window;this.proxyProvider.setWalletProvider(f.phantom.ethereum),(c=(i=f.phantom.ethereum)==null?void 0:i.providers)==null||c.forEach(g=>{g.isPhantom&&this.proxyProvider.setWalletProvider(g)})}this.subscribeListeners()}async connect(r){return r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}async isConnected(){let r=await this.connectedPhantomAddress();return this.address===r}async connectedPhantomAddress(){let n=await new d0(this.proxyProvider).listAccounts();return n.length===0?null:Pl(n[0])}get walletBranding(){return{name:"Phantom",icon:Wt}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{let r="",n=await this.proxyProvider.request({method:"eth_requestAccounts"});if(n.length>0&&(r=Pl(n[0])),!r||r==="")throw new de("Unable to retrieve address");this.connected=!0,this.address=r}catch(r){throw Et(r)}}subscribeListeners(){this.proxyProvider.on("accountsChanged",r=>{var n;if(r.length>0){let i=r[0];this.connected=((n=this.address)==null?void 0:n.toLowerCase())===(i==null?void 0:i.toLowerCase())}else this.connected=!0}),this.proxyProvider.on("disconnect",()=>{this.connected=!1})}};import X0 from"@walletconnect/web3-provider";import{isAndroid as Lc}from"react-device-detect";import{createContext as f0,useContext as p0,useEffect as ji,useState as Sl}from"react";import{jsx as u0}from"react/jsx-runtime";function Al(e){return u0("link",{rel:"prefetch",href:e.src})}import{jsx as h0,jsxs as m0}from"react/jsx-runtime";var zt="LANDING",Tl=f0({ready:!1,app:null,currentScreen:zt,lastScreen:zt,navigate:O,navigateBack:O,setModalData:O}),Ml=e=>{var A,P,_;let t=e.appConfig,r=e.authenticated,n=e.visible,[i,c]=Sl(e.initialScreen||zt),[f,g]=Sl(e.initialScreen||zt);ji(()=>{r||c(zt)},[r]),ji(()=>{n||(g(zt),c(zt))},[n]),ji(()=>{e.initialScreen&&i===zt&&(c(e.initialScreen),g(e.initialScreen))},[e.initialScreen]);let y=e.initialScreen&&i===zt?e.initialScreen:i,w={ready:!!(t!=null&&t.id),app:t,data:e.data,setModalData:e.setModalData,currentScreen:y,lastScreen:f,navigate:T=>{g(i),c(T)},navigateBack:()=>{c(f)}};return m0(Tl.Provider,{value:w,children:[(typeof((A=t==null?void 0:t.appearance)==null?void 0:A.logo)=="string"||((_=(P=t==null?void 0:t.appearance)==null?void 0:P.logo)==null?void 0:_.type)==="img")&&h0(Al,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},I=()=>p0(Tl);import{jsx as Hr,jsxs as g0}from"react/jsx-runtime";var Vr=({style:e,...t})=>{let{app:r}=I();return g0("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:[Hr("rect",{width:"28",height:"28",rx:"3",fill:(r==null?void 0:r.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),Hr("g",{clipPath:"url(#clip0_1765_9946)",children:Hr("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"})}),Hr("defs",{children:Hr("clipPath",{id:"clip0_1765_9946",children:Hr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var oa=Ss(_c());import{isAndroid as na}from"react-device-detect";var bn="c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",ia=e=>{let t=on(e).trim().toLowerCase();for(let[r,n]of Object.entries(xo))if(n.name.toLowerCase()===t)return{id:r,entry:n}},xo={"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:{native:"metamask:"}},"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"}}},Pc=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function Ac(e){return{name:e.name||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function Sc(e,t){let r=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${r}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${e}`:""}function Tc(e,t){return na?e:Sc(e,Ac(xo[t]))}var wn=(e,t)=>{if(!e)return;if(na){(0,oa.saveMobileLinkInfo)({name:"Unknown",href:t||"wc:"});return}let r=xo[e];if(!r){console.warn("Attempted to set info for unknown wallet",e);return}let n=Sc(t||"wc:",Ac(r));(0,oa.saveMobileLinkInfo)({name:(r==null?void 0:r.name)||"",href:n})},Mc=()=>{!na||window.open("wc:","_self")};var aa=class extends ut{constructor(r,n,i){super("wallet_connect",n,i);this.proxyProvider=n,this.connectionManager=r}setActive(){return this.walletProvider.walletId&&wn(this.walletProvider.walletId),Promise.resolve(!0)}async connect(r){return r.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.walletProvider.connected}get walletBranding(){var r,n,i;if(this.walletProvider.walletId){let c=xo[this.walletProvider.walletId];return{name:c.name,icon:this.walletProvider.walletId===bn?_t:Pc(c.image_id)}}return{name:on(((r=this.walletProvider.walletMeta)==null?void 0:r.name)||"")||"WalletConnect",icon:((i=(n=this.walletProvider.walletMeta)==null?void 0:n.icons)==null?void 0:i[0])||Vr}}async promptConnection(){return new Promise((r,n)=>{this.walletProvider.connector.on("disconnect",(c,f)=>{if(c){n(Et(c));return}f.params.some(g=>g.message==="Session Rejected")&&(this.setWalletProvider(this.connectionManager.replaceProvider(this,this.walletProvider)),n(new gr)),n(new de("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.connectionManager.replaceProvider(this,this.walletProvider)),n(new gr)}),this.walletProvider.connector.on("transport_error",(c,f)=>{n(Et(c))}),(async()=>{let c="",f=await Promise.race([this.connectionManager.enableProvider(this.walletProvider),zi()]);if(f.length>0&&(c=f[0]),!c||c==="")throw new de("Unable to retrieve address");this.connected=!0,r()})().catch(c=>n(Et(c)))})}async sign(r){wn(this.walletProvider.walletId),this.walletProvider.connected||await this.connectionManager.enableProvider(this.walletProvider);let n=await this.walletProvider.getWalletConnector();return new Promise(async(i,c)=>{var f;n.signPersonalMessage([r,(f=this.walletProvider.accounts)==null?void 0:f[0]]).then(g=>i(g)),Lc&&Mc()})}disconnect(){this.walletProvider.close().catch(()=>console.warn("Unable to disconnect wallet provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(r){this.proxyProvider.setWalletProvider(r)}},Cn=class{constructor(){this._storageIdToProvider={},this.reconnectDelayMs=10,this.reconnectBackoff=2,!(typeof window>"u")&&le.getKeys().forEach(t=>{var r,n;if(t.startsWith("walletconnect")){let i=t.split(":")[2]?t.split(":")[2]:void 0;if(!i){let c=(n=(r=le.get(t))==null?void 0:r.peerMeta)==null?void 0:n.name;if(c){let f=ia(c);f!=null&&f.id&&(i=f.id)}}this.createProviderWithStorageId(t,i)}})}createConnector(t,r,n){let i=this.getProviderForAddress(r,n),c=new aa(this,t,r);return i?i.isConnecting&&(i=this.replaceProvider(c,i)):i=this.createProvider(c,n),c.setWalletProvider(i),c}async disconnect(){await Promise.all(Object.values(this._storageIdToProvider).map(async t=>await t.disconnect()))}getStorageId(t,r){if(!t)return;let n=le.getKeys().filter(c=>c.startsWith("walletconnect"));if(r){let c=n.filter(f=>f.includes(r));if(c){let f=c.find(g=>qi(le.get(g).accounts,t));if(f)return f}}let i=n.find(c=>qi(le.get(c).accounts,t));if(!(i&&r&&!i.includes(r)))return i}getProviderForAddress(t,r){let n=this.getStorageId(t,r);n||(n=`${Ii}:${Math.random().toString(36).slice(2)}:${r||""}`);let i=this._storageIdToProvider[n];if(i)return i}createProviderWithStorageId(t,r){let n=r?{qrcode:!1}:{},i=new X0({infuraId:Rt,storageId:t,pollingInterval:Qs,...n});return i.walletId=r,r?i.connector.on("display_uri",(c,f)=>{wn(r);let g=f.params[0],y=Tc(g,r);Lc?window.open(y):window.open(y,"_self","noopener,noreferrer")}):i.connector.on("connect",()=>{var c,f,g;(c=i.walletMeta)!=null&&c.name&&(i.walletId=(g=ia((f=i.walletMeta)==null?void 0:f.name))==null?void 0:g.id)}),this._storageIdToProvider[t]=i,i}createProvider(t,r){let n=`${Ii}:${Math.random().toString(36).slice(2)}:${r||""}`,i=this.createProviderWithStorageId(n,r);return i.connector.on("transport_error",()=>{console.warn("Transport failed. Replacing provider."),setTimeout(()=>{t.setWalletProvider(this.replaceProvider(t,i)),this.reconnectDelayMs*=this.reconnectBackoff},this.reconnectDelayMs)}),i}replaceProvider(t,r){r.close().catch(()=>console.warn("Unable to disconnect provider"));let n=Object.entries(this._storageIdToProvider).find(([i,c])=>c.connector.session.key===r.connector.session.key);return n&&delete this._storageIdToProvider[n[0]],this.createProvider(t,r.walletId)}async enableProvider(t){return t.connected?Promise.resolve(t.accounts):await t.enable()}};var _l=()=>{if(!window.ethereum)return!1;if(xn(window.ethereum,!0))return!0;if(window.ethereum.providers){for(let e of window.ethereum.providers)if(xn(e,!0))return!0}return!1},sa=()=>{if(!window.ethereum)return!1;if(xn(window.ethereum,!1))return!0;if(window.ethereum.providers){for(let e of window.ethereum.providers)if(xn(e,!1))return!0}return!1},xn=(e,t)=>e.isMetaMask?e.isMetaMask&&!t?!0:!(e.isBraveWallet&&!e._events&&!e._state||e.isApexWallet||e.isAvalanche||e.isBitKeep||e.isBlockWallet||e.isKuCoinWallet||e.isMathWallet||e.isOkxWallet||e.isOKExWallet||e.isOneInchIOSWallet||e.isOneInchAndroidWallet||e.isOpera||e.isPhantom||e.isPortal||e.isRabby||e.isTokenPocket||e.isTokenary||e.isZerion):!1,ar=()=>{var e,t;if("phantom"in window){let r=window;if((t=(e=r==null?void 0:r.phantom)==null?void 0:e.ethereum)!=null&&t.isPhantom)return!0}return!1},Zr=()=>{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},la=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!(e==null?void 0:e.linkedAccounts.filter(n=>n.type=="wallet"&&n.address===ef(t)).length):!1},kc=()=>{var t;let e=le.get(Xo);return e?(t=e.find(r=>r.active))==null?void 0:t.address:null},Eo=class{constructor(){this.getEthereumProvider=()=>{var t;return((t=this.activeWalletConnector)==null?void 0:t.proxyProvider)||new Mt};this.walletConnectors=[],this.wcConnectionManager=new Cn,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(){(le.get(Xo)||[]).forEach(r=>{if(r.walletType!=="embedded"){let n=this.createWalletConnector(r.walletType,r.address);this.addWalletConnector(n),r.active&&(this.activeWalletConnector=n)}})}save(){let t=this.walletConnectors.map(r=>{var n;return{address:r.address,walletType:r.walletType,active:r.address===((n=this.activeWalletConnector)==null?void 0:n.address)&&r.walletType===this.activeWalletConnector.walletType}});le.put(Xo,t)}addEmbeddedWalletConnector(t,r){let n=new nn(t,r),i=new cn(n,r);this.addWalletConnector(i),this.save()}addWalletConnector(t){this.walletConnectors.find(n=>n.address===t.address&&n.walletType===t.walletType)||this.walletConnectors.push(t)}getConnectorByAddress(t){return this.walletConnectors.find(r=>{var n;return((n=r.address)==null?void 0:n.toLowerCase())===t.toLowerCase()})}async removeWallet(t){let r=this.walletConnectors.find(n=>n.address===t);r&&r.disconnect(),this.walletConnectors=this.walletConnectors.filter(n=>n.address!==t),this.activeWalletConnector=void 0,this.save()}async activeWalletSign(t){if(!this.activeWalletConnector)throw new de("Cannot sign, no wallet is active. Is a wallet connected?");return this.activeWalletConnector.sign(t)}async setActiveWallet(t){let r=this.walletConnectors.find(n=>n.address===t);if(r){let n=await r.setActive();return this.activeWalletConnector=n?r:void 0,this.activeWalletConnector&&this.activeWalletConnector.proxyProvider.on("accountsChanged",i=>{var c;i.length===0&&(((c=this.activeWalletConnector)==null?void 0:c.address)===t&&(this.activeWalletConnector=void 0),this.save())}),this.save(),!0}return!1}createWalletConnector(t,r,n){switch(t){case"metamask":return new dn(new Mt,r);case"phantom":return new fn(new Mt,r);case"coinbase_wallet":return new ln(new Mt,r);case"wallet_connect":return this.wcConnectionManager.createConnector(new Mt,r,n);case"embedded":throw new Error("This method should not be used to create embedded connectors")}}};function Zt(e){return new Date(e*1e3)}function tf(e){let t=[];for(let r of e){let n=r.type;switch(r.type){case"wallet":let i={address:r.address,type:r.type,verifiedAt:Zt(r.verified_at),chainType:r.chain_type,walletClient:r.wallet_client};t.push(i);break;case"email":let c={address:r.address,type:r.type,verifiedAt:Zt(r.verified_at)};t.push(c);break;case"phone":let f={number:r.phoneNumber,type:r.type,verifiedAt:Zt(r.verified_at)};t.push(f);break;case"google_oauth":let g={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:Zt(r.verified_at)};t.push(g);break;case"twitter_oauth":let y={subject:r.subject,username:r.username,name:r.name,type:r.type,verifiedAt:Zt(r.verified_at)};t.push(y);break;case"discord_oauth":let w={subject:r.subject,username:r.username,email:r.email,type:r.type,verifiedAt:Zt(r.verified_at)};t.push(w);break;case"github_oauth":let A={subject:r.subject,username:r.username,name:r.name,email:r.email,type:r.type,verifiedAt:Zt(r.verified_at)};t.push(A);break;case"apple_oauth":let P={subject:r.subject,email:r.email,type:r.type,verifiedAt:Zt(r.verified_at)};t.push(P);break;default:console.warn(`Unrecognized account type: ${n}. Please consider upgrading the Privy SDK.`)}}return t}function sr(e,t){return e.sort((r,n)=>n.verifiedAt.getTime()-r.verifiedAt.getTime()),e.find(r=>r.type===t)}function _o(e){let t=kc();if(!t&&e.wallet)return e;let r=e.linkedAccounts.find(i=>i.type==="wallet"&&i.address===t);if(!r)return e;let n=Object.assign({},e);return n.wallet=r&&{address:r.address,chainType:r.chainType,chainId:r.chainId,walletClient:r.walletClient},n}var ue=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy");function jt(e){if(!e)return null;let t=tf(e.linked_accounts),r=sr(t,"wallet"),n=sr(t,"email"),i=sr(t,"phone"),c=sr(t,"google_oauth"),f=sr(t,"twitter_oauth"),g=sr(t,"discord_oauth"),y=sr(t,"github_oauth"),w=sr(t,"apple_oauth"),A={id:e.id,createdAt:Zt(e.created_at),linkedAccounts:t,email:n&&{address:n==null?void 0:n.address},phone:i&&{number:i==null?void 0:i.number},wallet:r&&{address:r.address,chainType:r.chainType,chainId:r.chainId,walletClient:r.walletClient},google:c&&{subject:c.subject,email:c.email,name:c.name},twitter:f&&{subject:f.subject,username:f.username,name:f.name},discord:g&&{subject:g.subject,username:g.username,email:g.email},github:y&&{subject:y.subject,username:y.username,name:y.name,email:y.email},apple:w&&{subject:w.subject,email:w.email}};return _o(A)}import ca from"axios";var En=class{constructor(t,r,n){this.appId=t,this.sdkVersion=Wi,this.client=r,this.defaults=n,this.fallbackApiUrl=r.fallbackApiUrl}async get(t,r,n=!0){try{return await ca.get(t,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...r},n))}catch(i){throw je(i)}}async post(t,r,n,i=!0){try{return await ca.post(t,r,await this.buildConfig(n,i))}catch(c){throw je(c)}}async delete(t,r,n=!0){try{return await ca.delete(t,await this.buildConfig(r,n))}catch(i){throw je(i)}}async buildConfig(t,r=!0){if(t=Object.assign({withCredentials:!0},t||{}),t.headers=t.headers||{},t.headers["privy-app-id"]=this.appId,t.headers["privy-client"]=`react-auth:${this.sdkVersion}`,r){let n=await this.client.getAccessToken();n!==null&&(t.headers.authorization=`Bearer ${n}`)}return{...this.defaults,...t}}};function Rc(e){return e instanceof pr?"email":e instanceof hr?"sms":e instanceof rr?"siwe":e instanceof tr?e.meta.provider:null}var lr=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}};import*as Wc from"jose";var Kt=class{static parse(t){try{return new Kt(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Wc.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let r=Date.now(),n=(this.expiration-t)*1e3;return r>=n}};var rf=30,_n=class{constructor(){this.authenticateOnce=new lr(async t=>this._authenticate(t)),this.linkOnce=new lr(async t=>this._link(t)),this.refreshOnce=new lr(this._refresh.bind(this)),this.destroyOnce=new lr(this._destroy.bind(this)),this.forkSessionOnce=new lr(this._forkSession.bind(this))}get token(){try{let t=le.get(Or);return typeof t=="string"?new Kt(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=le.get(Qo);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=le.get(vo);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"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=Kt.parse(this.token);return t!==null&&!t.isExpired(rf)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:r,refresh_token:n,user:i,is_new_user:c}=await t.authenticate();this.storeToken(r),this.storeRefreshToken(n);let f=Rc(t);return f&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:f,isNewUser:c}),f==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{walletType:t.meta.walletType,walletName:t.meta.walletName}),{user:jt(i),isNewUser:c}}catch(r){throw console.warn("Error authenticating session"),yt(r)}}async _link(t){try{let r=await t.link();return jt(r)}catch(r){throw console.warn("Error linking account"),yt(r)}}async _refresh(){if(!this.api)throw new D("Session has no API instance");if(!this.client)throw new D("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,r=this.refreshToken,n=this.forkedToken;try{let i;if(t&&r)i=await this.api.post(Ms(),{refresh_token:r},{headers:{authorization:`Bearer ${t}`}},!1),n&&this.clearForkedToken();else if(n)i=await this.api.post(Rs(),{refresh_token:n},{},!1),this.clearForkedToken();else return null;return this.storeToken(i.data.token),this.storeRefreshToken(i.data.refresh_token),jt(i.data.user)}catch(i){if(i instanceof Nr&&i.status===400&&i.message==="Invalid auth token")return this.destroyLocalState(),null;throw yt(i)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(Ls(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new D("Session has no API instance");let t=this.refreshToken;try{let r=await this.api.post(ks(),{refresh_token:t});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),r.data.new_session_refresh_token}catch(r){throw yt(r)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){typeof t=="string"?le.put(Or,t):le.del(Or)}storeRefreshToken(t){typeof t=="string"?le.put(Qo,t):le.del(Qo)}clearForkedToken(){le.del(vo)}};var da,Po=class{constructor(t){this.apiUrl=t.apiUrl||Yo,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||Ys,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new Eo,da||(da=new _n),this.session=da,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new En(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi()}authenticate(){if(!this.authFlow)throw new D("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new D("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 r=await this.api.post(zs(),{address:t});return jt(r.data)}catch(r){throw yt(r)}}async unlinkPhone(t){try{let r=await this.api.post(Zs(),{phoneNumber:t});return jt(r.data)}catch(r){throw yt(r)}}async unlinkWallet(t){try{let r=await this.api.post($s(),{address:t});return await this.connectors.removeWallet(t),jt(r.data)}catch(r){throw yt(r)}}async unlinkOAuth(t,r){try{let n=await this.api.post(js(),{provider:t,subject:r});return jt(n.data)}catch(n){throw yt(n)}}async createAnalyticsEvent(t,r,n){try{if(!this.clientAnalyticsId)throw new Error("Cannot create analytics event if run in node and not browswer");await this.api.post(Ks(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...r||{},clientTimestamp:n?n.toISOString():new Date().toISOString()}})}catch(i){console.error("Failed to create analytics event",i)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){var r;return this.session.hasActiveToken()?((r=Kt.parse(this.session.token))==null?void 0:r.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 getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.data.id,name:t.data.name,verificationKey:t.data.verification_key,logoUrl:t.data.logo_url||void 0,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,appleOAuth:t.data.apple_oauth,termsAndConditionsUrl:t.data.terms_and_conditions_url,privacyPolicyUrl:t.data.privacy_policy_url,customApiUrl:t.data.custom_api_url,createdAt:new Date(t.data.created_at*1e3),updatedAt:new Date(t.data.updated_at*1e3)}}catch(t){throw yt(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t}`)).data.usd}catch{console.error(`Unable to fetch token price for chain with id ${t}`);return}}async setActiveWallet(t,r){if(!r.linkedAccounts.map(c=>c.type==="wallet"?c.address:null).includes(t))throw new D("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(t))throw new D("Error setting the active wallet.");return _o(r)}async forkSession(){return await this.session.forkSession()}};import"wicg-inert";import{disableBodyScroll as C2,clearAllBodyScrollLocks as x2}from"body-scroll-lock";import{useRef as E2,useCallback as _2}from"react";import{useEffect as Cu}from"react";import P2 from"react-dom";import as from"styled-components";import{createContext as of,useContext as nf}from"react";var ua=of({isLinking:!1,linkingHint:null,activeStatus:null,walletConnectionStatus:null,getAuthMeta:O,getAuthFlow:O,closePrivyModal:O,initLoginWithWallet:O,loginWithWallet:O,loginWithCode:O,initLoginWithEmail:O,initLoginWithSms:O,resendEmailCode:O,resendSmsCode:O,initLoginWithOAuth:O,loginWithOAuth:O,refreshUser:O,walletProxy:null,createAnalyticsEvent:O,getUsdTokenPrice:O}),Z=()=>nf(ua);import{createContext as af,useContext as sf}from"react";var fa=af({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:O,linkEmail:O,linkPhone:O,linkWallet:O,linkGoogle:O,linkTwitter:O,linkDiscord:O,linkGithub:O,linkApple:O,logout:O,getAccessToken:O,getEthereumProvider:O,getEthersProvider:O,getWeb3jsProvider:O,unlinkEmail:O,unlinkPhone:O,unlinkWallet:O,unlinkGoogle:O,unlinkTwitter:O,unlinkDiscord:O,unlinkGithub:O,unlinkApple:O,setActiveWallet:O,forkSession:O,createWallet:O,signMessage:O,sendTransaction:O,exportWallet:O}),te=()=>sf(fa);import va from"styled-components";import So,{css as Ic}from"styled-components";import ha from"styled-components";import{Fragment as df,jsx as pa,jsxs as uf}from"react/jsx-runtime";var Pn=({success:e,fail:t})=>uf(df,{children:[pa(Ao,{className:e?"success":t?"fail":""}),pa(lf,{className:e?"success":t?"fail":""})]}),Ao=ha.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=n1(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 i1(new xt(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 l1=e=>{let t=`https://mainnet.infura.io/v3/${Ne}`,o=1;return e.makeWeb3Provider(t,o)},ar,sr=class extends he{constructor(o,r){super("coinbase_wallet",o,r);this.proxyProvider=o,ar||(ar=new a1({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(o){return this.proxyProvider.setWalletProvider(l1(ar)),o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){ar.disconnect()}async isConnected(){return await this.fetchAddress()!==null}get walletBranding(){return{name:"Coinbase Wallet",icon:Te}}async promptConnection(){try{let o="",r=await this.proxyProvider.request({method:"eth_requestAccounts"});if(r.length>0&&(o=s1(r[0])),!o||o==="")throw new Z("Unable to retrieve address");this.connected=!0}catch(o){throw Ae(o)}}};import{jsx as Ta}from"react/jsx-runtime";var lt=({style:e,...t})=>Ta("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:Ta("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(--privy-color-foreground-3)"})});var lr=class extends he{constructor(o,r){super("embedded",o,r);this.proxyProvider=o,r&&(this.connected=!0),this.chain="0x1"}async connect(o){if(!await this.isConnected())return null;let r=(o==null?void 0:o.chainId)||"0x1";return this.chain=Co(r),await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[this.chain]}),this.getConnectedWallet()}setAddress(o){this.address=o,this.connected=!0}async getConnectedWallet(){return!this.address||!this.chain?null:{address:this.address,chainId:this.chain,chainType:"ethereum",walletClient:"privy"}}async fetchAddress(){return this.address}async isConnected(){return await this.proxyProvider.connect()===this.address}get walletBranding(){return{name:"Privy Wallet",icon:lt}}disconnect(){this.connected=!1}async promptConnection(){}};import{getAddress as Sn}from"@ethersproject/address";import{Web3Provider as Aa}from"@ethersproject/providers";import{isMobile as d1}from"react-device-detect";import{jsx as ge,jsxs as c1}from"react/jsx-runtime";var Se=({style:e,...t})=>c1("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:[ge("rect",{width:"28",height:"28",rx:"3",fill:"white"}),ge("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),ge("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"}),ge("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"}),ge("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"}),ge("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"}),ge("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"}),ge("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"}),ge("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"}),ge("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"}),ge("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"}),ge("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"}),ge("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 Sa=async()=>{let t=await new Aa(window.ethereum).listAccounts();return t.length===0?null:Sn(t[0])},cr=class extends he{constructor(o,r){var n;super("metamask",o,r);this.proxyProvider=o,this.proxyProvider.setWalletProvider(window.ethereum),(n=window.ethereum.providers)==null||n.forEach(i=>{i.isMetaMask&&this.proxyProvider.setWalletProvider(i)}),this.subscribeListeners()}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}async isConnected(){let o=await this.connectedMetamaskAddress();return this.address===o}async connectedMetamaskAddress(){let r=await new Aa(this.proxyProvider).listAccounts();return r.length===0?null:Sn(r[0])}get walletBranding(){return{name:"MetaMask",icon:Se}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{let o="";if(!d1&&La()&&(await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&!await this.isConnected()))throw new Z("Selected the wrong wallet in MetaMask");let r=await this.proxyProvider.request({method:"eth_requestAccounts"});if(r.length>0&&(o=Sn(r[0])),!o||o==="")throw new Z("Unable to retrieve address");if(this.address&&o!==this.address)return;this.connected=!0,this.address=o}catch(o){throw Ae(o)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!await this.isConnected();)await _n(200);return this.connected=!0,!0}subscribeListeners(){this.proxyProvider.on("accountsChanged",o=>{var r;if(o.length>0){let n=o[0];this.connected=((r=this.address)==null?void 0:r.toLowerCase())===(n==null?void 0:n.toLowerCase())}else this.connected=!1}),this.proxyProvider.on("disconnect",()=>{this.connected=!1})}};import{getAddress as ka}from"@ethersproject/address";import{Web3Provider as p1}from"@ethersproject/providers";import{jsx as Vt,jsxs as dr}from"react/jsx-runtime";var Oe=({style:e,...t})=>dr("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:[Vt("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),Vt("path",{d:"M24.0223 14.1704H21.5542C21.5542 9.14083 17.4627 5.06372 12.4151 5.06372C7.43008 5.06372 3.37717 9.04101 3.27798 13.9845C3.17536 19.0945 7.98653 23.5318 13.1154 23.5318H13.7605C18.2822 23.5318 24.3426 20.0047 25.2895 15.7072C25.4643 14.9151 24.8364 14.1704 24.0223 14.1704ZM8.74752 14.3945C8.74752 15.0671 8.19544 15.6172 7.52045 15.6172C6.84545 15.6172 6.29341 15.0669 6.29341 14.3945V12.4165C6.29341 11.7439 6.84545 11.1938 7.52045 11.1938C8.19544 11.1938 8.74752 11.7439 8.74752 12.4165V14.3945ZM13.0083 14.3945C13.0083 15.0671 12.4563 15.6172 11.7813 15.6172C11.1063 15.6172 10.5543 15.0669 10.5543 14.3945V12.4165C10.5543 11.7439 11.1065 11.1938 11.7813 11.1938C12.4563 11.1938 13.0083 11.7439 13.0083 12.4165V14.3945Z",fill:"url(#paint1_linear_1765_9937)"}),dr("defs",{children:[dr("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[Vt("stop",{stopColor:"#534BB1"}),Vt("stop",{offset:"1",stopColor:"#551BF9"})]}),dr("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[Vt("stop",{stopColor:"white"}),Vt("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var pr=class extends he{constructor(o,r){var n,i;super("phantom",o,r);if(this.proxyProvider=o,"phantom"in window){let a=window;this.proxyProvider.setWalletProvider(a.phantom.ethereum),(i=(n=a.phantom.ethereum)==null?void 0:n.providers)==null||i.forEach(s=>{s.isPhantom&&this.proxyProvider.setWalletProvider(s)})}this.subscribeListeners()}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}async isConnected(){let o=await this.connectedPhantomAddress();return this.address===o}async connectedPhantomAddress(){let r=await new p1(this.proxyProvider).listAccounts();return r.length===0?null:ka(r[0])}get walletBranding(){return{name:"Phantom",icon:Oe}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{let o="",r=await this.proxyProvider.request({method:"eth_requestAccounts"});if(r.length>0&&(o=ka(r[0])),!o||o==="")throw new Z("Unable to retrieve address");this.connected=!0,this.address=o}catch(o){throw Ae(o)}}subscribeListeners(){this.proxyProvider.on("accountsChanged",o=>{var r;if(o.length>0){let n=o[0];this.connected=((r=this.address)==null?void 0:r.toLowerCase())===(n==null?void 0:n.toLowerCase())}else this.connected=!0}),this.proxyProvider.on("disconnect",()=>{this.connected=!1})}};import ep from"@walletconnect/web3-provider";import{isAndroid as Ns}from"react-device-detect";import{createContext as f1,useContext as m1,useEffect as Ln,useState as Wa}from"react";import{jsx as u1}from"react/jsx-runtime";function Ra(e){return u1("link",{rel:"prefetch",href:e.src})}import{jsx as h1,jsxs as g1}from"react/jsx-runtime";var Ke="LANDING",Ia=f1({ready:!1,app:null,currentScreen:Ke,lastScreen:Ke,navigate:C,navigateBack:C,setModalData:C}),Ma=e=>{var h,m,p;let t=e.appConfig,o=e.authenticated,r=e.visible,[n,i]=Wa(e.initialScreen||Ke),[a,s]=Wa(e.initialScreen||Ke);Ln(()=>{o||i(Ke)},[o]),Ln(()=>{r||(s(Ke),i(Ke))},[r]),Ln(()=>{e.initialScreen&&n===Ke&&(i(e.initialScreen),s(e.initialScreen))},[e.initialScreen]);let l=e.initialScreen&&n===Ke?e.initialScreen:n,c={ready:!!(t!=null&&t.id),app:t,data:e.data,setModalData:e.setModalData,currentScreen:l,lastScreen:a,navigate:g=>{s(n),i(g)},navigateBack:()=>{i(a)}};return g1(Ia.Provider,{value:c,children:[(typeof((h=t==null?void 0:t.appearance)==null?void 0:h.logo)=="string"||((p=(m=t==null?void 0:t.appearance)==null?void 0:m.logo)==null?void 0:p.type)==="img")&&h1(Ra,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},w=()=>m1(Ia);import{jsx as $t,jsxs as y1}from"react/jsx-runtime";var qt=({style:e,...t})=>{let{app:o}=w();return y1("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:[$t("rect",{width:"28",height:"28",rx:"3",fill:(o==null?void 0:o.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),$t("g",{clipPath:"url(#clip0_1765_9946)",children:$t("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"})}),$t("defs",{children:$t("clipPath",{id:"clip0_1765_9946",children:$t("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var Un=Gd(Ls());import{isAndroid as Bn}from"react-device-detect";var br="c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",Fn=e=>{let t=rr(e).trim().toLowerCase();for(let[o,r]of Object.entries(_o))if(r.name.toLowerCase()===t)return{id:o,entry:r}},_o={"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:{native:"metamask:"}},"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"}}},ks=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function Rs(e){return{name:e.name||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function Ws(e,t){let o=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${o}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${e}`:""}function Is(e,t){return Bn?e:Ws(e,Rs(_o[t]))}var vr=(e,t)=>{if(!e)return;if(Bn){(0,Un.saveMobileLinkInfo)({name:"Unknown",href:t||"wc:"});return}let o=_o[e];if(!o){console.warn("Attempted to set info for unknown wallet",e);return}let r=Ws(t||"wc:",Rs(o));(0,Un.saveMobileLinkInfo)({name:(o==null?void 0:o.name)||"",href:r})},Ms=()=>{!Bn||window.open("wc:","_self")};var Gn=class extends he{constructor(o,r,n){super("wallet_connect",r,n);this.proxyProvider=r,this.connectionManager=o}setActive(){return this.walletProvider.walletId&&vr(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=_o[this.walletProvider.walletId];return{name:i.name,icon:this.walletProvider.walletId===br?Se:ks(i.image_id)}}return{name:rr(((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])||qt}}async promptConnection(){return new Promise((o,r)=>{this.walletProvider.connector.on("disconnect",(i,a)=>{if(i){r(Ae(i));return}a.params.some(s=>s.message==="Session Rejected")&&(this.setWalletProvider(this.connectionManager.replaceProvider(this,this.walletProvider)),r(new wt)),r(new Z("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.connectionManager.replaceProvider(this,this.walletProvider)),r(new wt)}),this.walletProvider.connector.on("transport_error",(i,a)=>{r(Ae(i))}),(async()=>{let i="",a=await Promise.race([this.connectionManager.enableProvider(this.walletProvider),An()]);if(a.length>0&&(i=a[0]),!i||i==="")throw new Z("Unable to retrieve address");this.connected=!0,o()})().catch(i=>r(Ae(i)))})}async sign(o){vr(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)),Ns&&Ms()})}disconnect(){this.walletProvider.close().catch(()=>console.warn("Unable to disconnect wallet provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}},wr=class{constructor(){this._storageIdToProvider={},this.reconnectDelayMs=10,this.reconnectBackoff=2,!(typeof window>"u")&&j.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=j.get(t))==null?void 0:o.peerMeta)==null?void 0:r.name;if(i){let a=Fn(i);a!=null&&a.id&&(n=a.id)}}this.createProviderWithStorageId(t,n)}})}createConnector(t,o,r){let n=this.getProviderForAddress(o,r),i=new Gn(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=j.getKeys().filter(i=>i.startsWith("walletconnect"));if(o){let i=r.filter(a=>a.includes(o));if(i){let a=i.find(s=>Pn(j.get(s).accounts,t));if(a)return a}}let n=r.find(i=>Pn(j.get(i).accounts,t));if(!(n&&o&&!n.includes(o)))return n}getProviderForAddress(t,o){let r=this.getStorageId(t,o);r||(r=`${Cn}:${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 ep({infuraId:Ne,storageId:t,pollingInterval:ya,...r});return n.walletId=o,o?n.connector.on("display_uri",(i,a)=>{vr(o);let s=a.params[0],l=Is(s,o);Ns?window.open(l):window.open(l,"_self","noopener,noreferrer")}):n.connector.on("connect",()=>{var i,a,s;(i=n.walletMeta)!=null&&i.name&&(n.walletId=(s=Fn((a=n.walletMeta)==null?void 0:a.name))==null?void 0:s.id)}),this._storageIdToProvider[t]=n,n}createProvider(t,o){let r=`${Cn}:${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 La=()=>{if(!window.ethereum)return!1;if(Cr(window.ethereum,!0))return!0;if(window.ethereum.providers){for(let e of window.ethereum.providers)if(Cr(e,!0))return!0}return!1},Hn=()=>{if(!window.ethereum)return!1;if(Cr(window.ethereum,!1))return!0;if(window.ethereum.providers){for(let e of window.ethereum.providers)if(Cr(e,!1))return!0}return!1},Cr=(e,t)=>e.isMetaMask?e.isMetaMask&&!t?!0:!(e.isBraveWallet&&!e._events&&!e._state||e.isApexWallet||e.isAvalanche||e.isBitKeep||e.isBlockWallet||e.isKuCoinWallet||e.isMathWallet||e.isOkxWallet||e.isOKExWallet||e.isOneInchIOSWallet||e.isOneInchAndroidWallet||e.isOpera||e.isPhantom||e.isPortal||e.isRabby||e.isTokenPocket||e.isTokenary||e.isZerion):!1,dt=()=>{var e,t;if("phantom"in window){let o=window;if((t=(e=o==null?void 0:o.phantom)==null?void 0:e.ethereum)!=null&&t.isPhantom)return!0}return!1},Kt=()=>{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},Vn=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===tp(t)).length):!1},Os=()=>{var t;let e=j.get(tr);return e?(t=e.find(o=>o.active))==null?void 0:t.address:null},Po=class{constructor(){this.getEthereumProvider=()=>{var t;return((t=this.activeWalletConnector)==null?void 0:t.proxyProvider)||new Ie};this.walletConnectors=[],this.wcConnectionManager=new wr,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(){(j.get(tr)||[]).forEach(o=>{if(o.walletType!=="embedded"){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}});j.put(tr,t)}addEmbeddedWalletConnector(t,o){let r=new nr(t,o),n=new lr(r,o);this.addWalletConnector(n),this.save()}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 Z("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.activeWalletConnector&&this.activeWalletConnector.proxyProvider.on("accountsChanged",n=>{var i;n.length===0&&(((i=this.activeWalletConnector)==null?void 0:i.address)===t&&(this.activeWalletConnector=void 0),this.save())}),this.save(),!0}return!1}createWalletConnector(t,o,r){switch(t){case"metamask":return new cr(new Ie,o);case"phantom":return new pr(new Ie,o);case"coinbase_wallet":return new sr(new Ie,o);case"wallet_connect":return this.wcConnectionManager.createConnector(new Ie,o,r);case"embedded":throw new Error("This method should not be used to create embedded connectors")}}};function Je(e){return new Date(e*1e3)}function op(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:Je(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:Je(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Je(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:Je(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:Je(o.verified_at)};t.push(l);break;case"discord_oauth":let c={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Je(o.verified_at)};t.push(c);break;case"github_oauth":let h={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Je(o.verified_at)};t.push(h);break;case"apple_oauth":let m={subject:o.subject,email:o.email,type:o.type,verifiedAt:Je(o.verified_at)};t.push(m);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function pt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}function To(e){let t=Os();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 K=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy");function Ye(e){if(!e)return null;let t=op(e.linked_accounts),o=pt(t,"wallet"),r=pt(t,"email"),n=pt(t,"phone"),i=pt(t,"google_oauth"),a=pt(t,"twitter_oauth"),s=pt(t,"discord_oauth"),l=pt(t,"github_oauth"),c=pt(t,"apple_oauth"),h={id:e.id,createdAt:Je(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},apple:c&&{subject:c.subject,email:c.email}};return To(h)}import $n from"axios";var xr=class{constructor(t,o,r){this.appId=t,this.sdkVersion=wn,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl}async get(t,o,r=!0){try{return await $n.get(t,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o},r))}catch(n){throw Y(n)}}async post(t,o,r,n=!0){try{return await $n.post(t,o,await this.buildConfig(r,n))}catch(i){throw Y(i)}}async delete(t,o,r=!0){try{return await $n.delete(t,await this.buildConfig(o,r))}catch(n){throw Y(n)}}async buildConfig(t,o=!0){if(t=Object.assign({withCredentials:!0},t||{}),t.headers=t.headers||{},t.headers["privy-app-id"]=this.appId,t.headers["privy-client"]=`react-auth:${this.sdkVersion}`,o){let r=await this.client.getAccessToken();r!==null&&(t.headers.authorization=`Bearer ${r}`)}return{...this.defaults,...t}}};function Ds(e){return e instanceof yt?"email":e instanceof bt?"sms":e instanceof at?"siwe":e instanceof it?e.meta.provider:null}var ut=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}};import*as Us from"jose";var Qe=class{static parse(t){try{return new Qe(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Us.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 rp=30,Er=class{constructor(){this.authenticateOnce=new ut(async t=>this._authenticate(t)),this.linkOnce=new ut(async t=>this._link(t)),this.refreshOnce=new ut(this._refresh.bind(this)),this.destroyOnce=new ut(this._destroy.bind(this)),this.forkSessionOnce=new ut(this._forkSession.bind(this))}get token(){try{let t=j.get(Ft);return typeof t=="string"?new Qe(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=j.get(er);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=j.get(wo);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"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=Qe.parse(this.token);return t!==null&&!t.isExpired(rp)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:o,refresh_token:r,user:n,is_new_user:i}=await t.authenticate();this.storeToken(o),this.storeRefreshToken(r);let a=Ds(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{walletType:t.meta.walletType,walletName:t.meta.walletName}),{user:Ye(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ee(o)}}async _link(t){try{let o=await t.link();return Ye(o)}catch(o){throw console.warn("Error linking account"),Ee(o)}}async _refresh(){if(!this.api)throw new x("Session has no API instance");if(!this.client)throw new x("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o)n=await this.api.post(Zi(),{refresh_token:o},{headers:{authorization:`Bearer ${t}`}},!1),r&&this.clearForkedToken();else if(r)n=await this.api.post(Yi(),{refresh_token:r},{},!1),this.clearForkedToken();else return null;return this.storeToken(n.data.token),this.storeRefreshToken(n.data.refresh_token),Ye(n.data.user)}catch(n){if(n instanceof Bt&&n.status===400&&n.message==="Invalid auth token")return this.destroyLocalState(),null;throw Ee(n)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(Ki(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new x("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Ji(),{refresh_token:t});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw Ee(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){typeof t=="string"?j.put(Ft,t):j.del(Ft)}storeRefreshToken(t){typeof t=="string"?j.put(er,t):j.del(er)}clearForkedToken(){j.del(wo)}};var qn,Ao=class{constructor(t){this.apiUrl=t.apiUrl||Xo,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||ga,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new Po,qn||(qn=new Er),this.session=qn,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new xr(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi()}authenticate(){if(!this.authFlow)throw new x("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new x("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(pa(),{address:t});return Ye(o.data)}catch(o){throw Ee(o)}}async unlinkPhone(t){try{let o=await this.api.post(ua(),{phoneNumber:t});return Ye(o.data)}catch(o){throw Ee(o)}}async unlinkWallet(t){try{let o=await this.api.post(da(),{address:t});return await this.connectors.removeWallet(t),Ye(o.data)}catch(o){throw Ee(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(fa(),{provider:t,subject:o});return Ye(r.data)}catch(r){throw Ee(r)}}async createAnalyticsEvent(t,o,r){try{if(!this.clientAnalyticsId)throw new Error("Cannot create analytics event if run in node and not browswer");await this.api.post(ma(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch(n){console.error("Failed to create analytics event",n)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){var o;return this.session.hasActiveToken()?((o=Qe.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 getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.data.id,name:t.data.name,verificationKey:t.data.verification_key,logoUrl:t.data.logo_url||void 0,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,appleOAuth:t.data.apple_oauth,termsAndConditionsUrl:t.data.terms_and_conditions_url,privacyPolicyUrl:t.data.privacy_policy_url,customApiUrl:t.data.custom_api_url,createdAt:new Date(t.data.created_at*1e3),updatedAt:new Date(t.data.updated_at*1e3)}}catch(t){throw Ee(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t}`)).data.usd}catch{console.error(`Unable to fetch token price for chain with id ${t}`);return}}async setActiveWallet(t,o){if(!o.linkedAccounts.map(i=>i.type==="wallet"?i.address:null).includes(t))throw new x("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(t))throw new x("Error setting the active wallet.");return To(o)}async forkSession(){return await this.session.forkSession()}};import"wicg-inert";import{disableBodyScroll as _m,clearAllBodyScrollLocks as Pm}from"body-scroll-lock";import{useRef as Tm,useCallback as Am}from"react";import{useEffect as Td}from"react";import Sm from"react-dom";import Gi from"styled-components";import{createContext as np,useContext as ip}from"react";var jn=np({isLinking:!1,linkingHint:null,activeStatus:null,walletConnectionStatus:null,getAuthMeta:C,getAuthFlow:C,closePrivyModal:C,initLoginWithWallet:C,loginWithWallet:C,loginWithCode:C,initLoginWithEmail:C,initLoginWithSms:C,resendEmailCode:C,resendSmsCode:C,initLoginWithOAuth:C,loginWithOAuth:C,refreshUser:C,walletProxy:null,createAnalyticsEvent:C,getUsdTokenPrice:C}),T=()=>ip(jn);import{createContext as ap,useContext as sp}from"react";var zn=ap({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:C,linkEmail:C,linkPhone:C,linkWallet:C,linkGoogle:C,linkTwitter:C,linkDiscord:C,linkGithub:C,linkApple:C,logout:C,getAccessToken:C,getEthereumProvider:C,getEthersProvider:C,getWeb3jsProvider:C,unlinkEmail:C,unlinkPhone:C,unlinkWallet:C,unlinkGoogle:C,unlinkTwitter:C,unlinkDiscord:C,unlinkGithub:C,unlinkApple:C,setActiveWallet:C,forkSession:C,createWallet:C,signMessage:C,sendTransaction:C,exportWallet:C}),O=()=>sp(zn);import Qn from"styled-components";import Lo,{css as Bs}from"styled-components";import Kn from"styled-components";import{Fragment as dp,jsx as Zn,jsxs as pp}from"react/jsx-runtime";var _r=({success:e,fail:t})=>pp(dp,{children:[Zn(So,{className:e?"success":t?"fail":""}),Zn(lp,{className:e?"success":t?"fail":""})]}),So=Kn.span`
13
13
  && {
14
14
  width: 82px;
15
15
  height: 82px;
@@ -42,13 +42,13 @@ Resources:
42
42
  border-color: var(--privy-color-error);
43
43
  border-bottom-color: var(--privy-color-error);
44
44
  }
45
- `,lf=ha(Ao)`
45
+ `,lp=Kn(So)`
46
46
  && {
47
47
  border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
48
48
  animation: none;
49
49
  opacity: 0.5;
50
50
  }
51
- `,Lt=e=>pa(cf,{color:e.color||"var(--privy-color-background-2)"}),cf=ha(Ao)`
51
+ `,Me=e=>Zn(cp,{color:e.color||"var(--privy-color-background-2)"}),cp=Kn(So)`
52
52
  && {
53
53
  height: 0.9rem;
54
54
  width: 0.9rem;
@@ -57,7 +57,7 @@ Resources:
57
57
  /* Override default Loader to match button transitions */
58
58
  transition: border-color 200ms ease;
59
59
  }
60
- `;import{jsx as Jt,jsxs as ma}from"react/jsx-runtime";var Nc=So.button`
60
+ `;import{jsx as Xe,jsxs as Jn}from"react/jsx-runtime";var Fs=Lo.button`
61
61
  display: flex;
62
62
  flex-direction: row;
63
63
  align-items: center;
@@ -79,7 +79,7 @@ Resources:
79
79
  color: var(--privy-color-foreground-3);
80
80
  cursor: not-allowed;
81
81
  }
82
- `,ce=({children:e,loading:t,disabled:r,loadingText:n="Loading...",...i})=>Jt(Oc,{disabled:t||r,...i,children:t?ma("span",{children:[Jt(Lt,{}),n?Jt("span",{children:n}):null]}):e}),An=({children:e,loading:t,disabled:r,loadingText:n="Loading...",...i})=>Jt(Oc,{as:"a",disabled:t||r,...i,children:t?ma("span",{children:[Jt(Lt,{}),n?Jt("span",{children:n}):null]}):e}),Oc=So(Nc)`
82
+ `,z=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>Xe(Gs,{disabled:t||o,...n,children:t?Jn("span",{children:[Xe(Me,{}),r?Xe("span",{children:r}):null]}):e}),Pr=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>Xe(Gs,{as:"a",disabled:t||o,...n,children:t?Jn("span",{children:[Xe(Me,{}),r?Xe("span",{children:r}):null]}):e}),Gs=Lo(Fs)`
83
83
  && {
84
84
  background-color: ${e=>e.warn?"var(--privy-color-error)":"var(--privy-color-accent)"};
85
85
  color: var(--privy-color-foreground-accent);
@@ -103,7 +103,7 @@ Resources:
103
103
  }
104
104
 
105
105
  /* If an anchor tag, :disabled isn't a thing, so manually set state */
106
- ${e=>e.disabled?Ic`
106
+ ${e=>e.disabled?Bs`
107
107
  &&&,
108
108
  &&&:hover,
109
109
  &&&:active {
@@ -122,7 +122,7 @@ Resources:
122
122
  opacity: 1;
123
123
  animation: fadein 200ms ease;
124
124
  }
125
- `,Dc=({children:e,loading:t,disabled:r,loadingText:n="Loading...",...i})=>Jt(ff,{disabled:t||r,...i,children:t?ma("span",{children:[Jt(Lt,{}),n?Jt("span",{children:n}):null]}):e}),ff=So(Nc)`
125
+ `,Hs=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>Xe(up,{disabled:t||o,...n,children:t?Jn("span",{children:[Xe(Me,{}),r?Xe("span",{children:r}):null]}):e}),up=Lo(Fs)`
126
126
  && {
127
127
  border-width: 1px;
128
128
  border-color: ${e=>e.warn?"var(--privy-color-error)":"var(--privy-color-foreground-4)"};
@@ -151,7 +151,7 @@ Resources:
151
151
  opacity: 1;
152
152
  animation: fadein 200ms ease;
153
153
  }
154
- `,lt=So.button`
154
+ `,ue=Lo.button`
155
155
  && {
156
156
  padding: 12px 16px;
157
157
  font-weight: 500;
@@ -164,7 +164,7 @@ Resources:
164
164
  transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
165
165
  user-select: none;
166
166
 
167
- ${e=>e.invisible&&Ic`
167
+ ${e=>e.invisible&&Bs`
168
168
  pointer-events: none;
169
169
  `}
170
170
 
@@ -182,10 +182,10 @@ Resources:
182
182
  cursor: not-allowed;
183
183
  }
184
184
  }
185
- `,Uc=So.div`
185
+ `,Vs=Lo.div`
186
186
  /* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
187
187
  height: 44px;
188
- `;import pf from"styled-components";var Bc=pf.span`
188
+ `;import fp from"styled-components";var $s=fp.span`
189
189
  && {
190
190
  width: 82px;
191
191
  height: 82px;
@@ -201,7 +201,7 @@ Resources:
201
201
  border-color: var(--privy-color-accent);
202
202
  border-bottom-color: var(--privy-color-accent);
203
203
  }
204
- `;import qc from"styled-components";import{jsx as Fc}from"react/jsx-runtime";var Gc=({style:e,...t})=>Fc("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:Fc("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{jsx as Hc}from"react/jsx-runtime";var Vc=({style:e,...t})=>Hc("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:Hc("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as Nt,jsxs as bf}from"react/jsx-runtime";var hf=()=>Nt("div",{}),mf=({backFn:e})=>Nt("div",{children:Nt(Gc,{onClick:e})}),gf=e=>Nt("div",{children:Nt("div",{children:Nt(Vc,{onClick:e.onClose})})});var U=({backFn:e,onClose:t,title:r})=>{let{closePrivyModal:n}=Z();return bf(vf,{children:[e?Nt(mf,{backFn:e}):Nt(hf,{}),r&&Nt(yf,{children:r}),Nt(gf,{onClose:t||(()=>n())})]})},vf=qc.div`
204
+ `;import Ks from"styled-components";import{jsx as qs}from"react/jsx-runtime";var js=({style:e,...t})=>qs("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:qs("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{jsx as zs}from"react/jsx-runtime";var Zs=({style:e,...t})=>zs("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:zs("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as Ue,jsxs as vp}from"react/jsx-runtime";var mp=()=>Ue("div",{}),hp=({backFn:e})=>Ue("div",{children:Ue(js,{onClick:e})}),gp=e=>Ue("div",{children:Ue("div",{children:Ue(Zs,{onClick:e.onClose})})});var E=({backFn:e,onClose:t,title:o})=>{let{closePrivyModal:r}=T();return vp(yp,{children:[e?Ue(hp,{backFn:e}):Ue(mp,{}),o&&Ue(bp,{children:o}),Ue(gp,{onClose:t||(()=>r())})]})},yp=Ks.div`
205
205
  height: 30px;
206
206
  display: flex;
207
207
  align-items: center;
@@ -259,12 +259,12 @@ Resources:
259
259
  height: 30px;
260
260
  margin-bottom: 10px;
261
261
  }
262
- `,yf=qc.div`
262
+ `,bp=Ks.div`
263
263
  overflow: hidden;
264
264
  white-space: nowrap;
265
265
  max-width: 100%;
266
266
  text-overflow: ellipsis;
267
- `;import{jsx as $c}from"react/jsx-runtime";var zc=({style:e,...t})=>$c("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:$c("path",{fillRule:"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z",clipRule:"evenodd"})});import{Fragment as ga,jsx as Ot,jsxs as Sn}from"react/jsx-runtime";var Zc=()=>{let{navigate:e,app:t}=I(),r=(t==null?void 0:t.allowlistConfig.errorTitle)||"You don't have access to this app",n=(t==null?void 0:t.allowlistConfig.errorDetail)||"Have you been invited?",i=(t==null?void 0:t.allowlistConfig.errorCtaText)||"Try another account";return Sn(ga,{children:[Ot(U,{}),Sn(wf,{children:[Ot(xf,{children:Sn("div",{children:[Ot(Bc,{}),Ot(zc,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Sn(Cf,{children:[typeof r=="string"?Ot("h3",{children:r}):Ot(ga,{children:r}),typeof n=="string"?Ot("p",{children:n}):Ot(ga,{children:n})]}),t!=null&&t.allowlistConfig.errorCtaLink?Ot(lt,{as:"a",href:t.allowlistConfig.errorCtaLink,children:i}):Ot(lt,{onClick:()=>{e("LANDING")},children:i})]})]})},wf=va.div`
267
+ `;import{jsx as Js}from"react/jsx-runtime";var Ys=({style:e,...t})=>Js("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:Js("path",{fillRule:"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z",clipRule:"evenodd"})});import{Fragment as Yn,jsx as Be,jsxs as Tr}from"react/jsx-runtime";var Qs=()=>{let{navigate:e,app:t}=w(),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 Tr(Yn,{children:[Be(E,{}),Tr(wp,{children:[Be(xp,{children:Tr("div",{children:[Be($s,{}),Be(Ys,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Tr(Cp,{children:[typeof o=="string"?Be("h3",{children:o}):Be(Yn,{children:o}),typeof r=="string"?Be("p",{children:r}):Be(Yn,{children:r})]}),t!=null&&t.allowlistConfig.errorCtaLink?Be(ue,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):Be(ue,{onClick:()=>{e("LANDING")},children:n})]})]})},wp=Qn.div`
268
268
  display: flex;
269
269
  flex-direction: column;
270
270
  align-items: center;
@@ -272,11 +272,11 @@ Resources:
272
272
  margin-left: 27px;
273
273
  margin-right: 27px;
274
274
  gap: 24px;
275
- `,Cf=va.div`
275
+ `,Cp=Qn.div`
276
276
  display: flex;
277
277
  flex-direction: column;
278
278
  gap: 8px;
279
- `,xf=va.div`
279
+ `,xp=Qn.div`
280
280
  display: flex;
281
281
  flex-direction: column;
282
282
  justify-content: center;
@@ -299,7 +299,7 @@ Resources:
299
299
  left: -19px;
300
300
  top: -19px;
301
301
  }
302
- `;import{useEffect as Xc,useState as Mn}from"react";import{isMobile as Tf}from"react-device-detect";import To from"styled-components";import ya from"styled-components";var ct=ya.div`
302
+ `;import{useEffect as nl,useState as Sr}from"react";import{isMobile as Sp}from"react-device-detect";import ko from"styled-components";import Xn from"styled-components";var fe=Xn.div`
303
303
  display: flex;
304
304
  flex-direction: column;
305
305
  align-items: flex-start;
@@ -307,18 +307,18 @@ Resources:
307
307
  margin-top: auto;
308
308
  gap: 16px;
309
309
  flex-grow: 100;
310
- `,jr=ya.div`
310
+ `,Jt=Xn.div`
311
311
  display: flex;
312
312
  flex-direction: column;
313
313
  align-items: center;
314
314
  justify-content: center;
315
315
  height: 100%;
316
316
  width: 100%;
317
- `,Z6=ya.div`
317
+ `,k5=Xn.div`
318
318
  display: flex;
319
319
  flex-direction: column;
320
320
  width: 100%;
321
- `;import jc from"styled-components";import{Fragment as _f,jsx as Kr,jsxs as Jc}from"react/jsx-runtime";var Ef=jc.div`
321
+ `;import Xs from"styled-components";import{Fragment as _p,jsx as Yt,jsxs as tl}from"react/jsx-runtime";var Ep=Xs.div`
322
322
  margin-top: 16px;
323
323
  font-size: 12px;
324
324
  text-align: center;
@@ -327,7 +327,7 @@ Resources:
327
327
  && > a {
328
328
  color: var(--privy-color-accent);
329
329
  }
330
- `;function Kc(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:r}}=e.app,n=!!t,i=!!r,c=n&&i;return!n&&!i?null:Jc(Ef,{children:["By logging in I agree to the"," ",i&&Kr("a",{href:r,target:"_blank",children:c?"Terms":"Terms of Service"}),c&&" & ",n&&Kr("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var ne=({protectedByPrivy:e})=>Kr(ht,{hideOnMobile:e,children:e?Jc(_f,{children:[Kr(nr,{}),Kr("span",{children:Kr("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),ht=jc.div`
330
+ `;function el(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:tl(Ep,{children:["By logging in I agree to the"," ",n&&Yt("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&Yt("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var G=({protectedByPrivy:e})=>Yt(be,{hideOnMobile:e,children:e?tl(_p,{children:[Yt(lt,{}),Yt("span",{children:Yt("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),be=Xs.div`
331
331
  height: 20px;
332
332
  font-size: 12px;
333
333
  display: flex;
@@ -351,9 +351,9 @@ Resources:
351
351
  @media (max-width: 440px) {
352
352
  display: ${e=>e.hideOnMobile?"none":"inherit"};
353
353
  }
354
- `;import Tn from"styled-components";import{Fragment as Sf,jsx as Jr,jsxs as Qc}from"react/jsx-runtime";var Qe=({title:e,description:t,children:r,...n})=>Jr(Yc,{...n,children:Qc(Sf,{children:[Jr("h3",{children:e}),typeof t=="string"?Jr("p",{children:t}):t,r]})}),cr=Tn(Qe)`
354
+ `;import Ar from"styled-components";import{Fragment as Ap,jsx as Qt,jsxs as rl}from"react/jsx-runtime";var ee=({title:e,description:t,children:o,...r})=>Qt(ol,{...r,children:rl(Ap,{children:[Qt("h3",{children:e}),typeof t=="string"?Qt("p",{children:t}):t,o]})}),ft=Ar(ee)`
355
355
  margin-bottom: 24px;
356
- `,dr=({title:e,description:t,icon:r,children:n,...i})=>Qc(Pf,{...i,children:[r?Jr(Af,{children:r}):null,Jr("h3",{children:e}),typeof t=="string"?Jr("p",{children:t}):null,n]}),Yc=Tn.div`
356
+ `,mt=({title:e,description:t,icon:o,children:r,...n})=>rl(Pp,{...n,children:[o?Qt(Tp,{children:o}):null,Qt("h3",{children:e}),typeof t=="string"?Qt("p",{children:t}):null,r]}),ol=Ar.div`
357
357
  display: flex;
358
358
  flex-direction: column;
359
359
  justify-content: flex-start;
@@ -373,7 +373,7 @@ Resources:
373
373
  color: var(--privy-color-foreground-2);
374
374
  font-size: 14px;
375
375
  }
376
- `,Pf=Tn(Yc)`
376
+ `,Pp=Ar(ol)`
377
377
  align-items: center;
378
378
  text-align: center;
379
379
  gap: 16px;
@@ -381,21 +381,21 @@ Resources:
381
381
  h3 {
382
382
  margin-bottom: 24px;
383
383
  }
384
- `,Af=Tn.div`
384
+ `,Tp=Ar.div`
385
385
  padding: 14px;
386
386
  border-radius: 50%;
387
387
  && {
388
388
  border-color: var(--privy-color-background-2);
389
389
  border-width: 1px;
390
390
  }
391
- `;import{Fragment as ba,jsx as mt,jsxs as Cr}from"react/jsx-runtime";var wa=6,ed=new Array(wa).fill(""),Mf=1400;var td=()=>{var ze,Ze,ie;let{app:e,data:t,navigate:r,setModalData:n}=I(),{closePrivyModal:i,resendEmailCode:c,resendSmsCode:f,getAuthMeta:g,loginWithCode:y}=Z(),{authenticated:w,user:A}=te(),[P,_]=Mn(ed),[T,M]=Mn(!1),[E,S]=Mn(null),[L,G]=Mn(null),q=(ze=g())!=null&&ze.email?0:1;Xc(()=>{var h;if(!(w&&T&&A))return;if(((h=t==null?void 0:t.login)==null?void 0:h.promptCreatePrivyWalletFlow)&&!A.wallet){let o=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:s=>console.error(s),callAuthOnSuccessOnClose:!0}}),r("EMBEDDED_WALLET_SCREEN")},bt-500);return()=>clearTimeout(o)}else{let o=setTimeout(i,bt);return()=>clearTimeout(o)}},[w,T,A]),Xc(()=>{if(E&&L===0){let F=setTimeout(()=>{_(ed),S(null);let z=document.querySelector("input[name=code-0]");z==null||z.focus()},Mf);return()=>clearTimeout(F)}},[E]);let $=F=>{var u;let z=F.currentTarget.value.replace(" ","");if(z==="")return;if(isNaN(Number(z))){S("Code should be numeric"),G(1);return}S(null),G(null);let h=Number((u=F.currentTarget.name)==null?void 0:u.charAt(5)),o=[...z||[""]].slice(0,wa-h),s=[...P.slice(0,h),...o,...P.slice(h+o.length)];_(s);let l=o.length,d=Math.min(Math.max(h+l,0),wa-1);if(!isNaN(Number(F.currentTarget.value))){let v=document.querySelector(`input[name=code-${d}]`);v==null||v.focus()}if(s.every(v=>v&&!isNaN(+v))){let v=document.querySelector(`input[name=code-${d}]`);v==null||v.blur(),y(s.join("")).then(()=>M(!0)).catch(b=>{(b==null?void 0:b.status)===422?S("Invalid or expired verification code"):S("Issue verifying code"),G(0)})}F.preventDefault()},K=F=>{L===1&&(S(null),G(null));let z=[...P.slice(0,F),"",...P.slice(F+1)];if(_(z),F>0){let h=document.querySelector(`input[name=code-${F-1}]`);h==null||h.focus()}},Y=`Verify your ${q==0?"email":"phone"}`,ee=q==0?Cr("p",{children:["Please check ",mt(If,{children:(Ze=g())==null?void 0:Ze.email})," for an email from privy.io and enter your code below."]}):`Please check ${(ie=g())==null?void 0:ie.phoneNumber} for a message from ${(e==null?void 0:e.name)||"privy.io"} and enter your code below.`;return Cr(ba,{children:[mt(U,{},"header"),Cr(Lf,{children:[mt(Qe,{title:Y,description:ee}),Cr(jr,{children:[Cr(kf,{children:[mt(Rf,{fail:!!E,success:T,children:mt("span",{children:E||(T?"Success!":"")})}),mt("div",{children:P.map((F,z)=>mt("input",{name:`code-${z}`,type:"text",value:P[z],onChange:$,onKeyUp:h=>{h.key==="Backspace"&&K(z)},inputMode:"numeric",autoFocus:z===0,pattern:"[0-9]",className:`${T?"success":""} ${E?"fail":""}`,autoComplete:Tf?"one-time-code":"off"},z))})]}),mt(Wf,{children:q==0?Cr(ba,{children:[mt("span",{children:"Didn't get an email?"}),mt("button",{onClick:c,children:"Resend Code"})]}):Cr(ba,{children:[mt("span",{children:"Didn't get a message?"}),mt("button",{onClick:f,children:"Resend Code"})]})})]})]}),mt(ne,{protectedByPrivy:!0})]})},Lf=To.div`
391
+ `;import{Fragment as ei,jsx as ve,jsxs as Pt}from"react/jsx-runtime";var ti=6,il=new Array(ti).fill(""),Lp=1400;var al=()=>{var te,oe,$;let{app:e,data:t,navigate:o,setModalData:r}=w(),{closePrivyModal:n,resendEmailCode:i,resendSmsCode:a,getAuthMeta:s,loginWithCode:l}=T(),{authenticated:c,user:h}=O(),[m,p]=Sr(il),[g,b]=Sr(!1),[d,y]=Sr(null),[v,P]=Sr(null),S=(te=s())!=null&&te.email?0:1;nl(()=>{var q;if(!(c&&g&&h))return;if(((q=t==null?void 0:t.login)==null?void 0:q.promptCreatePrivyWalletFlow)&&!h.wallet){let xe=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:se=>console.error(se),callAuthOnSuccessOnClose:!0}}),o("EMBEDDED_WALLET_SCREEN")},_e-500);return()=>clearTimeout(xe)}else{let xe=setTimeout(n,_e);return()=>clearTimeout(xe)}},[c,g,h]),nl(()=>{if(d&&v===0){let F=setTimeout(()=>{p(il),y(null);let W=document.querySelector("input[name=code-0]");W==null||W.focus()},Lp);return()=>clearTimeout(F)}},[d]);let M=F=>{var U;let W=F.currentTarget.value.replace(" ","");if(W==="")return;if(isNaN(Number(W))){y("Code should be numeric"),P(1);return}y(null),P(null);let q=Number((U=F.currentTarget.name)==null?void 0:U.charAt(5)),xe=[...W||[""]].slice(0,ti-q),se=[...m.slice(0,q),...xe,...m.slice(q+xe.length)];p(se);let ze=xe.length,nt=Math.min(Math.max(q+ze,0),ti-1);if(!isNaN(Number(F.currentTarget.value))){let pe=document.querySelector(`input[name=code-${nt}]`);pe==null||pe.focus()}if(se.every(pe=>pe&&!isNaN(+pe))){let pe=document.querySelector(`input[name=code-${nt}]`);pe==null||pe.blur(),l(se.join("")).then(()=>b(!0)).catch(vo=>{(vo==null?void 0:vo.status)===422?y("Invalid or expired verification code"):y("Issue verifying code"),P(0)})}F.preventDefault()},R=F=>{v===1&&(y(null),P(null));let W=[...m.slice(0,F),"",...m.slice(F+1)];if(p(W),F>0){let q=document.querySelector(`input[name=code-${F-1}]`);q==null||q.focus()}},B=`Verify your ${S==0?"email":"phone"}`,H=S==0?Pt("p",{children:["Please check ",ve(Mp,{children:(oe=s())==null?void 0:oe.email})," for an email from privy.io and enter your code below."]}):`Please check ${($=s())==null?void 0:$.phoneNumber} for a message from ${(e==null?void 0:e.name)||"privy.io"} and enter your code below.`;return Pt(ei,{children:[ve(E,{},"header"),Pt(kp,{children:[ve(ee,{title:B,description:H}),Pt(Jt,{children:[Pt(Rp,{children:[ve(Wp,{fail:!!d,success:g,children:ve("span",{children:d||(g?"Success!":"")})}),ve("div",{children:m.map((F,W)=>ve("input",{name:`code-${W}`,type:"text",value:m[W],onChange:M,onKeyUp:q=>{q.key==="Backspace"&&R(W)},inputMode:"numeric",autoFocus:W===0,pattern:"[0-9]",className:`${g?"success":""} ${d?"fail":""}`,autoComplete:Sp?"one-time-code":"off"},W))})]}),ve(Ip,{children:S==0?Pt(ei,{children:[ve("span",{children:"Didn't get an email?"}),ve("button",{onClick:i,children:"Resend Code"})]}):Pt(ei,{children:[ve("span",{children:"Didn't get a message?"}),ve("button",{onClick:a,children:"Resend Code"})]})})]})]}),ve(G,{protectedByPrivy:!0})]})},kp=ko.div`
392
392
  display: flex;
393
393
  flex-direction: column;
394
394
  align-items: flex-start;
395
395
  justify-content: flex-end;
396
396
  margin: auto;
397
397
  gap: 16px;
398
- `,kf=To.div`
398
+ `,Rp=ko.div`
399
399
  display: flex;
400
400
  flex-direction: column;
401
401
  width: 100%;
@@ -404,7 +404,7 @@ Resources:
404
404
  // center just this element.
405
405
  margin-top: 70px;
406
406
 
407
- ${Yr}[data-height='medium'] & {
407
+ ${Xt}[data-height='medium'] & {
408
408
  /* Aligns this with the input field on the page before on shorter modals */
409
409
  margin-top: 22px;
410
410
  }
@@ -463,7 +463,7 @@ Resources:
463
463
  transform: translate(1px, 0px);
464
464
  }
465
465
  }
466
- `,Rf=To.div`
466
+ `,Wp=ko.div`
467
467
  line-height: 20px;
468
468
  height: 20px;
469
469
  font-size: 13px;
@@ -471,7 +471,7 @@ Resources:
471
471
  display: flex;
472
472
  justify-content: flex-end;
473
473
  width: 100%;
474
- `,Wf=To.div`
474
+ `,Ip=ko.div`
475
475
  font-size: 13px;
476
476
  color: var(--privy-color-foreground-3);
477
477
  display: flex;
@@ -485,11 +485,11 @@ Resources:
485
485
  > button {
486
486
  text-decoration: underline;
487
487
  }
488
- `,If=To.span`
488
+ `,Mp=ko.span`
489
489
  word-break: break-all;
490
- `;import{useEffect as Of,useState as Df}from"react";import Uf from"styled-components";import{isMobile as Nf}from"react-device-detect";var rd=e=>{let t=new URL(window.location.href);if(!Zr()&&Nf)return`https://go.cb-w.com/dapp?cb_url=${encodeURIComponent(`${t.href.replace(/\/$/g,"")}?privy_wallet_client=coinbase_wallet${e?`&privy_token=${e}`:""}`)}`};import{Fragment as Ff,jsx as xr,jsxs as od}from"react/jsx-runtime";var nd=()=>{let{forkSession:e,ready:t,authenticated:r}=te(),{closePrivyModal:n}=Z(),[i,c]=Df("");Of(()=>{t&&r&&e().then(y=>c(y))},[r,t]);let f=rd(i),g={title:"Redirecting to Coinbase Wallet",description:"We'll take you to the Coinbase Wallet app to continue your login experience.",footnote:""};return t&&r&&(g.description="For the best experience, we'll automatically log you into the Coinbase Wallet in-app browser.",g.footnote="Once you're done, you can always return here and refresh to view your updated account."),od(Ff,{children:[xr(U,{},"header"),xr(cr,{title:g.title,description:g.description}),od(ct,{children:[xr(Bf,{children:xr(Ct,{style:{width:"72px",height:"72px"}})}),xr(An,{href:f,onClick:()=>{n()},loading:t&&r&&!i,children:"Continue"}),g.footnote?xr("p",{children:g.footnote}):null]}),xr(ne,{protectedByPrivy:!0})]})},Bf=Uf(jr)`
490
+ `;import{useEffect as Op,useState as Dp}from"react";import Up from"styled-components";import{isMobile as Np}from"react-device-detect";var sl=e=>{let t=new URL(window.location.href);if(!Kt()&&Np)return`https://go.cb-w.com/dapp?cb_url=${encodeURIComponent(`${t.href.replace(/\/$/g,"")}?privy_wallet_client=coinbase_wallet${e?`&privy_token=${e}`:""}`)}`};import{Fragment as Fp,jsx as Tt,jsxs as ll}from"react/jsx-runtime";var cl=()=>{let{forkSession:e,ready:t,authenticated:o}=O(),{closePrivyModal:r}=T(),[n,i]=Dp("");Op(()=>{t&&o&&e().then(l=>i(l))},[o,t]);let a=sl(n),s={title:"Redirecting to Coinbase Wallet",description:"We'll take you to the Coinbase Wallet app to continue your login experience.",footnote:""};return t&&o&&(s.description="For the best experience, we'll automatically log you into the Coinbase Wallet in-app browser.",s.footnote="Once you're done, you can always return here and refresh to view your updated account."),ll(Fp,{children:[Tt(E,{},"header"),Tt(ft,{title:s.title,description:s.description}),ll(fe,{children:[Tt(Bp,{children:Tt(Te,{style:{width:"72px",height:"72px"}})}),Tt(Pr,{href:a,onClick:()=>{r()},loading:t&&o&&!n,children:"Continue"}),s.footnote?Tt("p",{children:s.footnote}):null]}),Tt(G,{protectedByPrivy:!0})]})},Bp=Up(Jt)`
491
491
  margin: 16px auto;
492
- `;import{useEffect as Ca,useState as Mo}from"react";import{isMobile as id}from"react-device-detect";import xa from"styled-components";import{Fragment as ld,jsx as ot,jsxs as kn}from"react/jsx-runtime";var Ln=2,Rn={metamask:{name:"MetaMask",component:_t},phantom:{name:"Phantom",component:Wt},coinbase_wallet:{name:"Coinbase Wallet",component:Ct},wallet_connect:{name:"WalletConnect",component:Vr},embedded:{name:"Privy Wallet",component:nr}},Gf=e=>(e==null?void 0:e.privyErrorCode)==="linked_to_another_user"?vr.ERROR_USER_EXISTS:e instanceof Fr&&!e.details.default?e.details:e instanceof Br?vr.ERROR_TIMED_OUT:e instanceof gr?vr.ERROR_USER_REJECTED_CONNECTION:vr.ERROR_WALLET_CONNECTION,sd=()=>{var h,o,s,l,d;let[e,t]=Mo(!1),[r,n]=Mo(!1),[i,c]=Mo(void 0),{navigate:f,navigateBack:g}=I(),{getAuthFlow:y,walletConnectionStatus:w,closePrivyModal:A,loginWithWallet:P}=Z(),{walletConnectors:_}=te(),[T,M]=Mo(0),{user:E}=te(),[S]=Mo((E==null?void 0:E.linkedAccounts.length)||0),L=y(),G=id&&(L==null?void 0:L.meta.walletType)==="wallet_connect"||id&&(L==null?void 0:L.meta.walletType)==="coinbase_wallet",q=(w==null?void 0:w.status)==="connected";Ca(()=>{!L||G||!q||(n(!0),c(void 0),K().catch(u=>console.warn("Auto-prompted signature failed",u)).finally(()=>n(!1)))},[T,q]),Ca(()=>{if(E&&e){let u=setTimeout(A,bt);return()=>clearTimeout(u)}},[E,e]);let $=u=>{if((u==null?void 0:u.privyErrorCode)==="allowlist_rejected"){f("ALLOWLIST_REJECTION_SCREEN");return}c(Gf(u))};async function K(){try{await P(),t(!0)}catch(u){$(u)}finally{n(!1)}}Ca(()=>{w!=null&&w.connectError&&$(w==null?void 0:w.connectError)},[w]);let Y=(L==null?void 0:L.meta.walletType)||"metamask",ee=((h=L==null?void 0:L.meta)==null?void 0:h.walletName)||((o=Rn[Y])==null?void 0:o.name)||"Metamask",ze=((s=L==null?void 0:L.meta)==null?void 0:s.walletIcon)||((l=Rn[Y])==null?void 0:l.component)||(u=>ot(_t,{...u})),Ze=e?`Successfully connected with ${ee}`:i?i.message:q?"Sign to verify":`Waiting for ${ee}`,ie="Don\u2019t see your wallet modal? Check your other browser windows.";if(e){let u=(E==null?void 0:E.linkedAccounts.length)||0;S===u?ie="Wallet was already linked.":ie="You\u2019re good to go!"}else T>=Ln&&i?ie="Unable to connect wallet":i?ie=i.detail:q&&G?ie="Sign the message in your wallet to verify it belongs to you.":Y==="metamask"?ie="For the best experience, connect only one wallet at a time.":Y==="wallet_connect"?ie="Open your mobile wallet app to continue":Y==="coinbase_wallet"&&(Zr()||(la(E)?ie="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":ie="Open the Coinbase app on your phone to continue."));let F=(d=_==null?void 0:_.walletConnectors)==null?void 0:d.find(u=>u.walletType==="coinbase_wallet"),z=Y==="coinbase_wallet"&&(la(E)||i===vr.ERROR_USER_EXISTS);return kn(ld,{children:[ot(U,{backFn:g}),kn(Hf,{children:[ot(Ea,{walletLogo:ze,success:e,fail:!!i}),kn(Vf,{children:[ot("h3",{children:Ze}),ot("p",{children:ie})]}),ot(Uc,{children:z?ot(lt,{onClick:()=>F&&(F==null?void 0:F.disconnect()),invisible:e,disabled:e,children:"Use a different wallet"}):i==vr.ERROR_USER_EXISTS?ot(lt,{onClick:g,children:"Use a different wallet"}):q&&!e&&G?ot(lt,{onClick:()=>{n(!0),K()},disabled:r,children:r?"Signing":"Sign with your wallet"}):!e&&(i==null?void 0:i.retryable)&&T<Ln?ot(lt,{onClick:()=>{M(T+1),c(void 0),w==null||w.connectRetry()},invisible:e||!(i!=null&&i.retryable)||T>=Ln,disabled:!e&&(!(i!=null&&i.retryable)||T>=Ln),children:"Retry"}):null})]})]})},Hf=xa.div`
492
+ `;import{useEffect as oi,useState as Ro}from"react";import{isMobile as dl}from"react-device-detect";import ri from"styled-components";import{Fragment as fl,jsx as le,jsxs as kr}from"react/jsx-runtime";var Lr=2,Rr={metamask:{name:"MetaMask",component:Se},phantom:{name:"Phantom",component:Oe},coinbase_wallet:{name:"Coinbase Wallet",component:Te},wallet_connect:{name:"WalletConnect",component:qt},embedded:{name:"Privy Wallet",component:lt}},Gp=e=>(e==null?void 0:e.privyErrorCode)==="linked_to_another_user"?Ct.ERROR_USER_EXISTS:e instanceof Ht&&!e.details.default?e.details:e instanceof Gt?Ct.ERROR_TIMED_OUT:e instanceof wt?Ct.ERROR_USER_REJECTED_CONNECTION:Ct.ERROR_WALLET_CONNECTION,ul=()=>{var q,xe,se,ze,nt;let[e,t]=Ro(!1),[o,r]=Ro(!1),[n,i]=Ro(void 0),{navigate:a,navigateBack:s}=w(),{getAuthFlow:l,walletConnectionStatus:c,closePrivyModal:h,loginWithWallet:m}=T(),{walletConnectors:p}=O(),[g,b]=Ro(0),{user:d}=O(),[y]=Ro((d==null?void 0:d.linkedAccounts.length)||0),v=l(),P=dl&&(v==null?void 0:v.meta.walletType)==="wallet_connect"||dl&&(v==null?void 0:v.meta.walletType)==="coinbase_wallet",S=(c==null?void 0:c.status)==="connected";oi(()=>{!v||P||!S||(r(!0),i(void 0),R().catch(U=>console.warn("Auto-prompted signature failed",U)).finally(()=>r(!1)))},[g,S]),oi(()=>{if(d&&e){let U=setTimeout(h,_e);return()=>clearTimeout(U)}},[d,e]);let M=U=>{if((U==null?void 0:U.privyErrorCode)==="allowlist_rejected"){a("ALLOWLIST_REJECTION_SCREEN");return}i(Gp(U))};async function R(){try{await m(),t(!0)}catch(U){M(U)}finally{r(!1)}}oi(()=>{c!=null&&c.connectError&&M(c==null?void 0:c.connectError)},[c]);let B=(v==null?void 0:v.meta.walletType)||"metamask",H=((q=v==null?void 0:v.meta)==null?void 0:q.walletName)||((xe=Rr[B])==null?void 0:xe.name)||"Metamask",te=((se=v==null?void 0:v.meta)==null?void 0:se.walletIcon)||((ze=Rr[B])==null?void 0:ze.component)||(U=>le(Se,{...U})),oe=e?`Successfully connected with ${H}`:n?n.message:S?"Sign to verify":`Waiting for ${H}`,$="Don\u2019t see your wallet modal? Check your other browser windows.";if(e){let U=(d==null?void 0:d.linkedAccounts.length)||0;y===U?$="Wallet was already linked.":$="You\u2019re good to go!"}else g>=Lr&&n?$="Unable to connect wallet":n?$=n.detail:S&&P?$="Sign the message in your wallet to verify it belongs to you.":B==="metamask"?$="For the best experience, connect only one wallet at a time.":B==="wallet_connect"?$="Open your mobile wallet app to continue":B==="coinbase_wallet"&&(Kt()||(Vn(d)?$="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":$="Open the Coinbase app on your phone to continue."));let F=(nt=p==null?void 0:p.walletConnectors)==null?void 0:nt.find(U=>U.walletType==="coinbase_wallet"),W=B==="coinbase_wallet"&&(Vn(d)||n===Ct.ERROR_USER_EXISTS);return kr(fl,{children:[le(E,{backFn:s}),kr(Hp,{children:[le(ni,{walletLogo:te,success:e,fail:!!n}),kr(Vp,{children:[le("h3",{children:oe}),le("p",{children:$})]}),le(Vs,{children:W?le(ue,{onClick:()=>F&&(F==null?void 0:F.disconnect()),invisible:e,disabled:e,children:"Use a different wallet"}):n==Ct.ERROR_USER_EXISTS?le(ue,{onClick:s,children:"Use a different wallet"}):S&&!e&&P?le(ue,{onClick:()=>{r(!0),R()},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&(n==null?void 0:n.retryable)&&g<Lr?le(ue,{onClick:()=>{b(g+1),i(void 0),c==null||c.connectRetry()},invisible:e||!(n!=null&&n.retryable)||g>=Lr,disabled:!e&&(!(n!=null&&n.retryable)||g>=Lr),children:"Retry"}):null})]})]})},Hp=ri.div`
493
493
  display: flex;
494
494
  flex-direction: column;
495
495
  align-items: center;
@@ -497,14 +497,14 @@ Resources:
497
497
  margin-left: 27px;
498
498
  margin-right: 27px;
499
499
  gap: 24px;
500
- `,Vf=xa.div`
500
+ `,Vp=ri.div`
501
501
  display: flex;
502
502
  flex-direction: column;
503
503
  gap: 8px;
504
504
  /* Very specifically chosen to be the height if 2 lines h3 and 1 line p.
505
505
  If we then switch to 1 line h3 and 2 lines p, we don't resize. */
506
506
  min-height: 76px;
507
- `,qf=xa.div`
507
+ `,$p=ri.div`
508
508
  display: flex;
509
509
  flex-direction: column;
510
510
  justify-content: center;
@@ -527,17 +527,17 @@ Resources:
527
527
  left: -19px;
528
528
  top: -19px;
529
529
  }
530
- `,Ea=e=>{let t=e.walletLogo;return ot(ld,{children:ot(qf,{children:kn("div",{children:[ot(Pn,{success:e.success,fail:e.fail}),typeof t=="string"?ot("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):ot(t,{style:{width:"38px",height:"38px"}})]})})})};import{useEffect as Jf,useMemo as Yf}from"react";import Qf from"styled-components";import Wn from"styled-components";import{jsx as _a,jsxs as Kf}from"react/jsx-runtime";var In=({children:e})=>_a($f,{children:Kf(zf,{children:[e,_a(Zf,{}),_a(jf,{})]})}),$f=Wn.div`
530
+ `,ni=e=>{let t=e.walletLogo;return le(fl,{children:le($p,{children:kr("div",{children:[le(_r,{success:e.success,fail:e.fail}),typeof t=="string"?le("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):le(t,{style:{width:"38px",height:"38px"}})]})})})};import{useEffect as Jp,useMemo as Yp}from"react";import Qp from"styled-components";import Wr from"styled-components";import{jsx as ii,jsxs as Kp}from"react/jsx-runtime";var Ir=({children:e})=>ii(qp,{children:Kp(jp,{children:[e,ii(zp,{}),ii(Zp,{})]})}),qp=Wr.div`
531
531
  height: 100%;
532
532
  display: flex;
533
533
  justify-content: center;
534
534
  align-items: center;
535
535
  flex-grow: 1;
536
- `,zf=Wn.div`
536
+ `,jp=Wr.div`
537
537
  position: relative;
538
538
  height: 160px;
539
539
  width: 160px;
540
- `,Zf=Wn.div`
540
+ `,zp=Wr.div`
541
541
  position: absolute;
542
542
  top: 0;
543
543
  right: 0;
@@ -550,7 +550,7 @@ Resources:
550
550
  border: 4px solid var(--privy-color-accent-light);
551
551
  border-radius: 50%;
552
552
  }
553
- `,jf=Wn.div`
553
+ `,Zp=Wr.div`
554
554
  position: absolute;
555
555
  top: 0;
556
556
  right: 0;
@@ -574,12 +574,12 @@ Resources:
574
574
  transform: rotate(360deg);
575
575
  }
576
576
  }
577
- `;var cd=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds"];var ur=class extends Error{constructor(r,n){super(n);this.type=r}};function Pa(e){let t=e.type;return typeof t=="string"&&cd.includes(t)}function dd(e){return Pa(e)&&e.type==="wallet_not_on_device"}function ud(e){return Pa(e)&&e.type==="invalid_recovery_pin"}function fd(e){return Pa(e)&&e.type==="insufficient_funds"}import{jsx as pd}from"react/jsx-runtime";var hd=()=>pd("svg",{width:"160",height:"160",viewBox:"0 0 160 160",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:pd("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:"var(--privy-color-accent)"})});import{Fragment as ep,jsx as Lo,jsxs as gd}from"react/jsx-runtime";var md=1,vd=()=>{let{authenticated:e,user:t,getAccessToken:r}=te(),{closePrivyModal:n,walletProxy:i}=Z(),{navigate:c,data:f,setModalData:g}=I(),y=Yf(()=>Date.now(),[]),{onCompleteNavigateTo:w,onFailure:A}=f==null?void 0:f.connectWallet,P=_=>{n({shouldCallAuthOnSuccess:!1}),A(typeof _=="string"?new Error(_):_)};return Jf(()=>{let _=ue(t),T;return!e||!_?P("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let E=await r();if(!E)return P("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:E,address:_.address});let S=(Date.now()-y)/1e3;w==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&S<md?T=setTimeout(()=>{c(w)},(md-S)*1e3):c(w)}catch(S){dd(S)?(g({...f,recoverWallet:{onCompleteNavigateTo:w,onFailure:A}}),c("EMBEDDED_WALLET_RECOVERY_SCREEN")):P(S)}})(),()=>clearTimeout(T)):void 0},[e,t,i]),gd(ep,{children:[Lo(U,{onClose:()=>P("User exited before wallet could be connected")}),gd(Xf,{children:[Lo(dr,{title:"Loading your account",description:"Please wait one moment while we load your account information"}),Lo(In,{children:Lo(hd,{})})]}),Lo(ne,{protectedByPrivy:!0})]})},Xf=Qf.div`
577
+ `;var ml=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds"];var ht=class extends Error{constructor(o,r){super(r);this.type=o}};function ai(e){let t=e.type;return typeof t=="string"&&ml.includes(t)}function hl(e){return ai(e)&&e.type==="wallet_not_on_device"}function gl(e){return ai(e)&&e.type==="invalid_recovery_pin"}function yl(e){return ai(e)&&e.type==="insufficient_funds"}import{jsx as bl}from"react/jsx-runtime";var vl=()=>bl("svg",{width:"160",height:"160",viewBox:"0 0 160 160",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:bl("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:"var(--privy-color-accent)"})});import{Fragment as eu,jsx as Wo,jsxs as Cl}from"react/jsx-runtime";var wl=1,xl=()=>{let{authenticated:e,user:t,getAccessToken:o}=O(),{closePrivyModal:r,walletProxy:n}=T(),{navigate:i,data:a,setModalData:s}=w(),l=Yp(()=>Date.now(),[]),{onCompleteNavigateTo:c,onFailure:h}=a==null?void 0:a.connectWallet,m=p=>{r({shouldCallAuthOnSuccess:!1}),h(typeof p=="string"?new Error(p):p)};return Jp(()=>{let p=K(t),g;return!e||!p?m("User must be authenticated and have a Privy wallet before it can be connected"):n?((async()=>{let d=await o();if(!d)return m("User must be authenticated and have a Privy wallet before it can be connected");try{await n.connect({accessToken:d,address:p.address});let y=(Date.now()-l)/1e3;c==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&y<wl?g=setTimeout(()=>{i(c)},(wl-y)*1e3):i(c)}catch(y){hl(y)?(s({...a,recoverWallet:{onCompleteNavigateTo:c,onFailure:h}}),i("EMBEDDED_WALLET_RECOVERY_SCREEN")):m(y)}})(),()=>clearTimeout(g)):void 0},[e,t,n]),Cl(eu,{children:[Wo(E,{onClose:()=>m("User exited before wallet could be connected")}),Cl(Xp,{children:[Wo(mt,{title:"Loading your account",description:"Please wait one moment while we load your account information"}),Wo(Ir,{children:Wo(vl,{})})]}),Wo(G,{protectedByPrivy:!0})]})},Xp=Qp.div`
578
578
  display: flex;
579
579
  height: 100%;
580
580
  flex-direction: column;
581
581
  flex-grow: 1;
582
- `;import eo from"styled-components";import{useState as tp}from"react";import rp from"styled-components";import{jsx as yd}from"react/jsx-runtime";var Qr=({style:e,color:t,...r})=>yd("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:t||"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...r,children:yd("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as Aa}from"react/jsx-runtime";var bd=({color:e,...t})=>Aa("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:Aa("g",{children:Aa("path",{fill:e||"currentColor",className:"st0",d:"M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"})})});import{jsx as wd,jsxs as np}from"react/jsx-runtime";var Nn=e=>{let[t,r]=tp(!1);return np(op,{onClick:()=>{r(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>r(!1),1500)},justCopied:t,children:[t?wd(Qr,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):wd(bd,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},op=rp.button`
582
+ `;import oo from"styled-components";import{useState as tu}from"react";import ou from"styled-components";import{jsx as El}from"react/jsx-runtime";var eo=({style:e,color:t,...o})=>El("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:El("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as si}from"react/jsx-runtime";var _l=({color:e,...t})=>si("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:si("g",{children:si("path",{fill:e||"currentColor",className:"st0",d:"M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"})})});import{jsx as Pl,jsxs as nu}from"react/jsx-runtime";var Mr=e=>{let[t,o]=tu(!1);return nu(ru,{onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?Pl(eo,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):Pl(_l,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},ru=ou.button`
583
583
  display: flex;
584
584
  align-items: center;
585
585
  gap: 6px;
@@ -617,7 +617,7 @@ Resources:
617
617
  width: 14px;
618
618
  height: 14px;
619
619
  }
620
- `;import ip from"styled-components";import{jsx as J,jsxs as nt}from"react/jsx-runtime";var Cd=()=>J(ap,{children:nt("svg",{width:"332",height:"128",viewBox:"0 0 332 128",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[nt("g",{clipPath:"url(#clip0_1269_12970)",children:[J("path",{d:"M183.829 53.8232L203.496 101.003C203.616 101.287 203.706 101.571 203.78 101.87C203.855 102.169 203.9 102.483 203.915 102.797C203.93 103.111 203.915 103.44 203.885 103.769C203.855 104.098 203.78 104.427 203.691 104.756C203.452 105.593 203.033 106.34 202.51 106.983C201.987 107.626 201.314 108.179 200.582 108.583C199.85 108.986 199.043 109.255 198.206 109.375C197.369 109.495 196.532 109.435 195.71 109.196C195.426 109.121 195.157 109.016 194.903 108.897C194.649 108.777 194.41 108.642 194.171 108.493C193.932 108.343 193.722 108.179 193.528 108C193.334 107.82 193.14 107.641 192.975 107.432L159.962 68.3988C160.186 68.6529 160.44 68.8921 160.724 69.1014C161.008 69.3107 161.352 69.4901 161.725 69.6545C162.099 69.819 162.518 69.9386 162.966 70.0283C163.414 70.118 163.907 70.1778 164.445 70.2077C166 70.2824 167.718 70.0283 169.482 69.505C171.245 68.9818 173.098 68.1895 174.832 67.1729C176.566 66.1564 178.195 64.9754 179.599 63.6449C181.004 62.3144 182.14 60.9241 182.947 59.474C183.261 58.9059 183.515 58.3528 183.709 57.8146C183.904 57.2765 184.023 56.7831 184.083 56.3048C184.143 55.8264 184.158 55.3779 184.113 54.9593C184.068 54.5407 183.963 54.152 183.814 53.7933L183.829 53.8232Z",fill:"url(#paint0_linear_1269_12970)"}),J("path",{d:"M161.158 60.267C162.04 59.0561 163.116 57.9199 164.326 56.8734C165.537 55.827 166.852 54.9001 168.227 54.0929C169.602 53.2856 171.066 52.5979 172.531 52.0747C173.995 51.5515 175.505 51.1927 176.94 51.0581C178.374 50.9236 179.689 51.0133 180.736 51.3123C181.782 51.6113 182.678 52.1644 183.261 52.882C183.844 53.5995 184.173 54.5712 184.143 55.6626C184.113 56.7539 183.74 58.0993 182.947 59.5045C182.155 60.9098 180.99 62.3599 179.6 63.6754C178.21 64.9909 176.566 66.2018 174.832 67.2035C173.099 68.2051 171.275 68.9974 169.482 69.5355C167.689 70.0737 166 70.298 164.446 70.2382C162.891 70.1784 161.726 69.8046 160.844 69.2067C159.962 68.6087 159.424 67.8463 159.185 66.9045C158.946 65.9627 158.991 64.9461 159.335 63.8099C159.678 62.6738 160.276 61.5077 161.173 60.2819L161.158 60.267Z",fill:"url(#paint1_linear_1269_12970)"}),J("path",{d:"M326.717 118.136L252.77 127.539L235.18 119.003L310.771 102.693L326.717 118.136Z",fill:"url(#paint2_linear_1269_12970)"}),J("path",{d:"M310.771 102.693L235.18 119.003L242.069 98.9261L313.117 73.3328L310.771 102.693Z",fill:"url(#paint3_linear_1269_12970)"}),J("path",{d:"M327.24 91.1522L326.717 118.136L310.771 102.693L313.117 73.3326L327.24 91.1522Z",fill:"url(#paint4_linear_1269_12970)"}),J("path",{d:"M99.4207 23.895L122.451 47.9336L64.1209 132.801L36.0693 110.093L99.4356 23.895H99.4207Z",fill:"url(#paint5_linear_1269_12970)"}),J("path",{d:"M36.069 110.078L64.1205 132.786L27.7895 117.612L6.02979 100.466L36.0839 110.063L36.069 110.078Z",fill:"url(#paint6_linear_1269_12970)"}),J("path",{d:"M55.7664 36.3777L99.4204 23.895L36.0542 110.093L6 100.496L55.7515 36.3777H55.7664Z",fill:"url(#paint7_linear_1269_12970)"}),J("path",{d:"M106.011 124.25C109.045 126.133 127.188 132.741 135.737 135.806C137.859 136.568 139.622 134.983 139.099 132.801C136.992 123.966 132.449 105.204 130.909 101.975C131.672 104.173 127.472 110.182 121.016 115.953C114.545 121.738 108.118 125.251 106.011 124.25Z",fill:"url(#paint8_linear_1269_12970)"}),J("path",{d:"M105.637 123.981C105.637 123.981 105.697 124.041 105.742 124.071C105.787 124.101 105.832 124.146 105.876 124.176C105.921 124.206 105.966 124.236 106.026 124.265C108.133 125.267 114.559 121.769 121.031 115.969C127.487 110.183 131.686 104.188 130.924 101.991C130.909 101.931 130.879 101.871 130.849 101.841C130.819 101.797 130.79 101.737 130.76 101.692C130.73 101.647 130.715 101.617 130.685 101.587C129.116 99.8232 122.226 103.411 115.307 109.6C108.387 115.789 104.068 122.247 105.637 123.996V123.981Z",fill:"url(#paint9_linear_1269_12970)"}),J("path",{d:"M290.058 16.9137C289.714 21.3537 287.891 25.5844 284.887 29.1573C277.818 37.6335 264.188 42.4323 248.167 37.7083C218.696 29.0227 200.314 19.799 183.964 17.138C179.779 16.4653 178.614 10.919 182.141 8.55704C200.239 -3.59678 237.467 -23.9578 268.014 -10.6529C284.528 -3.46224 290.79 7.22655 290.058 16.9137Z",fill:"url(#paint10_linear_1269_12970)"})]}),nt("defs",{children:[nt("filter",{id:"filter0_b_1269_12970",x:"-76",y:"-76",width:"485",height:"296",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[J("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),J("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:"46"}),J("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_1269_12970"}),J("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_1269_12970",result:"shape"})]}),nt("linearGradient",{id:"paint0_linear_1269_12970",x1:"187.752",y1:"56.8368",x2:"173.388",y2:"118.391",gradientUnits:"userSpaceOnUse",children:[J("stop",{stopColor:"#2D2068"}),J("stop",{offset:"1",stopColor:"#4F3D9A"})]}),nt("linearGradient",{id:"paint1_linear_1269_12970",x1:"162.8",y1:"69.9912",x2:"171.997",y2:"54.1168",gradientUnits:"userSpaceOnUse",children:[J("stop",{stopColor:"#4F3D9A"}),J("stop",{offset:"1",stopColor:"#160B45"})]}),nt("linearGradient",{id:"paint2_linear_1269_12970",x1:"248.905",y1:"127.208",x2:"254.292",y2:"100.947",gradientUnits:"userSpaceOnUse",children:[J("stop",{stopColor:"#4F3D9A"}),J("stop",{offset:"1",stopColor:"#160B45"})]}),nt("linearGradient",{id:"paint3_linear_1269_12970",x1:"246.866",y1:"118.395",x2:"265.49",y2:"76.3394",gradientUnits:"userSpaceOnUse",children:[J("stop",{stopColor:"#4F3D9A"}),J("stop",{offset:"1",stopColor:"#160B45"})]}),nt("linearGradient",{id:"paint4_linear_1269_12970",x1:"321.183",y1:"75.7832",x2:"300.239",y2:"117.542",gradientUnits:"userSpaceOnUse",children:[J("stop",{stopColor:"#2D2068"}),J("stop",{offset:"1",stopColor:"#4F3D9A"})]}),nt("linearGradient",{id:"paint5_linear_1269_12970",x1:"90.6781",y1:"29.852",x2:"62.6635",y2:"150.379",gradientUnits:"userSpaceOnUse",children:[J("stop",{stopColor:"#2D2068"}),J("stop",{offset:"1",stopColor:"#4F3D9A"})]}),nt("linearGradient",{id:"paint6_linear_1269_12970",x1:"14.7402",y1:"132.356",x2:"27.4597",y2:"102.105",gradientUnits:"userSpaceOnUse",children:[J("stop",{stopColor:"#4F3D9A"}),J("stop",{offset:"1",stopColor:"#160B45"})]}),nt("linearGradient",{id:"paint7_linear_1269_12970",x1:"20.0079",y1:"108.945",x2:"64.5521",y2:"45.064",gradientUnits:"userSpaceOnUse",children:[J("stop",{stopColor:"#4F3D9A"}),J("stop",{offset:"1",stopColor:"#160B45"})]}),nt("linearGradient",{id:"paint8_linear_1269_12970",x1:"126.988",y1:"103.836",x2:"119.743",y2:"142.156",gradientUnits:"userSpaceOnUse",children:[J("stop",{stopColor:"#2D2068"}),J("stop",{offset:"1",stopColor:"#4F3D9A"})]}),nt("linearGradient",{id:"paint9_linear_1269_12970",x1:"109.169",y1:"124.126",x2:"121.134",y2:"106.662",gradientUnits:"userSpaceOnUse",children:[J("stop",{stopColor:"#4F3D9A"}),J("stop",{offset:"1",stopColor:"#160B45"})]}),nt("linearGradient",{id:"paint10_linear_1269_12970",x1:"196.556",y1:"38.8404",x2:"216.303",y2:"-13.8631",gradientUnits:"userSpaceOnUse",children:[J("stop",{stopColor:"#4F3D9A"}),J("stop",{offset:"1",stopColor:"#160B45"})]}),J("clipPath",{id:"clip0_1269_12970",children:J("rect",{width:"332",height:"128",fill:"white"})}),J("clipPath",{id:"clip1_1269_12970",children:J("rect",{x:"16",y:"16",width:"301",height:"112",rx:"8",fill:"white"})})]})]})}),ap=ip.div`
620
+ `;import iu from"styled-components";import{jsx as L,jsxs as ce}from"react/jsx-runtime";var Tl=()=>L(au,{children:ce("svg",{width:"332",height:"128",viewBox:"0 0 332 128",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ce("g",{clipPath:"url(#clip0_1269_12970)",children:[L("path",{d:"M183.829 53.8232L203.496 101.003C203.616 101.287 203.706 101.571 203.78 101.87C203.855 102.169 203.9 102.483 203.915 102.797C203.93 103.111 203.915 103.44 203.885 103.769C203.855 104.098 203.78 104.427 203.691 104.756C203.452 105.593 203.033 106.34 202.51 106.983C201.987 107.626 201.314 108.179 200.582 108.583C199.85 108.986 199.043 109.255 198.206 109.375C197.369 109.495 196.532 109.435 195.71 109.196C195.426 109.121 195.157 109.016 194.903 108.897C194.649 108.777 194.41 108.642 194.171 108.493C193.932 108.343 193.722 108.179 193.528 108C193.334 107.82 193.14 107.641 192.975 107.432L159.962 68.3988C160.186 68.6529 160.44 68.8921 160.724 69.1014C161.008 69.3107 161.352 69.4901 161.725 69.6545C162.099 69.819 162.518 69.9386 162.966 70.0283C163.414 70.118 163.907 70.1778 164.445 70.2077C166 70.2824 167.718 70.0283 169.482 69.505C171.245 68.9818 173.098 68.1895 174.832 67.1729C176.566 66.1564 178.195 64.9754 179.599 63.6449C181.004 62.3144 182.14 60.9241 182.947 59.474C183.261 58.9059 183.515 58.3528 183.709 57.8146C183.904 57.2765 184.023 56.7831 184.083 56.3048C184.143 55.8264 184.158 55.3779 184.113 54.9593C184.068 54.5407 183.963 54.152 183.814 53.7933L183.829 53.8232Z",fill:"url(#paint0_linear_1269_12970)"}),L("path",{d:"M161.158 60.267C162.04 59.0561 163.116 57.9199 164.326 56.8734C165.537 55.827 166.852 54.9001 168.227 54.0929C169.602 53.2856 171.066 52.5979 172.531 52.0747C173.995 51.5515 175.505 51.1927 176.94 51.0581C178.374 50.9236 179.689 51.0133 180.736 51.3123C181.782 51.6113 182.678 52.1644 183.261 52.882C183.844 53.5995 184.173 54.5712 184.143 55.6626C184.113 56.7539 183.74 58.0993 182.947 59.5045C182.155 60.9098 180.99 62.3599 179.6 63.6754C178.21 64.9909 176.566 66.2018 174.832 67.2035C173.099 68.2051 171.275 68.9974 169.482 69.5355C167.689 70.0737 166 70.298 164.446 70.2382C162.891 70.1784 161.726 69.8046 160.844 69.2067C159.962 68.6087 159.424 67.8463 159.185 66.9045C158.946 65.9627 158.991 64.9461 159.335 63.8099C159.678 62.6738 160.276 61.5077 161.173 60.2819L161.158 60.267Z",fill:"url(#paint1_linear_1269_12970)"}),L("path",{d:"M326.717 118.136L252.77 127.539L235.18 119.003L310.771 102.693L326.717 118.136Z",fill:"url(#paint2_linear_1269_12970)"}),L("path",{d:"M310.771 102.693L235.18 119.003L242.069 98.9261L313.117 73.3328L310.771 102.693Z",fill:"url(#paint3_linear_1269_12970)"}),L("path",{d:"M327.24 91.1522L326.717 118.136L310.771 102.693L313.117 73.3326L327.24 91.1522Z",fill:"url(#paint4_linear_1269_12970)"}),L("path",{d:"M99.4207 23.895L122.451 47.9336L64.1209 132.801L36.0693 110.093L99.4356 23.895H99.4207Z",fill:"url(#paint5_linear_1269_12970)"}),L("path",{d:"M36.069 110.078L64.1205 132.786L27.7895 117.612L6.02979 100.466L36.0839 110.063L36.069 110.078Z",fill:"url(#paint6_linear_1269_12970)"}),L("path",{d:"M55.7664 36.3777L99.4204 23.895L36.0542 110.093L6 100.496L55.7515 36.3777H55.7664Z",fill:"url(#paint7_linear_1269_12970)"}),L("path",{d:"M106.011 124.25C109.045 126.133 127.188 132.741 135.737 135.806C137.859 136.568 139.622 134.983 139.099 132.801C136.992 123.966 132.449 105.204 130.909 101.975C131.672 104.173 127.472 110.182 121.016 115.953C114.545 121.738 108.118 125.251 106.011 124.25Z",fill:"url(#paint8_linear_1269_12970)"}),L("path",{d:"M105.637 123.981C105.637 123.981 105.697 124.041 105.742 124.071C105.787 124.101 105.832 124.146 105.876 124.176C105.921 124.206 105.966 124.236 106.026 124.265C108.133 125.267 114.559 121.769 121.031 115.969C127.487 110.183 131.686 104.188 130.924 101.991C130.909 101.931 130.879 101.871 130.849 101.841C130.819 101.797 130.79 101.737 130.76 101.692C130.73 101.647 130.715 101.617 130.685 101.587C129.116 99.8232 122.226 103.411 115.307 109.6C108.387 115.789 104.068 122.247 105.637 123.996V123.981Z",fill:"url(#paint9_linear_1269_12970)"}),L("path",{d:"M290.058 16.9137C289.714 21.3537 287.891 25.5844 284.887 29.1573C277.818 37.6335 264.188 42.4323 248.167 37.7083C218.696 29.0227 200.314 19.799 183.964 17.138C179.779 16.4653 178.614 10.919 182.141 8.55704C200.239 -3.59678 237.467 -23.9578 268.014 -10.6529C284.528 -3.46224 290.79 7.22655 290.058 16.9137Z",fill:"url(#paint10_linear_1269_12970)"})]}),ce("defs",{children:[ce("filter",{id:"filter0_b_1269_12970",x:"-76",y:"-76",width:"485",height:"296",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[L("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),L("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:"46"}),L("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_1269_12970"}),L("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_1269_12970",result:"shape"})]}),ce("linearGradient",{id:"paint0_linear_1269_12970",x1:"187.752",y1:"56.8368",x2:"173.388",y2:"118.391",gradientUnits:"userSpaceOnUse",children:[L("stop",{stopColor:"#2D2068"}),L("stop",{offset:"1",stopColor:"#4F3D9A"})]}),ce("linearGradient",{id:"paint1_linear_1269_12970",x1:"162.8",y1:"69.9912",x2:"171.997",y2:"54.1168",gradientUnits:"userSpaceOnUse",children:[L("stop",{stopColor:"#4F3D9A"}),L("stop",{offset:"1",stopColor:"#160B45"})]}),ce("linearGradient",{id:"paint2_linear_1269_12970",x1:"248.905",y1:"127.208",x2:"254.292",y2:"100.947",gradientUnits:"userSpaceOnUse",children:[L("stop",{stopColor:"#4F3D9A"}),L("stop",{offset:"1",stopColor:"#160B45"})]}),ce("linearGradient",{id:"paint3_linear_1269_12970",x1:"246.866",y1:"118.395",x2:"265.49",y2:"76.3394",gradientUnits:"userSpaceOnUse",children:[L("stop",{stopColor:"#4F3D9A"}),L("stop",{offset:"1",stopColor:"#160B45"})]}),ce("linearGradient",{id:"paint4_linear_1269_12970",x1:"321.183",y1:"75.7832",x2:"300.239",y2:"117.542",gradientUnits:"userSpaceOnUse",children:[L("stop",{stopColor:"#2D2068"}),L("stop",{offset:"1",stopColor:"#4F3D9A"})]}),ce("linearGradient",{id:"paint5_linear_1269_12970",x1:"90.6781",y1:"29.852",x2:"62.6635",y2:"150.379",gradientUnits:"userSpaceOnUse",children:[L("stop",{stopColor:"#2D2068"}),L("stop",{offset:"1",stopColor:"#4F3D9A"})]}),ce("linearGradient",{id:"paint6_linear_1269_12970",x1:"14.7402",y1:"132.356",x2:"27.4597",y2:"102.105",gradientUnits:"userSpaceOnUse",children:[L("stop",{stopColor:"#4F3D9A"}),L("stop",{offset:"1",stopColor:"#160B45"})]}),ce("linearGradient",{id:"paint7_linear_1269_12970",x1:"20.0079",y1:"108.945",x2:"64.5521",y2:"45.064",gradientUnits:"userSpaceOnUse",children:[L("stop",{stopColor:"#4F3D9A"}),L("stop",{offset:"1",stopColor:"#160B45"})]}),ce("linearGradient",{id:"paint8_linear_1269_12970",x1:"126.988",y1:"103.836",x2:"119.743",y2:"142.156",gradientUnits:"userSpaceOnUse",children:[L("stop",{stopColor:"#2D2068"}),L("stop",{offset:"1",stopColor:"#4F3D9A"})]}),ce("linearGradient",{id:"paint9_linear_1269_12970",x1:"109.169",y1:"124.126",x2:"121.134",y2:"106.662",gradientUnits:"userSpaceOnUse",children:[L("stop",{stopColor:"#4F3D9A"}),L("stop",{offset:"1",stopColor:"#160B45"})]}),ce("linearGradient",{id:"paint10_linear_1269_12970",x1:"196.556",y1:"38.8404",x2:"216.303",y2:"-13.8631",gradientUnits:"userSpaceOnUse",children:[L("stop",{stopColor:"#4F3D9A"}),L("stop",{offset:"1",stopColor:"#160B45"})]}),L("clipPath",{id:"clip0_1269_12970",children:L("rect",{width:"332",height:"128",fill:"white"})}),L("clipPath",{id:"clip1_1269_12970",children:L("rect",{x:"16",y:"16",width:"301",height:"112",rx:"8",fill:"white"})})]})]})}),au=iu.div`
621
621
  background: linear-gradient(-45deg, #fed8f4, #ffe5d0, #ffcdf3, #d0fcf5);
622
622
  background-size: 400% 400%;
623
623
  animation: rotating-gradient 5s ease infinite;
@@ -636,7 +636,7 @@ Resources:
636
636
  background-position: 0% 50%;
637
637
  }
638
638
  }
639
- `;import{Fragment as pp,jsx as Dt,jsxs as Xr}from"react/jsx-runtime";var xd=()=>{var P;let{user:e}=te(),{closePrivyModal:t}=Z(),{data:r}=I(),n=ue(e),{onSuccess:i,onFailure:c,callAuthOnSuccessOnClose:f}=r.createWallet,g=()=>{n?(i(n),t({shouldCallAuthOnSuccess:f})):c(new Error("Failed to create wallet"))},y="Your account",w="You\u2019re all set! This account is tied to a digital wallet. It can only ever be accessed by you.",A=Tt(n.address);return Xr(pp,{children:[Dt(U,{onClose:g}),Xr(sp,{children:[Xr("div",{children:[Dt(Qe,{title:y,description:w}),Xr(lp,{children:[Dt(Cd,{}),Xr(cp,{children:[Dt("p",{children:((P=e==null?void 0:e.email)==null?void 0:P.address)||""}),Xr(dp,{children:[Dt(up,{children:A})," ",Dt(nr,{color:"var(--privy-color-foreground)"})]})]})]}),Dt(fp,{children:Dt(Nn,{text:n.address,itemName:"Address"})})]}),Dt(ce,{onClick:g,children:"I\u2019m all set"})]}),Dt(ne,{protectedByPrivy:!0})]})},sp=eo.div`
639
+ `;import{Fragment as fu,jsx as Fe,jsxs as to}from"react/jsx-runtime";var Al=()=>{var m;let{user:e}=O(),{closePrivyModal:t}=T(),{data:o}=w(),r=K(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 account",c="You\u2019re all set! This account is tied to a digital wallet. It can only ever be accessed by you.",h=We(r.address);return to(fu,{children:[Fe(E,{onClose:s}),to(su,{children:[to("div",{children:[Fe(ee,{title:l,description:c}),to(lu,{children:[Fe(Tl,{}),to(cu,{children:[Fe("p",{children:((m=e==null?void 0:e.email)==null?void 0:m.address)||""}),to(du,{children:[Fe(pu,{children:h})," ",Fe(lt,{color:"var(--privy-color-foreground)"})]})]})]}),Fe(uu,{children:Fe(Mr,{text:r.address,itemName:"Address"})})]}),Fe(z,{onClick:s,children:"I\u2019m all set"})]}),Fe(G,{protectedByPrivy:!0})]})},su=oo.div`
640
640
  display: flex;
641
641
  height: 100%;
642
642
  flex-direction: column;
@@ -645,7 +645,7 @@ Resources:
645
645
  @media (max-width: 440px) {
646
646
  gap: 24px;
647
647
  }
648
- `,lp=eo.div`
648
+ `,lu=oo.div`
649
649
  width: 100%;
650
650
  background-color: var(--privy-color-background-2);
651
651
  border-radius: 8px;
@@ -654,7 +654,7 @@ Resources:
654
654
  width: 100%;
655
655
  height: auto;
656
656
  }
657
- `,cp=eo.div`
657
+ `,cu=oo.div`
658
658
  display: flex;
659
659
  text-align: left;
660
660
  flex-direction: column;
@@ -665,27 +665,27 @@ Resources:
665
665
  font-size: 14px;
666
666
  opacity: 0.65;
667
667
  }
668
- `,dp=eo.div`
668
+ `,du=oo.div`
669
669
  display: flex;
670
670
  justify-content: space-between;
671
671
  width: 100%;
672
- `,up=eo.span`
672
+ `,pu=oo.span`
673
673
  font-size: 17px;
674
674
  color: --var(--privy-color-foreground-1);
675
- `,fp=eo.div`
675
+ `,uu=oo.div`
676
676
  display: flex;
677
677
  justify-content: center;
678
- `;import{useEffect as Ad,useRef as mp,useState as Sa}from"react";import Yt from"styled-components";import{jsx as dt,jsxs as hp}from"react/jsx-runtime";var Ed=({style:e,...t})=>hp("svg",{width:"320",height:"144",viewBox:"0 0 320 144",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{width:320,height:144,...e},...t,children:[dt("rect",{x:"214.681",y:"51.6852",width:"40",height:"40",rx:"20",fill:"var(--privy-color-background-2)"}),dt("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M229.848 64.9512C228.001 65.1452 226.643 66.726 226.643 68.5829V75.414C226.643 77.2883 228.026 78.8767 229.891 79.0615C231.417 79.2127 233.21 79.3518 234.643 79.3518C236.862 79.3518 239.95 79.0176 241.563 78.8225C242.183 78.7474 242.643 78.2196 242.643 77.5948V69.7756C242.643 69.1508 242.183 68.6229 241.563 68.5479C239.955 68.3534 236.883 68.0207 234.665 68.0185L234.643 68.0185L234.622 68.0185C233.219 68.0199 231.475 68.1534 229.975 68.3005C229.636 68.3007 229.346 68.0433 229.312 67.6989C229.277 67.3325 229.544 67.0063 229.911 66.9703C231.423 66.8219 233.203 66.6852 234.643 66.6852C236.246 66.6852 238.275 66.855 239.887 67.0221C240.412 67.0765 240.896 67.1309 241.309 67.1796V66.4289C241.309 65.8099 240.858 65.2851 240.244 65.2046C238.746 65.0083 235.977 64.6852 233.976 64.6852C232.734 64.6852 231.195 64.8098 229.848 64.9512ZM240.309 74.6852C240.862 74.6852 241.309 74.2375 241.309 73.6852C241.309 73.1329 240.862 72.6852 240.309 72.6852C239.757 72.6852 239.309 73.1329 239.309 73.6852C239.309 74.2375 239.757 74.6852 240.309 74.6852Z",fill:"var(--privy-color-accent)"}),dt("path",{d:"M92.6426 74.2969H89.5743M76.6426 74.2969H85.5085M77.5837 78.2687L87.1555 61.6852M84.7273 65.9017L82.2897 61.6852M91.8614 78.2687L86.6849 69.2993",stroke:"var(--privy-color-accent)","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}),dt("rect",{x:"65.6426",y:"52.6852",width:"38",height:"38",rx:"19",stroke:"var(--privy-color-background-2","stroke-width":"2"}),dt("path",{d:"M103.162 71.6852H213.662",stroke:"var(--privy-color-background-2","stroke-width":"2","stroke-dasharray":"4 4"}),dt("path",{d:"M270.544 116.469C272.146 116.469 273.445 115.175 273.445 113.577C273.445 111.98 272.146 110.685 270.544 110.685C268.942 110.685 267.643 111.98 267.643 113.577C267.643 115.175 268.942 116.469 270.544 116.469Z",fill:"var(--privy-color-accent-light"}),dt("path",{d:"M157.878 48.3615C160.282 48.3615 162.231 46.4193 162.231 44.0234C162.231 41.6274 160.282 39.6852 157.878 39.6852C155.475 39.6852 153.526 41.6274 153.526 44.0234C153.526 46.4193 155.475 48.3615 157.878 48.3615Z",fill:"var(--privy-color-accent-dark)"}),dt("path",{d:"M35.0825 96.1749C36.8852 96.1749 38.3466 94.7182 38.3466 92.9212C38.3466 91.1243 36.8852 89.6676 35.0825 89.6676C33.2797 89.6676 31.8184 91.1243 31.8184 92.9212C31.8184 94.7182 33.2797 96.1749 35.0825 96.1749Z",fill:"var(--privy-color-accent-dark)"}),dt("path",{d:"M164.407 103.673C166.41 103.673 168.034 102.055 168.034 100.058C168.034 98.0616 166.41 96.443 164.407 96.443C162.404 96.443 160.78 98.0616 160.78 100.058C160.78 102.055 162.404 103.673 164.407 103.673Z",fill:"var(--privy-color-accent-light"}),dt("path",{d:"M292.664 33.277C294.267 33.277 295.566 31.9822 295.566 30.3849C295.566 28.7876 294.267 27.4928 292.664 27.4928C291.062 27.4928 289.763 28.7876 289.763 30.3849C289.763 31.9822 291.062 33.277 292.664 33.277Z",fill:"var(--privy-color-accent-light"}),dt("path",{d:"M104 12.6997C105.302 12.6997 106.357 11.6476 106.357 10.3498C106.357 9.05206 105.302 8 104 8C102.698 8 101.643 9.05206 101.643 10.3498C101.643 11.6476 102.698 12.6997 104 12.6997Z",fill:"var(--privy-color-accent-light"}),dt("path",{d:"M7.99998 68.6997C9.30194 68.6997 10.3574 67.6476 10.3574 66.3498C10.3574 65.0521 9.30194 64 7.99998 64C6.69802 64 5.64258 65.0521 5.64258 66.3498C5.64258 67.6476 6.69802 68.6997 7.99998 68.6997Z",fill:"var(--privy-color-accent-light"}),dt("path",{d:"M312 60.6997C313.302 60.6997 314.357 59.6476 314.357 58.3498C314.357 57.0521 313.302 56 312 56C310.698 56 309.643 57.0521 309.643 58.3498C309.643 59.6476 310.698 60.6997 312 60.6997Z",fill:"var(--privy-color-accent-light"}),dt("path",{d:"M35.544 42.4694C37.1464 42.4694 38.4454 41.1746 38.4454 39.5773C38.4454 37.98 37.1464 36.6852 35.544 36.6852C33.9416 36.6852 32.6426 37.98 32.6426 39.5773C32.6426 41.1746 33.9416 42.4694 35.544 42.4694Z",fill:"var(--privy-color-accent-light"})]});import{Fragment as Pp,jsx as Ke,jsxs as Ut}from"react/jsx-runtime";var Sd=()=>{var E;let[e,t]=Sa(null),{authenticated:r,user:n,getAccessToken:i}=te(),{closePrivyModal:c,createAnalyticsEvent:f}=Z(),{data:g}=I(),y=(E=ue(n))==null?void 0:E.address,{onFailure:w,onSuccess:A,origin:P,appId:_}=g.keyExport,T=S=>{c({shouldCallAuthOnSuccess:!1}),w(typeof S=="string"?new Error(S):S)},M=()=>{c({shouldCallAuthOnSuccess:!1}),A(),f("embedded_wallet_key_export_completed",{walletAddress:y})};return Ad(()=>{let S=ue(n);if(!r||!S)return T("User must be authenticated before exporting their wallet");i().then(t,T)},[r,n]),Ut(Pp,{children:[Ke(U,{onClose:M}),Ut(yp,{children:[Ke(Ed,{}),Ut(bp,{children:[Ke("h3",{children:"Transfer"}),Ut(Ep,{children:[Ke(vp,{style:{marginRight:6}}),`${y==null?void 0:y.substring(0,4)}...${y==null?void 0:y.substring(y.length-4,y.length-1)}`]})]}),Ke("p",{children:"You can take your account with you to another site using an external wallet!"}),Ut(wp,{children:[Ut(_d,{children:[Ke(Pd,{children:"1"}),Ut("span",{children:[Ke("a",{href:"https://privy-io.notion.site/Transferring-your-account-9dab9e16c6034a7ab1ff7fa479b02828",target:"blank",rel:"noopener noreferrer",children:"Follow the guide"})," ","to transfer your account to your wallet of choice."]})]}),Ut(_d,{children:[Ke(Pd,{children:"2"}),Ke("span",{children:"Copy this key into your other wallet"})]})]}),Ke("div",{style:{width:"100%"},children:e&&Ke(gp,{origin:P,appId:_,accessToken:e,address:y,dimensions:{height:"44px"}})}),Ut(_p,{children:[Ke("h4",{children:"WARNING"}),Ke("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),Ke(ne,{protectedByPrivy:!0})]})};function gp(e){let[t,r]=Sa(e.dimensions.width),[n,i]=Sa(void 0),c=mp(null);return Ad(()=>{if(c.current&&t===void 0){let{width:g}=c.current.getBoundingClientRect();r(g)}let f=getComputedStyle(document.documentElement);i({background2:f.getPropertyValue("--privy-color-background-2"),foreground3:f.getPropertyValue("--privy-color-foreground-3"),foregroundAccent:f.getPropertyValue("--privy-color-foreground-accent"),accent:f.getPropertyValue("--privy-color-accent"),accentDark:f.getPropertyValue("--privy-color-accent-dark"),success:f.getPropertyValue("--privy-color-success")})},[]),Ke("div",{ref:c,children:t&&Ut(Cp,{children:[Ke("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:rn(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,...n})}),Ke(xp,{children:"Loading..."})]})})}function vp(e){return Ke("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:Ke("path",{d:"M14 8.81335C14 7.98493 13.3284 7.31335 12.5 7.31335H10C10 8.41792 9.10457 9.31335 8 9.31335C6.89543 9.31335 6 8.41792 6 7.31335H3.5C2.67157 7.31335 2 7.98493 2 8.81335M14 8.81335V12.8134C14 13.6418 13.3284 14.3134 12.5 14.3134H3.5C2.67157 14.3134 2 13.6418 2 12.8134V8.81335M14 8.81335V6.81335M2 8.81335V6.81335M14 6.81335C14 5.98493 13.3284 5.31335 12.5 5.31335H3.5C2.67157 5.31335 2 5.98493 2 6.81335M14 6.81335V4.81335C14 3.98493 13.3284 3.31335 12.5 3.31335H3.5C2.67157 3.31335 2 3.98493 2 4.81335V6.81335",stroke:"var(--privy-color-foreground-3)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}var yp=Yt.div`
678
+ `;import{useEffect as Rl,useRef as hu,useState as li}from"react";import et from"styled-components";import{jsx as me,jsxs as mu}from"react/jsx-runtime";var Sl=({style:e,...t})=>mu("svg",{width:"320",height:"144",viewBox:"0 0 320 144",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{width:320,height:144,...e},...t,children:[me("rect",{x:"214.681",y:"51.6852",width:"40",height:"40",rx:"20",fill:"var(--privy-color-background-2)"}),me("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M229.848 64.9512C228.001 65.1452 226.643 66.726 226.643 68.5829V75.414C226.643 77.2883 228.026 78.8767 229.891 79.0615C231.417 79.2127 233.21 79.3518 234.643 79.3518C236.862 79.3518 239.95 79.0176 241.563 78.8225C242.183 78.7474 242.643 78.2196 242.643 77.5948V69.7756C242.643 69.1508 242.183 68.6229 241.563 68.5479C239.955 68.3534 236.883 68.0207 234.665 68.0185L234.643 68.0185L234.622 68.0185C233.219 68.0199 231.475 68.1534 229.975 68.3005C229.636 68.3007 229.346 68.0433 229.312 67.6989C229.277 67.3325 229.544 67.0063 229.911 66.9703C231.423 66.8219 233.203 66.6852 234.643 66.6852C236.246 66.6852 238.275 66.855 239.887 67.0221C240.412 67.0765 240.896 67.1309 241.309 67.1796V66.4289C241.309 65.8099 240.858 65.2851 240.244 65.2046C238.746 65.0083 235.977 64.6852 233.976 64.6852C232.734 64.6852 231.195 64.8098 229.848 64.9512ZM240.309 74.6852C240.862 74.6852 241.309 74.2375 241.309 73.6852C241.309 73.1329 240.862 72.6852 240.309 72.6852C239.757 72.6852 239.309 73.1329 239.309 73.6852C239.309 74.2375 239.757 74.6852 240.309 74.6852Z",fill:"var(--privy-color-accent)"}),me("path",{d:"M92.6426 74.2969H89.5743M76.6426 74.2969H85.5085M77.5837 78.2687L87.1555 61.6852M84.7273 65.9017L82.2897 61.6852M91.8614 78.2687L86.6849 69.2993",stroke:"var(--privy-color-accent)","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}),me("rect",{x:"65.6426",y:"52.6852",width:"38",height:"38",rx:"19",stroke:"var(--privy-color-background-2","stroke-width":"2"}),me("path",{d:"M103.162 71.6852H213.662",stroke:"var(--privy-color-background-2","stroke-width":"2","stroke-dasharray":"4 4"}),me("path",{d:"M270.544 116.469C272.146 116.469 273.445 115.175 273.445 113.577C273.445 111.98 272.146 110.685 270.544 110.685C268.942 110.685 267.643 111.98 267.643 113.577C267.643 115.175 268.942 116.469 270.544 116.469Z",fill:"var(--privy-color-accent-light"}),me("path",{d:"M157.878 48.3615C160.282 48.3615 162.231 46.4193 162.231 44.0234C162.231 41.6274 160.282 39.6852 157.878 39.6852C155.475 39.6852 153.526 41.6274 153.526 44.0234C153.526 46.4193 155.475 48.3615 157.878 48.3615Z",fill:"var(--privy-color-accent-dark)"}),me("path",{d:"M35.0825 96.1749C36.8852 96.1749 38.3466 94.7182 38.3466 92.9212C38.3466 91.1243 36.8852 89.6676 35.0825 89.6676C33.2797 89.6676 31.8184 91.1243 31.8184 92.9212C31.8184 94.7182 33.2797 96.1749 35.0825 96.1749Z",fill:"var(--privy-color-accent-dark)"}),me("path",{d:"M164.407 103.673C166.41 103.673 168.034 102.055 168.034 100.058C168.034 98.0616 166.41 96.443 164.407 96.443C162.404 96.443 160.78 98.0616 160.78 100.058C160.78 102.055 162.404 103.673 164.407 103.673Z",fill:"var(--privy-color-accent-light"}),me("path",{d:"M292.664 33.277C294.267 33.277 295.566 31.9822 295.566 30.3849C295.566 28.7876 294.267 27.4928 292.664 27.4928C291.062 27.4928 289.763 28.7876 289.763 30.3849C289.763 31.9822 291.062 33.277 292.664 33.277Z",fill:"var(--privy-color-accent-light"}),me("path",{d:"M104 12.6997C105.302 12.6997 106.357 11.6476 106.357 10.3498C106.357 9.05206 105.302 8 104 8C102.698 8 101.643 9.05206 101.643 10.3498C101.643 11.6476 102.698 12.6997 104 12.6997Z",fill:"var(--privy-color-accent-light"}),me("path",{d:"M7.99998 68.6997C9.30194 68.6997 10.3574 67.6476 10.3574 66.3498C10.3574 65.0521 9.30194 64 7.99998 64C6.69802 64 5.64258 65.0521 5.64258 66.3498C5.64258 67.6476 6.69802 68.6997 7.99998 68.6997Z",fill:"var(--privy-color-accent-light"}),me("path",{d:"M312 60.6997C313.302 60.6997 314.357 59.6476 314.357 58.3498C314.357 57.0521 313.302 56 312 56C310.698 56 309.643 57.0521 309.643 58.3498C309.643 59.6476 310.698 60.6997 312 60.6997Z",fill:"var(--privy-color-accent-light"}),me("path",{d:"M35.544 42.4694C37.1464 42.4694 38.4454 41.1746 38.4454 39.5773C38.4454 37.98 37.1464 36.6852 35.544 36.6852C33.9416 36.6852 32.6426 37.98 32.6426 39.5773C32.6426 41.1746 33.9416 42.4694 35.544 42.4694Z",fill:"var(--privy-color-accent-light"})]});import{Fragment as Pu,jsx as Q,jsxs as Ge}from"react/jsx-runtime";var Wl=()=>{var d;let[e,t]=li(null),{authenticated:o,user:r,getAccessToken:n}=O(),{closePrivyModal:i,createAnalyticsEvent:a}=T(),{data:s}=w(),l=(d=K(r))==null?void 0:d.address,{onFailure:c,onSuccess:h,origin:m,appId:p}=s.keyExport,g=y=>{i({shouldCallAuthOnSuccess:!1}),c(typeof y=="string"?new Error(y):y)},b=()=>{i({shouldCallAuthOnSuccess:!1}),h(),a("embedded_wallet_key_export_completed",{walletAddress:l})};return Rl(()=>{let y=K(r);if(!o||!y)return g("User must be authenticated before exporting their wallet");n().then(t,g)},[o,r]),Ge(Pu,{children:[Q(E,{onClose:b}),Ge(bu,{children:[Q(Sl,{}),Ge(vu,{children:[Q("h3",{children:"Transfer"}),Ge(Eu,{children:[Q(yu,{style:{marginRight:6}}),`${l==null?void 0:l.substring(0,4)}...${l==null?void 0:l.substring(l.length-4,l.length-1)}`]})]}),Q("p",{children:"You can take your account with you to another site using an external wallet!"}),Ge(wu,{children:[Ge(Ll,{children:[Q(kl,{children:"1"}),Ge("span",{children:[Q("a",{href:"https://privy-io.notion.site/Transferring-your-account-9dab9e16c6034a7ab1ff7fa479b02828",target:"blank",rel:"noopener noreferrer",children:"Follow the guide"})," ","to transfer your account to your wallet of choice."]})]}),Ge(Ll,{children:[Q(kl,{children:"2"}),Q("span",{children:"Copy this key into your other wallet"})]})]}),Q("div",{style:{width:"100%"},children:e&&Q(gu,{origin:m,appId:p,accessToken:e,address:l,dimensions:{height:"44px"}})}),Ge(_u,{children:[Q("h4",{children:"WARNING"}),Q("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),Q(G,{protectedByPrivy:!0})]})};function gu(e){let[t,o]=li(e.dimensions.width),[r,n]=li(void 0),i=hu(null);return Rl(()=>{if(i.current&&t===void 0){let{width:s}=i.current.getBoundingClientRect();o(s)}let a=getComputedStyle(document.documentElement);n({background2:a.getPropertyValue("--privy-color-background-2"),foreground3:a.getPropertyValue("--privy-color-foreground-3"),foregroundAccent:a.getPropertyValue("--privy-color-foreground-accent"),accent:a.getPropertyValue("--privy-color-accent"),accentDark:a.getPropertyValue("--privy-color-accent-dark"),success:a.getPropertyValue("--privy-color-success")})},[]),Q("div",{ref:i,children:t&&Ge(Cu,{children:[Q("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:or(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,...r})}),Q(xu,{children:"Loading..."})]})})}function yu(e){return Q("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:Q("path",{d:"M14 8.81335C14 7.98493 13.3284 7.31335 12.5 7.31335H10C10 8.41792 9.10457 9.31335 8 9.31335C6.89543 9.31335 6 8.41792 6 7.31335H3.5C2.67157 7.31335 2 7.98493 2 8.81335M14 8.81335V12.8134C14 13.6418 13.3284 14.3134 12.5 14.3134H3.5C2.67157 14.3134 2 13.6418 2 12.8134V8.81335M14 8.81335V6.81335M2 8.81335V6.81335M14 6.81335C14 5.98493 13.3284 5.31335 12.5 5.31335H3.5C2.67157 5.31335 2 5.98493 2 6.81335M14 6.81335V4.81335C14 3.98493 13.3284 3.31335 12.5 3.31335H3.5C2.67157 3.31335 2 3.98493 2 4.81335V6.81335",stroke:"var(--privy-color-foreground-3)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}var bu=et.div`
679
679
  display: flex;
680
680
  height: 100%;
681
681
  flex-direction: column;
682
682
  text-align: left;
683
- `,bp=Yt.div`
683
+ `,vu=et.div`
684
684
  display: flex;
685
685
  align-items: center;
686
686
  justify-content: space-between;
687
687
  margin-bottom: 8px;
688
- `,wp=Yt.div`
688
+ `,wu=et.div`
689
689
  display: flex;
690
690
  flex-direction: column;
691
691
  gap: 24px;
@@ -693,7 +693,7 @@ Resources:
693
693
  margin-top: 16px;
694
694
  margin-left: 11px;
695
695
  border-left: 1px solid var(--privy-color-foreground-4) !important;
696
- `,_d=Yt.div`
696
+ `,Ll=et.div`
697
697
  display: flex;
698
698
  align-items: top;
699
699
  gap: 8px;
@@ -704,7 +704,7 @@ Resources:
704
704
  text-decoration: underline;
705
705
  }
706
706
  }
707
- `,Pd=Yt.div`
707
+ `,kl=et.div`
708
708
  display: flex;
709
709
  align-items: center;
710
710
  justify-content: center;
@@ -718,10 +718,10 @@ Resources:
718
718
  border-radius: 100%;
719
719
  background: var(--privy-color-background);
720
720
  color: var(--privy-color-accent);
721
- `,Cp=Yt.div`
721
+ `,Cu=et.div`
722
722
  position: relative;
723
723
  height: 44px;
724
- `,xp=Yt.div`
724
+ `,xu=et.div`
725
725
  position: absolute;
726
726
  display: flex;
727
727
  align-items: center;
@@ -733,7 +733,7 @@ Resources:
733
733
  border-radius: var(--privy-border-radius-md);
734
734
  background-color: var(--privy-color-background-2);
735
735
  color: var(--privy-color-foreground-3);
736
- `,Ep=Yt.div`
736
+ `,Eu=et.div`
737
737
  display: flex;
738
738
  align-items: center;
739
739
  padding-top: 1px;
@@ -745,7 +745,7 @@ Resources:
745
745
  border-radius: var(--privy-border-radius-md);
746
746
  font-size: 12px;
747
747
  font-weight: 500;
748
- `,_p=Yt.div`
748
+ `,_u=et.div`
749
749
  border: 2px solid var(--privy-color-background-2) !important;
750
750
  border-radius: var(--privy-border-radius-md);
751
751
  padding: 16px;
@@ -755,13 +755,13 @@ Resources:
755
755
  && > h4 {
756
756
  color: var(--privy-color-error);
757
757
  }
758
- `;import{useEffect as Bp,useState as ka}from"react";import Ra,{css as Fp}from"styled-components";import{useEffect as Ap,useState as ko}from"react";import La from"styled-components";import{jsx as Td}from"react/jsx-runtime";var Md=({style:e,...t})=>Td("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:Td("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"})});import{Fragment as Up,jsx as to,jsxs as Ma}from"react/jsx-runtime";var ro=6,Sp=new Array(ro).fill("");function Tp(e){return e.replace(/\s+/g,"")}function Ta(e){return/^[a-zA-Z0-9]{1}$/.test(e)}function Mp(e){return/^[a-zA-Z]{1}$/.test(e)}function Lp(e){return/^[a-z]{1}$/.test(e)}function Ld(e){return e.length===ro&&e.every(Ta)}function kp(e,t){return e.reduce((r,n)=>r+Number(t(n)),0)}function Rp(){return crypto.getRandomValues(new Uint8Array(1))[0]}function Wp(){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",t=[];for(;t.length<ro;){let r=Rp();r>247||t.push(e.charAt(r%62))}return t.join("")}var On=({onChange:e,disabled:t,readOnly:r,disableGeneration:n,errorReasonOverride:i})=>{let[c,f]=ko(Sp),[g,y]=ko(null),[w,A]=ko(null),P=M=>{var F;let E=Tp(M.currentTarget.value);if(E==="")return;let S=kp(c,Ta),L=E.split(""),G=!L.every(Ta),q=L.length+S>ro;if(G){y("Passcode can only be letters and numbers"),A(1);return}if(q){y("Passcode must be exactly 6 letters and numbers"),A(1);return}y(null),A(null);let $=Number((F=M.currentTarget.name)==null?void 0:F.charAt(4)),K=[...E||[""]].slice(0,ro-$),Y=[...c.slice(0,$),...K,...c.slice($+K.length)];f(Y);let ee=K.length,ze=Math.min(Math.max($+ee,0),ro-1),Ze=document.querySelector(`input[name=pin-${ze}]`),ie=K[K.length-1]||"";if(Mp(ie)&&(Lp(ie)?Ze.autocapitalize="none":Ze.autocapitalize="on"),Ze==null||Ze.focus(),Ld(Y)){let z=document.querySelector(`input[name=pin-${ze}]`);z==null||z.blur(),e(Y.join(""))}else e(null);M.preventDefault()},_=M=>{w===1&&(y(null),A(null));let E=[...c.slice(0,M),"",...c.slice(M+1)];if(f(E),M>0){let S=document.querySelector(`input[name=pin-${M-1}]`);S==null||S.focus()}Ld(E)?e(E.join("")):e(null)},T=r||n;return Ma(Up,{children:[Ma(Ip,{children:[to(Np,{fail:!!i||!!g,children:i||g||"Passcode can be letters and numbers"}),to("div",{children:c.map((M,E)=>to("input",{name:`pin-${E}`,type:"text",value:c[E],onChange:P,onKeyUp:S=>{S.key==="Backspace"&&_(E)},inputMode:"text",autoFocus:E===0,pattern:"[a-zA-Z0-9]",className:g?"fail":"",autoComplete:"off",disabled:t||r,autoCapitalize:"none"},E))})]}),!T&&to(Op,{disabled:t,onClick:()=>{let M=Wp();f([...M]),e(M)}})]})},Ip=La.div`
758
+ `;import{useEffect as Bu,useState as ui}from"react";import fi,{css as Fu}from"styled-components";import{useEffect as Tu,useState as Io}from"react";import pi from"styled-components";import{jsx as Il}from"react/jsx-runtime";var Ml=({style:e,...t})=>Il("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:Il("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"})});import{Fragment as Uu,jsx as ro,jsxs as di}from"react/jsx-runtime";var no=6,Au=new Array(no).fill("");function Su(e){return e.replace(/\s+/g,"")}function ci(e){return/^[a-zA-Z0-9]{1}$/.test(e)}function Lu(e){return/^[a-zA-Z]{1}$/.test(e)}function ku(e){return/^[a-z]{1}$/.test(e)}function Nl(e){return e.length===no&&e.every(ci)}function Ru(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}function Wu(){return crypto.getRandomValues(new Uint8Array(1))[0]}function Iu(){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",t=[];for(;t.length<no;){let o=Wu();o>247||t.push(e.charAt(o%62))}return t.join("")}var Nr=({onChange:e,disabled:t,readOnly:o,disableGeneration:r,errorReasonOverride:n})=>{let[i,a]=Io(Au),[s,l]=Io(null),[c,h]=Io(null),m=b=>{var F;let d=Su(b.currentTarget.value);if(d==="")return;let y=Ru(i,ci),v=d.split(""),P=!v.every(ci),S=v.length+y>no;if(P){l("Passcode can only be letters and numbers"),h(1);return}if(S){l("Passcode must be exactly 6 letters and numbers"),h(1);return}l(null),h(null);let M=Number((F=b.currentTarget.name)==null?void 0:F.charAt(4)),R=[...d||[""]].slice(0,no-M),B=[...i.slice(0,M),...R,...i.slice(M+R.length)];a(B);let H=R.length,te=Math.min(Math.max(M+H,0),no-1),oe=document.querySelector(`input[name=pin-${te}]`),$=R[R.length-1]||"";if(Lu($)&&(ku($)?oe.autocapitalize="none":oe.autocapitalize="on"),oe==null||oe.focus(),Nl(B)){let W=document.querySelector(`input[name=pin-${te}]`);W==null||W.blur(),e(B.join(""))}else e(null);b.preventDefault()},p=b=>{c===1&&(l(null),h(null));let d=[...i.slice(0,b),"",...i.slice(b+1)];if(a(d),b>0){let y=document.querySelector(`input[name=pin-${b-1}]`);y==null||y.focus()}Nl(d)?e(d.join("")):e(null)},g=o||r;return di(Uu,{children:[di(Mu,{children:[ro(Nu,{fail:!!n||!!s,children:n||s||"Passcode can be letters and numbers"}),ro("div",{children:i.map((b,d)=>ro("input",{name:`pin-${d}`,type:"text",value:i[d],onChange:m,onKeyUp:y=>{y.key==="Backspace"&&p(d)},inputMode:"text",autoFocus:d===0,pattern:"[a-zA-Z0-9]",className:s?"fail":"",autoComplete:"off",disabled:t||o,autoCapitalize:"none"},d))})]}),!g&&ro(Ou,{disabled:t,onClick:()=>{let b=Iu();a([...b]),e(b)}})]})},Mu=pi.div`
759
759
  display: flex;
760
760
  flex-direction: column;
761
761
  width: 100%;
762
762
  gap: 8px;
763
763
 
764
- ${Yr}[data-height='medium'] & {
764
+ ${Xt}[data-height='medium'] & {
765
765
  margin-top: 22px;
766
766
  }
767
767
 
@@ -822,7 +822,7 @@ Resources:
822
822
  transform: translate(1px, 0px);
823
823
  }
824
824
  }
825
- `,Np=La.div`
825
+ `,Nu=pi.div`
826
826
  line-height: 20px;
827
827
  height: 20px;
828
828
  font-size: 13px;
@@ -830,7 +830,7 @@ Resources:
830
830
  display: flex;
831
831
  justify-content: flex-end;
832
832
  width: 100%;
833
- `,Op=({onClick:e,disabled:t,...r})=>{let[n,i]=ko(!1),[c,f]=ko();return Ap(()=>{t&&c&&clearTimeout(c),f(void 0)},[t]),Ma(Dp,{onClick:g=>{c&&clearTimeout(c),i(!0),e==null||e(g),f(setTimeout(()=>i(!1),1e3))},justGenerated:n,disabled:t,...r,children:[n?to(Qr,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):to(Md,{style:{height:"14px",width:"14px"}}),n?"Generated":"Generate"," passcode"]})},Dp=La.button`
833
+ `,Ou=({onClick:e,disabled:t,...o})=>{let[r,n]=Io(!1),[i,a]=Io();return Tu(()=>{t&&i&&clearTimeout(i),a(void 0)},[t]),di(Du,{onClick:s=>{i&&clearTimeout(i),n(!0),e==null||e(s),a(setTimeout(()=>n(!1),1e3))},justGenerated:r,disabled:t,...o,children:[r?ro(eo,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):ro(Ml,{style:{height:"14px",width:"14px"}}),r?"Generated":"Generate"," passcode"]})},Du=pi.button`
834
834
  display: flex;
835
835
  align-items: center;
836
836
  gap: 6px;
@@ -868,12 +868,12 @@ Resources:
868
868
  width: 14px;
869
869
  height: 14px;
870
870
  }
871
- `;import{Fragment as qp,jsx as Er,jsxs as Dn}from"react/jsx-runtime";var kd=()=>{let{authenticated:e,getAccessToken:t,user:r}=te(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:c}=Z(),{navigate:f,data:g}=I(),[y,w]=ka(null),[A,P]=ka(""),[_,T]=ka(!1),{onCompleteNavigateTo:M,onFailure:E}=g.recoverWallet,S=$=>{i({shouldCallAuthOnSuccess:!1}),E(typeof $=="string"?new Error($):$)};Bp(()=>{if(!e||!ue(r))return S("User must be authenticated and have a Privy wallet before it can be recovered")},[e,r]);let L=$=>{w($)},G=ue(r);return Dn(qp,{children:[Er(U,{onClose:()=>S("User exited before their wallet could be recovered")}),Dn(Gp,{children:[Dn("div",{children:[Er(Qe,{title:"Load your account",description:"We haven't seen this device yet. To continue, please enter your passcode."}),Er(On,{onChange:L,disabled:_,errorReasonOverride:A,disableGeneration:!0})]}),Dn(Hp,{children:[Er("h4",{children:"Why am I doing this?"}),Er("p",{children:"When you created your account, you entered a passcode\u2014this helps secure your digital wallet and ensure only you can access it."})]}),Er(Vp,{loading:_||!n,disabled:!y,onClick:async()=>{T(!0);let $=await t();if($&&G&&y!==null)try{c("embedded_wallet_recovery_started",{walletAddress:G.address}),await(n==null?void 0:n.recover({address:G.address,accessToken:$,recoveryPin:y})),P(""),f(M),c("embedded_wallet_recovery_completed",{walletAddress:G.address})}catch(K){ud(K)?P("Invalid recovery passcode, please try again."):P("An error has occurred, please try again.")}finally{T(!1)}else return S("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!G&&_,children:"Recover your account"})]}),Er(ne,{protectedByPrivy:!0})]})},Gp=Ra.div`
871
+ `;import{Fragment as $u,jsx as At,jsxs as Or}from"react/jsx-runtime";var Ol=()=>{let{authenticated:e,getAccessToken:t,user:o}=O(),{walletProxy:r,closePrivyModal:n,createAnalyticsEvent:i}=T(),{navigate:a,data:s}=w(),[l,c]=ui(null),[h,m]=ui(""),[p,g]=ui(!1),{onCompleteNavigateTo:b,onFailure:d}=s.recoverWallet,y=M=>{n({shouldCallAuthOnSuccess:!1}),d(typeof M=="string"?new Error(M):M)};Bu(()=>{if(!e||!K(o))return y("User must be authenticated and have a Privy wallet before it can be recovered")},[e,o]);let v=M=>{c(M)},P=K(o);return Or($u,{children:[At(E,{onClose:()=>y("User exited before their wallet could be recovered")}),Or(Gu,{children:[Or("div",{children:[At(ee,{title:"Load your account",description:"We haven't seen this device yet. To continue, please enter your passcode."}),At(Nr,{onChange:v,disabled:p,errorReasonOverride:h,disableGeneration:!0})]}),Or(Hu,{children:[At("h4",{children:"Why am I doing this?"}),At("p",{children:"When you created your account, you entered a passcode\u2014this helps secure your digital wallet and ensure only you can access it."})]}),At(Vu,{loading:p||!r,disabled:!l,onClick:async()=>{g(!0);let M=await t();if(M&&P&&l!==null)try{i("embedded_wallet_recovery_started",{walletAddress:P.address}),await(r==null?void 0:r.recover({address:P.address,accessToken:M,recoveryPin:l})),m(""),a(b),i("embedded_wallet_recovery_completed",{walletAddress:P.address})}catch(R){gl(R)?m("Invalid recovery passcode, please try again."):m("An error has occurred, please try again.")}finally{g(!1)}else return y("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!P&&p,children:"Recover your account"})]}),At(G,{protectedByPrivy:!0})]})},Gu=fi.div`
872
872
  display: flex;
873
873
  height: 100%;
874
874
  flex-direction: column;
875
875
  justify-content: space-between;
876
- `,Hp=Ra.div`
876
+ `,Hu=fi.div`
877
877
  display: flex;
878
878
  flex-direction: column;
879
879
  justify-content: flex-start;
@@ -898,20 +898,20 @@ Resources:
898
898
  color: var(--light-theme-fg-3);
899
899
  font-size: 14px;
900
900
  }
901
- `,Vp=Ra(ce)`
902
- ${e=>e.hideAnimations&&Fp`
901
+ `,Vu=fi(z)`
902
+ ${e=>e.hideAnimations&&Fu`
903
903
  && {
904
904
  // Remove animations because the recoverWallet task on the iframe partially
905
905
  // blocks the renderer, so the animation stutters and doesn't look good
906
906
  transition: none;
907
907
  }
908
908
  `}
909
- `;import{useEffect as $p,useState as Wa}from"react";import Ia,{css as zp}from"styled-components";import{Fragment as Jp,jsx as Qt,jsxs as Un}from"react/jsx-runtime";var Rd=()=>{let{authenticated:e,getAccessToken:t,user:r}=te(),{walletProxy:n,refreshUser:i,closePrivyModal:c,createAnalyticsEvent:f}=Z(),{navigate:g,data:y}=I(),[w,A]=Wa(null),[P,_]=Wa(""),[T,M]=Wa(!1),{onFailure:E,callAuthOnSuccessOnClose:S}=y.createWallet;$p(()=>{e||(g("LANDING"),E(new Error("User must be authenticated before creating a Privy wallet")))},[e]);let L=()=>{E(new Error("User exited before creating a wallet")),c({shouldCallAuthOnSuccess:S})},G=Y=>{A(Y)},q=ue(r),$=q?()=>{M(!0),setTimeout(()=>{M(!1),g("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:async()=>{M(!0);let Y=await t();if(Y&&w!==null)try{f("embedded_wallet_creation_started");let ee=await(n==null?void 0:n.create({accessToken:Y,recoveryPin:w}));f("embedded_wallet_creation_completed",{walletAddress:ee==null?void 0:ee.address}),_(""),await i()}catch(ee){_("An error has occurred, please try again."),console.error(ee)}finally{M(!1)}},K=!!q;return Un(Jp,{children:[Qt(U,{onClose:L}),Un(Zp,{children:[Un("div",{children:[Qt(Qe,{title:K?"Secure your passcode":"Set your passcode",description:K?"Don\u2019t lose this passcode. You\u2019ll need it to access your full account on another device.":"You will need it when you sign in on a different device."}),Qt(On,{onChange:G,disabled:T,readOnly:K,errorReasonOverride:P}),K?Qt(Nn,{text:w||""}):null]}),Un(jp,{children:[Qt("h4",{children:"Why am I doing this?"}),K?Qt("p",{children:"This passcode allows you to access your account on another device. If you lose it, there is no way to recover your full account."}):Qt("p",{children:"For your security, your account is tied to this device. Your passcode allows you to access it across devices."})]}),Qt(Kp,{loading:T||!n,disabled:!w,onClick:$,warn:K,hideAnimations:!q&&T,children:K?"I have saved my passcode":"Set passcode"})]}),Qt(ne,{protectedByPrivy:!0})]})},Zp=Ia.div`
909
+ `;import{useEffect as qu,useState as mi}from"react";import hi,{css as ju}from"styled-components";import{Fragment as Ju,jsx as tt,jsxs as Dr}from"react/jsx-runtime";var Dl=()=>{let{authenticated:e,getAccessToken:t,user:o}=O(),{walletProxy:r,refreshUser:n,closePrivyModal:i,createAnalyticsEvent:a}=T(),{navigate:s,data:l}=w(),[c,h]=mi(null),[m,p]=mi(""),[g,b]=mi(!1),{onFailure:d,callAuthOnSuccessOnClose:y}=l.createWallet;qu(()=>{e||(s("LANDING"),d(new Error("User must be authenticated before creating a Privy wallet")))},[e]);let v=()=>{d(new Error("User exited before creating a wallet")),i({shouldCallAuthOnSuccess:y})},P=B=>{h(B)},S=K(o),M=S?()=>{b(!0),setTimeout(()=>{b(!1),s("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:async()=>{b(!0);let B=await t();if(B&&c!==null)try{a("embedded_wallet_creation_started");let H=await(r==null?void 0:r.create({accessToken:B,recoveryPin:c}));a("embedded_wallet_creation_completed",{walletAddress:H==null?void 0:H.address}),p(""),await n()}catch(H){p("An error has occurred, please try again."),console.error(H)}finally{b(!1)}},R=!!S;return Dr(Ju,{children:[tt(E,{onClose:v}),Dr(zu,{children:[Dr("div",{children:[tt(ee,{title:R?"Secure your passcode":"Set your passcode",description:R?"Don\u2019t lose this passcode. You\u2019ll need it to access your full account on another device.":"You will need it when you sign in on a different device."}),tt(Nr,{onChange:P,disabled:g,readOnly:R,errorReasonOverride:m}),R?tt(Mr,{text:c||""}):null]}),Dr(Zu,{children:[tt("h4",{children:"Why am I doing this?"}),R?tt("p",{children:"This passcode allows you to access your account on another device. If you lose it, there is no way to recover your full account."}):tt("p",{children:"For your security, your account is tied to this device. Your passcode allows you to access it across devices."})]}),tt(Ku,{loading:g||!r,disabled:!c,onClick:M,warn:R,hideAnimations:!S&&g,children:R?"I have saved my passcode":"Set passcode"})]}),tt(G,{protectedByPrivy:!0})]})},zu=hi.div`
910
910
  display: flex;
911
911
  height: 100%;
912
912
  flex-direction: column;
913
913
  justify-content: space-between;
914
- `,jp=Ia.div`
914
+ `,Zu=hi.div`
915
915
  display: flex;
916
916
  flex-direction: column;
917
917
  justify-content: flex-start;
@@ -936,26 +936,26 @@ Resources:
936
936
  color: var(--privy-color-foreground-3);
937
937
  font-size: 14px;
938
938
  }
939
- `,Kp=Ia(ce)`
940
- ${e=>e.hideAnimations&&zp`
939
+ `,Ku=hi(z)`
940
+ ${e=>e.hideAnimations&&ju`
941
941
  && {
942
942
  // Remove animations because the createNewWallet task on the iframe partially
943
943
  // blocks the renderer, so the animation stutters and doesn't look good
944
944
  transition: none;
945
945
  }
946
946
  `}
947
- `;import{useState as dh}from"react";import*as Xt from"react-device-detect";import Ft from"styled-components";import Na from"styled-components";import{jsx as Wd}from"react/jsx-runtime";var Id=({style:e,...t})=>Wd("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:Wd("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--privy-color-accent)"})});import{jsx as Qp,jsxs as Xp}from"react/jsx-runtime";var Bn=Na.div`
947
+ `;import{useState as d2}from"react";import*as ot from"react-device-detect";import Ve from"styled-components";import gi from"styled-components";import{jsx as Ul}from"react/jsx-runtime";var Bl=({style:e,...t})=>Ul("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:Ul("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--privy-color-accent)"})});import{jsx as Qu,jsxs as Xu}from"react/jsx-runtime";var Ur=gi.div`
948
948
  display: flex;
949
949
  flex-direction: column;
950
950
  justify-content: flex-start;
951
951
  gap: 4px;
952
- `,_r=Na.div`
952
+ `,St=gi.div`
953
953
  &&& {
954
954
  margin-left: 7px; /* TODO: This is a total hack */
955
955
  border-left: 2px solid var(--privy-color-foreground-4);
956
956
  height: 12px;
957
957
  }
958
- `,Bt=({children:e})=>Xp(Yp,{children:[Qp(Id,{style:{width:"16px",height:"16px"}}),e]}),Yp=Na.div`
958
+ `,He=({children:e})=>Xu(Yu,{children:[Qu(Bl,{style:{width:"16px",height:"16px"}}),e]}),Yu=gi.div`
959
959
  display: flex;
960
960
  justify-content: flex-start;
961
961
  justify-items: center;
@@ -973,7 +973,7 @@ Resources:
973
973
  margin-bottom: auto;
974
974
  }
975
975
  }
976
- `;import eh from"qrcode";import th from"styled-components";import{Fragment as oo,jsx as it,jsxs as Dd}from"react/jsx-runtime";var gt=7,Oa=(e,t,r,n,i)=>{for(let c=t;c<t+n;c++)for(let f=r;f<r+i;f++){let g=e==null?void 0:e[f];g&&g[c]&&(g[c]=0)}return e},rh=e=>{let t=eh.create(e,{errorCorrectionLevel:"high"}).modules,r=vl(Array.from(t.data),t.size);return r=Oa(r,0,0,gt,gt),r=Oa(r,r.length-gt,0,gt,gt),r=Oa(r,0,r.length-gt,gt,gt),r},oh=({x:e,y:t,cellSize:r,bgColor:n,fgColor:i})=>it(oo,{children:[0,1,2].map(c=>it("circle",{r:r*(gt-c*2)/2,cx:e+r*gt/2,cy:t+r*gt/2,fill:c%2!==0?n:i},`finder-${e}-${t}-${c}`))}),nh=({cellSize:e,matrixSize:t,bgColor:r,fgColor:n})=>{let i=[[0,0],[(t-gt)*e,0],[0,(t-gt)*e]];return it(oo,{children:i.map(([c,f])=>it(oh,{x:c,y:f,cellSize:e,bgColor:r,fgColor:n}))})},ih=({matrix:e,cellSize:t,color:r})=>it(oo,{children:e.map((n,i)=>n.map((c,f)=>c?it("circle",{r:t/2.5,cx:i*t+t/2,cy:f*t+t/2,fill:r},`circle-${i}-${f}`):it(oo,{})))}),Nd=(e,t)=>e-e%t,ah=({outputSize:e,cellSize:t,element:r,size:n,padding:i,bgColor:c})=>{if(!r)return it(oo,{});let f=n||40,g=i||4,y=r,w=e/2-f/2-g;return Dd(oo,{children:[it("rect",{x:Nd(w,t),y:Nd(w,t),width:f+g*2+(w%t?t+.5:.5),height:f+g*2+(w%t?t+.5:.5),fill:c}),it(y,{x:e/2-f/2,y:e/2-f/2,height:f,width:f})]})},sh=e=>{var i;let t=e.outputSize,r=rh(e.url),n=t/r.length;return Dd("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[it(ih,{matrix:r,cellSize:n,color:e.fgColor}),it(nh,{cellSize:n,matrixSize:r.length,fgColor:e.fgColor,bgColor:e.bgColor}),it(ah,{outputSize:e.outputSize,cellSize:n,element:(i=e.logo)==null?void 0:i.element,bgColor:e.bgColor})]})},lh=th.div`
976
+ `;import e2 from"qrcode";import t2 from"styled-components";import{Fragment as io,jsx as de,jsxs as Hl}from"react/jsx-runtime";var we=7,yi=(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},o2=e=>{let t=e2.create(e,{errorCorrectionLevel:"high"}).modules,o=xa(Array.from(t.data),t.size);return o=yi(o,0,0,we,we),o=yi(o,o.length-we,0,we,we),o=yi(o,0,o.length-we,we,we),o},r2=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>de(io,{children:[0,1,2].map(i=>de("circle",{r:o*(we-i*2)/2,cx:e+o*we/2,cy:t+o*we/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),n2=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-we)*e,0],[0,(t-we)*e]];return de(io,{children:n.map(([i,a])=>de(r2,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r}))})},i2=({matrix:e,cellSize:t,color:o})=>de(io,{children:e.map((r,n)=>r.map((i,a)=>i?de("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):de(io,{})))}),Fl=(e,t)=>e-e%t,a2=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return de(io,{});let a=r||40,s=n||4,l=o,c=e/2-a/2-s;return Hl(io,{children:[de("rect",{x:Fl(c,t),y:Fl(c,t),width:a+s*2+(c%t?t+.5:.5),height:a+s*2+(c%t?t+.5:.5),fill:i}),de(l,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},s2=e=>{var n;let t=e.outputSize,o=o2(e.url),r=t/o.length;return Hl("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[de(i2,{matrix:o,cellSize:r,color:e.fgColor}),de(n2,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),de(a2,{outputSize:e.outputSize,cellSize:r,element:(n=e.logo)==null?void 0:n.element,bgColor:e.bgColor})]})},l2=t2.div`
977
977
  display: flex;
978
978
  justify-content: center;
979
979
  align-items: center;
@@ -988,7 +988,7 @@ Resources:
988
988
  border-color: ${e=>e.fgColor};
989
989
  border-radius: 12px;
990
990
  }
991
- `,Od=e=>{let t=e.bgColor||"#FFFFFF",r=e.fgColor||"#000000",n=e.size||160;return it(lh,{size:n,bgColor:t,fgColor:r,children:it(sh,{url:e.url,logo:{element:e.squareLogoElement},outputSize:n,bgColor:t,fgColor:r})})};import{jsx as ch}from"react/jsx-runtime";var Ud=({size:e})=>ch(Od,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:Ct,size:e,fgColor:"#1F1F1F"});import{jsx as X,jsxs as Fn}from"react/jsx-runtime";var Bd=({style:e,...t})=>Fn("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:[X("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),X("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"}),X("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"}),X("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"}),X("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"}),X("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"}),X("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"}),X("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"}),X("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"}),X("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"}),X("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"}),X("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"}),X("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"}),X("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),X("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"}),X("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),X("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)"}),X("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),X("g",{clipPath:"url(#clip0_428_81)",children:X("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"})}),X("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"var(--privy-color-foreground-accent)"}),X("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:"var(--privy-color-accent-dark)"}),X("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),X("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:"var(--privy-color-accent)"}),X("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:"var(--privy-color-accent)"}),X("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:"var(--privy-color-accent)"}),X("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:"var(--privy-color-accent-light)"}),X("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:"var(--privy-color-accent-light)"}),X("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:"var(--privy-color-accent-light)"}),Fn("defs",{children:[Fn("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[X("stop",{stopColor:"#534BB1"}),X("stop",{offset:"1",stopColor:"#551BF9"})]}),Fn("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[X("stop",{stopColor:"white"}),X("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),X("clipPath",{id:"clip0_428_81",children:X("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});import{Fragment as Da,jsx as B,jsxs as Je}from"react/jsx-runtime";var Ua=()=>{let{navigate:e}=I(),t="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Xt.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),Je(Ga,{children:[B(Qe,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),B(Ha,{children:B(_t,{style:{width:"152px",height:"152px"}})}),Je(Bn,{children:[B(Bt,{children:Je("div",{children:[B("span",{children:"Install the "}),B("a",{href:t,target:"_blank",children:"MetaMask browser extension"})]})}),B(_r,{}),B(Bt,{children:"Set up your first wallet"}),B(_r,{}),B(Bt,{children:"Store your recovery phrase in a safe place!"})]}),B(lt,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},Ba=()=>{let{navigate:e}=I(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return Xt.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),Je(Ga,{children:[B(Qe,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),B(Ha,{children:B(Wt,{style:{width:"152px",height:"152px"}})}),Je(Bn,{children:[B(Bt,{children:Je("div",{children:[B("span",{children:"Install the "}),B("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),B(_r,{}),B(Bt,{children:"Set up your first wallet"}),B(_r,{}),B(Bt,{children:"Store your recovery phrase in a safe place!"})]}),B(lt,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},Fa=()=>{let{navigate:e}=I();return Je(Ga,{children:[B(Qe,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),B(Ha,{style:{marginTop:"-24px"},children:B(Ud,{size:200})}),Je(Bn,{children:[B(Bt,{children:"Scan the QR code with your camera"}),B(_r,{}),B(Bt,{children:"Set up your first wallet"}),B(_r,{}),B(Bt,{children:"Store your seed phrase in a safe place!"})]}),B(lt,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},Hd=()=>{let[e,t]=dh("WHAT_IS_A_WALLET"),{navigateBack:r}=I();return Je(Da,{children:[B(U,{backFn:e==="WHAT_IS_A_WALLET"?r:e==="PICK_A_NEW_WALLET"?()=>t("WHAT_IS_A_WALLET"):()=>t("PICK_A_NEW_WALLET")},"header"),Je(uh,{children:[e==="WHAT_IS_A_WALLET"&&Je(Da,{children:[B(gh,{children:B(Bd,{style:{width:"240px",height:"auto",borderRadius:"var(--privy-border-radius-sm)",marginBottom:"32px"}})}),Je(dr,{title:"Get started with a new wallet",children:[B("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),B("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),B(hh,{children:B(mh,{onClick:()=>{t("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),e==="PICK_A_NEW_WALLET"&&B(Da,{children:Je(fh,{children:[B(Qe,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),Je(ph,{children:[Je(Fd,{onClick:()=>{Xt.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":Xt.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":t("CREATE_METAMASK_WALLET")},children:[B(_t,{}),Je(Gd,{children:[B("h4",{children:"MetaMask"}),B("p",{children:"Get a browser-based wallet"})]})]}),Je(Fd,{onClick:()=>{Xt.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":Xt.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":t("CREATE_COINBASE_WALLET")},children:[B(Ct,{}),Je(Gd,{children:[B("h4",{children:"Coinbase Wallet"}),B("p",{children:"Get a mobile app wallet"})]})]})]})]})}),e==="CREATE_COINBASE_WALLET"&&B(Fa,{}),e==="CREATE_METAMASK_WALLET"&&B(Ua,{}),e==="CREATE_PHANTOM_WALLET"&&B(Ba,{})]}),Je(ht,{children:[B("span",{children:"Still not sure? "}),B("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},uh=Ft.div`
991
+ `,Gl=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return de(l2,{size:r,bgColor:t,fgColor:o,children:de(s2,{url:e.url,logo:{element:e.squareLogoElement},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as c2}from"react/jsx-runtime";var Vl=({size:e})=>c2(Gl,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:Te,size:e,fgColor:"#1F1F1F"});import{jsx as I,jsxs as Br}from"react/jsx-runtime";var $l=({style:e,...t})=>Br("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:[I("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),I("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"}),I("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"}),I("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"}),I("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"}),I("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"}),I("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"}),I("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"}),I("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"}),I("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"}),I("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"}),I("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"}),I("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"}),I("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),I("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"}),I("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),I("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)"}),I("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),I("g",{clipPath:"url(#clip0_428_81)",children:I("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"})}),I("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"var(--privy-color-foreground-accent)"}),I("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:"var(--privy-color-accent-dark)"}),I("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),I("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:"var(--privy-color-accent)"}),I("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:"var(--privy-color-accent)"}),I("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:"var(--privy-color-accent)"}),I("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:"var(--privy-color-accent-light)"}),I("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:"var(--privy-color-accent-light)"}),I("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:"var(--privy-color-accent-light)"}),Br("defs",{children:[Br("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[I("stop",{stopColor:"#534BB1"}),I("stop",{offset:"1",stopColor:"#551BF9"})]}),Br("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[I("stop",{stopColor:"white"}),I("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),I("clipPath",{id:"clip0_428_81",children:I("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});import{Fragment as bi,jsx as _,jsxs as X}from"react/jsx-runtime";var vi=()=>{let{navigate:e}=w(),t="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return ot.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),X(xi,{children:[_(ee,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),_(Ei,{children:_(Se,{style:{width:"152px",height:"152px"}})}),X(Ur,{children:[_(He,{children:X("div",{children:[_("span",{children:"Install the "}),_("a",{href:t,target:"_blank",children:"MetaMask browser extension"})]})}),_(St,{}),_(He,{children:"Set up your first wallet"}),_(St,{}),_(He,{children:"Store your recovery phrase in a safe place!"})]}),_(ue,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},wi=()=>{let{navigate:e}=w(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return ot.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),X(xi,{children:[_(ee,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),_(Ei,{children:_(Oe,{style:{width:"152px",height:"152px"}})}),X(Ur,{children:[_(He,{children:X("div",{children:[_("span",{children:"Install the "}),_("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),_(St,{}),_(He,{children:"Set up your first wallet"}),_(St,{}),_(He,{children:"Store your recovery phrase in a safe place!"})]}),_(ue,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},Ci=()=>{let{navigate:e}=w();return X(xi,{children:[_(ee,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),_(Ei,{style:{marginTop:"-24px"},children:_(Vl,{size:200})}),X(Ur,{children:[_(He,{children:"Scan the QR code with your camera"}),_(St,{}),_(He,{children:"Set up your first wallet"}),_(St,{}),_(He,{children:"Store your seed phrase in a safe place!"})]}),_(ue,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},zl=()=>{let[e,t]=d2("WHAT_IS_A_WALLET"),{navigateBack:o}=w();return X(bi,{children:[_(E,{backFn:e==="WHAT_IS_A_WALLET"?o:e==="PICK_A_NEW_WALLET"?()=>t("WHAT_IS_A_WALLET"):()=>t("PICK_A_NEW_WALLET")},"header"),X(p2,{children:[e==="WHAT_IS_A_WALLET"&&X(bi,{children:[_(g2,{children:_($l,{style:{width:"240px",height:"auto",borderRadius:"var(--privy-border-radius-sm)",marginBottom:"32px"}})}),X(mt,{title:"Get started with a new wallet",children:[_("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),_("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),_(m2,{children:_(h2,{onClick:()=>{t("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),e==="PICK_A_NEW_WALLET"&&_(bi,{children:X(u2,{children:[_(ee,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),X(f2,{children:[X(ql,{onClick:()=>{ot.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":ot.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":t("CREATE_METAMASK_WALLET")},children:[_(Se,{}),X(jl,{children:[_("h4",{children:"MetaMask"}),_("p",{children:"Get a browser-based wallet"})]})]}),X(ql,{onClick:()=>{ot.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":ot.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":t("CREATE_COINBASE_WALLET")},children:[_(Te,{}),X(jl,{children:[_("h4",{children:"Coinbase Wallet"}),_("p",{children:"Get a mobile app wallet"})]})]})]})]})}),e==="CREATE_COINBASE_WALLET"&&_(Ci,{}),e==="CREATE_METAMASK_WALLET"&&_(vi,{}),e==="CREATE_PHANTOM_WALLET"&&_(wi,{})]}),X(be,{children:[_("span",{children:"Still not sure? "}),_("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},p2=Ve.div`
992
992
  display: flex;
993
993
  flex-direction: column;
994
994
  height: 100%;
@@ -999,19 +999,19 @@ Resources:
999
999
  display: none;
1000
1000
  }
1001
1001
  }
1002
- `,fh=Ft.div`
1002
+ `,u2=Ve.div`
1003
1003
  display: flex;
1004
1004
  flex-direction: column;
1005
1005
  align-items: flex-start;
1006
1006
  justify-content: flex-start;
1007
1007
  text-align: left;
1008
1008
  gap: 20px;
1009
- `,ph=Ft.div`
1009
+ `,f2=Ve.div`
1010
1010
  display: flex;
1011
1011
  flex-direction: column;
1012
1012
  width: 100%;
1013
1013
  gap: 8px;
1014
- `,Fd=Ft.button`
1014
+ `,ql=Ve.button`
1015
1015
  display: flex;
1016
1016
  flex-direction: row;
1017
1017
  align-items: center;
@@ -1044,24 +1044,24 @@ Resources:
1044
1044
  :hover {
1045
1045
  border: 1px solid var(--privy-color-accent-light);
1046
1046
  }
1047
- `,Gd=Ft.div`
1047
+ `,jl=Ve.div`
1048
1048
  text-align: left;
1049
1049
 
1050
1050
  p {
1051
1051
  font-style: italic;
1052
1052
  font-size: 12px;
1053
1053
  }
1054
- `,hh=Ft.div`
1054
+ `,m2=Ve.div`
1055
1055
  margin-top: auto;
1056
1056
  display: flex;
1057
1057
  align-items: flex-end;
1058
1058
  flex-grow: 1;
1059
1059
  width: 100%;
1060
- `,mh=Ft(ce)`
1060
+ `,h2=Ve(z)`
1061
1061
  && {
1062
1062
  margin-top: 14px;
1063
1063
  }
1064
- `,Ga=Ft.div`
1064
+ `,xi=Ve.div`
1065
1065
  display: flex;
1066
1066
  flex-direction: column;
1067
1067
  align-items: center;
@@ -1073,17 +1073,17 @@ Resources:
1073
1073
  > :first-child > svg {
1074
1074
  margin-top: 20px;
1075
1075
  }
1076
- `,Ha=Ft.div`
1076
+ `,Ei=Ve.div`
1077
1077
  display: flex;
1078
1078
  flex-direction: column;
1079
1079
  align-items: center;
1080
1080
  justify-content: center;
1081
1081
  width: 100%;
1082
- `,gh=Ft.div`
1082
+ `,g2=Ve.div`
1083
1083
  display: flex;
1084
1084
  justify-content: center;
1085
1085
  flex-grow: 1;
1086
- `;import{Fragment as vh,jsx as Gn,jsxs as Vd}from"react/jsx-runtime";var qd=()=>{let{navigateBack:e}=I();return Vd(vh,{children:[Gn(U,{backFn:e},"header"),Gn(Fa,{}),Vd(ht,{children:[Gn("span",{children:"Still not sure? "}),Gn("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as yh,jsx as Hn,jsxs as $d}from"react/jsx-runtime";var zd=()=>{let{navigateBack:e}=I();return $d(yh,{children:[Hn(U,{backFn:e},"header"),Hn(Ua,{}),$d(ht,{children:[Hn("span",{children:"Still not sure? "}),Hn("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as bh,jsx as Vn,jsxs as Zd}from"react/jsx-runtime";var jd=()=>{let{navigateBack:e}=I();return Zd(bh,{children:[Vn(U,{backFn:e},"header"),Vn(Ba,{}),Zd(ht,{children:[Vn("span",{children:"Still not sure? "}),Vn("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{useState as Vh}from"react";import{isMobile as s1}from"react-device-detect";import so from"styled-components";import wh from"react";import{jsx as Kd}from"react/jsx-runtime";var Jd=()=>{var f;let{app:e}=I(),t=(f=e==null?void 0:e.appearance)==null?void 0:f.logo,r=`${e==null?void 0:e.name} logo`,n={maxHeight:"50px"},i="100%",c="auto";return t?typeof t=="string"?Kd("div",{children:Kd("img",{height:i,width:c,src:t,alt:r,style:n})}):t.type==="svg"||t.type==="img"?wh.cloneElement(t,{height:i,width:c,alt:r,style:n}):(console.warn("`config.appearance.logo` must be a string, or an SVG / IMG element. Nothing will be rendered."),null):null};import{useEffect as Ch,useState as Va}from"react";import $n from"styled-components";import{jsx as Yd}from"react/jsx-runtime";var qn=({style:e,...t})=>Yd("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:Yd("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"})});import{Fragment as Ah,jsx as no,jsxs as qa}from"react/jsx-runtime";var zn=e=>{let[t,r]=Va(""),[n,i]=Va(!1),[c,f]=Va(null),{isLinking:g,initLoginWithEmail:y}=Z(),{app:w,navigate:A}=I(),P=(w==null?void 0:w.loginMethods.wallet)??!1;Ch(()=>{let E=document.querySelector("#email-input");E==null||E.focus()},[]);let _=ml(t),T=()=>{i(!0),y(t).then(()=>{A("AWAITING_PASSWORDLESS_CODE")}).catch(E=>{(E==null?void 0:E.status)===422?f(E.message):(E==null?void 0:E.privyErrorCode)==="allowlist_rejected"?A("ALLOWLIST_REJECTION_SCREEN"):f("Issue submitting email"),i(!1)})},M="Get started without a wallet.";return c?M=c:g?M="Easily connect an email":P||(M="Get started quickly with email"),qa(Ah,{children:[qa(xh,{stacked:e.stacked,children:[qa(_h,{standalone:e.stacked,children:[no(qn,{}),no("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:E=>r(E.target.value),onKeyUp:E=>{E.key==="Enter"&&T()},value:t,autoComplete:"email"})]}),e.stacked?null:no(Eh,{disabled:n||!_,onClick:T,children:n?no(Lt,{}):"Submit"})]}),no(Ph,{fail:!!c,children:M}),e.stacked?no(ce,{loading:n,loadingText:null,disabled:n||!_,onClick:T,children:"Submit"}):null]})},xh=$n.div`
1086
+ `;import{Fragment as y2,jsx as Fr,jsxs as Zl}from"react/jsx-runtime";var Kl=()=>{let{navigateBack:e}=w();return Zl(y2,{children:[Fr(E,{backFn:e},"header"),Fr(Ci,{}),Zl(be,{children:[Fr("span",{children:"Still not sure? "}),Fr("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as b2,jsx as Gr,jsxs as Jl}from"react/jsx-runtime";var Yl=()=>{let{navigateBack:e}=w();return Jl(b2,{children:[Gr(E,{backFn:e},"header"),Gr(vi,{}),Jl(be,{children:[Gr("span",{children:"Still not sure? "}),Gr("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as v2,jsx as Hr,jsxs as Ql}from"react/jsx-runtime";var Xl=()=>{let{navigateBack:e}=w();return Ql(v2,{children:[Hr(E,{backFn:e},"header"),Hr(wi,{}),Ql(be,{children:[Hr("span",{children:"Still not sure? "}),Hr("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{useState as V2}from"react";import{isMobile as uc}from"react-device-detect";import co from"styled-components";import w2 from"react";import{jsx as ec}from"react/jsx-runtime";var tc=()=>{var a;let{app:e}=w(),t=(a=e==null?void 0:e.appearance)==null?void 0:a.logo,o=`${e==null?void 0:e.name} logo`,r={maxHeight:"50px"},n="100%",i="auto";return t?typeof t=="string"?ec("div",{children:ec("img",{height:n,width:i,src:t,alt:o,style:r})}):t.type==="svg"||t.type==="img"?w2.cloneElement(t,{height:n,width:i,alt:o,style:r}):(console.warn("`config.appearance.logo` must be a string, or an SVG / IMG element. Nothing will be rendered."),null):null};import{useEffect as C2,useState as _i}from"react";import $r from"styled-components";import{jsx as oc}from"react/jsx-runtime";var Vr=({style:e,...t})=>oc("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:oc("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"})});import{Fragment as T2,jsx as ao,jsxs as Pi}from"react/jsx-runtime";var qr=e=>{let[t,o]=_i(""),[r,n]=_i(!1),[i,a]=_i(null),{isLinking:s,initLoginWithEmail:l}=T(),{app:c,navigate:h}=w(),m=(c==null?void 0:c.loginMethods.wallet)??!1;C2(()=>{let d=document.querySelector("#email-input");d==null||d.focus()},[]);let p=wa(t),g=()=>{n(!0),l(t).then(()=>{h("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{(d==null?void 0:d.status)===422?a(d.message):(d==null?void 0:d.privyErrorCode)==="allowlist_rejected"?h("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting email"),n(!1)})},b="Get started without a wallet.";return i?b=i:s?b="Easily connect an email":m||(b="Get started quickly with email"),Pi(T2,{children:[Pi(x2,{stacked:e.stacked,children:[Pi(_2,{standalone:e.stacked,children:[ao(Vr,{}),ao("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:d=>o(d.target.value),onKeyUp:d=>{d.key==="Enter"&&g()},value:t,autoComplete:"email"})]}),e.stacked?null:ao(E2,{disabled:r||!p,onClick:g,children:r?ao(Me,{}):"Submit"})]}),ao(P2,{fail:!!i,children:b}),e.stacked?ao(z,{loading:r,loadingText:null,disabled:r||!p,onClick:g,children:"Submit"}):null]})},x2=$r.div`
1087
1087
  width: 100%;
1088
1088
  height: ${e=>e.stacked?"100%":"auto"};
1089
1089
 
@@ -1095,7 +1095,7 @@ Resources:
1095
1095
  @media (max-width: 440px) {
1096
1096
  margin-top: 20px;
1097
1097
  }
1098
- `,Eh=$n.button`
1098
+ `,E2=$r.button`
1099
1099
  display: flex;
1100
1100
  flex-direction: row;
1101
1101
  align-items: center;
@@ -1126,7 +1126,7 @@ Resources:
1126
1126
  color: var(--privy-color-foreground-3);
1127
1127
  cursor: not-allowed;
1128
1128
  }
1129
- `,_h=$n.label`
1129
+ `,_2=$r.label`
1130
1130
  display: flex;
1131
1131
  flex-direction: row;
1132
1132
  align-items: center;
@@ -1163,7 +1163,7 @@ Resources:
1163
1163
  line-height: 24px;
1164
1164
  }
1165
1165
  }
1166
- `,Ph=$n.div`
1166
+ `,P2=$r.div`
1167
1167
  line-height: 20px;
1168
1168
  height: 20px;
1169
1169
  font-size: 13px;
@@ -1176,7 +1176,7 @@ Resources:
1176
1176
  > a {
1177
1177
  text-decoration: underline;
1178
1178
  }
1179
- `;import{useEffect as Sh,useState as $a}from"react";import jn from"styled-components";import{jsx as Qd}from"react/jsx-runtime";var Zn=({style:e,...t})=>Qd("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:Qd("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"})});import{Fragment as Rh,jsx as io,jsxs as za}from"react/jsx-runtime";var Kn=e=>{let[t,r]=$a(""),[n,i]=$a(!1),[c,f]=$a(null),{isLinking:g,initLoginWithSms:y}=Z(),{app:w,navigate:A}=I(),P=(w==null?void 0:w.loginMethods.wallet)??!1;Sh(()=>{let E=document.querySelector("#phone-number-input");E==null||E.focus()},[]);let _=gl(t),T=()=>{i(!0),y(t).then(()=>{A("AWAITING_PASSWORDLESS_CODE")}).catch(E=>{(E==null?void 0:E.status)===422?f(E.message):(E==null?void 0:E.privyErrorCode)==="allowlist_rejected"?A("ALLOWLIST_REJECTION_SCREEN"):f("Issue submitting phone number"),i(!1)})},M="Get started without a wallet.";return c?M=c:g?M="Easily connect a phone number":P||(M="Get started quickly with your phone"),za(Rh,{children:[za(Th,{stacked:e.stacked,children:[za(Lh,{standalone:e.stacked,children:[io(Zn,{}),io("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:E=>{r(E.target.value)},onKeyUp:E=>{E.key==="Enter"&&T()},value:t,autoComplete:"tel"})]}),e.stacked?null:io(Mh,{disabled:n||!_,onClick:T,children:n?io(Lt,{}):"Submit"})]}),io(kh,{fail:!!c,children:M}),e.stacked?io(ce,{loading:n,loadingText:null,disabled:n||!_,onClick:T,children:"Submit"}):null]})},Th=jn.div`
1179
+ `;import{useEffect as A2,useState as Ti}from"react";import zr from"styled-components";import{jsx as rc}from"react/jsx-runtime";var jr=({style:e,...t})=>rc("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:rc("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"})});import{Fragment as W2,jsx as so,jsxs as Ai}from"react/jsx-runtime";var Zr=e=>{let[t,o]=Ti(""),[r,n]=Ti(!1),[i,a]=Ti(null),{isLinking:s,initLoginWithSms:l}=T(),{app:c,navigate:h}=w(),m=(c==null?void 0:c.loginMethods.wallet)??!1;A2(()=>{let d=document.querySelector("#phone-number-input");d==null||d.focus()},[]);let p=Ca(t),g=()=>{n(!0),l(t).then(()=>{h("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{(d==null?void 0:d.status)===422?a(d.message):(d==null?void 0:d.privyErrorCode)==="allowlist_rejected"?h("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting phone number"),n(!1)})},b="Get started without a wallet.";return i?b=i:s?b="Easily connect a phone number":m||(b="Get started quickly with your phone"),Ai(W2,{children:[Ai(S2,{stacked:e.stacked,children:[Ai(k2,{standalone:e.stacked,children:[so(jr,{}),so("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:d=>{o(d.target.value)},onKeyUp:d=>{d.key==="Enter"&&g()},value:t,autoComplete:"tel"})]}),e.stacked?null:so(L2,{disabled:r||!p,onClick:g,children:r?so(Me,{}):"Submit"})]}),so(R2,{fail:!!i,children:b}),e.stacked?so(z,{loading:r,loadingText:null,disabled:r||!p,onClick:g,children:"Submit"}):null]})},S2=zr.div`
1180
1180
  display: flex;
1181
1181
  border: 1px solid var(--privy-color-foreground-4);
1182
1182
  width: 100%;
@@ -1190,7 +1190,7 @@ Resources:
1190
1190
  @media (max-width: 440px) {
1191
1191
  margin-top: 20px;
1192
1192
  }
1193
- `,Mh=jn.button`
1193
+ `,L2=zr.button`
1194
1194
  display: flex;
1195
1195
  flex-direction: row;
1196
1196
  align-items: center;
@@ -1221,7 +1221,7 @@ Resources:
1221
1221
  color: var(--privy-color-foreground-3);
1222
1222
  cursor: not-allowed;
1223
1223
  }
1224
- `,Lh=jn.label`
1224
+ `,k2=zr.label`
1225
1225
  display: flex;
1226
1226
  flex-direction: row;
1227
1227
  align-items: center;
@@ -1258,7 +1258,7 @@ Resources:
1258
1258
  line-height: 24px;
1259
1259
  }
1260
1260
  }
1261
- `,kh=jn.div`
1261
+ `,R2=zr.div`
1262
1262
  line-height: 20px;
1263
1263
  height: 20px;
1264
1264
  font-size: 13px;
@@ -1271,12 +1271,12 @@ Resources:
1271
1271
  > a {
1272
1272
  text-decoration: underline;
1273
1273
  }
1274
- `;import r1 from"styled-components";import{jsx as Xd,jsxs as Wh}from"react/jsx-runtime";var Jn=({style:e,...t})=>Wh("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 24 24",style:{height:"24px",...e},...t,children:[Xd("path",{d:"M17.0722 11.6888C17.0471 8.90571 19.3263 7.56847 19.429 7.50274C18.1466 5.60938 16.153 5.35154 15.4417 5.3212C13.7461 5.14678 12.1306 6.32982 11.269 6.32982C10.4074 6.32982 9.08004 5.34648 7.67246 5.37429C5.82158 5.40209 4.11595 6.45874 3.16171 8.13218C1.24068 11.4942 2.6708 16.4817 4.54423 19.2143C5.46091 20.549 6.55041 22.0531 7.98554 21.9975C9.36803 21.9419 9.88905 21.095 11.5571 21.095C13.2251 21.095 13.696 21.9975 15.1537 21.9697C16.6389 21.9393 17.5806 20.6046 18.4897 19.2648C19.5392 17.7153 19.9725 16.2137 19.9975 16.1354C19.965 16.1228 17.1022 15.0155 17.0722 11.6888Z",fill:"currentColor"}),Xd("path",{d:"M14.3295 3.51373C15.0909 2.58347 15.6043 1.28921 15.4641 0C14.3671 0.0455014 13.0396 0.738135 12.2532 1.66838C11.5494 2.48994 10.9307 3.80695 11.0986 5.07089C12.3183 5.16694 13.5681 4.44145 14.3295 3.51373Z",fill:"currentColor"})]});import{jsx as Ro,jsxs as Ih}from"react/jsx-runtime";var Yn=({style:e,...t})=>Ih("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...t,children:[Ro("g",{clipPath:"url(#clip0)",children:Ro("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:"#5865F2"})}),Ro("defs",{children:Ro("clipPath",{id:"clip0",children:Ro("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as e1}from"react/jsx-runtime";var Qn=({style:e,...t})=>e1("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...t,children:e1("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:"currentColor"})});import{jsx as Xn,jsxs as Nh}from"react/jsx-runtime";var ei=({style:e,...t})=>Nh("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:[Xn("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"}),Xn("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"}),Xn("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"}),Xn("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});import{jsx as t1}from"react/jsx-runtime";var ti=({style:e,...t})=>t1("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},...t,children:t1("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:"#1da1f2"})});import{jsx as Gt,jsxs as Dh}from"react/jsx-runtime";var o1=({showGoogle:e,showTwitter:t,showDiscord:r,showGithub:n,showApple:i})=>{let{initLoginWithOAuth:c}=Z(),{app:f}=I(),g=f==null?void 0:f.appearance.palette.colorScheme;return Dh(Oh,{children:[e&&Gt(Wo,{onClick:()=>{c("google")},children:Gt(ei,{})}),t&&Gt(Wo,{onClick:()=>{c("twitter")},children:Gt(ti,{})}),r&&Gt(Wo,{onClick:()=>{c("discord")},children:Gt(Yn,{})}),n&&Gt(Wo,{onClick:()=>{c("github")},children:Gt(Qn,{style:{color:g==="light"?"#000":"#fff"}})}),i&&Gt(Wo,{onClick:()=>{c("apple")},children:Gt(Jn,{style:{color:g==="light"?"#000":"#fff"}})})]})},Oh=r1.div`
1274
+ `;import sc from"styled-components";import{jsx as nc,jsxs as I2}from"react/jsx-runtime";var Kr=({style:e,...t})=>I2("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 24 24",style:{height:"24px",...e},...t,children:[nc("path",{d:"M17.0722 11.6888C17.0471 8.90571 19.3263 7.56847 19.429 7.50274C18.1466 5.60938 16.153 5.35154 15.4417 5.3212C13.7461 5.14678 12.1306 6.32982 11.269 6.32982C10.4074 6.32982 9.08004 5.34648 7.67246 5.37429C5.82158 5.40209 4.11595 6.45874 3.16171 8.13218C1.24068 11.4942 2.6708 16.4817 4.54423 19.2143C5.46091 20.549 6.55041 22.0531 7.98554 21.9975C9.36803 21.9419 9.88905 21.095 11.5571 21.095C13.2251 21.095 13.696 21.9975 15.1537 21.9697C16.6389 21.9393 17.5806 20.6046 18.4897 19.2648C19.5392 17.7153 19.9725 16.2137 19.9975 16.1354C19.965 16.1228 17.1022 15.0155 17.0722 11.6888Z",fill:"currentColor"}),nc("path",{d:"M14.3295 3.51373C15.0909 2.58347 15.6043 1.28921 15.4641 0C14.3671 0.0455014 13.0396 0.738135 12.2532 1.66838C11.5494 2.48994 10.9307 3.80695 11.0986 5.07089C12.3183 5.16694 13.5681 4.44145 14.3295 3.51373Z",fill:"currentColor"})]});import{jsx as Mo,jsxs as M2}from"react/jsx-runtime";var Jr=({style:e,...t})=>M2("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...t,children:[Mo("g",{clipPath:"url(#clip0)",children:Mo("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:"#5865F2"})}),Mo("defs",{children:Mo("clipPath",{id:"clip0",children:Mo("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as ic}from"react/jsx-runtime";var Yr=({style:e,...t})=>ic("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...t,children:ic("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:"currentColor"})});import{jsx as Qr,jsxs as N2}from"react/jsx-runtime";var Xr=({style:e,...t})=>N2("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:[Qr("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"}),Qr("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"}),Qr("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"}),Qr("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});import{jsx as ac}from"react/jsx-runtime";var en=({style:e,...t})=>ac("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},...t,children:ac("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:"#1da1f2"})});import{jsx as $e,jsxs as D2}from"react/jsx-runtime";var lc=({showGoogle:e,showTwitter:t,showDiscord:o,showGithub:r,showApple:n})=>{let{initLoginWithOAuth:i}=T(),{app:a}=w(),s=a==null?void 0:a.appearance.palette.colorScheme;return D2(O2,{children:[e&&$e(No,{onClick:()=>{i("google")},children:$e(Xr,{})}),t&&$e(No,{onClick:()=>{i("twitter")},children:$e(en,{})}),o&&$e(No,{onClick:()=>{i("discord")},children:$e(Jr,{})}),r&&$e(No,{onClick:()=>{i("github")},children:$e(Yr,{style:{color:s==="light"?"#000":"#fff"}})}),n&&$e(No,{onClick:()=>{i("apple")},children:$e(Kr,{style:{color:s==="light"?"#000":"#fff"}})})]})},O2=sc.div`
1275
1275
  display: flex;
1276
1276
  justify-content: space-between;
1277
1277
  width: 100%;
1278
1278
  gap: 4px;
1279
- `,Wo=r1.div`
1279
+ `,No=sc.div`
1280
1280
  border-radius: var(--privy-border-radius-sm);
1281
1281
  cursor: pointer;
1282
1282
  height: 44px;
@@ -1290,17 +1290,17 @@ Resources:
1290
1290
  &:hover {
1291
1291
  background-color: var(--privy-color-background-2);
1292
1292
  }
1293
- `;import{isMobile as ri}from"react-device-detect";import i1 from"styled-components";import Uh from"styled-components";var n1=Uh.span`
1293
+ `;import{isMobile as tn}from"react-device-detect";import dc from"styled-components";import U2 from"styled-components";var cc=U2.span`
1294
1294
  @media (max-width: 440px) {
1295
1295
  display: none;
1296
1296
  }
1297
- `;import{jsx as At,jsxs as ao}from"react/jsx-runtime";var ni=()=>{let{navigate:e}=I(),{initLoginWithWallet:t}=Z();return ao(Bh,{children:[ao(oi,{onClick:()=>{sa()?(t("metamask"),e("AWAITING_CONNECTION")):ri?(t("wallet_connect",bn),e("AWAITING_CONNECTION")):e("INSTALL_METAMASK_SCREEN")},children:[At(_t,{}),At("span",{children:"Metamask"}),At("span",{children:sa()?"Connect":"Install"})]}),ao(oi,{onClick:()=>{Zr()?(t("coinbase_wallet"),e("AWAITING_CONNECTION")):ri?e("COINBASE_INTERSTITIAL_SCREEN"):(t("coinbase_wallet"),e("AWAITING_CONNECTION"))},children:[At(Ct,{}),ao("span",{children:["Coinbase",At(n1,{children:" Wallet"})]}),At("span",{children:"Connect"})]}),(ri||ar())&&ao(oi,{onClick:()=>{ar()?(t("phantom"),e("AWAITING_CONNECTION")):e(ri?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")},children:[At(Wt,{}),At("span",{children:"Phantom"}),At("span",{children:ar()?"Connect":"Install"})]}),ao(oi,{onClick:()=>{t("wallet_connect"),e("AWAITING_CONNECTION")},children:[At(Vr,{}),At("span",{children:"WalletConnect"}),At("span",{children:"Connect"})]})]})},Bh=i1.div`
1297
+ `;import{jsx as ke,jsxs as lo}from"react/jsx-runtime";var rn=()=>{let{navigate:e}=w(),{initLoginWithWallet:t}=T();return lo(B2,{children:[lo(on,{onClick:()=>{Hn()?(t("metamask"),e("AWAITING_CONNECTION")):tn?(t("wallet_connect",br),e("AWAITING_CONNECTION")):e("INSTALL_METAMASK_SCREEN")},children:[ke(Se,{}),ke("span",{children:"Metamask"}),ke("span",{children:Hn()?"Connect":"Install"})]}),lo(on,{onClick:()=>{Kt()?(t("coinbase_wallet"),e("AWAITING_CONNECTION")):tn?e("COINBASE_INTERSTITIAL_SCREEN"):(t("coinbase_wallet"),e("AWAITING_CONNECTION"))},children:[ke(Te,{}),lo("span",{children:["Coinbase",ke(cc,{children:" Wallet"})]}),ke("span",{children:"Connect"})]}),(tn||dt())&&lo(on,{onClick:()=>{dt()?(t("phantom"),e("AWAITING_CONNECTION")):e(tn?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")},children:[ke(Oe,{}),ke("span",{children:"Phantom"}),ke("span",{children:dt()?"Connect":"Install"})]}),lo(on,{onClick:()=>{t("wallet_connect"),e("AWAITING_CONNECTION")},children:[ke(qt,{}),ke("span",{children:"WalletConnect"}),ke("span",{children:"Connect"})]})]})},B2=dc.div`
1298
1298
  display: flex;
1299
1299
  flex-direction: column;
1300
1300
  align-items: flex-start;
1301
1301
  gap: 8px;
1302
1302
  width: 100%;
1303
- `,oi=i1.button`
1303
+ `,on=dc.button`
1304
1304
  display: flex;
1305
1305
  flex-direction: row;
1306
1306
  align-items: center;
@@ -1353,7 +1353,7 @@ Resources:
1353
1353
  display: none;
1354
1354
  }
1355
1355
  }
1356
- `;import Fh from"styled-components";import{jsx as a1,jsxs as Hh}from"react/jsx-runtime";var ii=()=>{let{navigate:e}=I();return Hh(Gh,{children:[a1("span",{children:"Don\u2019t have a wallet? "}),a1("button",{onClick:()=>{e("WALLET_EDUCATION")},children:"Create one now."})]})},Gh=Fh.div`
1356
+ `;import F2 from"styled-components";import{jsx as pc,jsxs as H2}from"react/jsx-runtime";var nn=()=>{let{navigate:e}=w();return H2(G2,{children:[pc("span",{children:"Don\u2019t have a wallet? "}),pc("button",{onClick:()=>{e("WALLET_EDUCATION")},children:"Create one now."})]})},G2=F2.div`
1357
1357
  font-size: 13px;
1358
1358
  color: var(--privy-color-foreground-3);
1359
1359
 
@@ -1364,13 +1364,13 @@ Resources:
1364
1364
  @media (max-width: 440px) {
1365
1365
  margin-top: 4px;
1366
1366
  }
1367
- `;import{Fragment as Za,jsx as $e,jsxs as Pr}from"react/jsx-runtime";var c1=()=>{let{app:e}=I(),t=(e==null?void 0:e.loginMethods.email)??!1,r=(e==null?void 0:e.loginMethods.sms)??!1,n=(e==null?void 0:e.loginMethods.wallet)??!1,i=(e==null?void 0:e.loginMethods.google)??!1,c=(e==null?void 0:e.loginMethods.twitter)??!1,f=(e==null?void 0:e.loginMethods.discord)??!1,g=(e==null?void 0:e.loginMethods.github)??!1,y=(e==null?void 0:e.loginMethods.apple)??!1,w=n&&(e==null?void 0:e.appearance.showWalletLoginFirst)?0:1,[A,P]=Vh(w),_=A==0,T=A==1,M=n,E=t||r,S=M!==E;return Pr(Za,{children:[$e(U,{},"header"),e!=null&&e.appearance.logo?$e(jh,{hasOnlyOneSection:S,hasTerms:!!((e==null?void 0:e.legal.privacyPolicyUrl)||(e==null?void 0:e.legal.termsAndConditionsUrl)),children:$e(Jd,{})}):null,Pr(Kh,{reverse:!(e!=null&&e.appearance.showWalletLoginFirst),children:[M&&$e(qh,{active:_,onClick:()=>P(0),isOnlySection:!E}),E&&$e($h,{active:T,onClick:()=>P(1),email:t,sms:r,google:i,twitter:c,discord:f,github:g,apple:y,isOnlySection:!M})]}),e&&$e(Kc,{app:e}),$e(ne,{protectedByPrivy:!0})]})};function qh(e){return Pr(u1,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[$e(d1,{active:e.active,children:$e("h4",{children:"Connect Wallet"})}),e.active&&Pr(Za,{children:[$e(ni,{}),$e(ii,{})]})]})}function $h(e){let t=e.google||e.discord||e.github||e.twitter&&!s1||e.apple,r=e.email?"Email":"Phone";return Pr(u1,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[e.isOnlySection?null:$e(d1,{active:e.active,children:$e("h4",{children:t?`${r} & Social`:r})}),e.active&&e.email&&$e(zn,{}),e.active&&e.sms&&!e.email&&$e(Kn,{}),e.active&&t&&$e(zh,{google:e.google,twitter:e.twitter&&!s1,discord:e.discord,github:e.github,apple:e.apple})]})}function zh(e){return Pr(Za,{children:[Pr(Zh,{children:[$e(l1,{}),$e("p",{children:" Or "}),$e(l1,{})]}),$e(o1,{showGoogle:e.google,showDiscord:e.discord,showGithub:e.github,showTwitter:e.twitter,showApple:e.apple})]})}var d1=so.div`
1367
+ `;import{Fragment as Si,jsx as J,jsxs as Lt}from"react/jsx-runtime";var mc=()=>{let{app:e}=w(),t=(e==null?void 0:e.loginMethods.email)??!1,o=(e==null?void 0:e.loginMethods.sms)??!1,r=(e==null?void 0:e.loginMethods.wallet)??!1,n=(e==null?void 0:e.loginMethods.google)??!1,i=(e==null?void 0:e.loginMethods.twitter)??!1,a=(e==null?void 0:e.loginMethods.discord)??!1,s=(e==null?void 0:e.loginMethods.github)??!1,l=(e==null?void 0:e.loginMethods.apple)??!1,c=r&&(e==null?void 0:e.appearance.showWalletLoginFirst)?0:1,[h,m]=V2(c),p=h==0,g=h==1,b=r,d=t||o,y=b!==d;return Lt(Si,{children:[J(E,{},"header"),e!=null&&e.appearance.logo?J(Z2,{hasOnlyOneSection:y,hasTerms:!!((e==null?void 0:e.legal.privacyPolicyUrl)||(e==null?void 0:e.legal.termsAndConditionsUrl)),children:J(tc,{})}):null,Lt(K2,{reverse:!(e!=null&&e.appearance.showWalletLoginFirst),children:[b&&J($2,{active:p,onClick:()=>m(0),isOnlySection:!d}),d&&J(q2,{active:g,onClick:()=>m(1),email:t,sms:o,google:n,twitter:i,discord:a,github:s,apple:l,isOnlySection:!b})]}),e&&J(el,{app:e}),J(G,{protectedByPrivy:!0})]})};function $2(e){return Lt(gc,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[J(hc,{active:e.active,children:J("h4",{children:"Connect Wallet"})}),e.active&&Lt(Si,{children:[J(rn,{}),J(nn,{})]})]})}function q2(e){let t=e.google||e.discord||e.github||e.twitter&&!uc||e.apple,o=e.email?"Email":"Phone";return Lt(gc,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[e.isOnlySection?null:J(hc,{active:e.active,children:J("h4",{children:t?`${o} & Social`:o})}),e.active&&e.email&&J(qr,{}),e.active&&e.sms&&!e.email&&J(Zr,{}),e.active&&t&&J(j2,{google:e.google,twitter:e.twitter&&!uc,discord:e.discord,github:e.github,apple:e.apple})]})}function j2(e){return Lt(Si,{children:[Lt(z2,{children:[J(fc,{}),J("p",{children:" Or "}),J(fc,{})]}),J(lc,{showGoogle:e.google,showDiscord:e.discord,showGithub:e.github,showTwitter:e.twitter,showApple:e.apple})]})}var hc=co.div`
1368
1368
  font-weight: ${e=>e.active?600:500};
1369
1369
  color: ${e=>e.active?"var(--privy-color-foreground)":"var(--privy-color-foreground-2)"};
1370
1370
  display: flex;
1371
1371
  justify-content: center;
1372
1372
  align-items: center;
1373
- `,u1=so.div`
1373
+ `,gc=co.div`
1374
1374
  display: flex;
1375
1375
  flex-direction: column;
1376
1376
  align-items: flex-start;
@@ -1395,7 +1395,7 @@ Resources:
1395
1395
  }
1396
1396
 
1397
1397
  cursor: ${e=>e.active?"inherit":"pointer"};
1398
- `,Zh=so.div`
1398
+ `,z2=co.div`
1399
1399
  display: flex;
1400
1400
  justify-content: center;
1401
1401
  align-items: center;
@@ -1404,13 +1404,13 @@ Resources:
1404
1404
  && > p {
1405
1405
  color: var(--privy-color-foreground-3);
1406
1406
  }
1407
- `,l1=so.hr`
1407
+ `,fc=co.hr`
1408
1408
  width: 50%;
1409
1409
  && {
1410
1410
  border-top: 1px solid var(--privy-color-background-2);
1411
1411
  margin: 0px 8px;
1412
1412
  }
1413
- `,jh=so.div`
1413
+ `,Z2=co.div`
1414
1414
  display: flex;
1415
1415
  flex-direction: column;
1416
1416
  align-items: center;
@@ -1421,9 +1421,9 @@ Resources:
1421
1421
  @media (max-width: 440px) {
1422
1422
  padding: 10px 10px 20px;
1423
1423
  }
1424
- `,Kh=so(ct)`
1424
+ `,K2=co(fe)`
1425
1425
  flex-direction: ${e=>e.reverse?"column-reverse":"column"};
1426
- `;import{Fragment as Jh,jsx as lo,jsxs as Yh}from"react/jsx-runtime";var f1=()=>{let{app:e}=I();return Yh(Jh,{children:[lo(U,{},"header"),lo(dr,{title:"Connect your email",description:`Add your email to your ${e==null?void 0:e.name} account`,icon:lo(qn,{})}),lo(ct,{children:lo(zn,{stacked:!0})}),lo(ne,{protectedByPrivy:!0})]})};import{Fragment as Qh,jsx as co,jsxs as Xh}from"react/jsx-runtime";var p1=()=>{let{app:e}=I();return Xh(Qh,{children:[co(U,{},"header"),co(dr,{title:"Connect your phone",description:`Add your number to your ${e==null?void 0:e.name} account`,icon:co(Zn,{})}),co(ct,{children:co(Kn,{stacked:!0})}),co(ne,{protectedByPrivy:!0})]})};import{Fragment as em,jsx as Io,jsxs as h1}from"react/jsx-runtime";var m1=()=>{let{linkingHint:e}=Z(),{app:t}=I(),r=e?`Select the wallet with ${Tt(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 h1(em,{children:[Io(U,{},"header"),Io(cr,{title:`${e?"Reconnect":"Connect"} your wallet`,description:r}),h1(ct,{children:[Io(ni,{}),Io(ii,{})]}),Io(ne,{protectedByPrivy:!0})]})};import{jsx as g1,jsxs as tm}from"react/jsx-runtime";var v1=({style:e,...t})=>tm("svg",{width:"164",height:"164",viewBox:"0 0 164 164",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[g1("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),g1("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M81.9999 100.788C93.3288 100.788 102.513 91.6043 102.513 80.2754C102.513 68.9465 93.3288 59.7626 81.9999 59.7626C70.671 59.7626 61.4871 68.9465 61.4871 80.2754C61.4871 91.6043 70.671 100.788 81.9999 100.788ZM88.3236 71.8304C88.9093 71.2446 89.8591 71.2446 90.4449 71.8304C91.0307 72.4161 91.0307 73.3659 90.4449 73.9517L84.121 80.2756L90.445 86.5996C91.0308 87.1854 91.0308 88.1351 90.445 88.7209C89.8592 89.3067 88.9095 89.3067 88.3237 88.7209L81.9997 82.3969L75.6756 88.7209C75.0899 89.3067 74.1401 89.3067 73.5543 88.7209C72.9685 88.1351 72.9685 87.1854 73.5543 86.5996L79.8783 80.2756L73.5544 73.9517C72.9686 73.3659 72.9686 72.4161 73.5544 71.8304C74.1402 71.2446 75.09 71.2446 75.6758 71.8304L81.9997 78.1543L88.3236 71.8304Z",fill:"#EC6351"})]});import{Fragment as rm,jsx as uo,jsxs as y1}from"react/jsx-runtime";var b1=()=>{let{closePrivyModal:e}=Z(),{navigate:t}=I();return y1(rm,{children:[uo(U,{},"header"),uo(v1,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),uo(cr,{title:"Could not connect with wallet",description:"Please check that Phantom multichain is enabled and try again.",style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center"}}),y1(ct,{children:[uo(ce,{onClick:()=>t("LANDING"),children:"Try again"}),uo(Dc,{onClick:()=>e(),children:"Cancel"})]}),uo(ne,{protectedByPrivy:!0})]})};import{useEffect as w1,useState as C1}from"react";import Ka from"styled-components";import{Fragment as sm,jsx as Ar,jsxs as ai}from"react/jsx-runtime";var x1={google:{name:"Google",component:ei},discord:{name:"Discord",component:Yn},github:{name:"Github",component:Qn},twitter:{name:"Twitter",component:ti},apple:{name:"Apple",component:Jn}},om=e=>e.charAt(0).toUpperCase()+e.slice(1),ja=()=>{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)},E1=()=>{var q;let{ready:e,user:t,authenticated:r}=te(),{data:n,setModalData:i,navigate:c}=I(),{getAuthMeta:f,initLoginWithOAuth:g,loginWithOAuth:y,closePrivyModal:w}=Z(),[A,P]=C1(!1),[_,T]=C1(void 0),M=((q=f())==null?void 0:q.provider)||"google",E=x1[M].name,S=x1[M].component;w1(()=>{!e||y().then(()=>{ja(),P(!0)}).catch($=>{let K={retryable:!1,message:"Authentication failed."};$.message.includes("Another user has already linked this")?K.detail="This account has already been linked to another user.":$.message==="Invalid code during oauth flow."?(K.retryable=!0,K.detail="Something went wrong. Try again."):$.message==="User denied confirmation during OAuth flow"&&(K.detail=`Retry and check ${om(M)} to finish connecting your account.`,K.retryable=!0),ja(),T(K)})},[e]),w1(()=>{var Y;if(!(r&&A&&t))return;if(((Y=n==null?void 0:n.login)==null?void 0:Y.promptCreatePrivyWalletFlow)&&!t.wallet){let ee=setTimeout(()=>{i({createWallet:{onSuccess:()=>{},onFailure:ze=>console.error(ze),callAuthOnSuccessOnClose:!0}}),c("EMBEDDED_WALLET_SCREEN")},bt-500);return()=>clearTimeout(ee)}else{let ee=setTimeout(w,bt);return()=>clearTimeout(ee)}},[r,A,t]);let L=A?`Successfully connected with ${E}`:_?_.message:`Verifying connection to ${E}`,G="";return A?G="You\u2019re good to go!":_?G=_.detail:G="Just a few moments more",ai(sm,{children:[Ar(U,{}),ai(nm,{children:[Ar(am,{children:ai("div",{children:[Ar(Pn,{success:A,fail:!!_}),Ar(S,{style:{width:"38px",height:"38px"}})]})}),ai(im,{children:[Ar("h3",{children:L}),Ar("p",{children:G})]}),Ar(lt,{onClick:()=>{ja(),g(M),T(void 0)},invisible:A||!(_!=null&&_.retryable),disabled:!A&&!(_!=null&&_.retryable),children:"Retry"})]})]})},nm=Ka.div`
1426
+ `;import{Fragment as J2,jsx as po,jsxs as Y2}from"react/jsx-runtime";var yc=()=>{let{app:e}=w();return Y2(J2,{children:[po(E,{},"header"),po(mt,{title:"Connect your email",description:`Add your email to your ${e==null?void 0:e.name} account`,icon:po(Vr,{})}),po(fe,{children:po(qr,{stacked:!0})}),po(G,{protectedByPrivy:!0})]})};import{Fragment as Q2,jsx as uo,jsxs as X2}from"react/jsx-runtime";var bc=()=>{let{app:e}=w();return X2(Q2,{children:[uo(E,{},"header"),uo(mt,{title:"Connect your phone",description:`Add your number to your ${e==null?void 0:e.name} account`,icon:uo(jr,{})}),uo(fe,{children:uo(Zr,{stacked:!0})}),uo(G,{protectedByPrivy:!0})]})};import{Fragment as ef,jsx as Oo,jsxs as vc}from"react/jsx-runtime";var wc=()=>{let{linkingHint:e}=T(),{app:t}=w(),o=e?`Select the wallet with ${We(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 vc(ef,{children:[Oo(E,{},"header"),Oo(ft,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),vc(fe,{children:[Oo(rn,{}),Oo(nn,{})]}),Oo(G,{protectedByPrivy:!0})]})};import{jsx as Cc,jsxs as tf}from"react/jsx-runtime";var xc=({style:e,...t})=>tf("svg",{width:"164",height:"164",viewBox:"0 0 164 164",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[Cc("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Cc("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M81.9999 100.788C93.3288 100.788 102.513 91.6043 102.513 80.2754C102.513 68.9465 93.3288 59.7626 81.9999 59.7626C70.671 59.7626 61.4871 68.9465 61.4871 80.2754C61.4871 91.6043 70.671 100.788 81.9999 100.788ZM88.3236 71.8304C88.9093 71.2446 89.8591 71.2446 90.4449 71.8304C91.0307 72.4161 91.0307 73.3659 90.4449 73.9517L84.121 80.2756L90.445 86.5996C91.0308 87.1854 91.0308 88.1351 90.445 88.7209C89.8592 89.3067 88.9095 89.3067 88.3237 88.7209L81.9997 82.3969L75.6756 88.7209C75.0899 89.3067 74.1401 89.3067 73.5543 88.7209C72.9685 88.1351 72.9685 87.1854 73.5543 86.5996L79.8783 80.2756L73.5544 73.9517C72.9686 73.3659 72.9686 72.4161 73.5544 71.8304C74.1402 71.2446 75.09 71.2446 75.6758 71.8304L81.9997 78.1543L88.3236 71.8304Z",fill:"#EC6351"})]});import{Fragment as of,jsx as fo,jsxs as Ec}from"react/jsx-runtime";var _c=()=>{let{closePrivyModal:e}=T(),{navigate:t}=w();return Ec(of,{children:[fo(E,{},"header"),fo(xc,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),fo(ft,{title:"Could not connect with wallet",description:"Please check that Phantom multichain is enabled and try again.",style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center"}}),Ec(fe,{children:[fo(z,{onClick:()=>t("LANDING"),children:"Try again"}),fo(Hs,{onClick:()=>e(),children:"Cancel"})]}),fo(G,{protectedByPrivy:!0})]})};import{useEffect as Pc,useState as Tc}from"react";import ki from"styled-components";import{Fragment as lf,jsx as kt,jsxs as an}from"react/jsx-runtime";var Ac={google:{name:"Google",component:Xr},discord:{name:"Discord",component:Jr},github:{name:"Github",component:Yr},twitter:{name:"Twitter",component:en},apple:{name:"Apple",component:Kr}},rf=e=>e.charAt(0).toUpperCase()+e.slice(1),Li=()=>{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)},Sc=()=>{var S;let{ready:e,user:t,authenticated:o}=O(),{data:r,setModalData:n,navigate:i}=w(),{getAuthMeta:a,initLoginWithOAuth:s,loginWithOAuth:l,closePrivyModal:c}=T(),[h,m]=Tc(!1),[p,g]=Tc(void 0),b=((S=a())==null?void 0:S.provider)||"google",d=Ac[b].name,y=Ac[b].component;Pc(()=>{!e||l().then(()=>{Li(),m(!0)}).catch(M=>{let R={retryable:!1,message:"Authentication failed."};M.message.includes("Another user has already linked this")?R.detail="This account has already been linked to another user.":M.message==="Invalid code during oauth flow."?(R.retryable=!0,R.detail="Something went wrong. Try again."):M.message==="User denied confirmation during OAuth flow"&&(R.detail=`Retry and check ${rf(b)} to finish connecting your account.`,R.retryable=!0),Li(),g(R)})},[e]),Pc(()=>{var B;if(!(o&&h&&t))return;if(((B=r==null?void 0:r.login)==null?void 0:B.promptCreatePrivyWalletFlow)&&!t.wallet){let H=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:te=>console.error(te),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_SCREEN")},_e-500);return()=>clearTimeout(H)}else{let H=setTimeout(c,_e);return()=>clearTimeout(H)}},[o,h,t]);let v=h?`Successfully connected with ${d}`:p?p.message:`Verifying connection to ${d}`,P="";return h?P="You\u2019re good to go!":p?P=p.detail:P="Just a few moments more",an(lf,{children:[kt(E,{}),an(nf,{children:[kt(sf,{children:an("div",{children:[kt(_r,{success:h,fail:!!p}),kt(y,{style:{width:"38px",height:"38px"}})]})}),an(af,{children:[kt("h3",{children:v}),kt("p",{children:P})]}),kt(ue,{onClick:()=>{Li(),s(b),g(void 0)},invisible:h||!(p!=null&&p.retryable),disabled:!h&&!(p!=null&&p.retryable),children:"Retry"})]})]})},nf=ki.div`
1427
1427
  display: flex;
1428
1428
  flex-direction: column;
1429
1429
  align-items: center;
@@ -1431,11 +1431,11 @@ Resources:
1431
1431
  margin-left: 27px;
1432
1432
  margin-right: 27px;
1433
1433
  gap: 24px;
1434
- `,im=Ka.div`
1434
+ `,af=ki.div`
1435
1435
  display: flex;
1436
1436
  flex-direction: column;
1437
1437
  gap: 8px;
1438
- `,am=Ka.div`
1438
+ `,sf=ki.div`
1439
1439
  display: flex;
1440
1440
  flex-direction: column;
1441
1441
  justify-content: center;
@@ -1458,9 +1458,9 @@ Resources:
1458
1458
  left: -19px;
1459
1459
  top: -19px;
1460
1460
  }
1461
- `;import{useEffect as cm,useState as P1}from"react";import dm from"styled-components";import{isMobile as lm}from"react-device-detect";var _1=(e,t)=>{let r=new URL(window.location.href),n=encodeURIComponent(r.href.replace(/\/$/g,"")+`?privy_token=${e}&privy_wallet_client=phantom`);if(!ar()&&lm)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${n}?ref=${n}`};import{Fragment as fm,jsx as Sr,jsxs as A1}from"react/jsx-runtime";var S1=()=>{let{forkSession:e,ready:t,authenticated:r}=te(),[n,i]=P1(""),[c,f]=P1(!1);cm(()=>{t&&r&&e().then(i)},[t,r]);let g=_1(n,!c),y={title:"Redirecting to Phantom Mobile Wallet",description:"We'll take you to the Phantom Mobile Wallet app to continue your login experience.",footnote:""};return t&&(y.description="For the best experience, we'll automatically log you into the Phantom Mobile Wallet in-app browser.",y.footnote="Once you're done, you can always return here and refresh to view your updated account."),c&&(y.title="Still here?",y.description="You may need to install the Phantom mobile app.",y.footnote="Once you're done, you can return here or connect via Phantom's in-app browser."),A1(fm,{children:[Sr(U,{},"header"),Sr(cr,{title:y.title,description:y.description}),A1(ct,{children:[Sr(um,{children:Sr(Wt,{style:{width:"72px",height:"72px"}})}),Sr(An,{href:g,onClick:()=>{setTimeout(()=>f(!0),1e3)},loading:t&&!g,children:c?"Go to App Store":"Continue"}),y.footnote?Sr("p",{children:y.footnote}):null]}),Sr(ne,{protectedByPrivy:!0})]})},um=dm(jr)`
1461
+ `;import{useEffect as df,useState as kc}from"react";import pf from"styled-components";import{isMobile as cf}from"react-device-detect";var Lc=(e,t)=>{let o=new URL(window.location.href),r=encodeURIComponent(o.href.replace(/\/$/g,"")+`?privy_token=${e}&privy_wallet_client=phantom`);if(!dt()&&cf)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as ff,jsx as Rt,jsxs as Rc}from"react/jsx-runtime";var Wc=()=>{let{forkSession:e,ready:t,authenticated:o}=O(),[r,n]=kc(""),[i,a]=kc(!1);df(()=>{t&&o&&e().then(n)},[t,o]);let s=Lc(r,!i),l={title:"Redirecting to Phantom Mobile Wallet",description:"We'll take you to the Phantom Mobile Wallet app to continue your login experience.",footnote:""};return t&&(l.description="For the best experience, we'll automatically log you into the Phantom Mobile Wallet in-app browser.",l.footnote="Once you're done, you can always return here and refresh to view your updated account."),i&&(l.title="Still here?",l.description="You may need to install the Phantom mobile app.",l.footnote="Once you're done, you can return here or connect via Phantom's in-app browser."),Rc(ff,{children:[Rt(E,{},"header"),Rt(ft,{title:l.title,description:l.description}),Rc(fe,{children:[Rt(uf,{children:Rt(Oe,{style:{width:"72px",height:"72px"}})}),Rt(Pr,{href:s,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!s,children:i?"Go to App Store":"Continue"}),l.footnote?Rt("p",{children:l.footnote}):null]}),Rt(G,{protectedByPrivy:!0})]})},uf=pf(Jt)`
1462
1462
  margin: 16px auto;
1463
- `;import{useEffect as du,useState as Go}from"react";import ho from"styled-components";import Z1 from"styled-components";import M1 from"styled-components";import{jsx as T1,jsxs as mm}from"react/jsx-runtime";var No=({label:e,children:t,valueStyles:r})=>mm(pm,{children:[T1("div",{children:e}),T1(hm,{style:{...r},children:t})]}),pm=M1.div`
1463
+ `;import{useEffect as hd,useState as Vo}from"react";import go from"styled-components";import Qc from"styled-components";import Mc from"styled-components";import{jsx as Ic,jsxs as gf}from"react/jsx-runtime";var Do=({label:e,children:t,valueStyles:o})=>gf(mf,{children:[Ic("div",{children:e}),Ic(hf,{style:{...o},children:t})]}),mf=Mc.div`
1464
1464
  display: flex;
1465
1465
  align-items: center;
1466
1466
  justify-content: space-between;
@@ -1475,27 +1475,27 @@ Resources:
1475
1475
  color: var(--privy-color-foreground-2);
1476
1476
  text-align: right;
1477
1477
  }
1478
- `,hm=M1.div`
1478
+ `,hf=Mc.div`
1479
1479
  display: flex;
1480
1480
  align-items: center;
1481
1481
  justify-content: center;
1482
1482
  border-radius: var(--privy-border-radius-md);
1483
1483
  background-color: var(--privy-color-background-2);
1484
1484
  padding: 4px 8px;
1485
- `;import fo from"styled-components";import{getNetwork as gm}from"@ethersproject/providers";import{formatEther as L1}from"@ethersproject/units";var Tr=(e,t)=>(t*parseFloat(L1(e))).toFixed(2),Mr=(e,t=8)=>parseFloat(L1(e)).toFixed(t).replace(/0+$/,"").replace(/\.$/,""),k1=(e,t)=>{qt(e)&&(e=Number(e));let r=gm(e);return`https://${r.name==="homestead"?"www":r.name}.etherscan.io/address/${t}`},et=e=>Ye.from(e);import{Fragment as O1,jsx as er,jsxs as Lr}from"react/jsx-runtime";var D1=({transactionData:e,displayFee:t=!1,gas:r,tokenPrice:n,isLoading:i=!1})=>Lr(vm,{children:[er(ym,{"data-open":t,children:Lr(R1,{children:[Lr(W1,{children:[er(N1,{children:"Est. Fees"}),er("div",{children:i?er(Lt,{color:"var(--privy-color-accent)"}):Lr(O1,{children:["USD $",Tr(et(r).toHexString(),n)]})})]}),er(I1,{children:`ETH ${Mr(et(r).toHexString())}`})]})}),Lr(R1,{children:[Lr(W1,{children:[er(N1,{children:"Total (including fees)"}),er("div",{children:i||!e.value?er(Lt,{color:"var(--privy-color-accent)"}):Lr(O1,{children:["USD $",Tr(et(e.value).add(et(r)).toHexString(),n)]})})]}),er(I1,{children:e.value?`ETH ${Mr(et(e.value).add(et(r)).toHexString())}`:null})]})]}),vm=fo.div`
1485
+ `;import mo from"styled-components";import{BigNumber as yf}from"@ethersproject/bignumber";import{isHexString as bf}from"@ethersproject/bytes";import{getNetwork as vf}from"@ethersproject/providers";import{formatEther as Nc}from"@ethersproject/units";var Wt=(e,t)=>(t*parseFloat(Nc(e))).toFixed(2),It=(e,t=8)=>parseFloat(Nc(e)).toFixed(t).replace(/0+$/,"").replace(/\.$/,""),Oc=(e,t)=>{bf(e)&&(e=Number(e));let o=vf(e);return`https://${o.name==="homestead"?"www":o.name}.etherscan.io/address/${t}`},ne=e=>yf.from(e);import{Fragment as Gc,jsx as rt,jsxs as Mt}from"react/jsx-runtime";var Hc=({transactionData:e,displayFee:t=!1,gas:o,tokenPrice:r,isLoading:n=!1})=>Mt(wf,{children:[rt(Cf,{"data-open":t,children:Mt(Dc,{children:[Mt(Uc,{children:[rt(Fc,{children:"Est. Fees"}),rt("div",{children:n?rt(Me,{color:"var(--privy-color-accent)"}):Mt(Gc,{children:["USD $",Wt(ne(o).toHexString(),r)]})})]}),rt(Bc,{children:`ETH ${It(ne(o).toHexString())}`})]})}),Mt(Dc,{children:[Mt(Uc,{children:[rt(Fc,{children:"Total (including fees)"}),rt("div",{children:n||!e.value?rt(Me,{color:"var(--privy-color-accent)"}):Mt(Gc,{children:["USD $",Wt(ne(e.value).add(ne(o)).toHexString(),r)]})})]}),rt(Bc,{children:e.value?`ETH ${It(ne(e.value).add(ne(o)).toHexString())}`:null})]})]}),wf=mo.div`
1486
1486
  display: flex;
1487
1487
  flex-direction: column;
1488
1488
  gap: 4px;
1489
- `,R1=fo.div`
1489
+ `,Dc=mo.div`
1490
1490
  display: flex;
1491
1491
  flex-direction: column;
1492
1492
  gap: 2px;
1493
- `,W1=fo.div`
1493
+ `,Uc=mo.div`
1494
1494
  display: flex;
1495
1495
  flex-direction: row;
1496
1496
  justify-content: space-between;
1497
1497
  align-items: center;
1498
- `,I1=fo.div`
1498
+ `,Bc=mo.div`
1499
1499
  display: flex;
1500
1500
  flex-direction: row-reverse;
1501
1501
  height: 12px;
@@ -1504,11 +1504,11 @@ Resources:
1504
1504
  line-height: 12px;
1505
1505
  color: var(--privy-color-foreground-3);
1506
1506
  font-weight: 400;
1507
- `,N1=fo.div`
1507
+ `,Fc=mo.div`
1508
1508
  font-size: 14px;
1509
1509
  line-height: 22.4px;
1510
1510
  font-weight: 400;
1511
- `,ym=fo.div`
1511
+ `,Cf=mo.div`
1512
1512
  position: relative;
1513
1513
  overflow: hidden;
1514
1514
  transition: max-height 0.35s ease-in-out;
@@ -1520,12 +1520,12 @@ Resources:
1520
1520
  &[data-open='false'] {
1521
1521
  max-height: 0;
1522
1522
  }
1523
- `;import{useContext as kr,useState as bm}from"react";import Rr from"styled-components";import{jsx as U1}from"react/jsx-runtime";var B1=({style:e,...t})=>U1("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:U1("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 8.25l-7.5 7.5-7.5-7.5"})});import{createContext as F1,useContext as cw}from"react";var po=F1(void 0);var Oo=F1(void 0);import{jsx as Ht,jsxs as Am}from"react/jsx-runtime";var G1=({defaultValue:e,children:t})=>{let[r,n]=bm(e||null),i=c=>{n(r===c?null:c)};return Ht(po.Provider,{value:{activePanel:r,togglePanel:i},children:Ht(wm,{children:t})})},H1=({value:e,children:t})=>{let{activePanel:r,togglePanel:n}=kr(po),i=r===e;return Ht(Oo.Provider,{value:{onToggle:()=>n(e),value:e},children:Ht(Em,{isActive:i,"data-open":i,children:t})})},V1=({children:e})=>{let{activePanel:t}=kr(po),{onToggle:r,value:n}=kr(Oo),i=t===n;return Am(Cm,{onClick:r,"data-open":i,children:[Ht(xm,{children:e}),Ht(Pm,{isactive:i,children:Ht(B1,{})})]})},q1=({children:e})=>{let{activePanel:t}=kr(po),{value:r}=kr(Oo);return Ht(_m,{"data-open":t===r,children:Ht(z1,{children:e})})},$1=({children:e})=>{let{activePanel:t}=kr(po),{value:r}=kr(Oo);return Ht(z1,{children:typeof e=="function"?e({isActive:t===r}):e})},wm=Rr.div`
1523
+ `;import{useContext as Nt,useState as xf}from"react";import Ot from"styled-components";import{jsx as Vc}from"react/jsx-runtime";var $c=({style:e,...t})=>Vc("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:Vc("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 8.25l-7.5 7.5-7.5-7.5"})});import{createContext as qc,useContext as jy}from"react";var ho=qc(void 0);var Uo=qc(void 0);import{jsx as qe,jsxs as Lf}from"react/jsx-runtime";var jc=({defaultValue:e,children:t})=>{let[o,r]=xf(e||null),n=i=>{r(o===i?null:i)};return qe(ho.Provider,{value:{activePanel:o,togglePanel:n},children:qe(Ef,{children:t})})},zc=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=Nt(ho),n=o===e;return qe(Uo.Provider,{value:{onToggle:()=>r(e),value:e},children:qe(Tf,{isActive:n,"data-open":n,children:t})})},Zc=({children:e})=>{let{activePanel:t}=Nt(ho),{onToggle:o,value:r}=Nt(Uo),n=t===r;return Lf(_f,{onClick:o,"data-open":n,children:[qe(Pf,{children:e}),qe(Sf,{isactive:n,children:qe($c,{})})]})},Kc=({children:e})=>{let{activePanel:t}=Nt(ho),{value:o}=Nt(Uo);return qe(Af,{"data-open":t===o,children:qe(Yc,{children:e})})},Jc=({children:e})=>{let{activePanel:t}=Nt(ho),{value:o}=Nt(Uo);return qe(Yc,{children:typeof e=="function"?e({isActive:t===o}):e})},Ef=Ot.div`
1524
1524
  display: flex;
1525
1525
  flex-direction: column;
1526
1526
  width: 100%;
1527
1527
  gap: 8px;
1528
- `,Cm=Rr.div`
1528
+ `,_f=Ot.div`
1529
1529
  display: flex;
1530
1530
  justify-content: space-between;
1531
1531
  align-items: center;
@@ -1537,13 +1537,13 @@ Resources:
1537
1537
  border-bottom: 1px solid;
1538
1538
  border-color: var(--privy-color-foreground-4);
1539
1539
  }
1540
- `,xm=Rr.div`
1540
+ `,Pf=Ot.div`
1541
1541
  font-size: 14px;
1542
1542
  font-weight: 500;
1543
1543
  line-height: 19.6px;
1544
1544
  width: 100%;
1545
1545
  padding-right: 8px;
1546
- `,Em=Rr.div`
1546
+ `,Tf=Ot.div`
1547
1547
  display: flex;
1548
1548
  flex-direction: column;
1549
1549
  width: 100%;
@@ -1555,7 +1555,7 @@ Resources:
1555
1555
  border-color: var(--privy-color-foreground-4);
1556
1556
  border-radius: var(--privy-border-radius-md);
1557
1557
  }
1558
- `,_m=Rr.div`
1558
+ `,Af=Ot.div`
1559
1559
  position: relative;
1560
1560
  overflow: hidden;
1561
1561
  transition: max-height 0.35s ease-in-out;
@@ -1567,37 +1567,37 @@ Resources:
1567
1567
  &[data-open='false'] {
1568
1568
  max-height: 0;
1569
1569
  }
1570
- `,z1=Rr.div`
1570
+ `,Yc=Ot.div`
1571
1571
  display: flex;
1572
1572
  flex-direction: column;
1573
1573
  gap: 12px;
1574
1574
  flex: 1 1 auto;
1575
1575
  min-height: 1px;
1576
1576
  padding-top: 8px;
1577
- `,Pm=Rr.div`
1577
+ `,Sf=Ot.div`
1578
1578
  transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
1579
- `;import Sm from"styled-components";import{jsx as Mm}from"react/jsx-runtime";var Ja=({walletAddress:e,chainId:t=wt})=>Mm(Tm,{href:k1(t,e),target:"_blank",children:Tt(e)}),Tm=Sm.a`
1579
+ `;import kf from"styled-components";import{jsx as Wf}from"react/jsx-runtime";var Ri=({walletAddress:e,chainId:t=Pe})=>Wf(Rf,{href:Oc(t,e),target:"_blank",children:We(e)}),Rf=kf.a`
1580
1580
  &:hover {
1581
1581
  text-decoration: underline;
1582
1582
  }
1583
- `;import{Fragment as Rm,jsx as vt,jsxs as Ya}from"react/jsx-runtime";var si=e=>{var r,n,i;let t=!!((r=e.txn)!=null&&r.value);return vt(G1,{children:Ya(H1,{value:"details",children:[vt(V1,{children:Ya(Lm,{children:[vt("div",{children:((n=e.transactionInfo)==null?void 0:n.actionDescription)||"Details"}),((i=e.txn)==null?void 0:i.value)&&e.tokenPrice?vt(km,{children:`USD $${Tr(et(e.txn.value).toHexString(),e.tokenPrice)}`}):null]})}),Ya(q1,{children:[vt(No,{label:"From",children:vt(Ja,{walletAddress:e.from,chainId:e.txn.chainId||wt})}),vt(No,{label:"To",children:vt(Ja,{walletAddress:e.to,chainId:e.txn.chainId||wt})}),t&&e.transactionInfo&&e.transactionInfo.action&&vt(No,{label:"Action",children:e.transactionInfo.action})]}),vt($1,{children:({isActive:c})=>t?vt(D1,{transactionData:e.txn,displayFee:c,gas:e.gas,tokenPrice:e.tokenPrice}):vt(Rm,{children:e.transactionInfo&&e.transactionInfo.action&&vt(No,{label:"Action",children:e.transactionInfo.action})})})]})})},Lm=Z1.div`
1583
+ `;import{Fragment as Nf,jsx as Ce,jsxs as Wi}from"react/jsx-runtime";var sn=e=>{var o,r,n;let t=!!((o=e.txn)!=null&&o.value);return Ce(jc,{children:Wi(zc,{value:"details",children:[Ce(Zc,{children:Wi(If,{children:[Ce("div",{children:((r=e.transactionInfo)==null?void 0:r.actionDescription)||"Details"}),((n=e.txn)==null?void 0:n.value)&&e.tokenPrice?Ce(Mf,{children:`USD $${Wt(ne(e.txn.value).toHexString(),e.tokenPrice)}`}):null]})}),Wi(Kc,{children:[Ce(Do,{label:"From",children:Ce(Ri,{walletAddress:e.from,chainId:e.txn.chainId||Pe})}),Ce(Do,{label:"To",children:Ce(Ri,{walletAddress:e.to,chainId:e.txn.chainId||Pe})}),t&&e.transactionInfo&&e.transactionInfo.action&&Ce(Do,{label:"Action",children:e.transactionInfo.action})]}),Ce(Jc,{children:({isActive:i})=>t?Ce(Hc,{transactionData:e.txn,displayFee:i,gas:e.gas,tokenPrice:e.tokenPrice}):Ce(Nf,{children:e.transactionInfo&&e.transactionInfo.action&&Ce(Do,{label:"Action",children:e.transactionInfo.action})})})]})})},If=Qc.div`
1584
1584
  display: flex;
1585
1585
  flex-direction: row;
1586
1586
  justify-content: space-between;
1587
- `,km=Z1.div`
1587
+ `,Mf=Qc.div`
1588
1588
  flex-shrink: 0;
1589
1589
  padding-left: 8px;
1590
- `;import Uo from"styled-components";import{jsx as Do,jsxs as Um}from"react/jsx-runtime";var j1=({partyInfo:e})=>Um(Wm,{children:[e.imgUrl&&Do(Im,{size:e.imgSize||"sm",src:e.imgUrl,alt:e.imgAltText||`${e.name} image`}),Do(Nm,{children:Do("a",{href:e.url,target:"_blank",rel:"noopener noreferrer",children:e.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),Do(Om,{children:e.name}),Do(Dm,{children:e.actionText})]}),Wm=Uo.div`
1590
+ `;import Fo from"styled-components";import{jsx as Bo,jsxs as Gf}from"react/jsx-runtime";var Xc=({partyInfo:e})=>Gf(Of,{children:[e.imgUrl&&Bo(Df,{size:e.imgSize||"sm",src:e.imgUrl,alt:e.imgAltText||`${e.name} image`}),Bo(Uf,{children:Bo("a",{href:e.url,target:"_blank",rel:"noopener noreferrer",children:e.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),Bo(Bf,{children:e.name}),Bo(Ff,{children:e.actionText})]}),Of=Fo.div`
1591
1591
  display: flex;
1592
1592
  flex-direction: column;
1593
1593
  align-items: center;
1594
1594
  margin-bottom: 20px;
1595
- `,Im=Uo.img`
1595
+ `,Df=Fo.img`
1596
1596
  height: ${e=>e.size==="sm"?"65px":"140px"};
1597
1597
  width: ${e=>e.size==="sm"?"65px":"140px"};
1598
1598
  border-radius: 16px;
1599
1599
  margin-bottom: 20px;
1600
- `,Nm=Uo.div`
1600
+ `,Uf=Fo.div`
1601
1601
  margin-bottom: 8px;
1602
1602
  > a {
1603
1603
  font-size: 12px;
@@ -1609,7 +1609,7 @@ Resources:
1609
1609
  text-decoration: underline;
1610
1610
  }
1611
1611
  }
1612
- `,Om=Uo.div`
1612
+ `,Bf=Fo.div`
1613
1613
  font-size: 18px;
1614
1614
  line-height: 18px;
1615
1615
  font-weight: 500;
@@ -1617,7 +1617,7 @@ Resources:
1617
1617
  white-space: nowrap;
1618
1618
  max-width: 275px;
1619
1619
  text-overflow: ellipsis;
1620
- `,Dm=Uo.div`
1620
+ `,Ff=Fo.div`
1621
1621
  font-size: 16px;
1622
1622
  line-height: 22.4px;
1623
1623
  font-weight: 500;
@@ -1626,7 +1626,7 @@ Resources:
1626
1626
  white-space: nowrap;
1627
1627
  max-width: 275px;
1628
1628
  text-overflow: ellipsis;
1629
- `;import{useState as ru,useEffect as Vm}from"react";import es from"styled-components";import{EtherscanProvider as Dw,InfuraProvider as Qa}from"@ethersproject/providers";async function K1(e,t,r,n){return n=Object.assign({chainId:wt},n),n.chainId=Number(n.chainId),X1(n),(await r.rpc({address:t,accessToken:e,request:{method:"eth_populateTransactionRequest",params:[n]}})).response.data}async function J1(e,t,r,n){n=Object.assign({chainId:wt},n),X1(n);let c=(await r.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[n]}})).response.data,g=await(await Bm(n.chainId,c)).wait();return Hm(g)}function Bm(e,t){return new Qa(e,Rt).sendTransaction(t)}async function Y1(e,t=wt){return await new Qa(t,Rt).getBalance(e)}async function Q1(e){return delete e.from,await new Qa(Number(e.chainId)||wt,Rt).estimateGas(e)}function X1(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let r of t){let n=e[r];if(!(typeof n>"u")&&!Fm(n))throw new Error(`Transaction request property '${r}' must be a valid number, bigint, or hex string representing a quantity`)}if(typeof e.chainId!="number")throw new Error("Transaction request property 'chainId' must be a number")}function Fm(e){let t=typeof e=="number",r=typeof e=="bigint",n=typeof e=="string"&&Gm(e);return t||r||n}function Gm(e){return/^-?0x[a-f0-9]+$/i.test(e)}function Hm(e){return{to:e.to,from:e.from,contractAddress:e.contractAddress,transactionIndex:e.transactionIndex,root:e.root,logsBloom:e.logsBloom,blockHash:e.blockHash,transactionHash:e.transactionHash,logs:e.logs,blockNumber:e.blockNumber,confirmations:e.confirmations,byzantium:e.byzantium,type:e.type,status:e.status,gasUsed:e.gasUsed.toHexString(),cumulativeGasUsed:e.cumulativeGasUsed.toHexString(),effectiveGasPrice:e.effectiveGasPrice.toHexString()}}import{jsx as eu}from"react/jsx-runtime";var tu=({style:e,...t})=>eu("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:eu("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a2.25 2.25 0 00-2.25-2.25H15a3 3 0 11-6 0H5.25A2.25 2.25 0 003 12m18 0v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 9m18 0V6a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 6v3"})});import{jsx as ou,jsxs as Xa}from"react/jsx-runtime";var nu=({wallet:e,txnValue:t,chainId:r})=>{let[n,i]=ru(),[c,f]=ru(!1);return Vm(()=>{(async y=>{try{let w=await Y1(y,r);t&&w.sub(et(t)).isNegative()&&f(!0),i(w.toHexString())}catch(w){console.log(w)}})(e.address)},[e,t]),Xa(qm,{children:[Xa($m,{children:[ou(tu,{style:{height:"12px",width:"12px"}}),ou("div",{children:Tt(e==null?void 0:e.address)})]}),Xa(zm,{displayBalanceColor:!!t,hasFunds:!c,children:[n?Mr(n):0," ETH"]})]})},qm=es.div`
1629
+ `;import{useState as sd,useEffect as jf}from"react";import Ni from"styled-components";import{EtherscanProvider as wb,InfuraProvider as Ii}from"@ethersproject/providers";async function ed(e,t,o,r){return r=Object.assign({chainId:Pe},r),r.chainId=Number(r.chainId),nd(r),(await o.rpc({address:t,accessToken:e,request:{method:"eth_populateTransactionRequest",params:[r]}})).response.data}async function td(e,t,o,r){r=Object.assign({chainId:Pe},r),nd(r);let i=(await o.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[r]}})).response.data,s=await(await Hf(r.chainId,i)).wait();return qf(s)}function Hf(e,t){return new Ii(e,Ne).sendTransaction(t)}async function od(e,t=Pe){return await new Ii(t,Ne).getBalance(e)}async function rd(e){return delete e.from,await new Ii(Number(e.chainId)||Pe,Ne).estimateGas(e)}function nd(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!Vf(r))throw new Error(`Transaction request property '${o}' must be a valid number, bigint, or hex string representing a quantity`)}if(typeof e.chainId!="number")throw new Error("Transaction request property 'chainId' must be a number")}function Vf(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&$f(e);return t||o||r}function $f(e){return/^-?0x[a-f0-9]+$/i.test(e)}function qf(e){return{to:e.to,from:e.from,contractAddress:e.contractAddress,transactionIndex:e.transactionIndex,root:e.root,logsBloom:e.logsBloom,blockHash:e.blockHash,transactionHash:e.transactionHash,logs:e.logs,blockNumber:e.blockNumber,confirmations:e.confirmations,byzantium:e.byzantium,type:e.type,status:e.status,gasUsed:e.gasUsed.toHexString(),cumulativeGasUsed:e.cumulativeGasUsed.toHexString(),effectiveGasPrice:e.effectiveGasPrice.toHexString()}}import{jsx as id}from"react/jsx-runtime";var ad=({style:e,...t})=>id("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:id("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a2.25 2.25 0 00-2.25-2.25H15a3 3 0 11-6 0H5.25A2.25 2.25 0 003 12m18 0v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 9m18 0V6a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 6v3"})});import{jsx as ld,jsxs as Mi}from"react/jsx-runtime";var cd=({wallet:e,txnValue:t,chainId:o})=>{let[r,n]=sd(),[i,a]=sd(!1);return jf(()=>{(async l=>{try{let c=await od(l,o);t&&c.sub(ne(t)).isNegative()&&a(!0),n(c.toHexString())}catch(c){console.log(c)}})(e.address)},[e,t]),Mi(zf,{children:[Mi(Zf,{children:[ld(ad,{style:{height:"12px",width:"12px"}}),ld("div",{children:We(e==null?void 0:e.address)})]}),Mi(Kf,{displayBalanceColor:!!t,hasFunds:!i,children:[r?It(r):0," ETH"]})]})},zf=Ni.div`
1630
1630
  display: flex;
1631
1631
  flex-direction: row;
1632
1632
  justify-content: space-between;
@@ -1638,12 +1638,12 @@ Resources:
1638
1638
  border: 1px solid var(--privy-color-foreground-4);
1639
1639
  border-radius: var(--privy-border-radius-sm);
1640
1640
  }
1641
- `,$m=es.div`
1641
+ `,Zf=Ni.div`
1642
1642
  display: flex;
1643
1643
  flex-direction: row;
1644
1644
  align-items: center;
1645
1645
  gap: 8px;
1646
- `,zm=es.div`
1646
+ `,Kf=Ni.div`
1647
1647
  display: flex;
1648
1648
  align-items: center;
1649
1649
  justify-content: center;
@@ -1651,25 +1651,25 @@ Resources:
1651
1651
  background-color: var(--privy-color-background-2);
1652
1652
  padding: 4px 12px;
1653
1653
  color: ${e=>e.displayBalanceColor?e.hasFunds?"green":"red":"inherit"};
1654
- `;import ci from"styled-components";import{useState as Bo,useEffect as iu}from"react";var li=e=>{let{getUsdTokenPrice:t}=Z(),[r,n]=Bo(!1),[i,c]=Bo(!1),[f,g]=Bo(void 0),[y,w]=Bo(void 0),[A,P]=Bo(null);return iu(()=>{let _=e.chainId||wt;(async()=>{try{n(!0);let M=await t(_);w(M)}catch(M){g(M)}finally{n(!1)}})()},[]),iu(()=>{(async()=>{try{c(!0);let T=await Q1(e);P(T.toBigInt())}catch(T){g(T)}finally{c(!1)}})()},[e]),{tokenPrice:y,estimatedGas:A,isLoading:r||i,error:f}};import{jsx as Ym,jsxs as ts}from"react/jsx-runtime";var au=e=>{var r,n;let{tokenPrice:t}=li(e.txn);return ts(Zm,{children:[ts(jm,{children:["$",((r=e.txn)==null?void 0:r.value)&&t?Tr(et(e.txn.value).toHexString(),t):"--"]}),ts(Km,{children:[(n=e.txn)!=null&&n.value?Mr(et(e.txn.value).toHexString()):"--"," ","ETH"]}),Ym(Jm,{children:e.description})]})},Zm=ci.div`
1654
+ `;import cn from"styled-components";import{useState as Go,useEffect as dd}from"react";var ln=e=>{let{getUsdTokenPrice:t}=T(),[o,r]=Go(!1),[n,i]=Go(!1),[a,s]=Go(void 0),[l,c]=Go(void 0),[h,m]=Go(null);return dd(()=>{let p=e.chainId||Pe;(async()=>{try{r(!0);let b=await t(p);c(b)}catch(b){s(b)}finally{r(!1)}})()},[]),dd(()=>{(async()=>{try{i(!0);let g=await rd(e);m(g.toBigInt())}catch(g){s(g)}finally{i(!1)}})()},[e]),{tokenPrice:l,estimatedGas:h,isLoading:o||n,error:a}};import{jsx as em,jsxs as Oi}from"react/jsx-runtime";var pd=e=>{var o,r;let{tokenPrice:t}=ln(e.txn);return Oi(Jf,{children:[Oi(Yf,{children:["$",((o=e.txn)==null?void 0:o.value)&&t?Wt(ne(e.txn.value).toHexString(),t):"--"]}),Oi(Qf,{children:[(r=e.txn)!=null&&r.value?It(ne(e.txn.value).toHexString()):"--"," ","ETH"]}),em(Xf,{children:e.description})]})},Jf=cn.div`
1655
1655
  display: flex;
1656
1656
  flex-direction: column;
1657
1657
  align-items: center;
1658
1658
  margin-bottom: 20px;
1659
- `,jm=ci.h2`
1659
+ `,Yf=cn.h2`
1660
1660
  && {
1661
1661
  font-size: 48px;
1662
1662
  line-height: 48px;
1663
1663
  margin: 8px auto;
1664
1664
  }
1665
- `,Km=ci.p`
1665
+ `,Qf=cn.p`
1666
1666
  margin-bottom: 12px;
1667
1667
  && {
1668
1668
  font-size: 17px;
1669
1669
  line-height: 17px;
1670
1670
  color: var(--privy-color-foreground-3);
1671
1671
  }
1672
- `,Jm=ci.div`
1672
+ `,Xf=cn.div`
1673
1673
  font-size: 16px;
1674
1674
  line-height: 22.4px;
1675
1675
  font-weight: 400;
@@ -1677,64 +1677,64 @@ Resources:
1677
1677
  white-space: nowrap;
1678
1678
  max-width: 275px;
1679
1679
  text-overflow: ellipsis;
1680
- `;function su(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND_ETH":"UNKNOWN"}import lu from"styled-components";import{Fragment as e2,jsx as Fo,jsxs as rs}from"react/jsx-runtime";var cu=({txn:e,receipt:t,transactionInfo:r,onClose:n,tokenPrice:i})=>rs(e2,{children:[Fo(U,{onClose:n}),rs(Qm,{children:[rs("div",{children:[Fo(Qe,{title:"Transaction complete!",description:"You're all set."}),Fo(si,{tokenPrice:i,from:t.from,to:t.to,gas:t.gasUsed,txn:e,transactionInfo:r})]}),Fo("div",{children:Fo(Xm,{loading:!1,onClick:n,children:"All Done"})})]})]}),Qm=lu.div`
1680
+ `;function ud(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND_ETH":"UNKNOWN"}import fd from"styled-components";import{Fragment as rm,jsx as Ho,jsxs as Di}from"react/jsx-runtime";var md=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n})=>Di(rm,{children:[Ho(E,{onClose:r}),Di(tm,{children:[Di("div",{children:[Ho(ee,{title:"Transaction complete!",description:"You're all set."}),Ho(sn,{tokenPrice:n,from:t.from,to:t.to,gas:t.gasUsed,txn:e,transactionInfo:o})]}),Ho("div",{children:Ho(om,{loading:!1,onClick:r,children:"All Done"})})]})]}),tm=fd.div`
1681
1681
  display: flex;
1682
1682
  height: 100%;
1683
1683
  flex-direction: column;
1684
1684
  justify-content: space-between;
1685
1685
  flex-grow: 1;
1686
- `,Xm=lu(ce)`
1686
+ `,om=fd(z)`
1687
1687
  transition: color 350ms ease, background-color 350ms ease;
1688
- `;import{Fragment as di,jsx as tt,jsxs as Ho}from"react/jsx-runtime";var t2=e=>{var t;switch(e.txnFamily){case"SEND_ETH":return tt(di,{children:tt(au,{description:((t=e.uiOptions.transactionInfo)==null?void 0:t.description)||"",txn:e.txn})});case"CONTRACT_CALL":return tt(di,{children:e.uiOptions.senderInfo&&tt(j1,{partyInfo:e.uiOptions.senderInfo})});default:return tt("div",{children:"Unsupported transaction."})}},fu=()=>{let{authenticated:e,getAccessToken:t,user:r}=te(),{walletProxy:n,closePrivyModal:i}=Z(),{navigate:c,data:f}=I(),{transactionRequest:g,onSuccess:y,onFailure:w,uiOptions:A}=f.sendTransaction,[P,_]=Go(null),[T,M]=Go(""),[E,S]=Go(!0),[L,G]=Go(!1),[q,$]=Go(g),{tokenPrice:K,estimatedGas:Y}=li(q);du(()=>{e||(c("LANDING"),w(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let ee=ue(r);du(()=>{async function F(){let z=await t();return!z||!n||!ee?q:K1(z,ee.address,n,q)}F().then(z=>{S(!1),$(z)},z=>{S(!0),fd(z)?M(z.message):(M("There was an error preparing transaction"),console.error(z))})},[n]);let ze=su(q),Ze={modalTitle:A.modalTitle||"Review transaction",title:A.title||ze==="SEND_ETH"?"Send ETH":"Submit transaction",description:A.description||"Confirm the details of the transaction",buttonText:A.buttonText||"Submit"},ie=()=>{L||(P?y(P):w(new Error(T||"User exited the modal before submitting the transaction")),i({shouldCallAuthOnSuccess:!1}))};return K===void 0||Y===null?Ho(di,{children:[tt(U,{title:Ze.modalTitle,onClose:ie}),tt(uu,{children:tt(In,{})})]}):P!==null?tt(cu,{txn:q,onClose:ie,receipt:P,transactionInfo:A.transactionInfo,tokenPrice:K}):Ho(di,{children:[tt(U,{title:Ze.modalTitle,onClose:ie}),Ho(uu,{children:[Ho(i2,{children:[tt(t2,{txn:q,txnFamily:ze,uiOptions:A}),ee?tt(si,{from:ee.address,to:q.to,txn:q,transactionInfo:A.transactionInfo,gas:et(Y).toHexString(),tokenPrice:K}):null]}),Ho(a2,{children:[tt(r2,{children:T}),ee?tt(nu,{txnValue:q.value,wallet:ee,chainId:Number(q.chainId)}):null,tt(o2,{children:tt(n2,{disabled:E||L,loading:!n||L,loadingText:L?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{G(!0);let F=await t();if(F&&!L&&ee)try{let z=await J1(F,ee.address,n,q);_(z),M("")}catch(z){M(z.reason||"An error has occurred, please try again.")}finally{G(!1)}},children:Ze.buttonText})})]})]})]})},uu=ho.div`
1688
+ `;import{Fragment as dn,jsx as ie,jsxs as $o}from"react/jsx-runtime";var nm=e=>{var t;switch(e.txnFamily){case"SEND_ETH":return ie(dn,{children:ie(pd,{description:((t=e.uiOptions.transactionInfo)==null?void 0:t.description)||"",txn:e.txn})});case"CONTRACT_CALL":return ie(dn,{children:e.uiOptions.senderInfo&&ie(Xc,{partyInfo:e.uiOptions.senderInfo})});default:return ie("div",{children:"Unsupported transaction."})}},yd=()=>{let{authenticated:e,getAccessToken:t,user:o}=O(),{walletProxy:r,closePrivyModal:n}=T(),{navigate:i,data:a}=w(),{transactionRequest:s,onSuccess:l,onFailure:c,uiOptions:h}=a.sendTransaction,[m,p]=Vo(null),[g,b]=Vo(""),[d,y]=Vo(!0),[v,P]=Vo(!1),[S,M]=Vo(s),{tokenPrice:R,estimatedGas:B}=ln(S);hd(()=>{e||(i("LANDING"),c(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let H=K(o);hd(()=>{async function F(){let W=await t();return!W||!r||!H?S:ed(W,H.address,r,S)}F().then(W=>{y(!1),M(W)},W=>{y(!0),yl(W)?b(W.message):(b("There was an error preparing transaction"),console.error(W))})},[r]);let te=ud(S),oe={modalTitle:h.modalTitle||"Review transaction",title:h.title||te==="SEND_ETH"?"Send ETH":"Submit transaction",description:h.description||"Confirm the details of the transaction",buttonText:h.buttonText||"Submit"},$=()=>{v||(m?l(m):c(new Error(g||"User exited the modal before submitting the transaction")),n({shouldCallAuthOnSuccess:!1}))};return R===void 0||B===null?$o(dn,{children:[ie(E,{title:oe.modalTitle,onClose:$}),ie(gd,{children:ie(Ir,{})})]}):m!==null?ie(md,{txn:S,onClose:$,receipt:m,transactionInfo:h.transactionInfo,tokenPrice:R}):$o(dn,{children:[ie(E,{title:oe.modalTitle,onClose:$}),$o(gd,{children:[$o(lm,{children:[ie(nm,{txn:S,txnFamily:te,uiOptions:h}),H?ie(sn,{from:H.address,to:S.to,txn:S,transactionInfo:h.transactionInfo,gas:ne(B).toHexString(),tokenPrice:R}):null]}),$o(cm,{children:[ie(im,{children:g}),H?ie(cd,{txnValue:S.value,wallet:H,chainId:Number(S.chainId)}):null,ie(am,{children:ie(sm,{disabled:d||v,loading:!r||v,loadingText:v?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{P(!0);let F=await t();if(F&&!v&&H)try{let W=await td(F,H.address,r,S);p(W),b("")}catch(W){b(W.reason||"An error has occurred, please try again.")}finally{P(!1)}},children:oe.buttonText})})]})]})]})},gd=go.div`
1689
1689
  display: flex;
1690
1690
  height: 100%;
1691
1691
  flex-direction: column;
1692
1692
  justify-content: space-between;
1693
1693
  flex-grow: 1;
1694
- `,r2=ho.div`
1694
+ `,im=go.div`
1695
1695
  line-height: 20px;
1696
1696
  height: 20px;
1697
1697
  font-size: 13px;
1698
1698
  color: var(--privy-color-error);
1699
1699
  width: 100%;
1700
1700
  margin-top: 4px;
1701
- `,o2=ho.div`
1701
+ `,am=go.div`
1702
1702
  display: flex;
1703
1703
  direction: row;
1704
1704
  justify-content: space-between;
1705
1705
  align-items: center;
1706
1706
  gap: 8px;
1707
- `,n2=ho(ce)`
1707
+ `,sm=go(z)`
1708
1708
  transition: color 350ms ease, background-color 350ms ease;
1709
- `,i2=ho.div`
1709
+ `,lm=go.div`
1710
1710
  height: 100%;
1711
1711
  display: flex;
1712
1712
  flex-direction: column;
1713
1713
  justify-content: space-evenly;
1714
1714
  flex-grow: 1;
1715
- `,a2=ho.div`
1715
+ `,cm=go.div`
1716
1716
  display: flex;
1717
1717
  flex-direction: column;
1718
1718
  gap: 8px;
1719
- `;import{useEffect as os,useState as Vo}from"react";import is from"styled-components";import{Fragment as hu,jsx as Vt,jsxs as qo}from"react/jsx-runtime";var s2=({setTitle:e,setError:t})=>{let{walletConnectors:r}=te(),{activeStatus:n}=Z();return qo(hu,{children:[Vt(ce,{onClick:()=>{if(!r||!n)return;t(!1),e("Update your active wallet");let i=r.walletConnectors.find(c=>c.address===n.address);i&&(i.connect({showPrompt:!0}).catch(c=>{console.error(c)}),i.proxyProvider.on("accountsChanged",c=>{c.length>0&&c[0]!==n.address&&(e("You selected the wrong wallet"),t(!0))}))},children:"Open MetaMask"})," "]})},pu=()=>{var E,S;let[e,t]=Vo(!1),[r,n]=Vo(""),[i,c]=Vo(!1),[f,g]=Vo("Update your active wallet"),{walletConnectors:y}=te(),{activeStatus:w,closePrivyModal:A}=Z(),[P,_]=Vo(!1);os(()=>{(async()=>await El())().then(async G=>{G||_(!0)}),setTimeout(()=>{_(!0)},3e4)},[P]),os(()=>{var G;if(!w)return;let L=(G=y==null?void 0:y.activeWalletConnector)==null?void 0:G.address;w.error?n(w.error):w.success&&w.address===L&&(n(""),t(!0))},[w]),os(()=>{if(e){g("Wallet updated successfully");let L=setTimeout(A,bt);return()=>clearTimeout(L)}},[e]);let T=()=>e?qo(ns,{children:[Vt("span",{children:Tt(w==null?void 0:w.address)})," is now active."]}):w!=null&&w.address?qo(ns,{children:["Please connect and select the wallet"," ",Vt("span",{children:Tt(w.address)})," in MetaMask."]}):Vt(ns,{children:"Please connect and select the right wallet in MetaMask"}),M=((E=w==null?void 0:w.walletBranding)==null?void 0:E.icon)||((S=Rn[(w==null?void 0:w.walletType)||"metamask"])==null?void 0:S.component)||"";return qo(hu,{children:[Vt(U,{},"header"),Vt(Ea,{walletLogo:M,success:e,fail:!!r||i}),qo(c2,{children:[Vt("h3",{children:f}),r&&Vt(l2,{children:r}),T()]}),P&&Vt(s2,{setTitle:g,setError:c}),!P&&Vt(ht,{})]})},l2=is.div`
1719
+ `;import{useEffect as Ui,useState as qo}from"react";import Fi from"styled-components";import{Fragment as vd,jsx as je,jsxs as jo}from"react/jsx-runtime";var dm=({setTitle:e,setError:t})=>{let{walletConnectors:o}=O(),{activeStatus:r}=T();return jo(vd,{children:[je(z,{onClick:()=>{if(!o||!r)return;t(!1),e("Update your active wallet");let n=o.walletConnectors.find(i=>i.address===r.address);n&&(n.connect({showPrompt:!0}).catch(i=>{console.error(i)}),n.proxyProvider.on("accountsChanged",i=>{i.length>0&&i[0]!==r.address&&(e("You selected the wrong wallet"),t(!0))}))},children:"Open MetaMask"})," "]})},bd=()=>{var d,y;let[e,t]=qo(!1),[o,r]=qo(""),[n,i]=qo(!1),[a,s]=qo("Update your active wallet"),{walletConnectors:l}=O(),{activeStatus:c,closePrivyModal:h}=T(),[m,p]=qo(!1);Ui(()=>{(async()=>await Sa())().then(async P=>{P||p(!0)}),setTimeout(()=>{p(!0)},3e4)},[m]),Ui(()=>{var P;if(!c)return;let v=(P=l==null?void 0:l.activeWalletConnector)==null?void 0:P.address;c.error?r(c.error):c.success&&c.address===v&&(r(""),t(!0))},[c]),Ui(()=>{if(e){s("Wallet updated successfully");let v=setTimeout(h,_e);return()=>clearTimeout(v)}},[e]);let g=()=>e?jo(Bi,{children:[je("span",{children:We(c==null?void 0:c.address)})," is now active."]}):c!=null&&c.address?jo(Bi,{children:["Please connect and select the wallet"," ",je("span",{children:We(c.address)})," in MetaMask."]}):je(Bi,{children:"Please connect and select the right wallet in MetaMask"}),b=((d=c==null?void 0:c.walletBranding)==null?void 0:d.icon)||((y=Rr[(c==null?void 0:c.walletType)||"metamask"])==null?void 0:y.component)||"";return jo(vd,{children:[je(E,{},"header"),je(ni,{walletLogo:b,success:e,fail:!!o||n}),jo(um,{children:[je("h3",{children:a}),o&&je(pm,{children:o}),g()]}),m&&je(dm,{setTitle:s,setError:i}),!m&&je(be,{})]})},pm=Fi.div`
1720
1720
  color: var(--privy-color-error);
1721
- `,c2=is.div`
1721
+ `,um=Fi.div`
1722
1722
  display: flex;
1723
1723
  flex-direction: column;
1724
1724
  margin: 24px 27px 24px 27px;
1725
1725
  gap: 8px;
1726
- `,ns=is.p`
1726
+ `,Bi=Fi.p`
1727
1727
  && span {
1728
1728
  font-weight: 600;
1729
1729
  font-size: 14px;
1730
1730
  }
1731
- `;import{useEffect as d2,useState as mu}from"react";import $o,{css as u2}from"styled-components";import{Fragment as v2,jsx as fr,jsxs as ui}from"react/jsx-runtime";var gu=()=>{let{authenticated:e,getAccessToken:t,user:r}=te(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:c}=Z(),{navigate:f,data:g}=I(),[y,w]=mu(!1),[A,P]=mu("");d2(()=>{e||(f("LANDING"),M(new Error("User must be authenticated before signing with a Privy wallet")))},[e]);let{message:_,onSuccess:T,onFailure:M,uiOptions:E}=g.signMessage,S=ue(r),L=!n,G={title:E.title||"Sign message",description:E.description||"Signing this message will not cost you any fees.",buttonText:E.buttonText||"Sign and continue"};return ui(v2,{children:[fr(U,{onClose:()=>i({shouldCallAuthOnSuccess:!1})}),ui(f2,{children:[ui("div",{children:[fr(Qe,{title:G.title,description:G.description}),fr(p2,{children:_}),fr(h2,{fail:!0,children:A})]}),fr(g2,{success:y,loading:L,disabled:y,onClick:async()=>{let q=await t();if(q&&!L&&S)try{c("embedded_wallet_sign_message_started",{walletAddress:S.address});let{response:$}=await n.rpc({accessToken:q,address:S==null?void 0:S.address,request:{method:"eth_sign",params:[S.address,_]}}),K=$.data;P(""),T(K),c("embedded_wallet_sign_message_completed",{walletAddress:S.address}),w(!0),setTimeout(()=>{i({shouldCallAuthOnSuccess:!1})},bt)}catch($){P("An error has occurred, please try again."),M($)}},children:y?ui(m2,{children:[fr(Qr,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",fr("span",{children:"Success"})]}):G.buttonText})]}),fr(ne,{protectedByPrivy:!0})]})},f2=$o.div`
1731
+ `;import{useEffect as fm,useState as wd}from"react";import zo,{css as mm}from"styled-components";import{Fragment as wm,jsx as gt,jsxs as pn}from"react/jsx-runtime";var Cd=()=>{let{authenticated:e,getAccessToken:t,user:o}=O(),{walletProxy:r,closePrivyModal:n,createAnalyticsEvent:i}=T(),{navigate:a,data:s}=w(),[l,c]=wd(!1),[h,m]=wd("");fm(()=>{e||(a("LANDING"),b(new Error("User must be authenticated before signing with a Privy wallet")))},[e]);let{message:p,onSuccess:g,onFailure:b,uiOptions:d}=s.signMessage,y=K(o),v=!r,P={title:d.title||"Sign message",description:d.description||"Signing this message will not cost you any fees.",buttonText:d.buttonText||"Sign and continue"};return pn(wm,{children:[gt(E,{onClose:()=>n({shouldCallAuthOnSuccess:!1})}),pn(hm,{children:[pn("div",{children:[gt(ee,{title:P.title,description:P.description}),gt(gm,{children:p}),gt(ym,{fail:!0,children:h})]}),gt(vm,{success:l,loading:v,disabled:l,onClick:async()=>{let S=await t();if(S&&!v&&y)try{i("embedded_wallet_sign_message_started",{walletAddress:y.address});let{response:M}=await r.rpc({accessToken:S,address:y==null?void 0:y.address,request:{method:"eth_sign",params:[y.address,p]}}),R=M.data;m(""),g(R),i("embedded_wallet_sign_message_completed",{walletAddress:y.address}),c(!0),setTimeout(()=>{n({shouldCallAuthOnSuccess:!1})},_e)}catch(M){m("An error has occurred, please try again."),b(M)}},children:l?pn(bm,{children:[gt(eo,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",gt("span",{children:"Success"})]}):P.buttonText})]}),gt(G,{protectedByPrivy:!0})]})},hm=zo.div`
1732
1732
  display: flex;
1733
1733
  height: 100%;
1734
1734
  flex-direction: column;
1735
1735
  justify-content: space-between;
1736
1736
  flex-grow: 1;
1737
- `,p2=$o.div`
1737
+ `,gm=zo.div`
1738
1738
  background-color: var(--privy-color-background-2);
1739
1739
  border-radius: 8px;
1740
1740
  padding: 12px;
@@ -1749,7 +1749,7 @@ Resources:
1749
1749
  &::-webkit-scrollbar {
1750
1750
  display: none; /* Safari and Chrome */
1751
1751
  }
1752
- `,h2=$o.div`
1752
+ `,ym=zo.div`
1753
1753
  line-height: 20px;
1754
1754
  height: 20px;
1755
1755
  font-size: 13px;
@@ -1758,20 +1758,20 @@ Resources:
1758
1758
  justify-content: flex-start;
1759
1759
  width: 100%;
1760
1760
  margin-top: 4px;
1761
- `,m2=$o.span`
1761
+ `,bm=zo.span`
1762
1762
  display: flex;
1763
1763
  align-items: center;
1764
1764
  gap: 8px;
1765
- `,g2=$o(ce)`
1765
+ `,vm=zo(z)`
1766
1766
  transition: color 350ms ease, background-color 350ms ease;
1767
1767
 
1768
- ${e=>e.success&&u2`
1768
+ ${e=>e.success&&mm`
1769
1769
  &&&& {
1770
1770
  background-color: var(--privy-color-success);
1771
1771
  color: #ffffff;
1772
1772
  }
1773
1773
  `}
1774
- `;import b2,{createGlobalStyle as w2}from"styled-components";var y2=`
1774
+ `;import xm,{createGlobalStyle as Em}from"styled-components";var Cm=`
1775
1775
  *,
1776
1776
  ::before,
1777
1777
  ::after {
@@ -2001,7 +2001,7 @@ Resources:
2001
2001
  [hidden] {
2002
2002
  display: none;
2003
2003
  }
2004
- `,vu=y2;var yu=w2`
2004
+ `,xd=Cm;var Ed=Em`
2005
2005
  :root {
2006
2006
  // Borders
2007
2007
  --privy-border-radius-sm: 6px;
@@ -2026,10 +2026,10 @@ Resources:
2026
2026
  --privy-color-success: ${e=>e.theme.success};
2027
2027
  --privy-color-error: ${e=>e.theme.error};
2028
2028
  };
2029
- `,bu=b2.div`
2029
+ `,_d=xm.div`
2030
2030
  // css normalize only the privy application to avoid conflicts
2031
2031
  // with consuming application
2032
- ${vu}
2032
+ ${xd}
2033
2033
 
2034
2034
  // Privy styles
2035
2035
  color: var(--privy-color-foreground-2);
@@ -2088,7 +2088,7 @@ Resources:
2088
2088
  opacity: 1;
2089
2089
  }
2090
2090
  }
2091
- `;import{jsx as re,jsxs as wu}from"react/jsx-runtime";var A2=()=>{let{ready:e}=te(),{isLinking:t}=Z(),{ready:r,currentScreen:n,app:i}=I(),c=!!(i!=null&&i.loginMethods.wallet),f=!!((i==null?void 0:i.loginMethods.email)||(i==null?void 0:i.loginMethods.sms)),g=c!==f,y;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN","SETTING_ACTIVE_WALLET"].includes(n)||g&&n==="LANDING"?y="compact":"WALLET_EDUCATION"===n?y="full":t&&n!=="EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"?y="medium":y="full",!e||!r?wu(Yr,{"data-height":y,children:[re(U,{}),re(M2,{children:re(Ao,{})}),re(ht,{})]}):wu(Yr,{"data-height":y,children:[n==="LANDING"&&re(c1,{}),n==="AWAITING_PASSWORDLESS_CODE"&&re(td,{}),n==="SETTING_ACTIVE_WALLET"&&re(pu,{}),n==="WALLET_EDUCATION"&&re(Hd,{}),n==="AWAITING_CONNECTION"&&re(sd,{}),n==="COINBASE_INTERSTITIAL_SCREEN"&&re(nd,{}),n==="PHANTOM_INTERSTITIAL_SCREEN"&&re(S1,{}),n==="LOGIN_FAILED_SCREEN"&&re(b1,{}),n==="AWAITING_OAUTH_SCREEN"&&re(E1,{}),n==="ALLOWLIST_REJECTION_SCREEN"&&re(Zc,{}),n==="INSTALL_METAMASK_SCREEN"&&re(zd,{}),n==="INSTALL_PHANTOM_SCREEN"&&re(jd,{}),n==="INSTALL_COINBASE_WALLET_SCREEN"&&re(qd,{}),n==="LINK_EMAIL_SCREEN"&&re(f1,{}),n==="LINK_PHONE_SCREEN"&&re(p1,{}),n==="LINK_WALLET_SCREEN"&&re(m1,{}),n==="EMBEDDED_WALLET_SCREEN"&&re(Rd,{}),n==="EMBEDDED_WALLET_CREATED_SCREEN"&&re(xd,{}),n==="EMBEDDED_WALLET_CONNECTING_SCREEN"&&re(vd,{}),n==="EMBEDDED_WALLET_RECOVERY_SCREEN"&&re(kd,{}),n==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&re(Sd,{}),n==="EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"&&re(gu,{}),n==="EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"&&re(fu,{})]})},xu=()=>{let{closePrivyModal:e}=Z(),t=_2(r=>{r.key==="Escape"&&e()},[]);return Cu(()=>(document.addEventListener("keydown",t,!1),()=>{document.removeEventListener("keydown",t,!1)}),[t]),P2.createPortal(re(T2,{id:"privy-dialog",onClick:()=>e(),children:re(bu,{onClick:r=>r.stopPropagation(),children:re(A2,{})})}),document.body)},S2=({children:e,...t})=>{let r=E2(null);return Cu(()=>{var i;(i=document==null?void 0:document.activeElement)==null||i.blur();let n=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!n)return n.setAttribute("inert","true"),C2(r==null?void 0:r.current),()=>{let c=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!c||(c.removeAttribute("inert"),x2())}},[t.open,t.onClose]),re("dialog",{open:!0,role:"dialog",...t,ref:r,children:e})},T2=as(S2)`
2091
+ `;import{jsx as D,jsxs as Pd}from"react/jsx-runtime";var Lm=()=>{let{ready:e}=O(),{isLinking:t}=T(),{ready:o,currentScreen:r,app:n}=w(),i=!!(n!=null&&n.loginMethods.wallet),a=!!((n==null?void 0:n.loginMethods.email)||(n==null?void 0:n.loginMethods.sms)),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&&r!=="EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"?l="medium":l="full",!e||!o?Pd(Xt,{"data-height":l,children:[D(E,{}),D(Wm,{children:D(So,{})}),D(be,{})]}):Pd(Xt,{"data-height":l,children:[r==="LANDING"&&D(mc,{}),r==="AWAITING_PASSWORDLESS_CODE"&&D(al,{}),r==="SETTING_ACTIVE_WALLET"&&D(bd,{}),r==="WALLET_EDUCATION"&&D(zl,{}),r==="AWAITING_CONNECTION"&&D(ul,{}),r==="COINBASE_INTERSTITIAL_SCREEN"&&D(cl,{}),r==="PHANTOM_INTERSTITIAL_SCREEN"&&D(Wc,{}),r==="LOGIN_FAILED_SCREEN"&&D(_c,{}),r==="AWAITING_OAUTH_SCREEN"&&D(Sc,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&D(Qs,{}),r==="INSTALL_METAMASK_SCREEN"&&D(Yl,{}),r==="INSTALL_PHANTOM_SCREEN"&&D(Xl,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&D(Kl,{}),r==="LINK_EMAIL_SCREEN"&&D(yc,{}),r==="LINK_PHONE_SCREEN"&&D(bc,{}),r==="LINK_WALLET_SCREEN"&&D(wc,{}),r==="EMBEDDED_WALLET_SCREEN"&&D(Dl,{}),r==="EMBEDDED_WALLET_CREATED_SCREEN"&&D(Al,{}),r==="EMBEDDED_WALLET_CONNECTING_SCREEN"&&D(xl,{}),r==="EMBEDDED_WALLET_RECOVERY_SCREEN"&&D(Ol,{}),r==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&D(Wl,{}),r==="EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"&&D(Cd,{}),r==="EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"&&D(yd,{})]})},Ad=()=>{let{closePrivyModal:e}=T(),t=Am(o=>{o.key==="Escape"&&e()},[]);return Td(()=>(document.addEventListener("keydown",t,!1),()=>{document.removeEventListener("keydown",t,!1)}),[t]),Sm.createPortal(D(Rm,{id:"privy-dialog",onClick:()=>e(),children:D(_d,{onClick:o=>o.stopPropagation(),children:D(Lm,{})})}),document.body)},km=({children:e,...t})=>{let o=Tm(null);return Td(()=>{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"),_m(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"),Pm())}},[t.open,t.onClose]),D("dialog",{open:!0,role:"dialog",...t,ref:o,children:e})},Rm=Gi(km)`
2092
2092
  position: fixed;
2093
2093
  top: 0;
2094
2094
  left: 0;
@@ -2103,7 +2103,7 @@ Resources:
2103
2103
  z-index: 999999;
2104
2104
  -webkit-backdrop-filter: blur(3px);
2105
2105
  backdrop-filter: blur(3px);
2106
- `,Yr=as.div`
2106
+ `,Xt=Gi.div`
2107
2107
  display: flex;
2108
2108
  flex-direction: column;
2109
2109
  text-align: center;
@@ -2117,7 +2117,7 @@ Resources:
2117
2117
  padding: 24px;
2118
2118
 
2119
2119
  &&[data-height='full'] {
2120
- min-height: 620px;
2120
+ height: 620px;
2121
2121
  }
2122
2122
 
2123
2123
  &&[data-height='medium'] {
@@ -2140,10 +2140,10 @@ Resources:
2140
2140
  min-height: 0;
2141
2141
  }
2142
2142
  }
2143
- `,M2=as.div`
2143
+ `,Wm=Gi.div`
2144
2144
  display: flex;
2145
2145
  flex-direction: column;
2146
2146
  align-items: center;
2147
2147
  justify-content: center;
2148
2148
  height: 100%;
2149
- `;import mo from"tinycolor2";var Eu="#FFFFFF",L2="#000000",k2=Eu,R2="#1E1E1D";function W2(e){return e<.8&&e>.2&&console.warn("Background color is not light or dark enough, which could lead to accessibility issues."),e>.5?"light":"dark"}function Wr(e,t){let r=Math.max(0,Math.min(1,e.toHsl().l+t));return mo({...e.toHsl(),l:r})}function _u({backgroundTheme:e,accentHex:t,successHex:r="#51BA81",errorHex:n="#EC6351",whiteHex:i=Eu,blackHex:c=L2}){let f;switch(e){case"light":f=k2;break;case"dark":f=R2;break;default:f=e;break}let g=mo(f),y=mo(t),w=mo(r),A=mo(n),P=W2(g.getLuminance()),_=Wr(g,P==="light"?-.04:.11),T=Wr(g,P==="light"?-.88:.87),M=Wr(g,P==="light"?-.77:.75),E=Wr(g,P==="light"?-.43:.45).desaturate(P==="light"?60:20),S=Wr(g,P==="light"?-.13:.25).desaturate(P==="light"?60:20),L=Wr(y,.15),G=Wr(y,-.06),q=mo(y.getLuminance()>.5?c:i);return{colorScheme:P,background:g.toHslString(),background2:_.toHslString(),foreground:T.toHslString(),foreground2:M.toHslString(),foreground3:E.toHslString(),foreground4:S.toHslString(),accent:y.toHslString(),accentLight:L.toHslString(),accentDark:G.toHslString(),foregroundAccent:q.toHslString(),success:w.toHslString(),error:A.toHslString()}}var Pu={appearance:{theme:"light",accentColor:"#676FFF"}};function ss(e,t){var P,_,T,M,E,S;let r,n,i,c,f,g,y,w;if(t!=null&&t.loginMethods?(r=t.loginMethods.includes("email"),n=t.loginMethods.includes("sms"),i=t.loginMethods.includes("wallet"),c=t.loginMethods.includes("google"),f=t.loginMethods.includes("twitter"),g=t.loginMethods.includes("discord"),y=t.loginMethods.includes("github"),w=t.loginMethods.includes("apple")):(r=e.emailAuth,n=e.smsAuth,i=e.walletAuth,c=e.googleOAuth,f=e.twitterOAuth,g=e.discordOAuth,y=e.githubOAuth,w=e.appleOAuth),r&&n&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),n=!1),!r&&!n&&[c,f,g,y,w].some(L=>L))throw new Error("To enable social logins you must also enable either SMS or Email login");if(![r,n,i,c,f,g,y,w].some(L=>L))throw new Error("You must enable at least one login method");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:((P=t==null?void 0:t.appearance)==null?void 0:P.logo)??e.logoUrl,palette:_u({backgroundTheme:((_=t==null?void 0:t.appearance)==null?void 0:_.theme)??Pu.appearance.theme,accentHex:((T=t==null?void 0:t.appearance)==null?void 0:T.accentColor)??e.accentColor??Pu.appearance.accentColor}),showWalletLoginFirst:((M=t==null?void 0:t.appearance)==null?void 0:M.showWalletLoginFirst)??e.showWalletLoginFirst},loginMethods:{wallet:i,email:r,sms:n,google:c,twitter:f,discord:g,github:y,apple:w},legal:{termsAndConditionsUrl:((E=t==null?void 0:t.legal)==null?void 0:E.termsAndConditionsUrl)??e.termsAndConditionsUrl,privacyPolicyUrl:((S=t==null?void 0:t.legal)==null?void 0:S.privacyPolicyUrl)??e.privacyPolicyUrl}}}import{useRef as I2,useEffect as N2}from"react";var fi=class{constructor(){this.callbacks={}}enqueue(t,r){this.callbacks[t]=r}dequeue(t,r){let n=this.callbacks[r];if(!n)throw new Error(`cannot dequeue ${t} event: no event found for id ${r}`);switch(delete this.callbacks[r],t){case"privy:iframe:ready":return n;case"privy:wallet:create":return n;case"privy:wallet:connect":return n;case"privy:wallet:recover":return n;case"privy:wallet:rpc":return n;default:throw new Error(`invalid wallet event type ${t}`)}}};import{jsx as B2}from"react/jsx-runtime";var O2=function(e){return()=>`id-${e++}`}(0);function D2(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function zo(e){return e.error!==void 0}var go=new fi;function Zo(e,t,r){let n=r.contentWindow;if(!n)throw new Error("iframe not initialized");return new Promise((i,c)=>{let f=O2();go.enqueue(f,{resolve:i,reject:c}),n.postMessage({id:f,event:e,data:t},"*")})}function U2(e){switch(e.event){case"privy:iframe:ready":let t=go.dequeue(e.event,e.id);return zo(e)?t.reject(new ur(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let r=go.dequeue(e.event,e.id);return zo(e)?r.reject(new ur(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:connect":let n=go.dequeue(e.event,e.id);return zo(e)?n.reject(new ur(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:recover":let i=go.dequeue(e.event,e.id);return zo(e)?i.reject(new ur(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:rpc":let c=go.dequeue(e.event,e.id);return zo(e)?c.reject(new ur(e.error.type,e.error.message)):c.resolve(e.data)}}function Au(e){let t=I2(null);return N2(()=>{let r=t.current;if(!r)return;function n(g){g&&g.origin===e.origin&&D2(g.data)&&U2(g.data)}let i={create(g){return Zo("privy:wallet:create",g,r)},connect(g){return Zo("privy:wallet:connect",g,r)},recover(g){return Zo("privy:wallet:recover",g,r)},rpc(g){return Zo("privy:wallet:rpc",g,r)}};window.addEventListener("message",n);let c=()=>e.onLoad(i),f=(...g)=>{console.error("privy iframe failed to load: ",...g),e.onLoadFailed()};return yl(()=>Zo("privy:iframe:ready",{},r)).then(c,f),()=>window.removeEventListener("message",n)},[t.current]),B2("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:rn(e.origin,`/apps/${e.appId}/embedded-wallets`)})}import{jsx as jo,jsxs as Su}from"react/jsx-runtime";function G2(e){return typeof e=="string"&&e.length===25}var Ko;function wo(){if(!Ko){let e=le.get(Or);return Promise.resolve(e||null)}return Ko.getAccessToken()}var Tu,bl=(e,t)=>Tu(e,t),Mu,wl=(e,t)=>Mu(e,t),H2=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;le.put(vo,t);let r=new URL(window.location.href);r.searchParams.delete("privy_token"),window.history.pushState({},"",r)},V2=e=>{if(!G2(e.appId))throw new D("Cannot initialize the Privy provider with an invalid Privy app ID");return Ko||(Ko=new Po({appId:e.appId,apiUrl:e.apiUrl||Yo})),jo(q2,{...e,client:Ko})},q2=e=>{let t=e.client,[r,n]=rt(!1),[i,c]=rt(!1),[f,g]=rt(!1),[y,w]=rt(null),[A,P]=rt(!1),[_,T]=rt(null),[M,E]=rt(!1),[S,L]=rt(null),[G,q]=rt({status:"disconnected",connectError:null,connectRetry:O}),[$,K]=rt(null),[Y,ee]=rt(null),[ze,Ze]=rt({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,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[ie,F]=rt(ss(ze,e.config)),[z,h]=rt(!0),[o,s]=rt({}),[l,d]=rt(null),u=x=>{x&&T(x),n(!0),t.createAnalyticsEvent("modal_open",{initialScreen:x})},v=x=>{let C=e.createPrivyWalletOnLogin===!0;s({login:{promptCreatePrivyWalletFlow:C}}),C&&h(!0),u(x)};pi(()=>{if(!Y||!y)return;let x=y==null?void 0:y.linkedAccounts.filter(C=>C.type==="wallet"&&C.walletClient==="privy");if(x&&x.length>0){let C=x[0].address;t.connectors.addEmbeddedWalletConnector(Y,C)}},[Y,y]),pi(()=>{async function x(){let C=await t.getServerConfig();Ze(C),C.customApiUrl&&t.updateApiUrl(C.customApiUrl),t.connectors.initialize();let V=b();H2();let W=await t.getAuthenticatedUser();g(!!W),w(W),c(!0),l==null||l(),V&&W&&E(!0),a()}x()},[t,l,i]),pi(()=>{let x=ss(ze,e.config);F(x)},[e.config,ze]);let b=()=>{let x=new URLSearchParams(window.location.search),C=x.get("privy_oauth_code"),V=x.get("privy_oauth_state"),W=x.get("privy_oauth_provider");return C&&V&&W?(t.startAuthFlow(new tr(W,C,V)),v("AWAITING_OAUTH_SCREEN"),!0):!1},p=x=>{q(C=>({...C,status:"connecting",connectError:null})),x.promptConnect().then(()=>{q(C=>({...C,status:"connected",connectError:null}))}).catch(C=>{C instanceof St?console.error(C.cause?C.cause:C.message):console.error(C),q(V=>({...V,status:"disconnected",connectError:C}))})},a=()=>{let C=new URLSearchParams(window.location.search).get("privy_wallet_client");if(!C)return;if(C==="phantom"&&!ar()&&v("LOGIN_FAILED_SCREEN"),!t.connectors)throw new D("Connector not initialized");let V=new rr(t.connectors,C);t.startAuthFlow(V),p(V),u("AWAITING_CONNECTION");let W=new URL(window.location.href);W.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",W)};pi(()=>{i&&f&&y===null&&t.getAuthenticatedUser().then(w)},[i,f,y,t]);let m=()=>{E(!0),u("LINK_WALLET_SCREEN")},k=async(x,C)=>{let V=t.connectors.getConnectorByAddress(C);if(!V)return K(C),m(),x;L({address:C,walletType:V.walletType,walletBranding:V.walletBranding,success:!1}),u("SETTING_ACTIVE_WALLET");try{let W=await t.setActiveWallet(C,x);return L({address:C,walletType:V.walletType,walletBranding:V.walletBranding,success:!0}),W}catch(W){W instanceof D&&W.message==="Error setting the active wallet."&&(K(C),m()),L({address:C,walletType:V.walletType,walletBranding:V.walletBranding,success:!1,error:W.message})}return x},R={ready:i,authenticated:f,user:y,walletConnectors:t.connectors,linkWallet:m,linkEmail:()=>{E(!0),u("LINK_EMAIL_SCREEN")},linkPhone:()=>{E(!0),u("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await H.initLoginWithOAuth("google")},linkTwitter:async()=>{await H.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await H.initLoginWithOAuth("discord")},linkGithub:async()=>{await H.initLoginWithOAuth("github")},linkApple:async()=>{await H.initLoginWithOAuth("apple")},login:async()=>{if(i||(await new Promise(x=>{d(()=>x)}),d(null)),f){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}v()},logout:async()=>{await t.logout(),w(null),g(!1),T(null),E(!1),n(!1)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>t.connectors.getEthereumProvider(),getEthersProvider:()=>new F2(new yr(t.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new an(t.connectors.getEthereumProvider()),unlinkWallet:async x=>{let C=await t.unlinkWallet(x);w(C);let V=C.linkedAccounts.filter(W=>W.type==="wallet");if(C&&V&&V.length>0){let W=V[0];C=await k(C,W.address)}return w(C),C},unlinkEmail:async x=>{let C=await t.unlinkEmail(x);return w(C),C},unlinkPhone:async x=>{let C=await t.unlinkPhone(x);return w(C),C},unlinkGoogle:async x=>{let C=await t.unlinkOAuth("google",x);return w(C),C},unlinkTwitter:async x=>{let C=await t.unlinkOAuth("twitter",x);return w(C),C},unlinkDiscord:async x=>{let C=await t.unlinkOAuth("discord",x);return w(C),C},unlinkGithub:async x=>{let C=await t.unlinkOAuth("github",x);return w(C),C},unlinkApple:async x=>{let C=await t.unlinkOAuth("apple",x);return w(C),C},setActiveWallet:async x=>{if(!y)return;let C=await k(y,x);C&&w(C)},forkSession:()=>t.forkSession(),createWallet:()=>new Promise((x,C)=>{if(!f||!y){C(new Error("User must be authenticated before creating a Privy wallet"));return}if(ue(y)){C(new Error("Only one Privy wallet per user is currently allowed"));return}h(!0),s({createWallet:{onSuccess:x,onFailure:C,callAuthOnSuccessOnClose:!1}}),u("EMBEDDED_WALLET_SCREEN")}),signMessage:(x,C)=>new Promise((V,W)=>{if(!f||!y){W(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!ue(y)){W(new Error("Must have a Privy wallet before signing"));return}if(typeof x!="string"||x.length<1){W(new Error("Message must be a non-empty string"));return}h(!0);let Ir={message:x,onSuccess:V,onFailure:W,uiOptions:C||{}},se={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:W};s({signMessage:Ir,connectWallet:se}),u("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(x,C)=>new Promise(async(V,W)=>{if(!f||!y){W(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!ue(y)){W(new Error("Must have a Privy wallet before signing"));return}h(!0);let Ir={transactionRequest:x,onSuccess:V,onFailure:W,uiOptions:C||{}},se={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:W};s({connectWallet:se,sendTransaction:Ir}),u("EMBEDDED_WALLET_CONNECTING_SCREEN")}),exportWallet:()=>new Promise((x,C)=>{if(!f||!y){C(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!ue(y)){C(new Error("Must have a Privy wallet before exporting"));return}h(!0);let W={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:C},oe={appId:e.appId,origin:t.apiUrl,onSuccess:x,onFailure:C};s({keyExport:oe,connectWallet:W}),u("EMBEDDED_WALLET_CONNECTING_SCREEN")})};Tu=R.signMessage,Mu=R.sendTransaction;let H=(()=>({isLinking:M,linkingHint:$,activeStatus:S,walletConnectionStatus:G,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var x;return(x=t.authFlow)==null?void 0:x.meta},closePrivyModal:(x={shouldCallAuthOnSuccess:!0})=>{var V;let C=i&&f&&y;x.shouldCallAuthOnSuccess&&C&&((V=e.onSuccess)==null||V.call(e,y,A)),t.authFlow=void 0,K(null),T(null),E(!1),L(null),P(!1),n(!1),t.createAnalyticsEvent("modal_closed")},initLoginWithWallet:(x,C)=>{if(!t.connectors)throw new D("Connector not initialized");x||(x="metamask");let V=new rr(t.connectors,x,C);t.startAuthFlow(V),q({status:"connecting",connectError:null,connectRetry:()=>{p(V)}}),p(V)},loginWithWallet:async()=>{if(!(t.authFlow instanceof rr))throw new D("Must initialize SIWE flow first.");let x,C;M?(x=await t.link(),x&&(x=_o(x))):{user:x,isNewUser:C}=await t.authenticate(),w(x||y||null),P(C||!1),g(!0)},initLoginWithOAuth:async x=>{t.startAuthFlow(new tr(x));let C=await t.authFlow.getAuthorizationUrl();C&&C.url&&window.location.assign(C.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof tr))throw new D("Must initialize OAuth flow before calling loginWithOAuth");let x,C;i&&f?x=await t.link():{user:x,isNewUser:C}=await t.authenticate(),w(x),P(C||!1),g(!0)},initLoginWithEmail:async x=>{let C=new pr(x);t.startAuthFlow(C),await C.sendCodeEmail()},initLoginWithSms:async x=>{let C=new hr(x);t.startAuthFlow(C),await C.sendSmsCode()},resendEmailCode:async()=>{var x;await((x=t.authFlow)==null?void 0:x.sendCodeEmail())},resendSmsCode:async()=>{var x;await((x=t.authFlow)==null?void 0:x.sendSmsCode())},loginWithCode:async x=>{if(t.authFlow instanceof pr)t.authFlow.meta.emailCode=x.trim();else if(t.authFlow instanceof hr)t.authFlow.meta.smsCode=x.trim();else throw new D("Must initialize a passwordless code flow first");let C,V;M?C=await t.link():{user:C,isNewUser:V}=await t.authenticate(),w(C||y||null),P(V||!1),g(!0)},refreshUser:async()=>{let x=await t.getAuthenticatedUser();return w(x),x},walletProxy:Y,createAnalyticsEvent:(x,C,V)=>t.createAnalyticsEvent(x,C,V),getUsdTokenPrice:x=>t.getUsdTokenPrice(x)}))();return Su(fa.Provider,{value:R,children:[e.children,Su(ua.Provider,{value:H,children:[jo(yu,{theme:{...ie.appearance.palette||{}}}),jo(Ml,{appConfig:ie,data:o,setModalData:s,initialScreen:_,visible:r,authenticated:f,children:r&&jo(xu,{})}),z&&jo(Au,{appId:e.appId,origin:t.apiUrl,onLoad:ee,onLoadFailed:()=>null})]})]})};export{yr as AsExternalProvider,Eo as ConnectorManager,Po as PrivyClient,V2 as PrivyProvider,Mt as PrivyProxyProvider,Wi as VERSION,ut as WalletConnector,wo as getAccessToken,te as usePrivy};
2149
+ `;import yo from"tinycolor2";var Sd="#FFFFFF",Im="#000000",Mm=Sd,Nm="#1E1E1D";function Om(e){return e<.8&&e>.2&&console.warn("Background color is not light or dark enough, which could lead to accessibility issues."),e>.5?"light":"dark"}function Dt(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return yo({...e.toHsl(),l:o})}function Ld({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",errorHex:r="#EC6351",whiteHex:n=Sd,blackHex:i=Im}){let a;switch(e){case"light":a=Mm;break;case"dark":a=Nm;break;default:a=e;break}let s=yo(a),l=yo(t),c=yo(o),h=yo(r),m=Om(s.getLuminance()),p=Dt(s,m==="light"?-.04:.11),g=Dt(s,m==="light"?-.88:.87),b=Dt(s,m==="light"?-.77:.75),d=Dt(s,m==="light"?-.43:.45).desaturate(m==="light"?60:20),y=Dt(s,m==="light"?-.13:.25).desaturate(m==="light"?60:20),v=Dt(l,.15),P=Dt(l,-.06),S=yo(l.getLuminance()>.5?i:n);return{colorScheme:m,background:s.toHslString(),background2:p.toHslString(),foreground:g.toHslString(),foreground2:b.toHslString(),foreground3:d.toHslString(),foreground4:y.toHslString(),accent:l.toHslString(),accentLight:v.toHslString(),accentDark:P.toHslString(),foregroundAccent:S.toHslString(),success:c.toHslString(),error:h.toHslString()}}var kd={appearance:{theme:"light",accentColor:"#676FFF"}};function Hi(e,t){var m,p,g,b,d,y;let o,r,n,i,a,s,l,c;if(t!=null&&t.loginMethods?(o=t.loginMethods.includes("email"),r=t.loginMethods.includes("sms"),n=t.loginMethods.includes("wallet"),i=t.loginMethods.includes("google"),a=t.loginMethods.includes("twitter"),s=t.loginMethods.includes("discord"),l=t.loginMethods.includes("github"),c=t.loginMethods.includes("apple")):(o=e.emailAuth,r=e.smsAuth,n=e.walletAuth,i=e.googleOAuth,a=e.twitterOAuth,s=e.discordOAuth,l=e.githubOAuth,c=e.appleOAuth),o&&r&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),r=!1),!o&&!r&&[i,a,s,l,c].some(v=>v))throw new Error("To enable social logins you must also enable either SMS or Email login");if(![o,r,n,i,a,s,l,c].some(v=>v))throw new Error("You must enable at least one login method");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:((m=t==null?void 0:t.appearance)==null?void 0:m.logo)??e.logoUrl,palette:Ld({backgroundTheme:((p=t==null?void 0:t.appearance)==null?void 0:p.theme)??kd.appearance.theme,accentHex:((g=t==null?void 0:t.appearance)==null?void 0:g.accentColor)??e.accentColor??kd.appearance.accentColor}),showWalletLoginFirst:((b=t==null?void 0:t.appearance)==null?void 0:b.showWalletLoginFirst)??e.showWalletLoginFirst},loginMethods:{wallet:n,email:o,sms:r,google:i,twitter:a,discord:s,github:l,apple:c},legal:{termsAndConditionsUrl:((d=t==null?void 0:t.legal)==null?void 0:d.termsAndConditionsUrl)??e.termsAndConditionsUrl,privacyPolicyUrl:((y=t==null?void 0:t.legal)==null?void 0:y.privacyPolicyUrl)??e.privacyPolicyUrl}}}import{useRef as Dm,useEffect as Um}from"react";var un=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};import{jsx as Hm}from"react/jsx-runtime";var Bm=function(e){return()=>`id-${e++}`}(0);function Fm(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Zo(e){return e.error!==void 0}var bo=new un;function Ko(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let a=Bm();bo.enqueue(a,{resolve:n,reject:i}),r.postMessage({id:a,event:e,data:t},"*")})}function Gm(e){switch(e.event){case"privy:iframe:ready":let t=bo.dequeue(e.event,e.id);return Zo(e)?t.reject(new ht(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=bo.dequeue(e.event,e.id);return Zo(e)?o.reject(new ht(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=bo.dequeue(e.event,e.id);return Zo(e)?r.reject(new ht(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=bo.dequeue(e.event,e.id);return Zo(e)?n.reject(new ht(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=bo.dequeue(e.event,e.id);return Zo(e)?i.reject(new ht(e.error.type,e.error.message)):i.resolve(e.data)}}function Rd(e){let t=Dm(null);return Um(()=>{let o=t.current;if(!o)return;function r(s){s&&s.origin===e.origin&&Fm(s.data)&&Gm(s.data)}let n={create(s){return Ko("privy:wallet:create",s,o)},connect(s){return Ko("privy:wallet:connect",s,o)},recover(s){return Ko("privy:wallet:recover",s,o)},rpc(s){return Ko("privy:wallet:rpc",s,o)}};window.addEventListener("message",r);let i=()=>e.onLoad(n),a=(...s)=>{console.error("privy iframe failed to load: ",...s),e.onLoadFailed()};return Ea(()=>Ko("privy:iframe:ready",{},o)).then(i,a),()=>window.removeEventListener("message",r)},[t.current]),Hm("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:or(e.origin,`/apps/${e.appId}/embedded-wallets`)})}import{jsx as Jo,jsxs as Wd}from"react/jsx-runtime";function $m(e){return typeof e=="string"&&e.length===25}var Yo;function xo(){if(!Yo){let e=j.get(Ft);return Promise.resolve(e||null)}return Yo.getAccessToken()}var Id,_a=(e,t)=>Id(e,t),Md,Pa=(e,t)=>Md(e,t),qm=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;j.put(wo,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},jm=e=>{if(!$m(e.appId))throw new x("Cannot initialize the Privy provider with an invalid Privy app ID");return Yo||(Yo=new Ao({appId:e.appId,apiUrl:e.apiUrl||Xo})),Jo(zm,{...e,client:Yo})},zm=e=>{let t=e.client,[o,r]=ae(!1),[n,i]=ae(!1),[a,s]=ae(!1),[l,c]=ae(null),[h,m]=ae(!1),[p,g]=ae(null),[b,d]=ae(!1),[y,v]=ae(null),[P,S]=ae({status:"disconnected",connectError:null,connectRetry:C}),[M,R]=ae(null),[B,H]=ae(null),[te,oe]=ae({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,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[$,F]=ae(Hi(te,e.config)),[W,q]=ae(!0),[xe,se]=ae({}),[ze,nt]=ae(null),U=f=>{f&&g(f),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:f})},pe=f=>{let u=e.createPrivyWalletOnLogin===!0;se({login:{promptCreatePrivyWalletFlow:u}}),u&&q(!0),U(f)};fn(()=>{if(!B||!l)return;let f=l==null?void 0:l.linkedAccounts.filter(u=>u.type==="wallet"&&u.walletClient==="privy");if(f&&f.length>0){let u=f[0].address;t.connectors.addEmbeddedWalletConnector(B,u)}},[B,l]),fn(()=>{async function f(){let u=await t.getServerConfig();oe(u),u.customApiUrl&&t.updateApiUrl(u.customApiUrl),t.connectors.initialize();let k=vo();qm();let N=await t.getAuthenticatedUser();s(!!N),c(N),i(!0),ze==null||ze(),k&&N&&d(!0),Nd()}f()},[t,ze,n]),fn(()=>{let f=Hi(te,e.config);F(f)},[e.config,te]);let vo=()=>{let f=new URLSearchParams(window.location.search),u=f.get("privy_oauth_code"),k=f.get("privy_oauth_state"),N=f.get("privy_oauth_provider");return u&&k&&N?(t.startAuthFlow(new it(N,u,k)),pe("AWAITING_OAUTH_SCREEN"),!0):!1},mn=f=>{S(u=>({...u,status:"connecting",connectError:null})),f.promptConnect().then(()=>{S(u=>({...u,status:"connected",connectError:null}))}).catch(u=>{u instanceof Re?console.error(u.cause?u.cause:u.message):console.error(u),S(k=>({...k,status:"disconnected",connectError:u}))})},Nd=()=>{let u=new URLSearchParams(window.location.search).get("privy_wallet_client");if(!u)return;if(u==="phantom"&&!dt()&&pe("LOGIN_FAILED_SCREEN"),!t.connectors)throw new x("Connector not initialized");let k=new at(t.connectors,u);t.startAuthFlow(k),mn(k),U("AWAITING_CONNECTION");let N=new URL(window.location.href);N.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",N)};fn(()=>{n&&a&&l===null&&t.getAuthenticatedUser().then(c)},[n,a,l,t]);let hn=()=>{d(!0),U("LINK_WALLET_SCREEN")},Vi=async(f,u)=>{let k=t.connectors.getConnectorByAddress(u);if(!k)return R(u),hn(),f;v({address:u,walletType:k.walletType,walletBranding:k.walletBranding,success:!1}),U("SETTING_ACTIVE_WALLET");try{let N=await t.setActiveWallet(u,f);return v({address:u,walletType:k.walletType,walletBranding:k.walletBranding,success:!0}),N}catch(N){N instanceof x&&N.message==="Error setting the active wallet."&&(R(u),hn()),v({address:u,walletType:k.walletType,walletBranding:k.walletBranding,success:!1,error:N.message})}return f},gn={ready:n,authenticated:a,user:l,walletConnectors:t.connectors,linkWallet:hn,linkEmail:()=>{d(!0),U("LINK_EMAIL_SCREEN")},linkPhone:()=>{d(!0),U("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await Ut.initLoginWithOAuth("google")},linkTwitter:async()=>{await Ut.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await Ut.initLoginWithOAuth("discord")},linkGithub:async()=>{await Ut.initLoginWithOAuth("github")},linkApple:async()=>{await Ut.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(f=>{nt(()=>f)}),nt(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}pe()},logout:async()=>{await t.logout(),c(null),s(!1),g(null),d(!1),r(!1)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>t.connectors.getEthereumProvider(),getEthersProvider:()=>new Vm(new xt(t.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new ir(t.connectors.getEthereumProvider()),unlinkWallet:async f=>{let u=await t.unlinkWallet(f);c(u);let k=u.linkedAccounts.filter(N=>N.type==="wallet");if(u&&k&&k.length>0){let N=k[0];u=await Vi(u,N.address)}return c(u),u},unlinkEmail:async f=>{let u=await t.unlinkEmail(f);return c(u),u},unlinkPhone:async f=>{let u=await t.unlinkPhone(f);return c(u),u},unlinkGoogle:async f=>{let u=await t.unlinkOAuth("google",f);return c(u),u},unlinkTwitter:async f=>{let u=await t.unlinkOAuth("twitter",f);return c(u),u},unlinkDiscord:async f=>{let u=await t.unlinkOAuth("discord",f);return c(u),u},unlinkGithub:async f=>{let u=await t.unlinkOAuth("github",f);return c(u),u},unlinkApple:async f=>{let u=await t.unlinkOAuth("apple",f);return c(u),u},setActiveWallet:async f=>{if(!l)return;let u=await Vi(l,f);u&&c(u)},forkSession:()=>t.forkSession(),createWallet:()=>new Promise((f,u)=>{if(!a||!l){u(new Error("User must be authenticated before creating a Privy wallet"));return}if(K(l)){u(new Error("Only one Privy wallet per user is currently allowed"));return}q(!0),se({createWallet:{onSuccess:f,onFailure:u,callAuthOnSuccessOnClose:!1}}),U("EMBEDDED_WALLET_SCREEN")}),signMessage:(f,u)=>new Promise((k,N)=>{if(!a||!l){N(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!K(l)){N(new Error("Must have a Privy wallet before signing"));return}if(typeof f!="string"||f.length<1){N(new Error("Message must be a non-empty string"));return}q(!0);let bn={message:f,onSuccess:k,onFailure:N,uiOptions:u||{}},vn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:N};se({signMessage:bn,connectWallet:vn}),U("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(f,u)=>new Promise(async(k,N)=>{if(!a||!l){N(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!K(l)){N(new Error("Must have a Privy wallet before signing"));return}q(!0);let bn={transactionRequest:f,onSuccess:k,onFailure:N,uiOptions:u||{}},vn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:N};se({connectWallet:vn,sendTransaction:bn}),U("EMBEDDED_WALLET_CONNECTING_SCREEN")}),exportWallet:()=>new Promise((f,u)=>{if(!a||!l){u(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!K(l)){u(new Error("Must have a Privy wallet before exporting"));return}q(!0);let N={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:u},yn={appId:e.appId,origin:t.apiUrl,onSuccess:f,onFailure:u};se({keyExport:yn,connectWallet:N}),U("EMBEDDED_WALLET_CONNECTING_SCREEN")})};Id=gn.signMessage,Md=gn.sendTransaction;let Ut=(()=>({isLinking:b,linkingHint:M,activeStatus:y,walletConnectionStatus:P,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var f;return(f=t.authFlow)==null?void 0:f.meta},closePrivyModal:(f={shouldCallAuthOnSuccess:!0})=>{var k;let u=n&&a&&l;f.shouldCallAuthOnSuccess&&u&&((k=e.onSuccess)==null||k.call(e,l,h)),t.authFlow=void 0,R(null),g(null),d(!1),v(null),m(!1),r(!1),t.createAnalyticsEvent("modal_closed")},initLoginWithWallet:(f,u)=>{if(!t.connectors)throw new x("Connector not initialized");f||(f="metamask");let k=new at(t.connectors,f,u);t.startAuthFlow(k),S({status:"connecting",connectError:null,connectRetry:()=>{mn(k)}}),mn(k)},loginWithWallet:async()=>{if(!(t.authFlow instanceof at))throw new x("Must initialize SIWE flow first.");let f,u;b?(f=await t.link(),f&&(f=To(f))):{user:f,isNewUser:u}=await t.authenticate(),c(f||l||null),m(u||!1),s(!0)},initLoginWithOAuth:async f=>{t.startAuthFlow(new it(f));let u=await t.authFlow.getAuthorizationUrl();u&&u.url&&window.location.assign(u.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof it))throw new x("Must initialize OAuth flow before calling loginWithOAuth");let f,u;n&&a?f=await t.link():{user:f,isNewUser:u}=await t.authenticate(),c(f),m(u||!1),s(!0)},initLoginWithEmail:async f=>{let u=new yt(f);t.startAuthFlow(u),await u.sendCodeEmail()},initLoginWithSms:async f=>{let u=new bt(f);t.startAuthFlow(u),await u.sendSmsCode()},resendEmailCode:async()=>{var f;await((f=t.authFlow)==null?void 0:f.sendCodeEmail())},resendSmsCode:async()=>{var f;await((f=t.authFlow)==null?void 0:f.sendSmsCode())},loginWithCode:async f=>{if(t.authFlow instanceof yt)t.authFlow.meta.emailCode=f.trim();else if(t.authFlow instanceof bt)t.authFlow.meta.smsCode=f.trim();else throw new x("Must initialize a passwordless code flow first");let u,k;b?u=await t.link():{user:u,isNewUser:k}=await t.authenticate(),c(u||l||null),m(k||!1),s(!0)},refreshUser:async()=>{let f=await t.getAuthenticatedUser();return c(f),f},walletProxy:B,createAnalyticsEvent:(f,u,k)=>t.createAnalyticsEvent(f,u,k),getUsdTokenPrice:f=>t.getUsdTokenPrice(f)}))();return Wd(zn.Provider,{value:gn,children:[e.children,Wd(jn.Provider,{value:Ut,children:[Jo(Ed,{theme:{...$.appearance.palette||{}}}),Jo(Ma,{appConfig:$,data:xe,setModalData:se,initialScreen:p,visible:o,authenticated:a,children:o&&Jo(Ad,{})}),W&&Jo(Rd,{appId:e.appId,origin:t.apiUrl,onLoad:H,onLoadFailed:()=>null})]})]})};export{xt as AsExternalProvider,Po as ConnectorManager,Ao as PrivyClient,jm as PrivyProvider,Ie as PrivyProxyProvider,wn as VERSION,he as WalletConnector,xo as getAccessToken,O as usePrivy};