@privy-io/react-auth 1.24.0-beta.5 → 1.24.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +26 -26
- package/dist/index.js +26 -26
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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],S=[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=S[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 T(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=T);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=T(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(S){try{_(f.next(S))}catch(M){w(M)}}function P(S){try{_(f.throw(S))}catch(M){w(M)}}function _(S){S.done?y(S.value):g(S.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(S){return P([_,S])}}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(S){_=[6,S],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(T){return new Promise(function(L,G){y.push([E,T,L,G])>1||A(E,T)})})}function A(E,T){try{P(f[E](T))}catch(L){M(y[0][3],L)}}function P(E){E.value instanceof qr?Promise.resolve(E.value.v).then(_,S):M(y[0][2],E)}function _(E){A("next",E)}function S(E){A("throw",E)}function M(E,T){E(T),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 S=0;S<P.length;S++){let M=P[S],E=M.getAttribute("rel");if(E&&E.toLowerCase().indexOf("icon")>-1){let T=M.getAttribute("href");if(T)if(T.toLowerCase().indexOf("https:")===-1&&T.toLowerCase().indexOf("http:")===-1&&T.indexOf("//")!==0){let L=t.protocol+"//"+t.host;if(T.indexOf("/")===0)L+=T;else{let G=t.pathname.split("/");G.pop(),L+=G.join("/")+"/"+T}_.push(L)}else if(T.indexOf("//")===0){let L=t.protocol+T;_.push(L)}else _.push(T)}}return _}function n(...P){let _=e.getElementsByTagName("meta");for(let S=0;S<_.length;S++){let M=_[S],E=["itemprop","property","name"].map(T=>M.getAttribute(T)).filter(T=>T?P.includes(T):!1);if(E.length&&E){let T=M.getAttribute("content");if(T)return T}}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.5";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:
|
|
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.7";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
2
|
${r}
|
|
3
3
|
|
|
4
4
|
${g}
|
|
@@ -9,7 +9,7 @@ Chain ID: ${t}
|
|
|
9
9
|
Nonce: ${f}
|
|
10
10
|
Issued At: ${c}
|
|
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:S=>{g(i),c(S)},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=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`
|
|
13
13
|
&& {
|
|
14
14
|
width: 82px;
|
|
15
15
|
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}=
|
|
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`
|
|
205
205
|
height: 30px;
|
|
206
206
|
display: flex;
|
|
207
207
|
align-items: center;
|
|
@@ -388,7 +388,7 @@ Resources:
|
|
|
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}=
|
|
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`
|
|
392
392
|
display: flex;
|
|
393
393
|
flex-direction: column;
|
|
394
394
|
align-items: flex-start;
|
|
@@ -487,9 +487,9 @@ Resources:
|
|
|
487
487
|
}
|
|
488
488
|
`,If=To.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}=
|
|
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)`
|
|
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}=
|
|
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`
|
|
493
493
|
display: flex;
|
|
494
494
|
flex-direction: column;
|
|
495
495
|
align-items: center;
|
|
@@ -574,7 +574,7 @@ 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}=
|
|
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`
|
|
578
578
|
display: flex;
|
|
579
579
|
height: 100%;
|
|
580
580
|
flex-direction: column;
|
|
@@ -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}=
|
|
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`
|
|
640
640
|
display: flex;
|
|
641
641
|
height: 100%;
|
|
642
642
|
flex-direction: column;
|
|
@@ -675,7 +675,7 @@ Resources:
|
|
|
675
675
|
`,fp=eo.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}=
|
|
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`
|
|
679
679
|
display: flex;
|
|
680
680
|
height: 100%;
|
|
681
681
|
flex-direction: column;
|
|
@@ -755,7 +755,7 @@ 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
|
|
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`
|
|
759
759
|
display: flex;
|
|
760
760
|
flex-direction: column;
|
|
761
761
|
width: 100%;
|
|
@@ -868,7 +868,7 @@ 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}=
|
|
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`
|
|
872
872
|
display: flex;
|
|
873
873
|
height: 100%;
|
|
874
874
|
flex-direction: column;
|
|
@@ -906,7 +906,7 @@ Resources:
|
|
|
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}=
|
|
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`
|
|
910
910
|
display: flex;
|
|
911
911
|
height: 100%;
|
|
912
912
|
flex-direction: column;
|
|
@@ -1083,7 +1083,7 @@ Resources:
|
|
|
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}=
|
|
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`
|
|
1087
1087
|
width: 100%;
|
|
1088
1088
|
height: ${e=>e.stacked?"100%":"auto"};
|
|
1089
1089
|
|
|
@@ -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}=
|
|
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`
|
|
1180
1180
|
display: flex;
|
|
1181
1181
|
border: 1px solid var(--privy-color-foreground-4);
|
|
1182
1182
|
width: 100%;
|
|
@@ -1271,7 +1271,7 @@ 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}=
|
|
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`
|
|
1275
1275
|
display: flex;
|
|
1276
1276
|
justify-content: space-between;
|
|
1277
1277
|
width: 100%;
|
|
@@ -1294,7 +1294,7 @@ Resources:
|
|
|
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}=
|
|
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`
|
|
1298
1298
|
display: flex;
|
|
1299
1299
|
flex-direction: column;
|
|
1300
1300
|
align-items: flex-start;
|
|
@@ -1364,7 +1364,7 @@ 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,
|
|
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`
|
|
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;
|
|
@@ -1423,7 +1423,7 @@ Resources:
|
|
|
1423
1423
|
}
|
|
1424
1424
|
`,Kh=so(ct)`
|
|
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}=
|
|
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`
|
|
1427
1427
|
display: flex;
|
|
1428
1428
|
flex-direction: column;
|
|
1429
1429
|
align-items: center;
|
|
@@ -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 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 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`
|
|
1630
1630
|
display: flex;
|
|
1631
1631
|
flex-direction: row;
|
|
1632
1632
|
justify-content: space-between;
|
|
@@ -1651,7 +1651,7 @@ 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}=
|
|
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`
|
|
1655
1655
|
display: flex;
|
|
1656
1656
|
flex-direction: column;
|
|
1657
1657
|
align-items: center;
|
|
@@ -1685,7 +1685,7 @@ Resources:
|
|
|
1685
1685
|
flex-grow: 1;
|
|
1686
1686
|
`,Xm=lu(ce)`
|
|
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}=
|
|
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`
|
|
1689
1689
|
display: flex;
|
|
1690
1690
|
height: 100%;
|
|
1691
1691
|
flex-direction: column;
|
|
@@ -1716,7 +1716,7 @@ Resources:
|
|
|
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}=
|
|
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`
|
|
1720
1720
|
color: var(--privy-color-error);
|
|
1721
1721
|
`,c2=is.div`
|
|
1722
1722
|
display: flex;
|
|
@@ -1728,7 +1728,7 @@ Resources:
|
|
|
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}=
|
|
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`
|
|
1732
1732
|
display: flex;
|
|
1733
1733
|
height: 100%;
|
|
1734
1734
|
flex-direction: column;
|
|
@@ -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}=
|
|
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)`
|
|
2092
2092
|
position: fixed;
|
|
2093
2093
|
top: 0;
|
|
2094
2094
|
left: 0;
|
|
@@ -2117,7 +2117,7 @@ Resources:
|
|
|
2117
2117
|
padding: 24px;
|
|
2118
2118
|
|
|
2119
2119
|
&&[data-height='full'] {
|
|
2120
|
-
|
|
2120
|
+
height: 620px;
|
|
2121
2121
|
}
|
|
2122
2122
|
|
|
2123
2123
|
&&[data-height='medium'] {
|
|
@@ -2146,4 +2146,4 @@ Resources:
|
|
|
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),S=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),T=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:S.toHslString(),foreground2:M.toHslString(),foreground3:E.toHslString(),foreground4:T.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,_,S,M,E,T;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:((S=t==null?void 0:t.appearance)==null?void 0:S.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:((T=t==null?void 0:t.legal)==null?void 0:T.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),[_,S]=rt(null),[M,E]=rt(!1),[T,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&&S(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),S(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:T,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),S(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 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};
|