@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/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var _u=Object.create;var Cn=Object.defineProperty;var Pu=Object.getOwnPropertyDescriptor;var Au=Object.getOwnPropertyNames;var Su=Object.getPrototypeOf,Tu=Object.prototype.hasOwnProperty;var qs=(e,t)=>()=>(e&&(t=e(e=0)),t);var nr=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),la=(e,t)=>{for(var r in t)Cn(e,r,{get:t[r],enumerable:!0})},$s=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Au(t))!Tu.call(e,i)&&i!==r&&Cn(e,i,{get:()=>t[i],enumerable:!(n=Pu(t,i))||n.enumerable});return e};var N=(e,t,r)=>(r=e!=null?_u(Su(e)):{},$s(t||!e||!e.__esModule?Cn(r,"default",{value:e,enumerable:!0}):r,e)),ca=e=>$s(Cn({},"__esModule",{value:!0}),e);var _l=nr((El,ha)=>{(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=require("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 R=1;for(a=y(o,m,o.length,s),m=0;m<b;m++)R*=s;this.imuln(R),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 R=this.clone();for(R.negative=0;!R.isZero();){var W=R.modrn(m).toString(o);R=R.idivn(m),R.isZero()?l=W+l:l=P[a-W.length]+W+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,R=p&67108863,W=Math.min(a,o.length-1),U=Math.max(0,a-h.length+1);U<=W;U++){var q=a-U|0;d=h.words[q]|0,u=o.words[U]|0,v=d*u+R,m+=v/67108864|0,R=v&67108863}s.words[a]=R|0,p=m|0}return p!==0?s.words[a]=p|0:s.length--,s._strip()}var k=function(o,s,l){var d=o.words,u=s.words,v=l.words,b=0,p,a,m,R=d[0]|0,W=R&8191,U=R>>>13,q=d[1]|0,x=q&8191,C=q>>>13,$=d[2]|0,I=$&8191,ae=$>>>13,ho=d[3]|0,pe=ho&8191,Ce=ho>>>13,Ts=d[4]|0,xe=Ts&8191,Ee=Ts>>>13,Ms=d[5]|0,_e=Ms&8191,Pe=Ms>>>13,Ls=d[6]|0,Ae=Ls&8191,Se=Ls>>>13,ks=d[7]|0,Te=ks&8191,Me=ks>>>13,Rs=d[8]|0,Le=Rs&8191,ke=Rs>>>13,Ws=d[9]|0,Re=Ws&8191,We=Ws>>>13,Is=u[0]|0,Ie=Is&8191,Ne=Is>>>13,Ns=u[1]|0,Oe=Ns&8191,De=Ns>>>13,Os=u[2]|0,Ue=Os&8191,Be=Os>>>13,Ds=u[3]|0,Fe=Ds&8191,Ge=Ds>>>13,Us=u[4]|0,He=Us&8191,Ve=Us>>>13,Bs=u[5]|0,qe=Bs&8191,$e=Bs>>>13,Fs=u[6]|0,ze=Fs&8191,Ze=Fs>>>13,Gs=u[7]|0,je=Gs&8191,Ke=Gs>>>13,Hs=u[8]|0,Je=Hs&8191,Ye=Hs>>>13,Vs=u[9]|0,Qe=Vs&8191,Xe=Vs>>>13;l.negative=o.negative^s.negative,l.length=19,p=Math.imul(W,Ie),a=Math.imul(W,Ne),a=a+Math.imul(U,Ie)|0,m=Math.imul(U,Ne);var Vi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Vi>>>26)|0,Vi&=67108863,p=Math.imul(x,Ie),a=Math.imul(x,Ne),a=a+Math.imul(C,Ie)|0,m=Math.imul(C,Ne),p=p+Math.imul(W,Oe)|0,a=a+Math.imul(W,De)|0,a=a+Math.imul(U,Oe)|0,m=m+Math.imul(U,De)|0;var qi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(qi>>>26)|0,qi&=67108863,p=Math.imul(I,Ie),a=Math.imul(I,Ne),a=a+Math.imul(ae,Ie)|0,m=Math.imul(ae,Ne),p=p+Math.imul(x,Oe)|0,a=a+Math.imul(x,De)|0,a=a+Math.imul(C,Oe)|0,m=m+Math.imul(C,De)|0,p=p+Math.imul(W,Ue)|0,a=a+Math.imul(W,Be)|0,a=a+Math.imul(U,Ue)|0,m=m+Math.imul(U,Be)|0;var $i=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+($i>>>26)|0,$i&=67108863,p=Math.imul(pe,Ie),a=Math.imul(pe,Ne),a=a+Math.imul(Ce,Ie)|0,m=Math.imul(Ce,Ne),p=p+Math.imul(I,Oe)|0,a=a+Math.imul(I,De)|0,a=a+Math.imul(ae,Oe)|0,m=m+Math.imul(ae,De)|0,p=p+Math.imul(x,Ue)|0,a=a+Math.imul(x,Be)|0,a=a+Math.imul(C,Ue)|0,m=m+Math.imul(C,Be)|0,p=p+Math.imul(W,Fe)|0,a=a+Math.imul(W,Ge)|0,a=a+Math.imul(U,Fe)|0,m=m+Math.imul(U,Ge)|0;var zi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(zi>>>26)|0,zi&=67108863,p=Math.imul(xe,Ie),a=Math.imul(xe,Ne),a=a+Math.imul(Ee,Ie)|0,m=Math.imul(Ee,Ne),p=p+Math.imul(pe,Oe)|0,a=a+Math.imul(pe,De)|0,a=a+Math.imul(Ce,Oe)|0,m=m+Math.imul(Ce,De)|0,p=p+Math.imul(I,Ue)|0,a=a+Math.imul(I,Be)|0,a=a+Math.imul(ae,Ue)|0,m=m+Math.imul(ae,Be)|0,p=p+Math.imul(x,Fe)|0,a=a+Math.imul(x,Ge)|0,a=a+Math.imul(C,Fe)|0,m=m+Math.imul(C,Ge)|0,p=p+Math.imul(W,He)|0,a=a+Math.imul(W,Ve)|0,a=a+Math.imul(U,He)|0,m=m+Math.imul(U,Ve)|0;var Zi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Zi>>>26)|0,Zi&=67108863,p=Math.imul(_e,Ie),a=Math.imul(_e,Ne),a=a+Math.imul(Pe,Ie)|0,m=Math.imul(Pe,Ne),p=p+Math.imul(xe,Oe)|0,a=a+Math.imul(xe,De)|0,a=a+Math.imul(Ee,Oe)|0,m=m+Math.imul(Ee,De)|0,p=p+Math.imul(pe,Ue)|0,a=a+Math.imul(pe,Be)|0,a=a+Math.imul(Ce,Ue)|0,m=m+Math.imul(Ce,Be)|0,p=p+Math.imul(I,Fe)|0,a=a+Math.imul(I,Ge)|0,a=a+Math.imul(ae,Fe)|0,m=m+Math.imul(ae,Ge)|0,p=p+Math.imul(x,He)|0,a=a+Math.imul(x,Ve)|0,a=a+Math.imul(C,He)|0,m=m+Math.imul(C,Ve)|0,p=p+Math.imul(W,qe)|0,a=a+Math.imul(W,$e)|0,a=a+Math.imul(U,qe)|0,m=m+Math.imul(U,$e)|0;var ji=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(ji>>>26)|0,ji&=67108863,p=Math.imul(Ae,Ie),a=Math.imul(Ae,Ne),a=a+Math.imul(Se,Ie)|0,m=Math.imul(Se,Ne),p=p+Math.imul(_e,Oe)|0,a=a+Math.imul(_e,De)|0,a=a+Math.imul(Pe,Oe)|0,m=m+Math.imul(Pe,De)|0,p=p+Math.imul(xe,Ue)|0,a=a+Math.imul(xe,Be)|0,a=a+Math.imul(Ee,Ue)|0,m=m+Math.imul(Ee,Be)|0,p=p+Math.imul(pe,Fe)|0,a=a+Math.imul(pe,Ge)|0,a=a+Math.imul(Ce,Fe)|0,m=m+Math.imul(Ce,Ge)|0,p=p+Math.imul(I,He)|0,a=a+Math.imul(I,Ve)|0,a=a+Math.imul(ae,He)|0,m=m+Math.imul(ae,Ve)|0,p=p+Math.imul(x,qe)|0,a=a+Math.imul(x,$e)|0,a=a+Math.imul(C,qe)|0,m=m+Math.imul(C,$e)|0,p=p+Math.imul(W,ze)|0,a=a+Math.imul(W,Ze)|0,a=a+Math.imul(U,ze)|0,m=m+Math.imul(U,Ze)|0;var Ki=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,p=Math.imul(Te,Ie),a=Math.imul(Te,Ne),a=a+Math.imul(Me,Ie)|0,m=Math.imul(Me,Ne),p=p+Math.imul(Ae,Oe)|0,a=a+Math.imul(Ae,De)|0,a=a+Math.imul(Se,Oe)|0,m=m+Math.imul(Se,De)|0,p=p+Math.imul(_e,Ue)|0,a=a+Math.imul(_e,Be)|0,a=a+Math.imul(Pe,Ue)|0,m=m+Math.imul(Pe,Be)|0,p=p+Math.imul(xe,Fe)|0,a=a+Math.imul(xe,Ge)|0,a=a+Math.imul(Ee,Fe)|0,m=m+Math.imul(Ee,Ge)|0,p=p+Math.imul(pe,He)|0,a=a+Math.imul(pe,Ve)|0,a=a+Math.imul(Ce,He)|0,m=m+Math.imul(Ce,Ve)|0,p=p+Math.imul(I,qe)|0,a=a+Math.imul(I,$e)|0,a=a+Math.imul(ae,qe)|0,m=m+Math.imul(ae,$e)|0,p=p+Math.imul(x,ze)|0,a=a+Math.imul(x,Ze)|0,a=a+Math.imul(C,ze)|0,m=m+Math.imul(C,Ze)|0,p=p+Math.imul(W,je)|0,a=a+Math.imul(W,Ke)|0,a=a+Math.imul(U,je)|0,m=m+Math.imul(U,Ke)|0;var Ji=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Ji>>>26)|0,Ji&=67108863,p=Math.imul(Le,Ie),a=Math.imul(Le,Ne),a=a+Math.imul(ke,Ie)|0,m=Math.imul(ke,Ne),p=p+Math.imul(Te,Oe)|0,a=a+Math.imul(Te,De)|0,a=a+Math.imul(Me,Oe)|0,m=m+Math.imul(Me,De)|0,p=p+Math.imul(Ae,Ue)|0,a=a+Math.imul(Ae,Be)|0,a=a+Math.imul(Se,Ue)|0,m=m+Math.imul(Se,Be)|0,p=p+Math.imul(_e,Fe)|0,a=a+Math.imul(_e,Ge)|0,a=a+Math.imul(Pe,Fe)|0,m=m+Math.imul(Pe,Ge)|0,p=p+Math.imul(xe,He)|0,a=a+Math.imul(xe,Ve)|0,a=a+Math.imul(Ee,He)|0,m=m+Math.imul(Ee,Ve)|0,p=p+Math.imul(pe,qe)|0,a=a+Math.imul(pe,$e)|0,a=a+Math.imul(Ce,qe)|0,m=m+Math.imul(Ce,$e)|0,p=p+Math.imul(I,ze)|0,a=a+Math.imul(I,Ze)|0,a=a+Math.imul(ae,ze)|0,m=m+Math.imul(ae,Ze)|0,p=p+Math.imul(x,je)|0,a=a+Math.imul(x,Ke)|0,a=a+Math.imul(C,je)|0,m=m+Math.imul(C,Ke)|0,p=p+Math.imul(W,Je)|0,a=a+Math.imul(W,Ye)|0,a=a+Math.imul(U,Je)|0,m=m+Math.imul(U,Ye)|0;var Yi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Yi>>>26)|0,Yi&=67108863,p=Math.imul(Re,Ie),a=Math.imul(Re,Ne),a=a+Math.imul(We,Ie)|0,m=Math.imul(We,Ne),p=p+Math.imul(Le,Oe)|0,a=a+Math.imul(Le,De)|0,a=a+Math.imul(ke,Oe)|0,m=m+Math.imul(ke,De)|0,p=p+Math.imul(Te,Ue)|0,a=a+Math.imul(Te,Be)|0,a=a+Math.imul(Me,Ue)|0,m=m+Math.imul(Me,Be)|0,p=p+Math.imul(Ae,Fe)|0,a=a+Math.imul(Ae,Ge)|0,a=a+Math.imul(Se,Fe)|0,m=m+Math.imul(Se,Ge)|0,p=p+Math.imul(_e,He)|0,a=a+Math.imul(_e,Ve)|0,a=a+Math.imul(Pe,He)|0,m=m+Math.imul(Pe,Ve)|0,p=p+Math.imul(xe,qe)|0,a=a+Math.imul(xe,$e)|0,a=a+Math.imul(Ee,qe)|0,m=m+Math.imul(Ee,$e)|0,p=p+Math.imul(pe,ze)|0,a=a+Math.imul(pe,Ze)|0,a=a+Math.imul(Ce,ze)|0,m=m+Math.imul(Ce,Ze)|0,p=p+Math.imul(I,je)|0,a=a+Math.imul(I,Ke)|0,a=a+Math.imul(ae,je)|0,m=m+Math.imul(ae,Ke)|0,p=p+Math.imul(x,Je)|0,a=a+Math.imul(x,Ye)|0,a=a+Math.imul(C,Je)|0,m=m+Math.imul(C,Ye)|0,p=p+Math.imul(W,Qe)|0,a=a+Math.imul(W,Xe)|0,a=a+Math.imul(U,Qe)|0,m=m+Math.imul(U,Xe)|0;var Qi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Qi>>>26)|0,Qi&=67108863,p=Math.imul(Re,Oe),a=Math.imul(Re,De),a=a+Math.imul(We,Oe)|0,m=Math.imul(We,De),p=p+Math.imul(Le,Ue)|0,a=a+Math.imul(Le,Be)|0,a=a+Math.imul(ke,Ue)|0,m=m+Math.imul(ke,Be)|0,p=p+Math.imul(Te,Fe)|0,a=a+Math.imul(Te,Ge)|0,a=a+Math.imul(Me,Fe)|0,m=m+Math.imul(Me,Ge)|0,p=p+Math.imul(Ae,He)|0,a=a+Math.imul(Ae,Ve)|0,a=a+Math.imul(Se,He)|0,m=m+Math.imul(Se,Ve)|0,p=p+Math.imul(_e,qe)|0,a=a+Math.imul(_e,$e)|0,a=a+Math.imul(Pe,qe)|0,m=m+Math.imul(Pe,$e)|0,p=p+Math.imul(xe,ze)|0,a=a+Math.imul(xe,Ze)|0,a=a+Math.imul(Ee,ze)|0,m=m+Math.imul(Ee,Ze)|0,p=p+Math.imul(pe,je)|0,a=a+Math.imul(pe,Ke)|0,a=a+Math.imul(Ce,je)|0,m=m+Math.imul(Ce,Ke)|0,p=p+Math.imul(I,Je)|0,a=a+Math.imul(I,Ye)|0,a=a+Math.imul(ae,Je)|0,m=m+Math.imul(ae,Ye)|0,p=p+Math.imul(x,Qe)|0,a=a+Math.imul(x,Xe)|0,a=a+Math.imul(C,Qe)|0,m=m+Math.imul(C,Xe)|0;var Xi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Xi>>>26)|0,Xi&=67108863,p=Math.imul(Re,Ue),a=Math.imul(Re,Be),a=a+Math.imul(We,Ue)|0,m=Math.imul(We,Be),p=p+Math.imul(Le,Fe)|0,a=a+Math.imul(Le,Ge)|0,a=a+Math.imul(ke,Fe)|0,m=m+Math.imul(ke,Ge)|0,p=p+Math.imul(Te,He)|0,a=a+Math.imul(Te,Ve)|0,a=a+Math.imul(Me,He)|0,m=m+Math.imul(Me,Ve)|0,p=p+Math.imul(Ae,qe)|0,a=a+Math.imul(Ae,$e)|0,a=a+Math.imul(Se,qe)|0,m=m+Math.imul(Se,$e)|0,p=p+Math.imul(_e,ze)|0,a=a+Math.imul(_e,Ze)|0,a=a+Math.imul(Pe,ze)|0,m=m+Math.imul(Pe,Ze)|0,p=p+Math.imul(xe,je)|0,a=a+Math.imul(xe,Ke)|0,a=a+Math.imul(Ee,je)|0,m=m+Math.imul(Ee,Ke)|0,p=p+Math.imul(pe,Je)|0,a=a+Math.imul(pe,Ye)|0,a=a+Math.imul(Ce,Je)|0,m=m+Math.imul(Ce,Ye)|0,p=p+Math.imul(I,Qe)|0,a=a+Math.imul(I,Xe)|0,a=a+Math.imul(ae,Qe)|0,m=m+Math.imul(ae,Xe)|0;var ea=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(ea>>>26)|0,ea&=67108863,p=Math.imul(Re,Fe),a=Math.imul(Re,Ge),a=a+Math.imul(We,Fe)|0,m=Math.imul(We,Ge),p=p+Math.imul(Le,He)|0,a=a+Math.imul(Le,Ve)|0,a=a+Math.imul(ke,He)|0,m=m+Math.imul(ke,Ve)|0,p=p+Math.imul(Te,qe)|0,a=a+Math.imul(Te,$e)|0,a=a+Math.imul(Me,qe)|0,m=m+Math.imul(Me,$e)|0,p=p+Math.imul(Ae,ze)|0,a=a+Math.imul(Ae,Ze)|0,a=a+Math.imul(Se,ze)|0,m=m+Math.imul(Se,Ze)|0,p=p+Math.imul(_e,je)|0,a=a+Math.imul(_e,Ke)|0,a=a+Math.imul(Pe,je)|0,m=m+Math.imul(Pe,Ke)|0,p=p+Math.imul(xe,Je)|0,a=a+Math.imul(xe,Ye)|0,a=a+Math.imul(Ee,Je)|0,m=m+Math.imul(Ee,Ye)|0,p=p+Math.imul(pe,Qe)|0,a=a+Math.imul(pe,Xe)|0,a=a+Math.imul(Ce,Qe)|0,m=m+Math.imul(Ce,Xe)|0;var ta=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(ta>>>26)|0,ta&=67108863,p=Math.imul(Re,He),a=Math.imul(Re,Ve),a=a+Math.imul(We,He)|0,m=Math.imul(We,Ve),p=p+Math.imul(Le,qe)|0,a=a+Math.imul(Le,$e)|0,a=a+Math.imul(ke,qe)|0,m=m+Math.imul(ke,$e)|0,p=p+Math.imul(Te,ze)|0,a=a+Math.imul(Te,Ze)|0,a=a+Math.imul(Me,ze)|0,m=m+Math.imul(Me,Ze)|0,p=p+Math.imul(Ae,je)|0,a=a+Math.imul(Ae,Ke)|0,a=a+Math.imul(Se,je)|0,m=m+Math.imul(Se,Ke)|0,p=p+Math.imul(_e,Je)|0,a=a+Math.imul(_e,Ye)|0,a=a+Math.imul(Pe,Je)|0,m=m+Math.imul(Pe,Ye)|0,p=p+Math.imul(xe,Qe)|0,a=a+Math.imul(xe,Xe)|0,a=a+Math.imul(Ee,Qe)|0,m=m+Math.imul(Ee,Xe)|0;var ra=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(ra>>>26)|0,ra&=67108863,p=Math.imul(Re,qe),a=Math.imul(Re,$e),a=a+Math.imul(We,qe)|0,m=Math.imul(We,$e),p=p+Math.imul(Le,ze)|0,a=a+Math.imul(Le,Ze)|0,a=a+Math.imul(ke,ze)|0,m=m+Math.imul(ke,Ze)|0,p=p+Math.imul(Te,je)|0,a=a+Math.imul(Te,Ke)|0,a=a+Math.imul(Me,je)|0,m=m+Math.imul(Me,Ke)|0,p=p+Math.imul(Ae,Je)|0,a=a+Math.imul(Ae,Ye)|0,a=a+Math.imul(Se,Je)|0,m=m+Math.imul(Se,Ye)|0,p=p+Math.imul(_e,Qe)|0,a=a+Math.imul(_e,Xe)|0,a=a+Math.imul(Pe,Qe)|0,m=m+Math.imul(Pe,Xe)|0;var oa=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(oa>>>26)|0,oa&=67108863,p=Math.imul(Re,ze),a=Math.imul(Re,Ze),a=a+Math.imul(We,ze)|0,m=Math.imul(We,Ze),p=p+Math.imul(Le,je)|0,a=a+Math.imul(Le,Ke)|0,a=a+Math.imul(ke,je)|0,m=m+Math.imul(ke,Ke)|0,p=p+Math.imul(Te,Je)|0,a=a+Math.imul(Te,Ye)|0,a=a+Math.imul(Me,Je)|0,m=m+Math.imul(Me,Ye)|0,p=p+Math.imul(Ae,Qe)|0,a=a+Math.imul(Ae,Xe)|0,a=a+Math.imul(Se,Qe)|0,m=m+Math.imul(Se,Xe)|0;var na=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(na>>>26)|0,na&=67108863,p=Math.imul(Re,je),a=Math.imul(Re,Ke),a=a+Math.imul(We,je)|0,m=Math.imul(We,Ke),p=p+Math.imul(Le,Je)|0,a=a+Math.imul(Le,Ye)|0,a=a+Math.imul(ke,Je)|0,m=m+Math.imul(ke,Ye)|0,p=p+Math.imul(Te,Qe)|0,a=a+Math.imul(Te,Xe)|0,a=a+Math.imul(Me,Qe)|0,m=m+Math.imul(Me,Xe)|0;var ia=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(ia>>>26)|0,ia&=67108863,p=Math.imul(Re,Je),a=Math.imul(Re,Ye),a=a+Math.imul(We,Je)|0,m=Math.imul(We,Ye),p=p+Math.imul(Le,Qe)|0,a=a+Math.imul(Le,Xe)|0,a=a+Math.imul(ke,Qe)|0,m=m+Math.imul(ke,Xe)|0;var aa=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(aa>>>26)|0,aa&=67108863,p=Math.imul(Re,Qe),a=Math.imul(Re,Xe),a=a+Math.imul(We,Qe)|0,m=Math.imul(We,Xe);var sa=(b+p|0)+((a&8191)<<13)|0;return b=(m+(a>>>13)|0)+(sa>>>26)|0,sa&=67108863,v[0]=Vi,v[1]=qi,v[2]=$i,v[3]=zi,v[4]=Zi,v[5]=ji,v[6]=Ki,v[7]=Ji,v[8]=Yi,v[9]=Qi,v[10]=Xi,v[11]=ea,v[12]=ta,v[13]=ra,v[14]=oa,v[15]=na,v[16]=ia,v[17]=aa,v[18]=sa,b!==0&&(v[19]=b,l.length++),l};Math.imul||(k=T);function V(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,R=h.words[m]|0,W=o.words[a]|0,U=R*W,q=U&67108863;v=v+(U/67108864|0)|0,q=q+b|0,b=q&67108863,v=v+(q>>>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 z(h,o,s){return V(h,o,s)}i.prototype.mulTo=function(o,s){var l,d=this.length+o.length;return this.length===10&&o.length===10?l=k(this,o,s):d<63?l=T(this,o,s):d<1024?l=V(this,o,s):l=z(this,o,s),l};function Z(h,o){this.x=h,this.y=o}Z.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},Z.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},Z.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]]},Z.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),R=0;R<u;R+=p)for(var W=a,U=m,q=0;q<b;q++){var x=l[R+q],C=d[R+q],$=l[R+q+b],I=d[R+q+b],ae=W*$-U*I;I=W*I+U*$,$=ae,l[R+q]=x+$,d[R+q]=C+I,l[R+q+b]=x-$,d[R+q+b]=C-I,q!==p&&(ae=a*W-m*U,U=a*U+m*W,W=ae)}},Z.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},Z.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}},Z.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},Z.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)},Z.prototype.stub=function(o){for(var s=new Array(o),l=0;l<o;l++)s[l]=0;return s},Z.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),R=new Array(d),W=new Array(d),U=l.words;U.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,R,W,d,u);for(var q=0;q<d;q++){var x=p[q]*R[q]-a[q]*W[q];a[q]=p[q]*W[q]+a[q]*R[q],p[q]=x}return this.conjugate(p,a,d),this.transform(p,a,U,v,d,u),this.conjugate(U,v,d),this.normalize13b(U,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),z(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 R=this.words[a]|0;this.words[a]=m<<26-u|R>>>u,m=R&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 R=d.clone()._ishlnsubmul(u,1,p);R.negative===0&&(d=R,a&&(a.words[p]=1));for(var W=p-1;W>=0;W--){var U=(d.words[u.length+W]|0)*67108864+(d.words[u.length+W-1]|0);for(U=Math.min(U/v|0,67108863),d._ishlnsubmul(u,U,W);d.negative!==0;)U--,d.negative=0,d._ishlnsubmul(u,1,W),d.isZero()||(d.negative^=1);a&&(a.words[W]=U)}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 R=0,W=1;(s.words[0]&W)===0&&R<26;++R,W<<=1);if(R>0)for(s.iushrn(R);R-- >0;)(d.isOdd()||u.isOdd())&&(d.iadd(a),u.isub(m)),d.iushrn(1),u.iushrn(1);for(var U=0,q=1;(l.words[0]&q)===0&&U<26;++U,q<<=1);if(U>0)for(l.iushrn(U);U-- >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 R;return s.cmpn(1)===0?R=d:R=u,R.cmpn(0)<0&&R.iadd(o),R},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 H(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 Y={k256:null,p224:null,p192:null,p25519:null};function Q(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()}Q.prototype._tmp=function(){var o=new i(null);return o.words=new Array(Math.ceil(this.n/13)),o},Q.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},Q.prototype.split=function(o,s){o.iushrn(this.n,0,s)},Q.prototype.imulK=function(o){return o.imul(this.k)};function ne(){Q.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}n(ne,Q),ne.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},ne.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 it(){Q.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}n(it,Q);function at(){Q.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}n(at,Q);function ce(){Q.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}n(ce,Q),ce.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(Y[o])return Y[o];var s;if(o==="k256")s=new ne;else if(o==="p224")s=new it;else if(o==="p192")s=new at;else if(o==="p25519")s=new ce;else throw new Error("Unknown prime "+o);return Y[o]=s,s};function H(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}H.prototype._verify1=function(o){r(o.negative===0,"red works only with positives"),r(o.red,"red works only with red numbers")},H.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")},H.prototype.imod=function(o){return this.prime?this.prime.ireduce(o)._forceRed(this):(w(o,o.umod(this.m)._forceRed(this)),o)},H.prototype.neg=function(o){return o.isZero()?o.clone():this.m.sub(o)._forceRed(this)},H.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)},H.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},H.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)},H.prototype.isub=function(o,s){this._verify2(o,s);var l=o.isub(s);return l.cmpn(0)<0&&l.iadd(this.m),l},H.prototype.shl=function(o,s){return this._verify1(o),this.imod(o.ushln(s))},H.prototype.imul=function(o,s){return this._verify2(o,s),this.imod(o.imul(s))},H.prototype.mul=function(o,s){return this._verify2(o,s),this.imod(o.mul(s))},H.prototype.isqr=function(o){return this.imul(o,o.clone())},H.prototype.sqr=function(o){return this.mul(o,o)},H.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),R=this.pow(o,d.addn(1).iushrn(1)),W=this.pow(o,d),U=u;W.cmp(v)!==0;){for(var q=W,x=0;q.cmp(v)!==0;x++)q=q.redSqr();r(x<U);var C=this.pow(m,new i(1).iushln(U-x-1));R=R.redMul(C),m=C.redSqr(),W=W.redMul(m),U=x}return R},H.prototype.invm=function(o){var s=o._invmp(this.m);return s.negative!==0?(s.negative=0,this.imod(s).redNeg()):this.imod(s)},H.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],R=a-1;R>=0;R--){var W=m>>R&1;if(v!==d[0]&&(v=this.sqr(v)),W===0&&b===0){p=0;continue}b<<=1,b|=W,p++,!(p!==l&&(u!==0||R!==0))&&(v=this.mul(v,d[b]),p=0,b=0)}a=26}return v},H.prototype.convertTo=function(o){var s=o.umod(this.m);return s===o?s.clone():s},H.prototype.convertFrom=function(o){var s=o.clone();return s.red=null,s},i.mont=function(o){return new K(o)};function K(h){H.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(K,H),K.prototype.convertTo=function(o){return this.imod(o.ushln(this.shift))},K.prototype.convertFrom=function(o){var s=this.imod(o.mul(this.rinv));return s.red=null,s},K.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)},K.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)},K.prototype.invm=function(o){var s=this.imod(o._invmp(this.m).mul(this.r2));return s._forceRed(this)}})(typeof ha>"u"||ha,El)});var Hn=nr((s2,Gn)=>{var rc,oc,nc,ic,ac,sc,lc,cc,dc,Bn,Aa,uc,fc,pc,xo,hc,mc,gc,vc,yc,bc,wc,Cc,xc,Fn;(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 Gn=="object"&&typeof Gn.exports=="object"?e(r(t,r(Gn.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])};rc=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)},oc=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},nc=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},ic=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},ac=function(n,i){return function(c,f){i(c,f,n)}},sc=function(n,i){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,i)},lc=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())})},cc=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}}},dc=function(n,i){for(var c in n)c!=="default"&&!Object.prototype.hasOwnProperty.call(i,c)&&Fn(i,n,c)},Fn=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]},Bn=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.")},Aa=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},uc=function(){for(var n=[],i=0;i<arguments.length;i++)n=n.concat(Aa(arguments[i]));return n},fc=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},pc=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))},xo=function(n){return this instanceof xo?(this.v=n,this):new xo(n)},hc=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(k,V){y.push([E,T,k,V])>1||A(E,T)})})}function A(E,T){try{P(f[E](T))}catch(k){M(y[0][3],k)}}function P(E){E.value instanceof xo?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])}},mc=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:xo(n[g](w)),done:g==="return"}:y?y(w):w}:y}},gc=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 Bn=="function"?Bn(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)}},vc=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};yc=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)&&Fn(i,n,c);return r(i,n),i},bc=function(n){return n&&n.__esModule?n:{default:n}},wc=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)},Cc=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},xc=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",rc),e("__assign",oc),e("__rest",nc),e("__decorate",ic),e("__param",ac),e("__metadata",sc),e("__awaiter",lc),e("__generator",cc),e("__exportStar",dc),e("__createBinding",Fn),e("__values",Bn),e("__read",Aa),e("__spread",uc),e("__spreadArrays",fc),e("__spreadArray",pc),e("__await",xo),e("__asyncGenerator",hc),e("__asyncDelegator",mc),e("__asyncValues",gc),e("__makeTemplateObject",vc),e("__importStar",yc),e("__importDefault",bc),e("__classPrivateFieldGet",wc),e("__classPrivateFieldSet",Cc),e("__classPrivateFieldIn",xc)})});var Sa=nr(de=>{"use strict";Object.defineProperty(de,"__esModule",{value:!0});de.getLocalStorage=de.getLocalStorageOrThrow=de.getCrypto=de.getCryptoOrThrow=de.getLocation=de.getLocationOrThrow=de.getNavigator=de.getNavigatorOrThrow=de.getDocument=de.getDocumentOrThrow=de.getFromWindowOrThrow=de.getFromWindow=void 0;function eo(e){let t;return typeof window<"u"&&typeof window[e]<"u"&&(t=window[e]),t}de.getFromWindow=eo;function Eo(e){let t=eo(e);if(!t)throw new Error(`${e} is not defined in Window`);return t}de.getFromWindowOrThrow=Eo;function Vu(){return Eo("document")}de.getDocumentOrThrow=Vu;function qu(){return eo("document")}de.getDocument=qu;function $u(){return Eo("navigator")}de.getNavigatorOrThrow=$u;function zu(){return eo("navigator")}de.getNavigator=zu;function Zu(){return Eo("location")}de.getLocationOrThrow=Zu;function ju(){return eo("location")}de.getLocation=ju;function Ku(){return Eo("crypto")}de.getCryptoOrThrow=Ku;function Ju(){return eo("crypto")}de.getCrypto=Ju;function Yu(){return Eo("localStorage")}de.getLocalStorageOrThrow=Yu;function Qu(){return eo("localStorage")}de.getLocalStorage=Qu});var _c=nr(Vn=>{"use strict";Object.defineProperty(Vn,"__esModule",{value:!0});Vn.getWindowMetadata=void 0;var Ec=Sa();function Xu(){let e,t;try{e=Ec.getDocumentOrThrow(),t=Ec.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 k=t.protocol+"//"+t.host;if(T.indexOf("/")===0)k+=T;else{let V=t.pathname.split("/");V.pop(),k+=V.join("/")+"/"+T}_.push(k)}else if(T.indexOf("//")===0){let k=t.protocol+T;_.push(k)}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=Xu});var Nc={};la(Nc,{BotInfo:()=>Lc,BrowserInfo:()=>Sc,NodeInfo:()=>Tc,ReactNativeInfo:()=>kc,SearchBotDeviceInfo:()=>Mc,browserName:()=>i0,detect:()=>n0,detectOS:()=>Wc,getNodeVersion:()=>Ic,parseUserAgent:()=>Ta});function n0(e){return e?Ta(e):typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"?new kc:typeof navigator<"u"?Ta(navigator.userAgent):Ic()}function Rc(e){return e!==""&&o0.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 i0(e){var t=Rc(e);return t?t[0]:null}function Ta(e){var t=Rc(e);if(!t)return null;var r=t[0],n=t[1];if(r==="searchbot")return new Lc;var i=n[1]&&n[1].split(/[._]/).slice(0,3);i?i.length<Pc&&(i=e0(i,a0(Pc-i.length))):i=[];var c=i.join("."),f=Wc(e),g=r0.exec(e);return g&&g[1]?new Mc(r,c,f,g[1]):new Sc(r,c,f)}function Wc(e){for(var t=0,r=Ac.length;t<r;t++){var n=Ac[t],i=n[0],c=n[1],f=c.exec(e);if(f)return i}return null}function Ic(){var e=typeof process<"u"&&process.version;return e?new Tc(process.version.slice(1)):null}function a0(e){for(var t=[],r=0;r<e;r++)t.push("0");return t}var e0,Sc,Tc,Mc,Lc,kc,t0,r0,Pc,o0,Ac,Oc=qs(()=>{e0=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},Sc=function(){function e(t,r,n){this.name=t,this.version=r,this.os=n,this.type="browser"}return e}(),Tc=function(){function e(t){this.version=t,this.type="node",this.name="node",this.os=process.platform}return e}(),Mc=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}(),Lc=function(){function e(){this.type="bot",this.bot=!0,this.name="bot",this.version=null,this.os=null}return e}(),kc=function(){function e(){this.type="react-native",this.name="react-native",this.version=null,this.os=null}return e}(),t0=/alexa|bot|crawl(er|ing)|facebookexternalhit|feedburner|google web preview|nagios|postrank|pingdom|slurp|spider|yahoo!|yandex/,r0=/(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask\ Jeeves\/Teoma|ia_archiver)/,Pc=3,o0=[["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",t0]],Ac=[["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 La=nr(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 Dc=Hn(),s0=Dc.__importStar(_c()),qt=Dc.__importStar(Sa()),l0=(Oc(),ca(Nc));function Ma(e){return(0,l0.detect)(e)}J.detectEnv=Ma;function qn(){let e=Ma();return e&&e.os?e.os:void 0}J.detectOS=qn;function Uc(){let e=qn();return e?e.toLowerCase().includes("android"):!1}J.isAndroid=Uc;function Bc(){let e=qn();return e?e.toLowerCase().includes("ios")||e.toLowerCase().includes("mac")&&navigator.maxTouchPoints>1:!1}J.isIOS=Bc;function c0(){return qn()?Uc()||Bc():!1}J.isMobile=c0;function Fc(){let e=Ma();return e&&e.name?e.name.toLowerCase()==="node":!1}J.isNode=Fc;function d0(){return!Fc()&&!!(0,J.getNavigator)()}J.isBrowser=d0;J.getFromWindow=qt.getFromWindow;J.getFromWindowOrThrow=qt.getFromWindowOrThrow;J.getDocumentOrThrow=qt.getDocumentOrThrow;J.getDocument=qt.getDocument;J.getNavigatorOrThrow=qt.getNavigatorOrThrow;J.getNavigator=qt.getNavigator;J.getLocationOrThrow=qt.getLocationOrThrow;J.getLocation=qt.getLocation;J.getCryptoOrThrow=qt.getCryptoOrThrow;J.getCrypto=qt.getCrypto;J.getLocalStorageOrThrow=qt.getLocalStorageOrThrow;J.getLocalStorage=qt.getLocalStorage;function u0(){return s0.getWindowMetadata()}J.getClientMeta=u0});var Gc={};la(Gc,{safeJsonParse:()=>f0,safeJsonStringify:()=>p0});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 p0(e){return typeof e=="string"?e:JSON.stringify(e)}var Hc=qs(()=>{});var ka=nr(_o=>{"use strict";Object.defineProperty(_o,"__esModule",{value:!0});_o.safeJsonStringify=_o.safeJsonParse=void 0;var h0=Hn(),Vc=h0.__importStar((Hc(),ca(Gc)));_o.safeJsonParse=Vc.safeJsonParse;_o.safeJsonStringify=Vc.safeJsonStringify});var Wa=nr(Ir=>{"use strict";Object.defineProperty(Ir,"__esModule",{value:!0});Ir.removeLocal=Ir.getLocal=Ir.setLocal=void 0;var qc=ka(),Ra=La();function m0(e,t){let r=(0,qc.safeJsonStringify)(t),n=(0,Ra.getLocalStorage)();n&&n.setItem(e,r)}Ir.setLocal=m0;function g0(e){let t=null,r=null,n=(0,Ra.getLocalStorage)();return n&&(r=n.getItem(e)),t=r&&(0,qc.safeJsonParse)(r),t}Ir.getLocal=g0;function v0(e){let t=(0,Ra.getLocalStorage)();t&&t.removeItem(e)}Ir.removeLocal=v0});var zc=nr(_t=>{"use strict";Object.defineProperty(_t,"__esModule",{value:!0});_t.getMobileLinkRegistry=_t.getMobileRegistryEntry=_t.saveMobileLinkInfo=_t.formatIOSMobile=_t.mobileLinkChoiceKey=void 0;var y0=Wa();_t.mobileLinkChoiceKey="WALLETCONNECT_DEEPLINK_CHOICE";function b0(e,t){let r=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${r}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${r}`:""}_t.formatIOSMobile=b0;function w0(e){let t=e.href.split("?")[0];(0,y0.setLocal)(_t.mobileLinkChoiceKey,Object.assign(Object.assign({},e),{href:t}))}_t.saveMobileLinkInfo=w0;function $c(e,t){return e.filter(r=>r.name.toLowerCase().includes(t.toLowerCase()))[0]}_t.getMobileRegistryEntry=$c;function C0(e,t){let r=e;return t&&(r=t.map(n=>$c(e,n)).filter(Boolean)),r}_t.getMobileLinkRegistry=C0});var Kc=nr(sr=>{"use strict";Object.defineProperty(sr,"__esModule",{value:!0});sr.formatMobileRegistry=sr.formatMobileRegistryEntry=sr.getDappRegistryUrl=sr.getWalletRegistryUrl=void 0;var Zc="https://registry.walletconnect.com";function x0(){return Zc+"/api/v2/wallets"}sr.getWalletRegistryUrl=x0;function E0(){return Zc+"/api/v2/dapps"}sr.getDappRegistryUrl=E0;function jc(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||""}}sr.formatMobileRegistryEntry=jc;function _0(e,t="mobile"){return Object.values(e).filter(r=>!!r[t].universal||!!r[t].native).map(r=>jc(r,t))}sr.formatMobileRegistry=_0});var Jc=nr(to=>{"use strict";Object.defineProperty(to,"__esModule",{value:!0});var Ko=Hn();Ko.__exportStar(La(),to);Ko.__exportStar(ka(),to);Ko.__exportStar(Wa(),to);Ko.__exportStar(zc(),to);Ko.__exportStar(Kc(),to)});var Ah={};la(Ah,{AsExternalProvider:()=>Rr,ConnectorManager:()=>Po,PrivyClient:()=>So,PrivyProvider:()=>Eu,PrivyProxyProvider:()=>Gt,VERSION:()=>En,WalletConnector:()=>wt,getAccessToken:()=>wo,usePrivy:()=>ie});module.exports=ca(Ah);var wu=require("@ethersproject/providers"),ve=require("react");var B=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var zs=N(require("axios")),Kt=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}]`:""}`}},mo=class extends Kt{constructor(r,n,i,c,f){super(i,c,f);this.type=r;this.status=n}},F=class extends Kt{constructor(r,n,i){super(r,n,i);this.type="client_error"}};var ye=class extends Kt{constructor(r,n,i){super(r,n,i);this.type="connector_error"}},st=e=>{if(e instanceof Kt)return e;if(!zs.default.isAxiosError(e))return Nt(e);if(!e.response)return new mo("api_error",null,e.message,e);let{type:t,message:r,error:n,code:i}=e.response.data;return new mo(t||"ApiError",e.response.status,r||n,e,i)},Nt=e=>e instanceof Kt?e:e instanceof Error?new F(e.message,e):new F(`Internal error: ${e}`);var Zs=()=>"/api/v1/sessions",js=()=>"/api/v1/sessions/logout",Ks=()=>"/api/v1/sessions/fork",Js=()=>"/api/v1/sessions/fork/recover",Ys=()=>"/api/v1/siwe/init",Qs=()=>"/api/v1/siwe/authenticate",Xs=()=>"/api/v1/siwe/link",el=()=>"/api/v1/passwordless/init",tl=()=>"/api/v1/passwordless/authenticate",rl=()=>"/api/v1/passwordless/link",ol=()=>"/api/v1/passwordless_sms/init",nl=()=>"/api/v1/passwordless_sms/authenticate",il=()=>"/api/v1/passwordless_sms/link",al=()=>"/api/v1/oauth/init",sl=()=>"/api/v1/oauth/authenticate",ll=()=>"/api/v1/oauth/link",cl=()=>"/api/v1/siwe/unlink",dl=()=>"/api/v1/passwordless/unlink",ul=()=>"/api/v1/passwordless_sms/unlink",fl=()=>"/api/v1/oauth/unlink",pl=()=>"/api/v1/analytics_events";var jr=class{constructor(t){this.meta={email:t}}async authenticate(){if(!this.api)throw new F("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new F("Email and email code must be set prior to calling authenticate.");try{let t=tl(),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 st(t)}}async link(){if(!this.api)throw new F("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new F("Email and email code must be set prior to calling authenticate.");try{let t=rl();return(await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})).data}catch(t){throw st(t)}}async sendCodeEmail(t){if(!this.api)throw new F("Auth flow has no API instance");if(t&&(this.meta.email=t),!this.meta.email)throw new F("Email must be set when initialzing authentication.");try{let r=el();return(await this.api.post(r,{email:this.meta.email})).data}catch(r){throw st(r)}}};var Mr=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 F("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new F("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new F("User denied confirmation during OAuth flow");try{let t=sl(),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 st(t)}}async link(){if(!this.api)throw new F("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new F("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new F("User denied confirmation during OAuth flow");try{let t=ll();return(await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(t){throw st(t)}}async getAuthorizationUrl(){var t;if(!this.api)throw new F("Auth flow has no API instance");if(!this.meta.provider)throw new F("Provider must be set when initialzing OAuth authentication.");try{let r=al();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 st(r)}}};var Lr=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 F("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign(),n=await this.api.post(Qs(),{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 st(t)}}async link(){if(!this.api)throw new F("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign(),n=await this.api.post(Xs(),{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 st(t)}}async promptConnect(){if(!this.api)throw new F("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 F("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 F("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 F("Auth flow has no API instance");let r=t.address,n=t.chainId,i=await this.api.post(Ys(),{address:r});return this.preparedMessage=this.walletConnector.prepareMessage(n,r,i.data.nonce),this.preparedMessage}};var Kr=class{constructor(t){this.meta={phoneNumber:t}}async authenticate(){if(!this.api)throw new F("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new F("phone number and sms code must be set prior to calling authenticate.");try{let t=nl(),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 st(t)}}async link(){if(!this.api)throw new F("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new F("phone number and sms code must be set prior to calling authenticate.");try{let t=il();return(await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(t){throw st(t)}}async sendSmsCode(t){if(!this.api)throw new F("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new F("phone nNumber must be set when initialzing authentication.");try{let r=ol();return(await this.api.post(r,{phoneNumber:this.meta.phoneNumber})).data}catch(r){throw st(r)}}};var od=require("@ethersproject/address");var hl="1.24.0-beta.5";var ir="4df5e2316331463a9130964bd6078dfa",xn="https://auth.privy.io",ml=1e4,Ot=1400,En=hl;var go="privy:token",_n="privy:refresh_token",$o="privy:session_transfer_token",Pn="privy:connectors",da="walletconnect",gl=3e4,Dt=1;var ua=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)}},fa=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 Lu(){return typeof window<"u"&&window.localStorage?new fa:new ua}var me=Lu();var zl=N(require("@coinbase/wallet-sdk")),Zl=require("@ethersproject/address");var zo=require("react/jsx-runtime"),Ut=({style:e,...t})=>(0,zo.jsxs)("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,zo.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,zo.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});var ql=require("@ethersproject/address"),$l=require("@ethersproject/providers");var bl=require("@ethersproject/logger");var vl="bytes/5.7.0";var vo=new bl.Logger(vl);function wl(e){return!!e.toHexString}function An(e){return e.slice||(e.slice=function(){let t=Array.prototype.slice.call(arguments);return An(new Uint8Array(Array.prototype.slice.apply(e,t)))}),e}function yl(e){return typeof e=="number"&&e==e&&e%1===0}function Sn(e){if(e==null)return!1;if(e.constructor===Uint8Array)return!0;if(typeof e=="string"||!yl(e.length)||e.length<0)return!1;for(let t=0;t<e.length;t++){let r=e[t];if(!yl(r)||r<0||r>=256)return!1}return!0}function Cl(e,t){if(t||(t={}),typeof e=="number"){vo.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),An(new Uint8Array(r))}if(t.allowMissingPrefix&&typeof e=="string"&&e.substring(0,2)!=="0x"&&(e="0x"+e),wl(e)&&(e=e.toHexString()),gr(e)){let r=e.substring(2);r.length%2&&(t.hexPad==="left"?r="0"+r:t.hexPad==="right"?r+="0":vo.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 An(new Uint8Array(n))}return Sn(e)?An(new Uint8Array(e)):vo.throwArgumentError("invalid arrayify value","value",e)}function gr(e,t){return!(typeof e!="string"||!e.match(/^0x[0-9A-Fa-f]*$/)||t&&e.length!==2+2*t)}var pa="0123456789abcdef";function xl(e,t){if(t||(t={}),typeof e=="number"){vo.checkSafeUint53(e,"invalid hexlify value");let r="";for(;e;)r=pa[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),wl(e))return e.toHexString();if(gr(e))return e.length%2&&(t.hexPad==="left"?e="0x0"+e.substring(2):t.hexPad==="right"?e+="0":vo.throwArgumentError("hex data is odd-length","value",e)),e.toLowerCase();if(Sn(e)){let r="0x";for(let n=0;n<e.length;n++){let i=e[n];r+=pa[(i&240)>>4]+pa[i&15]}return r}return vo.throwArgumentError("invalid hexlify value","value",e)}var Fl=require("@ethersproject/providers");var Tl=N(_l());var Jr=require("@ethersproject/logger");var Pl="bignumber/5.7.0";var ga=Tl.default.BN,vr=new Jr.Logger(Pl),ma={},Al=9007199254740991;var Sl=!1,lt=class{constructor(t,r){t!==ma&&vr.throwError("cannot call constructor directly; use BigNumber.from",Jr.Logger.errors.UNSUPPORTED_OPERATION,{operation:"new (BigNumber)"}),this._hex=r,this._isBigNumber=!0,Object.freeze(this)}fromTwos(t){return yt(ee(this).fromTwos(t))}toTwos(t){return yt(ee(this).toTwos(t))}abs(){return this._hex[0]==="-"?lt.from(this._hex.substring(1)):this}add(t){return yt(ee(this).add(ee(t)))}sub(t){return yt(ee(this).sub(ee(t)))}div(t){return lt.from(t).isZero()&&Bt("division-by-zero","div"),yt(ee(this).div(ee(t)))}mul(t){return yt(ee(this).mul(ee(t)))}mod(t){let r=ee(t);return r.isNeg()&&Bt("division-by-zero","mod"),yt(ee(this).umod(r))}pow(t){let r=ee(t);return r.isNeg()&&Bt("negative-power","pow"),yt(ee(this).pow(r))}and(t){let r=ee(t);return(this.isNegative()||r.isNeg())&&Bt("unbound-bitwise-result","and"),yt(ee(this).and(r))}or(t){let r=ee(t);return(this.isNegative()||r.isNeg())&&Bt("unbound-bitwise-result","or"),yt(ee(this).or(r))}xor(t){let r=ee(t);return(this.isNegative()||r.isNeg())&&Bt("unbound-bitwise-result","xor"),yt(ee(this).xor(r))}mask(t){return(this.isNegative()||t<0)&&Bt("negative-width","mask"),yt(ee(this).maskn(t))}shl(t){return(this.isNegative()||t<0)&&Bt("negative-width","shl"),yt(ee(this).shln(t))}shr(t){return(this.isNegative()||t<0)&&Bt("negative-width","shr"),yt(ee(this).shrn(t))}eq(t){return ee(this).eq(ee(t))}lt(t){return ee(this).lt(ee(t))}lte(t){return ee(this).lte(ee(t))}gt(t){return ee(this).gt(ee(t))}gte(t){return ee(this).gte(ee(t))}isNegative(){return this._hex[0]==="-"}isZero(){return ee(this).isZero()}toNumber(){try{return ee(this).toNumber()}catch{Bt("overflow","toNumber",this.toString())}return null}toBigInt(){try{return BigInt(this.toString())}catch{}return vr.throwError("this platform does not support BigInt",Jr.Logger.errors.UNSUPPORTED_OPERATION,{value:this.toString()})}toString(){return arguments.length>0&&(arguments[0]===10?Sl||(Sl=!0,vr.warn("BigNumber.toString does not accept any parameters; base-10 is assumed")):arguments[0]===16?vr.throwError("BigNumber.toString does not accept any parameters; use bigNumber.toHexString()",Jr.Logger.errors.UNEXPECTED_ARGUMENT,{}):vr.throwError("BigNumber.toString does not accept parameters",Jr.Logger.errors.UNEXPECTED_ARGUMENT,{})),ee(this).toString(10)}toHexString(){return this._hex}toJSON(t){return{type:"BigNumber",hex:this.toHexString()}}static from(t){if(t instanceof lt)return t;if(typeof t=="string")return t.match(/^-?0x[0-9a-f]+$/i)?new lt(ma,Zo(t)):t.match(/^-?[0-9]+$/)?new lt(ma,Zo(new ga(t))):vr.throwArgumentError("invalid BigNumber string","value",t);if(typeof t=="number")return t%1&&Bt("underflow","BigNumber.from",t),(t>=Al||t<=-Al)&&Bt("overflow","BigNumber.from",t),lt.from(String(t));let r=t;if(typeof r=="bigint")return lt.from(r.toString());if(Sn(r))return lt.from(xl(r));if(r)if(r.toHexString){let n=r.toHexString();if(typeof n=="string")return lt.from(n)}else{let n=r._hex;if(n==null&&r.type==="BigNumber"&&(n=r.hex),typeof n=="string"&&(gr(n)||n[0]==="-"&&gr(n.substring(1))))return lt.from(n)}return vr.throwArgumentError("invalid BigNumber value","value",t)}static isBigNumber(t){return!!(t&&t._isBigNumber)}};function Zo(e){if(typeof e!="string")return Zo(e.toString(16));if(e[0]==="-")return e=e.substring(1),e[0]==="-"&&vr.throwArgumentError("invalid hex","value",e),e=Zo(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 yt(e){return lt.from(Zo(e))}function ee(e){let t=lt.from(e).toHexString();return t[0]==="-"?new ga("-"+t.substring(3),16):new ga(t.substring(2),16)}function Bt(e,t,r){let n={fault:e,operation:t};return r!=null&&(n.value=r),vr.throwError(e,Jr.Logger.errors.NUMERIC_FAULT,n)}var Ll=require("@ethersproject/logger");var Ml="strings/5.7.0";var ku=new Ll.Logger(Ml),va;(function(e){e.current="",e.NFC="NFC",e.NFD="NFD",e.NFKC="NFKC",e.NFKD="NFKD"})(va||(va={}));var bt;(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"})(bt||(bt={}));function Ru(e,t,r,n,i){return ku.throwArgumentError(`invalid codepoint at offset ${t}; ${e}`,"bytes",r)}function kl(e,t,r,n,i){if(e===bt.BAD_PREFIX||e===bt.UNEXPECTED_CONTINUE){let c=0;for(let f=t+1;f<r.length&&r[f]>>6===2;f++)c++;return c}return e===bt.OVERRUN?r.length-t-1:0}function Wu(e,t,r,n,i){return e===bt.OVERLONG?(n.push(i),0):(n.push(65533),kl(e,t,r,n,i))}var Rl=Object.freeze({error:Ru,ignore:kl,replace:Wu});function Iu(e,t){t==null&&(t=Rl.error),e=Cl(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(bt.UNEXPECTED_CONTINUE,n-1,e,r):n+=t(bt.BAD_PREFIX,n-1,e,r);continue}if(n-1+c>=e.length){n+=t(bt.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(bt.MISSING_CONTINUE,n,e,r),g=null;break}g=g<<6|w&63,n++}if(g!==null){if(g>1114111){n+=t(bt.OUT_OF_RANGE,n-1-c,e,r,g);continue}if(g>=55296&&g<=57343){n+=t(bt.UTF16_SURROGATE,n-1-c,e,r,g);continue}if(g<=f){n+=t(bt.OVERLONG,n-1-c,e,r,g);continue}r.push(g)}}return r}function Nu(e){return e.map(t=>t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode((t>>10&1023)+55296,(t&1023)+56320))).join("")}function ya(e,t){return Nu(Iu(e,t))}var Gl=N(require("eventemitter3"));var Ou=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],Wl=e=>Ou.includes(e);var Il=require("libphonenumber-js/min");var Nl=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,}))$/),Ol=e=>(0,Il.isPossiblePhoneNumber)(String(e),"US"),Dl=(e,t)=>{let r=e.slice(0),n=[];for(;r.length;)n.push(r.splice(0,t));return n},Jt=(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}`},ba=e=>new Promise(t=>setTimeout(t,e)),Ul=(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 ba(r);f||c(new Error("Exceeded max attempts before resolving function"))})},Tn=(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},Du=(e,t)=>e.toLowerCase()===t.toLowerCase(),wa=(e,t)=>{for(let r of e)if(Du(r,t))return!0;return!1},Mn=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),jo=e=>typeof e=="string"?e:"0x"+e.toString(16);var Bl=require("@ethersproject/logger");var yo=class extends ye{constructor(){super("Wallet timeout");this.type="wallet_error"}},Qr=class extends ye{constructor(){super("User rejected connection");this.type="wallet_error"}},Ft=e=>{if(e instanceof ye)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new bo(e);return e.code===Bl.ErrorCode.ACTION_REJECTED&&(t.details=Yr.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new bo(e):new ye("Unknown connector error",e)},Ca=class extends Kt{constructor(r,n,i){super(r);this.type="provider_error";this.code=n,this.data=i}},bo=class extends Ca{constructor(r){var c,f,g;let n=r;super(n.message,n.code,n.data);let i=Object.values(Yr).find(y=>y.eipCode===n.code);this.details=i||Yr.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=Yr.E32002_CONNECTION_ALREADY_PENDING:this.details=Yr.E32002_REQUEST_ALREADY_PENDING:(g=n.message)!=null&&g.includes("Already processing")&&n.message.includes("eth_requestAccounts")&&(this.details=Yr.E32002_WALLET_LOCKED))}},Uu={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}},Bu={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}},Fu={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}},Yr={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Fu,...Bu},Xr={...Uu,...Yr};var Gu=12e4,xa=(e=new yo,t=Gu)=>new Promise((r,n)=>setTimeout(()=>{n(e)},t)),Gt=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 ye(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),xa()]).catch(r=>{throw Ft(r)})}},kr=class extends Error{constructor(r,n,i){super(r);this.code=n,this.data=i}},Ln=class extends Gl.default{constructor(r,n,i=1){super();this.walletProxy=r,this.address=n,this.chainId=i,this.infuraProvider=new Fl.InfuraProvider(i,ir)}async handleSendTransaction(r){if(!r.params||!Array.isArray(r.params))throw new kr(`Invalid params for ${r.method}`,4200);let n=r.params[0],i=n.chainId;if(i&&Number(i)!==this.chainId)throw new kr(`Chain disconnected. Currently connected to ${this.chainId}, attempting to send to ${Number(i)}`,4901);if(!await wo()||!this.address)throw new kr("Disconnected",4900);return(await Vl(n)).transactionHash}handleSwitchEthereumChain(r){if(!r.params||!Array.isArray(r.params))throw new kr(`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=gr(n)?ya(n):n;return await Hl(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:jo(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 jo(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(Wl(r.method)){let n=await wo();if(!n||!this.address)throw new kr("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 kr("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}}},Rr=class extends Gt{constructor(r){super(r)}},kn=class extends Gt{constructor(t){super(t)}sendAsync(t,r){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var wt=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
|
+
"use strict";var _u=Object.create;var Cn=Object.defineProperty;var Pu=Object.getOwnPropertyDescriptor;var Au=Object.getOwnPropertyNames;var Su=Object.getPrototypeOf,Tu=Object.prototype.hasOwnProperty;var qs=(e,t)=>()=>(e&&(t=e(e=0)),t);var nr=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),la=(e,t)=>{for(var r in t)Cn(e,r,{get:t[r],enumerable:!0})},$s=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Au(t))!Tu.call(e,i)&&i!==r&&Cn(e,i,{get:()=>t[i],enumerable:!(n=Pu(t,i))||n.enumerable});return e};var N=(e,t,r)=>(r=e!=null?_u(Su(e)):{},$s(t||!e||!e.__esModule?Cn(r,"default",{value:e,enumerable:!0}):r,e)),ca=e=>$s(Cn({},"__esModule",{value:!0}),e);var _l=nr((El,ha)=>{(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=require("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 R=1;for(a=y(o,m,o.length,s),m=0;m<b;m++)R*=s;this.imuln(R),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 R=this.clone();for(R.negative=0;!R.isZero();){var W=R.modrn(m).toString(o);R=R.idivn(m),R.isZero()?l=W+l:l=P[a-W.length]+W+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,R=p&67108863,W=Math.min(a,o.length-1),U=Math.max(0,a-h.length+1);U<=W;U++){var q=a-U|0;d=h.words[q]|0,u=o.words[U]|0,v=d*u+R,m+=v/67108864|0,R=v&67108863}s.words[a]=R|0,p=m|0}return p!==0?s.words[a]=p|0:s.length--,s._strip()}var k=function(o,s,l){var d=o.words,u=s.words,v=l.words,b=0,p,a,m,R=d[0]|0,W=R&8191,U=R>>>13,q=d[1]|0,x=q&8191,C=q>>>13,$=d[2]|0,I=$&8191,ae=$>>>13,ho=d[3]|0,pe=ho&8191,Ce=ho>>>13,Ts=d[4]|0,xe=Ts&8191,Ee=Ts>>>13,Ms=d[5]|0,_e=Ms&8191,Pe=Ms>>>13,Ls=d[6]|0,Ae=Ls&8191,Se=Ls>>>13,ks=d[7]|0,Te=ks&8191,Me=ks>>>13,Rs=d[8]|0,Le=Rs&8191,ke=Rs>>>13,Ws=d[9]|0,Re=Ws&8191,We=Ws>>>13,Is=u[0]|0,Ie=Is&8191,Ne=Is>>>13,Ns=u[1]|0,Oe=Ns&8191,De=Ns>>>13,Os=u[2]|0,Ue=Os&8191,Be=Os>>>13,Ds=u[3]|0,Fe=Ds&8191,Ge=Ds>>>13,Us=u[4]|0,He=Us&8191,Ve=Us>>>13,Bs=u[5]|0,qe=Bs&8191,$e=Bs>>>13,Fs=u[6]|0,ze=Fs&8191,Ze=Fs>>>13,Gs=u[7]|0,je=Gs&8191,Ke=Gs>>>13,Hs=u[8]|0,Je=Hs&8191,Ye=Hs>>>13,Vs=u[9]|0,Qe=Vs&8191,Xe=Vs>>>13;l.negative=o.negative^s.negative,l.length=19,p=Math.imul(W,Ie),a=Math.imul(W,Ne),a=a+Math.imul(U,Ie)|0,m=Math.imul(U,Ne);var Vi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Vi>>>26)|0,Vi&=67108863,p=Math.imul(x,Ie),a=Math.imul(x,Ne),a=a+Math.imul(C,Ie)|0,m=Math.imul(C,Ne),p=p+Math.imul(W,Oe)|0,a=a+Math.imul(W,De)|0,a=a+Math.imul(U,Oe)|0,m=m+Math.imul(U,De)|0;var qi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(qi>>>26)|0,qi&=67108863,p=Math.imul(I,Ie),a=Math.imul(I,Ne),a=a+Math.imul(ae,Ie)|0,m=Math.imul(ae,Ne),p=p+Math.imul(x,Oe)|0,a=a+Math.imul(x,De)|0,a=a+Math.imul(C,Oe)|0,m=m+Math.imul(C,De)|0,p=p+Math.imul(W,Ue)|0,a=a+Math.imul(W,Be)|0,a=a+Math.imul(U,Ue)|0,m=m+Math.imul(U,Be)|0;var $i=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+($i>>>26)|0,$i&=67108863,p=Math.imul(pe,Ie),a=Math.imul(pe,Ne),a=a+Math.imul(Ce,Ie)|0,m=Math.imul(Ce,Ne),p=p+Math.imul(I,Oe)|0,a=a+Math.imul(I,De)|0,a=a+Math.imul(ae,Oe)|0,m=m+Math.imul(ae,De)|0,p=p+Math.imul(x,Ue)|0,a=a+Math.imul(x,Be)|0,a=a+Math.imul(C,Ue)|0,m=m+Math.imul(C,Be)|0,p=p+Math.imul(W,Fe)|0,a=a+Math.imul(W,Ge)|0,a=a+Math.imul(U,Fe)|0,m=m+Math.imul(U,Ge)|0;var zi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(zi>>>26)|0,zi&=67108863,p=Math.imul(xe,Ie),a=Math.imul(xe,Ne),a=a+Math.imul(Ee,Ie)|0,m=Math.imul(Ee,Ne),p=p+Math.imul(pe,Oe)|0,a=a+Math.imul(pe,De)|0,a=a+Math.imul(Ce,Oe)|0,m=m+Math.imul(Ce,De)|0,p=p+Math.imul(I,Ue)|0,a=a+Math.imul(I,Be)|0,a=a+Math.imul(ae,Ue)|0,m=m+Math.imul(ae,Be)|0,p=p+Math.imul(x,Fe)|0,a=a+Math.imul(x,Ge)|0,a=a+Math.imul(C,Fe)|0,m=m+Math.imul(C,Ge)|0,p=p+Math.imul(W,He)|0,a=a+Math.imul(W,Ve)|0,a=a+Math.imul(U,He)|0,m=m+Math.imul(U,Ve)|0;var Zi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Zi>>>26)|0,Zi&=67108863,p=Math.imul(_e,Ie),a=Math.imul(_e,Ne),a=a+Math.imul(Pe,Ie)|0,m=Math.imul(Pe,Ne),p=p+Math.imul(xe,Oe)|0,a=a+Math.imul(xe,De)|0,a=a+Math.imul(Ee,Oe)|0,m=m+Math.imul(Ee,De)|0,p=p+Math.imul(pe,Ue)|0,a=a+Math.imul(pe,Be)|0,a=a+Math.imul(Ce,Ue)|0,m=m+Math.imul(Ce,Be)|0,p=p+Math.imul(I,Fe)|0,a=a+Math.imul(I,Ge)|0,a=a+Math.imul(ae,Fe)|0,m=m+Math.imul(ae,Ge)|0,p=p+Math.imul(x,He)|0,a=a+Math.imul(x,Ve)|0,a=a+Math.imul(C,He)|0,m=m+Math.imul(C,Ve)|0,p=p+Math.imul(W,qe)|0,a=a+Math.imul(W,$e)|0,a=a+Math.imul(U,qe)|0,m=m+Math.imul(U,$e)|0;var ji=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(ji>>>26)|0,ji&=67108863,p=Math.imul(Ae,Ie),a=Math.imul(Ae,Ne),a=a+Math.imul(Se,Ie)|0,m=Math.imul(Se,Ne),p=p+Math.imul(_e,Oe)|0,a=a+Math.imul(_e,De)|0,a=a+Math.imul(Pe,Oe)|0,m=m+Math.imul(Pe,De)|0,p=p+Math.imul(xe,Ue)|0,a=a+Math.imul(xe,Be)|0,a=a+Math.imul(Ee,Ue)|0,m=m+Math.imul(Ee,Be)|0,p=p+Math.imul(pe,Fe)|0,a=a+Math.imul(pe,Ge)|0,a=a+Math.imul(Ce,Fe)|0,m=m+Math.imul(Ce,Ge)|0,p=p+Math.imul(I,He)|0,a=a+Math.imul(I,Ve)|0,a=a+Math.imul(ae,He)|0,m=m+Math.imul(ae,Ve)|0,p=p+Math.imul(x,qe)|0,a=a+Math.imul(x,$e)|0,a=a+Math.imul(C,qe)|0,m=m+Math.imul(C,$e)|0,p=p+Math.imul(W,ze)|0,a=a+Math.imul(W,Ze)|0,a=a+Math.imul(U,ze)|0,m=m+Math.imul(U,Ze)|0;var Ki=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,p=Math.imul(Te,Ie),a=Math.imul(Te,Ne),a=a+Math.imul(Me,Ie)|0,m=Math.imul(Me,Ne),p=p+Math.imul(Ae,Oe)|0,a=a+Math.imul(Ae,De)|0,a=a+Math.imul(Se,Oe)|0,m=m+Math.imul(Se,De)|0,p=p+Math.imul(_e,Ue)|0,a=a+Math.imul(_e,Be)|0,a=a+Math.imul(Pe,Ue)|0,m=m+Math.imul(Pe,Be)|0,p=p+Math.imul(xe,Fe)|0,a=a+Math.imul(xe,Ge)|0,a=a+Math.imul(Ee,Fe)|0,m=m+Math.imul(Ee,Ge)|0,p=p+Math.imul(pe,He)|0,a=a+Math.imul(pe,Ve)|0,a=a+Math.imul(Ce,He)|0,m=m+Math.imul(Ce,Ve)|0,p=p+Math.imul(I,qe)|0,a=a+Math.imul(I,$e)|0,a=a+Math.imul(ae,qe)|0,m=m+Math.imul(ae,$e)|0,p=p+Math.imul(x,ze)|0,a=a+Math.imul(x,Ze)|0,a=a+Math.imul(C,ze)|0,m=m+Math.imul(C,Ze)|0,p=p+Math.imul(W,je)|0,a=a+Math.imul(W,Ke)|0,a=a+Math.imul(U,je)|0,m=m+Math.imul(U,Ke)|0;var Ji=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Ji>>>26)|0,Ji&=67108863,p=Math.imul(Le,Ie),a=Math.imul(Le,Ne),a=a+Math.imul(ke,Ie)|0,m=Math.imul(ke,Ne),p=p+Math.imul(Te,Oe)|0,a=a+Math.imul(Te,De)|0,a=a+Math.imul(Me,Oe)|0,m=m+Math.imul(Me,De)|0,p=p+Math.imul(Ae,Ue)|0,a=a+Math.imul(Ae,Be)|0,a=a+Math.imul(Se,Ue)|0,m=m+Math.imul(Se,Be)|0,p=p+Math.imul(_e,Fe)|0,a=a+Math.imul(_e,Ge)|0,a=a+Math.imul(Pe,Fe)|0,m=m+Math.imul(Pe,Ge)|0,p=p+Math.imul(xe,He)|0,a=a+Math.imul(xe,Ve)|0,a=a+Math.imul(Ee,He)|0,m=m+Math.imul(Ee,Ve)|0,p=p+Math.imul(pe,qe)|0,a=a+Math.imul(pe,$e)|0,a=a+Math.imul(Ce,qe)|0,m=m+Math.imul(Ce,$e)|0,p=p+Math.imul(I,ze)|0,a=a+Math.imul(I,Ze)|0,a=a+Math.imul(ae,ze)|0,m=m+Math.imul(ae,Ze)|0,p=p+Math.imul(x,je)|0,a=a+Math.imul(x,Ke)|0,a=a+Math.imul(C,je)|0,m=m+Math.imul(C,Ke)|0,p=p+Math.imul(W,Je)|0,a=a+Math.imul(W,Ye)|0,a=a+Math.imul(U,Je)|0,m=m+Math.imul(U,Ye)|0;var Yi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Yi>>>26)|0,Yi&=67108863,p=Math.imul(Re,Ie),a=Math.imul(Re,Ne),a=a+Math.imul(We,Ie)|0,m=Math.imul(We,Ne),p=p+Math.imul(Le,Oe)|0,a=a+Math.imul(Le,De)|0,a=a+Math.imul(ke,Oe)|0,m=m+Math.imul(ke,De)|0,p=p+Math.imul(Te,Ue)|0,a=a+Math.imul(Te,Be)|0,a=a+Math.imul(Me,Ue)|0,m=m+Math.imul(Me,Be)|0,p=p+Math.imul(Ae,Fe)|0,a=a+Math.imul(Ae,Ge)|0,a=a+Math.imul(Se,Fe)|0,m=m+Math.imul(Se,Ge)|0,p=p+Math.imul(_e,He)|0,a=a+Math.imul(_e,Ve)|0,a=a+Math.imul(Pe,He)|0,m=m+Math.imul(Pe,Ve)|0,p=p+Math.imul(xe,qe)|0,a=a+Math.imul(xe,$e)|0,a=a+Math.imul(Ee,qe)|0,m=m+Math.imul(Ee,$e)|0,p=p+Math.imul(pe,ze)|0,a=a+Math.imul(pe,Ze)|0,a=a+Math.imul(Ce,ze)|0,m=m+Math.imul(Ce,Ze)|0,p=p+Math.imul(I,je)|0,a=a+Math.imul(I,Ke)|0,a=a+Math.imul(ae,je)|0,m=m+Math.imul(ae,Ke)|0,p=p+Math.imul(x,Je)|0,a=a+Math.imul(x,Ye)|0,a=a+Math.imul(C,Je)|0,m=m+Math.imul(C,Ye)|0,p=p+Math.imul(W,Qe)|0,a=a+Math.imul(W,Xe)|0,a=a+Math.imul(U,Qe)|0,m=m+Math.imul(U,Xe)|0;var Qi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Qi>>>26)|0,Qi&=67108863,p=Math.imul(Re,Oe),a=Math.imul(Re,De),a=a+Math.imul(We,Oe)|0,m=Math.imul(We,De),p=p+Math.imul(Le,Ue)|0,a=a+Math.imul(Le,Be)|0,a=a+Math.imul(ke,Ue)|0,m=m+Math.imul(ke,Be)|0,p=p+Math.imul(Te,Fe)|0,a=a+Math.imul(Te,Ge)|0,a=a+Math.imul(Me,Fe)|0,m=m+Math.imul(Me,Ge)|0,p=p+Math.imul(Ae,He)|0,a=a+Math.imul(Ae,Ve)|0,a=a+Math.imul(Se,He)|0,m=m+Math.imul(Se,Ve)|0,p=p+Math.imul(_e,qe)|0,a=a+Math.imul(_e,$e)|0,a=a+Math.imul(Pe,qe)|0,m=m+Math.imul(Pe,$e)|0,p=p+Math.imul(xe,ze)|0,a=a+Math.imul(xe,Ze)|0,a=a+Math.imul(Ee,ze)|0,m=m+Math.imul(Ee,Ze)|0,p=p+Math.imul(pe,je)|0,a=a+Math.imul(pe,Ke)|0,a=a+Math.imul(Ce,je)|0,m=m+Math.imul(Ce,Ke)|0,p=p+Math.imul(I,Je)|0,a=a+Math.imul(I,Ye)|0,a=a+Math.imul(ae,Je)|0,m=m+Math.imul(ae,Ye)|0,p=p+Math.imul(x,Qe)|0,a=a+Math.imul(x,Xe)|0,a=a+Math.imul(C,Qe)|0,m=m+Math.imul(C,Xe)|0;var Xi=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(Xi>>>26)|0,Xi&=67108863,p=Math.imul(Re,Ue),a=Math.imul(Re,Be),a=a+Math.imul(We,Ue)|0,m=Math.imul(We,Be),p=p+Math.imul(Le,Fe)|0,a=a+Math.imul(Le,Ge)|0,a=a+Math.imul(ke,Fe)|0,m=m+Math.imul(ke,Ge)|0,p=p+Math.imul(Te,He)|0,a=a+Math.imul(Te,Ve)|0,a=a+Math.imul(Me,He)|0,m=m+Math.imul(Me,Ve)|0,p=p+Math.imul(Ae,qe)|0,a=a+Math.imul(Ae,$e)|0,a=a+Math.imul(Se,qe)|0,m=m+Math.imul(Se,$e)|0,p=p+Math.imul(_e,ze)|0,a=a+Math.imul(_e,Ze)|0,a=a+Math.imul(Pe,ze)|0,m=m+Math.imul(Pe,Ze)|0,p=p+Math.imul(xe,je)|0,a=a+Math.imul(xe,Ke)|0,a=a+Math.imul(Ee,je)|0,m=m+Math.imul(Ee,Ke)|0,p=p+Math.imul(pe,Je)|0,a=a+Math.imul(pe,Ye)|0,a=a+Math.imul(Ce,Je)|0,m=m+Math.imul(Ce,Ye)|0,p=p+Math.imul(I,Qe)|0,a=a+Math.imul(I,Xe)|0,a=a+Math.imul(ae,Qe)|0,m=m+Math.imul(ae,Xe)|0;var ea=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(ea>>>26)|0,ea&=67108863,p=Math.imul(Re,Fe),a=Math.imul(Re,Ge),a=a+Math.imul(We,Fe)|0,m=Math.imul(We,Ge),p=p+Math.imul(Le,He)|0,a=a+Math.imul(Le,Ve)|0,a=a+Math.imul(ke,He)|0,m=m+Math.imul(ke,Ve)|0,p=p+Math.imul(Te,qe)|0,a=a+Math.imul(Te,$e)|0,a=a+Math.imul(Me,qe)|0,m=m+Math.imul(Me,$e)|0,p=p+Math.imul(Ae,ze)|0,a=a+Math.imul(Ae,Ze)|0,a=a+Math.imul(Se,ze)|0,m=m+Math.imul(Se,Ze)|0,p=p+Math.imul(_e,je)|0,a=a+Math.imul(_e,Ke)|0,a=a+Math.imul(Pe,je)|0,m=m+Math.imul(Pe,Ke)|0,p=p+Math.imul(xe,Je)|0,a=a+Math.imul(xe,Ye)|0,a=a+Math.imul(Ee,Je)|0,m=m+Math.imul(Ee,Ye)|0,p=p+Math.imul(pe,Qe)|0,a=a+Math.imul(pe,Xe)|0,a=a+Math.imul(Ce,Qe)|0,m=m+Math.imul(Ce,Xe)|0;var ta=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(ta>>>26)|0,ta&=67108863,p=Math.imul(Re,He),a=Math.imul(Re,Ve),a=a+Math.imul(We,He)|0,m=Math.imul(We,Ve),p=p+Math.imul(Le,qe)|0,a=a+Math.imul(Le,$e)|0,a=a+Math.imul(ke,qe)|0,m=m+Math.imul(ke,$e)|0,p=p+Math.imul(Te,ze)|0,a=a+Math.imul(Te,Ze)|0,a=a+Math.imul(Me,ze)|0,m=m+Math.imul(Me,Ze)|0,p=p+Math.imul(Ae,je)|0,a=a+Math.imul(Ae,Ke)|0,a=a+Math.imul(Se,je)|0,m=m+Math.imul(Se,Ke)|0,p=p+Math.imul(_e,Je)|0,a=a+Math.imul(_e,Ye)|0,a=a+Math.imul(Pe,Je)|0,m=m+Math.imul(Pe,Ye)|0,p=p+Math.imul(xe,Qe)|0,a=a+Math.imul(xe,Xe)|0,a=a+Math.imul(Ee,Qe)|0,m=m+Math.imul(Ee,Xe)|0;var ra=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(ra>>>26)|0,ra&=67108863,p=Math.imul(Re,qe),a=Math.imul(Re,$e),a=a+Math.imul(We,qe)|0,m=Math.imul(We,$e),p=p+Math.imul(Le,ze)|0,a=a+Math.imul(Le,Ze)|0,a=a+Math.imul(ke,ze)|0,m=m+Math.imul(ke,Ze)|0,p=p+Math.imul(Te,je)|0,a=a+Math.imul(Te,Ke)|0,a=a+Math.imul(Me,je)|0,m=m+Math.imul(Me,Ke)|0,p=p+Math.imul(Ae,Je)|0,a=a+Math.imul(Ae,Ye)|0,a=a+Math.imul(Se,Je)|0,m=m+Math.imul(Se,Ye)|0,p=p+Math.imul(_e,Qe)|0,a=a+Math.imul(_e,Xe)|0,a=a+Math.imul(Pe,Qe)|0,m=m+Math.imul(Pe,Xe)|0;var oa=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(oa>>>26)|0,oa&=67108863,p=Math.imul(Re,ze),a=Math.imul(Re,Ze),a=a+Math.imul(We,ze)|0,m=Math.imul(We,Ze),p=p+Math.imul(Le,je)|0,a=a+Math.imul(Le,Ke)|0,a=a+Math.imul(ke,je)|0,m=m+Math.imul(ke,Ke)|0,p=p+Math.imul(Te,Je)|0,a=a+Math.imul(Te,Ye)|0,a=a+Math.imul(Me,Je)|0,m=m+Math.imul(Me,Ye)|0,p=p+Math.imul(Ae,Qe)|0,a=a+Math.imul(Ae,Xe)|0,a=a+Math.imul(Se,Qe)|0,m=m+Math.imul(Se,Xe)|0;var na=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(na>>>26)|0,na&=67108863,p=Math.imul(Re,je),a=Math.imul(Re,Ke),a=a+Math.imul(We,je)|0,m=Math.imul(We,Ke),p=p+Math.imul(Le,Je)|0,a=a+Math.imul(Le,Ye)|0,a=a+Math.imul(ke,Je)|0,m=m+Math.imul(ke,Ye)|0,p=p+Math.imul(Te,Qe)|0,a=a+Math.imul(Te,Xe)|0,a=a+Math.imul(Me,Qe)|0,m=m+Math.imul(Me,Xe)|0;var ia=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(ia>>>26)|0,ia&=67108863,p=Math.imul(Re,Je),a=Math.imul(Re,Ye),a=a+Math.imul(We,Je)|0,m=Math.imul(We,Ye),p=p+Math.imul(Le,Qe)|0,a=a+Math.imul(Le,Xe)|0,a=a+Math.imul(ke,Qe)|0,m=m+Math.imul(ke,Xe)|0;var aa=(b+p|0)+((a&8191)<<13)|0;b=(m+(a>>>13)|0)+(aa>>>26)|0,aa&=67108863,p=Math.imul(Re,Qe),a=Math.imul(Re,Xe),a=a+Math.imul(We,Qe)|0,m=Math.imul(We,Xe);var sa=(b+p|0)+((a&8191)<<13)|0;return b=(m+(a>>>13)|0)+(sa>>>26)|0,sa&=67108863,v[0]=Vi,v[1]=qi,v[2]=$i,v[3]=zi,v[4]=Zi,v[5]=ji,v[6]=Ki,v[7]=Ji,v[8]=Yi,v[9]=Qi,v[10]=Xi,v[11]=ea,v[12]=ta,v[13]=ra,v[14]=oa,v[15]=na,v[16]=ia,v[17]=aa,v[18]=sa,b!==0&&(v[19]=b,l.length++),l};Math.imul||(k=S);function V(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,R=h.words[m]|0,W=o.words[a]|0,U=R*W,q=U&67108863;v=v+(U/67108864|0)|0,q=q+b|0,b=q&67108863,v=v+(q>>>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 z(h,o,s){return V(h,o,s)}i.prototype.mulTo=function(o,s){var l,d=this.length+o.length;return this.length===10&&o.length===10?l=k(this,o,s):d<63?l=S(this,o,s):d<1024?l=V(this,o,s):l=z(this,o,s),l};function Z(h,o){this.x=h,this.y=o}Z.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},Z.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},Z.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]]},Z.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),R=0;R<u;R+=p)for(var W=a,U=m,q=0;q<b;q++){var x=l[R+q],C=d[R+q],$=l[R+q+b],I=d[R+q+b],ae=W*$-U*I;I=W*I+U*$,$=ae,l[R+q]=x+$,d[R+q]=C+I,l[R+q+b]=x-$,d[R+q+b]=C-I,q!==p&&(ae=a*W-m*U,U=a*U+m*W,W=ae)}},Z.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},Z.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}},Z.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},Z.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)},Z.prototype.stub=function(o){for(var s=new Array(o),l=0;l<o;l++)s[l]=0;return s},Z.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),R=new Array(d),W=new Array(d),U=l.words;U.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,R,W,d,u);for(var q=0;q<d;q++){var x=p[q]*R[q]-a[q]*W[q];a[q]=p[q]*W[q]+a[q]*R[q],p[q]=x}return this.conjugate(p,a,d),this.transform(p,a,U,v,d,u),this.conjugate(U,v,d),this.normalize13b(U,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),z(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 R=this.words[a]|0;this.words[a]=m<<26-u|R>>>u,m=R&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 R=d.clone()._ishlnsubmul(u,1,p);R.negative===0&&(d=R,a&&(a.words[p]=1));for(var W=p-1;W>=0;W--){var U=(d.words[u.length+W]|0)*67108864+(d.words[u.length+W-1]|0);for(U=Math.min(U/v|0,67108863),d._ishlnsubmul(u,U,W);d.negative!==0;)U--,d.negative=0,d._ishlnsubmul(u,1,W),d.isZero()||(d.negative^=1);a&&(a.words[W]=U)}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 R=0,W=1;(s.words[0]&W)===0&&R<26;++R,W<<=1);if(R>0)for(s.iushrn(R);R-- >0;)(d.isOdd()||u.isOdd())&&(d.iadd(a),u.isub(m)),d.iushrn(1),u.iushrn(1);for(var U=0,q=1;(l.words[0]&q)===0&&U<26;++U,q<<=1);if(U>0)for(l.iushrn(U);U-- >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 R;return s.cmpn(1)===0?R=d:R=u,R.cmpn(0)<0&&R.iadd(o),R},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 H(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 Y={k256:null,p224:null,p192:null,p25519:null};function Q(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()}Q.prototype._tmp=function(){var o=new i(null);return o.words=new Array(Math.ceil(this.n/13)),o},Q.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},Q.prototype.split=function(o,s){o.iushrn(this.n,0,s)},Q.prototype.imulK=function(o){return o.imul(this.k)};function ne(){Q.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}n(ne,Q),ne.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},ne.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 it(){Q.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}n(it,Q);function at(){Q.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}n(at,Q);function ce(){Q.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}n(ce,Q),ce.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(Y[o])return Y[o];var s;if(o==="k256")s=new ne;else if(o==="p224")s=new it;else if(o==="p192")s=new at;else if(o==="p25519")s=new ce;else throw new Error("Unknown prime "+o);return Y[o]=s,s};function H(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}H.prototype._verify1=function(o){r(o.negative===0,"red works only with positives"),r(o.red,"red works only with red numbers")},H.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")},H.prototype.imod=function(o){return this.prime?this.prime.ireduce(o)._forceRed(this):(w(o,o.umod(this.m)._forceRed(this)),o)},H.prototype.neg=function(o){return o.isZero()?o.clone():this.m.sub(o)._forceRed(this)},H.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)},H.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},H.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)},H.prototype.isub=function(o,s){this._verify2(o,s);var l=o.isub(s);return l.cmpn(0)<0&&l.iadd(this.m),l},H.prototype.shl=function(o,s){return this._verify1(o),this.imod(o.ushln(s))},H.prototype.imul=function(o,s){return this._verify2(o,s),this.imod(o.imul(s))},H.prototype.mul=function(o,s){return this._verify2(o,s),this.imod(o.mul(s))},H.prototype.isqr=function(o){return this.imul(o,o.clone())},H.prototype.sqr=function(o){return this.mul(o,o)},H.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),R=this.pow(o,d.addn(1).iushrn(1)),W=this.pow(o,d),U=u;W.cmp(v)!==0;){for(var q=W,x=0;q.cmp(v)!==0;x++)q=q.redSqr();r(x<U);var C=this.pow(m,new i(1).iushln(U-x-1));R=R.redMul(C),m=C.redSqr(),W=W.redMul(m),U=x}return R},H.prototype.invm=function(o){var s=o._invmp(this.m);return s.negative!==0?(s.negative=0,this.imod(s).redNeg()):this.imod(s)},H.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],R=a-1;R>=0;R--){var W=m>>R&1;if(v!==d[0]&&(v=this.sqr(v)),W===0&&b===0){p=0;continue}b<<=1,b|=W,p++,!(p!==l&&(u!==0||R!==0))&&(v=this.mul(v,d[b]),p=0,b=0)}a=26}return v},H.prototype.convertTo=function(o){var s=o.umod(this.m);return s===o?s.clone():s},H.prototype.convertFrom=function(o){var s=o.clone();return s.red=null,s},i.mont=function(o){return new j(o)};function j(h){H.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(j,H),j.prototype.convertTo=function(o){return this.imod(o.ushln(this.shift))},j.prototype.convertFrom=function(o){var s=this.imod(o.mul(this.rinv));return s.red=null,s},j.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)},j.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)},j.prototype.invm=function(o){var s=this.imod(o._invmp(this.m).mul(this.r2));return s._forceRed(this)}})(typeof ha>"u"||ha,El)});var Hn=nr((s2,Gn)=>{var rc,oc,nc,ic,ac,sc,lc,cc,dc,Bn,Aa,uc,fc,pc,xo,hc,mc,gc,vc,yc,bc,wc,Cc,xc,Fn;(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 Gn=="object"&&typeof Gn.exports=="object"?e(r(t,r(Gn.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])};rc=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)},oc=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},nc=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},ic=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},ac=function(n,i){return function(c,f){i(c,f,n)}},sc=function(n,i){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,i)},lc=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())})},cc=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}}},dc=function(n,i){for(var c in n)c!=="default"&&!Object.prototype.hasOwnProperty.call(i,c)&&Fn(i,n,c)},Fn=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]},Bn=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.")},Aa=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},uc=function(){for(var n=[],i=0;i<arguments.length;i++)n=n.concat(Aa(arguments[i]));return n},fc=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},pc=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))},xo=function(n){return this instanceof xo?(this.v=n,this):new xo(n)},hc=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(k,V){y.push([E,S,k,V])>1||A(E,S)})})}function A(E,S){try{P(f[E](S))}catch(k){M(y[0][3],k)}}function P(E){E.value instanceof xo?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])}},mc=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:xo(n[g](w)),done:g==="return"}:y?y(w):w}:y}},gc=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 Bn=="function"?Bn(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)}},vc=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};yc=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)&&Fn(i,n,c);return r(i,n),i},bc=function(n){return n&&n.__esModule?n:{default:n}},wc=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)},Cc=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},xc=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",rc),e("__assign",oc),e("__rest",nc),e("__decorate",ic),e("__param",ac),e("__metadata",sc),e("__awaiter",lc),e("__generator",cc),e("__exportStar",dc),e("__createBinding",Fn),e("__values",Bn),e("__read",Aa),e("__spread",uc),e("__spreadArrays",fc),e("__spreadArray",pc),e("__await",xo),e("__asyncGenerator",hc),e("__asyncDelegator",mc),e("__asyncValues",gc),e("__makeTemplateObject",vc),e("__importStar",yc),e("__importDefault",bc),e("__classPrivateFieldGet",wc),e("__classPrivateFieldSet",Cc),e("__classPrivateFieldIn",xc)})});var Sa=nr(de=>{"use strict";Object.defineProperty(de,"__esModule",{value:!0});de.getLocalStorage=de.getLocalStorageOrThrow=de.getCrypto=de.getCryptoOrThrow=de.getLocation=de.getLocationOrThrow=de.getNavigator=de.getNavigatorOrThrow=de.getDocument=de.getDocumentOrThrow=de.getFromWindowOrThrow=de.getFromWindow=void 0;function eo(e){let t;return typeof window<"u"&&typeof window[e]<"u"&&(t=window[e]),t}de.getFromWindow=eo;function Eo(e){let t=eo(e);if(!t)throw new Error(`${e} is not defined in Window`);return t}de.getFromWindowOrThrow=Eo;function Vu(){return Eo("document")}de.getDocumentOrThrow=Vu;function qu(){return eo("document")}de.getDocument=qu;function $u(){return Eo("navigator")}de.getNavigatorOrThrow=$u;function zu(){return eo("navigator")}de.getNavigator=zu;function Zu(){return Eo("location")}de.getLocationOrThrow=Zu;function ju(){return eo("location")}de.getLocation=ju;function Ku(){return Eo("crypto")}de.getCryptoOrThrow=Ku;function Ju(){return eo("crypto")}de.getCrypto=Ju;function Yu(){return Eo("localStorage")}de.getLocalStorageOrThrow=Yu;function Qu(){return eo("localStorage")}de.getLocalStorage=Qu});var _c=nr(Vn=>{"use strict";Object.defineProperty(Vn,"__esModule",{value:!0});Vn.getWindowMetadata=void 0;var Ec=Sa();function Xu(){let e,t;try{e=Ec.getDocumentOrThrow(),t=Ec.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 k=t.protocol+"//"+t.host;if(S.indexOf("/")===0)k+=S;else{let V=t.pathname.split("/");V.pop(),k+=V.join("/")+"/"+S}_.push(k)}else if(S.indexOf("//")===0){let k=t.protocol+S;_.push(k)}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=Xu});var Nc={};la(Nc,{BotInfo:()=>Lc,BrowserInfo:()=>Sc,NodeInfo:()=>Tc,ReactNativeInfo:()=>kc,SearchBotDeviceInfo:()=>Mc,browserName:()=>i0,detect:()=>n0,detectOS:()=>Wc,getNodeVersion:()=>Ic,parseUserAgent:()=>Ta});function n0(e){return e?Ta(e):typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"?new kc:typeof navigator<"u"?Ta(navigator.userAgent):Ic()}function Rc(e){return e!==""&&o0.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 i0(e){var t=Rc(e);return t?t[0]:null}function Ta(e){var t=Rc(e);if(!t)return null;var r=t[0],n=t[1];if(r==="searchbot")return new Lc;var i=n[1]&&n[1].split(/[._]/).slice(0,3);i?i.length<Pc&&(i=e0(i,a0(Pc-i.length))):i=[];var c=i.join("."),f=Wc(e),g=r0.exec(e);return g&&g[1]?new Mc(r,c,f,g[1]):new Sc(r,c,f)}function Wc(e){for(var t=0,r=Ac.length;t<r;t++){var n=Ac[t],i=n[0],c=n[1],f=c.exec(e);if(f)return i}return null}function Ic(){var e=typeof process<"u"&&process.version;return e?new Tc(process.version.slice(1)):null}function a0(e){for(var t=[],r=0;r<e;r++)t.push("0");return t}var e0,Sc,Tc,Mc,Lc,kc,t0,r0,Pc,o0,Ac,Oc=qs(()=>{e0=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},Sc=function(){function e(t,r,n){this.name=t,this.version=r,this.os=n,this.type="browser"}return e}(),Tc=function(){function e(t){this.version=t,this.type="node",this.name="node",this.os=process.platform}return e}(),Mc=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}(),Lc=function(){function e(){this.type="bot",this.bot=!0,this.name="bot",this.version=null,this.os=null}return e}(),kc=function(){function e(){this.type="react-native",this.name="react-native",this.version=null,this.os=null}return e}(),t0=/alexa|bot|crawl(er|ing)|facebookexternalhit|feedburner|google web preview|nagios|postrank|pingdom|slurp|spider|yahoo!|yandex/,r0=/(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask\ Jeeves\/Teoma|ia_archiver)/,Pc=3,o0=[["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",t0]],Ac=[["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 La=nr(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 Dc=Hn(),s0=Dc.__importStar(_c()),qt=Dc.__importStar(Sa()),l0=(Oc(),ca(Nc));function Ma(e){return(0,l0.detect)(e)}J.detectEnv=Ma;function qn(){let e=Ma();return e&&e.os?e.os:void 0}J.detectOS=qn;function Uc(){let e=qn();return e?e.toLowerCase().includes("android"):!1}J.isAndroid=Uc;function Bc(){let e=qn();return e?e.toLowerCase().includes("ios")||e.toLowerCase().includes("mac")&&navigator.maxTouchPoints>1:!1}J.isIOS=Bc;function c0(){return qn()?Uc()||Bc():!1}J.isMobile=c0;function Fc(){let e=Ma();return e&&e.name?e.name.toLowerCase()==="node":!1}J.isNode=Fc;function d0(){return!Fc()&&!!(0,J.getNavigator)()}J.isBrowser=d0;J.getFromWindow=qt.getFromWindow;J.getFromWindowOrThrow=qt.getFromWindowOrThrow;J.getDocumentOrThrow=qt.getDocumentOrThrow;J.getDocument=qt.getDocument;J.getNavigatorOrThrow=qt.getNavigatorOrThrow;J.getNavigator=qt.getNavigator;J.getLocationOrThrow=qt.getLocationOrThrow;J.getLocation=qt.getLocation;J.getCryptoOrThrow=qt.getCryptoOrThrow;J.getCrypto=qt.getCrypto;J.getLocalStorageOrThrow=qt.getLocalStorageOrThrow;J.getLocalStorage=qt.getLocalStorage;function u0(){return s0.getWindowMetadata()}J.getClientMeta=u0});var Gc={};la(Gc,{safeJsonParse:()=>f0,safeJsonStringify:()=>p0});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 p0(e){return typeof e=="string"?e:JSON.stringify(e)}var Hc=qs(()=>{});var ka=nr(_o=>{"use strict";Object.defineProperty(_o,"__esModule",{value:!0});_o.safeJsonStringify=_o.safeJsonParse=void 0;var h0=Hn(),Vc=h0.__importStar((Hc(),ca(Gc)));_o.safeJsonParse=Vc.safeJsonParse;_o.safeJsonStringify=Vc.safeJsonStringify});var Wa=nr(Ir=>{"use strict";Object.defineProperty(Ir,"__esModule",{value:!0});Ir.removeLocal=Ir.getLocal=Ir.setLocal=void 0;var qc=ka(),Ra=La();function m0(e,t){let r=(0,qc.safeJsonStringify)(t),n=(0,Ra.getLocalStorage)();n&&n.setItem(e,r)}Ir.setLocal=m0;function g0(e){let t=null,r=null,n=(0,Ra.getLocalStorage)();return n&&(r=n.getItem(e)),t=r&&(0,qc.safeJsonParse)(r),t}Ir.getLocal=g0;function v0(e){let t=(0,Ra.getLocalStorage)();t&&t.removeItem(e)}Ir.removeLocal=v0});var zc=nr(_t=>{"use strict";Object.defineProperty(_t,"__esModule",{value:!0});_t.getMobileLinkRegistry=_t.getMobileRegistryEntry=_t.saveMobileLinkInfo=_t.formatIOSMobile=_t.mobileLinkChoiceKey=void 0;var y0=Wa();_t.mobileLinkChoiceKey="WALLETCONNECT_DEEPLINK_CHOICE";function b0(e,t){let r=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${r}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${r}`:""}_t.formatIOSMobile=b0;function w0(e){let t=e.href.split("?")[0];(0,y0.setLocal)(_t.mobileLinkChoiceKey,Object.assign(Object.assign({},e),{href:t}))}_t.saveMobileLinkInfo=w0;function $c(e,t){return e.filter(r=>r.name.toLowerCase().includes(t.toLowerCase()))[0]}_t.getMobileRegistryEntry=$c;function C0(e,t){let r=e;return t&&(r=t.map(n=>$c(e,n)).filter(Boolean)),r}_t.getMobileLinkRegistry=C0});var Kc=nr(sr=>{"use strict";Object.defineProperty(sr,"__esModule",{value:!0});sr.formatMobileRegistry=sr.formatMobileRegistryEntry=sr.getDappRegistryUrl=sr.getWalletRegistryUrl=void 0;var Zc="https://registry.walletconnect.com";function x0(){return Zc+"/api/v2/wallets"}sr.getWalletRegistryUrl=x0;function E0(){return Zc+"/api/v2/dapps"}sr.getDappRegistryUrl=E0;function jc(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||""}}sr.formatMobileRegistryEntry=jc;function _0(e,t="mobile"){return Object.values(e).filter(r=>!!r[t].universal||!!r[t].native).map(r=>jc(r,t))}sr.formatMobileRegistry=_0});var Jc=nr(to=>{"use strict";Object.defineProperty(to,"__esModule",{value:!0});var Ko=Hn();Ko.__exportStar(La(),to);Ko.__exportStar(ka(),to);Ko.__exportStar(Wa(),to);Ko.__exportStar(zc(),to);Ko.__exportStar(Kc(),to)});var Ah={};la(Ah,{AsExternalProvider:()=>Rr,ConnectorManager:()=>Po,PrivyClient:()=>So,PrivyProvider:()=>Eu,PrivyProxyProvider:()=>Gt,VERSION:()=>En,WalletConnector:()=>wt,getAccessToken:()=>wo,usePrivy:()=>ie});module.exports=ca(Ah);var wu=require("@ethersproject/providers"),ve=require("react");var B=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var zs=N(require("axios")),Kt=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}]`:""}`}},mo=class extends Kt{constructor(r,n,i,c,f){super(i,c,f);this.type=r;this.status=n}},F=class extends Kt{constructor(r,n,i){super(r,n,i);this.type="client_error"}};var ye=class extends Kt{constructor(r,n,i){super(r,n,i);this.type="connector_error"}},st=e=>{if(e instanceof Kt)return e;if(!zs.default.isAxiosError(e))return Nt(e);if(!e.response)return new mo("api_error",null,e.message,e);let{type:t,message:r,error:n,code:i}=e.response.data;return new mo(t||"ApiError",e.response.status,r||n,e,i)},Nt=e=>e instanceof Kt?e:e instanceof Error?new F(e.message,e):new F(`Internal error: ${e}`);var Zs=()=>"/api/v1/sessions",js=()=>"/api/v1/sessions/logout",Ks=()=>"/api/v1/sessions/fork",Js=()=>"/api/v1/sessions/fork/recover",Ys=()=>"/api/v1/siwe/init",Qs=()=>"/api/v1/siwe/authenticate",Xs=()=>"/api/v1/siwe/link",el=()=>"/api/v1/passwordless/init",tl=()=>"/api/v1/passwordless/authenticate",rl=()=>"/api/v1/passwordless/link",ol=()=>"/api/v1/passwordless_sms/init",nl=()=>"/api/v1/passwordless_sms/authenticate",il=()=>"/api/v1/passwordless_sms/link",al=()=>"/api/v1/oauth/init",sl=()=>"/api/v1/oauth/authenticate",ll=()=>"/api/v1/oauth/link",cl=()=>"/api/v1/siwe/unlink",dl=()=>"/api/v1/passwordless/unlink",ul=()=>"/api/v1/passwordless_sms/unlink",fl=()=>"/api/v1/oauth/unlink",pl=()=>"/api/v1/analytics_events";var jr=class{constructor(t){this.meta={email:t}}async authenticate(){if(!this.api)throw new F("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new F("Email and email code must be set prior to calling authenticate.");try{let t=tl(),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 st(t)}}async link(){if(!this.api)throw new F("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new F("Email and email code must be set prior to calling authenticate.");try{let t=rl();return(await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})).data}catch(t){throw st(t)}}async sendCodeEmail(t){if(!this.api)throw new F("Auth flow has no API instance");if(t&&(this.meta.email=t),!this.meta.email)throw new F("Email must be set when initialzing authentication.");try{let r=el();return(await this.api.post(r,{email:this.meta.email})).data}catch(r){throw st(r)}}};var Mr=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 F("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new F("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new F("User denied confirmation during OAuth flow");try{let t=sl(),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 st(t)}}async link(){if(!this.api)throw new F("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new F("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new F("User denied confirmation during OAuth flow");try{let t=ll();return(await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(t){throw st(t)}}async getAuthorizationUrl(){var t;if(!this.api)throw new F("Auth flow has no API instance");if(!this.meta.provider)throw new F("Provider must be set when initialzing OAuth authentication.");try{let r=al();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 st(r)}}};var Lr=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 F("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign(),n=await this.api.post(Qs(),{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 st(t)}}async link(){if(!this.api)throw new F("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign(),n=await this.api.post(Xs(),{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 st(t)}}async promptConnect(){if(!this.api)throw new F("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 F("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 F("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 F("Auth flow has no API instance");let r=t.address,n=t.chainId,i=await this.api.post(Ys(),{address:r});return this.preparedMessage=this.walletConnector.prepareMessage(n,r,i.data.nonce),this.preparedMessage}};var Kr=class{constructor(t){this.meta={phoneNumber:t}}async authenticate(){if(!this.api)throw new F("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new F("phone number and sms code must be set prior to calling authenticate.");try{let t=nl(),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 st(t)}}async link(){if(!this.api)throw new F("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new F("phone number and sms code must be set prior to calling authenticate.");try{let t=il();return(await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(t){throw st(t)}}async sendSmsCode(t){if(!this.api)throw new F("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new F("phone nNumber must be set when initialzing authentication.");try{let r=ol();return(await this.api.post(r,{phoneNumber:this.meta.phoneNumber})).data}catch(r){throw st(r)}}};var od=require("@ethersproject/address");var hl="1.24.0-beta.7";var ir="4df5e2316331463a9130964bd6078dfa",xn="https://auth.privy.io",ml=1e4,Ot=1400,En=hl;var go="privy:token",_n="privy:refresh_token",$o="privy:session_transfer_token",Pn="privy:connectors",da="walletconnect",gl=3e4,Dt=1;var ua=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)}},fa=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 Lu(){return typeof window<"u"&&window.localStorage?new fa:new ua}var me=Lu();var zl=N(require("@coinbase/wallet-sdk")),Zl=require("@ethersproject/address");var zo=require("react/jsx-runtime"),Ut=({style:e,...t})=>(0,zo.jsxs)("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,zo.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,zo.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});var ql=require("@ethersproject/address"),$l=require("@ethersproject/providers");var bl=require("@ethersproject/logger");var vl="bytes/5.7.0";var vo=new bl.Logger(vl);function wl(e){return!!e.toHexString}function An(e){return e.slice||(e.slice=function(){let t=Array.prototype.slice.call(arguments);return An(new Uint8Array(Array.prototype.slice.apply(e,t)))}),e}function yl(e){return typeof e=="number"&&e==e&&e%1===0}function Sn(e){if(e==null)return!1;if(e.constructor===Uint8Array)return!0;if(typeof e=="string"||!yl(e.length)||e.length<0)return!1;for(let t=0;t<e.length;t++){let r=e[t];if(!yl(r)||r<0||r>=256)return!1}return!0}function Cl(e,t){if(t||(t={}),typeof e=="number"){vo.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),An(new Uint8Array(r))}if(t.allowMissingPrefix&&typeof e=="string"&&e.substring(0,2)!=="0x"&&(e="0x"+e),wl(e)&&(e=e.toHexString()),gr(e)){let r=e.substring(2);r.length%2&&(t.hexPad==="left"?r="0"+r:t.hexPad==="right"?r+="0":vo.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 An(new Uint8Array(n))}return Sn(e)?An(new Uint8Array(e)):vo.throwArgumentError("invalid arrayify value","value",e)}function gr(e,t){return!(typeof e!="string"||!e.match(/^0x[0-9A-Fa-f]*$/)||t&&e.length!==2+2*t)}var pa="0123456789abcdef";function xl(e,t){if(t||(t={}),typeof e=="number"){vo.checkSafeUint53(e,"invalid hexlify value");let r="";for(;e;)r=pa[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),wl(e))return e.toHexString();if(gr(e))return e.length%2&&(t.hexPad==="left"?e="0x0"+e.substring(2):t.hexPad==="right"?e+="0":vo.throwArgumentError("hex data is odd-length","value",e)),e.toLowerCase();if(Sn(e)){let r="0x";for(let n=0;n<e.length;n++){let i=e[n];r+=pa[(i&240)>>4]+pa[i&15]}return r}return vo.throwArgumentError("invalid hexlify value","value",e)}var Fl=require("@ethersproject/providers");var Tl=N(_l());var Jr=require("@ethersproject/logger");var Pl="bignumber/5.7.0";var ga=Tl.default.BN,vr=new Jr.Logger(Pl),ma={},Al=9007199254740991;var Sl=!1,lt=class{constructor(t,r){t!==ma&&vr.throwError("cannot call constructor directly; use BigNumber.from",Jr.Logger.errors.UNSUPPORTED_OPERATION,{operation:"new (BigNumber)"}),this._hex=r,this._isBigNumber=!0,Object.freeze(this)}fromTwos(t){return yt(ee(this).fromTwos(t))}toTwos(t){return yt(ee(this).toTwos(t))}abs(){return this._hex[0]==="-"?lt.from(this._hex.substring(1)):this}add(t){return yt(ee(this).add(ee(t)))}sub(t){return yt(ee(this).sub(ee(t)))}div(t){return lt.from(t).isZero()&&Bt("division-by-zero","div"),yt(ee(this).div(ee(t)))}mul(t){return yt(ee(this).mul(ee(t)))}mod(t){let r=ee(t);return r.isNeg()&&Bt("division-by-zero","mod"),yt(ee(this).umod(r))}pow(t){let r=ee(t);return r.isNeg()&&Bt("negative-power","pow"),yt(ee(this).pow(r))}and(t){let r=ee(t);return(this.isNegative()||r.isNeg())&&Bt("unbound-bitwise-result","and"),yt(ee(this).and(r))}or(t){let r=ee(t);return(this.isNegative()||r.isNeg())&&Bt("unbound-bitwise-result","or"),yt(ee(this).or(r))}xor(t){let r=ee(t);return(this.isNegative()||r.isNeg())&&Bt("unbound-bitwise-result","xor"),yt(ee(this).xor(r))}mask(t){return(this.isNegative()||t<0)&&Bt("negative-width","mask"),yt(ee(this).maskn(t))}shl(t){return(this.isNegative()||t<0)&&Bt("negative-width","shl"),yt(ee(this).shln(t))}shr(t){return(this.isNegative()||t<0)&&Bt("negative-width","shr"),yt(ee(this).shrn(t))}eq(t){return ee(this).eq(ee(t))}lt(t){return ee(this).lt(ee(t))}lte(t){return ee(this).lte(ee(t))}gt(t){return ee(this).gt(ee(t))}gte(t){return ee(this).gte(ee(t))}isNegative(){return this._hex[0]==="-"}isZero(){return ee(this).isZero()}toNumber(){try{return ee(this).toNumber()}catch{Bt("overflow","toNumber",this.toString())}return null}toBigInt(){try{return BigInt(this.toString())}catch{}return vr.throwError("this platform does not support BigInt",Jr.Logger.errors.UNSUPPORTED_OPERATION,{value:this.toString()})}toString(){return arguments.length>0&&(arguments[0]===10?Sl||(Sl=!0,vr.warn("BigNumber.toString does not accept any parameters; base-10 is assumed")):arguments[0]===16?vr.throwError("BigNumber.toString does not accept any parameters; use bigNumber.toHexString()",Jr.Logger.errors.UNEXPECTED_ARGUMENT,{}):vr.throwError("BigNumber.toString does not accept parameters",Jr.Logger.errors.UNEXPECTED_ARGUMENT,{})),ee(this).toString(10)}toHexString(){return this._hex}toJSON(t){return{type:"BigNumber",hex:this.toHexString()}}static from(t){if(t instanceof lt)return t;if(typeof t=="string")return t.match(/^-?0x[0-9a-f]+$/i)?new lt(ma,Zo(t)):t.match(/^-?[0-9]+$/)?new lt(ma,Zo(new ga(t))):vr.throwArgumentError("invalid BigNumber string","value",t);if(typeof t=="number")return t%1&&Bt("underflow","BigNumber.from",t),(t>=Al||t<=-Al)&&Bt("overflow","BigNumber.from",t),lt.from(String(t));let r=t;if(typeof r=="bigint")return lt.from(r.toString());if(Sn(r))return lt.from(xl(r));if(r)if(r.toHexString){let n=r.toHexString();if(typeof n=="string")return lt.from(n)}else{let n=r._hex;if(n==null&&r.type==="BigNumber"&&(n=r.hex),typeof n=="string"&&(gr(n)||n[0]==="-"&&gr(n.substring(1))))return lt.from(n)}return vr.throwArgumentError("invalid BigNumber value","value",t)}static isBigNumber(t){return!!(t&&t._isBigNumber)}};function Zo(e){if(typeof e!="string")return Zo(e.toString(16));if(e[0]==="-")return e=e.substring(1),e[0]==="-"&&vr.throwArgumentError("invalid hex","value",e),e=Zo(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 yt(e){return lt.from(Zo(e))}function ee(e){let t=lt.from(e).toHexString();return t[0]==="-"?new ga("-"+t.substring(3),16):new ga(t.substring(2),16)}function Bt(e,t,r){let n={fault:e,operation:t};return r!=null&&(n.value=r),vr.throwError(e,Jr.Logger.errors.NUMERIC_FAULT,n)}var Ll=require("@ethersproject/logger");var Ml="strings/5.7.0";var ku=new Ll.Logger(Ml),va;(function(e){e.current="",e.NFC="NFC",e.NFD="NFD",e.NFKC="NFKC",e.NFKD="NFKD"})(va||(va={}));var bt;(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"})(bt||(bt={}));function Ru(e,t,r,n,i){return ku.throwArgumentError(`invalid codepoint at offset ${t}; ${e}`,"bytes",r)}function kl(e,t,r,n,i){if(e===bt.BAD_PREFIX||e===bt.UNEXPECTED_CONTINUE){let c=0;for(let f=t+1;f<r.length&&r[f]>>6===2;f++)c++;return c}return e===bt.OVERRUN?r.length-t-1:0}function Wu(e,t,r,n,i){return e===bt.OVERLONG?(n.push(i),0):(n.push(65533),kl(e,t,r,n,i))}var Rl=Object.freeze({error:Ru,ignore:kl,replace:Wu});function Iu(e,t){t==null&&(t=Rl.error),e=Cl(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(bt.UNEXPECTED_CONTINUE,n-1,e,r):n+=t(bt.BAD_PREFIX,n-1,e,r);continue}if(n-1+c>=e.length){n+=t(bt.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(bt.MISSING_CONTINUE,n,e,r),g=null;break}g=g<<6|w&63,n++}if(g!==null){if(g>1114111){n+=t(bt.OUT_OF_RANGE,n-1-c,e,r,g);continue}if(g>=55296&&g<=57343){n+=t(bt.UTF16_SURROGATE,n-1-c,e,r,g);continue}if(g<=f){n+=t(bt.OVERLONG,n-1-c,e,r,g);continue}r.push(g)}}return r}function Nu(e){return e.map(t=>t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode((t>>10&1023)+55296,(t&1023)+56320))).join("")}function ya(e,t){return Nu(Iu(e,t))}var Gl=N(require("eventemitter3"));var Ou=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],Wl=e=>Ou.includes(e);var Il=require("libphonenumber-js/min");var Nl=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,}))$/),Ol=e=>(0,Il.isPossiblePhoneNumber)(String(e),"US"),Dl=(e,t)=>{let r=e.slice(0),n=[];for(;r.length;)n.push(r.splice(0,t));return n},Jt=(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}`},ba=e=>new Promise(t=>setTimeout(t,e)),Ul=(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 ba(r);f||c(new Error("Exceeded max attempts before resolving function"))})},Tn=(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},Du=(e,t)=>e.toLowerCase()===t.toLowerCase(),wa=(e,t)=>{for(let r of e)if(Du(r,t))return!0;return!1},Mn=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),jo=e=>typeof e=="string"?e:"0x"+e.toString(16);var Bl=require("@ethersproject/logger");var yo=class extends ye{constructor(){super("Wallet timeout");this.type="wallet_error"}},Qr=class extends ye{constructor(){super("User rejected connection");this.type="wallet_error"}},Ft=e=>{if(e instanceof ye)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new bo(e);return e.code===Bl.ErrorCode.ACTION_REJECTED&&(t.details=Yr.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new bo(e):new ye("Unknown connector error",e)},Ca=class extends Kt{constructor(r,n,i){super(r);this.type="provider_error";this.code=n,this.data=i}},bo=class extends Ca{constructor(r){var c,f,g;let n=r;super(n.message,n.code,n.data);let i=Object.values(Yr).find(y=>y.eipCode===n.code);this.details=i||Yr.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=Yr.E32002_CONNECTION_ALREADY_PENDING:this.details=Yr.E32002_REQUEST_ALREADY_PENDING:(g=n.message)!=null&&g.includes("Already processing")&&n.message.includes("eth_requestAccounts")&&(this.details=Yr.E32002_WALLET_LOCKED))}},Uu={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}},Bu={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}},Fu={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}},Yr={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Fu,...Bu},Xr={...Uu,...Yr};var Gu=12e4,xa=(e=new yo,t=Gu)=>new Promise((r,n)=>setTimeout(()=>{n(e)},t)),Gt=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 ye(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),xa()]).catch(r=>{throw Ft(r)})}},kr=class extends Error{constructor(r,n,i){super(r);this.code=n,this.data=i}},Ln=class extends Gl.default{constructor(r,n,i=1){super();this.walletProxy=r,this.address=n,this.chainId=i,this.infuraProvider=new Fl.InfuraProvider(i,ir)}async handleSendTransaction(r){if(!r.params||!Array.isArray(r.params))throw new kr(`Invalid params for ${r.method}`,4200);let n=r.params[0],i=n.chainId;if(i&&Number(i)!==this.chainId)throw new kr(`Chain disconnected. Currently connected to ${this.chainId}, attempting to send to ${Number(i)}`,4901);if(!await wo()||!this.address)throw new kr("Disconnected",4900);return(await Vl(n)).transactionHash}handleSwitchEthereumChain(r){if(!r.params||!Array.isArray(r.params))throw new kr(`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=gr(n)?ya(n):n;return await Hl(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:jo(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 jo(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(Wl(r.method)){let n=await wo();if(!n||!this.address)throw new kr("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 kr("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}}},Rr=class extends Gt{constructor(r){super(r)}},kn=class extends Gt{constructor(t){super(t)}sendAsync(t,r){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var wt=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=(0,ql.getAddress)(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 $l.Web3Provider(new Rr(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 Hu=e=>{let t=`https://mainnet.infura.io/v3/${ir}`,r=1;return e.makeWeb3Provider(t,r)},Rn,Wn=class extends wt{constructor(r,n){super("coinbase_wallet",r,n);this.proxyProvider=r,Rn||(Rn=new zl.default({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(r){return this.proxyProvider.setWalletProvider(Hu(Rn)),r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){Rn.disconnect()}async isConnected(){return await this.fetchAddress()!==null}get walletBranding(){return{name:"Coinbase Wallet",icon:Ut}}async promptConnection(){try{let r="",n=await this.proxyProvider.request({method:"eth_requestAccounts"});if(n.length>0&&(r=(0,Zl.getAddress)(n[0])),!r||r==="")throw new ye("Unable to retrieve address");this.connected=!0}catch(r){throw Ft(r)}}};var Ea=require("react/jsx-runtime"),Wr=({style:e,...t})=>(0,Ea.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:(0,Ea.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:t.color||"var(--privy-color-foreground-3)"})});var In=class extends wt{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=jo(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:Wr}}disconnect(){this.connected=!1}async promptConnection(){}};var Nn=require("@ethersproject/address"),_a=require("@ethersproject/providers"),jl=require("react-device-detect");var ft=require("react/jsx-runtime"),Ht=({style:e,...t})=>(0,ft.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,ft.jsx)("rect",{width:"28",height:"28",rx:"3",fill:"white"}),(0,ft.jsx)("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M4.98753 5L12.7329 10.8299L11.3468 7.37954L4.98753 5ZM20.1987 18.4027L18.1166 21.5794L22.5723 22.8049L23.8454 18.4741L20.1987 18.4027ZM4.16064 18.4741L5.42775 22.8049L9.87153 21.5794L7.80133 18.4027L4.16064 18.4741Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M9.6336 13.0369L8.39624 14.9049L12.7984 15.1071L12.6556 10.3659L9.6336 13.0429V13.0369ZM18.3665 13.0429L15.2969 10.3064L15.1958 15.1071L19.5979 14.9049L18.3665 13.0429ZM9.87155 21.5794L12.5426 20.2945L10.2463 18.5098L9.87155 21.5794ZM15.4635 20.2886L18.1166 21.5794L17.7597 18.5039L15.4635 20.2886Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M18.1167 21.5794L15.4635 20.2944L15.6776 22.0196L15.6539 22.7513L18.1167 21.5794ZM9.87158 21.5794L12.3463 22.7513L12.3285 22.0196L12.5426 20.2944L9.87158 21.5794Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M12.3878 17.3616L10.1868 16.7191L11.7454 16.0052L12.3938 17.3616H12.3878ZM15.6062 17.3616L16.2605 15.9993L17.8251 16.7131L15.6062 17.3675V17.3616Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M9.87147 21.5794L10.2581 18.4027L7.80127 18.4741L9.87147 21.5794ZM17.7418 18.4027L18.1166 21.5794L20.1987 18.4741L17.7418 18.4027ZM19.6038 14.9048L15.2016 15.107L15.6061 17.3676L16.2605 15.9994L17.8251 16.7132L19.6038 14.9048ZM10.1868 16.7192L11.7454 16.0053L12.3938 17.3617L12.8042 15.1011L8.4021 14.9048L10.1868 16.7192Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M8.4021 14.9048L10.2462 18.5038L10.1868 16.7192L8.4021 14.9048ZM17.8251 16.7192L17.7537 18.5038L19.5978 14.9048L17.8251 16.7192ZM12.8042 15.107L12.3878 17.3676L12.9113 20.0327L13.0303 16.5169L12.8042 15.107ZM15.1957 15.107L14.9815 16.511L15.0886 20.0327L15.6061 17.3617L15.1957 15.1011V15.107Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M15.6062 17.3617L15.0887 20.0327L15.4635 20.2945L17.7538 18.5098L17.8252 16.7192L15.6062 17.3617ZM10.1869 16.7192L10.2463 18.5039L12.5426 20.2885L12.9114 20.0327L12.3939 17.3617L10.1809 16.7192H10.1869Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M15.6598 22.7513L15.6776 22.0196L15.4754 21.853H12.5248L12.3285 22.0196L12.3463 22.7513L9.87158 21.5793L10.7401 22.2932L12.495 23.5008H15.4992L17.26 22.2873L18.1167 21.5793L15.6539 22.7513H15.6598Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M15.4634 20.2885L15.0886 20.0327H12.9114L12.5425 20.2945L12.3284 22.0196L12.5247 21.8531H15.4753L15.6776 22.0196L15.4634 20.2945V20.2885Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M23.3456 11.1571L24 7.97442L23.0125 5L15.4575 10.5919L18.3664 13.0369L22.4711 14.2326L23.3754 13.1797L22.9827 12.8941L23.6074 12.323L23.1315 11.9542L23.7561 11.4783L23.3397 11.1571H23.3456ZM4 7.96847L4.66627 11.1571L4.23795 11.4723L4.87448 11.9482L4.39857 12.323L5.01725 12.8941L4.62463 13.1797L5.52885 14.2326L9.63355 13.0428L12.5425 10.586L4.98751 5L4 7.96847Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});var Kl=async()=>{let t=await new _a.Web3Provider(window.ethereum).listAccounts();return t.length===0?null:(0,Nn.getAddress)(t[0])},On=class extends wt{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 _a.Web3Provider(this.proxyProvider).listAccounts();return n.length===0?null:(0,Nn.getAddress)(n[0])}get walletBranding(){return{name:"MetaMask",icon:Ht}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{let r="";if(!jl.isMobile&&Jl()&&(await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&!await this.isConnected()))throw new ye("Selected the wrong wallet in MetaMask");let n=await this.proxyProvider.request({method:"eth_requestAccounts"});if(n.length>0&&(r=(0,Nn.getAddress)(n[0])),!r||r==="")throw new ye("Unable to retrieve address");if(this.address&&r!==this.address)return;this.connected=!0,this.address=r}catch(r){throw Ft(r)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!await this.isConnected();)await ba(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})}};var Pa=require("@ethersproject/address"),Yl=require("@ethersproject/providers");var Vt=require("react/jsx-runtime"),ar=({style:e,...t})=>(0,Vt.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,Vt.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),(0,Vt.jsx)("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)"}),(0,Vt.jsxs)("defs",{children:[(0,Vt.jsxs)("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[(0,Vt.jsx)("stop",{stopColor:"#534BB1"}),(0,Vt.jsx)("stop",{offset:"1",stopColor:"#551BF9"})]}),(0,Vt.jsxs)("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[(0,Vt.jsx)("stop",{stopColor:"white"}),(0,Vt.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var Dn=class extends wt{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 Yl.Web3Provider(this.proxyProvider).listAccounts();return n.length===0?null:(0,Pa.getAddress)(n[0])}get walletBranding(){return{name:"Phantom",icon:ar}}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=(0,Pa.getAddress)(n[0])),!r||r==="")throw new ye("Unable to retrieve address");this.connected=!0,this.address=r}catch(r){throw Ft(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})}};var rd=N(require("@walletconnect/web3-provider")),Da=require("react-device-detect");var Yt=require("react");var Xl=require("react/jsx-runtime");function Ql(e){return(0,Xl.jsx)("link",{rel:"prefetch",href:e.src})}var Un=require("react/jsx-runtime"),yr="LANDING",ec=(0,Yt.createContext)({ready:!1,app:null,currentScreen:yr,lastScreen:yr,navigate:B,navigateBack:B,setModalData:B}),tc=e=>{var A,P,_;let t=e.appConfig,r=e.authenticated,n=e.visible,[i,c]=(0,Yt.useState)(e.initialScreen||yr),[f,g]=(0,Yt.useState)(e.initialScreen||yr);(0,Yt.useEffect)(()=>{r||c(yr)},[r]),(0,Yt.useEffect)(()=>{n||(g(yr),c(yr))},[n]),(0,Yt.useEffect)(()=>{e.initialScreen&&i===yr&&(c(e.initialScreen),g(e.initialScreen))},[e.initialScreen]);let y=e.initialScreen&&i===yr?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(0,Un.jsxs)(ec.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")&&(0,Un.jsx)(Ql,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},O=()=>(0,Yt.useContext)(ec);var br=require("react/jsx-runtime"),Co=({style:e,...t})=>{let{app:r}=O();return(0,br.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,br.jsx)("rect",{width:"28",height:"28",rx:"3",fill:(r==null?void 0:r.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),(0,br.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,br.jsx)("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),(0,br.jsx)("defs",{children:(0,br.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,br.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var Ia=N(Jc()),$n=require("react-device-detect");var zn="c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",Na=e=>{let t=Mn(e).trim().toLowerCase();for(let[r,n]of Object.entries(Jo))if(n.name.toLowerCase()===t)return{id:r,entry:n}},Jo={"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"}}},Yc=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function Qc(e){return{name:e.name||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function Xc(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 ed(e,t){return $n.isAndroid?e:Xc(e,Qc(Jo[t]))}var Zn=(e,t)=>{if(!e)return;if($n.isAndroid){(0,Ia.saveMobileLinkInfo)({name:"Unknown",href:t||"wc:"});return}let r=Jo[e];if(!r){console.warn("Attempted to set info for unknown wallet",e);return}let n=Xc(t||"wc:",Qc(r));(0,Ia.saveMobileLinkInfo)({name:(r==null?void 0:r.name)||"",href:n})},td=()=>{!$n.isAndroid||window.open("wc:","_self")};var Oa=class extends wt{constructor(r,n,i){super("wallet_connect",n,i);this.proxyProvider=n,this.connectionManager=r}setActive(){return this.walletProvider.walletId&&Zn(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=Jo[this.walletProvider.walletId];return{name:c.name,icon:this.walletProvider.walletId===zn?Ht:Yc(c.image_id)}}return{name:Mn(((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])||Co}}async promptConnection(){return new Promise((r,n)=>{this.walletProvider.connector.on("disconnect",(c,f)=>{if(c){n(Ft(c));return}f.params.some(g=>g.message==="Session Rejected")&&(this.setWalletProvider(this.connectionManager.replaceProvider(this,this.walletProvider)),n(new Qr)),n(new ye("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.connectionManager.replaceProvider(this,this.walletProvider)),n(new Qr)}),this.walletProvider.connector.on("transport_error",(c,f)=>{n(Ft(c))}),(async()=>{let c="",f=await Promise.race([this.connectionManager.enableProvider(this.walletProvider),xa()]);if(f.length>0&&(c=f[0]),!c||c==="")throw new ye("Unable to retrieve address");this.connected=!0,r()})().catch(c=>n(Ft(c)))})}async sign(r){Zn(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)),Da.isAndroid&&td()})}disconnect(){this.walletProvider.close().catch(()=>console.warn("Unable to disconnect wallet provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(r){this.proxyProvider.setWalletProvider(r)}},jn=class{constructor(){this._storageIdToProvider={},this.reconnectDelayMs=10,this.reconnectBackoff=2,!(typeof window>"u")&&me.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=me.get(t))==null?void 0:r.peerMeta)==null?void 0:n.name;if(c){let f=Na(c);f!=null&&f.id&&(i=f.id)}}this.createProviderWithStorageId(t,i)}})}createConnector(t,r,n){let i=this.getProviderForAddress(r,n),c=new Oa(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=me.getKeys().filter(c=>c.startsWith("walletconnect"));if(r){let c=n.filter(f=>f.includes(r));if(c){let f=c.find(g=>wa(me.get(g).accounts,t));if(f)return f}}let i=n.find(c=>wa(me.get(c).accounts,t));if(!(i&&r&&!i.includes(r)))return i}getProviderForAddress(t,r){let n=this.getStorageId(t,r);n||(n=`${da}:${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 rd.default({infuraId:ir,storageId:t,pollingInterval:gl,...n});return i.walletId=r,r?i.connector.on("display_uri",(c,f)=>{Zn(r);let g=f.params[0],y=ed(g,r);Da.isAndroid?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=Na((f=i.walletMeta)==null?void 0:f.name))==null?void 0:g.id)}),this._storageIdToProvider[t]=i,i}createProvider(t,r){let n=`${da}:${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 Jl=()=>{if(!window.ethereum)return!1;if(Kn(window.ethereum,!0))return!0;if(window.ethereum.providers){for(let e of window.ethereum.providers)if(Kn(e,!0))return!0}return!1},Ua=()=>{if(!window.ethereum)return!1;if(Kn(window.ethereum,!1))return!0;if(window.ethereum.providers){for(let e of window.ethereum.providers)if(Kn(e,!1))return!0}return!1},Kn=(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,Nr=()=>{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},Ao=()=>{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},Ba=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===(0,od.getAddress)(t)).length):!1},nd=()=>{var t;let e=me.get(Pn);return e?(t=e.find(r=>r.active))==null?void 0:t.address:null},Po=class{constructor(){this.getEthereumProvider=()=>{var t;return((t=this.activeWalletConnector)==null?void 0:t.proxyProvider)||new Gt};this.walletConnectors=[],this.wcConnectionManager=new jn,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(){(me.get(Pn)||[]).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}});me.put(Pn,t)}addEmbeddedWalletConnector(t,r){let n=new Ln(t,r),i=new In(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 ye("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 On(new Gt,r);case"phantom":return new Dn(new Gt,r);case"coinbase_wallet":return new Wn(new Gt,r);case"wallet_connect":return this.wcConnectionManager.createConnector(new Gt,r,n);case"embedded":throw new Error("This method should not be used to create embedded connectors")}}};function wr(e){return new Date(e*1e3)}function P0(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:wr(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:wr(r.verified_at)};t.push(c);break;case"phone":let f={number:r.phoneNumber,type:r.type,verifiedAt:wr(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:wr(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:wr(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:wr(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:wr(r.verified_at)};t.push(A);break;case"apple_oauth":let P={subject:r.subject,email:r.email,type:r.type,verifiedAt:wr(r.verified_at)};t.push(P);break;default:console.warn(`Unrecognized account type: ${n}. Please consider upgrading the Privy SDK.`)}}return t}function Or(e,t){return e.sort((r,n)=>n.verifiedAt.getTime()-r.verifiedAt.getTime()),e.find(r=>r.type===t)}function Yo(e){let t=nd();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 be=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy");function Cr(e){if(!e)return null;let t=P0(e.linked_accounts),r=Or(t,"wallet"),n=Or(t,"email"),i=Or(t,"phone"),c=Or(t,"google_oauth"),f=Or(t,"twitter_oauth"),g=Or(t,"discord_oauth"),y=Or(t,"github_oauth"),w=Or(t,"apple_oauth"),A={id:e.id,createdAt:wr(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 Yo(A)}var Jn=N(require("axios"));var Yn=class{constructor(t,r,n){this.appId=t,this.sdkVersion=En,this.client=r,this.defaults=n,this.fallbackApiUrl=r.fallbackApiUrl}async get(t,r,n=!0){try{return await Jn.default.get(t,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...r},n))}catch(i){throw st(i)}}async post(t,r,n,i=!0){try{return await Jn.default.post(t,r,await this.buildConfig(n,i))}catch(c){throw st(c)}}async delete(t,r,n=!0){try{return await Jn.default.delete(t,await this.buildConfig(r,n))}catch(i){throw st(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 id(e){return e instanceof jr?"email":e instanceof Kr?"sms":e instanceof Lr?"siwe":e instanceof Mr?e.meta.provider:null}var Dr=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var ad=N(require("jose")),xr=class{static parse(t){try{return new xr(t)}catch{return null}}constructor(t){this.value=t,this._decoded=ad.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let r=Date.now(),n=(this.expiration-t)*1e3;return r>=n}};var A0=30,Qn=class{constructor(){this.authenticateOnce=new Dr(async t=>this._authenticate(t)),this.linkOnce=new Dr(async t=>this._link(t)),this.refreshOnce=new Dr(this._refresh.bind(this)),this.destroyOnce=new Dr(this._destroy.bind(this)),this.forkSessionOnce=new Dr(this._forkSession.bind(this))}get token(){try{let t=me.get(go);return typeof t=="string"?new xr(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=me.get(_n);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=me.get($o);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=xr.parse(this.token);return t!==null&&!t.isExpired(A0)}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=id(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:Cr(i),isNewUser:c}}catch(r){throw console.warn("Error authenticating session"),Nt(r)}}async _link(t){try{let r=await t.link();return Cr(r)}catch(r){throw console.warn("Error linking account"),Nt(r)}}async _refresh(){if(!this.api)throw new F("Session has no API instance");if(!this.client)throw new F("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(Zs(),{refresh_token:r},{headers:{authorization:`Bearer ${t}`}},!1),n&&this.clearForkedToken();else if(n)i=await this.api.post(Js(),{refresh_token:n},{},!1),this.clearForkedToken();else return null;return this.storeToken(i.data.token),this.storeRefreshToken(i.data.refresh_token),Cr(i.data.user)}catch(i){if(i instanceof mo&&i.status===400&&i.message==="Invalid auth token")return this.destroyLocalState(),null;throw Nt(i)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(js(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new F("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 Nt(r)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){typeof t=="string"?me.put(go,t):me.del(go)}storeRefreshToken(t){typeof t=="string"?me.put(_n,t):me.del(_n)}clearForkedToken(){me.del($o)}};var Fa,So=class{constructor(t){this.apiUrl=t.apiUrl||xn,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||ml,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new Po,Fa||(Fa=new Qn),this.session=Fa,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new Yn(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 F("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new F("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(dl(),{address:t});return Cr(r.data)}catch(r){throw Nt(r)}}async unlinkPhone(t){try{let r=await this.api.post(ul(),{phoneNumber:t});return Cr(r.data)}catch(r){throw Nt(r)}}async unlinkWallet(t){try{let r=await this.api.post(cl(),{address:t});return await this.connectors.removeWallet(t),Cr(r.data)}catch(r){throw Nt(r)}}async unlinkOAuth(t,r){try{let n=await this.api.post(fl(),{provider:t,subject:r});return Cr(n.data)}catch(n){throw Nt(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(pl(),{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=xr.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 Nt(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 F("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(t))throw new F("Error setting the active wallet.");return Yo(r)}async forkSession(){return await this.session.forkSession()}};var Dy=require("wicg-inert"),Ui=require("body-scroll-lock"),Bi=require("react"),As=require("react"),pu=N(require("react-dom")),Fi=N(require("styled-components"));var Xn=require("react");var Ga=(0,Xn.createContext)({isLinking:!1,linkingHint:null,activeStatus:null,walletConnectionStatus:null,getAuthMeta:B,getAuthFlow:B,closePrivyModal:B,initLoginWithWallet:B,loginWithWallet:B,loginWithCode:B,initLoginWithEmail:B,initLoginWithSms:B,resendEmailCode:B,resendSmsCode:B,initLoginWithOAuth:B,loginWithOAuth:B,refreshUser:B,walletProxy:null,createAnalyticsEvent:B,getUsdTokenPrice:B}),j=()=>(0,Xn.useContext)(Ga);var ei=require("react");var Ha=(0,ei.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:B,linkEmail:B,linkPhone:B,linkWallet:B,linkGoogle:B,linkTwitter:B,linkDiscord:B,linkGithub:B,linkApple:B,logout:B,getAccessToken:B,getEthereumProvider:B,getEthersProvider:B,getWeb3jsProvider:B,unlinkEmail:B,unlinkPhone:B,unlinkWallet:B,unlinkGoogle:B,unlinkTwitter:B,unlinkDiscord:B,unlinkGithub:B,unlinkApple:B,setActiveWallet:B,forkSession:B,createWallet:B,signMessage:B,sendTransaction:B,exportWallet:B}),ie=()=>(0,ei.useContext)(Ha);var ni=N(require("styled-components"));var Er=N(require("styled-components"));var ti=N(require("styled-components")),Ur=require("react/jsx-runtime"),ri=({success:e,fail:t})=>(0,Ur.jsxs)(Ur.Fragment,{children:[(0,Ur.jsx)(Qo,{className:e?"success":t?"fail":""}),(0,Ur.jsx)(S0,{className:e?"success":t?"fail":""})]}),Qo=ti.default.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=(0,ql.getAddress)(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 $l.Web3Provider(new Rr(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 Hu=e=>{let t=`https://mainnet.infura.io/v3/${ir}`,r=1;return e.makeWeb3Provider(t,r)},Rn,Wn=class extends wt{constructor(r,n){super("coinbase_wallet",r,n);this.proxyProvider=r,Rn||(Rn=new zl.default({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(r){return this.proxyProvider.setWalletProvider(Hu(Rn)),r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){Rn.disconnect()}async isConnected(){return await this.fetchAddress()!==null}get walletBranding(){return{name:"Coinbase Wallet",icon:Ut}}async promptConnection(){try{let r="",n=await this.proxyProvider.request({method:"eth_requestAccounts"});if(n.length>0&&(r=(0,Zl.getAddress)(n[0])),!r||r==="")throw new ye("Unable to retrieve address");this.connected=!0}catch(r){throw Ft(r)}}};var Ea=require("react/jsx-runtime"),Wr=({style:e,...t})=>(0,Ea.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:(0,Ea.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:t.color||"var(--privy-color-foreground-3)"})});var In=class extends wt{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=jo(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:Wr}}disconnect(){this.connected=!1}async promptConnection(){}};var Nn=require("@ethersproject/address"),_a=require("@ethersproject/providers"),jl=require("react-device-detect");var ft=require("react/jsx-runtime"),Ht=({style:e,...t})=>(0,ft.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,ft.jsx)("rect",{width:"28",height:"28",rx:"3",fill:"white"}),(0,ft.jsx)("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M4.98753 5L12.7329 10.8299L11.3468 7.37954L4.98753 5ZM20.1987 18.4027L18.1166 21.5794L22.5723 22.8049L23.8454 18.4741L20.1987 18.4027ZM4.16064 18.4741L5.42775 22.8049L9.87153 21.5794L7.80133 18.4027L4.16064 18.4741Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M9.6336 13.0369L8.39624 14.9049L12.7984 15.1071L12.6556 10.3659L9.6336 13.0429V13.0369ZM18.3665 13.0429L15.2969 10.3064L15.1958 15.1071L19.5979 14.9049L18.3665 13.0429ZM9.87155 21.5794L12.5426 20.2945L10.2463 18.5098L9.87155 21.5794ZM15.4635 20.2886L18.1166 21.5794L17.7597 18.5039L15.4635 20.2886Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M18.1167 21.5794L15.4635 20.2944L15.6776 22.0196L15.6539 22.7513L18.1167 21.5794ZM9.87158 21.5794L12.3463 22.7513L12.3285 22.0196L12.5426 20.2944L9.87158 21.5794Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M12.3878 17.3616L10.1868 16.7191L11.7454 16.0052L12.3938 17.3616H12.3878ZM15.6062 17.3616L16.2605 15.9993L17.8251 16.7131L15.6062 17.3675V17.3616Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M9.87147 21.5794L10.2581 18.4027L7.80127 18.4741L9.87147 21.5794ZM17.7418 18.4027L18.1166 21.5794L20.1987 18.4741L17.7418 18.4027ZM19.6038 14.9048L15.2016 15.107L15.6061 17.3676L16.2605 15.9994L17.8251 16.7132L19.6038 14.9048ZM10.1868 16.7192L11.7454 16.0053L12.3938 17.3617L12.8042 15.1011L8.4021 14.9048L10.1868 16.7192Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M8.4021 14.9048L10.2462 18.5038L10.1868 16.7192L8.4021 14.9048ZM17.8251 16.7192L17.7537 18.5038L19.5978 14.9048L17.8251 16.7192ZM12.8042 15.107L12.3878 17.3676L12.9113 20.0327L13.0303 16.5169L12.8042 15.107ZM15.1957 15.107L14.9815 16.511L15.0886 20.0327L15.6061 17.3617L15.1957 15.1011V15.107Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M15.6062 17.3617L15.0887 20.0327L15.4635 20.2945L17.7538 18.5098L17.8252 16.7192L15.6062 17.3617ZM10.1869 16.7192L10.2463 18.5039L12.5426 20.2885L12.9114 20.0327L12.3939 17.3617L10.1809 16.7192H10.1869Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M15.6598 22.7513L15.6776 22.0196L15.4754 21.853H12.5248L12.3285 22.0196L12.3463 22.7513L9.87158 21.5793L10.7401 22.2932L12.495 23.5008H15.4992L17.26 22.2873L18.1167 21.5793L15.6539 22.7513H15.6598Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M15.4634 20.2885L15.0886 20.0327H12.9114L12.5425 20.2945L12.3284 22.0196L12.5247 21.8531H15.4753L15.6776 22.0196L15.4634 20.2945V20.2885Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M23.3456 11.1571L24 7.97442L23.0125 5L15.4575 10.5919L18.3664 13.0369L22.4711 14.2326L23.3754 13.1797L22.9827 12.8941L23.6074 12.323L23.1315 11.9542L23.7561 11.4783L23.3397 11.1571H23.3456ZM4 7.96847L4.66627 11.1571L4.23795 11.4723L4.87448 11.9482L4.39857 12.323L5.01725 12.8941L4.62463 13.1797L5.52885 14.2326L9.63355 13.0428L12.5425 10.586L4.98751 5L4 7.96847Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ft.jsx)("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});var Kl=async()=>{let t=await new _a.Web3Provider(window.ethereum).listAccounts();return t.length===0?null:(0,Nn.getAddress)(t[0])},On=class extends wt{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 _a.Web3Provider(this.proxyProvider).listAccounts();return n.length===0?null:(0,Nn.getAddress)(n[0])}get walletBranding(){return{name:"MetaMask",icon:Ht}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{let r="";if(!jl.isMobile&&Jl()&&(await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&!await this.isConnected()))throw new ye("Selected the wrong wallet in MetaMask");let n=await this.proxyProvider.request({method:"eth_requestAccounts"});if(n.length>0&&(r=(0,Nn.getAddress)(n[0])),!r||r==="")throw new ye("Unable to retrieve address");if(this.address&&r!==this.address)return;this.connected=!0,this.address=r}catch(r){throw Ft(r)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!await this.isConnected();)await ba(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})}};var Pa=require("@ethersproject/address"),Yl=require("@ethersproject/providers");var Vt=require("react/jsx-runtime"),ar=({style:e,...t})=>(0,Vt.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,Vt.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),(0,Vt.jsx)("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)"}),(0,Vt.jsxs)("defs",{children:[(0,Vt.jsxs)("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[(0,Vt.jsx)("stop",{stopColor:"#534BB1"}),(0,Vt.jsx)("stop",{offset:"1",stopColor:"#551BF9"})]}),(0,Vt.jsxs)("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[(0,Vt.jsx)("stop",{stopColor:"white"}),(0,Vt.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var Dn=class extends wt{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 Yl.Web3Provider(this.proxyProvider).listAccounts();return n.length===0?null:(0,Pa.getAddress)(n[0])}get walletBranding(){return{name:"Phantom",icon:ar}}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=(0,Pa.getAddress)(n[0])),!r||r==="")throw new ye("Unable to retrieve address");this.connected=!0,this.address=r}catch(r){throw Ft(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})}};var rd=N(require("@walletconnect/web3-provider")),Da=require("react-device-detect");var Yt=require("react");var Xl=require("react/jsx-runtime");function Ql(e){return(0,Xl.jsx)("link",{rel:"prefetch",href:e.src})}var Un=require("react/jsx-runtime"),yr="LANDING",ec=(0,Yt.createContext)({ready:!1,app:null,currentScreen:yr,lastScreen:yr,navigate:B,navigateBack:B,setModalData:B}),tc=e=>{var A,P,_;let t=e.appConfig,r=e.authenticated,n=e.visible,[i,c]=(0,Yt.useState)(e.initialScreen||yr),[f,g]=(0,Yt.useState)(e.initialScreen||yr);(0,Yt.useEffect)(()=>{r||c(yr)},[r]),(0,Yt.useEffect)(()=>{n||(g(yr),c(yr))},[n]),(0,Yt.useEffect)(()=>{e.initialScreen&&i===yr&&(c(e.initialScreen),g(e.initialScreen))},[e.initialScreen]);let y=e.initialScreen&&i===yr?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(0,Un.jsxs)(ec.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")&&(0,Un.jsx)(Ql,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},O=()=>(0,Yt.useContext)(ec);var br=require("react/jsx-runtime"),Co=({style:e,...t})=>{let{app:r}=O();return(0,br.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,br.jsx)("rect",{width:"28",height:"28",rx:"3",fill:(r==null?void 0:r.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),(0,br.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,br.jsx)("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),(0,br.jsx)("defs",{children:(0,br.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,br.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var Ia=N(Jc()),$n=require("react-device-detect");var zn="c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",Na=e=>{let t=Mn(e).trim().toLowerCase();for(let[r,n]of Object.entries(Jo))if(n.name.toLowerCase()===t)return{id:r,entry:n}},Jo={"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"}}},Yc=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function Qc(e){return{name:e.name||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function Xc(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 ed(e,t){return $n.isAndroid?e:Xc(e,Qc(Jo[t]))}var Zn=(e,t)=>{if(!e)return;if($n.isAndroid){(0,Ia.saveMobileLinkInfo)({name:"Unknown",href:t||"wc:"});return}let r=Jo[e];if(!r){console.warn("Attempted to set info for unknown wallet",e);return}let n=Xc(t||"wc:",Qc(r));(0,Ia.saveMobileLinkInfo)({name:(r==null?void 0:r.name)||"",href:n})},td=()=>{!$n.isAndroid||window.open("wc:","_self")};var Oa=class extends wt{constructor(r,n,i){super("wallet_connect",n,i);this.proxyProvider=n,this.connectionManager=r}setActive(){return this.walletProvider.walletId&&Zn(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=Jo[this.walletProvider.walletId];return{name:c.name,icon:this.walletProvider.walletId===zn?Ht:Yc(c.image_id)}}return{name:Mn(((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])||Co}}async promptConnection(){return new Promise((r,n)=>{this.walletProvider.connector.on("disconnect",(c,f)=>{if(c){n(Ft(c));return}f.params.some(g=>g.message==="Session Rejected")&&(this.setWalletProvider(this.connectionManager.replaceProvider(this,this.walletProvider)),n(new Qr)),n(new ye("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.connectionManager.replaceProvider(this,this.walletProvider)),n(new Qr)}),this.walletProvider.connector.on("transport_error",(c,f)=>{n(Ft(c))}),(async()=>{let c="",f=await Promise.race([this.connectionManager.enableProvider(this.walletProvider),xa()]);if(f.length>0&&(c=f[0]),!c||c==="")throw new ye("Unable to retrieve address");this.connected=!0,r()})().catch(c=>n(Ft(c)))})}async sign(r){Zn(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)),Da.isAndroid&&td()})}disconnect(){this.walletProvider.close().catch(()=>console.warn("Unable to disconnect wallet provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(r){this.proxyProvider.setWalletProvider(r)}},jn=class{constructor(){this._storageIdToProvider={},this.reconnectDelayMs=10,this.reconnectBackoff=2,!(typeof window>"u")&&me.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=me.get(t))==null?void 0:r.peerMeta)==null?void 0:n.name;if(c){let f=Na(c);f!=null&&f.id&&(i=f.id)}}this.createProviderWithStorageId(t,i)}})}createConnector(t,r,n){let i=this.getProviderForAddress(r,n),c=new Oa(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=me.getKeys().filter(c=>c.startsWith("walletconnect"));if(r){let c=n.filter(f=>f.includes(r));if(c){let f=c.find(g=>wa(me.get(g).accounts,t));if(f)return f}}let i=n.find(c=>wa(me.get(c).accounts,t));if(!(i&&r&&!i.includes(r)))return i}getProviderForAddress(t,r){let n=this.getStorageId(t,r);n||(n=`${da}:${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 rd.default({infuraId:ir,storageId:t,pollingInterval:gl,...n});return i.walletId=r,r?i.connector.on("display_uri",(c,f)=>{Zn(r);let g=f.params[0],y=ed(g,r);Da.isAndroid?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=Na((f=i.walletMeta)==null?void 0:f.name))==null?void 0:g.id)}),this._storageIdToProvider[t]=i,i}createProvider(t,r){let n=`${da}:${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 Jl=()=>{if(!window.ethereum)return!1;if(Kn(window.ethereum,!0))return!0;if(window.ethereum.providers){for(let e of window.ethereum.providers)if(Kn(e,!0))return!0}return!1},Ua=()=>{if(!window.ethereum)return!1;if(Kn(window.ethereum,!1))return!0;if(window.ethereum.providers){for(let e of window.ethereum.providers)if(Kn(e,!1))return!0}return!1},Kn=(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,Nr=()=>{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},Ao=()=>{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},Ba=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===(0,od.getAddress)(t)).length):!1},nd=()=>{var t;let e=me.get(Pn);return e?(t=e.find(r=>r.active))==null?void 0:t.address:null},Po=class{constructor(){this.getEthereumProvider=()=>{var t;return((t=this.activeWalletConnector)==null?void 0:t.proxyProvider)||new Gt};this.walletConnectors=[],this.wcConnectionManager=new jn,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(){(me.get(Pn)||[]).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}});me.put(Pn,t)}addEmbeddedWalletConnector(t,r){let n=new Ln(t,r),i=new In(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 ye("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 On(new Gt,r);case"phantom":return new Dn(new Gt,r);case"coinbase_wallet":return new Wn(new Gt,r);case"wallet_connect":return this.wcConnectionManager.createConnector(new Gt,r,n);case"embedded":throw new Error("This method should not be used to create embedded connectors")}}};function wr(e){return new Date(e*1e3)}function P0(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:wr(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:wr(r.verified_at)};t.push(c);break;case"phone":let f={number:r.phoneNumber,type:r.type,verifiedAt:wr(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:wr(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:wr(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:wr(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:wr(r.verified_at)};t.push(A);break;case"apple_oauth":let P={subject:r.subject,email:r.email,type:r.type,verifiedAt:wr(r.verified_at)};t.push(P);break;default:console.warn(`Unrecognized account type: ${n}. Please consider upgrading the Privy SDK.`)}}return t}function Or(e,t){return e.sort((r,n)=>n.verifiedAt.getTime()-r.verifiedAt.getTime()),e.find(r=>r.type===t)}function Yo(e){let t=nd();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 be=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy");function Cr(e){if(!e)return null;let t=P0(e.linked_accounts),r=Or(t,"wallet"),n=Or(t,"email"),i=Or(t,"phone"),c=Or(t,"google_oauth"),f=Or(t,"twitter_oauth"),g=Or(t,"discord_oauth"),y=Or(t,"github_oauth"),w=Or(t,"apple_oauth"),A={id:e.id,createdAt:wr(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 Yo(A)}var Jn=N(require("axios"));var Yn=class{constructor(t,r,n){this.appId=t,this.sdkVersion=En,this.client=r,this.defaults=n,this.fallbackApiUrl=r.fallbackApiUrl}async get(t,r,n=!0){try{return await Jn.default.get(t,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...r},n))}catch(i){throw st(i)}}async post(t,r,n,i=!0){try{return await Jn.default.post(t,r,await this.buildConfig(n,i))}catch(c){throw st(c)}}async delete(t,r,n=!0){try{return await Jn.default.delete(t,await this.buildConfig(r,n))}catch(i){throw st(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 id(e){return e instanceof jr?"email":e instanceof Kr?"sms":e instanceof Lr?"siwe":e instanceof Mr?e.meta.provider:null}var Dr=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var ad=N(require("jose")),xr=class{static parse(t){try{return new xr(t)}catch{return null}}constructor(t){this.value=t,this._decoded=ad.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let r=Date.now(),n=(this.expiration-t)*1e3;return r>=n}};var A0=30,Qn=class{constructor(){this.authenticateOnce=new Dr(async t=>this._authenticate(t)),this.linkOnce=new Dr(async t=>this._link(t)),this.refreshOnce=new Dr(this._refresh.bind(this)),this.destroyOnce=new Dr(this._destroy.bind(this)),this.forkSessionOnce=new Dr(this._forkSession.bind(this))}get token(){try{let t=me.get(go);return typeof t=="string"?new xr(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=me.get(_n);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=me.get($o);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=xr.parse(this.token);return t!==null&&!t.isExpired(A0)}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=id(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:Cr(i),isNewUser:c}}catch(r){throw console.warn("Error authenticating session"),Nt(r)}}async _link(t){try{let r=await t.link();return Cr(r)}catch(r){throw console.warn("Error linking account"),Nt(r)}}async _refresh(){if(!this.api)throw new F("Session has no API instance");if(!this.client)throw new F("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(Zs(),{refresh_token:r},{headers:{authorization:`Bearer ${t}`}},!1),n&&this.clearForkedToken();else if(n)i=await this.api.post(Js(),{refresh_token:n},{},!1),this.clearForkedToken();else return null;return this.storeToken(i.data.token),this.storeRefreshToken(i.data.refresh_token),Cr(i.data.user)}catch(i){if(i instanceof mo&&i.status===400&&i.message==="Invalid auth token")return this.destroyLocalState(),null;throw Nt(i)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(js(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new F("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 Nt(r)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){typeof t=="string"?me.put(go,t):me.del(go)}storeRefreshToken(t){typeof t=="string"?me.put(_n,t):me.del(_n)}clearForkedToken(){me.del($o)}};var Fa,So=class{constructor(t){this.apiUrl=t.apiUrl||xn,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||ml,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new Po,Fa||(Fa=new Qn),this.session=Fa,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new Yn(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 F("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new F("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(dl(),{address:t});return Cr(r.data)}catch(r){throw Nt(r)}}async unlinkPhone(t){try{let r=await this.api.post(ul(),{phoneNumber:t});return Cr(r.data)}catch(r){throw Nt(r)}}async unlinkWallet(t){try{let r=await this.api.post(cl(),{address:t});return await this.connectors.removeWallet(t),Cr(r.data)}catch(r){throw Nt(r)}}async unlinkOAuth(t,r){try{let n=await this.api.post(fl(),{provider:t,subject:r});return Cr(n.data)}catch(n){throw Nt(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(pl(),{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=xr.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 Nt(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 F("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(t))throw new F("Error setting the active wallet.");return Yo(r)}async forkSession(){return await this.session.forkSession()}};var Dy=require("wicg-inert"),Ui=require("body-scroll-lock"),Bi=require("react"),As=require("react"),pu=N(require("react-dom")),Fi=N(require("styled-components"));var Xn=require("react");var Ga=(0,Xn.createContext)({isLinking:!1,linkingHint:null,activeStatus:null,walletConnectionStatus:null,getAuthMeta:B,getAuthFlow:B,closePrivyModal:B,initLoginWithWallet:B,loginWithWallet:B,loginWithCode:B,initLoginWithEmail:B,initLoginWithSms:B,resendEmailCode:B,resendSmsCode:B,initLoginWithOAuth:B,loginWithOAuth:B,refreshUser:B,walletProxy:null,createAnalyticsEvent:B,getUsdTokenPrice:B}),K=()=>(0,Xn.useContext)(Ga);var ei=require("react");var Ha=(0,ei.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:B,linkEmail:B,linkPhone:B,linkWallet:B,linkGoogle:B,linkTwitter:B,linkDiscord:B,linkGithub:B,linkApple:B,logout:B,getAccessToken:B,getEthereumProvider:B,getEthersProvider:B,getWeb3jsProvider:B,unlinkEmail:B,unlinkPhone:B,unlinkWallet:B,unlinkGoogle:B,unlinkTwitter:B,unlinkDiscord:B,unlinkGithub:B,unlinkApple:B,setActiveWallet:B,forkSession:B,createWallet:B,signMessage:B,sendTransaction:B,exportWallet:B}),ie=()=>(0,ei.useContext)(Ha);var ni=N(require("styled-components"));var Er=N(require("styled-components"));var ti=N(require("styled-components")),Ur=require("react/jsx-runtime"),ri=({success:e,fail:t})=>(0,Ur.jsxs)(Ur.Fragment,{children:[(0,Ur.jsx)(Qo,{className:e?"success":t?"fail":""}),(0,Ur.jsx)(S0,{className:e?"success":t?"fail":""})]}),Qo=ti.default.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
|
-
`;var $a=N(require("styled-components"));var Va=require("react/jsx-runtime"),pd=({style:e,...t})=>(0,Va.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:(0,Va.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var qa=require("react/jsx-runtime"),hd=({style:e,...t})=>(0,qa.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:(0,qa.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var Pt=require("react/jsx-runtime"),L0=()=>(0,Pt.jsx)("div",{}),k0=({backFn:e})=>(0,Pt.jsx)("div",{children:(0,Pt.jsx)(pd,{onClick:e})}),R0=e=>(0,Pt.jsx)("div",{children:(0,Pt.jsx)("div",{children:(0,Pt.jsx)(hd,{onClick:e.onClose})})});var G=({backFn:e,onClose:t,title:r})=>{let{closePrivyModal:n}=
|
|
204
|
+
`;var $a=N(require("styled-components"));var Va=require("react/jsx-runtime"),pd=({style:e,...t})=>(0,Va.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:(0,Va.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var qa=require("react/jsx-runtime"),hd=({style:e,...t})=>(0,qa.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:(0,qa.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var Pt=require("react/jsx-runtime"),L0=()=>(0,Pt.jsx)("div",{}),k0=({backFn:e})=>(0,Pt.jsx)("div",{children:(0,Pt.jsx)(pd,{onClick:e})}),R0=e=>(0,Pt.jsx)("div",{children:(0,Pt.jsx)("div",{children:(0,Pt.jsx)(hd,{onClick:e.onClose})})});var G=({backFn:e,onClose:t,title:r})=>{let{closePrivyModal:n}=K();return(0,Pt.jsxs)(W0,{children:[e?(0,Pt.jsx)(k0,{backFn:e}):(0,Pt.jsx)(L0,{}),r&&(0,Pt.jsx)(I0,{children:r}),(0,Pt.jsx)(R0,{onClose:t||(()=>n())})]})},W0=$a.default.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
|
-
`;var ue=require("react/jsx-runtime"),ja=6,bd=new Array(ja).fill(""),G0=1400;var Cd=()=>{var it,at,ce;let{app:e,data:t,navigate:r,setModalData:n}=O(),{closePrivyModal:i,resendEmailCode:c,resendSmsCode:f,getAuthMeta:g,loginWithCode:y}=
|
|
391
|
+
`;var ue=require("react/jsx-runtime"),ja=6,bd=new Array(ja).fill(""),G0=1400;var Cd=()=>{var it,at,ce;let{app:e,data:t,navigate:r,setModalData:n}=O(),{closePrivyModal:i,resendEmailCode:c,resendSmsCode:f,getAuthMeta:g,loginWithCode:y}=K(),{authenticated:w,user:A}=ie(),[P,_]=(0,Gr.useState)(bd),[T,M]=(0,Gr.useState)(!1),[E,S]=(0,Gr.useState)(null),[k,V]=(0,Gr.useState)(null),z=(it=g())!=null&&it.email?0:1;(0,Gr.useEffect)(()=>{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")},Ot-500);return()=>clearTimeout(o)}else{let o=setTimeout(i,Ot);return()=>clearTimeout(o)}},[w,T,A]),(0,Gr.useEffect)(()=>{if(E&&k===0){let H=setTimeout(()=>{_(bd),S(null);let j=document.querySelector("input[name=code-0]");j==null||j.focus()},G0);return()=>clearTimeout(H)}},[E]);let Z=H=>{var u;let j=H.currentTarget.value.replace(" ","");if(j==="")return;if(isNaN(Number(j))){S("Code should be numeric"),V(1);return}S(null),V(null);let h=Number((u=H.currentTarget.name)==null?void 0:u.charAt(5)),o=[...j||[""]].slice(0,ja-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),ja-1);if(!isNaN(Number(H.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"),V(0)})}H.preventDefault()},Y=H=>{k===1&&(S(null),V(null));let j=[...P.slice(0,H),"",...P.slice(H+1)];if(_(j),H>0){let h=document.querySelector(`input[name=code-${H-1}]`);h==null||h.focus()}},Q=`Verify your ${z==0?"email":"phone"}`,ne=z==0?(0,ue.jsxs)("p",{children:["Please check ",(0,ue.jsx)(z0,{children:(at=g())==null?void 0:at.email})," for an email from privy.io and enter your code below."]}):`Please check ${(ce=g())==null?void 0:ce.phoneNumber} for a message from ${(e==null?void 0:e.name)||"privy.io"} and enter your code below.`;return(0,ue.jsxs)(ue.Fragment,{children:[(0,ue.jsx)(G,{},"header"),(0,ue.jsxs)(H0,{children:[(0,ue.jsx)(ct,{title:Q,description:ne}),(0,ue.jsxs)(To,{children:[(0,ue.jsxs)(V0,{children:[(0,ue.jsx)(q0,{fail:!!E,success:T,children:(0,ue.jsx)("span",{children:E||(T?"Success!":"")})}),(0,ue.jsx)("div",{children:P.map((H,j)=>(0,ue.jsx)("input",{name:`code-${j}`,type:"text",value:P[j],onChange:Z,onKeyUp:h=>{h.key==="Backspace"&&Y(j)},inputMode:"numeric",autoFocus:j===0,pattern:"[0-9]",className:`${T?"success":""} ${E?"fail":""}`,autoComplete:wd.isMobile?"one-time-code":"off"},j))})]}),(0,ue.jsx)($0,{children:z==0?(0,ue.jsxs)(ue.Fragment,{children:[(0,ue.jsx)("span",{children:"Didn't get an email?"}),(0,ue.jsx)("button",{onClick:c,children:"Resend Code"})]}):(0,ue.jsxs)(ue.Fragment,{children:[(0,ue.jsx)("span",{children:"Didn't get a message?"}),(0,ue.jsx)("button",{onClick:f,children:"Resend Code"})]})})]})]}),(0,ue.jsx)(se,{protectedByPrivy:!0})]})},H0=Mo.default.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
|
`,z0=Mo.default.span`
|
|
489
489
|
word-break: break-all;
|
|
490
|
-
`;var ai=require("react"),_d=N(require("styled-components"));var xd=require("react-device-detect");var Ed=e=>{let t=new URL(window.location.href);if(!Ao()&&xd.isMobile)return`https://go.cb-w.com/dapp?cb_url=${encodeURIComponent(`${t.href.replace(/\/$/g,"")}?privy_wallet_client=coinbase_wallet${e?`&privy_token=${e}`:""}`)}`};var St=require("react/jsx-runtime"),Pd=()=>{let{forkSession:e,ready:t,authenticated:r}=ie(),{closePrivyModal:n}=
|
|
490
|
+
`;var ai=require("react"),_d=N(require("styled-components"));var xd=require("react-device-detect");var Ed=e=>{let t=new URL(window.location.href);if(!Ao()&&xd.isMobile)return`https://go.cb-w.com/dapp?cb_url=${encodeURIComponent(`${t.href.replace(/\/$/g,"")}?privy_wallet_client=coinbase_wallet${e?`&privy_token=${e}`:""}`)}`};var St=require("react/jsx-runtime"),Pd=()=>{let{forkSession:e,ready:t,authenticated:r}=ie(),{closePrivyModal:n}=K(),[i,c]=(0,ai.useState)("");(0,ai.useEffect)(()=>{t&&r&&e().then(y=>c(y))},[r,t]);let f=Ed(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."),(0,St.jsxs)(St.Fragment,{children:[(0,St.jsx)(G,{},"header"),(0,St.jsx)(Br,{title:g.title,description:g.description}),(0,St.jsxs)(Et,{children:[(0,St.jsx)(Z0,{children:(0,St.jsx)(Ut,{style:{width:"72px",height:"72px"}})}),(0,St.jsx)(oi,{href:f,onClick:()=>{n()},loading:t&&r&&!i,children:"Continue"}),g.footnote?(0,St.jsx)("p",{children:g.footnote}):null]}),(0,St.jsx)(se,{protectedByPrivy:!0})]})},Z0=(0,_d.default)(To)`
|
|
491
491
|
margin: 16px auto;
|
|
492
|
-
`;var lr=require("react"),Ka=require("react-device-detect"),ci=N(require("styled-components"));var he=require("react/jsx-runtime"),si=2,li={metamask:{name:"MetaMask",component:Ht},phantom:{name:"Phantom",component:ar},coinbase_wallet:{name:"Coinbase Wallet",component:Ut},wallet_connect:{name:"WalletConnect",component:Co},embedded:{name:"Privy Wallet",component:Wr}},j0=e=>(e==null?void 0:e.privyErrorCode)==="linked_to_another_user"?Xr.ERROR_USER_EXISTS:e instanceof bo&&!e.details.default?e.details:e instanceof yo?Xr.ERROR_TIMED_OUT:e instanceof Qr?Xr.ERROR_USER_REJECTED_CONNECTION:Xr.ERROR_WALLET_CONNECTION,Sd=()=>{var h,o,s,l,d;let[e,t]=(0,lr.useState)(!1),[r,n]=(0,lr.useState)(!1),[i,c]=(0,lr.useState)(void 0),{navigate:f,navigateBack:g}=O(),{getAuthFlow:y,walletConnectionStatus:w,closePrivyModal:A,loginWithWallet:P}=
|
|
492
|
+
`;var lr=require("react"),Ka=require("react-device-detect"),ci=N(require("styled-components"));var he=require("react/jsx-runtime"),si=2,li={metamask:{name:"MetaMask",component:Ht},phantom:{name:"Phantom",component:ar},coinbase_wallet:{name:"Coinbase Wallet",component:Ut},wallet_connect:{name:"WalletConnect",component:Co},embedded:{name:"Privy Wallet",component:Wr}},j0=e=>(e==null?void 0:e.privyErrorCode)==="linked_to_another_user"?Xr.ERROR_USER_EXISTS:e instanceof bo&&!e.details.default?e.details:e instanceof yo?Xr.ERROR_TIMED_OUT:e instanceof Qr?Xr.ERROR_USER_REJECTED_CONNECTION:Xr.ERROR_WALLET_CONNECTION,Sd=()=>{var h,o,s,l,d;let[e,t]=(0,lr.useState)(!1),[r,n]=(0,lr.useState)(!1),[i,c]=(0,lr.useState)(void 0),{navigate:f,navigateBack:g}=O(),{getAuthFlow:y,walletConnectionStatus:w,closePrivyModal:A,loginWithWallet:P}=K(),{walletConnectors:_}=ie(),[T,M]=(0,lr.useState)(0),{user:E}=ie(),[S]=(0,lr.useState)((E==null?void 0:E.linkedAccounts.length)||0),k=y(),V=Ka.isMobile&&(k==null?void 0:k.meta.walletType)==="wallet_connect"||Ka.isMobile&&(k==null?void 0:k.meta.walletType)==="coinbase_wallet",z=(w==null?void 0:w.status)==="connected";(0,lr.useEffect)(()=>{!k||V||!z||(n(!0),c(void 0),Y().catch(u=>console.warn("Auto-prompted signature failed",u)).finally(()=>n(!1)))},[T,z]),(0,lr.useEffect)(()=>{if(E&&e){let u=setTimeout(A,Ot);return()=>clearTimeout(u)}},[E,e]);let Z=u=>{if((u==null?void 0:u.privyErrorCode)==="allowlist_rejected"){f("ALLOWLIST_REJECTION_SCREEN");return}c(j0(u))};async function Y(){try{await P(),t(!0)}catch(u){Z(u)}finally{n(!1)}}(0,lr.useEffect)(()=>{w!=null&&w.connectError&&Z(w==null?void 0:w.connectError)},[w]);let Q=(k==null?void 0:k.meta.walletType)||"metamask",ne=((h=k==null?void 0:k.meta)==null?void 0:h.walletName)||((o=li[Q])==null?void 0:o.name)||"Metamask",it=((s=k==null?void 0:k.meta)==null?void 0:s.walletIcon)||((l=li[Q])==null?void 0:l.component)||(u=>(0,he.jsx)(Ht,{...u})),at=e?`Successfully connected with ${ne}`:i?i.message:z?"Sign to verify":`Waiting for ${ne}`,ce="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?ce="Wallet was already linked.":ce="You\u2019re good to go!"}else T>=si&&i?ce="Unable to connect wallet":i?ce=i.detail:z&&V?ce="Sign the message in your wallet to verify it belongs to you.":Q==="metamask"?ce="For the best experience, connect only one wallet at a time.":Q==="wallet_connect"?ce="Open your mobile wallet app to continue":Q==="coinbase_wallet"&&(Ao()||(Ba(E)?ce="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":ce="Open the Coinbase app on your phone to continue."));let H=(d=_==null?void 0:_.walletConnectors)==null?void 0:d.find(u=>u.walletType==="coinbase_wallet"),j=Q==="coinbase_wallet"&&(Ba(E)||i===Xr.ERROR_USER_EXISTS);return(0,he.jsxs)(he.Fragment,{children:[(0,he.jsx)(G,{backFn:g}),(0,he.jsxs)(K0,{children:[(0,he.jsx)(Ja,{walletLogo:it,success:e,fail:!!i}),(0,he.jsxs)(J0,{children:[(0,he.jsx)("h3",{children:at}),(0,he.jsx)("p",{children:ce})]}),(0,he.jsx)(dd,{children:j?(0,he.jsx)(xt,{onClick:()=>H&&(H==null?void 0:H.disconnect()),invisible:e,disabled:e,children:"Use a different wallet"}):i==Xr.ERROR_USER_EXISTS?(0,he.jsx)(xt,{onClick:g,children:"Use a different wallet"}):z&&!e&&V?(0,he.jsx)(xt,{onClick:()=>{n(!0),Y()},disabled:r,children:r?"Signing":"Sign with your wallet"}):!e&&(i==null?void 0:i.retryable)&&T<si?(0,he.jsx)(xt,{onClick:()=>{M(T+1),c(void 0),w==null||w.connectRetry()},invisible:e||!(i!=null&&i.retryable)||T>=si,disabled:!e&&(!(i!=null&&i.retryable)||T>=si),children:"Retry"}):null})]})]})},K0=ci.default.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 Td=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds"];var Hr=class extends Error{constructor(r,n){super(n);this.type=r}};function Ya(e){let t=e.type;return typeof t=="string"&&Td.includes(t)}function Md(e){return Ya(e)&&e.type==="wallet_not_on_device"}function Ld(e){return Ya(e)&&e.type==="invalid_recovery_pin"}function kd(e){return Ya(e)&&e.type==="insufficient_funds"}var Qa=require("react/jsx-runtime"),Rd=()=>(0,Qa.jsx)("svg",{width:"160",height:"160",viewBox:"0 0 160 160",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,Qa.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M68.8526 62.1274C63.679 62.6445 59.875 67.0764 59.875 72.2759V74.6681V87.0465V87.612C59.875 92.8601 63.7484 97.3119 68.973 97.8078C72.5955 98.1516 76.6828 98.4483 80 98.4483C85.4448 98.4483 92.9638 97.649 97.0978 97.154C98.8348 96.946 100.125 95.4675 100.125 93.7182V74.6681C100.125 72.9187 98.8348 71.4402 97.0978 71.2323C93.4413 70.7945 87.1368 70.1186 81.9616 69.9682C81.2831 69.9481 80.6253 69.9371 79.9969 69.9371C79.2774 69.9371 78.5191 69.9515 77.7353 69.9776C74.6887 70.0771 71.2822 70.3508 68.2676 70.6465C67.4099 70.6528 66.6736 70.0035 66.5882 69.1332C66.4978 68.2114 67.1717 67.3908 68.0935 67.3003C71.898 66.9269 76.3758 66.583 79.9969 66.583C84.0311 66.583 89.1337 67.0101 93.1897 67.4305C94.512 67.5675 95.7295 67.7045 96.7708 67.8271V66.2445C96.7708 64.5114 95.5059 63.0417 93.7872 62.8189C89.9575 62.3224 83.2236 61.5518 78.3229 61.5518C75.4753 61.5518 72.0087 61.812 68.8526 62.1274ZM94.252 86.708C95.6413 86.708 96.7676 85.5817 96.7676 84.1924C96.7676 82.803 95.6413 81.6767 94.252 81.6767C92.8626 81.6767 91.7363 82.803 91.7363 84.1924C91.7363 85.5817 92.8626 86.708 94.252 86.708Z",fill:"var(--privy-color-accent)"})});var Xt=require("react/jsx-runtime"),Wd=1,Nd=()=>{let{authenticated:e,user:t,getAccessToken:r}=ie(),{closePrivyModal:n,walletProxy:i}=
|
|
577
|
+
`;var Td=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds"];var Hr=class extends Error{constructor(r,n){super(n);this.type=r}};function Ya(e){let t=e.type;return typeof t=="string"&&Td.includes(t)}function Md(e){return Ya(e)&&e.type==="wallet_not_on_device"}function Ld(e){return Ya(e)&&e.type==="invalid_recovery_pin"}function kd(e){return Ya(e)&&e.type==="insufficient_funds"}var Qa=require("react/jsx-runtime"),Rd=()=>(0,Qa.jsx)("svg",{width:"160",height:"160",viewBox:"0 0 160 160",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,Qa.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M68.8526 62.1274C63.679 62.6445 59.875 67.0764 59.875 72.2759V74.6681V87.0465V87.612C59.875 92.8601 63.7484 97.3119 68.973 97.8078C72.5955 98.1516 76.6828 98.4483 80 98.4483C85.4448 98.4483 92.9638 97.649 97.0978 97.154C98.8348 96.946 100.125 95.4675 100.125 93.7182V74.6681C100.125 72.9187 98.8348 71.4402 97.0978 71.2323C93.4413 70.7945 87.1368 70.1186 81.9616 69.9682C81.2831 69.9481 80.6253 69.9371 79.9969 69.9371C79.2774 69.9371 78.5191 69.9515 77.7353 69.9776C74.6887 70.0771 71.2822 70.3508 68.2676 70.6465C67.4099 70.6528 66.6736 70.0035 66.5882 69.1332C66.4978 68.2114 67.1717 67.3908 68.0935 67.3003C71.898 66.9269 76.3758 66.583 79.9969 66.583C84.0311 66.583 89.1337 67.0101 93.1897 67.4305C94.512 67.5675 95.7295 67.7045 96.7708 67.8271V66.2445C96.7708 64.5114 95.5059 63.0417 93.7872 62.8189C89.9575 62.3224 83.2236 61.5518 78.3229 61.5518C75.4753 61.5518 72.0087 61.812 68.8526 62.1274ZM94.252 86.708C95.6413 86.708 96.7676 85.5817 96.7676 84.1924C96.7676 82.803 95.6413 81.6767 94.252 81.6767C92.8626 81.6767 91.7363 82.803 91.7363 84.1924C91.7363 85.5817 92.8626 86.708 94.252 86.708Z",fill:"var(--privy-color-accent)"})});var Xt=require("react/jsx-runtime"),Wd=1,Nd=()=>{let{authenticated:e,user:t,getAccessToken:r}=ie(),{closePrivyModal:n,walletProxy:i}=K(),{navigate:c,data:f,setModalData:g}=O(),y=(0,ui.useMemo)(()=>Date.now(),[]),{onCompleteNavigateTo:w,onFailure:A}=f==null?void 0:f.connectWallet,P=_=>{n({shouldCallAuthOnSuccess:!1}),A(typeof _=="string"?new Error(_):_)};return(0,ui.useEffect)(()=>{let _=be(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<Wd?T=setTimeout(()=>{c(w)},(Wd-S)*1e3):c(w)}catch(S){Md(S)?(g({...f,recoverWallet:{onCompleteNavigateTo:w,onFailure:A}}),c("EMBEDDED_WALLET_RECOVERY_SCREEN")):P(S)}})(),()=>clearTimeout(T)):void 0},[e,t,i]),(0,Xt.jsxs)(Xt.Fragment,{children:[(0,Xt.jsx)(G,{onClose:()=>P("User exited before wallet could be connected")}),(0,Xt.jsxs)(rf,{children:[(0,Xt.jsx)(Fr,{title:"Loading your account",description:"Please wait one moment while we load your account information"}),(0,Xt.jsx)(di,{children:(0,Xt.jsx)(Rd,{})})]}),(0,Xt.jsx)(se,{protectedByPrivy:!0})]})},rf=Id.default.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
|
-
`;var tt=require("react/jsx-runtime"),Gd=()=>{var P;let{user:e}=ie(),{closePrivyModal:t}=
|
|
639
|
+
`;var tt=require("react/jsx-runtime"),Gd=()=>{var P;let{user:e}=ie(),{closePrivyModal:t}=K(),{data:r}=O(),n=be(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=Jt(n.address);return(0,tt.jsxs)(tt.Fragment,{children:[(0,tt.jsx)(G,{onClose:g}),(0,tt.jsxs)(af,{children:[(0,tt.jsxs)("div",{children:[(0,tt.jsx)(ct,{title:y,description:w}),(0,tt.jsxs)(sf,{children:[(0,tt.jsx)(Fd,{}),(0,tt.jsxs)(lf,{children:[(0,tt.jsx)("p",{children:((P=e==null?void 0:e.email)==null?void 0:P.address)||""}),(0,tt.jsxs)(cf,{children:[(0,tt.jsx)(df,{children:A})," ",(0,tt.jsx)(Wr,{color:"var(--privy-color-foreground)"})]})]})]}),(0,tt.jsx)(uf,{children:(0,tt.jsx)(pi,{text:n.address,itemName:"Address"})})]}),(0,tt.jsx)(ge,{onClick:g,children:"I\u2019m all set"})]}),(0,tt.jsx)(se,{protectedByPrivy:!0})]})},af=ro.default.div`
|
|
640
640
|
display: flex;
|
|
641
641
|
height: 100%;
|
|
642
642
|
flex-direction: column;
|
|
@@ -675,7 +675,7 @@ Resources:
|
|
|
675
675
|
`,uf=ro.default.div`
|
|
676
676
|
display: flex;
|
|
677
677
|
justify-content: center;
|
|
678
|
-
`;var _r=require("react"),cr=N(require("styled-components"));var dt=require("react/jsx-runtime"),Hd=({style:e,...t})=>(0,dt.jsxs)("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:[(0,dt.jsx)("rect",{x:"214.681",y:"51.6852",width:"40",height:"40",rx:"20",fill:"var(--privy-color-background-2)"}),(0,dt.jsx)("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)"}),(0,dt.jsx)("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"}),(0,dt.jsx)("rect",{x:"65.6426",y:"52.6852",width:"38",height:"38",rx:"19",stroke:"var(--privy-color-background-2","stroke-width":"2"}),(0,dt.jsx)("path",{d:"M103.162 71.6852H213.662",stroke:"var(--privy-color-background-2","stroke-width":"2","stroke-dasharray":"4 4"}),(0,dt.jsx)("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"}),(0,dt.jsx)("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)"}),(0,dt.jsx)("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)"}),(0,dt.jsx)("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"}),(0,dt.jsx)("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"}),(0,dt.jsx)("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"}),(0,dt.jsx)("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"}),(0,dt.jsx)("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"}),(0,dt.jsx)("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"})]});var re=require("react/jsx-runtime"),$d=()=>{var E;let[e,t]=(0,_r.useState)(null),{authenticated:r,user:n,getAccessToken:i}=ie(),{closePrivyModal:c,createAnalyticsEvent:f}=
|
|
678
|
+
`;var _r=require("react"),cr=N(require("styled-components"));var dt=require("react/jsx-runtime"),Hd=({style:e,...t})=>(0,dt.jsxs)("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:[(0,dt.jsx)("rect",{x:"214.681",y:"51.6852",width:"40",height:"40",rx:"20",fill:"var(--privy-color-background-2)"}),(0,dt.jsx)("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)"}),(0,dt.jsx)("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"}),(0,dt.jsx)("rect",{x:"65.6426",y:"52.6852",width:"38",height:"38",rx:"19",stroke:"var(--privy-color-background-2","stroke-width":"2"}),(0,dt.jsx)("path",{d:"M103.162 71.6852H213.662",stroke:"var(--privy-color-background-2","stroke-width":"2","stroke-dasharray":"4 4"}),(0,dt.jsx)("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"}),(0,dt.jsx)("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)"}),(0,dt.jsx)("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)"}),(0,dt.jsx)("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"}),(0,dt.jsx)("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"}),(0,dt.jsx)("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"}),(0,dt.jsx)("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"}),(0,dt.jsx)("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"}),(0,dt.jsx)("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"})]});var re=require("react/jsx-runtime"),$d=()=>{var E;let[e,t]=(0,_r.useState)(null),{authenticated:r,user:n,getAccessToken:i}=ie(),{closePrivyModal:c,createAnalyticsEvent:f}=K(),{data:g}=O(),y=(E=be(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(0,_r.useEffect)(()=>{let S=be(n);if(!r||!S)return T("User must be authenticated before exporting their wallet");i().then(t,T)},[r,n]),(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)(G,{onClose:M}),(0,re.jsxs)(hf,{children:[(0,re.jsx)(Hd,{}),(0,re.jsxs)(mf,{children:[(0,re.jsx)("h3",{children:"Transfer"}),(0,re.jsxs)(bf,{children:[(0,re.jsx)(pf,{style:{marginRight:6}}),`${y==null?void 0:y.substring(0,4)}...${y==null?void 0:y.substring(y.length-4,y.length-1)}`]})]}),(0,re.jsx)("p",{children:"You can take your account with you to another site using an external wallet!"}),(0,re.jsxs)(gf,{children:[(0,re.jsxs)(Vd,{children:[(0,re.jsx)(qd,{children:"1"}),(0,re.jsxs)("span",{children:[(0,re.jsx)("a",{href:"https://privy-io.notion.site/Transferring-your-account-9dab9e16c6034a7ab1ff7fa479b02828",target:"blank",rel:"noopener noreferrer",children:"Follow the guide"})," ","to transfer your account to your wallet of choice."]})]}),(0,re.jsxs)(Vd,{children:[(0,re.jsx)(qd,{children:"2"}),(0,re.jsx)("span",{children:"Copy this key into your other wallet"})]})]}),(0,re.jsx)("div",{style:{width:"100%"},children:e&&(0,re.jsx)(ff,{origin:P,appId:_,accessToken:e,address:y,dimensions:{height:"44px"}})}),(0,re.jsxs)(wf,{children:[(0,re.jsx)("h4",{children:"WARNING"}),(0,re.jsx)("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),(0,re.jsx)(se,{protectedByPrivy:!0})]})};function ff(e){let[t,r]=(0,_r.useState)(e.dimensions.width),[n,i]=(0,_r.useState)(void 0),c=(0,_r.useRef)(null);return(0,_r.useEffect)(()=>{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")})},[]),(0,re.jsx)("div",{ref:c,children:t&&(0,re.jsxs)(vf,{children:[(0,re.jsx)("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:Tn(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,...n})}),(0,re.jsx)(yf,{children:"Loading..."})]})})}function pf(e){return(0,re.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:(0,re.jsx)("path",{d:"M14 8.81335C14 7.98493 13.3284 7.31335 12.5 7.31335H10C10 8.41792 9.10457 9.31335 8 9.31335C6.89543 9.31335 6 8.41792 6 7.31335H3.5C2.67157 7.31335 2 7.98493 2 8.81335M14 8.81335V12.8134C14 13.6418 13.3284 14.3134 12.5 14.3134H3.5C2.67157 14.3134 2 13.6418 2 12.8134V8.81335M14 8.81335V6.81335M2 8.81335V6.81335M14 6.81335C14 5.98493 13.3284 5.31335 12.5 5.31335H3.5C2.67157 5.31335 2 5.98493 2 6.81335M14 6.81335V4.81335C14 3.98493 13.3284 3.31335 12.5 3.31335H3.5C2.67157 3.31335 2 3.98493 2 4.81335V6.81335",stroke:"var(--privy-color-foreground-3)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}var hf=cr.default.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
|
-
`;var Io=require("react"),No=N(require("styled-components"));var Vr=require("react"),hi=N(require("styled-components"));var es=require("react/jsx-runtime"),zd=({style:e,...t})=>(0,es.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:(0,es.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"})});var Tt=require("react/jsx-runtime"),Wo=6,Cf=new Array(Wo).fill("");function xf(e){return e.replace(/\s+/g,"")}function ts(e){return/^[a-zA-Z0-9]{1}$/.test(e)}function Ef(e){return/^[a-zA-Z]{1}$/.test(e)}function _f(e){return/^[a-z]{1}$/.test(e)}function Zd(e){return e.length===Wo&&e.every(ts)}function Pf(e,t){return e.reduce((r,n)=>r+Number(t(n)),0)}function Af(){return crypto.getRandomValues(new Uint8Array(1))[0]}function Sf(){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",t=[];for(;t.length<Wo;){let r=Af();r>247||t.push(e.charAt(r%62))}return t.join("")}var mi=({onChange:e,disabled:t,readOnly:r,disableGeneration:n,errorReasonOverride:i})=>{let[c,f]=(0,Vr.useState)(Cf),[g,y]=(0,Vr.useState)(null),[w,A]=(0,Vr.useState)(null),P=M=>{var H;let E=xf(M.currentTarget.value);if(E==="")return;let
|
|
758
|
+
`;var Io=require("react"),No=N(require("styled-components"));var Vr=require("react"),hi=N(require("styled-components"));var es=require("react/jsx-runtime"),zd=({style:e,...t})=>(0,es.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:(0,es.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"})});var Tt=require("react/jsx-runtime"),Wo=6,Cf=new Array(Wo).fill("");function xf(e){return e.replace(/\s+/g,"")}function ts(e){return/^[a-zA-Z0-9]{1}$/.test(e)}function Ef(e){return/^[a-zA-Z]{1}$/.test(e)}function _f(e){return/^[a-z]{1}$/.test(e)}function Zd(e){return e.length===Wo&&e.every(ts)}function Pf(e,t){return e.reduce((r,n)=>r+Number(t(n)),0)}function Af(){return crypto.getRandomValues(new Uint8Array(1))[0]}function Sf(){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",t=[];for(;t.length<Wo;){let r=Af();r>247||t.push(e.charAt(r%62))}return t.join("")}var mi=({onChange:e,disabled:t,readOnly:r,disableGeneration:n,errorReasonOverride:i})=>{let[c,f]=(0,Vr.useState)(Cf),[g,y]=(0,Vr.useState)(null),[w,A]=(0,Vr.useState)(null),P=M=>{var H;let E=xf(M.currentTarget.value);if(E==="")return;let S=Pf(c,ts),k=E.split(""),V=!k.every(ts),z=k.length+S>Wo;if(V){y("Passcode can only be letters and numbers"),A(1);return}if(z){y("Passcode must be exactly 6 letters and numbers"),A(1);return}y(null),A(null);let Z=Number((H=M.currentTarget.name)==null?void 0:H.charAt(4)),Y=[...E||[""]].slice(0,Wo-Z),Q=[...c.slice(0,Z),...Y,...c.slice(Z+Y.length)];f(Q);let ne=Y.length,it=Math.min(Math.max(Z+ne,0),Wo-1),at=document.querySelector(`input[name=pin-${it}]`),ce=Y[Y.length-1]||"";if(Ef(ce)&&(_f(ce)?at.autocapitalize="none":at.autocapitalize="on"),at==null||at.focus(),Zd(Q)){let j=document.querySelector(`input[name=pin-${it}]`);j==null||j.blur(),e(Q.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()}Zd(E)?e(E.join("")):e(null)},T=r||n;return(0,Tt.jsxs)(Tt.Fragment,{children:[(0,Tt.jsxs)(Tf,{children:[(0,Tt.jsx)(Mf,{fail:!!i||!!g,children:i||g||"Passcode can be letters and numbers"}),(0,Tt.jsx)("div",{children:c.map((M,E)=>(0,Tt.jsx)("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&&(0,Tt.jsx)(Lf,{disabled:t,onClick:()=>{let M=Sf();f([...M]),e(M)}})]})},Tf=hi.default.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
|
-
`;var gt=require("react/jsx-runtime"),jd=()=>{let{authenticated:e,getAccessToken:t,user:r}=ie(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:c}=
|
|
871
|
+
`;var gt=require("react/jsx-runtime"),jd=()=>{let{authenticated:e,getAccessToken:t,user:r}=ie(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:c}=K(),{navigate:f,data:g}=O(),[y,w]=(0,Io.useState)(null),[A,P]=(0,Io.useState)(""),[_,T]=(0,Io.useState)(!1),{onCompleteNavigateTo:M,onFailure:E}=g.recoverWallet,S=Z=>{i({shouldCallAuthOnSuccess:!1}),E(typeof Z=="string"?new Error(Z):Z)};(0,Io.useEffect)(()=>{if(!e||!be(r))return S("User must be authenticated and have a Privy wallet before it can be recovered")},[e,r]);let k=Z=>{w(Z)},V=be(r);return(0,gt.jsxs)(gt.Fragment,{children:[(0,gt.jsx)(G,{onClose:()=>S("User exited before their wallet could be recovered")}),(0,gt.jsxs)(Rf,{children:[(0,gt.jsxs)("div",{children:[(0,gt.jsx)(ct,{title:"Load your account",description:"We haven't seen this device yet. To continue, please enter your passcode."}),(0,gt.jsx)(mi,{onChange:k,disabled:_,errorReasonOverride:A,disableGeneration:!0})]}),(0,gt.jsxs)(Wf,{children:[(0,gt.jsx)("h4",{children:"Why am I doing this?"}),(0,gt.jsx)("p",{children:"When you created your account, you entered a passcode\u2014this helps secure your digital wallet and ensure only you can access it."})]}),(0,gt.jsx)(If,{loading:_||!n,disabled:!y,onClick:async()=>{T(!0);let Z=await t();if(Z&&V&&y!==null)try{c("embedded_wallet_recovery_started",{walletAddress:V.address}),await(n==null?void 0:n.recover({address:V.address,accessToken:Z,recoveryPin:y})),P(""),f(M),c("embedded_wallet_recovery_completed",{walletAddress:V.address})}catch(Y){Ld(Y)?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:!V&&_,children:"Recover your account"})]}),(0,gt.jsx)(se,{protectedByPrivy:!0})]})},Rf=No.default.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
|
-
`;var Oo=require("react"),Do=N(require("styled-components"));var ut=require("react/jsx-runtime"),Kd=()=>{let{authenticated:e,getAccessToken:t,user:r}=ie(),{walletProxy:n,refreshUser:i,closePrivyModal:c,createAnalyticsEvent:f}=
|
|
909
|
+
`;var Oo=require("react"),Do=N(require("styled-components"));var ut=require("react/jsx-runtime"),Kd=()=>{let{authenticated:e,getAccessToken:t,user:r}=ie(),{walletProxy:n,refreshUser:i,closePrivyModal:c,createAnalyticsEvent:f}=K(),{navigate:g,data:y}=O(),[w,A]=(0,Oo.useState)(null),[P,_]=(0,Oo.useState)(""),[T,M]=(0,Oo.useState)(!1),{onFailure:E,callAuthOnSuccessOnClose:S}=y.createWallet;(0,Oo.useEffect)(()=>{e||(g("LANDING"),E(new Error("User must be authenticated before creating a Privy wallet")))},[e]);let k=()=>{E(new Error("User exited before creating a wallet")),c({shouldCallAuthOnSuccess:S})},V=Q=>{A(Q)},z=be(r),Z=z?()=>{M(!0),setTimeout(()=>{M(!1),g("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:async()=>{M(!0);let Q=await t();if(Q&&w!==null)try{f("embedded_wallet_creation_started");let ne=await(n==null?void 0:n.create({accessToken:Q,recoveryPin:w}));f("embedded_wallet_creation_completed",{walletAddress:ne==null?void 0:ne.address}),_(""),await i()}catch(ne){_("An error has occurred, please try again."),console.error(ne)}finally{M(!1)}},Y=!!z;return(0,ut.jsxs)(ut.Fragment,{children:[(0,ut.jsx)(G,{onClose:k}),(0,ut.jsxs)(Nf,{children:[(0,ut.jsxs)("div",{children:[(0,ut.jsx)(ct,{title:Y?"Secure your passcode":"Set your passcode",description:Y?"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."}),(0,ut.jsx)(mi,{onChange:V,disabled:T,readOnly:Y,errorReasonOverride:P}),Y?(0,ut.jsx)(pi,{text:w||""}):null]}),(0,ut.jsxs)(Of,{children:[(0,ut.jsx)("h4",{children:"Why am I doing this?"}),Y?(0,ut.jsx)("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."}):(0,ut.jsx)("p",{children:"For your security, your account is tied to this device. Your passcode allows you to access it across devices."})]}),(0,ut.jsx)(Df,{loading:T||!n,disabled:!w,onClick:Z,warn:Y,hideAnimations:!z&&T,children:Y?"I have saved my passcode":"Set passcode"})]}),(0,ut.jsx)(se,{protectedByPrivy:!0})]})},Nf=Do.default.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
|
-
`;var ur=require("react/jsx-runtime"),l1=()=>{let{navigateBack:e}=O();return(0,ur.jsxs)(ur.Fragment,{children:[(0,ur.jsx)(G,{backFn:e},"header"),(0,ur.jsx)(as,{}),(0,ur.jsxs)(At,{children:[(0,ur.jsx)("span",{children:"Still not sure? "}),(0,ur.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var fr=require("react/jsx-runtime"),c1=()=>{let{navigateBack:e}=O();return(0,fr.jsxs)(fr.Fragment,{children:[(0,fr.jsx)(G,{backFn:e},"header"),(0,fr.jsx)(ns,{}),(0,fr.jsxs)(At,{children:[(0,fr.jsx)("span",{children:"Still not sure? "}),(0,fr.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var pr=require("react/jsx-runtime"),d1=()=>{let{navigateBack:e}=O();return(0,pr.jsxs)(pr.Fragment,{children:[(0,pr.jsx)(G,{backFn:e},"header"),(0,pr.jsx)(is,{}),(0,pr.jsxs)(At,{children:[(0,pr.jsx)("span",{children:"Still not sure? "}),(0,pr.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var y1=require("react"),gs=require("react-device-detect"),io=N(require("styled-components"));var u1=N(require("react"));var cs=require("react/jsx-runtime"),f1=()=>{var f;let{app:e}=O(),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"?(0,cs.jsx)("div",{children:(0,cs.jsx)("img",{height:i,width:c,src:t,alt:r,style:n})}):t.type==="svg"||t.type==="img"?u1.default.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};var Uo=require("react"),rn=N(require("styled-components"));var ds=require("react/jsx-runtime"),bi=({style:e,...t})=>(0,ds.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:(0,ds.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});var Lt=require("react/jsx-runtime"),wi=e=>{let[t,r]=(0,Uo.useState)(""),[n,i]=(0,Uo.useState)(!1),[c,f]=(0,Uo.useState)(null),{isLinking:g,initLoginWithEmail:y}=
|
|
1086
|
+
`;var ur=require("react/jsx-runtime"),l1=()=>{let{navigateBack:e}=O();return(0,ur.jsxs)(ur.Fragment,{children:[(0,ur.jsx)(G,{backFn:e},"header"),(0,ur.jsx)(as,{}),(0,ur.jsxs)(At,{children:[(0,ur.jsx)("span",{children:"Still not sure? "}),(0,ur.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var fr=require("react/jsx-runtime"),c1=()=>{let{navigateBack:e}=O();return(0,fr.jsxs)(fr.Fragment,{children:[(0,fr.jsx)(G,{backFn:e},"header"),(0,fr.jsx)(ns,{}),(0,fr.jsxs)(At,{children:[(0,fr.jsx)("span",{children:"Still not sure? "}),(0,fr.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var pr=require("react/jsx-runtime"),d1=()=>{let{navigateBack:e}=O();return(0,pr.jsxs)(pr.Fragment,{children:[(0,pr.jsx)(G,{backFn:e},"header"),(0,pr.jsx)(is,{}),(0,pr.jsxs)(At,{children:[(0,pr.jsx)("span",{children:"Still not sure? "}),(0,pr.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var y1=require("react"),gs=require("react-device-detect"),io=N(require("styled-components"));var u1=N(require("react"));var cs=require("react/jsx-runtime"),f1=()=>{var f;let{app:e}=O(),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"?(0,cs.jsx)("div",{children:(0,cs.jsx)("img",{height:i,width:c,src:t,alt:r,style:n})}):t.type==="svg"||t.type==="img"?u1.default.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};var Uo=require("react"),rn=N(require("styled-components"));var ds=require("react/jsx-runtime"),bi=({style:e,...t})=>(0,ds.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:(0,ds.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});var Lt=require("react/jsx-runtime"),wi=e=>{let[t,r]=(0,Uo.useState)(""),[n,i]=(0,Uo.useState)(!1),[c,f]=(0,Uo.useState)(null),{isLinking:g,initLoginWithEmail:y}=K(),{app:w,navigate:A}=O(),P=(w==null?void 0:w.loginMethods.wallet)??!1;(0,Uo.useEffect)(()=>{let E=document.querySelector("#email-input");E==null||E.focus()},[]);let _=Nl(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"),(0,Lt.jsxs)(Lt.Fragment,{children:[(0,Lt.jsxs)(Qf,{stacked:e.stacked,children:[(0,Lt.jsxs)(ep,{standalone:e.stacked,children:[(0,Lt.jsx)(bi,{}),(0,Lt.jsx)("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:(0,Lt.jsx)(Xf,{disabled:n||!_,onClick:T,children:n?(0,Lt.jsx)(Qt,{}):"Submit"})]}),(0,Lt.jsx)(tp,{fail:!!c,children:M}),e.stacked?(0,Lt.jsx)(ge,{loading:n,loadingText:null,disabled:n||!_,onClick:T,children:"Submit"}):null]})},Qf=rn.default.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
|
-
`;var Bo=require("react"),on=N(require("styled-components"));var us=require("react/jsx-runtime"),Ci=({style:e,...t})=>(0,us.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",strokeWidth:1.5,stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:(0,us.jsx)("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});var kt=require("react/jsx-runtime"),xi=e=>{let[t,r]=(0,Bo.useState)(""),[n,i]=(0,Bo.useState)(!1),[c,f]=(0,Bo.useState)(null),{isLinking:g,initLoginWithSms:y}=
|
|
1179
|
+
`;var Bo=require("react"),on=N(require("styled-components"));var us=require("react/jsx-runtime"),Ci=({style:e,...t})=>(0,us.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",strokeWidth:1.5,stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:(0,us.jsx)("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});var kt=require("react/jsx-runtime"),xi=e=>{let[t,r]=(0,Bo.useState)(""),[n,i]=(0,Bo.useState)(!1),[c,f]=(0,Bo.useState)(null),{isLinking:g,initLoginWithSms:y}=K(),{app:w,navigate:A}=O(),P=(w==null?void 0:w.loginMethods.wallet)??!1;(0,Bo.useEffect)(()=>{let E=document.querySelector("#phone-number-input");E==null||E.focus()},[]);let _=Ol(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"),(0,kt.jsxs)(kt.Fragment,{children:[(0,kt.jsxs)(rp,{stacked:e.stacked,children:[(0,kt.jsxs)(np,{standalone:e.stacked,children:[(0,kt.jsx)(Ci,{}),(0,kt.jsx)("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:(0,kt.jsx)(op,{disabled:n||!_,onClick:T,children:n?(0,kt.jsx)(Qt,{}):"Submit"})]}),(0,kt.jsx)(ip,{fail:!!c,children:M}),e.stacked?(0,kt.jsx)(ge,{loading:n,loadingText:null,disabled:n||!_,onClick:T,children:"Submit"}):null]})},rp=on.default.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
|
-
`;var hs=N(require("styled-components"));var nn=require("react/jsx-runtime"),Ei=({style:e,...t})=>(0,nn.jsxs)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 24 24",style:{height:"24px",...e},...t,children:[(0,nn.jsx)("path",{d:"M17.0722 11.6888C17.0471 8.90571 19.3263 7.56847 19.429 7.50274C18.1466 5.60938 16.153 5.35154 15.4417 5.3212C13.7461 5.14678 12.1306 6.32982 11.269 6.32982C10.4074 6.32982 9.08004 5.34648 7.67246 5.37429C5.82158 5.40209 4.11595 6.45874 3.16171 8.13218C1.24068 11.4942 2.6708 16.4817 4.54423 19.2143C5.46091 20.549 6.55041 22.0531 7.98554 21.9975C9.36803 21.9419 9.88905 21.095 11.5571 21.095C13.2251 21.095 13.696 21.9975 15.1537 21.9697C16.6389 21.9393 17.5806 20.6046 18.4897 19.2648C19.5392 17.7153 19.9725 16.2137 19.9975 16.1354C19.965 16.1228 17.1022 15.0155 17.0722 11.6888Z",fill:"currentColor"}),(0,nn.jsx)("path",{d:"M14.3295 3.51373C15.0909 2.58347 15.6043 1.28921 15.4641 0C14.3671 0.0455014 13.0396 0.738135 12.2532 1.66838C11.5494 2.48994 10.9307 3.80695 11.0986 5.07089C12.3183 5.16694 13.5681 4.44145 14.3295 3.51373Z",fill:"currentColor"})]});var qr=require("react/jsx-runtime"),_i=({style:e,...t})=>(0,qr.jsxs)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...t,children:[(0,qr.jsx)("g",{clipPath:"url(#clip0)",children:(0,qr.jsx)("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:"#5865F2"})}),(0,qr.jsx)("defs",{children:(0,qr.jsx)("clipPath",{id:"clip0",children:(0,qr.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var fs=require("react/jsx-runtime"),Pi=({style:e,...t})=>(0,fs.jsx)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...t,children:(0,fs.jsx)("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:"currentColor"})});var no=require("react/jsx-runtime"),Ai=({style:e,...t})=>(0,no.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[(0,no.jsx)("path",{d:"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.255H17.92C17.665 15.63 16.89 16.795 15.725 17.575V20.335H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z",fill:"#4285F4"}),(0,no.jsx)("path",{d:"M12 23C14.97 23 17.46 22.015 19.28 20.335L15.725 17.575C14.74 18.235 13.48 18.625 12 18.625C9.13504 18.625 6.71004 16.69 5.84504 14.09H2.17004V16.94C3.98004 20.535 7.70004 23 12 23Z",fill:"#34A853"}),(0,no.jsx)("path",{d:"M5.845 14.09C5.625 13.43 5.5 12.725 5.5 12C5.5 11.275 5.625 10.57 5.845 9.91V7.06H2.17C1.4 8.59286 0.999321 10.2846 1 12C1 13.775 1.425 15.455 2.17 16.94L5.845 14.09Z",fill:"#FBBC05"}),(0,no.jsx)("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});var ps=require("react/jsx-runtime"),Si=({style:e,...t})=>(0,ps.jsx)("svg",{width:"24",height:"20",viewBox:"0 0 24 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:(0,ps.jsx)("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:"#1da1f2"})});var Rt=require("react/jsx-runtime"),p1=({showGoogle:e,showTwitter:t,showDiscord:r,showGithub:n,showApple:i})=>{let{initLoginWithOAuth:c}=
|
|
1274
|
+
`;var hs=N(require("styled-components"));var nn=require("react/jsx-runtime"),Ei=({style:e,...t})=>(0,nn.jsxs)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 24 24",style:{height:"24px",...e},...t,children:[(0,nn.jsx)("path",{d:"M17.0722 11.6888C17.0471 8.90571 19.3263 7.56847 19.429 7.50274C18.1466 5.60938 16.153 5.35154 15.4417 5.3212C13.7461 5.14678 12.1306 6.32982 11.269 6.32982C10.4074 6.32982 9.08004 5.34648 7.67246 5.37429C5.82158 5.40209 4.11595 6.45874 3.16171 8.13218C1.24068 11.4942 2.6708 16.4817 4.54423 19.2143C5.46091 20.549 6.55041 22.0531 7.98554 21.9975C9.36803 21.9419 9.88905 21.095 11.5571 21.095C13.2251 21.095 13.696 21.9975 15.1537 21.9697C16.6389 21.9393 17.5806 20.6046 18.4897 19.2648C19.5392 17.7153 19.9725 16.2137 19.9975 16.1354C19.965 16.1228 17.1022 15.0155 17.0722 11.6888Z",fill:"currentColor"}),(0,nn.jsx)("path",{d:"M14.3295 3.51373C15.0909 2.58347 15.6043 1.28921 15.4641 0C14.3671 0.0455014 13.0396 0.738135 12.2532 1.66838C11.5494 2.48994 10.9307 3.80695 11.0986 5.07089C12.3183 5.16694 13.5681 4.44145 14.3295 3.51373Z",fill:"currentColor"})]});var qr=require("react/jsx-runtime"),_i=({style:e,...t})=>(0,qr.jsxs)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...t,children:[(0,qr.jsx)("g",{clipPath:"url(#clip0)",children:(0,qr.jsx)("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:"#5865F2"})}),(0,qr.jsx)("defs",{children:(0,qr.jsx)("clipPath",{id:"clip0",children:(0,qr.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var fs=require("react/jsx-runtime"),Pi=({style:e,...t})=>(0,fs.jsx)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...t,children:(0,fs.jsx)("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:"currentColor"})});var no=require("react/jsx-runtime"),Ai=({style:e,...t})=>(0,no.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[(0,no.jsx)("path",{d:"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.255H17.92C17.665 15.63 16.89 16.795 15.725 17.575V20.335H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z",fill:"#4285F4"}),(0,no.jsx)("path",{d:"M12 23C14.97 23 17.46 22.015 19.28 20.335L15.725 17.575C14.74 18.235 13.48 18.625 12 18.625C9.13504 18.625 6.71004 16.69 5.84504 14.09H2.17004V16.94C3.98004 20.535 7.70004 23 12 23Z",fill:"#34A853"}),(0,no.jsx)("path",{d:"M5.845 14.09C5.625 13.43 5.5 12.725 5.5 12C5.5 11.275 5.625 10.57 5.845 9.91V7.06H2.17C1.4 8.59286 0.999321 10.2846 1 12C1 13.775 1.425 15.455 2.17 16.94L5.845 14.09Z",fill:"#FBBC05"}),(0,no.jsx)("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});var ps=require("react/jsx-runtime"),Si=({style:e,...t})=>(0,ps.jsx)("svg",{width:"24",height:"20",viewBox:"0 0 24 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:(0,ps.jsx)("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:"#1da1f2"})});var Rt=require("react/jsx-runtime"),p1=({showGoogle:e,showTwitter:t,showDiscord:r,showGithub:n,showApple:i})=>{let{initLoginWithOAuth:c}=K(),{app:f}=O(),g=f==null?void 0:f.appearance.palette.colorScheme;return(0,Rt.jsxs)(ap,{children:[e&&(0,Rt.jsx)(an,{onClick:()=>{c("google")},children:(0,Rt.jsx)(Ai,{})}),t&&(0,Rt.jsx)(an,{onClick:()=>{c("twitter")},children:(0,Rt.jsx)(Si,{})}),r&&(0,Rt.jsx)(an,{onClick:()=>{c("discord")},children:(0,Rt.jsx)(_i,{})}),n&&(0,Rt.jsx)(an,{onClick:()=>{c("github")},children:(0,Rt.jsx)(Pi,{style:{color:g==="light"?"#000":"#fff"}})}),i&&(0,Rt.jsx)(an,{onClick:()=>{c("apple")},children:(0,Rt.jsx)(Ei,{style:{color:g==="light"?"#000":"#fff"}})})]})},ap=hs.default.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
|
-
`;var rt=require("react/jsx-runtime"),Mi=()=>{let{navigate:e}=O(),{initLoginWithWallet:t}=
|
|
1297
|
+
`;var rt=require("react/jsx-runtime"),Mi=()=>{let{navigate:e}=O(),{initLoginWithWallet:t}=K();return(0,rt.jsxs)(sp,{children:[(0,rt.jsxs)(Ti,{onClick:()=>{Ua()?(t("metamask"),e("AWAITING_CONNECTION")):sn.isMobile?(t("wallet_connect",zn),e("AWAITING_CONNECTION")):e("INSTALL_METAMASK_SCREEN")},children:[(0,rt.jsx)(Ht,{}),(0,rt.jsx)("span",{children:"Metamask"}),(0,rt.jsx)("span",{children:Ua()?"Connect":"Install"})]}),(0,rt.jsxs)(Ti,{onClick:()=>{Ao()?(t("coinbase_wallet"),e("AWAITING_CONNECTION")):sn.isMobile?e("COINBASE_INTERSTITIAL_SCREEN"):(t("coinbase_wallet"),e("AWAITING_CONNECTION"))},children:[(0,rt.jsx)(Ut,{}),(0,rt.jsxs)("span",{children:["Coinbase",(0,rt.jsx)(m1,{children:" Wallet"})]}),(0,rt.jsx)("span",{children:"Connect"})]}),(sn.isMobile||Nr())&&(0,rt.jsxs)(Ti,{onClick:()=>{Nr()?(t("phantom"),e("AWAITING_CONNECTION")):e(sn.isMobile?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")},children:[(0,rt.jsx)(ar,{}),(0,rt.jsx)("span",{children:"Phantom"}),(0,rt.jsx)("span",{children:Nr()?"Connect":"Install"})]}),(0,rt.jsxs)(Ti,{onClick:()=>{t("wallet_connect"),e("AWAITING_CONNECTION")},children:[(0,rt.jsx)(Co,{}),(0,rt.jsx)("span",{children:"WalletConnect"}),(0,rt.jsx)("span",{children:"Connect"})]})]})},sp=ms.default.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
|
-
`;var oe=require("react/jsx-runtime");var b1=()=>{let{app:e}=O(),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]=(0,y1.useState)(w),_=A==0,
|
|
1367
|
+
`;var oe=require("react/jsx-runtime");var b1=()=>{let{app:e}=O(),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]=(0,y1.useState)(w),_=A==0,T=A==1,M=n,E=t||r,S=M!==E;return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsx)(G,{},"header"),e!=null&&e.appearance.logo?(0,oe.jsx)(pp,{hasOnlyOneSection:S,hasTerms:!!((e==null?void 0:e.legal.privacyPolicyUrl)||(e==null?void 0:e.legal.termsAndConditionsUrl)),children:(0,oe.jsx)(f1,{})}):null,(0,oe.jsxs)(hp,{reverse:!(e!=null&&e.appearance.showWalletLoginFirst),children:[M&&(0,oe.jsx)(cp,{active:_,onClick:()=>P(0),isOnlySection:!E}),E&&(0,oe.jsx)(dp,{active:T,onClick:()=>P(1),email:t,sms:r,google:i,twitter:c,discord:f,github:g,apple:y,isOnlySection:!M})]}),e&&(0,oe.jsx)(vd,{app:e}),(0,oe.jsx)(se,{protectedByPrivy:!0})]})};function cp(e){return(0,oe.jsxs)(C1,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[(0,oe.jsx)(w1,{active:e.active,children:(0,oe.jsx)("h4",{children:"Connect Wallet"})}),e.active&&(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsx)(Mi,{}),(0,oe.jsx)(Li,{})]})]})}function dp(e){let t=e.google||e.discord||e.github||e.twitter&&!gs.isMobile||e.apple,r=e.email?"Email":"Phone";return(0,oe.jsxs)(C1,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[e.isOnlySection?null:(0,oe.jsx)(w1,{active:e.active,children:(0,oe.jsx)("h4",{children:t?`${r} & Social`:r})}),e.active&&e.email&&(0,oe.jsx)(wi,{}),e.active&&e.sms&&!e.email&&(0,oe.jsx)(xi,{}),e.active&&t&&(0,oe.jsx)(up,{google:e.google,twitter:e.twitter&&!gs.isMobile,discord:e.discord,github:e.github,apple:e.apple})]})}function up(e){return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsxs)(fp,{children:[(0,oe.jsx)(v1,{}),(0,oe.jsx)("p",{children:" Or "}),(0,oe.jsx)(v1,{})]}),(0,oe.jsx)(p1,{showGoogle:e.google,showDiscord:e.discord,showGithub:e.github,showTwitter:e.twitter,showApple:e.apple})]})}var w1=io.default.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
|
`,hp=(0,io.default)(Et)`
|
|
1425
1425
|
flex-direction: ${e=>e.reverse?"column-reverse":"column"};
|
|
1426
|
-
`;var tr=require("react/jsx-runtime"),x1=()=>{let{app:e}=O();return(0,tr.jsxs)(tr.Fragment,{children:[(0,tr.jsx)(G,{},"header"),(0,tr.jsx)(Fr,{title:"Connect your email",description:`Add your email to your ${e==null?void 0:e.name} account`,icon:(0,tr.jsx)(bi,{})}),(0,tr.jsx)(Et,{children:(0,tr.jsx)(wi,{stacked:!0})}),(0,tr.jsx)(se,{protectedByPrivy:!0})]})};var rr=require("react/jsx-runtime"),E1=()=>{let{app:e}=O();return(0,rr.jsxs)(rr.Fragment,{children:[(0,rr.jsx)(G,{},"header"),(0,rr.jsx)(Fr,{title:"Connect your phone",description:`Add your number to your ${e==null?void 0:e.name} account`,icon:(0,rr.jsx)(Ci,{})}),(0,rr.jsx)(Et,{children:(0,rr.jsx)(xi,{stacked:!0})}),(0,rr.jsx)(se,{protectedByPrivy:!0})]})};var or=require("react/jsx-runtime"),_1=()=>{let{linkingHint:e}=
|
|
1426
|
+
`;var tr=require("react/jsx-runtime"),x1=()=>{let{app:e}=O();return(0,tr.jsxs)(tr.Fragment,{children:[(0,tr.jsx)(G,{},"header"),(0,tr.jsx)(Fr,{title:"Connect your email",description:`Add your email to your ${e==null?void 0:e.name} account`,icon:(0,tr.jsx)(bi,{})}),(0,tr.jsx)(Et,{children:(0,tr.jsx)(wi,{stacked:!0})}),(0,tr.jsx)(se,{protectedByPrivy:!0})]})};var rr=require("react/jsx-runtime"),E1=()=>{let{app:e}=O();return(0,rr.jsxs)(rr.Fragment,{children:[(0,rr.jsx)(G,{},"header"),(0,rr.jsx)(Fr,{title:"Connect your phone",description:`Add your number to your ${e==null?void 0:e.name} account`,icon:(0,rr.jsx)(Ci,{})}),(0,rr.jsx)(Et,{children:(0,rr.jsx)(xi,{stacked:!0})}),(0,rr.jsx)(se,{protectedByPrivy:!0})]})};var or=require("react/jsx-runtime"),_1=()=>{let{linkingHint:e}=K(),{app:t}=O(),r=e?`Select the wallet with ${Jt(e)} and follow the instructions to reconnect your wallet${t!=null&&t.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t==null?void 0:t.name} account`;return(0,or.jsxs)(or.Fragment,{children:[(0,or.jsx)(G,{},"header"),(0,or.jsx)(Br,{title:`${e?"Reconnect":"Connect"} your wallet`,description:r}),(0,or.jsxs)(Et,{children:[(0,or.jsx)(Mi,{}),(0,or.jsx)(Li,{})]}),(0,or.jsx)(se,{protectedByPrivy:!0})]})};var cn=require("react/jsx-runtime"),P1=({style:e,...t})=>(0,cn.jsxs)("svg",{width:"164",height:"164",viewBox:"0 0 164 164",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[(0,cn.jsx)("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),(0,cn.jsx)("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"})]});var Zt=require("react/jsx-runtime"),A1=()=>{let{closePrivyModal:e}=K(),{navigate:t}=O();return(0,Zt.jsxs)(Zt.Fragment,{children:[(0,Zt.jsx)(G,{},"header"),(0,Zt.jsx)(P1,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),(0,Zt.jsx)(Br,{title:"Could not connect with wallet",description:"Please check that Phantom multichain is enabled and try again.",style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center"}}),(0,Zt.jsxs)(Et,{children:[(0,Zt.jsx)(ge,{onClick:()=>t("LANDING"),children:"Try again"}),(0,Zt.jsx)(cd,{onClick:()=>e(),children:"Cancel"})]}),(0,Zt.jsx)(se,{protectedByPrivy:!0})]})};var Fo=require("react"),ki=N(require("styled-components"));var vt=require("react/jsx-runtime"),S1={google:{name:"Google",component:Ai},discord:{name:"Discord",component:_i},github:{name:"Github",component:Pi},twitter:{name:"Twitter",component:Si},apple:{name:"Apple",component:Ei}},mp=e=>e.charAt(0).toUpperCase()+e.slice(1),vs=()=>{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)},T1=()=>{var z;let{ready:e,user:t,authenticated:r}=ie(),{data:n,setModalData:i,navigate:c}=O(),{getAuthMeta:f,initLoginWithOAuth:g,loginWithOAuth:y,closePrivyModal:w}=K(),[A,P]=(0,Fo.useState)(!1),[_,T]=(0,Fo.useState)(void 0),M=((z=f())==null?void 0:z.provider)||"google",E=S1[M].name,S=S1[M].component;(0,Fo.useEffect)(()=>{!e||y().then(()=>{vs(),P(!0)}).catch(Z=>{let Y={retryable:!1,message:"Authentication failed."};Z.message.includes("Another user has already linked this")?Y.detail="This account has already been linked to another user.":Z.message==="Invalid code during oauth flow."?(Y.retryable=!0,Y.detail="Something went wrong. Try again."):Z.message==="User denied confirmation during OAuth flow"&&(Y.detail=`Retry and check ${mp(M)} to finish connecting your account.`,Y.retryable=!0),vs(),T(Y)})},[e]),(0,Fo.useEffect)(()=>{var Q;if(!(r&&A&&t))return;if(((Q=n==null?void 0:n.login)==null?void 0:Q.promptCreatePrivyWalletFlow)&&!t.wallet){let ne=setTimeout(()=>{i({createWallet:{onSuccess:()=>{},onFailure:it=>console.error(it),callAuthOnSuccessOnClose:!0}}),c("EMBEDDED_WALLET_SCREEN")},Ot-500);return()=>clearTimeout(ne)}else{let ne=setTimeout(w,Ot);return()=>clearTimeout(ne)}},[r,A,t]);let k=A?`Successfully connected with ${E}`:_?_.message:`Verifying connection to ${E}`,V="";return A?V="You\u2019re good to go!":_?V=_.detail:V="Just a few moments more",(0,vt.jsxs)(vt.Fragment,{children:[(0,vt.jsx)(G,{}),(0,vt.jsxs)(gp,{children:[(0,vt.jsx)(yp,{children:(0,vt.jsxs)("div",{children:[(0,vt.jsx)(ri,{success:A,fail:!!_}),(0,vt.jsx)(S,{style:{width:"38px",height:"38px"}})]})}),(0,vt.jsxs)(vp,{children:[(0,vt.jsx)("h3",{children:k}),(0,vt.jsx)("p",{children:V})]}),(0,vt.jsx)(xt,{onClick:()=>{vs(),g(M),T(void 0)},invisible:A||!(_!=null&&_.retryable),disabled:!A&&!(_!=null&&_.retryable),children:"Retry"})]})]})},gp=ki.default.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
|
-
`;var mn=require("react"),Ii=N(require("styled-components"));var hn=require("@ethersproject/providers");async function J1(e,t,r,n){return n=Object.assign({chainId:Dt},n),n.chainId=Number(n.chainId),eu(n),(await r.rpc({address:t,accessToken:e,request:{method:"eth_populateTransactionRequest",params:[n]}})).response.data}async function Y1(e,t,r,n){n=Object.assign({chainId:Dt},n),eu(n);let c=(await r.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[n]}})).response.data,g=await(await Up(n.chainId,c)).wait();return Gp(g)}function Up(e,t){return new hn.InfuraProvider(e,ir).sendTransaction(t)}async function Q1(e,t=Dt){return await new hn.InfuraProvider(t,ir).getBalance(e)}async function X1(e){return await new hn.InfuraProvider(Number(e.chainId)||Dt,ir).estimateGas(e)}function eu(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let r of t){let n=e[r];if(!(typeof n>"u")&&!Bp(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 Bp(e){let t=typeof e=="number",r=typeof e=="bigint",n=typeof e=="string"&&Fp(e);return t||r||n}function Fp(e){return/^-?0x[a-f0-9]+$/i.test(e)}function Gp(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()}}var Es=require("react/jsx-runtime"),tu=({style:e,...t})=>(0,Es.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:(0,Es.jsx)("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"})});var co=require("react/jsx-runtime"),ru=({wallet:e,txnValue:t,chainId:r})=>{let[n,i]=(0,mn.useState)(),[c,f]=(0,mn.useState)(!1);return(0,mn.useEffect)(()=>{(async y=>{try{let w=await Q1(y,r);t&&w.sub(ht(t)).isNegative()&&f(!0),i(w.toHexString())}catch(w){console.log(w)}})(e.address)},[e,t]),(0,co.jsxs)(Hp,{children:[(0,co.jsxs)(Vp,{children:[(0,co.jsx)(tu,{style:{height:"12px",width:"12px"}}),(0,co.jsx)("div",{children:Jt(e==null?void 0:e.address)})]}),(0,co.jsxs)(qp,{displayBalanceColor:!!t,hasFunds:!c,children:[n?so(n):0," ETH"]})]})},Hp=Ii.default.div`
|
|
1629
|
+
`;var mn=require("react"),Ii=N(require("styled-components"));var hn=require("@ethersproject/providers");async function J1(e,t,r,n){return n=Object.assign({chainId:Dt},n),n.chainId=Number(n.chainId),eu(n),(await r.rpc({address:t,accessToken:e,request:{method:"eth_populateTransactionRequest",params:[n]}})).response.data}async function Y1(e,t,r,n){n=Object.assign({chainId:Dt},n),eu(n);let c=(await r.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[n]}})).response.data,g=await(await Up(n.chainId,c)).wait();return Gp(g)}function Up(e,t){return new hn.InfuraProvider(e,ir).sendTransaction(t)}async function Q1(e,t=Dt){return await new hn.InfuraProvider(t,ir).getBalance(e)}async function X1(e){return delete e.from,await new hn.InfuraProvider(Number(e.chainId)||Dt,ir).estimateGas(e)}function eu(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let r of t){let n=e[r];if(!(typeof n>"u")&&!Bp(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 Bp(e){let t=typeof e=="number",r=typeof e=="bigint",n=typeof e=="string"&&Fp(e);return t||r||n}function Fp(e){return/^-?0x[a-f0-9]+$/i.test(e)}function Gp(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()}}var Es=require("react/jsx-runtime"),tu=({style:e,...t})=>(0,Es.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:(0,Es.jsx)("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"})});var co=require("react/jsx-runtime"),ru=({wallet:e,txnValue:t,chainId:r})=>{let[n,i]=(0,mn.useState)(),[c,f]=(0,mn.useState)(!1);return(0,mn.useEffect)(()=>{(async y=>{try{let w=await Q1(y,r);t&&w.sub(ht(t)).isNegative()&&f(!0),i(w.toHexString())}catch(w){console.log(w)}})(e.address)},[e,t]),(0,co.jsxs)(Hp,{children:[(0,co.jsxs)(Vp,{children:[(0,co.jsx)(tu,{style:{height:"12px",width:"12px"}}),(0,co.jsx)("div",{children:Jt(e==null?void 0:e.address)})]}),(0,co.jsxs)(qp,{displayBalanceColor:!!t,hasFunds:!c,children:[n?so(n):0," ETH"]})]})},Hp=Ii.default.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
|
-
`;var gn=N(require("styled-components"));var Ar=require("react");var Ni=e=>{let{getUsdTokenPrice:t}=
|
|
1654
|
+
`;var gn=N(require("styled-components"));var Ar=require("react");var Ni=e=>{let{getUsdTokenPrice:t}=K(),[r,n]=(0,Ar.useState)(!1),[i,c]=(0,Ar.useState)(!1),[f,g]=(0,Ar.useState)(void 0),[y,w]=(0,Ar.useState)(void 0),[A,P]=(0,Ar.useState)(null);return(0,Ar.useEffect)(()=>{let _=e.chainId||Dt;(async()=>{try{n(!0);let M=await t(_);w(M)}catch(M){g(M)}finally{n(!1)}})()},[]),(0,Ar.useEffect)(()=>{(async()=>{try{c(!0);let T=await X1(e);P(T.toBigInt())}catch(T){g(T)}finally{c(!1)}})()},[e]),{tokenPrice:y,estimatedGas:A,isLoading:r||i,error:f}};var Vo=require("react/jsx-runtime"),ou=e=>{var r,n;let{tokenPrice:t}=Ni(e.txn);return(0,Vo.jsxs)($p,{children:[(0,Vo.jsxs)(zp,{children:["$",((r=e.txn)==null?void 0:r.value)&&t?ao(ht(e.txn.value).toHexString(),t):"--"]}),(0,Vo.jsxs)(Zp,{children:[(n=e.txn)!=null&&n.value?so(ht(e.txn.value).toHexString()):"--"," ","ETH"]}),(0,Vo.jsx)(jp,{children:e.description})]})},$p=gn.default.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
|
`,Jp=(0,_s.default)(ge)`
|
|
1687
1687
|
transition: color 350ms ease, background-color 350ms ease;
|
|
1688
|
-
`;var le=require("react/jsx-runtime"),Yp=e=>{var t;switch(e.txnFamily){case"SEND_ETH":return(0,le.jsx)(le.Fragment,{children:(0,le.jsx)(ou,{description:((t=e.uiOptions.transactionInfo)==null?void 0:t.description)||"",txn:e.txn})});case"CONTRACT_CALL":return(0,le.jsx)(le.Fragment,{children:e.uiOptions.senderInfo&&(0,le.jsx)(K1,{partyInfo:e.uiOptions.senderInfo})});default:return(0,le.jsx)("div",{children:"Unsupported transaction."})}},su=()=>{let{authenticated:e,getAccessToken:t,user:r}=ie(),{walletProxy:n,closePrivyModal:i}=
|
|
1688
|
+
`;var le=require("react/jsx-runtime"),Yp=e=>{var t;switch(e.txnFamily){case"SEND_ETH":return(0,le.jsx)(le.Fragment,{children:(0,le.jsx)(ou,{description:((t=e.uiOptions.transactionInfo)==null?void 0:t.description)||"",txn:e.txn})});case"CONTRACT_CALL":return(0,le.jsx)(le.Fragment,{children:e.uiOptions.senderInfo&&(0,le.jsx)(K1,{partyInfo:e.uiOptions.senderInfo})});default:return(0,le.jsx)("div",{children:"Unsupported transaction."})}},su=()=>{let{authenticated:e,getAccessToken:t,user:r}=ie(),{walletProxy:n,closePrivyModal:i}=K(),{navigate:c,data:f}=O(),{transactionRequest:g,onSuccess:y,onFailure:w,uiOptions:A}=f.sendTransaction,[P,_]=(0,Sr.useState)(null),[T,M]=(0,Sr.useState)(""),[E,S]=(0,Sr.useState)(!0),[k,V]=(0,Sr.useState)(!1),[z,Z]=(0,Sr.useState)(g),{tokenPrice:Y,estimatedGas:Q}=Ni(z);(0,Sr.useEffect)(()=>{e||(c("LANDING"),w(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let ne=be(r);(0,Sr.useEffect)(()=>{async function H(){let j=await t();return!j||!n||!ne?z:J1(j,ne.address,n,z)}H().then(j=>{S(!1),Z(j)},j=>{S(!0),kd(j)?M(j.message):(M("There was an error preparing transaction"),console.error(j))})},[n]);let it=nu(z),at={modalTitle:A.modalTitle||"Review transaction",title:A.title||it==="SEND_ETH"?"Send ETH":"Submit transaction",description:A.description||"Confirm the details of the transaction",buttonText:A.buttonText||"Submit"},ce=()=>{k||(P?y(P):w(new Error(T||"User exited the modal before submitting the transaction")),i({shouldCallAuthOnSuccess:!1}))};return Y===void 0||Q===null?(0,le.jsxs)(le.Fragment,{children:[(0,le.jsx)(G,{title:at.modalTitle,onClose:ce}),(0,le.jsx)(au,{children:(0,le.jsx)(di,{})})]}):P!==null?(0,le.jsx)(iu,{txn:z,onClose:ce,receipt:P,transactionInfo:A.transactionInfo,tokenPrice:Y}):(0,le.jsxs)(le.Fragment,{children:[(0,le.jsx)(G,{title:at.modalTitle,onClose:ce}),(0,le.jsxs)(au,{children:[(0,le.jsxs)(th,{children:[(0,le.jsx)(Yp,{txn:z,txnFamily:it,uiOptions:A}),ne?(0,le.jsx)(Wi,{from:ne.address,to:z.to,txn:z,transactionInfo:A.transactionInfo,gas:ht(Q).toHexString(),tokenPrice:Y}):null]}),(0,le.jsxs)(rh,{children:[(0,le.jsx)(Qp,{children:T}),ne?(0,le.jsx)(ru,{txnValue:z.value,wallet:ne,chainId:Number(z.chainId)}):null,(0,le.jsx)(Xp,{children:(0,le.jsx)(eh,{disabled:E||k,loading:!n||k,loadingText:k?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{V(!0);let H=await t();if(H&&!k&&ne)try{let j=await Y1(H,ne.address,n,z);_(j),M("")}catch(j){M(j.reason||"An error has occurred, please try again.")}finally{V(!1)}},children:at.buttonText})})]})]})]})},au=uo.default.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
|
-
`;var mr=require("react"),Oi=N(require("styled-components"));var nt=require("react/jsx-runtime"),oh=({setTitle:e,setError:t})=>{let{walletConnectors:r}=ie(),{activeStatus:n}=
|
|
1719
|
+
`;var mr=require("react"),Oi=N(require("styled-components"));var nt=require("react/jsx-runtime"),oh=({setTitle:e,setError:t})=>{let{walletConnectors:r}=ie(),{activeStatus:n}=K();return(0,nt.jsxs)(nt.Fragment,{children:[(0,nt.jsx)(ge,{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"})," "]})},lu=()=>{var E,S;let[e,t]=(0,mr.useState)(!1),[r,n]=(0,mr.useState)(""),[i,c]=(0,mr.useState)(!1),[f,g]=(0,mr.useState)("Update your active wallet"),{walletConnectors:y}=ie(),{activeStatus:w,closePrivyModal:A}=K(),[P,_]=(0,mr.useState)(!1);(0,mr.useEffect)(()=>{(async()=>await Kl())().then(async V=>{V||_(!0)}),setTimeout(()=>{_(!0)},3e4)},[P]),(0,mr.useEffect)(()=>{var V;if(!w)return;let k=(V=y==null?void 0:y.activeWalletConnector)==null?void 0:V.address;w.error?n(w.error):w.success&&w.address===k&&(n(""),t(!0))},[w]),(0,mr.useEffect)(()=>{if(e){g("Wallet updated successfully");let k=setTimeout(A,Ot);return()=>clearTimeout(k)}},[e]);let T=()=>e?(0,nt.jsxs)(Ps,{children:[(0,nt.jsx)("span",{children:Jt(w==null?void 0:w.address)})," is now active."]}):w!=null&&w.address?(0,nt.jsxs)(Ps,{children:["Please connect and select the wallet"," ",(0,nt.jsx)("span",{children:Jt(w.address)})," in MetaMask."]}):(0,nt.jsx)(Ps,{children:"Please connect and select the right wallet in MetaMask"}),M=((E=w==null?void 0:w.walletBranding)==null?void 0:E.icon)||((S=li[(w==null?void 0:w.walletType)||"metamask"])==null?void 0:S.component)||"";return(0,nt.jsxs)(nt.Fragment,{children:[(0,nt.jsx)(G,{},"header"),(0,nt.jsx)(Ja,{walletLogo:M,success:e,fail:!!r||i}),(0,nt.jsxs)(ih,{children:[(0,nt.jsx)("h3",{children:f}),r&&(0,nt.jsx)(nh,{children:r}),T()]}),P&&(0,nt.jsx)(oh,{setTitle:g,setError:c}),!P&&(0,nt.jsx)(At,{})]})},nh=Oi.default.div`
|
|
1720
1720
|
color: var(--privy-color-error);
|
|
1721
1721
|
`,ih=Oi.default.div`
|
|
1722
1722
|
display: flex;
|
|
@@ -1728,7 +1728,7 @@ Resources:
|
|
|
1728
1728
|
font-weight: 600;
|
|
1729
1729
|
font-size: 14px;
|
|
1730
1730
|
}
|
|
1731
|
-
`;var vn=require("react"),Zr=N(require("styled-components"));var mt=require("react/jsx-runtime"),cu=()=>{let{authenticated:e,getAccessToken:t,user:r}=ie(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:c}=
|
|
1731
|
+
`;var vn=require("react"),Zr=N(require("styled-components"));var mt=require("react/jsx-runtime"),cu=()=>{let{authenticated:e,getAccessToken:t,user:r}=ie(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:c}=K(),{navigate:f,data:g}=O(),[y,w]=(0,vn.useState)(!1),[A,P]=(0,vn.useState)("");(0,vn.useEffect)(()=>{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=be(r),k=!n,V={title:E.title||"Sign message",description:E.description||"Signing this message will not cost you any fees.",buttonText:E.buttonText||"Sign and continue"};return(0,mt.jsxs)(mt.Fragment,{children:[(0,mt.jsx)(G,{onClose:()=>i({shouldCallAuthOnSuccess:!1})}),(0,mt.jsxs)(ah,{children:[(0,mt.jsxs)("div",{children:[(0,mt.jsx)(ct,{title:V.title,description:V.description}),(0,mt.jsx)(sh,{children:_}),(0,mt.jsx)(lh,{fail:!0,children:A})]}),(0,mt.jsx)(dh,{success:y,loading:k,disabled:y,onClick:async()=>{let z=await t();if(z&&!k&&S)try{c("embedded_wallet_sign_message_started",{walletAddress:S.address});let{response:Z}=await n.rpc({accessToken:z,address:S==null?void 0:S.address,request:{method:"eth_sign",params:[S.address,_]}}),Y=Z.data;P(""),T(Y),c("embedded_wallet_sign_message_completed",{walletAddress:S.address}),w(!0),setTimeout(()=>{i({shouldCallAuthOnSuccess:!1})},Ot)}catch(Z){P("An error has occurred, please try again."),M(Z)}},children:y?(0,mt.jsxs)(ch,{children:[(0,mt.jsx)(Ro,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",(0,mt.jsx)("span",{children:"Success"})]}):V.buttonText})]}),(0,mt.jsx)(se,{protectedByPrivy:!0})]})},ah=Zr.default.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
|
-
`;var te=require("react/jsx-runtime"),fh=()=>{let{ready:e}=ie(),{isLinking:t}=
|
|
2091
|
+
`;var te=require("react/jsx-runtime"),fh=()=>{let{ready:e}=ie(),{isLinking:t}=K(),{ready:r,currentScreen:n,app:i}=O(),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?(0,te.jsxs)(Lo,{"data-height":y,children:[(0,te.jsx)(G,{}),(0,te.jsx)(mh,{children:(0,te.jsx)(Qo,{})}),(0,te.jsx)(At,{})]}):(0,te.jsxs)(Lo,{"data-height":y,children:[n==="LANDING"&&(0,te.jsx)(b1,{}),n==="AWAITING_PASSWORDLESS_CODE"&&(0,te.jsx)(Cd,{}),n==="SETTING_ACTIVE_WALLET"&&(0,te.jsx)(lu,{}),n==="WALLET_EDUCATION"&&(0,te.jsx)(s1,{}),n==="AWAITING_CONNECTION"&&(0,te.jsx)(Sd,{}),n==="COINBASE_INTERSTITIAL_SCREEN"&&(0,te.jsx)(Pd,{}),n==="PHANTOM_INTERSTITIAL_SCREEN"&&(0,te.jsx)(R1,{}),n==="LOGIN_FAILED_SCREEN"&&(0,te.jsx)(A1,{}),n==="AWAITING_OAUTH_SCREEN"&&(0,te.jsx)(T1,{}),n==="ALLOWLIST_REJECTION_SCREEN"&&(0,te.jsx)(gd,{}),n==="INSTALL_METAMASK_SCREEN"&&(0,te.jsx)(c1,{}),n==="INSTALL_PHANTOM_SCREEN"&&(0,te.jsx)(d1,{}),n==="INSTALL_COINBASE_WALLET_SCREEN"&&(0,te.jsx)(l1,{}),n==="LINK_EMAIL_SCREEN"&&(0,te.jsx)(x1,{}),n==="LINK_PHONE_SCREEN"&&(0,te.jsx)(E1,{}),n==="LINK_WALLET_SCREEN"&&(0,te.jsx)(_1,{}),n==="EMBEDDED_WALLET_SCREEN"&&(0,te.jsx)(Kd,{}),n==="EMBEDDED_WALLET_CREATED_SCREEN"&&(0,te.jsx)(Gd,{}),n==="EMBEDDED_WALLET_CONNECTING_SCREEN"&&(0,te.jsx)(Nd,{}),n==="EMBEDDED_WALLET_RECOVERY_SCREEN"&&(0,te.jsx)(jd,{}),n==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&(0,te.jsx)($d,{}),n==="EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"&&(0,te.jsx)(cu,{}),n==="EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"&&(0,te.jsx)(su,{})]})},hu=()=>{let{closePrivyModal:e}=K(),t=(0,Bi.useCallback)(r=>{r.key==="Escape"&&e()},[]);return(0,As.useEffect)(()=>(document.addEventListener("keydown",t,!1),()=>{document.removeEventListener("keydown",t,!1)}),[t]),pu.default.createPortal((0,te.jsx)(hh,{id:"privy-dialog",onClick:()=>e(),children:(0,te.jsx)(fu,{onClick:r=>r.stopPropagation(),children:(0,te.jsx)(fh,{})})}),document.body)},ph=({children:e,...t})=>{let r=(0,Bi.useRef)(null);return(0,As.useEffect)(()=>{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"),(0,Ui.disableBodyScroll)(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"),(0,Ui.clearAllBodyScrollLocks)())}},[t.open,t.onClose]),(0,te.jsx)("dialog",{open:!0,role:"dialog",...t,ref:r,children:e})},hh=(0,Fi.default)(ph)`
|
|
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
|
-
`;var po=N(require("tinycolor2")),mu="#FFFFFF",gh="#000000",vh=mu,yh="#1E1E1D";function bh(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 fo(e,t){let r=Math.max(0,Math.min(1,e.toHsl().l+t));return(0,po.default)({...e.toHsl(),l:r})}function gu({backgroundTheme:e,accentHex:t,successHex:r="#51BA81",errorHex:n="#EC6351",whiteHex:i=mu,blackHex:c=gh}){let f;switch(e){case"light":f=vh;break;case"dark":f=yh;break;default:f=e;break}let g=(0,po.default)(f),y=(0,po.default)(t),w=(0,po.default)(r),A=(0,po.default)(n),P=bh(g.getLuminance()),_=fo(g,P==="light"?-.04:.11),S=fo(g,P==="light"?-.88:.87),M=fo(g,P==="light"?-.77:.75),E=fo(g,P==="light"?-.43:.45).desaturate(P==="light"?60:20),T=fo(g,P==="light"?-.13:.25).desaturate(P==="light"?60:20),k=fo(y,.15),V=fo(y,-.06),z=(0,po.default)(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:k.toHslString(),accentDark:V.toHslString(),foregroundAccent:z.toHslString(),success:w.toHslString(),error:A.toHslString()}}var vu={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(k=>k))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(k=>k))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:gu({backgroundTheme:((_=t==null?void 0:t.appearance)==null?void 0:_.theme)??vu.appearance.theme,accentHex:((S=t==null?void 0:t.appearance)==null?void 0:S.accentColor)??e.accentColor??vu.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}}}var Hi=require("react");var Gi=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}`)}}};var bu=require("react/jsx-runtime"),wh=function(e){return()=>`id-${e++}`}(0);function Ch(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function yn(e){return e.error!==void 0}var qo=new Gi;function bn(e,t,r){let n=r.contentWindow;if(!n)throw new Error("iframe not initialized");return new Promise((i,c)=>{let f=wh();qo.enqueue(f,{resolve:i,reject:c}),n.postMessage({id:f,event:e,data:t},"*")})}function xh(e){switch(e.event){case"privy:iframe:ready":let t=qo.dequeue(e.event,e.id);return yn(e)?t.reject(new Hr(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let r=qo.dequeue(e.event,e.id);return yn(e)?r.reject(new Hr(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:connect":let n=qo.dequeue(e.event,e.id);return yn(e)?n.reject(new Hr(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:recover":let i=qo.dequeue(e.event,e.id);return yn(e)?i.reject(new Hr(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:rpc":let c=qo.dequeue(e.event,e.id);return yn(e)?c.reject(new Hr(e.error.type,e.error.message)):c.resolve(e.data)}}function yu(e){let t=(0,Hi.useRef)(null);return(0,Hi.useEffect)(()=>{let r=t.current;if(!r)return;function n(g){g&&g.origin===e.origin&&Ch(g.data)&&xh(g.data)}let i={create(g){return bn("privy:wallet:create",g,r)},connect(g){return bn("privy:wallet:connect",g,r)},recover(g){return bn("privy:wallet:recover",g,r)},rpc(g){return bn("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 Ul(()=>bn("privy:iframe:ready",{},r)).then(c,f),()=>window.removeEventListener("message",n)},[t.current]),(0,bu.jsx)("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:Tn(e.origin,`/apps/${e.appId}/embedded-wallets`)})}var Tr=require("react/jsx-runtime");function Eh(e){return typeof e=="string"&&e.length===25}var wn;function wo(){if(!wn){let e=me.get(go);return Promise.resolve(e||null)}return wn.getAccessToken()}var Cu,Hl=(e,t)=>Cu(e,t),xu,Vl=(e,t)=>xu(e,t),_h=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;me.put($o,t);let r=new URL(window.location.href);r.searchParams.delete("privy_token"),window.history.pushState({},"",r)},Eu=e=>{if(!Eh(e.appId))throw new F("Cannot initialize the Privy provider with an invalid Privy app ID");return wn||(wn=new So({appId:e.appId,apiUrl:e.apiUrl||xn})),(0,Tr.jsx)(Ph,{...e,client:wn})},Ph=e=>{let t=e.client,[r,n]=(0,ve.useState)(!1),[i,c]=(0,ve.useState)(!1),[f,g]=(0,ve.useState)(!1),[y,w]=(0,ve.useState)(null),[A,P]=(0,ve.useState)(!1),[_,S]=(0,ve.useState)(null),[M,E]=(0,ve.useState)(!1),[T,k]=(0,ve.useState)(null),[V,z]=(0,ve.useState)({status:"disconnected",connectError:null,connectRetry:B}),[Z,Y]=(0,ve.useState)(null),[Q,ne]=(0,ve.useState)(null),[it,at]=(0,ve.useState)({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[ce,H]=(0,ve.useState)(Ss(it,e.config)),[K,h]=(0,ve.useState)(!0),[o,s]=(0,ve.useState)({}),[l,d]=(0,ve.useState)(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)};(0,ve.useEffect)(()=>{if(!Q||!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(Q,C)}},[Q,y]),(0,ve.useEffect)(()=>{async function x(){let C=await t.getServerConfig();at(C),C.customApiUrl&&t.updateApiUrl(C.customApiUrl),t.connectors.initialize();let $=b();_h();let I=await t.getAuthenticatedUser();g(!!I),w(I),c(!0),l==null||l(),$&&I&&E(!0),a()}x()},[t,l,i]),(0,ve.useEffect)(()=>{let x=Ss(it,e.config);H(x)},[e.config,it]);let b=()=>{let x=new URLSearchParams(window.location.search),C=x.get("privy_oauth_code"),$=x.get("privy_oauth_state"),I=x.get("privy_oauth_provider");return C&&$&&I?(t.startAuthFlow(new Mr(I,C,$)),v("AWAITING_OAUTH_SCREEN"),!0):!1},p=x=>{z(C=>({...C,status:"connecting",connectError:null})),x.promptConnect().then(()=>{z(C=>({...C,status:"connected",connectError:null}))}).catch(C=>{C instanceof Kt?console.error(C.cause?C.cause:C.message):console.error(C),z($=>({...$,status:"disconnected",connectError:C}))})},a=()=>{let C=new URLSearchParams(window.location.search).get("privy_wallet_client");if(!C)return;if(C==="phantom"&&!Nr()&&v("LOGIN_FAILED_SCREEN"),!t.connectors)throw new F("Connector not initialized");let $=new Lr(t.connectors,C);t.startAuthFlow($),p($),u("AWAITING_CONNECTION");let I=new URL(window.location.href);I.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",I)};(0,ve.useEffect)(()=>{i&&f&&y===null&&t.getAuthenticatedUser().then(w)},[i,f,y,t]);let m=()=>{E(!0),u("LINK_WALLET_SCREEN")},R=async(x,C)=>{let $=t.connectors.getConnectorByAddress(C);if(!$)return Y(C),m(),x;k({address:C,walletType:$.walletType,walletBranding:$.walletBranding,success:!1}),u("SETTING_ACTIVE_WALLET");try{let I=await t.setActiveWallet(C,x);return k({address:C,walletType:$.walletType,walletBranding:$.walletBranding,success:!0}),I}catch(I){I instanceof F&&I.message==="Error setting the active wallet."&&(Y(C),m()),k({address:C,walletType:$.walletType,walletBranding:$.walletBranding,success:!1,error:I.message})}return x},W={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 q.initLoginWithOAuth("google")},linkTwitter:async()=>{await q.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await q.initLoginWithOAuth("discord")},linkGithub:async()=>{await q.initLoginWithOAuth("github")},linkApple:async()=>{await q.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 wu.Web3Provider(new Rr(t.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new kn(t.connectors.getEthereumProvider()),unlinkWallet:async x=>{let C=await t.unlinkWallet(x);w(C);let $=C.linkedAccounts.filter(I=>I.type==="wallet");if(C&&$&&$.length>0){let I=$[0];C=await R(C,I.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 R(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(be(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(($,I)=>{if(!f||!y){I(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!be(y)){I(new Error("Must have a Privy wallet before signing"));return}if(typeof x!="string"||x.length<1){I(new Error("Message must be a non-empty string"));return}h(!0);let ho={message:x,onSuccess:$,onFailure:I,uiOptions:C||{}},pe={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:I};s({signMessage:ho,connectWallet:pe}),u("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(x,C)=>new Promise(async($,I)=>{if(!f||!y){I(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!be(y)){I(new Error("Must have a Privy wallet before signing"));return}h(!0);let ho={transactionRequest:x,onSuccess:$,onFailure:I,uiOptions:C||{}},pe={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:I};s({connectWallet:pe,sendTransaction:ho}),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(!be(y)){C(new Error("Must have a Privy wallet before exporting"));return}h(!0);let I={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:C},ae={appId:e.appId,origin:t.apiUrl,onSuccess:x,onFailure:C};s({keyExport:ae,connectWallet:I}),u("EMBEDDED_WALLET_CONNECTING_SCREEN")})};Cu=W.signMessage,xu=W.sendTransaction;let q=(()=>({isLinking:M,linkingHint:Z,activeStatus:T,walletConnectionStatus:V,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var x;return(x=t.authFlow)==null?void 0:x.meta},closePrivyModal:(x={shouldCallAuthOnSuccess:!0})=>{var $;let C=i&&f&&y;x.shouldCallAuthOnSuccess&&C&&(($=e.onSuccess)==null||$.call(e,y,A)),t.authFlow=void 0,Y(null),S(null),E(!1),k(null),P(!1),n(!1),t.createAnalyticsEvent("modal_closed")},initLoginWithWallet:(x,C)=>{if(!t.connectors)throw new F("Connector not initialized");x||(x="metamask");let $=new Lr(t.connectors,x,C);t.startAuthFlow($),z({status:"connecting",connectError:null,connectRetry:()=>{p($)}}),p($)},loginWithWallet:async()=>{if(!(t.authFlow instanceof Lr))throw new F("Must initialize SIWE flow first.");let x,C;M?(x=await t.link(),x&&(x=Yo(x))):{user:x,isNewUser:C}=await t.authenticate(),w(x||y||null),P(C||!1),g(!0)},initLoginWithOAuth:async x=>{t.startAuthFlow(new Mr(x));let C=await t.authFlow.getAuthorizationUrl();C&&C.url&&window.location.assign(C.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof Mr))throw new F("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 jr(x);t.startAuthFlow(C),await C.sendCodeEmail()},initLoginWithSms:async x=>{let C=new Kr(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 jr)t.authFlow.meta.emailCode=x.trim();else if(t.authFlow instanceof Kr)t.authFlow.meta.smsCode=x.trim();else throw new F("Must initialize a passwordless code flow first");let C,$;M?C=await t.link():{user:C,isNewUser:$}=await t.authenticate(),w(C||y||null),P($||!1),g(!0)},refreshUser:async()=>{let x=await t.getAuthenticatedUser();return w(x),x},walletProxy:Q,createAnalyticsEvent:(x,C,$)=>t.createAnalyticsEvent(x,C,$),getUsdTokenPrice:x=>t.getUsdTokenPrice(x)}))();return(0,Tr.jsxs)(Ha.Provider,{value:W,children:[e.children,(0,Tr.jsxs)(Ga.Provider,{value:q,children:[(0,Tr.jsx)(uu,{theme:{...ce.appearance.palette||{}}}),(0,Tr.jsx)(tc,{appConfig:ce,data:o,setModalData:s,initialScreen:_,visible:r,authenticated:f,children:r&&(0,Tr.jsx)(hu,{})}),K&&(0,Tr.jsx)(yu,{appId:e.appId,origin:t.apiUrl,onLoad:ne,onLoadFailed:()=>null})]})]})};0&&(module.exports={AsExternalProvider,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,VERSION,WalletConnector,getAccessToken,usePrivy});
|
|
2149
|
+
`;var po=N(require("tinycolor2")),mu="#FFFFFF",gh="#000000",vh=mu,yh="#1E1E1D";function bh(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 fo(e,t){let r=Math.max(0,Math.min(1,e.toHsl().l+t));return(0,po.default)({...e.toHsl(),l:r})}function gu({backgroundTheme:e,accentHex:t,successHex:r="#51BA81",errorHex:n="#EC6351",whiteHex:i=mu,blackHex:c=gh}){let f;switch(e){case"light":f=vh;break;case"dark":f=yh;break;default:f=e;break}let g=(0,po.default)(f),y=(0,po.default)(t),w=(0,po.default)(r),A=(0,po.default)(n),P=bh(g.getLuminance()),_=fo(g,P==="light"?-.04:.11),T=fo(g,P==="light"?-.88:.87),M=fo(g,P==="light"?-.77:.75),E=fo(g,P==="light"?-.43:.45).desaturate(P==="light"?60:20),S=fo(g,P==="light"?-.13:.25).desaturate(P==="light"?60:20),k=fo(y,.15),V=fo(y,-.06),z=(0,po.default)(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:k.toHslString(),accentDark:V.toHslString(),foregroundAccent:z.toHslString(),success:w.toHslString(),error:A.toHslString()}}var vu={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(k=>k))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(k=>k))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:gu({backgroundTheme:((_=t==null?void 0:t.appearance)==null?void 0:_.theme)??vu.appearance.theme,accentHex:((T=t==null?void 0:t.appearance)==null?void 0:T.accentColor)??e.accentColor??vu.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}}}var Hi=require("react");var Gi=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}`)}}};var bu=require("react/jsx-runtime"),wh=function(e){return()=>`id-${e++}`}(0);function Ch(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function yn(e){return e.error!==void 0}var qo=new Gi;function bn(e,t,r){let n=r.contentWindow;if(!n)throw new Error("iframe not initialized");return new Promise((i,c)=>{let f=wh();qo.enqueue(f,{resolve:i,reject:c}),n.postMessage({id:f,event:e,data:t},"*")})}function xh(e){switch(e.event){case"privy:iframe:ready":let t=qo.dequeue(e.event,e.id);return yn(e)?t.reject(new Hr(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let r=qo.dequeue(e.event,e.id);return yn(e)?r.reject(new Hr(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:connect":let n=qo.dequeue(e.event,e.id);return yn(e)?n.reject(new Hr(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:recover":let i=qo.dequeue(e.event,e.id);return yn(e)?i.reject(new Hr(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:rpc":let c=qo.dequeue(e.event,e.id);return yn(e)?c.reject(new Hr(e.error.type,e.error.message)):c.resolve(e.data)}}function yu(e){let t=(0,Hi.useRef)(null);return(0,Hi.useEffect)(()=>{let r=t.current;if(!r)return;function n(g){g&&g.origin===e.origin&&Ch(g.data)&&xh(g.data)}let i={create(g){return bn("privy:wallet:create",g,r)},connect(g){return bn("privy:wallet:connect",g,r)},recover(g){return bn("privy:wallet:recover",g,r)},rpc(g){return bn("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 Ul(()=>bn("privy:iframe:ready",{},r)).then(c,f),()=>window.removeEventListener("message",n)},[t.current]),(0,bu.jsx)("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:Tn(e.origin,`/apps/${e.appId}/embedded-wallets`)})}var Tr=require("react/jsx-runtime");function Eh(e){return typeof e=="string"&&e.length===25}var wn;function wo(){if(!wn){let e=me.get(go);return Promise.resolve(e||null)}return wn.getAccessToken()}var Cu,Hl=(e,t)=>Cu(e,t),xu,Vl=(e,t)=>xu(e,t),_h=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;me.put($o,t);let r=new URL(window.location.href);r.searchParams.delete("privy_token"),window.history.pushState({},"",r)},Eu=e=>{if(!Eh(e.appId))throw new F("Cannot initialize the Privy provider with an invalid Privy app ID");return wn||(wn=new So({appId:e.appId,apiUrl:e.apiUrl||xn})),(0,Tr.jsx)(Ph,{...e,client:wn})},Ph=e=>{let t=e.client,[r,n]=(0,ve.useState)(!1),[i,c]=(0,ve.useState)(!1),[f,g]=(0,ve.useState)(!1),[y,w]=(0,ve.useState)(null),[A,P]=(0,ve.useState)(!1),[_,T]=(0,ve.useState)(null),[M,E]=(0,ve.useState)(!1),[S,k]=(0,ve.useState)(null),[V,z]=(0,ve.useState)({status:"disconnected",connectError:null,connectRetry:B}),[Z,Y]=(0,ve.useState)(null),[Q,ne]=(0,ve.useState)(null),[it,at]=(0,ve.useState)({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[ce,H]=(0,ve.useState)(Ss(it,e.config)),[j,h]=(0,ve.useState)(!0),[o,s]=(0,ve.useState)({}),[l,d]=(0,ve.useState)(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)};(0,ve.useEffect)(()=>{if(!Q||!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(Q,C)}},[Q,y]),(0,ve.useEffect)(()=>{async function x(){let C=await t.getServerConfig();at(C),C.customApiUrl&&t.updateApiUrl(C.customApiUrl),t.connectors.initialize();let $=b();_h();let I=await t.getAuthenticatedUser();g(!!I),w(I),c(!0),l==null||l(),$&&I&&E(!0),a()}x()},[t,l,i]),(0,ve.useEffect)(()=>{let x=Ss(it,e.config);H(x)},[e.config,it]);let b=()=>{let x=new URLSearchParams(window.location.search),C=x.get("privy_oauth_code"),$=x.get("privy_oauth_state"),I=x.get("privy_oauth_provider");return C&&$&&I?(t.startAuthFlow(new Mr(I,C,$)),v("AWAITING_OAUTH_SCREEN"),!0):!1},p=x=>{z(C=>({...C,status:"connecting",connectError:null})),x.promptConnect().then(()=>{z(C=>({...C,status:"connected",connectError:null}))}).catch(C=>{C instanceof Kt?console.error(C.cause?C.cause:C.message):console.error(C),z($=>({...$,status:"disconnected",connectError:C}))})},a=()=>{let C=new URLSearchParams(window.location.search).get("privy_wallet_client");if(!C)return;if(C==="phantom"&&!Nr()&&v("LOGIN_FAILED_SCREEN"),!t.connectors)throw new F("Connector not initialized");let $=new Lr(t.connectors,C);t.startAuthFlow($),p($),u("AWAITING_CONNECTION");let I=new URL(window.location.href);I.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",I)};(0,ve.useEffect)(()=>{i&&f&&y===null&&t.getAuthenticatedUser().then(w)},[i,f,y,t]);let m=()=>{E(!0),u("LINK_WALLET_SCREEN")},R=async(x,C)=>{let $=t.connectors.getConnectorByAddress(C);if(!$)return Y(C),m(),x;k({address:C,walletType:$.walletType,walletBranding:$.walletBranding,success:!1}),u("SETTING_ACTIVE_WALLET");try{let I=await t.setActiveWallet(C,x);return k({address:C,walletType:$.walletType,walletBranding:$.walletBranding,success:!0}),I}catch(I){I instanceof F&&I.message==="Error setting the active wallet."&&(Y(C),m()),k({address:C,walletType:$.walletType,walletBranding:$.walletBranding,success:!1,error:I.message})}return x},W={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 q.initLoginWithOAuth("google")},linkTwitter:async()=>{await q.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await q.initLoginWithOAuth("discord")},linkGithub:async()=>{await q.initLoginWithOAuth("github")},linkApple:async()=>{await q.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 wu.Web3Provider(new Rr(t.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new kn(t.connectors.getEthereumProvider()),unlinkWallet:async x=>{let C=await t.unlinkWallet(x);w(C);let $=C.linkedAccounts.filter(I=>I.type==="wallet");if(C&&$&&$.length>0){let I=$[0];C=await R(C,I.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 R(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(be(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(($,I)=>{if(!f||!y){I(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!be(y)){I(new Error("Must have a Privy wallet before signing"));return}if(typeof x!="string"||x.length<1){I(new Error("Message must be a non-empty string"));return}h(!0);let ho={message:x,onSuccess:$,onFailure:I,uiOptions:C||{}},pe={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:I};s({signMessage:ho,connectWallet:pe}),u("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(x,C)=>new Promise(async($,I)=>{if(!f||!y){I(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!be(y)){I(new Error("Must have a Privy wallet before signing"));return}h(!0);let ho={transactionRequest:x,onSuccess:$,onFailure:I,uiOptions:C||{}},pe={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:I};s({connectWallet:pe,sendTransaction:ho}),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(!be(y)){C(new Error("Must have a Privy wallet before exporting"));return}h(!0);let I={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:C},ae={appId:e.appId,origin:t.apiUrl,onSuccess:x,onFailure:C};s({keyExport:ae,connectWallet:I}),u("EMBEDDED_WALLET_CONNECTING_SCREEN")})};Cu=W.signMessage,xu=W.sendTransaction;let q=(()=>({isLinking:M,linkingHint:Z,activeStatus:S,walletConnectionStatus:V,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var x;return(x=t.authFlow)==null?void 0:x.meta},closePrivyModal:(x={shouldCallAuthOnSuccess:!0})=>{var $;let C=i&&f&&y;x.shouldCallAuthOnSuccess&&C&&(($=e.onSuccess)==null||$.call(e,y,A)),t.authFlow=void 0,Y(null),T(null),E(!1),k(null),P(!1),n(!1),t.createAnalyticsEvent("modal_closed")},initLoginWithWallet:(x,C)=>{if(!t.connectors)throw new F("Connector not initialized");x||(x="metamask");let $=new Lr(t.connectors,x,C);t.startAuthFlow($),z({status:"connecting",connectError:null,connectRetry:()=>{p($)}}),p($)},loginWithWallet:async()=>{if(!(t.authFlow instanceof Lr))throw new F("Must initialize SIWE flow first.");let x,C;M?(x=await t.link(),x&&(x=Yo(x))):{user:x,isNewUser:C}=await t.authenticate(),w(x||y||null),P(C||!1),g(!0)},initLoginWithOAuth:async x=>{t.startAuthFlow(new Mr(x));let C=await t.authFlow.getAuthorizationUrl();C&&C.url&&window.location.assign(C.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof Mr))throw new F("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 jr(x);t.startAuthFlow(C),await C.sendCodeEmail()},initLoginWithSms:async x=>{let C=new Kr(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 jr)t.authFlow.meta.emailCode=x.trim();else if(t.authFlow instanceof Kr)t.authFlow.meta.smsCode=x.trim();else throw new F("Must initialize a passwordless code flow first");let C,$;M?C=await t.link():{user:C,isNewUser:$}=await t.authenticate(),w(C||y||null),P($||!1),g(!0)},refreshUser:async()=>{let x=await t.getAuthenticatedUser();return w(x),x},walletProxy:Q,createAnalyticsEvent:(x,C,$)=>t.createAnalyticsEvent(x,C,$),getUsdTokenPrice:x=>t.getUsdTokenPrice(x)}))();return(0,Tr.jsxs)(Ha.Provider,{value:W,children:[e.children,(0,Tr.jsxs)(Ga.Provider,{value:q,children:[(0,Tr.jsx)(uu,{theme:{...ce.appearance.palette||{}}}),(0,Tr.jsx)(tc,{appConfig:ce,data:o,setModalData:s,initialScreen:_,visible:r,authenticated:f,children:r&&(0,Tr.jsx)(hu,{})}),j&&(0,Tr.jsx)(yu,{appId:e.appId,origin:t.apiUrl,onLoad:ne,onLoadFailed:()=>null})]})]})};0&&(module.exports={AsExternalProvider,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,VERSION,WalletConnector,getAccessToken,usePrivy});
|