@walletconnect/ethereum-provider 2.3.3 → 2.4.0-8c28464c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -1,4 +1,4 @@
1
- (function(Or,ut){typeof exports=="object"&&typeof module<"u"?ut(exports):typeof define=="function"&&define.amd?define(["exports"],ut):(Or=typeof globalThis<"u"?globalThis:Or||self,ut(Or["@walletconnect/ethereum-provider"]={}))})(this,function(Or){"use strict";var ut=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Dd(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Ar(t){var e=t.default;if(typeof e=="function"){var r=function(){return e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach(function(n){var i=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(r,n,i.get?i:{enumerable:!0,get:function(){return t[n]}})}),r}var vt={exports:{}},on=typeof Reflect=="object"?Reflect:null,Oc=on&&typeof on.apply=="function"?on.apply:function(e,r,n){return Function.prototype.apply.call(e,r,n)},ki;on&&typeof on.ownKeys=="function"?ki=on.ownKeys:Object.getOwnPropertySymbols?ki=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:ki=function(e){return Object.getOwnPropertyNames(e)};function Id(t){console&&console.warn&&console.warn(t)}var Ac=Number.isNaN||function(e){return e!==e};function ke(){ke.init.call(this)}vt.exports=ke,vt.exports.once=Pd,ke.EventEmitter=ke,ke.prototype._events=void 0,ke.prototype._eventsCount=0,ke.prototype._maxListeners=void 0;var $c=10;function Hi(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(ke,"defaultMaxListeners",{enumerable:!0,get:function(){return $c},set:function(t){if(typeof t!="number"||t<0||Ac(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");$c=t}}),ke.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},ke.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||Ac(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function Pc(t){return t._maxListeners===void 0?ke.defaultMaxListeners:t._maxListeners}ke.prototype.getMaxListeners=function(){return Pc(this)},ke.prototype.emit=function(e){for(var r=[],n=1;n<arguments.length;n++)r.push(arguments[n]);var i=e==="error",s=this._events;if(s!==void 0)i=i&&s.error===void 0;else if(!i)return!1;if(i){var o;if(r.length>0&&(o=r[0]),o instanceof Error)throw o;var a=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw a.context=o,a}var c=s[e];if(c===void 0)return!1;if(typeof c=="function")Oc(c,this,r);else for(var l=c.length,p=Mc(c,l),n=0;n<l;++n)Oc(p[n],this,r);return!0};function Tc(t,e,r,n){var i,s,o;if(Hi(r),s=t._events,s===void 0?(s=t._events=Object.create(null),t._eventsCount=0):(s.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),s=t._events),o=s[e]),o===void 0)o=s[e]=r,++t._eventsCount;else if(typeof o=="function"?o=s[e]=n?[r,o]:[o,r]:n?o.unshift(r):o.push(r),i=Pc(t),i>0&&o.length>i&&!o.warned){o.warned=!0;var a=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");a.name="MaxListenersExceededWarning",a.emitter=t,a.type=e,a.count=o.length,Id(a)}return t}ke.prototype.addListener=function(e,r){return Tc(this,e,r,!1)},ke.prototype.on=ke.prototype.addListener,ke.prototype.prependListener=function(e,r){return Tc(this,e,r,!0)};function Od(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Rc(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=Od.bind(n);return i.listener=r,n.wrapFn=i,i}ke.prototype.once=function(e,r){return Hi(r),this.on(e,Rc(this,e,r)),this},ke.prototype.prependOnceListener=function(e,r){return Hi(r),this.prependListener(e,Rc(this,e,r)),this},ke.prototype.removeListener=function(e,r){var n,i,s,o,a;if(Hi(r),i=this._events,i===void 0)return this;if(n=i[e],n===void 0)return this;if(n===r||n.listener===r)--this._eventsCount===0?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,n.listener||r));else if(typeof n!="function"){for(s=-1,o=n.length-1;o>=0;o--)if(n[o]===r||n[o].listener===r){a=n[o].listener,s=o;break}if(s<0)return this;s===0?n.shift():Ad(n,s),n.length===1&&(i[e]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",e,a||r)}return this},ke.prototype.off=ke.prototype.removeListener,ke.prototype.removeAllListeners=function(e){var r,n,i;if(n=this._events,n===void 0)return this;if(n.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):n[e]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete n[e]),this;if(arguments.length===0){var s=Object.keys(n),o;for(i=0;i<s.length;++i)o=s[i],o!=="removeListener"&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(r=n[e],typeof r=="function")this.removeListener(e,r);else if(r!==void 0)for(i=r.length-1;i>=0;i--)this.removeListener(e,r[i]);return this};function Nc(t,e,r){var n=t._events;if(n===void 0)return[];var i=n[e];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?$d(i):Mc(i,i.length)}ke.prototype.listeners=function(e){return Nc(this,e,!0)},ke.prototype.rawListeners=function(e){return Nc(this,e,!1)},ke.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):Lc.call(t,e)},ke.prototype.listenerCount=Lc;function Lc(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}ke.prototype.eventNames=function(){return this._eventsCount>0?ki(this._events):[]};function Mc(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function Ad(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function $d(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function Pd(t,e){return new Promise(function(r,n){function i(o){t.removeListener(e,s),n(o)}function s(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}Uc(t,e,s,{once:!0}),e!=="error"&&Td(t,i,{once:!0})})}function Td(t,e,r){typeof t.on=="function"&&Uc(t,"error",e,r)}function Uc(t,e,r,n){if(typeof t.on=="function")n.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(s){n.once&&t.removeEventListener(e,i),r(s)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}var to={},zi={},_e={},Fc={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});function e(a,c){var l=a>>>16&65535,p=a&65535,w=c>>>16&65535,m=c&65535;return p*m+(l*m+p*w<<16>>>0)|0}t.mul=Math.imul||e;function r(a,c){return a+c|0}t.add=r;function n(a,c){return a-c|0}t.sub=n;function i(a,c){return a<<c|a>>>32-c}t.rotl=i;function s(a,c){return a<<32-c|a>>>c}t.rotr=s;function o(a){return typeof a=="number"&&isFinite(a)&&Math.floor(a)===a}t.isInteger=Number.isInteger||o,t.MAX_SAFE_INTEGER=9007199254740991,t.isSafeInteger=function(a){return t.isInteger(a)&&a>=-t.MAX_SAFE_INTEGER&&a<=t.MAX_SAFE_INTEGER}})(Fc),Object.defineProperty(_e,"__esModule",{value:!0});var Bc=Fc;function Rd(t,e){return e===void 0&&(e=0),(t[e+0]<<8|t[e+1])<<16>>16}_e.readInt16BE=Rd;function Nd(t,e){return e===void 0&&(e=0),(t[e+0]<<8|t[e+1])>>>0}_e.readUint16BE=Nd;function Ld(t,e){return e===void 0&&(e=0),(t[e+1]<<8|t[e])<<16>>16}_e.readInt16LE=Ld;function Md(t,e){return e===void 0&&(e=0),(t[e+1]<<8|t[e])>>>0}_e.readUint16LE=Md;function jc(t,e,r){return e===void 0&&(e=new Uint8Array(2)),r===void 0&&(r=0),e[r+0]=t>>>8,e[r+1]=t>>>0,e}_e.writeUint16BE=jc,_e.writeInt16BE=jc;function kc(t,e,r){return e===void 0&&(e=new Uint8Array(2)),r===void 0&&(r=0),e[r+0]=t>>>0,e[r+1]=t>>>8,e}_e.writeUint16LE=kc,_e.writeInt16LE=kc;function ro(t,e){return e===void 0&&(e=0),t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3]}_e.readInt32BE=ro;function no(t,e){return e===void 0&&(e=0),(t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3])>>>0}_e.readUint32BE=no;function io(t,e){return e===void 0&&(e=0),t[e+3]<<24|t[e+2]<<16|t[e+1]<<8|t[e]}_e.readInt32LE=io;function so(t,e){return e===void 0&&(e=0),(t[e+3]<<24|t[e+2]<<16|t[e+1]<<8|t[e])>>>0}_e.readUint32LE=so;function Wi(t,e,r){return e===void 0&&(e=new Uint8Array(4)),r===void 0&&(r=0),e[r+0]=t>>>24,e[r+1]=t>>>16,e[r+2]=t>>>8,e[r+3]=t>>>0,e}_e.writeUint32BE=Wi,_e.writeInt32BE=Wi;function qi(t,e,r){return e===void 0&&(e=new Uint8Array(4)),r===void 0&&(r=0),e[r+0]=t>>>0,e[r+1]=t>>>8,e[r+2]=t>>>16,e[r+3]=t>>>24,e}_e.writeUint32LE=qi,_e.writeInt32LE=qi;function Ud(t,e){e===void 0&&(e=0);var r=ro(t,e),n=ro(t,e+4);return r*4294967296+n-(n>>31)*4294967296}_e.readInt64BE=Ud;function Fd(t,e){e===void 0&&(e=0);var r=no(t,e),n=no(t,e+4);return r*4294967296+n}_e.readUint64BE=Fd;function Bd(t,e){e===void 0&&(e=0);var r=io(t,e),n=io(t,e+4);return n*4294967296+r-(r>>31)*4294967296}_e.readInt64LE=Bd;function jd(t,e){e===void 0&&(e=0);var r=so(t,e),n=so(t,e+4);return n*4294967296+r}_e.readUint64LE=jd;function Hc(t,e,r){return e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0),Wi(t/4294967296>>>0,e,r),Wi(t>>>0,e,r+4),e}_e.writeUint64BE=Hc,_e.writeInt64BE=Hc;function zc(t,e,r){return e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0),qi(t>>>0,e,r),qi(t/4294967296>>>0,e,r+4),e}_e.writeUint64LE=zc,_e.writeInt64LE=zc;function kd(t,e,r){if(r===void 0&&(r=0),t%8!==0)throw new Error("readUintBE supports only bitLengths divisible by 8");if(t/8>e.length-r)throw new Error("readUintBE: array is too short for the given bitLength");for(var n=0,i=1,s=t/8+r-1;s>=r;s--)n+=e[s]*i,i*=256;return n}_e.readUintBE=kd;function Hd(t,e,r){if(r===void 0&&(r=0),t%8!==0)throw new Error("readUintLE supports only bitLengths divisible by 8");if(t/8>e.length-r)throw new Error("readUintLE: array is too short for the given bitLength");for(var n=0,i=1,s=r;s<r+t/8;s++)n+=e[s]*i,i*=256;return n}_e.readUintLE=Hd;function zd(t,e,r,n){if(r===void 0&&(r=new Uint8Array(t/8)),n===void 0&&(n=0),t%8!==0)throw new Error("writeUintBE supports only bitLengths divisible by 8");if(!Bc.isSafeInteger(e))throw new Error("writeUintBE value must be an integer");for(var i=1,s=t/8+n-1;s>=n;s--)r[s]=e/i&255,i*=256;return r}_e.writeUintBE=zd;function Wd(t,e,r,n){if(r===void 0&&(r=new Uint8Array(t/8)),n===void 0&&(n=0),t%8!==0)throw new Error("writeUintLE supports only bitLengths divisible by 8");if(!Bc.isSafeInteger(e))throw new Error("writeUintLE value must be an integer");for(var i=1,s=n;s<n+t/8;s++)r[s]=e/i&255,i*=256;return r}_e.writeUintLE=Wd;function qd(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat32(e)}_e.readFloat32BE=qd;function Vd(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat32(e,!0)}_e.readFloat32LE=Vd;function Kd(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat64(e)}_e.readFloat64BE=Kd;function Gd(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat64(e,!0)}_e.readFloat64LE=Gd;function Zd(t,e,r){e===void 0&&(e=new Uint8Array(4)),r===void 0&&(r=0);var n=new DataView(e.buffer,e.byteOffset,e.byteLength);return n.setFloat32(r,t),e}_e.writeFloat32BE=Zd;function Yd(t,e,r){e===void 0&&(e=new Uint8Array(4)),r===void 0&&(r=0);var n=new DataView(e.buffer,e.byteOffset,e.byteLength);return n.setFloat32(r,t,!0),e}_e.writeFloat32LE=Yd;function Jd(t,e,r){e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0);var n=new DataView(e.buffer,e.byteOffset,e.byteLength);return n.setFloat64(r,t),e}_e.writeFloat64BE=Jd;function Xd(t,e,r){e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0);var n=new DataView(e.buffer,e.byteOffset,e.byteLength);return n.setFloat64(r,t,!0),e}_e.writeFloat64LE=Xd;var Mt={};Object.defineProperty(Mt,"__esModule",{value:!0});function Qd(t){for(var e=0;e<t.length;e++)t[e]=0;return t}Mt.wipe=Qd,Object.defineProperty(zi,"__esModule",{value:!0});var St=_e,oo=Mt,ef=20;function tf(t,e,r){for(var n=1634760805,i=857760878,s=2036477234,o=1797285236,a=r[3]<<24|r[2]<<16|r[1]<<8|r[0],c=r[7]<<24|r[6]<<16|r[5]<<8|r[4],l=r[11]<<24|r[10]<<16|r[9]<<8|r[8],p=r[15]<<24|r[14]<<16|r[13]<<8|r[12],w=r[19]<<24|r[18]<<16|r[17]<<8|r[16],m=r[23]<<24|r[22]<<16|r[21]<<8|r[20],y=r[27]<<24|r[26]<<16|r[25]<<8|r[24],E=r[31]<<24|r[30]<<16|r[29]<<8|r[28],T=e[3]<<24|e[2]<<16|e[1]<<8|e[0],R=e[7]<<24|e[6]<<16|e[5]<<8|e[4],L=e[11]<<24|e[10]<<16|e[9]<<8|e[8],x=e[15]<<24|e[14]<<16|e[13]<<8|e[12],O=n,_=i,D=s,I=o,h=a,v=c,H=l,j=p,q=w,X=m,re=y,C=E,A=T,G=R,K=L,W=x,z=0;z<ef;z+=2)O=O+h|0,A^=O,A=A>>>32-16|A<<16,q=q+A|0,h^=q,h=h>>>32-12|h<<12,_=_+v|0,G^=_,G=G>>>32-16|G<<16,X=X+G|0,v^=X,v=v>>>32-12|v<<12,D=D+H|0,K^=D,K=K>>>32-16|K<<16,re=re+K|0,H^=re,H=H>>>32-12|H<<12,I=I+j|0,W^=I,W=W>>>32-16|W<<16,C=C+W|0,j^=C,j=j>>>32-12|j<<12,D=D+H|0,K^=D,K=K>>>32-8|K<<8,re=re+K|0,H^=re,H=H>>>32-7|H<<7,I=I+j|0,W^=I,W=W>>>32-8|W<<8,C=C+W|0,j^=C,j=j>>>32-7|j<<7,_=_+v|0,G^=_,G=G>>>32-8|G<<8,X=X+G|0,v^=X,v=v>>>32-7|v<<7,O=O+h|0,A^=O,A=A>>>32-8|A<<8,q=q+A|0,h^=q,h=h>>>32-7|h<<7,O=O+v|0,W^=O,W=W>>>32-16|W<<16,re=re+W|0,v^=re,v=v>>>32-12|v<<12,_=_+H|0,A^=_,A=A>>>32-16|A<<16,C=C+A|0,H^=C,H=H>>>32-12|H<<12,D=D+j|0,G^=D,G=G>>>32-16|G<<16,q=q+G|0,j^=q,j=j>>>32-12|j<<12,I=I+h|0,K^=I,K=K>>>32-16|K<<16,X=X+K|0,h^=X,h=h>>>32-12|h<<12,D=D+j|0,G^=D,G=G>>>32-8|G<<8,q=q+G|0,j^=q,j=j>>>32-7|j<<7,I=I+h|0,K^=I,K=K>>>32-8|K<<8,X=X+K|0,h^=X,h=h>>>32-7|h<<7,_=_+H|0,A^=_,A=A>>>32-8|A<<8,C=C+A|0,H^=C,H=H>>>32-7|H<<7,O=O+v|0,W^=O,W=W>>>32-8|W<<8,re=re+W|0,v^=re,v=v>>>32-7|v<<7;St.writeUint32LE(O+n|0,t,0),St.writeUint32LE(_+i|0,t,4),St.writeUint32LE(D+s|0,t,8),St.writeUint32LE(I+o|0,t,12),St.writeUint32LE(h+a|0,t,16),St.writeUint32LE(v+c|0,t,20),St.writeUint32LE(H+l|0,t,24),St.writeUint32LE(j+p|0,t,28),St.writeUint32LE(q+w|0,t,32),St.writeUint32LE(X+m|0,t,36),St.writeUint32LE(re+y|0,t,40),St.writeUint32LE(C+E|0,t,44),St.writeUint32LE(A+T|0,t,48),St.writeUint32LE(G+R|0,t,52),St.writeUint32LE(K+L|0,t,56),St.writeUint32LE(W+x|0,t,60)}function Wc(t,e,r,n,i){if(i===void 0&&(i=0),t.length!==32)throw new Error("ChaCha: key size must be 32 bytes");if(n.length<r.length)throw new Error("ChaCha: destination is shorter than source");var s,o;if(i===0){if(e.length!==8&&e.length!==12)throw new Error("ChaCha nonce must be 8 or 12 bytes");s=new Uint8Array(16),o=s.length-e.length,s.set(e,o)}else{if(e.length!==16)throw new Error("ChaCha nonce with counter must be 16 bytes");s=e,o=i}for(var a=new Uint8Array(64),c=0;c<r.length;c+=64){tf(a,s,t);for(var l=c;l<c+64&&l<r.length;l++)n[l]=r[l]^a[l-c];nf(s,0,o)}return oo.wipe(a),i===0&&oo.wipe(s),n}zi.streamXOR=Wc;function rf(t,e,r,n){return n===void 0&&(n=0),oo.wipe(r),Wc(t,e,r,r,n)}zi.stream=rf;function nf(t,e,r){for(var n=1;r--;)n=n+(t[e]&255)|0,t[e]=n&255,n>>>=8,e++;if(n>0)throw new Error("ChaCha: counter overflow")}var qc={},pr={};Object.defineProperty(pr,"__esModule",{value:!0});function sf(t,e,r){return~(t-1)&e|t-1&r}pr.select=sf;function of(t,e){return(t|0)-(e|0)-1>>>31&1}pr.lessOrEqual=of;function Vc(t,e){if(t.length!==e.length)return 0;for(var r=0,n=0;n<t.length;n++)r|=t[n]^e[n];return 1&r-1>>>8}pr.compare=Vc;function af(t,e){return t.length===0||e.length===0?!1:Vc(t,e)!==0}pr.equal=af,function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=pr,r=Mt;t.DIGEST_LENGTH=16;var n=function(){function o(a){this.digestLength=t.DIGEST_LENGTH,this._buffer=new Uint8Array(16),this._r=new Uint16Array(10),this._h=new Uint16Array(10),this._pad=new Uint16Array(8),this._leftover=0,this._fin=0,this._finished=!1;var c=a[0]|a[1]<<8;this._r[0]=c&8191;var l=a[2]|a[3]<<8;this._r[1]=(c>>>13|l<<3)&8191;var p=a[4]|a[5]<<8;this._r[2]=(l>>>10|p<<6)&7939;var w=a[6]|a[7]<<8;this._r[3]=(p>>>7|w<<9)&8191;var m=a[8]|a[9]<<8;this._r[4]=(w>>>4|m<<12)&255,this._r[5]=m>>>1&8190;var y=a[10]|a[11]<<8;this._r[6]=(m>>>14|y<<2)&8191;var E=a[12]|a[13]<<8;this._r[7]=(y>>>11|E<<5)&8065;var T=a[14]|a[15]<<8;this._r[8]=(E>>>8|T<<8)&8191,this._r[9]=T>>>5&127,this._pad[0]=a[16]|a[17]<<8,this._pad[1]=a[18]|a[19]<<8,this._pad[2]=a[20]|a[21]<<8,this._pad[3]=a[22]|a[23]<<8,this._pad[4]=a[24]|a[25]<<8,this._pad[5]=a[26]|a[27]<<8,this._pad[6]=a[28]|a[29]<<8,this._pad[7]=a[30]|a[31]<<8}return o.prototype._blocks=function(a,c,l){for(var p=this._fin?0:2048,w=this._h[0],m=this._h[1],y=this._h[2],E=this._h[3],T=this._h[4],R=this._h[5],L=this._h[6],x=this._h[7],O=this._h[8],_=this._h[9],D=this._r[0],I=this._r[1],h=this._r[2],v=this._r[3],H=this._r[4],j=this._r[5],q=this._r[6],X=this._r[7],re=this._r[8],C=this._r[9];l>=16;){var A=a[c+0]|a[c+1]<<8;w+=A&8191;var G=a[c+2]|a[c+3]<<8;m+=(A>>>13|G<<3)&8191;var K=a[c+4]|a[c+5]<<8;y+=(G>>>10|K<<6)&8191;var W=a[c+6]|a[c+7]<<8;E+=(K>>>7|W<<9)&8191;var z=a[c+8]|a[c+9]<<8;T+=(W>>>4|z<<12)&8191,R+=z>>>1&8191;var J=a[c+10]|a[c+11]<<8;L+=(z>>>14|J<<2)&8191;var Z=a[c+12]|a[c+13]<<8;x+=(J>>>11|Z<<5)&8191;var ue=a[c+14]|a[c+15]<<8;O+=(Z>>>8|ue<<8)&8191,_+=ue>>>5|p;var Q=0,fe=Q;fe+=w*D,fe+=m*(5*C),fe+=y*(5*re),fe+=E*(5*X),fe+=T*(5*q),Q=fe>>>13,fe&=8191,fe+=R*(5*j),fe+=L*(5*H),fe+=x*(5*v),fe+=O*(5*h),fe+=_*(5*I),Q+=fe>>>13,fe&=8191;var ae=Q;ae+=w*I,ae+=m*D,ae+=y*(5*C),ae+=E*(5*re),ae+=T*(5*X),Q=ae>>>13,ae&=8191,ae+=R*(5*q),ae+=L*(5*j),ae+=x*(5*H),ae+=O*(5*v),ae+=_*(5*h),Q+=ae>>>13,ae&=8191;var Ce=Q;Ce+=w*h,Ce+=m*I,Ce+=y*D,Ce+=E*(5*C),Ce+=T*(5*re),Q=Ce>>>13,Ce&=8191,Ce+=R*(5*X),Ce+=L*(5*q),Ce+=x*(5*j),Ce+=O*(5*H),Ce+=_*(5*v),Q+=Ce>>>13,Ce&=8191;var B=Q;B+=w*v,B+=m*h,B+=y*I,B+=E*D,B+=T*(5*C),Q=B>>>13,B&=8191,B+=R*(5*re),B+=L*(5*X),B+=x*(5*q),B+=O*(5*j),B+=_*(5*H),Q+=B>>>13,B&=8191;var F=Q;F+=w*H,F+=m*v,F+=y*h,F+=E*I,F+=T*D,Q=F>>>13,F&=8191,F+=R*(5*C),F+=L*(5*re),F+=x*(5*X),F+=O*(5*q),F+=_*(5*j),Q+=F>>>13,F&=8191;var N=Q;N+=w*j,N+=m*H,N+=y*v,N+=E*h,N+=T*I,Q=N>>>13,N&=8191,N+=R*D,N+=L*(5*C),N+=x*(5*re),N+=O*(5*X),N+=_*(5*q),Q+=N>>>13,N&=8191;var f=Q;f+=w*q,f+=m*j,f+=y*H,f+=E*v,f+=T*h,Q=f>>>13,f&=8191,f+=R*I,f+=L*D,f+=x*(5*C),f+=O*(5*re),f+=_*(5*X),Q+=f>>>13,f&=8191;var $=Q;$+=w*X,$+=m*q,$+=y*j,$+=E*H,$+=T*v,Q=$>>>13,$&=8191,$+=R*h,$+=L*I,$+=x*D,$+=O*(5*C),$+=_*(5*re),Q+=$>>>13,$&=8191;var ee=Q;ee+=w*re,ee+=m*X,ee+=y*q,ee+=E*j,ee+=T*H,Q=ee>>>13,ee&=8191,ee+=R*v,ee+=L*h,ee+=x*I,ee+=O*D,ee+=_*(5*C),Q+=ee>>>13,ee&=8191;var ne=Q;ne+=w*C,ne+=m*re,ne+=y*X,ne+=E*q,ne+=T*j,Q=ne>>>13,ne&=8191,ne+=R*H,ne+=L*v,ne+=x*h,ne+=O*I,ne+=_*D,Q+=ne>>>13,ne&=8191,Q=(Q<<2)+Q|0,Q=Q+fe|0,fe=Q&8191,Q=Q>>>13,ae+=Q,w=fe,m=ae,y=Ce,E=B,T=F,R=N,L=f,x=$,O=ee,_=ne,c+=16,l-=16}this._h[0]=w,this._h[1]=m,this._h[2]=y,this._h[3]=E,this._h[4]=T,this._h[5]=R,this._h[6]=L,this._h[7]=x,this._h[8]=O,this._h[9]=_},o.prototype.finish=function(a,c){c===void 0&&(c=0);var l=new Uint16Array(10),p,w,m,y;if(this._leftover){for(y=this._leftover,this._buffer[y++]=1;y<16;y++)this._buffer[y]=0;this._fin=1,this._blocks(this._buffer,0,16)}for(p=this._h[1]>>>13,this._h[1]&=8191,y=2;y<10;y++)this._h[y]+=p,p=this._h[y]>>>13,this._h[y]&=8191;for(this._h[0]+=p*5,p=this._h[0]>>>13,this._h[0]&=8191,this._h[1]+=p,p=this._h[1]>>>13,this._h[1]&=8191,this._h[2]+=p,l[0]=this._h[0]+5,p=l[0]>>>13,l[0]&=8191,y=1;y<10;y++)l[y]=this._h[y]+p,p=l[y]>>>13,l[y]&=8191;for(l[9]-=1<<13,w=(p^1)-1,y=0;y<10;y++)l[y]&=w;for(w=~w,y=0;y<10;y++)this._h[y]=this._h[y]&w|l[y];for(this._h[0]=(this._h[0]|this._h[1]<<13)&65535,this._h[1]=(this._h[1]>>>3|this._h[2]<<10)&65535,this._h[2]=(this._h[2]>>>6|this._h[3]<<7)&65535,this._h[3]=(this._h[3]>>>9|this._h[4]<<4)&65535,this._h[4]=(this._h[4]>>>12|this._h[5]<<1|this._h[6]<<14)&65535,this._h[5]=(this._h[6]>>>2|this._h[7]<<11)&65535,this._h[6]=(this._h[7]>>>5|this._h[8]<<8)&65535,this._h[7]=(this._h[8]>>>8|this._h[9]<<5)&65535,m=this._h[0]+this._pad[0],this._h[0]=m&65535,y=1;y<8;y++)m=(this._h[y]+this._pad[y]|0)+(m>>>16)|0,this._h[y]=m&65535;return a[c+0]=this._h[0]>>>0,a[c+1]=this._h[0]>>>8,a[c+2]=this._h[1]>>>0,a[c+3]=this._h[1]>>>8,a[c+4]=this._h[2]>>>0,a[c+5]=this._h[2]>>>8,a[c+6]=this._h[3]>>>0,a[c+7]=this._h[3]>>>8,a[c+8]=this._h[4]>>>0,a[c+9]=this._h[4]>>>8,a[c+10]=this._h[5]>>>0,a[c+11]=this._h[5]>>>8,a[c+12]=this._h[6]>>>0,a[c+13]=this._h[6]>>>8,a[c+14]=this._h[7]>>>0,a[c+15]=this._h[7]>>>8,this._finished=!0,this},o.prototype.update=function(a){var c=0,l=a.length,p;if(this._leftover){p=16-this._leftover,p>l&&(p=l);for(var w=0;w<p;w++)this._buffer[this._leftover+w]=a[c+w];if(l-=p,c+=p,this._leftover+=p,this._leftover<16)return this;this._blocks(this._buffer,0,16),this._leftover=0}if(l>=16&&(p=l-l%16,this._blocks(a,c,p),c+=p,l-=p),l){for(var w=0;w<l;w++)this._buffer[this._leftover+w]=a[c+w];this._leftover+=l}return this},o.prototype.digest=function(){if(this._finished)throw new Error("Poly1305 was finished");var a=new Uint8Array(16);return this.finish(a),a},o.prototype.clean=function(){return r.wipe(this._buffer),r.wipe(this._r),r.wipe(this._h),r.wipe(this._pad),this._leftover=0,this._fin=0,this._finished=!0,this},o}();t.Poly1305=n;function i(o,a){var c=new n(o);c.update(a);var l=c.digest();return c.clean(),l}t.oneTimeAuth=i;function s(o,a){return o.length!==t.DIGEST_LENGTH||a.length!==t.DIGEST_LENGTH?!1:e.equal(o,a)}t.equal=s}(qc),function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=zi,r=qc,n=Mt,i=_e,s=pr;t.KEY_LENGTH=32,t.NONCE_LENGTH=12,t.TAG_LENGTH=16;var o=new Uint8Array(16),a=function(){function c(l){if(this.nonceLength=t.NONCE_LENGTH,this.tagLength=t.TAG_LENGTH,l.length!==t.KEY_LENGTH)throw new Error("ChaCha20Poly1305 needs 32-byte key");this._key=new Uint8Array(l)}return c.prototype.seal=function(l,p,w,m){if(l.length>16)throw new Error("ChaCha20Poly1305: incorrect nonce length");var y=new Uint8Array(16);y.set(l,y.length-l.length);var E=new Uint8Array(32);e.stream(this._key,y,E,4);var T=p.length+this.tagLength,R;if(m){if(m.length!==T)throw new Error("ChaCha20Poly1305: incorrect destination length");R=m}else R=new Uint8Array(T);return e.streamXOR(this._key,y,p,R,4),this._authenticate(R.subarray(R.length-this.tagLength,R.length),E,R.subarray(0,R.length-this.tagLength),w),n.wipe(y),R},c.prototype.open=function(l,p,w,m){if(l.length>16)throw new Error("ChaCha20Poly1305: incorrect nonce length");if(p.length<this.tagLength)return null;var y=new Uint8Array(16);y.set(l,y.length-l.length);var E=new Uint8Array(32);e.stream(this._key,y,E,4);var T=new Uint8Array(this.tagLength);if(this._authenticate(T,E,p.subarray(0,p.length-this.tagLength),w),!s.equal(T,p.subarray(p.length-this.tagLength,p.length)))return null;var R=p.length-this.tagLength,L;if(m){if(m.length!==R)throw new Error("ChaCha20Poly1305: incorrect destination length");L=m}else L=new Uint8Array(R);return e.streamXOR(this._key,y,p.subarray(0,p.length-this.tagLength),L,4),n.wipe(y),L},c.prototype.clean=function(){return n.wipe(this._key),this},c.prototype._authenticate=function(l,p,w,m){var y=new r.Poly1305(p);m&&(y.update(m),m.length%16>0&&y.update(o.subarray(m.length%16))),y.update(w),w.length%16>0&&y.update(o.subarray(w.length%16));var E=new Uint8Array(8);m&&i.writeUint64LE(m.length,E),y.update(E),i.writeUint64LE(w.length,E),y.update(E);for(var T=y.digest(),R=0;R<T.length;R++)l[R]=T[R];y.clean(),n.wipe(T),n.wipe(E)},c}();t.ChaCha20Poly1305=a}(to);var Kc={},Rn={},ao={};Object.defineProperty(ao,"__esModule",{value:!0});function cf(t){return typeof t.saveState<"u"&&typeof t.restoreState<"u"&&typeof t.cleanSavedState<"u"}ao.isSerializableHash=cf,Object.defineProperty(Rn,"__esModule",{value:!0});var Jt=ao,lf=pr,uf=Mt,Gc=function(){function t(e,r){this._finished=!1,this._inner=new e,this._outer=new e,this.blockSize=this._outer.blockSize,this.digestLength=this._outer.digestLength;var n=new Uint8Array(this.blockSize);r.length>this.blockSize?this._inner.update(r).finish(n).clean():n.set(r);for(var i=0;i<n.length;i++)n[i]^=54;this._inner.update(n);for(var i=0;i<n.length;i++)n[i]^=106;this._outer.update(n),Jt.isSerializableHash(this._inner)&&Jt.isSerializableHash(this._outer)&&(this._innerKeyedState=this._inner.saveState(),this._outerKeyedState=this._outer.saveState()),uf.wipe(n)}return t.prototype.reset=function(){if(!Jt.isSerializableHash(this._inner)||!Jt.isSerializableHash(this._outer))throw new Error("hmac: can't reset() because hash doesn't implement restoreState()");return this._inner.restoreState(this._innerKeyedState),this._outer.restoreState(this._outerKeyedState),this._finished=!1,this},t.prototype.clean=function(){Jt.isSerializableHash(this._inner)&&this._inner.cleanSavedState(this._innerKeyedState),Jt.isSerializableHash(this._outer)&&this._outer.cleanSavedState(this._outerKeyedState),this._inner.clean(),this._outer.clean()},t.prototype.update=function(e){return this._inner.update(e),this},t.prototype.finish=function(e){return this._finished?(this._outer.finish(e),this):(this._inner.finish(e),this._outer.update(e.subarray(0,this.digestLength)).finish(e),this._finished=!0,this)},t.prototype.digest=function(){var e=new Uint8Array(this.digestLength);return this.finish(e),e},t.prototype.saveState=function(){if(!Jt.isSerializableHash(this._inner))throw new Error("hmac: can't saveState() because hash doesn't implement it");return this._inner.saveState()},t.prototype.restoreState=function(e){if(!Jt.isSerializableHash(this._inner)||!Jt.isSerializableHash(this._outer))throw new Error("hmac: can't restoreState() because hash doesn't implement it");return this._inner.restoreState(e),this._outer.restoreState(this._outerKeyedState),this._finished=!1,this},t.prototype.cleanSavedState=function(e){if(!Jt.isSerializableHash(this._inner))throw new Error("hmac: can't cleanSavedState() because hash doesn't implement it");this._inner.cleanSavedState(e)},t}();Rn.HMAC=Gc;function hf(t,e,r){var n=new Gc(t,e);n.update(r);var i=n.digest();return n.clean(),i}Rn.hmac=hf,Rn.equal=lf.equal,Object.defineProperty(Kc,"__esModule",{value:!0});var Zc=Rn,Yc=Mt,df=function(){function t(e,r,n,i){n===void 0&&(n=new Uint8Array(0)),this._counter=new Uint8Array(1),this._hash=e,this._info=i;var s=Zc.hmac(this._hash,n,r);this._hmac=new Zc.HMAC(e,s),this._buffer=new Uint8Array(this._hmac.digestLength),this._bufpos=this._buffer.length}return t.prototype._fillBuffer=function(){this._counter[0]++;var e=this._counter[0];if(e===0)throw new Error("hkdf: cannot expand more");this._hmac.reset(),e>1&&this._hmac.update(this._buffer),this._info&&this._hmac.update(this._info),this._hmac.update(this._counter),this._hmac.finish(this._buffer),this._bufpos=0},t.prototype.expand=function(e){for(var r=new Uint8Array(e),n=0;n<r.length;n++)this._bufpos===this._buffer.length&&this._fillBuffer(),r[n]=this._buffer[this._bufpos++];return r},t.prototype.clean=function(){this._hmac.clean(),Yc.wipe(this._buffer),Yc.wipe(this._counter),this._bufpos=0},t}(),ff=Kc.HKDF=df,an={},Vi={},Ki={};Object.defineProperty(Ki,"__esModule",{value:!0}),Ki.BrowserRandomSource=void 0;const Jc=65536;class pf{constructor(){this.isAvailable=!1,this.isInstantiated=!1;const e=typeof self<"u"?self.crypto||self.msCrypto:null;e&&e.getRandomValues!==void 0&&(this._crypto=e,this.isAvailable=!0,this.isInstantiated=!0)}randomBytes(e){if(!this.isAvailable||!this._crypto)throw new Error("Browser random byte generator is not available.");const r=new Uint8Array(e);for(let n=0;n<r.length;n+=Jc)this._crypto.getRandomValues(r.subarray(n,n+Math.min(r.length-n,Jc)));return r}}Ki.BrowserRandomSource=pf;function gf(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Gi={},mf={},wf=Object.freeze({__proto__:null,default:mf}),yf=Ar(wf);Object.defineProperty(Gi,"__esModule",{value:!0}),Gi.NodeRandomSource=void 0;const bf=Mt;class vf{constructor(){if(this.isAvailable=!1,this.isInstantiated=!1,typeof gf<"u"){const e=yf;e&&e.randomBytes&&(this._crypto=e,this.isAvailable=!0,this.isInstantiated=!0)}}randomBytes(e){if(!this.isAvailable||!this._crypto)throw new Error("Node.js random byte generator is not available.");let r=this._crypto.randomBytes(e);if(r.length!==e)throw new Error("NodeRandomSource: got fewer bytes than requested");const n=new Uint8Array(e);for(let i=0;i<n.length;i++)n[i]=r[i];return(0,bf.wipe)(r),n}}Gi.NodeRandomSource=vf,Object.defineProperty(Vi,"__esModule",{value:!0}),Vi.SystemRandomSource=void 0;const _f=Ki,Ef=Gi;class xf{constructor(){if(this.isAvailable=!1,this.name="",this._source=new _f.BrowserRandomSource,this._source.isAvailable){this.isAvailable=!0,this.name="Browser";return}if(this._source=new Ef.NodeRandomSource,this._source.isAvailable){this.isAvailable=!0,this.name="Node";return}}randomBytes(e){if(!this.isAvailable)throw new Error("System random byte generator is not available.");return this._source.randomBytes(e)}}Vi.SystemRandomSource=xf,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.randomStringForEntropy=t.randomString=t.randomUint32=t.randomBytes=t.defaultRandomSource=void 0;const e=Vi,r=_e,n=Mt;t.defaultRandomSource=new e.SystemRandomSource;function i(l,p=t.defaultRandomSource){return p.randomBytes(l)}t.randomBytes=i;function s(l=t.defaultRandomSource){const p=i(4,l),w=(0,r.readUint32LE)(p);return(0,n.wipe)(p),w}t.randomUint32=s;const o="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";function a(l,p=o,w=t.defaultRandomSource){if(p.length<2)throw new Error("randomString charset is too short");if(p.length>256)throw new Error("randomString charset is too long");let m="";const y=p.length,E=256-256%y;for(;l>0;){const T=i(Math.ceil(l*256/E),w);for(let R=0;R<T.length&&l>0;R++){const L=T[R];L<E&&(m+=p.charAt(L%y),l--)}(0,n.wipe)(T)}return m}t.randomString=a;function c(l,p=o,w=t.defaultRandomSource){const m=Math.ceil(l/(Math.log(p.length)/Math.LN2));return a(m,p,w)}t.randomStringForEntropy=c}(an);var Zi={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=_e,r=Mt;t.DIGEST_LENGTH=32,t.BLOCK_SIZE=64;var n=function(){function a(){this.digestLength=t.DIGEST_LENGTH,this.blockSize=t.BLOCK_SIZE,this._state=new Int32Array(8),this._temp=new Int32Array(64),this._buffer=new Uint8Array(128),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this.reset()}return a.prototype._initState=function(){this._state[0]=1779033703,this._state[1]=3144134277,this._state[2]=1013904242,this._state[3]=2773480762,this._state[4]=1359893119,this._state[5]=2600822924,this._state[6]=528734635,this._state[7]=1541459225},a.prototype.reset=function(){return this._initState(),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this},a.prototype.clean=function(){r.wipe(this._buffer),r.wipe(this._temp),this.reset()},a.prototype.update=function(c,l){if(l===void 0&&(l=c.length),this._finished)throw new Error("SHA256: can't update because hash was finished.");var p=0;if(this._bytesHashed+=l,this._bufferLength>0){for(;this._bufferLength<this.blockSize&&l>0;)this._buffer[this._bufferLength++]=c[p++],l--;this._bufferLength===this.blockSize&&(s(this._temp,this._state,this._buffer,0,this.blockSize),this._bufferLength=0)}for(l>=this.blockSize&&(p=s(this._temp,this._state,c,p,l),l%=this.blockSize);l>0;)this._buffer[this._bufferLength++]=c[p++],l--;return this},a.prototype.finish=function(c){if(!this._finished){var l=this._bytesHashed,p=this._bufferLength,w=l/536870912|0,m=l<<3,y=l%64<56?64:128;this._buffer[p]=128;for(var E=p+1;E<y-8;E++)this._buffer[E]=0;e.writeUint32BE(w,this._buffer,y-8),e.writeUint32BE(m,this._buffer,y-4),s(this._temp,this._state,this._buffer,0,y),this._finished=!0}for(var E=0;E<this.digestLength/4;E++)e.writeUint32BE(this._state[E],c,E*4);return this},a.prototype.digest=function(){var c=new Uint8Array(this.digestLength);return this.finish(c),c},a.prototype.saveState=function(){if(this._finished)throw new Error("SHA256: cannot save finished state");return{state:new Int32Array(this._state),buffer:this._bufferLength>0?new Uint8Array(this._buffer):void 0,bufferLength:this._bufferLength,bytesHashed:this._bytesHashed}},a.prototype.restoreState=function(c){return this._state.set(c.state),this._bufferLength=c.bufferLength,c.buffer&&this._buffer.set(c.buffer),this._bytesHashed=c.bytesHashed,this._finished=!1,this},a.prototype.cleanSavedState=function(c){r.wipe(c.state),c.buffer&&r.wipe(c.buffer),c.bufferLength=0,c.bytesHashed=0},a}();t.SHA256=n;var i=new Int32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]);function s(a,c,l,p,w){for(;w>=64;){for(var m=c[0],y=c[1],E=c[2],T=c[3],R=c[4],L=c[5],x=c[6],O=c[7],_=0;_<16;_++){var D=p+_*4;a[_]=e.readUint32BE(l,D)}for(var _=16;_<64;_++){var I=a[_-2],h=(I>>>17|I<<32-17)^(I>>>19|I<<32-19)^I>>>10;I=a[_-15];var v=(I>>>7|I<<32-7)^(I>>>18|I<<32-18)^I>>>3;a[_]=(h+a[_-7]|0)+(v+a[_-16]|0)}for(var _=0;_<64;_++){var h=(((R>>>6|R<<26)^(R>>>11|R<<21)^(R>>>25|R<<7))+(R&L^~R&x)|0)+(O+(i[_]+a[_]|0)|0)|0,v=((m>>>2|m<<32-2)^(m>>>13|m<<32-13)^(m>>>22|m<<32-22))+(m&y^m&E^y&E)|0;O=x,x=L,L=R,R=T+h|0,T=E,E=y,y=m,m=h+v|0}c[0]+=m,c[1]+=y,c[2]+=E,c[3]+=T,c[4]+=R,c[5]+=L,c[6]+=x,c[7]+=O,p+=64,w-=64}return p}function o(a){var c=new n;c.update(a);var l=c.digest();return c.clean(),l}t.hash=o})(Zi);var co={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.sharedKey=t.generateKeyPair=t.generateKeyPairFromSeed=t.scalarMultBase=t.scalarMult=t.SHARED_KEY_LENGTH=t.SECRET_KEY_LENGTH=t.PUBLIC_KEY_LENGTH=void 0;const e=an,r=Mt;t.PUBLIC_KEY_LENGTH=32,t.SECRET_KEY_LENGTH=32,t.SHARED_KEY_LENGTH=32;function n(_){const D=new Float64Array(16);if(_)for(let I=0;I<_.length;I++)D[I]=_[I];return D}const i=new Uint8Array(32);i[0]=9;const s=n([56129,1]);function o(_){let D=1;for(let I=0;I<16;I++){let h=_[I]+D+65535;D=Math.floor(h/65536),_[I]=h-D*65536}_[0]+=D-1+37*(D-1)}function a(_,D,I){const h=~(I-1);for(let v=0;v<16;v++){const H=h&(_[v]^D[v]);_[v]^=H,D[v]^=H}}function c(_,D){const I=n(),h=n();for(let v=0;v<16;v++)h[v]=D[v];o(h),o(h),o(h);for(let v=0;v<2;v++){I[0]=h[0]-65517;for(let j=1;j<15;j++)I[j]=h[j]-65535-(I[j-1]>>16&1),I[j-1]&=65535;I[15]=h[15]-32767-(I[14]>>16&1);const H=I[15]>>16&1;I[14]&=65535,a(h,I,1-H)}for(let v=0;v<16;v++)_[2*v]=h[v]&255,_[2*v+1]=h[v]>>8}function l(_,D){for(let I=0;I<16;I++)_[I]=D[2*I]+(D[2*I+1]<<8);_[15]&=32767}function p(_,D,I){for(let h=0;h<16;h++)_[h]=D[h]+I[h]}function w(_,D,I){for(let h=0;h<16;h++)_[h]=D[h]-I[h]}function m(_,D,I){let h,v,H=0,j=0,q=0,X=0,re=0,C=0,A=0,G=0,K=0,W=0,z=0,J=0,Z=0,ue=0,Q=0,fe=0,ae=0,Ce=0,B=0,F=0,N=0,f=0,$=0,ee=0,ne=0,Ee=0,Me=0,$e=0,Ue=0,Ge=0,qe=0,Pe=I[0],Ie=I[1],me=I[2],Se=I[3],Oe=I[4],pe=I[5],xe=I[6],g=I[7],u=I[8],d=I[9],b=I[10],P=I[11],U=I[12],k=I[13],oe=I[14],he=I[15];h=D[0],H+=h*Pe,j+=h*Ie,q+=h*me,X+=h*Se,re+=h*Oe,C+=h*pe,A+=h*xe,G+=h*g,K+=h*u,W+=h*d,z+=h*b,J+=h*P,Z+=h*U,ue+=h*k,Q+=h*oe,fe+=h*he,h=D[1],j+=h*Pe,q+=h*Ie,X+=h*me,re+=h*Se,C+=h*Oe,A+=h*pe,G+=h*xe,K+=h*g,W+=h*u,z+=h*d,J+=h*b,Z+=h*P,ue+=h*U,Q+=h*k,fe+=h*oe,ae+=h*he,h=D[2],q+=h*Pe,X+=h*Ie,re+=h*me,C+=h*Se,A+=h*Oe,G+=h*pe,K+=h*xe,W+=h*g,z+=h*u,J+=h*d,Z+=h*b,ue+=h*P,Q+=h*U,fe+=h*k,ae+=h*oe,Ce+=h*he,h=D[3],X+=h*Pe,re+=h*Ie,C+=h*me,A+=h*Se,G+=h*Oe,K+=h*pe,W+=h*xe,z+=h*g,J+=h*u,Z+=h*d,ue+=h*b,Q+=h*P,fe+=h*U,ae+=h*k,Ce+=h*oe,B+=h*he,h=D[4],re+=h*Pe,C+=h*Ie,A+=h*me,G+=h*Se,K+=h*Oe,W+=h*pe,z+=h*xe,J+=h*g,Z+=h*u,ue+=h*d,Q+=h*b,fe+=h*P,ae+=h*U,Ce+=h*k,B+=h*oe,F+=h*he,h=D[5],C+=h*Pe,A+=h*Ie,G+=h*me,K+=h*Se,W+=h*Oe,z+=h*pe,J+=h*xe,Z+=h*g,ue+=h*u,Q+=h*d,fe+=h*b,ae+=h*P,Ce+=h*U,B+=h*k,F+=h*oe,N+=h*he,h=D[6],A+=h*Pe,G+=h*Ie,K+=h*me,W+=h*Se,z+=h*Oe,J+=h*pe,Z+=h*xe,ue+=h*g,Q+=h*u,fe+=h*d,ae+=h*b,Ce+=h*P,B+=h*U,F+=h*k,N+=h*oe,f+=h*he,h=D[7],G+=h*Pe,K+=h*Ie,W+=h*me,z+=h*Se,J+=h*Oe,Z+=h*pe,ue+=h*xe,Q+=h*g,fe+=h*u,ae+=h*d,Ce+=h*b,B+=h*P,F+=h*U,N+=h*k,f+=h*oe,$+=h*he,h=D[8],K+=h*Pe,W+=h*Ie,z+=h*me,J+=h*Se,Z+=h*Oe,ue+=h*pe,Q+=h*xe,fe+=h*g,ae+=h*u,Ce+=h*d,B+=h*b,F+=h*P,N+=h*U,f+=h*k,$+=h*oe,ee+=h*he,h=D[9],W+=h*Pe,z+=h*Ie,J+=h*me,Z+=h*Se,ue+=h*Oe,Q+=h*pe,fe+=h*xe,ae+=h*g,Ce+=h*u,B+=h*d,F+=h*b,N+=h*P,f+=h*U,$+=h*k,ee+=h*oe,ne+=h*he,h=D[10],z+=h*Pe,J+=h*Ie,Z+=h*me,ue+=h*Se,Q+=h*Oe,fe+=h*pe,ae+=h*xe,Ce+=h*g,B+=h*u,F+=h*d,N+=h*b,f+=h*P,$+=h*U,ee+=h*k,ne+=h*oe,Ee+=h*he,h=D[11],J+=h*Pe,Z+=h*Ie,ue+=h*me,Q+=h*Se,fe+=h*Oe,ae+=h*pe,Ce+=h*xe,B+=h*g,F+=h*u,N+=h*d,f+=h*b,$+=h*P,ee+=h*U,ne+=h*k,Ee+=h*oe,Me+=h*he,h=D[12],Z+=h*Pe,ue+=h*Ie,Q+=h*me,fe+=h*Se,ae+=h*Oe,Ce+=h*pe,B+=h*xe,F+=h*g,N+=h*u,f+=h*d,$+=h*b,ee+=h*P,ne+=h*U,Ee+=h*k,Me+=h*oe,$e+=h*he,h=D[13],ue+=h*Pe,Q+=h*Ie,fe+=h*me,ae+=h*Se,Ce+=h*Oe,B+=h*pe,F+=h*xe,N+=h*g,f+=h*u,$+=h*d,ee+=h*b,ne+=h*P,Ee+=h*U,Me+=h*k,$e+=h*oe,Ue+=h*he,h=D[14],Q+=h*Pe,fe+=h*Ie,ae+=h*me,Ce+=h*Se,B+=h*Oe,F+=h*pe,N+=h*xe,f+=h*g,$+=h*u,ee+=h*d,ne+=h*b,Ee+=h*P,Me+=h*U,$e+=h*k,Ue+=h*oe,Ge+=h*he,h=D[15],fe+=h*Pe,ae+=h*Ie,Ce+=h*me,B+=h*Se,F+=h*Oe,N+=h*pe,f+=h*xe,$+=h*g,ee+=h*u,ne+=h*d,Ee+=h*b,Me+=h*P,$e+=h*U,Ue+=h*k,Ge+=h*oe,qe+=h*he,H+=38*ae,j+=38*Ce,q+=38*B,X+=38*F,re+=38*N,C+=38*f,A+=38*$,G+=38*ee,K+=38*ne,W+=38*Ee,z+=38*Me,J+=38*$e,Z+=38*Ue,ue+=38*Ge,Q+=38*qe,v=1,h=H+v+65535,v=Math.floor(h/65536),H=h-v*65536,h=j+v+65535,v=Math.floor(h/65536),j=h-v*65536,h=q+v+65535,v=Math.floor(h/65536),q=h-v*65536,h=X+v+65535,v=Math.floor(h/65536),X=h-v*65536,h=re+v+65535,v=Math.floor(h/65536),re=h-v*65536,h=C+v+65535,v=Math.floor(h/65536),C=h-v*65536,h=A+v+65535,v=Math.floor(h/65536),A=h-v*65536,h=G+v+65535,v=Math.floor(h/65536),G=h-v*65536,h=K+v+65535,v=Math.floor(h/65536),K=h-v*65536,h=W+v+65535,v=Math.floor(h/65536),W=h-v*65536,h=z+v+65535,v=Math.floor(h/65536),z=h-v*65536,h=J+v+65535,v=Math.floor(h/65536),J=h-v*65536,h=Z+v+65535,v=Math.floor(h/65536),Z=h-v*65536,h=ue+v+65535,v=Math.floor(h/65536),ue=h-v*65536,h=Q+v+65535,v=Math.floor(h/65536),Q=h-v*65536,h=fe+v+65535,v=Math.floor(h/65536),fe=h-v*65536,H+=v-1+37*(v-1),v=1,h=H+v+65535,v=Math.floor(h/65536),H=h-v*65536,h=j+v+65535,v=Math.floor(h/65536),j=h-v*65536,h=q+v+65535,v=Math.floor(h/65536),q=h-v*65536,h=X+v+65535,v=Math.floor(h/65536),X=h-v*65536,h=re+v+65535,v=Math.floor(h/65536),re=h-v*65536,h=C+v+65535,v=Math.floor(h/65536),C=h-v*65536,h=A+v+65535,v=Math.floor(h/65536),A=h-v*65536,h=G+v+65535,v=Math.floor(h/65536),G=h-v*65536,h=K+v+65535,v=Math.floor(h/65536),K=h-v*65536,h=W+v+65535,v=Math.floor(h/65536),W=h-v*65536,h=z+v+65535,v=Math.floor(h/65536),z=h-v*65536,h=J+v+65535,v=Math.floor(h/65536),J=h-v*65536,h=Z+v+65535,v=Math.floor(h/65536),Z=h-v*65536,h=ue+v+65535,v=Math.floor(h/65536),ue=h-v*65536,h=Q+v+65535,v=Math.floor(h/65536),Q=h-v*65536,h=fe+v+65535,v=Math.floor(h/65536),fe=h-v*65536,H+=v-1+37*(v-1),_[0]=H,_[1]=j,_[2]=q,_[3]=X,_[4]=re,_[5]=C,_[6]=A,_[7]=G,_[8]=K,_[9]=W,_[10]=z,_[11]=J,_[12]=Z,_[13]=ue,_[14]=Q,_[15]=fe}function y(_,D){m(_,D,D)}function E(_,D){const I=n();for(let h=0;h<16;h++)I[h]=D[h];for(let h=253;h>=0;h--)y(I,I),h!==2&&h!==4&&m(I,I,D);for(let h=0;h<16;h++)_[h]=I[h]}function T(_,D){const I=new Uint8Array(32),h=new Float64Array(80),v=n(),H=n(),j=n(),q=n(),X=n(),re=n();for(let K=0;K<31;K++)I[K]=_[K];I[31]=_[31]&127|64,I[0]&=248,l(h,D);for(let K=0;K<16;K++)H[K]=h[K];v[0]=q[0]=1;for(let K=254;K>=0;--K){const W=I[K>>>3]>>>(K&7)&1;a(v,H,W),a(j,q,W),p(X,v,j),w(v,v,j),p(j,H,q),w(H,H,q),y(q,X),y(re,v),m(v,j,v),m(j,H,X),p(X,v,j),w(v,v,j),y(H,v),w(j,q,re),m(v,j,s),p(v,v,q),m(j,j,v),m(v,q,re),m(q,H,h),y(H,X),a(v,H,W),a(j,q,W)}for(let K=0;K<16;K++)h[K+16]=v[K],h[K+32]=j[K],h[K+48]=H[K],h[K+64]=q[K];const C=h.subarray(32),A=h.subarray(16);E(C,C),m(A,A,C);const G=new Uint8Array(32);return c(G,A),G}t.scalarMult=T;function R(_){return T(_,i)}t.scalarMultBase=R;function L(_){if(_.length!==t.SECRET_KEY_LENGTH)throw new Error(`x25519: seed must be ${t.SECRET_KEY_LENGTH} bytes`);const D=new Uint8Array(_);return{publicKey:R(D),secretKey:D}}t.generateKeyPairFromSeed=L;function x(_){const D=(0,e.randomBytes)(32,_),I=L(D);return(0,r.wipe)(D),I}t.generateKeyPair=x;function O(_,D,I=!1){if(_.length!==t.PUBLIC_KEY_LENGTH)throw new Error("X25519: incorrect secret key length");if(D.length!==t.PUBLIC_KEY_LENGTH)throw new Error("X25519: incorrect public key length");const h=T(_,D);if(I){let v=0;for(let H=0;H<h.length;H++)v|=h[H];if(v===0)throw new Error("X25519: invalid shared key")}return h}t.sharedKey=O})(co);function Xc(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?globalThis.Buffer.allocUnsafe(t):new Uint8Array(t)}function lo(t,e){e||(e=t.reduce((i,s)=>i+s.length,0));const r=Xc(e);let n=0;for(const i of t)r.set(i,n),n+=i.length;return r}function Cf(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var i=0;i<t.length;i++){var s=t.charAt(i),o=s.charCodeAt(0);if(r[o]!==255)throw new TypeError(s+" is ambiguous");r[o]=i}var a=t.length,c=t.charAt(0),l=Math.log(a)/Math.log(256),p=Math.log(256)/Math.log(a);function w(E){if(E instanceof Uint8Array||(ArrayBuffer.isView(E)?E=new Uint8Array(E.buffer,E.byteOffset,E.byteLength):Array.isArray(E)&&(E=Uint8Array.from(E))),!(E instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(E.length===0)return"";for(var T=0,R=0,L=0,x=E.length;L!==x&&E[L]===0;)L++,T++;for(var O=(x-L)*p+1>>>0,_=new Uint8Array(O);L!==x;){for(var D=E[L],I=0,h=O-1;(D!==0||I<R)&&h!==-1;h--,I++)D+=256*_[h]>>>0,_[h]=D%a>>>0,D=D/a>>>0;if(D!==0)throw new Error("Non-zero carry");R=I,L++}for(var v=O-R;v!==O&&_[v]===0;)v++;for(var H=c.repeat(T);v<O;++v)H+=t.charAt(_[v]);return H}function m(E){if(typeof E!="string")throw new TypeError("Expected String");if(E.length===0)return new Uint8Array;var T=0;if(E[T]!==" "){for(var R=0,L=0;E[T]===c;)R++,T++;for(var x=(E.length-T)*l+1>>>0,O=new Uint8Array(x);E[T];){var _=r[E.charCodeAt(T)];if(_===255)return;for(var D=0,I=x-1;(_!==0||D<L)&&I!==-1;I--,D++)_+=a*O[I]>>>0,O[I]=_%256>>>0,_=_/256>>>0;if(_!==0)throw new Error("Non-zero carry");L=D,T++}if(E[T]!==" "){for(var h=x-L;h!==x&&O[h]===0;)h++;for(var v=new Uint8Array(R+(x-h)),H=R;h!==x;)v[H++]=O[h++];return v}}}function y(E){var T=m(E);if(T)return T;throw new Error(`Non-${e} character`)}return{encode:w,decodeUnsafe:m,decode:y}}var Sf=Cf,Df=Sf;const Qc=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},If=t=>new TextEncoder().encode(t),Of=t=>new TextDecoder().decode(t);class Af{constructor(e,r,n){this.name=e,this.prefix=r,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}}class $f{constructor(e,r,n){if(this.name=e,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),this.baseDecode=n}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return el(this,e)}}class Pf{constructor(e){this.decoders=e}or(e){return el(this,e)}decode(e){const r=e[0],n=this.decoders[r];if(n)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}const el=(t,e)=>new Pf({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}});class Tf{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new Af(e,r,n),this.decoder=new $f(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const Yi=({name:t,prefix:e,encode:r,decode:n})=>new Tf(t,e,r,n),Nn=({prefix:t,name:e,alphabet:r})=>{const{encode:n,decode:i}=Df(r,e);return Yi({prefix:t,name:e,encode:n,decode:s=>Qc(i(s))})},Rf=(t,e,r,n)=>{const i={};for(let p=0;p<e.length;++p)i[e[p]]=p;let s=t.length;for(;t[s-1]==="=";)--s;const o=new Uint8Array(s*r/8|0);let a=0,c=0,l=0;for(let p=0;p<s;++p){const w=i[t[p]];if(w===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|w,a+=r,a>=8&&(a-=8,o[l++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return o},Nf=(t,e,r)=>{const n=e[e.length-1]==="=",i=(1<<r)-1;let s="",o=0,a=0;for(let c=0;c<t.length;++c)for(a=a<<8|t[c],o+=8;o>r;)o-=r,s+=e[i&a>>o];if(o&&(s+=e[i&a<<r-o]),n)for(;s.length*r&7;)s+="=";return s},_t=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>Yi({prefix:e,name:t,encode(i){return Nf(i,n,r)},decode(i){return Rf(i,n,r,t)}}),Lf=Yi({prefix:"\0",name:"identity",encode:t=>Of(t),decode:t=>If(t)});var Mf=Object.freeze({__proto__:null,identity:Lf});const Uf=_t({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Ff=Object.freeze({__proto__:null,base2:Uf});const Bf=_t({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var jf=Object.freeze({__proto__:null,base8:Bf});const kf=Nn({prefix:"9",name:"base10",alphabet:"0123456789"});var Hf=Object.freeze({__proto__:null,base10:kf});const zf=_t({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Wf=_t({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var qf=Object.freeze({__proto__:null,base16:zf,base16upper:Wf});const Vf=_t({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Kf=_t({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Gf=_t({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Zf=_t({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Yf=_t({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Jf=_t({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Xf=_t({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Qf=_t({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),e1=_t({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var t1=Object.freeze({__proto__:null,base32:Vf,base32upper:Kf,base32pad:Gf,base32padupper:Zf,base32hex:Yf,base32hexupper:Jf,base32hexpad:Xf,base32hexpadupper:Qf,base32z:e1});const r1=Nn({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),n1=Nn({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var i1=Object.freeze({__proto__:null,base36:r1,base36upper:n1});const s1=Nn({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),o1=Nn({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var a1=Object.freeze({__proto__:null,base58btc:s1,base58flickr:o1});const c1=_t({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),l1=_t({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),u1=_t({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),h1=_t({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var d1=Object.freeze({__proto__:null,base64:c1,base64pad:l1,base64url:u1,base64urlpad:h1});const tl=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),f1=tl.reduce((t,e,r)=>(t[r]=e,t),[]),p1=tl.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function g1(t){return t.reduce((e,r)=>(e+=f1[r],e),"")}function m1(t){const e=[];for(const r of t){const n=p1[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}const w1=Yi({prefix:"\u{1F680}",name:"base256emoji",encode:g1,decode:m1});var y1=Object.freeze({__proto__:null,base256emoji:w1}),b1=nl,rl=128,v1=127,_1=~v1,E1=Math.pow(2,31);function nl(t,e,r){e=e||[],r=r||0;for(var n=r;t>=E1;)e[r++]=t&255|rl,t/=128;for(;t&_1;)e[r++]=t&255|rl,t>>>=7;return e[r]=t|0,nl.bytes=r-n+1,e}var x1=uo,C1=128,il=127;function uo(t,n){var r=0,n=n||0,i=0,s=n,o,a=t.length;do{if(s>=a)throw uo.bytes=0,new RangeError("Could not decode varint");o=t[s++],r+=i<28?(o&il)<<i:(o&il)*Math.pow(2,i),i+=7}while(o>=C1);return uo.bytes=s-n,r}var S1=Math.pow(2,7),D1=Math.pow(2,14),I1=Math.pow(2,21),O1=Math.pow(2,28),A1=Math.pow(2,35),$1=Math.pow(2,42),P1=Math.pow(2,49),T1=Math.pow(2,56),R1=Math.pow(2,63),N1=function(t){return t<S1?1:t<D1?2:t<I1?3:t<O1?4:t<A1?5:t<$1?6:t<P1?7:t<T1?8:t<R1?9:10},L1={encode:b1,decode:x1,encodingLength:N1},sl=L1;const ol=(t,e,r=0)=>(sl.encode(t,e,r),e),al=t=>sl.encodingLength(t),ho=(t,e)=>{const r=e.byteLength,n=al(t),i=n+al(r),s=new Uint8Array(i+r);return ol(t,s,0),ol(r,s,n),s.set(e,i),new M1(t,r,e,s)};class M1{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}}const cl=({name:t,code:e,encode:r})=>new U1(t,e,r);class U1{constructor(e,r,n){this.name=e,this.code=r,this.encode=n}digest(e){if(e instanceof Uint8Array){const r=this.encode(e);return r instanceof Uint8Array?ho(this.code,r):r.then(n=>ho(this.code,n))}else throw Error("Unknown type, must be binary type")}}const ll=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),F1=cl({name:"sha2-256",code:18,encode:ll("SHA-256")}),B1=cl({name:"sha2-512",code:19,encode:ll("SHA-512")});var j1=Object.freeze({__proto__:null,sha256:F1,sha512:B1});const ul=0,k1="identity",hl=Qc;var H1=Object.freeze({__proto__:null,identity:{code:ul,name:k1,encode:hl,digest:t=>ho(ul,hl(t))}});new TextEncoder,new TextDecoder;const dl={...Mf,...Ff,...jf,...Hf,...qf,...t1,...i1,...a1,...d1,...y1};({...j1,...H1});function fl(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}const pl=fl("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),fo=fl("ascii","a",t=>{let e="a";for(let r=0;r<t.length;r++)e+=String.fromCharCode(t[r]);return e},t=>{t=t.substring(1);const e=Xc(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),gl={utf8:pl,"utf-8":pl,hex:dl.base16,latin1:fo,ascii:fo,binary:fo,...dl};function $t(t,e="utf8"){const r=gl[e];if(!r)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t,"utf8"):r.decoder.decode(`${r.prefix}${t}`)}function Pt(t,e="utf8"){const r=gl[e];if(!r)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString("utf8"):r.encoder.encode(t).substring(1)}var ml=function(t,e,r){if(r||arguments.length===2)for(var n=0,i=e.length,s;n<i;n++)(s||!(n in e))&&(s||(s=Array.prototype.slice.call(e,0,n)),s[n]=e[n]);return t.concat(s||Array.prototype.slice.call(e))},z1=function(){function t(e,r,n){this.name=e,this.version=r,this.os=n,this.type="browser"}return t}(),W1=function(){function t(e){this.version=e,this.type="node",this.name="node",this.os=process.platform}return t}(),q1=function(){function t(e,r,n,i){this.name=e,this.version=r,this.os=n,this.bot=i,this.type="bot-device"}return t}(),V1=function(){function t(){this.type="bot",this.bot=!0,this.name="bot",this.version=null,this.os=null}return t}(),K1=function(){function t(){this.type="react-native",this.name="react-native",this.version=null,this.os=null}return t}(),G1=/alexa|bot|crawl(er|ing)|facebookexternalhit|feedburner|google web preview|nagios|postrank|pingdom|slurp|spider|yahoo!|yandex/,Z1=/(nuhk|curl|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask\ Jeeves\/Teoma|ia_archiver)/,wl=3,Y1=[["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|$)/],["pie",/^Microsoft Pocket Internet Explorer\/(\d+\.\d+)$/],["pie",/^Mozilla\/\d\.\d+\s\(compatible;\s(?:MSP?IE|MSInternet Explorer) (\d+\.\d+);.*Windows CE.*\)$/],["netfront",/^Mozilla\/\d\.\d+.*NetFront\/(\d.\d)/],["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",/FB[AS]V\/([0-9\.]+)/],["instagram",/Instagram\s([0-9\.]+)/],["ios-webview",/AppleWebKit\/([0-9\.]+).*Mobile/],["ios-webview",/AppleWebKit\/([0-9\.]+).*Gecko\)$/],["curl",/^curl\/([0-9\.]+)$/],["searchbot",G1]],yl=[["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/],["Windows CE",/Windows CE|WinCE|Microsoft Pocket Internet Explorer/],["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/]];function J1(t){return t?bl(t):typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"?new K1:typeof navigator<"u"?bl(navigator.userAgent):ep()}function X1(t){return t!==""&&Y1.reduce(function(e,r){var n=r[0],i=r[1];if(e)return e;var s=i.exec(t);return!!s&&[n,s]},!1)}function bl(t){var e=X1(t);if(!e)return null;var r=e[0],n=e[1];if(r==="searchbot")return new V1;var i=n[1]&&n[1].split(".").join("_").split("_").slice(0,3);i?i.length<wl&&(i=ml(ml([],i,!0),tp(wl-i.length),!0)):i=[];var s=i.join("."),o=Q1(t),a=Z1.exec(t);return a&&a[1]?new q1(r,s,o,a[1]):new z1(r,s,o)}function Q1(t){for(var e=0,r=yl.length;e<r;e++){var n=yl[e],i=n[0],s=n[1],o=s.exec(t);if(o)return i}return null}function ep(){var t=typeof process<"u"&&process.version;return t?new W1(process.version.slice(1)):null}function tp(t){for(var e=[],r=0;r<t;r++)e.push("0");return e}var ge={};/*! *****************************************************************************
1
+ (function(Yr,It){typeof exports=="object"&&typeof module<"u"?It(exports):typeof define=="function"&&define.amd?define(["exports"],It):(Yr=typeof globalThis<"u"?globalThis:Yr||self,It(Yr["@walletconnect/ethereum-provider"]={}))})(this,function(Yr){"use strict";var It=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Wp(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Zr(t){var e=t.default;if(typeof e=="function"){var r=function(){return e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach(function(n){var i=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(r,n,i.get?i:{enumerable:!0,get:function(){return t[n]}})}),r}var Dt={exports:{}},An=typeof Reflect=="object"?Reflect:null,$u=An&&typeof An.apply=="function"?An.apply:function(e,r,n){return Function.prototype.apply.call(e,r,n)},Po;An&&typeof An.ownKeys=="function"?Po=An.ownKeys:Object.getOwnPropertySymbols?Po=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Po=function(e){return Object.getOwnPropertyNames(e)};function Vp(t){console&&console.warn&&console.warn(t)}var Fu=Number.isNaN||function(e){return e!==e};function dt(){dt.init.call(this)}Dt.exports=dt,Dt.exports.once=Yp,dt.EventEmitter=dt,dt.prototype._events=void 0,dt.prototype._eventsCount=0,dt.prototype._maxListeners=void 0;var Pu=10;function To(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(dt,"defaultMaxListeners",{enumerable:!0,get:function(){return Pu},set:function(t){if(typeof t!="number"||t<0||Fu(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");Pu=t}}),dt.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},dt.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||Fu(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function Tu(t){return t._maxListeners===void 0?dt.defaultMaxListeners:t._maxListeners}dt.prototype.getMaxListeners=function(){return Tu(this)},dt.prototype.emit=function(e){for(var r=[],n=1;n<arguments.length;n++)r.push(arguments[n]);var i=e==="error",o=this._events;if(o!==void 0)i=i&&o.error===void 0;else if(!i)return!1;if(i){var s;if(r.length>0&&(s=r[0]),s instanceof Error)throw s;var a=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw a.context=s,a}var l=o[e];if(l===void 0)return!1;if(typeof l=="function")$u(l,this,r);else for(var u=l.length,d=Uu(l,u),n=0;n<u;++n)$u(d[n],this,r);return!0};function Nu(t,e,r,n){var i,o,s;if(To(r),o=t._events,o===void 0?(o=t._events=Object.create(null),t._eventsCount=0):(o.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),o=t._events),s=o[e]),s===void 0)s=o[e]=r,++t._eventsCount;else if(typeof s=="function"?s=o[e]=n?[r,s]:[s,r]:n?s.unshift(r):s.push(r),i=Tu(t),i>0&&s.length>i&&!s.warned){s.warned=!0;var a=new Error("Possible EventEmitter memory leak detected. "+s.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");a.name="MaxListenersExceededWarning",a.emitter=t,a.type=e,a.count=s.length,Vp(a)}return t}dt.prototype.addListener=function(e,r){return Nu(this,e,r,!1)},dt.prototype.on=dt.prototype.addListener,dt.prototype.prependListener=function(e,r){return Nu(this,e,r,!0)};function qp(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Ru(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=qp.bind(n);return i.listener=r,n.wrapFn=i,i}dt.prototype.once=function(e,r){return To(r),this.on(e,Ru(this,e,r)),this},dt.prototype.prependOnceListener=function(e,r){return To(r),this.prependListener(e,Ru(this,e,r)),this},dt.prototype.removeListener=function(e,r){var n,i,o,s,a;if(To(r),i=this._events,i===void 0)return this;if(n=i[e],n===void 0)return this;if(n===r||n.listener===r)--this._eventsCount===0?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,n.listener||r));else if(typeof n!="function"){for(o=-1,s=n.length-1;s>=0;s--)if(n[s]===r||n[s].listener===r){a=n[s].listener,o=s;break}if(o<0)return this;o===0?n.shift():Kp(n,o),n.length===1&&(i[e]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",e,a||r)}return this},dt.prototype.off=dt.prototype.removeListener,dt.prototype.removeAllListeners=function(e){var r,n,i;if(n=this._events,n===void 0)return this;if(n.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):n[e]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete n[e]),this;if(arguments.length===0){var o=Object.keys(n),s;for(i=0;i<o.length;++i)s=o[i],s!=="removeListener"&&this.removeAllListeners(s);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(r=n[e],typeof r=="function")this.removeListener(e,r);else if(r!==void 0)for(i=r.length-1;i>=0;i--)this.removeListener(e,r[i]);return this};function Lu(t,e,r){var n=t._events;if(n===void 0)return[];var i=n[e];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?Gp(i):Uu(i,i.length)}dt.prototype.listeners=function(e){return Lu(this,e,!0)},dt.prototype.rawListeners=function(e){return Lu(this,e,!1)},dt.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):Mu.call(t,e)},dt.prototype.listenerCount=Mu;function Mu(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}dt.prototype.eventNames=function(){return this._eventsCount>0?Po(this._events):[]};function Uu(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function Kp(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function Gp(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function Yp(t,e){return new Promise(function(r,n){function i(s){t.removeListener(e,o),n(s)}function o(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}ju(t,e,o,{once:!0}),e!=="error"&&Zp(t,i,{once:!0})})}function Zp(t,e,r){typeof t.on=="function"&&ju(t,"error",e,r)}function ju(t,e,r,n){if(typeof t.on=="function")n.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(o){n.once&&t.removeEventListener(e,i),r(o)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}var Js={},No={},ke={},Bu={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});function e(a,l){var u=a>>>16&65535,d=a&65535,y=l>>>16&65535,m=l&65535;return d*m+(u*m+d*y<<16>>>0)|0}t.mul=Math.imul||e;function r(a,l){return a+l|0}t.add=r;function n(a,l){return a-l|0}t.sub=n;function i(a,l){return a<<l|a>>>32-l}t.rotl=i;function o(a,l){return a<<32-l|a>>>l}t.rotr=o;function s(a){return typeof a=="number"&&isFinite(a)&&Math.floor(a)===a}t.isInteger=Number.isInteger||s,t.MAX_SAFE_INTEGER=9007199254740991,t.isSafeInteger=function(a){return t.isInteger(a)&&a>=-t.MAX_SAFE_INTEGER&&a<=t.MAX_SAFE_INTEGER}})(Bu),Object.defineProperty(ke,"__esModule",{value:!0});var ku=Bu;function Jp(t,e){return e===void 0&&(e=0),(t[e+0]<<8|t[e+1])<<16>>16}ke.readInt16BE=Jp;function Xp(t,e){return e===void 0&&(e=0),(t[e+0]<<8|t[e+1])>>>0}ke.readUint16BE=Xp;function Qp(t,e){return e===void 0&&(e=0),(t[e+1]<<8|t[e])<<16>>16}ke.readInt16LE=Qp;function e3(t,e){return e===void 0&&(e=0),(t[e+1]<<8|t[e])>>>0}ke.readUint16LE=e3;function Hu(t,e,r){return e===void 0&&(e=new Uint8Array(2)),r===void 0&&(r=0),e[r+0]=t>>>8,e[r+1]=t>>>0,e}ke.writeUint16BE=Hu,ke.writeInt16BE=Hu;function zu(t,e,r){return e===void 0&&(e=new Uint8Array(2)),r===void 0&&(r=0),e[r+0]=t>>>0,e[r+1]=t>>>8,e}ke.writeUint16LE=zu,ke.writeInt16LE=zu;function Xs(t,e){return e===void 0&&(e=0),t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3]}ke.readInt32BE=Xs;function Qs(t,e){return e===void 0&&(e=0),(t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3])>>>0}ke.readUint32BE=Qs;function ea(t,e){return e===void 0&&(e=0),t[e+3]<<24|t[e+2]<<16|t[e+1]<<8|t[e]}ke.readInt32LE=ea;function ta(t,e){return e===void 0&&(e=0),(t[e+3]<<24|t[e+2]<<16|t[e+1]<<8|t[e])>>>0}ke.readUint32LE=ta;function Ro(t,e,r){return e===void 0&&(e=new Uint8Array(4)),r===void 0&&(r=0),e[r+0]=t>>>24,e[r+1]=t>>>16,e[r+2]=t>>>8,e[r+3]=t>>>0,e}ke.writeUint32BE=Ro,ke.writeInt32BE=Ro;function Lo(t,e,r){return e===void 0&&(e=new Uint8Array(4)),r===void 0&&(r=0),e[r+0]=t>>>0,e[r+1]=t>>>8,e[r+2]=t>>>16,e[r+3]=t>>>24,e}ke.writeUint32LE=Lo,ke.writeInt32LE=Lo;function t3(t,e){e===void 0&&(e=0);var r=Xs(t,e),n=Xs(t,e+4);return r*4294967296+n-(n>>31)*4294967296}ke.readInt64BE=t3;function r3(t,e){e===void 0&&(e=0);var r=Qs(t,e),n=Qs(t,e+4);return r*4294967296+n}ke.readUint64BE=r3;function n3(t,e){e===void 0&&(e=0);var r=ea(t,e),n=ea(t,e+4);return n*4294967296+r-(r>>31)*4294967296}ke.readInt64LE=n3;function i3(t,e){e===void 0&&(e=0);var r=ta(t,e),n=ta(t,e+4);return n*4294967296+r}ke.readUint64LE=i3;function Wu(t,e,r){return e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0),Ro(t/4294967296>>>0,e,r),Ro(t>>>0,e,r+4),e}ke.writeUint64BE=Wu,ke.writeInt64BE=Wu;function Vu(t,e,r){return e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0),Lo(t>>>0,e,r),Lo(t/4294967296>>>0,e,r+4),e}ke.writeUint64LE=Vu,ke.writeInt64LE=Vu;function o3(t,e,r){if(r===void 0&&(r=0),t%8!==0)throw new Error("readUintBE supports only bitLengths divisible by 8");if(t/8>e.length-r)throw new Error("readUintBE: array is too short for the given bitLength");for(var n=0,i=1,o=t/8+r-1;o>=r;o--)n+=e[o]*i,i*=256;return n}ke.readUintBE=o3;function s3(t,e,r){if(r===void 0&&(r=0),t%8!==0)throw new Error("readUintLE supports only bitLengths divisible by 8");if(t/8>e.length-r)throw new Error("readUintLE: array is too short for the given bitLength");for(var n=0,i=1,o=r;o<r+t/8;o++)n+=e[o]*i,i*=256;return n}ke.readUintLE=s3;function a3(t,e,r,n){if(r===void 0&&(r=new Uint8Array(t/8)),n===void 0&&(n=0),t%8!==0)throw new Error("writeUintBE supports only bitLengths divisible by 8");if(!ku.isSafeInteger(e))throw new Error("writeUintBE value must be an integer");for(var i=1,o=t/8+n-1;o>=n;o--)r[o]=e/i&255,i*=256;return r}ke.writeUintBE=a3;function c3(t,e,r,n){if(r===void 0&&(r=new Uint8Array(t/8)),n===void 0&&(n=0),t%8!==0)throw new Error("writeUintLE supports only bitLengths divisible by 8");if(!ku.isSafeInteger(e))throw new Error("writeUintLE value must be an integer");for(var i=1,o=n;o<n+t/8;o++)r[o]=e/i&255,i*=256;return r}ke.writeUintLE=c3;function l3(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat32(e)}ke.readFloat32BE=l3;function u3(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat32(e,!0)}ke.readFloat32LE=u3;function h3(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat64(e)}ke.readFloat64BE=h3;function f3(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat64(e,!0)}ke.readFloat64LE=f3;function d3(t,e,r){e===void 0&&(e=new Uint8Array(4)),r===void 0&&(r=0);var n=new DataView(e.buffer,e.byteOffset,e.byteLength);return n.setFloat32(r,t),e}ke.writeFloat32BE=d3;function p3(t,e,r){e===void 0&&(e=new Uint8Array(4)),r===void 0&&(r=0);var n=new DataView(e.buffer,e.byteOffset,e.byteLength);return n.setFloat32(r,t,!0),e}ke.writeFloat32LE=p3;function g3(t,e,r){e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0);var n=new DataView(e.buffer,e.byteOffset,e.byteLength);return n.setFloat64(r,t),e}ke.writeFloat64BE=g3;function m3(t,e,r){e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0);var n=new DataView(e.buffer,e.byteOffset,e.byteLength);return n.setFloat64(r,t,!0),e}ke.writeFloat64LE=m3;var rr={};Object.defineProperty(rr,"__esModule",{value:!0});function y3(t){for(var e=0;e<t.length;e++)t[e]=0;return t}rr.wipe=y3,Object.defineProperty(No,"__esModule",{value:!0});var jt=ke,ra=rr,b3=20;function w3(t,e,r){for(var n=1634760805,i=857760878,o=2036477234,s=1797285236,a=r[3]<<24|r[2]<<16|r[1]<<8|r[0],l=r[7]<<24|r[6]<<16|r[5]<<8|r[4],u=r[11]<<24|r[10]<<16|r[9]<<8|r[8],d=r[15]<<24|r[14]<<16|r[13]<<8|r[12],y=r[19]<<24|r[18]<<16|r[17]<<8|r[16],m=r[23]<<24|r[22]<<16|r[21]<<8|r[20],w=r[27]<<24|r[26]<<16|r[25]<<8|r[24],_=r[31]<<24|r[30]<<16|r[29]<<8|r[28],R=e[3]<<24|e[2]<<16|e[1]<<8|e[0],M=e[7]<<24|e[6]<<16|e[5]<<8|e[4],j=e[11]<<24|e[10]<<16|e[9]<<8|e[8],D=e[15]<<24|e[14]<<16|e[13]<<8|e[12],N=n,S=i,$=o,P=s,h=a,C=l,q=u,z=d,Y=y,re=m,ie=w,E=_,I=R,Z=M,J=j,H=D,B=0;B<b3;B+=2)N=N+h|0,I^=N,I=I>>>32-16|I<<16,Y=Y+I|0,h^=Y,h=h>>>32-12|h<<12,S=S+C|0,Z^=S,Z=Z>>>32-16|Z<<16,re=re+Z|0,C^=re,C=C>>>32-12|C<<12,$=$+q|0,J^=$,J=J>>>32-16|J<<16,ie=ie+J|0,q^=ie,q=q>>>32-12|q<<12,P=P+z|0,H^=P,H=H>>>32-16|H<<16,E=E+H|0,z^=E,z=z>>>32-12|z<<12,$=$+q|0,J^=$,J=J>>>32-8|J<<8,ie=ie+J|0,q^=ie,q=q>>>32-7|q<<7,P=P+z|0,H^=P,H=H>>>32-8|H<<8,E=E+H|0,z^=E,z=z>>>32-7|z<<7,S=S+C|0,Z^=S,Z=Z>>>32-8|Z<<8,re=re+Z|0,C^=re,C=C>>>32-7|C<<7,N=N+h|0,I^=N,I=I>>>32-8|I<<8,Y=Y+I|0,h^=Y,h=h>>>32-7|h<<7,N=N+C|0,H^=N,H=H>>>32-16|H<<16,ie=ie+H|0,C^=ie,C=C>>>32-12|C<<12,S=S+q|0,I^=S,I=I>>>32-16|I<<16,E=E+I|0,q^=E,q=q>>>32-12|q<<12,$=$+z|0,Z^=$,Z=Z>>>32-16|Z<<16,Y=Y+Z|0,z^=Y,z=z>>>32-12|z<<12,P=P+h|0,J^=P,J=J>>>32-16|J<<16,re=re+J|0,h^=re,h=h>>>32-12|h<<12,$=$+z|0,Z^=$,Z=Z>>>32-8|Z<<8,Y=Y+Z|0,z^=Y,z=z>>>32-7|z<<7,P=P+h|0,J^=P,J=J>>>32-8|J<<8,re=re+J|0,h^=re,h=h>>>32-7|h<<7,S=S+q|0,I^=S,I=I>>>32-8|I<<8,E=E+I|0,q^=E,q=q>>>32-7|q<<7,N=N+C|0,H^=N,H=H>>>32-8|H<<8,ie=ie+H|0,C^=ie,C=C>>>32-7|C<<7;jt.writeUint32LE(N+n|0,t,0),jt.writeUint32LE(S+i|0,t,4),jt.writeUint32LE($+o|0,t,8),jt.writeUint32LE(P+s|0,t,12),jt.writeUint32LE(h+a|0,t,16),jt.writeUint32LE(C+l|0,t,20),jt.writeUint32LE(q+u|0,t,24),jt.writeUint32LE(z+d|0,t,28),jt.writeUint32LE(Y+y|0,t,32),jt.writeUint32LE(re+m|0,t,36),jt.writeUint32LE(ie+w|0,t,40),jt.writeUint32LE(E+_|0,t,44),jt.writeUint32LE(I+R|0,t,48),jt.writeUint32LE(Z+M|0,t,52),jt.writeUint32LE(J+j|0,t,56),jt.writeUint32LE(H+D|0,t,60)}function qu(t,e,r,n,i){if(i===void 0&&(i=0),t.length!==32)throw new Error("ChaCha: key size must be 32 bytes");if(n.length<r.length)throw new Error("ChaCha: destination is shorter than source");var o,s;if(i===0){if(e.length!==8&&e.length!==12)throw new Error("ChaCha nonce must be 8 or 12 bytes");o=new Uint8Array(16),s=o.length-e.length,o.set(e,s)}else{if(e.length!==16)throw new Error("ChaCha nonce with counter must be 16 bytes");o=e,s=i}for(var a=new Uint8Array(64),l=0;l<r.length;l+=64){w3(a,o,t);for(var u=l;u<l+64&&u<r.length;u++)n[u]=r[u]^a[u-l];_3(o,0,s)}return ra.wipe(a),i===0&&ra.wipe(o),n}No.streamXOR=qu;function v3(t,e,r,n){return n===void 0&&(n=0),ra.wipe(r),qu(t,e,r,r,n)}No.stream=v3;function _3(t,e,r){for(var n=1;r--;)n=n+(t[e]&255)|0,t[e]=n&255,n>>>=8,e++;if(n>0)throw new Error("ChaCha: counter overflow")}var Ku={},Mr={};Object.defineProperty(Mr,"__esModule",{value:!0});function E3(t,e,r){return~(t-1)&e|t-1&r}Mr.select=E3;function x3(t,e){return(t|0)-(e|0)-1>>>31&1}Mr.lessOrEqual=x3;function Gu(t,e){if(t.length!==e.length)return 0;for(var r=0,n=0;n<t.length;n++)r|=t[n]^e[n];return 1&r-1>>>8}Mr.compare=Gu;function S3(t,e){return t.length===0||e.length===0?!1:Gu(t,e)!==0}Mr.equal=S3,function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=Mr,r=rr;t.DIGEST_LENGTH=16;var n=function(){function s(a){this.digestLength=t.DIGEST_LENGTH,this._buffer=new Uint8Array(16),this._r=new Uint16Array(10),this._h=new Uint16Array(10),this._pad=new Uint16Array(8),this._leftover=0,this._fin=0,this._finished=!1;var l=a[0]|a[1]<<8;this._r[0]=l&8191;var u=a[2]|a[3]<<8;this._r[1]=(l>>>13|u<<3)&8191;var d=a[4]|a[5]<<8;this._r[2]=(u>>>10|d<<6)&7939;var y=a[6]|a[7]<<8;this._r[3]=(d>>>7|y<<9)&8191;var m=a[8]|a[9]<<8;this._r[4]=(y>>>4|m<<12)&255,this._r[5]=m>>>1&8190;var w=a[10]|a[11]<<8;this._r[6]=(m>>>14|w<<2)&8191;var _=a[12]|a[13]<<8;this._r[7]=(w>>>11|_<<5)&8065;var R=a[14]|a[15]<<8;this._r[8]=(_>>>8|R<<8)&8191,this._r[9]=R>>>5&127,this._pad[0]=a[16]|a[17]<<8,this._pad[1]=a[18]|a[19]<<8,this._pad[2]=a[20]|a[21]<<8,this._pad[3]=a[22]|a[23]<<8,this._pad[4]=a[24]|a[25]<<8,this._pad[5]=a[26]|a[27]<<8,this._pad[6]=a[28]|a[29]<<8,this._pad[7]=a[30]|a[31]<<8}return s.prototype._blocks=function(a,l,u){for(var d=this._fin?0:2048,y=this._h[0],m=this._h[1],w=this._h[2],_=this._h[3],R=this._h[4],M=this._h[5],j=this._h[6],D=this._h[7],N=this._h[8],S=this._h[9],$=this._r[0],P=this._r[1],h=this._r[2],C=this._r[3],q=this._r[4],z=this._r[5],Y=this._r[6],re=this._r[7],ie=this._r[8],E=this._r[9];u>=16;){var I=a[l+0]|a[l+1]<<8;y+=I&8191;var Z=a[l+2]|a[l+3]<<8;m+=(I>>>13|Z<<3)&8191;var J=a[l+4]|a[l+5]<<8;w+=(Z>>>10|J<<6)&8191;var H=a[l+6]|a[l+7]<<8;_+=(J>>>7|H<<9)&8191;var B=a[l+8]|a[l+9]<<8;R+=(H>>>4|B<<12)&8191,M+=B>>>1&8191;var W=a[l+10]|a[l+11]<<8;j+=(B>>>14|W<<2)&8191;var V=a[l+12]|a[l+13]<<8;D+=(W>>>11|V<<5)&8191;var ce=a[l+14]|a[l+15]<<8;N+=(V>>>8|ce<<8)&8191,S+=ce>>>5|d;var te=0,Se=te;Se+=y*$,Se+=m*(5*E),Se+=w*(5*ie),Se+=_*(5*re),Se+=R*(5*Y),te=Se>>>13,Se&=8191,Se+=M*(5*z),Se+=j*(5*q),Se+=D*(5*C),Se+=N*(5*h),Se+=S*(5*P),te+=Se>>>13,Se&=8191;var ne=te;ne+=y*P,ne+=m*$,ne+=w*(5*E),ne+=_*(5*ie),ne+=R*(5*re),te=ne>>>13,ne&=8191,ne+=M*(5*Y),ne+=j*(5*z),ne+=D*(5*q),ne+=N*(5*C),ne+=S*(5*h),te+=ne>>>13,ne&=8191;var Ie=te;Ie+=y*h,Ie+=m*P,Ie+=w*$,Ie+=_*(5*E),Ie+=R*(5*ie),te=Ie>>>13,Ie&=8191,Ie+=M*(5*re),Ie+=j*(5*Y),Ie+=D*(5*z),Ie+=N*(5*q),Ie+=S*(5*C),te+=Ie>>>13,Ie&=8191;var T=te;T+=y*C,T+=m*h,T+=w*P,T+=_*$,T+=R*(5*E),te=T>>>13,T&=8191,T+=M*(5*ie),T+=j*(5*re),T+=D*(5*Y),T+=N*(5*z),T+=S*(5*q),te+=T>>>13,T&=8191;var F=te;F+=y*q,F+=m*C,F+=w*h,F+=_*P,F+=R*$,te=F>>>13,F&=8191,F+=M*(5*E),F+=j*(5*ie),F+=D*(5*re),F+=N*(5*Y),F+=S*(5*z),te+=F>>>13,F&=8191;var A=te;A+=y*z,A+=m*q,A+=w*C,A+=_*h,A+=R*P,te=A>>>13,A&=8191,A+=M*$,A+=j*(5*E),A+=D*(5*ie),A+=N*(5*re),A+=S*(5*Y),te+=A>>>13,A&=8191;var c=te;c+=y*Y,c+=m*z,c+=w*q,c+=_*C,c+=R*h,te=c>>>13,c&=8191,c+=M*P,c+=j*$,c+=D*(5*E),c+=N*(5*ie),c+=S*(5*re),te+=c>>>13,c&=8191;var v=te;v+=y*re,v+=m*Y,v+=w*z,v+=_*q,v+=R*C,te=v>>>13,v&=8191,v+=M*h,v+=j*P,v+=D*$,v+=N*(5*E),v+=S*(5*ie),te+=v>>>13,v&=8191;var G=te;G+=y*ie,G+=m*re,G+=w*Y,G+=_*z,G+=R*q,te=G>>>13,G&=8191,G+=M*C,G+=j*h,G+=D*P,G+=N*$,G+=S*(5*E),te+=G>>>13,G&=8191;var Q=te;Q+=y*E,Q+=m*ie,Q+=w*re,Q+=_*Y,Q+=R*z,te=Q>>>13,Q&=8191,Q+=M*q,Q+=j*C,Q+=D*h,Q+=N*P,Q+=S*$,te+=Q>>>13,Q&=8191,te=(te<<2)+te|0,te=te+Se|0,Se=te&8191,te=te>>>13,ne+=te,y=Se,m=ne,w=Ie,_=T,R=F,M=A,j=c,D=v,N=G,S=Q,l+=16,u-=16}this._h[0]=y,this._h[1]=m,this._h[2]=w,this._h[3]=_,this._h[4]=R,this._h[5]=M,this._h[6]=j,this._h[7]=D,this._h[8]=N,this._h[9]=S},s.prototype.finish=function(a,l){l===void 0&&(l=0);var u=new Uint16Array(10),d,y,m,w;if(this._leftover){for(w=this._leftover,this._buffer[w++]=1;w<16;w++)this._buffer[w]=0;this._fin=1,this._blocks(this._buffer,0,16)}for(d=this._h[1]>>>13,this._h[1]&=8191,w=2;w<10;w++)this._h[w]+=d,d=this._h[w]>>>13,this._h[w]&=8191;for(this._h[0]+=d*5,d=this._h[0]>>>13,this._h[0]&=8191,this._h[1]+=d,d=this._h[1]>>>13,this._h[1]&=8191,this._h[2]+=d,u[0]=this._h[0]+5,d=u[0]>>>13,u[0]&=8191,w=1;w<10;w++)u[w]=this._h[w]+d,d=u[w]>>>13,u[w]&=8191;for(u[9]-=1<<13,y=(d^1)-1,w=0;w<10;w++)u[w]&=y;for(y=~y,w=0;w<10;w++)this._h[w]=this._h[w]&y|u[w];for(this._h[0]=(this._h[0]|this._h[1]<<13)&65535,this._h[1]=(this._h[1]>>>3|this._h[2]<<10)&65535,this._h[2]=(this._h[2]>>>6|this._h[3]<<7)&65535,this._h[3]=(this._h[3]>>>9|this._h[4]<<4)&65535,this._h[4]=(this._h[4]>>>12|this._h[5]<<1|this._h[6]<<14)&65535,this._h[5]=(this._h[6]>>>2|this._h[7]<<11)&65535,this._h[6]=(this._h[7]>>>5|this._h[8]<<8)&65535,this._h[7]=(this._h[8]>>>8|this._h[9]<<5)&65535,m=this._h[0]+this._pad[0],this._h[0]=m&65535,w=1;w<8;w++)m=(this._h[w]+this._pad[w]|0)+(m>>>16)|0,this._h[w]=m&65535;return a[l+0]=this._h[0]>>>0,a[l+1]=this._h[0]>>>8,a[l+2]=this._h[1]>>>0,a[l+3]=this._h[1]>>>8,a[l+4]=this._h[2]>>>0,a[l+5]=this._h[2]>>>8,a[l+6]=this._h[3]>>>0,a[l+7]=this._h[3]>>>8,a[l+8]=this._h[4]>>>0,a[l+9]=this._h[4]>>>8,a[l+10]=this._h[5]>>>0,a[l+11]=this._h[5]>>>8,a[l+12]=this._h[6]>>>0,a[l+13]=this._h[6]>>>8,a[l+14]=this._h[7]>>>0,a[l+15]=this._h[7]>>>8,this._finished=!0,this},s.prototype.update=function(a){var l=0,u=a.length,d;if(this._leftover){d=16-this._leftover,d>u&&(d=u);for(var y=0;y<d;y++)this._buffer[this._leftover+y]=a[l+y];if(u-=d,l+=d,this._leftover+=d,this._leftover<16)return this;this._blocks(this._buffer,0,16),this._leftover=0}if(u>=16&&(d=u-u%16,this._blocks(a,l,d),l+=d,u-=d),u){for(var y=0;y<u;y++)this._buffer[this._leftover+y]=a[l+y];this._leftover+=u}return this},s.prototype.digest=function(){if(this._finished)throw new Error("Poly1305 was finished");var a=new Uint8Array(16);return this.finish(a),a},s.prototype.clean=function(){return r.wipe(this._buffer),r.wipe(this._r),r.wipe(this._h),r.wipe(this._pad),this._leftover=0,this._fin=0,this._finished=!0,this},s}();t.Poly1305=n;function i(s,a){var l=new n(s);l.update(a);var u=l.digest();return l.clean(),u}t.oneTimeAuth=i;function o(s,a){return s.length!==t.DIGEST_LENGTH||a.length!==t.DIGEST_LENGTH?!1:e.equal(s,a)}t.equal=o}(Ku),function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=No,r=Ku,n=rr,i=ke,o=Mr;t.KEY_LENGTH=32,t.NONCE_LENGTH=12,t.TAG_LENGTH=16;var s=new Uint8Array(16),a=function(){function l(u){if(this.nonceLength=t.NONCE_LENGTH,this.tagLength=t.TAG_LENGTH,u.length!==t.KEY_LENGTH)throw new Error("ChaCha20Poly1305 needs 32-byte key");this._key=new Uint8Array(u)}return l.prototype.seal=function(u,d,y,m){if(u.length>16)throw new Error("ChaCha20Poly1305: incorrect nonce length");var w=new Uint8Array(16);w.set(u,w.length-u.length);var _=new Uint8Array(32);e.stream(this._key,w,_,4);var R=d.length+this.tagLength,M;if(m){if(m.length!==R)throw new Error("ChaCha20Poly1305: incorrect destination length");M=m}else M=new Uint8Array(R);return e.streamXOR(this._key,w,d,M,4),this._authenticate(M.subarray(M.length-this.tagLength,M.length),_,M.subarray(0,M.length-this.tagLength),y),n.wipe(w),M},l.prototype.open=function(u,d,y,m){if(u.length>16)throw new Error("ChaCha20Poly1305: incorrect nonce length");if(d.length<this.tagLength)return null;var w=new Uint8Array(16);w.set(u,w.length-u.length);var _=new Uint8Array(32);e.stream(this._key,w,_,4);var R=new Uint8Array(this.tagLength);if(this._authenticate(R,_,d.subarray(0,d.length-this.tagLength),y),!o.equal(R,d.subarray(d.length-this.tagLength,d.length)))return null;var M=d.length-this.tagLength,j;if(m){if(m.length!==M)throw new Error("ChaCha20Poly1305: incorrect destination length");j=m}else j=new Uint8Array(M);return e.streamXOR(this._key,w,d.subarray(0,d.length-this.tagLength),j,4),n.wipe(w),j},l.prototype.clean=function(){return n.wipe(this._key),this},l.prototype._authenticate=function(u,d,y,m){var w=new r.Poly1305(d);m&&(w.update(m),m.length%16>0&&w.update(s.subarray(m.length%16))),w.update(y),y.length%16>0&&w.update(s.subarray(y.length%16));var _=new Uint8Array(8);m&&i.writeUint64LE(m.length,_),w.update(_),i.writeUint64LE(y.length,_),w.update(_);for(var R=w.digest(),M=0;M<R.length;M++)u[M]=R[M];w.clean(),n.wipe(R),n.wipe(_)},l}();t.ChaCha20Poly1305=a}(Js);var Yu={},ri={},na={};Object.defineProperty(na,"__esModule",{value:!0});function C3(t){return typeof t.saveState<"u"&&typeof t.restoreState<"u"&&typeof t.cleanSavedState<"u"}na.isSerializableHash=C3,Object.defineProperty(ri,"__esModule",{value:!0});var mr=na,O3=Mr,A3=rr,Zu=function(){function t(e,r){this._finished=!1,this._inner=new e,this._outer=new e,this.blockSize=this._outer.blockSize,this.digestLength=this._outer.digestLength;var n=new Uint8Array(this.blockSize);r.length>this.blockSize?this._inner.update(r).finish(n).clean():n.set(r);for(var i=0;i<n.length;i++)n[i]^=54;this._inner.update(n);for(var i=0;i<n.length;i++)n[i]^=106;this._outer.update(n),mr.isSerializableHash(this._inner)&&mr.isSerializableHash(this._outer)&&(this._innerKeyedState=this._inner.saveState(),this._outerKeyedState=this._outer.saveState()),A3.wipe(n)}return t.prototype.reset=function(){if(!mr.isSerializableHash(this._inner)||!mr.isSerializableHash(this._outer))throw new Error("hmac: can't reset() because hash doesn't implement restoreState()");return this._inner.restoreState(this._innerKeyedState),this._outer.restoreState(this._outerKeyedState),this._finished=!1,this},t.prototype.clean=function(){mr.isSerializableHash(this._inner)&&this._inner.cleanSavedState(this._innerKeyedState),mr.isSerializableHash(this._outer)&&this._outer.cleanSavedState(this._outerKeyedState),this._inner.clean(),this._outer.clean()},t.prototype.update=function(e){return this._inner.update(e),this},t.prototype.finish=function(e){return this._finished?(this._outer.finish(e),this):(this._inner.finish(e),this._outer.update(e.subarray(0,this.digestLength)).finish(e),this._finished=!0,this)},t.prototype.digest=function(){var e=new Uint8Array(this.digestLength);return this.finish(e),e},t.prototype.saveState=function(){if(!mr.isSerializableHash(this._inner))throw new Error("hmac: can't saveState() because hash doesn't implement it");return this._inner.saveState()},t.prototype.restoreState=function(e){if(!mr.isSerializableHash(this._inner)||!mr.isSerializableHash(this._outer))throw new Error("hmac: can't restoreState() because hash doesn't implement it");return this._inner.restoreState(e),this._outer.restoreState(this._outerKeyedState),this._finished=!1,this},t.prototype.cleanSavedState=function(e){if(!mr.isSerializableHash(this._inner))throw new Error("hmac: can't cleanSavedState() because hash doesn't implement it");this._inner.cleanSavedState(e)},t}();ri.HMAC=Zu;function I3(t,e,r){var n=new Zu(t,e);n.update(r);var i=n.digest();return n.clean(),i}ri.hmac=I3,ri.equal=O3.equal,Object.defineProperty(Yu,"__esModule",{value:!0});var Ju=ri,Xu=rr,D3=function(){function t(e,r,n,i){n===void 0&&(n=new Uint8Array(0)),this._counter=new Uint8Array(1),this._hash=e,this._info=i;var o=Ju.hmac(this._hash,n,r);this._hmac=new Ju.HMAC(e,o),this._buffer=new Uint8Array(this._hmac.digestLength),this._bufpos=this._buffer.length}return t.prototype._fillBuffer=function(){this._counter[0]++;var e=this._counter[0];if(e===0)throw new Error("hkdf: cannot expand more");this._hmac.reset(),e>1&&this._hmac.update(this._buffer),this._info&&this._hmac.update(this._info),this._hmac.update(this._counter),this._hmac.finish(this._buffer),this._bufpos=0},t.prototype.expand=function(e){for(var r=new Uint8Array(e),n=0;n<r.length;n++)this._bufpos===this._buffer.length&&this._fillBuffer(),r[n]=this._buffer[this._bufpos++];return r},t.prototype.clean=function(){this._hmac.clean(),Xu.wipe(this._buffer),Xu.wipe(this._counter),this._bufpos=0},t}(),$3=Yu.HKDF=D3,In={},Mo={},Uo={};Object.defineProperty(Uo,"__esModule",{value:!0}),Uo.BrowserRandomSource=void 0;const Qu=65536;class F3{constructor(){this.isAvailable=!1,this.isInstantiated=!1;const e=typeof self<"u"?self.crypto||self.msCrypto:null;e&&e.getRandomValues!==void 0&&(this._crypto=e,this.isAvailable=!0,this.isInstantiated=!0)}randomBytes(e){if(!this.isAvailable||!this._crypto)throw new Error("Browser random byte generator is not available.");const r=new Uint8Array(e);for(let n=0;n<r.length;n+=Qu)this._crypto.getRandomValues(r.subarray(n,n+Math.min(r.length-n,Qu)));return r}}Uo.BrowserRandomSource=F3;function P3(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var jo={},T3={},N3=Object.freeze({__proto__:null,default:T3}),R3=Zr(N3);Object.defineProperty(jo,"__esModule",{value:!0}),jo.NodeRandomSource=void 0;const L3=rr;class M3{constructor(){if(this.isAvailable=!1,this.isInstantiated=!1,typeof P3<"u"){const e=R3;e&&e.randomBytes&&(this._crypto=e,this.isAvailable=!0,this.isInstantiated=!0)}}randomBytes(e){if(!this.isAvailable||!this._crypto)throw new Error("Node.js random byte generator is not available.");let r=this._crypto.randomBytes(e);if(r.length!==e)throw new Error("NodeRandomSource: got fewer bytes than requested");const n=new Uint8Array(e);for(let i=0;i<n.length;i++)n[i]=r[i];return(0,L3.wipe)(r),n}}jo.NodeRandomSource=M3,Object.defineProperty(Mo,"__esModule",{value:!0}),Mo.SystemRandomSource=void 0;const U3=Uo,j3=jo;class B3{constructor(){if(this.isAvailable=!1,this.name="",this._source=new U3.BrowserRandomSource,this._source.isAvailable){this.isAvailable=!0,this.name="Browser";return}if(this._source=new j3.NodeRandomSource,this._source.isAvailable){this.isAvailable=!0,this.name="Node";return}}randomBytes(e){if(!this.isAvailable)throw new Error("System random byte generator is not available.");return this._source.randomBytes(e)}}Mo.SystemRandomSource=B3,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.randomStringForEntropy=t.randomString=t.randomUint32=t.randomBytes=t.defaultRandomSource=void 0;const e=Mo,r=ke,n=rr;t.defaultRandomSource=new e.SystemRandomSource;function i(u,d=t.defaultRandomSource){return d.randomBytes(u)}t.randomBytes=i;function o(u=t.defaultRandomSource){const d=i(4,u),y=(0,r.readUint32LE)(d);return(0,n.wipe)(d),y}t.randomUint32=o;const s="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";function a(u,d=s,y=t.defaultRandomSource){if(d.length<2)throw new Error("randomString charset is too short");if(d.length>256)throw new Error("randomString charset is too long");let m="";const w=d.length,_=256-256%w;for(;u>0;){const R=i(Math.ceil(u*256/_),y);for(let M=0;M<R.length&&u>0;M++){const j=R[M];j<_&&(m+=d.charAt(j%w),u--)}(0,n.wipe)(R)}return m}t.randomString=a;function l(u,d=s,y=t.defaultRandomSource){const m=Math.ceil(u/(Math.log(d.length)/Math.LN2));return a(m,d,y)}t.randomStringForEntropy=l}(In);var Bo={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=ke,r=rr;t.DIGEST_LENGTH=32,t.BLOCK_SIZE=64;var n=function(){function a(){this.digestLength=t.DIGEST_LENGTH,this.blockSize=t.BLOCK_SIZE,this._state=new Int32Array(8),this._temp=new Int32Array(64),this._buffer=new Uint8Array(128),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this.reset()}return a.prototype._initState=function(){this._state[0]=1779033703,this._state[1]=3144134277,this._state[2]=1013904242,this._state[3]=2773480762,this._state[4]=1359893119,this._state[5]=2600822924,this._state[6]=528734635,this._state[7]=1541459225},a.prototype.reset=function(){return this._initState(),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this},a.prototype.clean=function(){r.wipe(this._buffer),r.wipe(this._temp),this.reset()},a.prototype.update=function(l,u){if(u===void 0&&(u=l.length),this._finished)throw new Error("SHA256: can't update because hash was finished.");var d=0;if(this._bytesHashed+=u,this._bufferLength>0){for(;this._bufferLength<this.blockSize&&u>0;)this._buffer[this._bufferLength++]=l[d++],u--;this._bufferLength===this.blockSize&&(o(this._temp,this._state,this._buffer,0,this.blockSize),this._bufferLength=0)}for(u>=this.blockSize&&(d=o(this._temp,this._state,l,d,u),u%=this.blockSize);u>0;)this._buffer[this._bufferLength++]=l[d++],u--;return this},a.prototype.finish=function(l){if(!this._finished){var u=this._bytesHashed,d=this._bufferLength,y=u/536870912|0,m=u<<3,w=u%64<56?64:128;this._buffer[d]=128;for(var _=d+1;_<w-8;_++)this._buffer[_]=0;e.writeUint32BE(y,this._buffer,w-8),e.writeUint32BE(m,this._buffer,w-4),o(this._temp,this._state,this._buffer,0,w),this._finished=!0}for(var _=0;_<this.digestLength/4;_++)e.writeUint32BE(this._state[_],l,_*4);return this},a.prototype.digest=function(){var l=new Uint8Array(this.digestLength);return this.finish(l),l},a.prototype.saveState=function(){if(this._finished)throw new Error("SHA256: cannot save finished state");return{state:new Int32Array(this._state),buffer:this._bufferLength>0?new Uint8Array(this._buffer):void 0,bufferLength:this._bufferLength,bytesHashed:this._bytesHashed}},a.prototype.restoreState=function(l){return this._state.set(l.state),this._bufferLength=l.bufferLength,l.buffer&&this._buffer.set(l.buffer),this._bytesHashed=l.bytesHashed,this._finished=!1,this},a.prototype.cleanSavedState=function(l){r.wipe(l.state),l.buffer&&r.wipe(l.buffer),l.bufferLength=0,l.bytesHashed=0},a}();t.SHA256=n;var i=new Int32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]);function o(a,l,u,d,y){for(;y>=64;){for(var m=l[0],w=l[1],_=l[2],R=l[3],M=l[4],j=l[5],D=l[6],N=l[7],S=0;S<16;S++){var $=d+S*4;a[S]=e.readUint32BE(u,$)}for(var S=16;S<64;S++){var P=a[S-2],h=(P>>>17|P<<32-17)^(P>>>19|P<<32-19)^P>>>10;P=a[S-15];var C=(P>>>7|P<<32-7)^(P>>>18|P<<32-18)^P>>>3;a[S]=(h+a[S-7]|0)+(C+a[S-16]|0)}for(var S=0;S<64;S++){var h=(((M>>>6|M<<26)^(M>>>11|M<<21)^(M>>>25|M<<7))+(M&j^~M&D)|0)+(N+(i[S]+a[S]|0)|0)|0,C=((m>>>2|m<<32-2)^(m>>>13|m<<32-13)^(m>>>22|m<<32-22))+(m&w^m&_^w&_)|0;N=D,D=j,j=M,M=R+h|0,R=_,_=w,w=m,m=h+C|0}l[0]+=m,l[1]+=w,l[2]+=_,l[3]+=R,l[4]+=M,l[5]+=j,l[6]+=D,l[7]+=N,d+=64,y-=64}return d}function s(a){var l=new n;l.update(a);var u=l.digest();return l.clean(),u}t.hash=s})(Bo);var ia={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.sharedKey=t.generateKeyPair=t.generateKeyPairFromSeed=t.scalarMultBase=t.scalarMult=t.SHARED_KEY_LENGTH=t.SECRET_KEY_LENGTH=t.PUBLIC_KEY_LENGTH=void 0;const e=In,r=rr;t.PUBLIC_KEY_LENGTH=32,t.SECRET_KEY_LENGTH=32,t.SHARED_KEY_LENGTH=32;function n(S){const $=new Float64Array(16);if(S)for(let P=0;P<S.length;P++)$[P]=S[P];return $}const i=new Uint8Array(32);i[0]=9;const o=n([56129,1]);function s(S){let $=1;for(let P=0;P<16;P++){let h=S[P]+$+65535;$=Math.floor(h/65536),S[P]=h-$*65536}S[0]+=$-1+37*($-1)}function a(S,$,P){const h=~(P-1);for(let C=0;C<16;C++){const q=h&(S[C]^$[C]);S[C]^=q,$[C]^=q}}function l(S,$){const P=n(),h=n();for(let C=0;C<16;C++)h[C]=$[C];s(h),s(h),s(h);for(let C=0;C<2;C++){P[0]=h[0]-65517;for(let z=1;z<15;z++)P[z]=h[z]-65535-(P[z-1]>>16&1),P[z-1]&=65535;P[15]=h[15]-32767-(P[14]>>16&1);const q=P[15]>>16&1;P[14]&=65535,a(h,P,1-q)}for(let C=0;C<16;C++)S[2*C]=h[C]&255,S[2*C+1]=h[C]>>8}function u(S,$){for(let P=0;P<16;P++)S[P]=$[2*P]+($[2*P+1]<<8);S[15]&=32767}function d(S,$,P){for(let h=0;h<16;h++)S[h]=$[h]+P[h]}function y(S,$,P){for(let h=0;h<16;h++)S[h]=$[h]-P[h]}function m(S,$,P){let h,C,q=0,z=0,Y=0,re=0,ie=0,E=0,I=0,Z=0,J=0,H=0,B=0,W=0,V=0,ce=0,te=0,Se=0,ne=0,Ie=0,T=0,F=0,A=0,c=0,v=0,G=0,Q=0,he=0,ye=0,pe=0,be=0,ze=0,Ue=0,xe=P[0],Ee=P[1],ge=P[2],we=P[3],ve=P[4],fe=P[5],me=P[6],b=P[7],f=P[8],p=P[9],O=P[10],L=P[11],k=P[12],K=P[13],se=P[14],de=P[15];h=$[0],q+=h*xe,z+=h*Ee,Y+=h*ge,re+=h*we,ie+=h*ve,E+=h*fe,I+=h*me,Z+=h*b,J+=h*f,H+=h*p,B+=h*O,W+=h*L,V+=h*k,ce+=h*K,te+=h*se,Se+=h*de,h=$[1],z+=h*xe,Y+=h*Ee,re+=h*ge,ie+=h*we,E+=h*ve,I+=h*fe,Z+=h*me,J+=h*b,H+=h*f,B+=h*p,W+=h*O,V+=h*L,ce+=h*k,te+=h*K,Se+=h*se,ne+=h*de,h=$[2],Y+=h*xe,re+=h*Ee,ie+=h*ge,E+=h*we,I+=h*ve,Z+=h*fe,J+=h*me,H+=h*b,B+=h*f,W+=h*p,V+=h*O,ce+=h*L,te+=h*k,Se+=h*K,ne+=h*se,Ie+=h*de,h=$[3],re+=h*xe,ie+=h*Ee,E+=h*ge,I+=h*we,Z+=h*ve,J+=h*fe,H+=h*me,B+=h*b,W+=h*f,V+=h*p,ce+=h*O,te+=h*L,Se+=h*k,ne+=h*K,Ie+=h*se,T+=h*de,h=$[4],ie+=h*xe,E+=h*Ee,I+=h*ge,Z+=h*we,J+=h*ve,H+=h*fe,B+=h*me,W+=h*b,V+=h*f,ce+=h*p,te+=h*O,Se+=h*L,ne+=h*k,Ie+=h*K,T+=h*se,F+=h*de,h=$[5],E+=h*xe,I+=h*Ee,Z+=h*ge,J+=h*we,H+=h*ve,B+=h*fe,W+=h*me,V+=h*b,ce+=h*f,te+=h*p,Se+=h*O,ne+=h*L,Ie+=h*k,T+=h*K,F+=h*se,A+=h*de,h=$[6],I+=h*xe,Z+=h*Ee,J+=h*ge,H+=h*we,B+=h*ve,W+=h*fe,V+=h*me,ce+=h*b,te+=h*f,Se+=h*p,ne+=h*O,Ie+=h*L,T+=h*k,F+=h*K,A+=h*se,c+=h*de,h=$[7],Z+=h*xe,J+=h*Ee,H+=h*ge,B+=h*we,W+=h*ve,V+=h*fe,ce+=h*me,te+=h*b,Se+=h*f,ne+=h*p,Ie+=h*O,T+=h*L,F+=h*k,A+=h*K,c+=h*se,v+=h*de,h=$[8],J+=h*xe,H+=h*Ee,B+=h*ge,W+=h*we,V+=h*ve,ce+=h*fe,te+=h*me,Se+=h*b,ne+=h*f,Ie+=h*p,T+=h*O,F+=h*L,A+=h*k,c+=h*K,v+=h*se,G+=h*de,h=$[9],H+=h*xe,B+=h*Ee,W+=h*ge,V+=h*we,ce+=h*ve,te+=h*fe,Se+=h*me,ne+=h*b,Ie+=h*f,T+=h*p,F+=h*O,A+=h*L,c+=h*k,v+=h*K,G+=h*se,Q+=h*de,h=$[10],B+=h*xe,W+=h*Ee,V+=h*ge,ce+=h*we,te+=h*ve,Se+=h*fe,ne+=h*me,Ie+=h*b,T+=h*f,F+=h*p,A+=h*O,c+=h*L,v+=h*k,G+=h*K,Q+=h*se,he+=h*de,h=$[11],W+=h*xe,V+=h*Ee,ce+=h*ge,te+=h*we,Se+=h*ve,ne+=h*fe,Ie+=h*me,T+=h*b,F+=h*f,A+=h*p,c+=h*O,v+=h*L,G+=h*k,Q+=h*K,he+=h*se,ye+=h*de,h=$[12],V+=h*xe,ce+=h*Ee,te+=h*ge,Se+=h*we,ne+=h*ve,Ie+=h*fe,T+=h*me,F+=h*b,A+=h*f,c+=h*p,v+=h*O,G+=h*L,Q+=h*k,he+=h*K,ye+=h*se,pe+=h*de,h=$[13],ce+=h*xe,te+=h*Ee,Se+=h*ge,ne+=h*we,Ie+=h*ve,T+=h*fe,F+=h*me,A+=h*b,c+=h*f,v+=h*p,G+=h*O,Q+=h*L,he+=h*k,ye+=h*K,pe+=h*se,be+=h*de,h=$[14],te+=h*xe,Se+=h*Ee,ne+=h*ge,Ie+=h*we,T+=h*ve,F+=h*fe,A+=h*me,c+=h*b,v+=h*f,G+=h*p,Q+=h*O,he+=h*L,ye+=h*k,pe+=h*K,be+=h*se,ze+=h*de,h=$[15],Se+=h*xe,ne+=h*Ee,Ie+=h*ge,T+=h*we,F+=h*ve,A+=h*fe,c+=h*me,v+=h*b,G+=h*f,Q+=h*p,he+=h*O,ye+=h*L,pe+=h*k,be+=h*K,ze+=h*se,Ue+=h*de,q+=38*ne,z+=38*Ie,Y+=38*T,re+=38*F,ie+=38*A,E+=38*c,I+=38*v,Z+=38*G,J+=38*Q,H+=38*he,B+=38*ye,W+=38*pe,V+=38*be,ce+=38*ze,te+=38*Ue,C=1,h=q+C+65535,C=Math.floor(h/65536),q=h-C*65536,h=z+C+65535,C=Math.floor(h/65536),z=h-C*65536,h=Y+C+65535,C=Math.floor(h/65536),Y=h-C*65536,h=re+C+65535,C=Math.floor(h/65536),re=h-C*65536,h=ie+C+65535,C=Math.floor(h/65536),ie=h-C*65536,h=E+C+65535,C=Math.floor(h/65536),E=h-C*65536,h=I+C+65535,C=Math.floor(h/65536),I=h-C*65536,h=Z+C+65535,C=Math.floor(h/65536),Z=h-C*65536,h=J+C+65535,C=Math.floor(h/65536),J=h-C*65536,h=H+C+65535,C=Math.floor(h/65536),H=h-C*65536,h=B+C+65535,C=Math.floor(h/65536),B=h-C*65536,h=W+C+65535,C=Math.floor(h/65536),W=h-C*65536,h=V+C+65535,C=Math.floor(h/65536),V=h-C*65536,h=ce+C+65535,C=Math.floor(h/65536),ce=h-C*65536,h=te+C+65535,C=Math.floor(h/65536),te=h-C*65536,h=Se+C+65535,C=Math.floor(h/65536),Se=h-C*65536,q+=C-1+37*(C-1),C=1,h=q+C+65535,C=Math.floor(h/65536),q=h-C*65536,h=z+C+65535,C=Math.floor(h/65536),z=h-C*65536,h=Y+C+65535,C=Math.floor(h/65536),Y=h-C*65536,h=re+C+65535,C=Math.floor(h/65536),re=h-C*65536,h=ie+C+65535,C=Math.floor(h/65536),ie=h-C*65536,h=E+C+65535,C=Math.floor(h/65536),E=h-C*65536,h=I+C+65535,C=Math.floor(h/65536),I=h-C*65536,h=Z+C+65535,C=Math.floor(h/65536),Z=h-C*65536,h=J+C+65535,C=Math.floor(h/65536),J=h-C*65536,h=H+C+65535,C=Math.floor(h/65536),H=h-C*65536,h=B+C+65535,C=Math.floor(h/65536),B=h-C*65536,h=W+C+65535,C=Math.floor(h/65536),W=h-C*65536,h=V+C+65535,C=Math.floor(h/65536),V=h-C*65536,h=ce+C+65535,C=Math.floor(h/65536),ce=h-C*65536,h=te+C+65535,C=Math.floor(h/65536),te=h-C*65536,h=Se+C+65535,C=Math.floor(h/65536),Se=h-C*65536,q+=C-1+37*(C-1),S[0]=q,S[1]=z,S[2]=Y,S[3]=re,S[4]=ie,S[5]=E,S[6]=I,S[7]=Z,S[8]=J,S[9]=H,S[10]=B,S[11]=W,S[12]=V,S[13]=ce,S[14]=te,S[15]=Se}function w(S,$){m(S,$,$)}function _(S,$){const P=n();for(let h=0;h<16;h++)P[h]=$[h];for(let h=253;h>=0;h--)w(P,P),h!==2&&h!==4&&m(P,P,$);for(let h=0;h<16;h++)S[h]=P[h]}function R(S,$){const P=new Uint8Array(32),h=new Float64Array(80),C=n(),q=n(),z=n(),Y=n(),re=n(),ie=n();for(let J=0;J<31;J++)P[J]=S[J];P[31]=S[31]&127|64,P[0]&=248,u(h,$);for(let J=0;J<16;J++)q[J]=h[J];C[0]=Y[0]=1;for(let J=254;J>=0;--J){const H=P[J>>>3]>>>(J&7)&1;a(C,q,H),a(z,Y,H),d(re,C,z),y(C,C,z),d(z,q,Y),y(q,q,Y),w(Y,re),w(ie,C),m(C,z,C),m(z,q,re),d(re,C,z),y(C,C,z),w(q,C),y(z,Y,ie),m(C,z,o),d(C,C,Y),m(z,z,C),m(C,Y,ie),m(Y,q,h),w(q,re),a(C,q,H),a(z,Y,H)}for(let J=0;J<16;J++)h[J+16]=C[J],h[J+32]=z[J],h[J+48]=q[J],h[J+64]=Y[J];const E=h.subarray(32),I=h.subarray(16);_(E,E),m(I,I,E);const Z=new Uint8Array(32);return l(Z,I),Z}t.scalarMult=R;function M(S){return R(S,i)}t.scalarMultBase=M;function j(S){if(S.length!==t.SECRET_KEY_LENGTH)throw new Error(`x25519: seed must be ${t.SECRET_KEY_LENGTH} bytes`);const $=new Uint8Array(S);return{publicKey:M($),secretKey:$}}t.generateKeyPairFromSeed=j;function D(S){const $=(0,e.randomBytes)(32,S),P=j($);return(0,r.wipe)($),P}t.generateKeyPair=D;function N(S,$,P=!1){if(S.length!==t.PUBLIC_KEY_LENGTH)throw new Error("X25519: incorrect secret key length");if($.length!==t.PUBLIC_KEY_LENGTH)throw new Error("X25519: incorrect public key length");const h=R(S,$);if(P){let C=0;for(let q=0;q<h.length;q++)C|=h[q];if(C===0)throw new Error("X25519: invalid shared key")}return h}t.sharedKey=N})(ia);function eh(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?globalThis.Buffer.allocUnsafe(t):new Uint8Array(t)}function oa(t,e){e||(e=t.reduce((i,o)=>i+o.length,0));const r=eh(e);let n=0;for(const i of t)r.set(i,n),n+=i.length;return r}function k3(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var i=0;i<t.length;i++){var o=t.charAt(i),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=i}var a=t.length,l=t.charAt(0),u=Math.log(a)/Math.log(256),d=Math.log(256)/Math.log(a);function y(_){if(_ instanceof Uint8Array||(ArrayBuffer.isView(_)?_=new Uint8Array(_.buffer,_.byteOffset,_.byteLength):Array.isArray(_)&&(_=Uint8Array.from(_))),!(_ instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(_.length===0)return"";for(var R=0,M=0,j=0,D=_.length;j!==D&&_[j]===0;)j++,R++;for(var N=(D-j)*d+1>>>0,S=new Uint8Array(N);j!==D;){for(var $=_[j],P=0,h=N-1;($!==0||P<M)&&h!==-1;h--,P++)$+=256*S[h]>>>0,S[h]=$%a>>>0,$=$/a>>>0;if($!==0)throw new Error("Non-zero carry");M=P,j++}for(var C=N-M;C!==N&&S[C]===0;)C++;for(var q=l.repeat(R);C<N;++C)q+=t.charAt(S[C]);return q}function m(_){if(typeof _!="string")throw new TypeError("Expected String");if(_.length===0)return new Uint8Array;var R=0;if(_[R]!==" "){for(var M=0,j=0;_[R]===l;)M++,R++;for(var D=(_.length-R)*u+1>>>0,N=new Uint8Array(D);_[R];){var S=r[_.charCodeAt(R)];if(S===255)return;for(var $=0,P=D-1;(S!==0||$<j)&&P!==-1;P--,$++)S+=a*N[P]>>>0,N[P]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");j=$,R++}if(_[R]!==" "){for(var h=D-j;h!==D&&N[h]===0;)h++;for(var C=new Uint8Array(M+(D-h)),q=M;h!==D;)C[q++]=N[h++];return C}}}function w(_){var R=m(_);if(R)return R;throw new Error(`Non-${e} character`)}return{encode:y,decodeUnsafe:m,decode:w}}var H3=k3,z3=H3;const th=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},W3=t=>new TextEncoder().encode(t),V3=t=>new TextDecoder().decode(t);class q3{constructor(e,r,n){this.name=e,this.prefix=r,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}}class K3{constructor(e,r,n){if(this.name=e,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),this.baseDecode=n}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return rh(this,e)}}class G3{constructor(e){this.decoders=e}or(e){return rh(this,e)}decode(e){const r=e[0],n=this.decoders[r];if(n)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}const rh=(t,e)=>new G3({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}});class Y3{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new q3(e,r,n),this.decoder=new K3(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const ko=({name:t,prefix:e,encode:r,decode:n})=>new Y3(t,e,r,n),ni=({prefix:t,name:e,alphabet:r})=>{const{encode:n,decode:i}=z3(r,e);return ko({prefix:t,name:e,encode:n,decode:o=>th(i(o))})},Z3=(t,e,r,n)=>{const i={};for(let d=0;d<e.length;++d)i[e[d]]=d;let o=t.length;for(;t[o-1]==="=";)--o;const s=new Uint8Array(o*r/8|0);let a=0,l=0,u=0;for(let d=0;d<o;++d){const y=i[t[d]];if(y===void 0)throw new SyntaxError(`Non-${n} character`);l=l<<r|y,a+=r,a>=8&&(a-=8,s[u++]=255&l>>a)}if(a>=r||255&l<<8-a)throw new SyntaxError("Unexpected end of data");return s},J3=(t,e,r)=>{const n=e[e.length-1]==="=",i=(1<<r)-1;let o="",s=0,a=0;for(let l=0;l<t.length;++l)for(a=a<<8|t[l],s+=8;s>r;)s-=r,o+=e[i&a>>s];if(s&&(o+=e[i&a<<r-s]),n)for(;o.length*r&7;)o+="=";return o},Pt=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>ko({prefix:e,name:t,encode(i){return J3(i,n,r)},decode(i){return Z3(i,n,r,t)}}),X3=ko({prefix:"\0",name:"identity",encode:t=>V3(t),decode:t=>W3(t)});var Q3=Object.freeze({__proto__:null,identity:X3});const e2=Pt({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var t2=Object.freeze({__proto__:null,base2:e2});const r2=Pt({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var n2=Object.freeze({__proto__:null,base8:r2});const i2=ni({prefix:"9",name:"base10",alphabet:"0123456789"});var o2=Object.freeze({__proto__:null,base10:i2});const s2=Pt({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),a2=Pt({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var c2=Object.freeze({__proto__:null,base16:s2,base16upper:a2});const l2=Pt({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),u2=Pt({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),h2=Pt({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),f2=Pt({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),d2=Pt({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),p2=Pt({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),g2=Pt({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),m2=Pt({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),y2=Pt({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var b2=Object.freeze({__proto__:null,base32:l2,base32upper:u2,base32pad:h2,base32padupper:f2,base32hex:d2,base32hexupper:p2,base32hexpad:g2,base32hexpadupper:m2,base32z:y2});const w2=ni({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),v2=ni({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var _2=Object.freeze({__proto__:null,base36:w2,base36upper:v2});const E2=ni({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),x2=ni({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var S2=Object.freeze({__proto__:null,base58btc:E2,base58flickr:x2});const C2=Pt({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),O2=Pt({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),A2=Pt({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),I2=Pt({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var D2=Object.freeze({__proto__:null,base64:C2,base64pad:O2,base64url:A2,base64urlpad:I2});const nh=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),$2=nh.reduce((t,e,r)=>(t[r]=e,t),[]),F2=nh.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function P2(t){return t.reduce((e,r)=>(e+=$2[r],e),"")}function T2(t){const e=[];for(const r of t){const n=F2[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}const N2=ko({prefix:"\u{1F680}",name:"base256emoji",encode:P2,decode:T2});var R2=Object.freeze({__proto__:null,base256emoji:N2}),L2=oh,ih=128,M2=127,U2=~M2,j2=Math.pow(2,31);function oh(t,e,r){e=e||[],r=r||0;for(var n=r;t>=j2;)e[r++]=t&255|ih,t/=128;for(;t&U2;)e[r++]=t&255|ih,t>>>=7;return e[r]=t|0,oh.bytes=r-n+1,e}var B2=sa,k2=128,sh=127;function sa(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a)throw sa.bytes=0,new RangeError("Could not decode varint");s=t[o++],r+=i<28?(s&sh)<<i:(s&sh)*Math.pow(2,i),i+=7}while(s>=k2);return sa.bytes=o-n,r}var H2=Math.pow(2,7),z2=Math.pow(2,14),W2=Math.pow(2,21),V2=Math.pow(2,28),q2=Math.pow(2,35),K2=Math.pow(2,42),G2=Math.pow(2,49),Y2=Math.pow(2,56),Z2=Math.pow(2,63),J2=function(t){return t<H2?1:t<z2?2:t<W2?3:t<V2?4:t<q2?5:t<K2?6:t<G2?7:t<Y2?8:t<Z2?9:10},X2={encode:L2,decode:B2,encodingLength:J2},ah=X2;const ch=(t,e,r=0)=>(ah.encode(t,e,r),e),lh=t=>ah.encodingLength(t),aa=(t,e)=>{const r=e.byteLength,n=lh(t),i=n+lh(r),o=new Uint8Array(i+r);return ch(t,o,0),ch(r,o,n),o.set(e,i),new Q2(t,r,e,o)};class Q2{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}}const uh=({name:t,code:e,encode:r})=>new eg(t,e,r);class eg{constructor(e,r,n){this.name=e,this.code=r,this.encode=n}digest(e){if(e instanceof Uint8Array){const r=this.encode(e);return r instanceof Uint8Array?aa(this.code,r):r.then(n=>aa(this.code,n))}else throw Error("Unknown type, must be binary type")}}const hh=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),tg=uh({name:"sha2-256",code:18,encode:hh("SHA-256")}),rg=uh({name:"sha2-512",code:19,encode:hh("SHA-512")});var ng=Object.freeze({__proto__:null,sha256:tg,sha512:rg});const fh=0,ig="identity",dh=th;var og=Object.freeze({__proto__:null,identity:{code:fh,name:ig,encode:dh,digest:t=>aa(fh,dh(t))}});new TextEncoder,new TextDecoder;const ph={...Q3,...t2,...n2,...o2,...c2,...b2,..._2,...S2,...D2,...R2};({...ng,...og});function gh(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}const mh=gh("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),ca=gh("ascii","a",t=>{let e="a";for(let r=0;r<t.length;r++)e+=String.fromCharCode(t[r]);return e},t=>{t=t.substring(1);const e=eh(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),yh={utf8:mh,"utf-8":mh,hex:ph.base16,latin1:ca,ascii:ca,binary:ca,...ph};function Yt(t,e="utf8"){const r=yh[e];if(!r)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t,"utf8"):r.decoder.decode(`${r.prefix}${t}`)}function Zt(t,e="utf8"){const r=yh[e];if(!r)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString("utf8"):r.encoder.encode(t).substring(1)}var bh=function(t,e,r){if(r||arguments.length===2)for(var n=0,i=e.length,o;n<i;n++)(o||!(n in e))&&(o||(o=Array.prototype.slice.call(e,0,n)),o[n]=e[n]);return t.concat(o||Array.prototype.slice.call(e))},sg=function(){function t(e,r,n){this.name=e,this.version=r,this.os=n,this.type="browser"}return t}(),ag=function(){function t(e){this.version=e,this.type="node",this.name="node",this.os=process.platform}return t}(),cg=function(){function t(e,r,n,i){this.name=e,this.version=r,this.os=n,this.bot=i,this.type="bot-device"}return t}(),lg=function(){function t(){this.type="bot",this.bot=!0,this.name="bot",this.version=null,this.os=null}return t}(),ug=function(){function t(){this.type="react-native",this.name="react-native",this.version=null,this.os=null}return t}(),hg=/alexa|bot|crawl(er|ing)|facebookexternalhit|feedburner|google web preview|nagios|postrank|pingdom|slurp|spider|yahoo!|yandex/,fg=/(nuhk|curl|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask\ Jeeves\/Teoma|ia_archiver)/,wh=3,dg=[["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|$)/],["pie",/^Microsoft Pocket Internet Explorer\/(\d+\.\d+)$/],["pie",/^Mozilla\/\d\.\d+\s\(compatible;\s(?:MSP?IE|MSInternet Explorer) (\d+\.\d+);.*Windows CE.*\)$/],["netfront",/^Mozilla\/\d\.\d+.*NetFront\/(\d.\d)/],["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",/FB[AS]V\/([0-9\.]+)/],["instagram",/Instagram\s([0-9\.]+)/],["ios-webview",/AppleWebKit\/([0-9\.]+).*Mobile/],["ios-webview",/AppleWebKit\/([0-9\.]+).*Gecko\)$/],["curl",/^curl\/([0-9\.]+)$/],["searchbot",hg]],vh=[["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/],["Windows CE",/Windows CE|WinCE|Microsoft Pocket Internet Explorer/],["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/]];function pg(t){return t?_h(t):typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"?new ug:typeof navigator<"u"?_h(navigator.userAgent):yg()}function gg(t){return t!==""&&dg.reduce(function(e,r){var n=r[0],i=r[1];if(e)return e;var o=i.exec(t);return!!o&&[n,o]},!1)}function _h(t){var e=gg(t);if(!e)return null;var r=e[0],n=e[1];if(r==="searchbot")return new lg;var i=n[1]&&n[1].split(".").join("_").split("_").slice(0,3);i?i.length<wh&&(i=bh(bh([],i,!0),bg(wh-i.length),!0)):i=[];var o=i.join("."),s=mg(t),a=fg.exec(t);return a&&a[1]?new cg(r,o,s,a[1]):new sg(r,o,s)}function mg(t){for(var e=0,r=vh.length;e<r;e++){var n=vh[e],i=n[0],o=n[1],s=o.exec(t);if(s)return i}return null}function yg(){var t=typeof process<"u"&&process.version;return t?new ag(process.version.slice(1)):null}function bg(t){for(var e=[],r=0;r<t;r++)e.push("0");return e}var Fe={};/*! *****************************************************************************
2
2
  Copyright (c) Microsoft Corporation.
3
3
 
4
4
  Permission to use, copy, modify, and/or distribute this software for any
@@ -11,7 +11,7 @@
11
11
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
12
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
13
  PERFORMANCE OF THIS SOFTWARE.
14
- ***************************************************************************** */var po=function(t,e){return po=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i])},po(t,e)};function rp(t,e){po(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var go=function(){return go=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])}return e},go.apply(this,arguments)};function np(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function ip(t,e,r,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,r,s):o(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s}function sp(t,e){return function(r,n){e(r,n,t)}}function op(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function ap(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(p){try{l(n.next(p))}catch(w){o(w)}}function c(p){try{l(n.throw(p))}catch(w){o(w)}}function l(p){p.done?s(p.value):i(p.value).then(a,c)}l((n=n.apply(t,e||[])).next())})}function cp(t,e){var r={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(l){return function(p){return c([l,p])}}function c(l){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(s=l[0]&2?i.return:l[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,l[1])).done)return s;switch(i=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return r.label++,{value:l[1],done:!1};case 5:r.label++,i=l[1],l=[0];continue;case 7:l=r.ops.pop(),r.trys.pop();continue;default:if(s=r.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){r=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){r.label=l[1];break}if(l[0]===6&&r.label<s[1]){r.label=s[1],s=l;break}if(s&&r.label<s[2]){r.label=s[2],r.ops.push(l);break}s[2]&&r.ops.pop(),r.trys.pop();continue}l=e.call(t,r)}catch(p){l=[6,p],i=0}finally{n=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function lp(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function up(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function mo(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function vl(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(o)throw o.error}}return s}function hp(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(vl(arguments[e]));return t}function dp(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var s=arguments[e],o=0,a=s.length;o<a;o++,i++)n[i]=s[o];return n}function Ln(t){return this instanceof Ln?(this.v=t,this):new Ln(t)}function fp(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,s=[];return i={},o("next"),o("throw"),o("return"),i[Symbol.asyncIterator]=function(){return this},i;function o(m){n[m]&&(i[m]=function(y){return new Promise(function(E,T){s.push([m,y,E,T])>1||a(m,y)})})}function a(m,y){try{c(n[m](y))}catch(E){w(s[0][3],E)}}function c(m){m.value instanceof Ln?Promise.resolve(m.value.v).then(l,p):w(s[0][2],m)}function l(m){a("next",m)}function p(m){a("throw",m)}function w(m,y){m(y),s.shift(),s.length&&a(s[0][0],s[0][1])}}function pp(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,s){e[i]=t[i]?function(o){return(r=!r)?{value:Ln(t[i](o)),done:i==="return"}:s?s(o):o}:s}}function gp(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof mo=="function"?mo(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(s){r[s]=t[s]&&function(o){return new Promise(function(a,c){o=t[s](o),i(a,c,o.done,o.value)})}}function i(s,o,a,c){Promise.resolve(c).then(function(l){s({value:l,done:a})},o)}}function mp(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function wp(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function yp(t){return t&&t.__esModule?t:{default:t}}function bp(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function vp(t,e,r){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,r),r}var _p=Object.freeze({__proto__:null,__extends:rp,get __assign(){return go},__rest:np,__decorate:ip,__param:sp,__metadata:op,__awaiter:ap,__generator:cp,__createBinding:lp,__exportStar:up,__values:mo,__read:vl,__spread:hp,__spreadArrays:dp,__await:Ln,__asyncGenerator:fp,__asyncDelegator:pp,__asyncValues:gp,__makeTemplateObject:mp,__importStar:wp,__importDefault:yp,__classPrivateFieldGet:bp,__classPrivateFieldSet:vp}),Ji=Ar(_p),wo={},Mn={},_l;function Ep(){if(_l)return Mn;_l=1,Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.delay=void 0;function t(e){return new Promise(r=>{setTimeout(()=>{r(!0)},e)})}return Mn.delay=t,Mn}var $r={},yo={},Pr={},El;function xp(){return El||(El=1,Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.ONE_THOUSAND=Pr.ONE_HUNDRED=void 0,Pr.ONE_HUNDRED=100,Pr.ONE_THOUSAND=1e3),Pr}var bo={},xl;function Cp(){return xl||(xl=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.ONE_YEAR=t.FOUR_WEEKS=t.THREE_WEEKS=t.TWO_WEEKS=t.ONE_WEEK=t.THIRTY_DAYS=t.SEVEN_DAYS=t.FIVE_DAYS=t.THREE_DAYS=t.ONE_DAY=t.TWENTY_FOUR_HOURS=t.TWELVE_HOURS=t.SIX_HOURS=t.THREE_HOURS=t.ONE_HOUR=t.SIXTY_MINUTES=t.THIRTY_MINUTES=t.TEN_MINUTES=t.FIVE_MINUTES=t.ONE_MINUTE=t.SIXTY_SECONDS=t.THIRTY_SECONDS=t.TEN_SECONDS=t.FIVE_SECONDS=t.ONE_SECOND=void 0,t.ONE_SECOND=1,t.FIVE_SECONDS=5,t.TEN_SECONDS=10,t.THIRTY_SECONDS=30,t.SIXTY_SECONDS=60,t.ONE_MINUTE=t.SIXTY_SECONDS,t.FIVE_MINUTES=t.ONE_MINUTE*5,t.TEN_MINUTES=t.ONE_MINUTE*10,t.THIRTY_MINUTES=t.ONE_MINUTE*30,t.SIXTY_MINUTES=t.ONE_MINUTE*60,t.ONE_HOUR=t.SIXTY_MINUTES,t.THREE_HOURS=t.ONE_HOUR*3,t.SIX_HOURS=t.ONE_HOUR*6,t.TWELVE_HOURS=t.ONE_HOUR*12,t.TWENTY_FOUR_HOURS=t.ONE_HOUR*24,t.ONE_DAY=t.TWENTY_FOUR_HOURS,t.THREE_DAYS=t.ONE_DAY*3,t.FIVE_DAYS=t.ONE_DAY*5,t.SEVEN_DAYS=t.ONE_DAY*7,t.THIRTY_DAYS=t.ONE_DAY*30,t.ONE_WEEK=t.SEVEN_DAYS,t.TWO_WEEKS=t.ONE_WEEK*2,t.THREE_WEEKS=t.ONE_WEEK*3,t.FOUR_WEEKS=t.ONE_WEEK*4,t.ONE_YEAR=t.ONE_DAY*365}(bo)),bo}var Cl;function Sl(){return Cl||(Cl=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Ji;e.__exportStar(xp(),t),e.__exportStar(Cp(),t)}(yo)),yo}var Dl;function Sp(){if(Dl)return $r;Dl=1,Object.defineProperty($r,"__esModule",{value:!0}),$r.fromMiliseconds=$r.toMiliseconds=void 0;const t=Sl();function e(n){return n*t.ONE_THOUSAND}$r.toMiliseconds=e;function r(n){return Math.floor(n/t.ONE_THOUSAND)}return $r.fromMiliseconds=r,$r}var Il;function Dp(){return Il||(Il=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Ji;e.__exportStar(Ep(),t),e.__exportStar(Sp(),t)}(wo)),wo}var cn={},Ol;function Ip(){if(Ol)return cn;Ol=1,Object.defineProperty(cn,"__esModule",{value:!0}),cn.Watch=void 0;class t{constructor(){this.timestamps=new Map}start(r){if(this.timestamps.has(r))throw new Error(`Watch already started for label: ${r}`);this.timestamps.set(r,{started:Date.now()})}stop(r){const n=this.get(r);if(typeof n.elapsed<"u")throw new Error(`Watch already stopped for label: ${r}`);const i=Date.now()-n.started;this.timestamps.set(r,{started:n.started,elapsed:i})}get(r){const n=this.timestamps.get(r);if(typeof n>"u")throw new Error(`No timestamp found for label: ${r}`);return n}elapsed(r){const n=this.get(r);return n.elapsed||Date.now()-n.started}}return cn.Watch=t,cn.default=t,cn}var vo={},Un={},Al;function Op(){if(Al)return Un;Al=1,Object.defineProperty(Un,"__esModule",{value:!0}),Un.IWatch=void 0;class t{}return Un.IWatch=t,Un}var $l;function Ap(){return $l||($l=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Ji.__exportStar(Op(),t)}(vo)),vo}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Ji;e.__exportStar(Dp(),t),e.__exportStar(Ip(),t),e.__exportStar(Ap(),t),e.__exportStar(Sl(),t)})(ge);var ze={};Object.defineProperty(ze,"__esModule",{value:!0}),ze.getLocalStorage=ze.getLocalStorageOrThrow=ze.getCrypto=ze.getCryptoOrThrow=Tl=ze.getLocation=ze.getLocationOrThrow=_o=ze.getNavigator=ze.getNavigatorOrThrow=Pl=ze.getDocument=ze.getDocumentOrThrow=ze.getFromWindowOrThrow=ze.getFromWindow=void 0;function Tr(t){let e;return typeof window<"u"&&typeof window[t]<"u"&&(e=window[t]),e}ze.getFromWindow=Tr;function ln(t){const e=Tr(t);if(!e)throw new Error(`${t} is not defined in Window`);return e}ze.getFromWindowOrThrow=ln;function $p(){return ln("document")}ze.getDocumentOrThrow=$p;function Pp(){return Tr("document")}var Pl=ze.getDocument=Pp;function Tp(){return ln("navigator")}ze.getNavigatorOrThrow=Tp;function Rp(){return Tr("navigator")}var _o=ze.getNavigator=Rp;function Np(){return ln("location")}ze.getLocationOrThrow=Np;function Lp(){return Tr("location")}var Tl=ze.getLocation=Lp;function Mp(){return ln("crypto")}ze.getCryptoOrThrow=Mp;function Up(){return Tr("crypto")}ze.getCrypto=Up;function Fp(){return ln("localStorage")}ze.getLocalStorageOrThrow=Fp;function Bp(){return Tr("localStorage")}ze.getLocalStorage=Bp;var Eo={};Object.defineProperty(Eo,"__esModule",{value:!0});var Rl=Eo.getWindowMetadata=void 0;const Nl=ze;function jp(){let t,e;try{t=Nl.getDocumentOrThrow(),e=Nl.getLocationOrThrow()}catch{return null}function r(){const w=t.getElementsByTagName("link"),m=[];for(let y=0;y<w.length;y++){const E=w[y],T=E.getAttribute("rel");if(T&&T.toLowerCase().indexOf("icon")>-1){const R=E.getAttribute("href");if(R)if(R.toLowerCase().indexOf("https:")===-1&&R.toLowerCase().indexOf("http:")===-1&&R.indexOf("//")!==0){let L=e.protocol+"//"+e.host;if(R.indexOf("/")===0)L+=R;else{const x=e.pathname.split("/");x.pop();const O=x.join("/");L+=O+"/"+R}m.push(L)}else if(R.indexOf("//")===0){const L=e.protocol+R;m.push(L)}else m.push(R)}}return m}function n(...w){const m=t.getElementsByTagName("meta");for(let y=0;y<m.length;y++){const E=m[y],T=["itemprop","property","name"].map(R=>E.getAttribute(R)).filter(R=>R?w.includes(R):!1);if(T.length&&T){const R=E.getAttribute("content");if(R)return R}}return""}function i(){let w=n("name","og:site_name","og:title","twitter:title");return w||(w=t.title),w}function s(){return n("description","og:description","twitter:description","keywords")}const o=i(),a=s(),c=e.origin,l=r();return{description:a,url:c,icons:l,name:o}}Rl=Eo.getWindowMetadata=jp;var Fn={},kp=t=>encodeURIComponent(t).replace(/[!'()*]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`),Ll="%[a-f0-9]{2}",Ml=new RegExp("("+Ll+")|([^%]+?)","gi"),Ul=new RegExp("("+Ll+")+","gi");function xo(t,e){try{return[decodeURIComponent(t.join(""))]}catch{}if(t.length===1)return t;e=e||1;var r=t.slice(0,e),n=t.slice(e);return Array.prototype.concat.call([],xo(r),xo(n))}function Hp(t){try{return decodeURIComponent(t)}catch{for(var e=t.match(Ml)||[],r=1;r<e.length;r++)t=xo(e,r).join(""),e=t.match(Ml)||[];return t}}function zp(t){for(var e={"%FE%FF":"\uFFFD\uFFFD","%FF%FE":"\uFFFD\uFFFD"},r=Ul.exec(t);r;){try{e[r[0]]=decodeURIComponent(r[0])}catch{var n=Hp(r[0]);n!==r[0]&&(e[r[0]]=n)}r=Ul.exec(t)}e["%C2"]="\uFFFD";for(var i=Object.keys(e),s=0;s<i.length;s++){var o=i[s];t=t.replace(new RegExp(o,"g"),e[o])}return t}var Wp=function(t){if(typeof t!="string")throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof t+"`");try{return t=t.replace(/\+/g," "),decodeURIComponent(t)}catch{return zp(t)}},qp=(t,e)=>{if(!(typeof t=="string"&&typeof e=="string"))throw new TypeError("Expected the arguments to be of type `string`");if(e==="")return[t];const r=t.indexOf(e);return r===-1?[t]:[t.slice(0,r),t.slice(r+e.length)]},Vp=function(t,e){for(var r={},n=Object.keys(t),i=Array.isArray(e),s=0;s<n.length;s++){var o=n[s],a=t[o];(i?e.indexOf(o)!==-1:e(o,a,t))&&(r[o]=a)}return r};(function(t){const e=kp,r=Wp,n=qp,i=Vp,s=x=>x==null,o=Symbol("encodeFragmentIdentifier");function a(x){switch(x.arrayFormat){case"index":return O=>(_,D)=>{const I=_.length;return D===void 0||x.skipNull&&D===null||x.skipEmptyString&&D===""?_:D===null?[..._,[p(O,x),"[",I,"]"].join("")]:[..._,[p(O,x),"[",p(I,x),"]=",p(D,x)].join("")]};case"bracket":return O=>(_,D)=>D===void 0||x.skipNull&&D===null||x.skipEmptyString&&D===""?_:D===null?[..._,[p(O,x),"[]"].join("")]:[..._,[p(O,x),"[]=",p(D,x)].join("")];case"colon-list-separator":return O=>(_,D)=>D===void 0||x.skipNull&&D===null||x.skipEmptyString&&D===""?_:D===null?[..._,[p(O,x),":list="].join("")]:[..._,[p(O,x),":list=",p(D,x)].join("")];case"comma":case"separator":case"bracket-separator":{const O=x.arrayFormat==="bracket-separator"?"[]=":"=";return _=>(D,I)=>I===void 0||x.skipNull&&I===null||x.skipEmptyString&&I===""?D:(I=I===null?"":I,D.length===0?[[p(_,x),O,p(I,x)].join("")]:[[D,p(I,x)].join(x.arrayFormatSeparator)])}default:return O=>(_,D)=>D===void 0||x.skipNull&&D===null||x.skipEmptyString&&D===""?_:D===null?[..._,p(O,x)]:[..._,[p(O,x),"=",p(D,x)].join("")]}}function c(x){let O;switch(x.arrayFormat){case"index":return(_,D,I)=>{if(O=/\[(\d*)\]$/.exec(_),_=_.replace(/\[\d*\]$/,""),!O){I[_]=D;return}I[_]===void 0&&(I[_]={}),I[_][O[1]]=D};case"bracket":return(_,D,I)=>{if(O=/(\[\])$/.exec(_),_=_.replace(/\[\]$/,""),!O){I[_]=D;return}if(I[_]===void 0){I[_]=[D];return}I[_]=[].concat(I[_],D)};case"colon-list-separator":return(_,D,I)=>{if(O=/(:list)$/.exec(_),_=_.replace(/:list$/,""),!O){I[_]=D;return}if(I[_]===void 0){I[_]=[D];return}I[_]=[].concat(I[_],D)};case"comma":case"separator":return(_,D,I)=>{const h=typeof D=="string"&&D.includes(x.arrayFormatSeparator),v=typeof D=="string"&&!h&&w(D,x).includes(x.arrayFormatSeparator);D=v?w(D,x):D;const H=h||v?D.split(x.arrayFormatSeparator).map(j=>w(j,x)):D===null?D:w(D,x);I[_]=H};case"bracket-separator":return(_,D,I)=>{const h=/(\[\])$/.test(_);if(_=_.replace(/\[\]$/,""),!h){I[_]=D&&w(D,x);return}const v=D===null?[]:D.split(x.arrayFormatSeparator).map(H=>w(H,x));if(I[_]===void 0){I[_]=v;return}I[_]=[].concat(I[_],v)};default:return(_,D,I)=>{if(I[_]===void 0){I[_]=D;return}I[_]=[].concat(I[_],D)}}}function l(x){if(typeof x!="string"||x.length!==1)throw new TypeError("arrayFormatSeparator must be single character string")}function p(x,O){return O.encode?O.strict?e(x):encodeURIComponent(x):x}function w(x,O){return O.decode?r(x):x}function m(x){return Array.isArray(x)?x.sort():typeof x=="object"?m(Object.keys(x)).sort((O,_)=>Number(O)-Number(_)).map(O=>x[O]):x}function y(x){const O=x.indexOf("#");return O!==-1&&(x=x.slice(0,O)),x}function E(x){let O="";const _=x.indexOf("#");return _!==-1&&(O=x.slice(_)),O}function T(x){x=y(x);const O=x.indexOf("?");return O===-1?"":x.slice(O+1)}function R(x,O){return O.parseNumbers&&!Number.isNaN(Number(x))&&typeof x=="string"&&x.trim()!==""?x=Number(x):O.parseBooleans&&x!==null&&(x.toLowerCase()==="true"||x.toLowerCase()==="false")&&(x=x.toLowerCase()==="true"),x}function L(x,O){O=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},O),l(O.arrayFormatSeparator);const _=c(O),D=Object.create(null);if(typeof x!="string"||(x=x.trim().replace(/^[?#&]/,""),!x))return D;for(const I of x.split("&")){if(I==="")continue;let[h,v]=n(O.decode?I.replace(/\+/g," "):I,"=");v=v===void 0?null:["comma","separator","bracket-separator"].includes(O.arrayFormat)?v:w(v,O),_(w(h,O),v,D)}for(const I of Object.keys(D)){const h=D[I];if(typeof h=="object"&&h!==null)for(const v of Object.keys(h))h[v]=R(h[v],O);else D[I]=R(h,O)}return O.sort===!1?D:(O.sort===!0?Object.keys(D).sort():Object.keys(D).sort(O.sort)).reduce((I,h)=>{const v=D[h];return Boolean(v)&&typeof v=="object"&&!Array.isArray(v)?I[h]=m(v):I[h]=v,I},Object.create(null))}t.extract=T,t.parse=L,t.stringify=(x,O)=>{if(!x)return"";O=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},O),l(O.arrayFormatSeparator);const _=v=>O.skipNull&&s(x[v])||O.skipEmptyString&&x[v]==="",D=a(O),I={};for(const v of Object.keys(x))_(v)||(I[v]=x[v]);const h=Object.keys(I);return O.sort!==!1&&h.sort(O.sort),h.map(v=>{const H=x[v];return H===void 0?"":H===null?p(v,O):Array.isArray(H)?H.length===0&&O.arrayFormat==="bracket-separator"?p(v,O)+"[]":H.reduce(D(v),[]).join("&"):p(v,O)+"="+p(H,O)}).filter(v=>v.length>0).join("&")},t.parseUrl=(x,O)=>{O=Object.assign({decode:!0},O);const[_,D]=n(x,"#");return Object.assign({url:_.split("?")[0]||"",query:L(T(x),O)},O&&O.parseFragmentIdentifier&&D?{fragmentIdentifier:w(D,O)}:{})},t.stringifyUrl=(x,O)=>{O=Object.assign({encode:!0,strict:!0,[o]:!0},O);const _=y(x.url).split("?")[0]||"",D=t.extract(x.url),I=t.parse(D,{sort:!1}),h=Object.assign(I,x.query);let v=t.stringify(h,O);v&&(v=`?${v}`);let H=E(x.url);return x.fragmentIdentifier&&(H=`#${O[o]?p(x.fragmentIdentifier,O):x.fragmentIdentifier}`),`${_}${v}${H}`},t.pick=(x,O,_)=>{_=Object.assign({parseFragmentIdentifier:!0,[o]:!1},_);const{url:D,query:I,fragmentIdentifier:h}=t.parseUrl(x,_);return t.stringifyUrl({url:D,query:i(I,O),fragmentIdentifier:h},_)},t.exclude=(x,O,_)=>{const D=Array.isArray(O)?I=>!O.includes(I):(I,h)=>!O(I,h);return t.pick(x,D,_)}})(Fn);const Kp={waku:{publish:"waku_publish",subscribe:"waku_subscribe",subscription:"waku_subscription",unsubscribe:"waku_unsubscribe"},irn:{publish:"irn_publish",subscribe:"irn_subscribe",subscription:"irn_subscription",unsubscribe:"irn_unsubscribe"},iridium:{publish:"iridium_publish",subscribe:"iridium_subscribe",subscription:"iridium_subscription",unsubscribe:"iridium_unsubscribe"}};function Gp(t,e=[]){const r=[];return Object.keys(t).forEach(n=>{if(e.length&&!e.includes(n))return;const i=t[n];r.push(...i.accounts)}),r}const Fl="base10",Tt="base16",Co="base64pad",So="utf8",Bl=0,Rr=1,Zp=0,jl=1,Do=12,Io=32;function Yp(){const t=co.generateKeyPair();return{privateKey:Pt(t.secretKey,Tt),publicKey:Pt(t.publicKey,Tt)}}function Oo(){const t=an.randomBytes(Io);return Pt(t,Tt)}function Jp(t,e){const r=co.sharedKey($t(t,Tt),$t(e,Tt)),n=new ff(Zi.SHA256,r).expand(Io);return Pt(n,Tt)}function Xp(t){const e=Zi.hash($t(t,Tt));return Pt(e,Tt)}function Ao(t){const e=Zi.hash($t(t,So));return Pt(e,Tt)}function Qp(t){return $t(`${t}`,Fl)}function Bn(t){return Number(Pt(t,Fl))}function eg(t){const e=Qp(typeof t.type<"u"?t.type:Bl);if(Bn(e)===Rr&&typeof t.senderPublicKey>"u")throw new Error("Missing sender public key for type 1 envelope");const r=typeof t.senderPublicKey<"u"?$t(t.senderPublicKey,Tt):void 0,n=typeof t.iv<"u"?$t(t.iv,Tt):an.randomBytes(Do),i=new to.ChaCha20Poly1305($t(t.symKey,Tt)).seal(n,$t(t.message,So));return rg({type:e,sealed:i,iv:n,senderPublicKey:r})}function tg(t){const e=new to.ChaCha20Poly1305($t(t.symKey,Tt)),{sealed:r,iv:n}=$o(t.encoded),i=e.open(n,r);if(i===null)throw new Error("Failed to decrypt");return Pt(i,So)}function rg(t){if(Bn(t.type)===Rr){if(typeof t.senderPublicKey>"u")throw new Error("Missing sender public key for type 1 envelope");return Pt(lo([t.type,t.senderPublicKey,t.iv,t.sealed]),Co)}return Pt(lo([t.type,t.iv,t.sealed]),Co)}function $o(t){const e=$t(t,Co),r=e.slice(Zp,jl),n=jl;if(Bn(r)===Rr){const a=n+Io,c=a+Do,l=e.slice(n,a),p=e.slice(a,c),w=e.slice(c);return{type:r,sealed:w,iv:p,senderPublicKey:l}}const i=n+Do,s=e.slice(n,i),o=e.slice(i);return{type:r,sealed:o,iv:s}}function ng(t,e){const r=$o(t);return kl({type:Bn(r.type),senderPublicKey:typeof r.senderPublicKey<"u"?Pt(r.senderPublicKey,Tt):void 0,receiverPublicKey:e?.receiverPublicKey})}function kl(t){const e=t?.type||Bl;if(e===Rr){if(typeof t?.senderPublicKey>"u")throw new Error("missing sender public key");if(typeof t?.receiverPublicKey>"u")throw new Error("missing receiver public key")}return{type:e,senderPublicKey:t?.senderPublicKey,receiverPublicKey:t?.receiverPublicKey}}function Hl(t){return t.type===Rr&&typeof t.senderPublicKey=="string"&&typeof t.receiverPublicKey=="string"}var ig=Object.defineProperty,zl=Object.getOwnPropertySymbols,sg=Object.prototype.hasOwnProperty,og=Object.prototype.propertyIsEnumerable,Wl=(t,e,r)=>e in t?ig(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,ql=(t,e)=>{for(var r in e||(e={}))sg.call(e,r)&&Wl(t,r,e[r]);if(zl)for(var r of zl(e))og.call(e,r)&&Wl(t,r,e[r]);return t};const ag="ReactNative",jn={reactNative:"react-native",node:"node",browser:"browser",unknown:"unknown"},cg="js";function Vl(){return typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.node<"u"}function lg(){return!Pl()&&!!_o()&&navigator.product===ag}function ug(){return!Vl()&&!!_o()}function hg(){return lg()?jn.reactNative:Vl()?jn.node:ug()?jn.browser:jn.unknown}function dg(t,e){let r=Fn.parse(t);return r=ql(ql({},r),e),t=Fn.stringify(r),t}function fg(){return Rl()||{name:"",description:"",url:"",icons:[""]}}function pg(){const t=J1();if(t===null)return"unknown";const e=t.os?t.os.replace(" ","").toLowerCase():"unknown";return t.type==="browser"?[e,t.name,t.version].join("-"):[e,t.version].join("-")}function gg(){var t;const e=hg();return e===jn.browser?[e,((t=Tl())==null?void 0:t.host)||"unknown"].join(":"):e}function mg(t,e,r){const n=pg(),i=gg();return[[t,e].join("-"),[cg,r].join("-"),n,i].join("/")}function wg({protocol:t,version:e,relayUrl:r,sdkVersion:n,auth:i,projectId:s}){const o=r.split("?"),a=mg(t,e,n),c={auth:i,ua:a,projectId:s},l=dg(o[1]||"",c);return o[0]+"?"+l}function gr(t,e){return t.filter(r=>e.includes(r)).length===t.length}function Kl(t){return Object.fromEntries(t.entries())}function Gl(t){return new Map(Object.entries(t))}function Xt(t,e){return ge.fromMiliseconds((e||Date.now())+ge.toMiliseconds(t))}function mr(t){return ge.fromMiliseconds(Date.now())>=ge.toMiliseconds(t)}function Nr(t){const e=ge.toMiliseconds(t||ge.FIVE_MINUTES);let r,n,i;return{resolve:s=>{i&&r&&(clearTimeout(i),r(s))},reject:s=>{i&&n&&(clearTimeout(i),n(s))},done:()=>new Promise((s,o)=>{i=setTimeout(o,e),r=s,n=o})}}function Zl(t,e){return new Promise(async(r,n)=>{const i=setTimeout(()=>n(),e),s=await t;clearTimeout(i),r(s)})}function Yl(t,e){if(typeof e=="string"&&e.startsWith(`${t}:`))return e;if(t.toLowerCase()==="topic"){if(typeof e!="string")throw new Error('Value must be "string" for expirer target type: topic');return`topic:${e}`}else if(t.toLowerCase()==="id"){if(typeof e!="number")throw new Error('Value must be "number" for expirer target type: id');return`id:${e}`}throw new Error(`Unknown expirer target type: ${t}`)}function yg(t){return Yl("topic",t)}function bg(t){return Yl("id",t)}function Jl(t){const[e,r]=t.split(":"),n={id:void 0,topic:void 0};if(e==="topic"&&typeof r=="string")n.topic=r;else if(e==="id"&&Number.isInteger(Number(r)))n.id=Number(r);else throw new Error(`Invalid target, expected id:number or topic:string, got ${e}:${r}`);return n}function Qe(t,e){return`${t}${e?`:${e}`:""}`}const vg="irn";function Po(t){return t?.relay||{protocol:vg}}function To(t){const e=Kp[t];if(typeof e>"u")throw new Error(`Relay Protocol not supported: ${t}`);return e}var _g=Object.defineProperty,Xl=Object.getOwnPropertySymbols,Eg=Object.prototype.hasOwnProperty,xg=Object.prototype.propertyIsEnumerable,Ql=(t,e,r)=>e in t?_g(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Cg=(t,e)=>{for(var r in e||(e={}))Eg.call(e,r)&&Ql(t,r,e[r]);if(Xl)for(var r of Xl(e))xg.call(e,r)&&Ql(t,r,e[r]);return t};function Sg(t,e="-"){const r={},n="relay"+e;return Object.keys(t).forEach(i=>{if(i.startsWith(n)){const s=i.replace(n,""),o=t[i];r[s]=o}}),r}function Dg(t){const e=t.indexOf(":"),r=t.indexOf("?")!==-1?t.indexOf("?"):void 0,n=t.substring(0,e),i=t.substring(e+1,r).split("@"),s=typeof r<"u"?t.substring(r):"",o=Fn.parse(s);return{protocol:n,topic:i[0],version:parseInt(i[1],10),symKey:o.symKey,relay:Sg(o)}}function Ig(t,e="-"){const r="relay",n={};return Object.keys(t).forEach(i=>{const s=r+e+i;t[i]&&(n[s]=t[i])}),n}function Og(t){return`${t.protocol}:${t.topic}@${t.version}?`+Fn.stringify(Cg({symKey:t.symKey},Ig(t.relay)))}function kn(t){const e=[];return t.forEach(r=>{const[n,i]=r.split(":");e.push(`${n}:${i}`)}),e}function Ag(t){const e=[];return Object.values(t).forEach(r=>{e.push(...kn(r.accounts))}),e}function $g(t,e){const r=[];return Object.values(t).forEach(n=>{kn(n.accounts).includes(e)&&r.push(...n.methods)}),r}function Pg(t,e){const r=[];return Object.values(t).forEach(n=>{kn(n.accounts).includes(e)&&r.push(...n.events)}),r}function Tg(t,e){const r=Qi(t,e);if(r)throw new Error(r.message);const n={};for(const[i,s]of Object.entries(t))n[i]={methods:s.methods,events:s.events,chains:s.accounts.map(o=>`${o.split(":")[0]}:${o.split(":")[1]}`)};return n}const Rg={INVALID_METHOD:{message:"Invalid method.",code:1001},INVALID_EVENT:{message:"Invalid event.",code:1002},INVALID_UPDATE_REQUEST:{message:"Invalid update request.",code:1003},INVALID_EXTEND_REQUEST:{message:"Invalid extend request.",code:1004},INVALID_SESSION_SETTLE_REQUEST:{message:"Invalid session settle request.",code:1005},UNAUTHORIZED_METHOD:{message:"Unauthorized method.",code:3001},UNAUTHORIZED_EVENT:{message:"Unauthorized event.",code:3002},UNAUTHORIZED_UPDATE_REQUEST:{message:"Unauthorized update request.",code:3003},UNAUTHORIZED_EXTEND_REQUEST:{message:"Unauthorized extend request.",code:3004},USER_REJECTED:{message:"User rejected.",code:5e3},USER_REJECTED_CHAINS:{message:"User rejected chains.",code:5001},USER_REJECTED_METHODS:{message:"User rejected methods.",code:5002},USER_REJECTED_EVENTS:{message:"User rejected events.",code:5003},UNSUPPORTED_CHAINS:{message:"Unsupported chains.",code:5100},UNSUPPORTED_METHODS:{message:"Unsupported methods.",code:5101},UNSUPPORTED_EVENTS:{message:"Unsupported events.",code:5102},UNSUPPORTED_ACCOUNTS:{message:"Unsupported accounts.",code:5103},UNSUPPORTED_NAMESPACE_KEY:{message:"Unsupported namespace key.",code:5104},USER_DISCONNECTED:{message:"User disconnected.",code:6e3},SESSION_SETTLEMENT_FAILED:{message:"Session settlement failed.",code:7e3},WC_METHOD_UNSUPPORTED:{message:"Unsupported wc_ method.",code:10001}},Ng={NOT_INITIALIZED:{message:"Not initialized.",code:1},NO_MATCHING_KEY:{message:"No matching key.",code:2},RESTORE_WILL_OVERRIDE:{message:"Restore will override.",code:3},RESUBSCRIBED:{message:"Resubscribed.",code:4},MISSING_OR_INVALID:{message:"Missing or invalid.",code:5},EXPIRED:{message:"Expired.",code:6},UNKNOWN_TYPE:{message:"Unknown type.",code:7},MISMATCHED_TOPIC:{message:"Mismatched topic.",code:8},NON_CONFORMING_NAMESPACES:{message:"Non conforming namespaces.",code:9}};function se(t,e){const{message:r,code:n}=Ng[t];return{message:e?`${r} ${e}`:r,code:n}}function ot(t,e){const{message:r,code:n}=Rg[t];return{message:e?`${r} ${e}`:r,code:n}}function un(t,e){return Array.isArray(t)?typeof e<"u"&&t.length?t.every(e):!0:!1}function Xi(t){return Object.getPrototypeOf(t)===Object.prototype&&Object.keys(t).length}function Ht(t){return typeof t>"u"}function Et(t,e){return e&&Ht(t)?!0:typeof t=="string"&&Boolean(t.trim().length)}function Ro(t,e){return e&&Ht(t)?!0:typeof t=="number"&&!isNaN(t)}function Lg(t,e){const{requiredNamespaces:r}=e,n=Object.keys(t.namespaces),i=Object.keys(r);let s=!0;return gr(i,n)?(n.forEach(o=>{const{accounts:a,methods:c,events:l}=t.namespaces[o],p=kn(a),w=r[o];(!gr(w.chains,p)||!gr(w.methods,c)||!gr(w.events,l))&&(s=!1)}),s):!1}function No(t){return Et(t,!1)&&t.includes(":")?t.split(":").length===2:!1}function Mg(t){if(Et(t,!1)&&t.includes(":")){const e=t.split(":");if(e.length===3){const r=e[0]+":"+e[1];return!!e[2]&&No(r)}}return!1}function Ug(t){if(Et(t,!1))try{return typeof new URL(t)<"u"}catch{return!1}return!1}function Fg(t){var e;return(e=t?.proposer)==null?void 0:e.publicKey}function Bg(t){return t?.topic}function jg(t,e){let r=null;return Et(t?.publicKey,!1)||(r=se("MISSING_OR_INVALID",`${e} controller public key should be a string`)),r}function eu(t){let e=!0;return un(t)?t.length&&(e=t.every(r=>Et(r,!1))):e=!1,e}function kg(t,e,r){let n=null;return un(e)?e.forEach(i=>{n||(!No(i)||!i.includes(t))&&(n=ot("UNSUPPORTED_CHAINS",`${r}, chain ${i} should be a string and conform to "namespace:chainId" format`))}):n=ot("UNSUPPORTED_CHAINS",`${r}, chains ${e} should be an array of strings conforming to "namespace:chainId" format`),n}function Hg(t,e){let r=null;return Object.entries(t).forEach(([n,i])=>{if(r)return;const s=kg(n,i?.chains,`${e} requiredNamespace`);s&&(r=s)}),r}function zg(t,e){let r=null;return un(t)?t.forEach(n=>{r||Mg(n)||(r=ot("UNSUPPORTED_ACCOUNTS",`${e}, account ${n} should be a string and conform to "namespace:chainId:address" format`))}):r=ot("UNSUPPORTED_ACCOUNTS",`${e}, accounts should be an array of strings conforming to "namespace:chainId:address" format`),r}function Wg(t,e){let r=null;return Object.values(t).forEach(n=>{if(r)return;const i=zg(n?.accounts,`${e} namespace`);i&&(r=i)}),r}function qg(t,e){let r=null;return eu(t?.methods)?eu(t?.events)||(r=ot("UNSUPPORTED_EVENTS",`${e}, events should be an array of strings or empty array for no events`)):r=ot("UNSUPPORTED_METHODS",`${e}, methods should be an array of strings or empty array for no methods`),r}function tu(t,e){let r=null;return Object.values(t).forEach(n=>{if(r)return;const i=qg(n,`${e}, namespace`);i&&(r=i)}),r}function Vg(t,e){let r=null;if(t&&Xi(t)){const n=tu(t,e);n&&(r=n);const i=Hg(t,e);i&&(r=i)}else r=se("MISSING_OR_INVALID",`${e}, requiredNamespaces should be an object with data`);return r}function Qi(t,e){let r=null;if(t&&Xi(t)){const n=tu(t,e);n&&(r=n);const i=Wg(t,e);i&&(r=i)}else r=se("MISSING_OR_INVALID",`${e}, namespaces should be an object with data`);return r}function ru(t){return Et(t.protocol,!0)}function Kg(t,e){let r=!1;return e&&!t?r=!0:t&&un(t)&&t.length&&t.forEach(n=>{r=ru(n)}),r}function Gg(t){return typeof t=="number"}function Rt(t){return typeof t<"u"&&typeof t!==null}function Zg(t){return!(!t||typeof t!="object"||!t.code||!Ro(t.code,!1)||!t.message||!Et(t.message,!1))}function Yg(t){return!(Ht(t)||!Et(t.method,!1))}function Jg(t){return!(Ht(t)||Ht(t.result)&&Ht(t.error)||!Ro(t.id,!1)||!Et(t.jsonrpc,!1))}function Xg(t){return!(Ht(t)||!Et(t.name,!1))}function nu(t,e){return!(!No(e)||!Ag(t).includes(e))}function Qg(t,e,r){return Et(r,!1)?$g(t,e).includes(r):!1}function e2(t,e,r){return Et(r,!1)?Pg(t,e).includes(r):!1}function iu(t,e,r){let n=null;const i=Object.keys(t),s=Object.keys(e);return gr(i,s)?i.forEach(o=>{if(n)return;const a=t[o].chains,c=kn(e[o].accounts);gr(a,c)?gr(t[o].methods,e[o].methods)?gr(t[o].events,e[o].events)||(n=se("NON_CONFORMING_NAMESPACES",`${r} namespaces events don't satisfy requiredNamespaces events for ${o}`)):n=se("NON_CONFORMING_NAMESPACES",`${r} namespaces methods don't satisfy requiredNamespaces methods for ${o}`):n=se("NON_CONFORMING_NAMESPACES",`${r} namespaces accounts don't satisfy requiredNamespaces chains for ${o}`)}):n=se("NON_CONFORMING_NAMESPACES",`${r} namespaces keys don't satisfy requiredNamespaces`),n}function t2(t,e){return Ro(t,!1)&&t<=e.max&&t>=e.min}function r2(t){try{return JSON.stringify(t)}catch{return'"[Circular]"'}}var n2=i2;function i2(t,e,r){var n=r&&r.stringify||r2,i=1;if(typeof t=="object"&&t!==null){var s=e.length+i;if(s===1)return t;var o=new Array(s);o[0]=n(t);for(var a=1;a<s;a++)o[a]=n(e[a]);return o.join(" ")}if(typeof t!="string")return t;var c=e.length;if(c===0)return t;for(var l="",p=1-i,w=-1,m=t&&t.length||0,y=0;y<m;){if(t.charCodeAt(y)===37&&y+1<m){switch(w=w>-1?w:0,t.charCodeAt(y+1)){case 100:case 102:if(p>=c||e[p]==null)break;w<y&&(l+=t.slice(w,y)),l+=Number(e[p]),w=y+2,y++;break;case 105:if(p>=c||e[p]==null)break;w<y&&(l+=t.slice(w,y)),l+=Math.floor(Number(e[p])),w=y+2,y++;break;case 79:case 111:case 106:if(p>=c||e[p]===void 0)break;w<y&&(l+=t.slice(w,y));var E=typeof e[p];if(E==="string"){l+="'"+e[p]+"'",w=y+2,y++;break}if(E==="function"){l+=e[p].name||"<anonymous>",w=y+2,y++;break}l+=n(e[p]),w=y+2,y++;break;case 115:if(p>=c)break;w<y&&(l+=t.slice(w,y)),l+=String(e[p]),w=y+2,y++;break;case 37:w<y&&(l+=t.slice(w,y)),l+="%",w=y+2,y++,p--;break}++p}++y}return w===-1?t:(w<m&&(l+=t.slice(w)),l)}const su=n2;var Hn=Qt;const zn=p2().console||{},s2={mapHttpRequest:ts,mapHttpResponse:ts,wrapRequestSerializer:Mo,wrapResponseSerializer:Mo,wrapErrorSerializer:Mo,req:ts,res:ts,err:u2};function o2(t,e){return Array.isArray(t)?t.filter(function(n){return n!=="!stdSerializers.err"}):t===!0?Object.keys(e):!1}function Qt(t){t=t||{},t.browser=t.browser||{};const e=t.browser.transmit;if(e&&typeof e.send!="function")throw Error("pino: transmit option must have a send function");const r=t.browser.write||zn;t.browser.write&&(t.browser.asObject=!0);const n=t.serializers||{},i=o2(t.browser.serialize,n);let s=t.browser.serialize;Array.isArray(t.browser.serialize)&&t.browser.serialize.indexOf("!stdSerializers.err")>-1&&(s=!1);const o=["error","fatal","warn","info","debug","trace"];typeof r=="function"&&(r.error=r.fatal=r.warn=r.info=r.debug=r.trace=r),t.enabled===!1&&(t.level="silent");const a=t.level||"info",c=Object.create(r);c.log||(c.log=Wn),Object.defineProperty(c,"levelVal",{get:p}),Object.defineProperty(c,"level",{get:w,set:m});const l={transmit:e,serialize:i,asObject:t.browser.asObject,levels:o,timestamp:h2(t)};c.levels=Qt.levels,c.level=a,c.setMaxListeners=c.getMaxListeners=c.emit=c.addListener=c.on=c.prependListener=c.once=c.prependOnceListener=c.removeListener=c.removeAllListeners=c.listeners=c.listenerCount=c.eventNames=c.write=c.flush=Wn,c.serializers=n,c._serialize=i,c._stdErrSerialize=s,c.child=y,e&&(c._logEvent=Lo());function p(){return this.level==="silent"?1/0:this.levels.values[this.level]}function w(){return this._level}function m(E){if(E!=="silent"&&!this.levels.values[E])throw Error("unknown level "+E);this._level=E,hn(l,c,"error","log"),hn(l,c,"fatal","error"),hn(l,c,"warn","error"),hn(l,c,"info","log"),hn(l,c,"debug","log"),hn(l,c,"trace","log")}function y(E,T){if(!E)throw new Error("missing bindings for child Pino");T=T||{},i&&E.serializers&&(T.serializers=E.serializers);const R=T.serializers;if(i&&R){var L=Object.assign({},n,R),x=t.browser.serialize===!0?Object.keys(L):i;delete E.serializers,es([E],x,L,this._stdErrSerialize)}function O(_){this._childLevel=(_._childLevel|0)+1,this.error=dn(_,E,"error"),this.fatal=dn(_,E,"fatal"),this.warn=dn(_,E,"warn"),this.info=dn(_,E,"info"),this.debug=dn(_,E,"debug"),this.trace=dn(_,E,"trace"),L&&(this.serializers=L,this._serialize=x),e&&(this._logEvent=Lo([].concat(_._logEvent.bindings,E)))}return O.prototype=this,new O(this)}return c}Qt.levels={values:{fatal:60,error:50,warn:40,info:30,debug:20,trace:10},labels:{10:"trace",20:"debug",30:"info",40:"warn",50:"error",60:"fatal"}},Qt.stdSerializers=s2,Qt.stdTimeFunctions=Object.assign({},{nullTime:ou,epochTime:au,unixTime:d2,isoTime:f2});function hn(t,e,r,n){const i=Object.getPrototypeOf(e);e[r]=e.levelVal>e.levels.values[r]?Wn:i[r]?i[r]:zn[r]||zn[n]||Wn,a2(t,e,r)}function a2(t,e,r){!t.transmit&&e[r]===Wn||(e[r]=function(n){return function(){const s=t.timestamp(),o=new Array(arguments.length),a=Object.getPrototypeOf&&Object.getPrototypeOf(this)===zn?zn:this;for(var c=0;c<o.length;c++)o[c]=arguments[c];if(t.serialize&&!t.asObject&&es(o,this._serialize,this.serializers,this._stdErrSerialize),t.asObject?n.call(a,c2(this,r,o,s)):n.apply(a,o),t.transmit){const l=t.transmit.level||e.level,p=Qt.levels.values[l],w=Qt.levels.values[r];if(w<p)return;l2(this,{ts:s,methodLevel:r,methodValue:w,transmitLevel:l,transmitValue:Qt.levels.values[t.transmit.level||e.level],send:t.transmit.send,val:e.levelVal},o)}}}(e[r]))}function c2(t,e,r,n){t._serialize&&es(r,t._serialize,t.serializers,t._stdErrSerialize);const i=r.slice();let s=i[0];const o={};n&&(o.time=n),o.level=Qt.levels.values[e];let a=(t._childLevel|0)+1;if(a<1&&(a=1),s!==null&&typeof s=="object"){for(;a--&&typeof i[0]=="object";)Object.assign(o,i.shift());s=i.length?su(i.shift(),i):void 0}else typeof s=="string"&&(s=su(i.shift(),i));return s!==void 0&&(o.msg=s),o}function es(t,e,r,n){for(const i in t)if(n&&t[i]instanceof Error)t[i]=Qt.stdSerializers.err(t[i]);else if(typeof t[i]=="object"&&!Array.isArray(t[i]))for(const s in t[i])e&&e.indexOf(s)>-1&&s in r&&(t[i][s]=r[s](t[i][s]))}function dn(t,e,r){return function(){const n=new Array(1+arguments.length);n[0]=e;for(var i=1;i<n.length;i++)n[i]=arguments[i-1];return t[r].apply(this,n)}}function l2(t,e,r){const n=e.send,i=e.ts,s=e.methodLevel,o=e.methodValue,a=e.val,c=t._logEvent.bindings;es(r,t._serialize||Object.keys(t.serializers),t.serializers,t._stdErrSerialize===void 0?!0:t._stdErrSerialize),t._logEvent.ts=i,t._logEvent.messages=r.filter(function(l){return c.indexOf(l)===-1}),t._logEvent.level.label=s,t._logEvent.level.value=o,n(s,t._logEvent,a),t._logEvent=Lo(c)}function Lo(t){return{ts:0,messages:[],bindings:t||[],level:{label:"",value:0}}}function u2(t){const e={type:t.constructor.name,msg:t.message,stack:t.stack};for(const r in t)e[r]===void 0&&(e[r]=t[r]);return e}function h2(t){return typeof t.timestamp=="function"?t.timestamp:t.timestamp===!1?ou:au}function ts(){return{}}function Mo(t){return t}function Wn(){}function ou(){return!1}function au(){return Date.now()}function d2(){return Math.round(Date.now()/1e3)}function f2(){return new Date(Date.now()).toISOString()}function p2(){function t(e){return typeof e<"u"&&e}try{return typeof globalThis<"u"||Object.defineProperty(Object.prototype,"globalThis",{get:function(){return delete Object.prototype.globalThis,this.globalThis=this},configurable:!0}),globalThis}catch{return t(self)||t(window)||t(this)||{}}}var rs={};/*! *****************************************************************************
14
+ ***************************************************************************** */var la=function(t,e){return la=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i])},la(t,e)};function wg(t,e){la(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var ua=function(){return ua=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},ua.apply(this,arguments)};function vg(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function _g(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(i<3?s(o):i>3?s(e,r,o):s(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function Eg(t,e){return function(r,n){e(r,n,t)}}function xg(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function Sg(t,e,r,n){function i(o){return o instanceof r?o:new r(function(s){s(o)})}return new(r||(r=Promise))(function(o,s){function a(d){try{u(n.next(d))}catch(y){s(y)}}function l(d){try{u(n.throw(d))}catch(y){s(y)}}function u(d){d.done?o(d.value):i(d.value).then(a,l)}u((n=n.apply(t,e||[])).next())})}function Cg(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(u){return function(d){return l([u,d])}}function l(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=u[0]&2?i.return:u[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,u[1])).done)return o;switch(i=0,o&&(u=[u[0]&2,o.value]),u[0]){case 0:case 1:o=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,i=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){r.label=u[1];break}if(u[0]===6&&r.label<o[1]){r.label=o[1],o=u;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(u);break}o[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}catch(d){u=[6,d],i=0}finally{n=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function Og(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function Ag(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function ha(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Eh(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],s;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(a){s={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function Ig(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(Eh(arguments[e]));return t}function Dg(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var o=arguments[e],s=0,a=o.length;s<a;s++,i++)n[i]=o[s];return n}function ii(t){return this instanceof ii?(this.v=t,this):new ii(t)}function $g(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},s("next"),s("throw"),s("return"),i[Symbol.asyncIterator]=function(){return this},i;function s(m){n[m]&&(i[m]=function(w){return new Promise(function(_,R){o.push([m,w,_,R])>1||a(m,w)})})}function a(m,w){try{l(n[m](w))}catch(_){y(o[0][3],_)}}function l(m){m.value instanceof ii?Promise.resolve(m.value.v).then(u,d):y(o[0][2],m)}function u(m){a("next",m)}function d(m){a("throw",m)}function y(m,w){m(w),o.shift(),o.length&&a(o[0][0],o[0][1])}}function Fg(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,o){e[i]=t[i]?function(s){return(r=!r)?{value:ii(t[i](s)),done:i==="return"}:o?o(s):s}:o}}function Pg(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof ha=="function"?ha(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(o){r[o]=t[o]&&function(s){return new Promise(function(a,l){s=t[o](s),i(a,l,s.done,s.value)})}}function i(o,s,a,l){Promise.resolve(l).then(function(u){o({value:u,done:a})},s)}}function Tg(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function Ng(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function Rg(t){return t&&t.__esModule?t:{default:t}}function Lg(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function Mg(t,e,r){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,r),r}var Ug=Object.freeze({__proto__:null,__extends:wg,get __assign(){return ua},__rest:vg,__decorate:_g,__param:Eg,__metadata:xg,__awaiter:Sg,__generator:Cg,__createBinding:Og,__exportStar:Ag,__values:ha,__read:Eh,__spread:Ig,__spreadArrays:Dg,__await:ii,__asyncGenerator:$g,__asyncDelegator:Fg,__asyncValues:Pg,__makeTemplateObject:Tg,__importStar:Ng,__importDefault:Rg,__classPrivateFieldGet:Lg,__classPrivateFieldSet:Mg}),Ho=Zr(Ug),fa={},oi={},xh;function jg(){if(xh)return oi;xh=1,Object.defineProperty(oi,"__esModule",{value:!0}),oi.delay=void 0;function t(e){return new Promise(r=>{setTimeout(()=>{r(!0)},e)})}return oi.delay=t,oi}var Jr={},da={},Xr={},Sh;function Bg(){return Sh||(Sh=1,Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.ONE_THOUSAND=Xr.ONE_HUNDRED=void 0,Xr.ONE_HUNDRED=100,Xr.ONE_THOUSAND=1e3),Xr}var pa={},Ch;function kg(){return Ch||(Ch=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.ONE_YEAR=t.FOUR_WEEKS=t.THREE_WEEKS=t.TWO_WEEKS=t.ONE_WEEK=t.THIRTY_DAYS=t.SEVEN_DAYS=t.FIVE_DAYS=t.THREE_DAYS=t.ONE_DAY=t.TWENTY_FOUR_HOURS=t.TWELVE_HOURS=t.SIX_HOURS=t.THREE_HOURS=t.ONE_HOUR=t.SIXTY_MINUTES=t.THIRTY_MINUTES=t.TEN_MINUTES=t.FIVE_MINUTES=t.ONE_MINUTE=t.SIXTY_SECONDS=t.THIRTY_SECONDS=t.TEN_SECONDS=t.FIVE_SECONDS=t.ONE_SECOND=void 0,t.ONE_SECOND=1,t.FIVE_SECONDS=5,t.TEN_SECONDS=10,t.THIRTY_SECONDS=30,t.SIXTY_SECONDS=60,t.ONE_MINUTE=t.SIXTY_SECONDS,t.FIVE_MINUTES=t.ONE_MINUTE*5,t.TEN_MINUTES=t.ONE_MINUTE*10,t.THIRTY_MINUTES=t.ONE_MINUTE*30,t.SIXTY_MINUTES=t.ONE_MINUTE*60,t.ONE_HOUR=t.SIXTY_MINUTES,t.THREE_HOURS=t.ONE_HOUR*3,t.SIX_HOURS=t.ONE_HOUR*6,t.TWELVE_HOURS=t.ONE_HOUR*12,t.TWENTY_FOUR_HOURS=t.ONE_HOUR*24,t.ONE_DAY=t.TWENTY_FOUR_HOURS,t.THREE_DAYS=t.ONE_DAY*3,t.FIVE_DAYS=t.ONE_DAY*5,t.SEVEN_DAYS=t.ONE_DAY*7,t.THIRTY_DAYS=t.ONE_DAY*30,t.ONE_WEEK=t.SEVEN_DAYS,t.TWO_WEEKS=t.ONE_WEEK*2,t.THREE_WEEKS=t.ONE_WEEK*3,t.FOUR_WEEKS=t.ONE_WEEK*4,t.ONE_YEAR=t.ONE_DAY*365}(pa)),pa}var Oh;function Ah(){return Oh||(Oh=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Ho;e.__exportStar(Bg(),t),e.__exportStar(kg(),t)}(da)),da}var Ih;function Hg(){if(Ih)return Jr;Ih=1,Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.fromMiliseconds=Jr.toMiliseconds=void 0;const t=Ah();function e(n){return n*t.ONE_THOUSAND}Jr.toMiliseconds=e;function r(n){return Math.floor(n/t.ONE_THOUSAND)}return Jr.fromMiliseconds=r,Jr}var Dh;function zg(){return Dh||(Dh=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Ho;e.__exportStar(jg(),t),e.__exportStar(Hg(),t)}(fa)),fa}var Dn={},$h;function Wg(){if($h)return Dn;$h=1,Object.defineProperty(Dn,"__esModule",{value:!0}),Dn.Watch=void 0;class t{constructor(){this.timestamps=new Map}start(r){if(this.timestamps.has(r))throw new Error(`Watch already started for label: ${r}`);this.timestamps.set(r,{started:Date.now()})}stop(r){const n=this.get(r);if(typeof n.elapsed<"u")throw new Error(`Watch already stopped for label: ${r}`);const i=Date.now()-n.started;this.timestamps.set(r,{started:n.started,elapsed:i})}get(r){const n=this.timestamps.get(r);if(typeof n>"u")throw new Error(`No timestamp found for label: ${r}`);return n}elapsed(r){const n=this.get(r);return n.elapsed||Date.now()-n.started}}return Dn.Watch=t,Dn.default=t,Dn}var ga={},si={},Fh;function Vg(){if(Fh)return si;Fh=1,Object.defineProperty(si,"__esModule",{value:!0}),si.IWatch=void 0;class t{}return si.IWatch=t,si}var Ph;function qg(){return Ph||(Ph=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Ho.__exportStar(Vg(),t)}(ga)),ga}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Ho;e.__exportStar(zg(),t),e.__exportStar(Wg(),t),e.__exportStar(qg(),t),e.__exportStar(Ah(),t)})(Fe);var mt={};Object.defineProperty(mt,"__esModule",{value:!0}),mt.getLocalStorage=mt.getLocalStorageOrThrow=mt.getCrypto=mt.getCryptoOrThrow=Nh=mt.getLocation=mt.getLocationOrThrow=ma=mt.getNavigator=mt.getNavigatorOrThrow=Th=mt.getDocument=mt.getDocumentOrThrow=mt.getFromWindowOrThrow=mt.getFromWindow=void 0;function Qr(t){let e;return typeof window<"u"&&typeof window[t]<"u"&&(e=window[t]),e}mt.getFromWindow=Qr;function $n(t){const e=Qr(t);if(!e)throw new Error(`${t} is not defined in Window`);return e}mt.getFromWindowOrThrow=$n;function Kg(){return $n("document")}mt.getDocumentOrThrow=Kg;function Gg(){return Qr("document")}var Th=mt.getDocument=Gg;function Yg(){return $n("navigator")}mt.getNavigatorOrThrow=Yg;function Zg(){return Qr("navigator")}var ma=mt.getNavigator=Zg;function Jg(){return $n("location")}mt.getLocationOrThrow=Jg;function Xg(){return Qr("location")}var Nh=mt.getLocation=Xg;function Qg(){return $n("crypto")}mt.getCryptoOrThrow=Qg;function e5(){return Qr("crypto")}mt.getCrypto=e5;function t5(){return $n("localStorage")}mt.getLocalStorageOrThrow=t5;function r5(){return Qr("localStorage")}mt.getLocalStorage=r5;var ya={};Object.defineProperty(ya,"__esModule",{value:!0});var Rh=ya.getWindowMetadata=void 0;const Lh=mt;function n5(){let t,e;try{t=Lh.getDocumentOrThrow(),e=Lh.getLocationOrThrow()}catch{return null}function r(){const y=t.getElementsByTagName("link"),m=[];for(let w=0;w<y.length;w++){const _=y[w],R=_.getAttribute("rel");if(R&&R.toLowerCase().indexOf("icon")>-1){const M=_.getAttribute("href");if(M)if(M.toLowerCase().indexOf("https:")===-1&&M.toLowerCase().indexOf("http:")===-1&&M.indexOf("//")!==0){let j=e.protocol+"//"+e.host;if(M.indexOf("/")===0)j+=M;else{const D=e.pathname.split("/");D.pop();const N=D.join("/");j+=N+"/"+M}m.push(j)}else if(M.indexOf("//")===0){const j=e.protocol+M;m.push(j)}else m.push(M)}}return m}function n(...y){const m=t.getElementsByTagName("meta");for(let w=0;w<m.length;w++){const _=m[w],R=["itemprop","property","name"].map(M=>_.getAttribute(M)).filter(M=>M?y.includes(M):!1);if(R.length&&R){const M=_.getAttribute("content");if(M)return M}}return""}function i(){let y=n("name","og:site_name","og:title","twitter:title");return y||(y=t.title),y}function o(){return n("description","og:description","twitter:description","keywords")}const s=i(),a=o(),l=e.origin,u=r();return{description:a,url:l,icons:u,name:s}}Rh=ya.getWindowMetadata=n5;var ai={},i5=t=>encodeURIComponent(t).replace(/[!'()*]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`),Mh="%[a-f0-9]{2}",Uh=new RegExp("("+Mh+")|([^%]+?)","gi"),jh=new RegExp("("+Mh+")+","gi");function ba(t,e){try{return[decodeURIComponent(t.join(""))]}catch{}if(t.length===1)return t;e=e||1;var r=t.slice(0,e),n=t.slice(e);return Array.prototype.concat.call([],ba(r),ba(n))}function o5(t){try{return decodeURIComponent(t)}catch{for(var e=t.match(Uh)||[],r=1;r<e.length;r++)t=ba(e,r).join(""),e=t.match(Uh)||[];return t}}function s5(t){for(var e={"%FE%FF":"\uFFFD\uFFFD","%FF%FE":"\uFFFD\uFFFD"},r=jh.exec(t);r;){try{e[r[0]]=decodeURIComponent(r[0])}catch{var n=o5(r[0]);n!==r[0]&&(e[r[0]]=n)}r=jh.exec(t)}e["%C2"]="\uFFFD";for(var i=Object.keys(e),o=0;o<i.length;o++){var s=i[o];t=t.replace(new RegExp(s,"g"),e[s])}return t}var a5=function(t){if(typeof t!="string")throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof t+"`");try{return t=t.replace(/\+/g," "),decodeURIComponent(t)}catch{return s5(t)}},c5=(t,e)=>{if(!(typeof t=="string"&&typeof e=="string"))throw new TypeError("Expected the arguments to be of type `string`");if(e==="")return[t];const r=t.indexOf(e);return r===-1?[t]:[t.slice(0,r),t.slice(r+e.length)]},l5=function(t,e){for(var r={},n=Object.keys(t),i=Array.isArray(e),o=0;o<n.length;o++){var s=n[o],a=t[s];(i?e.indexOf(s)!==-1:e(s,a,t))&&(r[s]=a)}return r};(function(t){const e=i5,r=a5,n=c5,i=l5,o=D=>D==null,s=Symbol("encodeFragmentIdentifier");function a(D){switch(D.arrayFormat){case"index":return N=>(S,$)=>{const P=S.length;return $===void 0||D.skipNull&&$===null||D.skipEmptyString&&$===""?S:$===null?[...S,[d(N,D),"[",P,"]"].join("")]:[...S,[d(N,D),"[",d(P,D),"]=",d($,D)].join("")]};case"bracket":return N=>(S,$)=>$===void 0||D.skipNull&&$===null||D.skipEmptyString&&$===""?S:$===null?[...S,[d(N,D),"[]"].join("")]:[...S,[d(N,D),"[]=",d($,D)].join("")];case"colon-list-separator":return N=>(S,$)=>$===void 0||D.skipNull&&$===null||D.skipEmptyString&&$===""?S:$===null?[...S,[d(N,D),":list="].join("")]:[...S,[d(N,D),":list=",d($,D)].join("")];case"comma":case"separator":case"bracket-separator":{const N=D.arrayFormat==="bracket-separator"?"[]=":"=";return S=>($,P)=>P===void 0||D.skipNull&&P===null||D.skipEmptyString&&P===""?$:(P=P===null?"":P,$.length===0?[[d(S,D),N,d(P,D)].join("")]:[[$,d(P,D)].join(D.arrayFormatSeparator)])}default:return N=>(S,$)=>$===void 0||D.skipNull&&$===null||D.skipEmptyString&&$===""?S:$===null?[...S,d(N,D)]:[...S,[d(N,D),"=",d($,D)].join("")]}}function l(D){let N;switch(D.arrayFormat){case"index":return(S,$,P)=>{if(N=/\[(\d*)\]$/.exec(S),S=S.replace(/\[\d*\]$/,""),!N){P[S]=$;return}P[S]===void 0&&(P[S]={}),P[S][N[1]]=$};case"bracket":return(S,$,P)=>{if(N=/(\[\])$/.exec(S),S=S.replace(/\[\]$/,""),!N){P[S]=$;return}if(P[S]===void 0){P[S]=[$];return}P[S]=[].concat(P[S],$)};case"colon-list-separator":return(S,$,P)=>{if(N=/(:list)$/.exec(S),S=S.replace(/:list$/,""),!N){P[S]=$;return}if(P[S]===void 0){P[S]=[$];return}P[S]=[].concat(P[S],$)};case"comma":case"separator":return(S,$,P)=>{const h=typeof $=="string"&&$.includes(D.arrayFormatSeparator),C=typeof $=="string"&&!h&&y($,D).includes(D.arrayFormatSeparator);$=C?y($,D):$;const q=h||C?$.split(D.arrayFormatSeparator).map(z=>y(z,D)):$===null?$:y($,D);P[S]=q};case"bracket-separator":return(S,$,P)=>{const h=/(\[\])$/.test(S);if(S=S.replace(/\[\]$/,""),!h){P[S]=$&&y($,D);return}const C=$===null?[]:$.split(D.arrayFormatSeparator).map(q=>y(q,D));if(P[S]===void 0){P[S]=C;return}P[S]=[].concat(P[S],C)};default:return(S,$,P)=>{if(P[S]===void 0){P[S]=$;return}P[S]=[].concat(P[S],$)}}}function u(D){if(typeof D!="string"||D.length!==1)throw new TypeError("arrayFormatSeparator must be single character string")}function d(D,N){return N.encode?N.strict?e(D):encodeURIComponent(D):D}function y(D,N){return N.decode?r(D):D}function m(D){return Array.isArray(D)?D.sort():typeof D=="object"?m(Object.keys(D)).sort((N,S)=>Number(N)-Number(S)).map(N=>D[N]):D}function w(D){const N=D.indexOf("#");return N!==-1&&(D=D.slice(0,N)),D}function _(D){let N="";const S=D.indexOf("#");return S!==-1&&(N=D.slice(S)),N}function R(D){D=w(D);const N=D.indexOf("?");return N===-1?"":D.slice(N+1)}function M(D,N){return N.parseNumbers&&!Number.isNaN(Number(D))&&typeof D=="string"&&D.trim()!==""?D=Number(D):N.parseBooleans&&D!==null&&(D.toLowerCase()==="true"||D.toLowerCase()==="false")&&(D=D.toLowerCase()==="true"),D}function j(D,N){N=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},N),u(N.arrayFormatSeparator);const S=l(N),$=Object.create(null);if(typeof D!="string"||(D=D.trim().replace(/^[?#&]/,""),!D))return $;for(const P of D.split("&")){if(P==="")continue;let[h,C]=n(N.decode?P.replace(/\+/g," "):P,"=");C=C===void 0?null:["comma","separator","bracket-separator"].includes(N.arrayFormat)?C:y(C,N),S(y(h,N),C,$)}for(const P of Object.keys($)){const h=$[P];if(typeof h=="object"&&h!==null)for(const C of Object.keys(h))h[C]=M(h[C],N);else $[P]=M(h,N)}return N.sort===!1?$:(N.sort===!0?Object.keys($).sort():Object.keys($).sort(N.sort)).reduce((P,h)=>{const C=$[h];return Boolean(C)&&typeof C=="object"&&!Array.isArray(C)?P[h]=m(C):P[h]=C,P},Object.create(null))}t.extract=R,t.parse=j,t.stringify=(D,N)=>{if(!D)return"";N=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},N),u(N.arrayFormatSeparator);const S=C=>N.skipNull&&o(D[C])||N.skipEmptyString&&D[C]==="",$=a(N),P={};for(const C of Object.keys(D))S(C)||(P[C]=D[C]);const h=Object.keys(P);return N.sort!==!1&&h.sort(N.sort),h.map(C=>{const q=D[C];return q===void 0?"":q===null?d(C,N):Array.isArray(q)?q.length===0&&N.arrayFormat==="bracket-separator"?d(C,N)+"[]":q.reduce($(C),[]).join("&"):d(C,N)+"="+d(q,N)}).filter(C=>C.length>0).join("&")},t.parseUrl=(D,N)=>{N=Object.assign({decode:!0},N);const[S,$]=n(D,"#");return Object.assign({url:S.split("?")[0]||"",query:j(R(D),N)},N&&N.parseFragmentIdentifier&&$?{fragmentIdentifier:y($,N)}:{})},t.stringifyUrl=(D,N)=>{N=Object.assign({encode:!0,strict:!0,[s]:!0},N);const S=w(D.url).split("?")[0]||"",$=t.extract(D.url),P=t.parse($,{sort:!1}),h=Object.assign(P,D.query);let C=t.stringify(h,N);C&&(C=`?${C}`);let q=_(D.url);return D.fragmentIdentifier&&(q=`#${N[s]?d(D.fragmentIdentifier,N):D.fragmentIdentifier}`),`${S}${C}${q}`},t.pick=(D,N,S)=>{S=Object.assign({parseFragmentIdentifier:!0,[s]:!1},S);const{url:$,query:P,fragmentIdentifier:h}=t.parseUrl(D,S);return t.stringifyUrl({url:$,query:i(P,N),fragmentIdentifier:h},S)},t.exclude=(D,N,S)=>{const $=Array.isArray(N)?P=>!N.includes(P):(P,h)=>!N(P,h);return t.pick(D,$,S)}})(ai);const u5={waku:{publish:"waku_publish",subscribe:"waku_subscribe",subscription:"waku_subscription",unsubscribe:"waku_unsubscribe"},irn:{publish:"irn_publish",subscribe:"irn_subscribe",subscription:"irn_subscription",unsubscribe:"irn_unsubscribe"},iridium:{publish:"iridium_publish",subscribe:"iridium_subscribe",subscription:"iridium_subscription",unsubscribe:"iridium_unsubscribe"}};function h5(t,e=[]){const r=[];return Object.keys(t).forEach(n=>{if(e.length&&!e.includes(n))return;const i=t[n];r.push(...i.accounts)}),r}function wa(t,e){return t.includes(":")?[t]:e.chains||[]}const Bh="base10",Jt="base16",va="base64pad",_a="utf8",kh=0,en=1,f5=0,Hh=1,Ea=12,xa=32;function d5(){const t=ia.generateKeyPair();return{privateKey:Zt(t.secretKey,Jt),publicKey:Zt(t.publicKey,Jt)}}function Sa(){const t=In.randomBytes(xa);return Zt(t,Jt)}function p5(t,e){const r=ia.sharedKey(Yt(t,Jt),Yt(e,Jt)),n=new $3(Bo.SHA256,r).expand(xa);return Zt(n,Jt)}function g5(t){const e=Bo.hash(Yt(t,Jt));return Zt(e,Jt)}function zo(t){const e=Bo.hash(Yt(t,_a));return Zt(e,Jt)}function m5(t){return Yt(`${t}`,Bh)}function ci(t){return Number(Zt(t,Bh))}function y5(t){const e=m5(typeof t.type<"u"?t.type:kh);if(ci(e)===en&&typeof t.senderPublicKey>"u")throw new Error("Missing sender public key for type 1 envelope");const r=typeof t.senderPublicKey<"u"?Yt(t.senderPublicKey,Jt):void 0,n=typeof t.iv<"u"?Yt(t.iv,Jt):In.randomBytes(Ea),i=new Js.ChaCha20Poly1305(Yt(t.symKey,Jt)).seal(n,Yt(t.message,_a));return w5({type:e,sealed:i,iv:n,senderPublicKey:r})}function b5(t){const e=new Js.ChaCha20Poly1305(Yt(t.symKey,Jt)),{sealed:r,iv:n}=Ca(t.encoded),i=e.open(n,r);if(i===null)throw new Error("Failed to decrypt");return Zt(i,_a)}function w5(t){if(ci(t.type)===en){if(typeof t.senderPublicKey>"u")throw new Error("Missing sender public key for type 1 envelope");return Zt(oa([t.type,t.senderPublicKey,t.iv,t.sealed]),va)}return Zt(oa([t.type,t.iv,t.sealed]),va)}function Ca(t){const e=Yt(t,va),r=e.slice(f5,Hh),n=Hh;if(ci(r)===en){const a=n+xa,l=a+Ea,u=e.slice(n,a),d=e.slice(a,l),y=e.slice(l);return{type:r,sealed:y,iv:d,senderPublicKey:u}}const i=n+Ea,o=e.slice(n,i),s=e.slice(i);return{type:r,sealed:s,iv:o}}function v5(t,e){const r=Ca(t);return zh({type:ci(r.type),senderPublicKey:typeof r.senderPublicKey<"u"?Zt(r.senderPublicKey,Jt):void 0,receiverPublicKey:e?.receiverPublicKey})}function zh(t){const e=t?.type||kh;if(e===en){if(typeof t?.senderPublicKey>"u")throw new Error("missing sender public key");if(typeof t?.receiverPublicKey>"u")throw new Error("missing receiver public key")}return{type:e,senderPublicKey:t?.senderPublicKey,receiverPublicKey:t?.receiverPublicKey}}function Wh(t){return t.type===en&&typeof t.senderPublicKey=="string"&&typeof t.receiverPublicKey=="string"}var _5=Object.defineProperty,Vh=Object.getOwnPropertySymbols,E5=Object.prototype.hasOwnProperty,x5=Object.prototype.propertyIsEnumerable,qh=(t,e,r)=>e in t?_5(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Kh=(t,e)=>{for(var r in e||(e={}))E5.call(e,r)&&qh(t,r,e[r]);if(Vh)for(var r of Vh(e))x5.call(e,r)&&qh(t,r,e[r]);return t};const S5="ReactNative",li={reactNative:"react-native",node:"node",browser:"browser",unknown:"unknown"},C5="js";function Gh(){return typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.node<"u"}function O5(){return!Th()&&!!ma()&&navigator.product===S5}function A5(){return!Gh()&&!!ma()}function I5(){return O5()?li.reactNative:Gh()?li.node:A5()?li.browser:li.unknown}function D5(t,e){let r=ai.parse(t);return r=Kh(Kh({},r),e),t=ai.stringify(r),t}function $5(){return Rh()||{name:"",description:"",url:"",icons:[""]}}function F5(){const t=pg();if(t===null)return"unknown";const e=t.os?t.os.replace(" ","").toLowerCase():"unknown";return t.type==="browser"?[e,t.name,t.version].join("-"):[e,t.version].join("-")}function P5(){var t;const e=I5();return e===li.browser?[e,((t=Nh())==null?void 0:t.host)||"unknown"].join(":"):e}function T5(t,e,r){const n=F5(),i=P5();return[[t,e].join("-"),[C5,r].join("-"),n,i].join("/")}function N5({protocol:t,version:e,relayUrl:r,sdkVersion:n,auth:i,projectId:o}){const s=r.split("?"),a=T5(t,e,n),l={auth:i,ua:a,projectId:o},u=D5(s[1]||"",l);return s[0]+"?"+u}function Ur(t,e){return t.filter(r=>e.includes(r)).length===t.length}function Yh(t){return Object.fromEntries(t.entries())}function Zh(t){return new Map(Object.entries(t))}function tn(t){const e=Fe.toMiliseconds(t||Fe.FIVE_MINUTES);let r,n,i;return{resolve:o=>{i&&r&&(clearTimeout(i),r(o))},reject:o=>{i&&n&&(clearTimeout(i),n(o))},done:()=>new Promise((o,s)=>{i=setTimeout(s,e),r=o,n=s})}}function Jh(t,e){return new Promise(async(r,n)=>{const i=setTimeout(()=>n(),e),o=await t;clearTimeout(i),r(o)})}function Xh(t,e){if(typeof e=="string"&&e.startsWith(`${t}:`))return e;if(t.toLowerCase()==="topic"){if(typeof e!="string")throw new Error('Value must be "string" for expirer target type: topic');return`topic:${e}`}else if(t.toLowerCase()==="id"){if(typeof e!="number")throw new Error('Value must be "number" for expirer target type: id');return`id:${e}`}throw new Error(`Unknown expirer target type: ${t}`)}function R5(t){return Xh("topic",t)}function L5(t){return Xh("id",t)}function Qh(t){const[e,r]=t.split(":"),n={id:void 0,topic:void 0};if(e==="topic"&&typeof r=="string")n.topic=r;else if(e==="id"&&Number.isInteger(Number(r)))n.id=Number(r);else throw new Error(`Invalid target, expected id:number or topic:string, got ${e}:${r}`);return n}function yr(t,e){return Fe.fromMiliseconds((e||Date.now())+Fe.toMiliseconds(t))}function jr(t){return Date.now()>=Fe.toMiliseconds(t)}function Et(t,e){return`${t}${e?`:${e}`:""}`}const M5="irn";function Oa(t){return t?.relay||{protocol:M5}}function Aa(t){const e=u5[t];if(typeof e>"u")throw new Error(`Relay Protocol not supported: ${t}`);return e}var U5=Object.defineProperty,e0=Object.getOwnPropertySymbols,j5=Object.prototype.hasOwnProperty,B5=Object.prototype.propertyIsEnumerable,t0=(t,e,r)=>e in t?U5(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,k5=(t,e)=>{for(var r in e||(e={}))j5.call(e,r)&&t0(t,r,e[r]);if(e0)for(var r of e0(e))B5.call(e,r)&&t0(t,r,e[r]);return t};function H5(t,e="-"){const r={},n="relay"+e;return Object.keys(t).forEach(i=>{if(i.startsWith(n)){const o=i.replace(n,""),s=t[i];r[o]=s}}),r}function z5(t){const e=t.indexOf(":"),r=t.indexOf("?")!==-1?t.indexOf("?"):void 0,n=t.substring(0,e),i=t.substring(e+1,r).split("@"),o=typeof r<"u"?t.substring(r):"",s=ai.parse(o);return{protocol:n,topic:i[0],version:parseInt(i[1],10),symKey:s.symKey,relay:H5(s)}}function W5(t,e="-"){const r="relay",n={};return Object.keys(t).forEach(i=>{const o=r+e+i;t[i]&&(n[o]=t[i])}),n}function V5(t){return`${t.protocol}:${t.topic}@${t.version}?`+ai.stringify(k5({symKey:t.symKey},W5(t.relay)))}function ui(t){const e=[];return t.forEach(r=>{const[n,i]=r.split(":");e.push(`${n}:${i}`)}),e}function q5(t){const e=[];return Object.values(t).forEach(r=>{e.push(...ui(r.accounts))}),e}function K5(t,e){const r=[];return Object.values(t).forEach(n=>{ui(n.accounts).includes(e)&&r.push(...n.methods)}),r}function G5(t,e){const r=[];return Object.values(t).forEach(n=>{ui(n.accounts).includes(e)&&r.push(...n.events)}),r}function Y5(t,e){const r=Wo(t,e);if(r)throw new Error(r.message);const n={};for(const[i,o]of Object.entries(t))n[i]={methods:o.methods,events:o.events,chains:o.accounts.map(s=>`${s.split(":")[0]}:${s.split(":")[1]}`)};return n}const Z5={INVALID_METHOD:{message:"Invalid method.",code:1001},INVALID_EVENT:{message:"Invalid event.",code:1002},INVALID_UPDATE_REQUEST:{message:"Invalid update request.",code:1003},INVALID_EXTEND_REQUEST:{message:"Invalid extend request.",code:1004},INVALID_SESSION_SETTLE_REQUEST:{message:"Invalid session settle request.",code:1005},UNAUTHORIZED_METHOD:{message:"Unauthorized method.",code:3001},UNAUTHORIZED_EVENT:{message:"Unauthorized event.",code:3002},UNAUTHORIZED_UPDATE_REQUEST:{message:"Unauthorized update request.",code:3003},UNAUTHORIZED_EXTEND_REQUEST:{message:"Unauthorized extend request.",code:3004},USER_REJECTED:{message:"User rejected.",code:5e3},USER_REJECTED_CHAINS:{message:"User rejected chains.",code:5001},USER_REJECTED_METHODS:{message:"User rejected methods.",code:5002},USER_REJECTED_EVENTS:{message:"User rejected events.",code:5003},UNSUPPORTED_CHAINS:{message:"Unsupported chains.",code:5100},UNSUPPORTED_METHODS:{message:"Unsupported methods.",code:5101},UNSUPPORTED_EVENTS:{message:"Unsupported events.",code:5102},UNSUPPORTED_ACCOUNTS:{message:"Unsupported accounts.",code:5103},UNSUPPORTED_NAMESPACE_KEY:{message:"Unsupported namespace key.",code:5104},USER_DISCONNECTED:{message:"User disconnected.",code:6e3},SESSION_SETTLEMENT_FAILED:{message:"Session settlement failed.",code:7e3},WC_METHOD_UNSUPPORTED:{message:"Unsupported wc_ method.",code:10001}},J5={NOT_INITIALIZED:{message:"Not initialized.",code:1},NO_MATCHING_KEY:{message:"No matching key.",code:2},RESTORE_WILL_OVERRIDE:{message:"Restore will override.",code:3},RESUBSCRIBED:{message:"Resubscribed.",code:4},MISSING_OR_INVALID:{message:"Missing or invalid.",code:5},EXPIRED:{message:"Expired.",code:6},UNKNOWN_TYPE:{message:"Unknown type.",code:7},MISMATCHED_TOPIC:{message:"Mismatched topic.",code:8},NON_CONFORMING_NAMESPACES:{message:"Non conforming namespaces.",code:9}};function ue(t,e){const{message:r,code:n}=J5[t];return{message:e?`${r} ${e}`:r,code:n}}function xt(t,e){const{message:r,code:n}=Z5[t];return{message:e?`${r} ${e}`:r,code:n}}function Br(t,e){return Array.isArray(t)?typeof e<"u"&&t.length?t.every(e):!0:!1}function hi(t){return Object.getPrototypeOf(t)===Object.prototype&&Object.keys(t).length}function kt(t){return typeof t>"u"}function $t(t,e){return e&&kt(t)?!0:typeof t=="string"&&Boolean(t.trim().length)}function Ia(t,e){return e&&kt(t)?!0:typeof t=="number"&&!isNaN(t)}function X5(t,e){const{requiredNamespaces:r}=e,n=Object.keys(t.namespaces),i=Object.keys(r);let o=!0;return Ur(i,n)?(n.forEach(s=>{const{accounts:a,methods:l,events:u}=t.namespaces[s],d=ui(a),y=r[s];(!Ur(wa(s,y),d)||!Ur(y.methods,l)||!Ur(y.events,u))&&(o=!1)}),o):!1}function Da(t){return $t(t,!1)&&t.includes(":")?t.split(":").length===2:!1}function Q5(t){if($t(t,!1)&&t.includes(":")){const e=t.split(":");if(e.length===3){const r=e[0]+":"+e[1];return!!e[2]&&Da(r)}}return!1}function em(t){if($t(t,!1))try{return typeof new URL(t)<"u"}catch{return!1}return!1}function tm(t){var e;return(e=t?.proposer)==null?void 0:e.publicKey}function rm(t){return t?.topic}function nm(t,e){let r=null;return $t(t?.publicKey,!1)||(r=ue("MISSING_OR_INVALID",`${e} controller public key should be a string`)),r}function r0(t){let e=!0;return Br(t)?t.length&&(e=t.every(r=>$t(r,!1))):e=!1,e}function im(t,e,r){let n=null;return Br(e)?e.forEach(i=>{n||(!Da(i)||!i.includes(t))&&(n=xt("UNSUPPORTED_CHAINS",`${r}, chain ${i} should be a string and conform to "namespace:chainId" format`))}):n=xt("UNSUPPORTED_CHAINS",`${r}, chains ${e} should be an array of strings conforming to "namespace:chainId" format`),n}function om(t,e){let r=null;return Object.entries(t).forEach(([n,i])=>{if(r)return;const o=im(n,wa(n,i),`${e} requiredNamespace`);o&&(r=o)}),r}function sm(t,e){let r=null;return Br(t)?t.forEach(n=>{r||Q5(n)||(r=xt("UNSUPPORTED_ACCOUNTS",`${e}, account ${n} should be a string and conform to "namespace:chainId:address" format`))}):r=xt("UNSUPPORTED_ACCOUNTS",`${e}, accounts should be an array of strings conforming to "namespace:chainId:address" format`),r}function am(t,e){let r=null;return Object.values(t).forEach(n=>{if(r)return;const i=sm(n?.accounts,`${e} namespace`);i&&(r=i)}),r}function cm(t,e){let r=null;return r0(t?.methods)?r0(t?.events)||(r=xt("UNSUPPORTED_EVENTS",`${e}, events should be an array of strings or empty array for no events`)):r=xt("UNSUPPORTED_METHODS",`${e}, methods should be an array of strings or empty array for no methods`),r}function n0(t,e){let r=null;return Object.values(t).forEach(n=>{if(r)return;const i=cm(n,`${e}, namespace`);i&&(r=i)}),r}function lm(t,e,r){let n=null;if(t&&hi(t)){const i=n0(t,e);i&&(n=i);const o=om(t,e);o&&(n=o)}else n=ue("MISSING_OR_INVALID",`${e}, ${r} should be an object with data`);return n}function Wo(t,e){let r=null;if(t&&hi(t)){const n=n0(t,e);n&&(r=n);const i=am(t,e);i&&(r=i)}else r=ue("MISSING_OR_INVALID",`${e}, namespaces should be an object with data`);return r}function i0(t){return $t(t.protocol,!0)}function um(t,e){let r=!1;return e&&!t?r=!0:t&&Br(t)&&t.length&&t.forEach(n=>{r=i0(n)}),r}function hm(t){return typeof t=="number"}function Xt(t){return typeof t<"u"&&typeof t!==null}function fm(t){return!(!t||typeof t!="object"||!t.code||!Ia(t.code,!1)||!t.message||!$t(t.message,!1))}function dm(t){return!(kt(t)||!$t(t.method,!1))}function pm(t){return!(kt(t)||kt(t.result)&&kt(t.error)||!Ia(t.id,!1)||!$t(t.jsonrpc,!1))}function gm(t){return!(kt(t)||!$t(t.name,!1))}function o0(t,e){return!(!Da(e)||!q5(t).includes(e))}function mm(t,e,r){return $t(r,!1)?K5(t,e).includes(r):!1}function ym(t,e,r){return $t(r,!1)?G5(t,e).includes(r):!1}function $a(t,e,r,n){let i=null;const o=Object.keys(t),s=Object.keys(e);return Ur(o,s)?o.forEach(a=>{if(i)return;const l=ui(e[a].accounts);Ur(wa(a,t[a]),l)?Ur(t[a].methods,e[a].methods)?Ur(t[a].events,e[a].events)||(i=ue("NON_CONFORMING_NAMESPACES",`${r} namespaces events don't satisfy namespace events for ${a}`)):i=ue("NON_CONFORMING_NAMESPACES",`${r} namespaces methods don't satisfy namespace methods for ${a}`):i=ue("NON_CONFORMING_NAMESPACES",`${r} namespaces accounts don't satisfy namespace chains for ${a}`)}):i=ue("NON_CONFORMING_NAMESPACES",`${r} namespaces keys don't satisfy ${n}`),i}function bm(t,e){return Ia(t,!1)&&t<=e.max&&t>=e.min}function wm(t){try{return JSON.stringify(t)}catch{return'"[Circular]"'}}var vm=_m;function _m(t,e,r){var n=r&&r.stringify||wm,i=1;if(typeof t=="object"&&t!==null){var o=e.length+i;if(o===1)return t;var s=new Array(o);s[0]=n(t);for(var a=1;a<o;a++)s[a]=n(e[a]);return s.join(" ")}if(typeof t!="string")return t;var l=e.length;if(l===0)return t;for(var u="",d=1-i,y=-1,m=t&&t.length||0,w=0;w<m;){if(t.charCodeAt(w)===37&&w+1<m){switch(y=y>-1?y:0,t.charCodeAt(w+1)){case 100:case 102:if(d>=l||e[d]==null)break;y<w&&(u+=t.slice(y,w)),u+=Number(e[d]),y=w+2,w++;break;case 105:if(d>=l||e[d]==null)break;y<w&&(u+=t.slice(y,w)),u+=Math.floor(Number(e[d])),y=w+2,w++;break;case 79:case 111:case 106:if(d>=l||e[d]===void 0)break;y<w&&(u+=t.slice(y,w));var _=typeof e[d];if(_==="string"){u+="'"+e[d]+"'",y=w+2,w++;break}if(_==="function"){u+=e[d].name||"<anonymous>",y=w+2,w++;break}u+=n(e[d]),y=w+2,w++;break;case 115:if(d>=l)break;y<w&&(u+=t.slice(y,w)),u+=String(e[d]),y=w+2,w++;break;case 37:y<w&&(u+=t.slice(y,w)),u+="%",y=w+2,w++,d--;break}++d}++w}return y===-1?t:(y<m&&(u+=t.slice(y)),u)}const s0=vm;var fi=br;const di=Fm().console||{},Em={mapHttpRequest:qo,mapHttpResponse:qo,wrapRequestSerializer:Pa,wrapResponseSerializer:Pa,wrapErrorSerializer:Pa,req:qo,res:qo,err:Am};function xm(t,e){return Array.isArray(t)?t.filter(function(n){return n!=="!stdSerializers.err"}):t===!0?Object.keys(e):!1}function br(t){t=t||{},t.browser=t.browser||{};const e=t.browser.transmit;if(e&&typeof e.send!="function")throw Error("pino: transmit option must have a send function");const r=t.browser.write||di;t.browser.write&&(t.browser.asObject=!0);const n=t.serializers||{},i=xm(t.browser.serialize,n);let o=t.browser.serialize;Array.isArray(t.browser.serialize)&&t.browser.serialize.indexOf("!stdSerializers.err")>-1&&(o=!1);const s=["error","fatal","warn","info","debug","trace"];typeof r=="function"&&(r.error=r.fatal=r.warn=r.info=r.debug=r.trace=r),t.enabled===!1&&(t.level="silent");const a=t.level||"info",l=Object.create(r);l.log||(l.log=pi),Object.defineProperty(l,"levelVal",{get:d}),Object.defineProperty(l,"level",{get:y,set:m});const u={transmit:e,serialize:i,asObject:t.browser.asObject,levels:s,timestamp:Im(t)};l.levels=br.levels,l.level=a,l.setMaxListeners=l.getMaxListeners=l.emit=l.addListener=l.on=l.prependListener=l.once=l.prependOnceListener=l.removeListener=l.removeAllListeners=l.listeners=l.listenerCount=l.eventNames=l.write=l.flush=pi,l.serializers=n,l._serialize=i,l._stdErrSerialize=o,l.child=w,e&&(l._logEvent=Fa());function d(){return this.level==="silent"?1/0:this.levels.values[this.level]}function y(){return this._level}function m(_){if(_!=="silent"&&!this.levels.values[_])throw Error("unknown level "+_);this._level=_,Fn(u,l,"error","log"),Fn(u,l,"fatal","error"),Fn(u,l,"warn","error"),Fn(u,l,"info","log"),Fn(u,l,"debug","log"),Fn(u,l,"trace","log")}function w(_,R){if(!_)throw new Error("missing bindings for child Pino");R=R||{},i&&_.serializers&&(R.serializers=_.serializers);const M=R.serializers;if(i&&M){var j=Object.assign({},n,M),D=t.browser.serialize===!0?Object.keys(j):i;delete _.serializers,Vo([_],D,j,this._stdErrSerialize)}function N(S){this._childLevel=(S._childLevel|0)+1,this.error=Pn(S,_,"error"),this.fatal=Pn(S,_,"fatal"),this.warn=Pn(S,_,"warn"),this.info=Pn(S,_,"info"),this.debug=Pn(S,_,"debug"),this.trace=Pn(S,_,"trace"),j&&(this.serializers=j,this._serialize=D),e&&(this._logEvent=Fa([].concat(S._logEvent.bindings,_)))}return N.prototype=this,new N(this)}return l}br.levels={values:{fatal:60,error:50,warn:40,info:30,debug:20,trace:10},labels:{10:"trace",20:"debug",30:"info",40:"warn",50:"error",60:"fatal"}},br.stdSerializers=Em,br.stdTimeFunctions=Object.assign({},{nullTime:a0,epochTime:c0,unixTime:Dm,isoTime:$m});function Fn(t,e,r,n){const i=Object.getPrototypeOf(e);e[r]=e.levelVal>e.levels.values[r]?pi:i[r]?i[r]:di[r]||di[n]||pi,Sm(t,e,r)}function Sm(t,e,r){!t.transmit&&e[r]===pi||(e[r]=function(n){return function(){const o=t.timestamp(),s=new Array(arguments.length),a=Object.getPrototypeOf&&Object.getPrototypeOf(this)===di?di:this;for(var l=0;l<s.length;l++)s[l]=arguments[l];if(t.serialize&&!t.asObject&&Vo(s,this._serialize,this.serializers,this._stdErrSerialize),t.asObject?n.call(a,Cm(this,r,s,o)):n.apply(a,s),t.transmit){const u=t.transmit.level||e.level,d=br.levels.values[u],y=br.levels.values[r];if(y<d)return;Om(this,{ts:o,methodLevel:r,methodValue:y,transmitLevel:u,transmitValue:br.levels.values[t.transmit.level||e.level],send:t.transmit.send,val:e.levelVal},s)}}}(e[r]))}function Cm(t,e,r,n){t._serialize&&Vo(r,t._serialize,t.serializers,t._stdErrSerialize);const i=r.slice();let o=i[0];const s={};n&&(s.time=n),s.level=br.levels.values[e];let a=(t._childLevel|0)+1;if(a<1&&(a=1),o!==null&&typeof o=="object"){for(;a--&&typeof i[0]=="object";)Object.assign(s,i.shift());o=i.length?s0(i.shift(),i):void 0}else typeof o=="string"&&(o=s0(i.shift(),i));return o!==void 0&&(s.msg=o),s}function Vo(t,e,r,n){for(const i in t)if(n&&t[i]instanceof Error)t[i]=br.stdSerializers.err(t[i]);else if(typeof t[i]=="object"&&!Array.isArray(t[i]))for(const o in t[i])e&&e.indexOf(o)>-1&&o in r&&(t[i][o]=r[o](t[i][o]))}function Pn(t,e,r){return function(){const n=new Array(1+arguments.length);n[0]=e;for(var i=1;i<n.length;i++)n[i]=arguments[i-1];return t[r].apply(this,n)}}function Om(t,e,r){const n=e.send,i=e.ts,o=e.methodLevel,s=e.methodValue,a=e.val,l=t._logEvent.bindings;Vo(r,t._serialize||Object.keys(t.serializers),t.serializers,t._stdErrSerialize===void 0?!0:t._stdErrSerialize),t._logEvent.ts=i,t._logEvent.messages=r.filter(function(u){return l.indexOf(u)===-1}),t._logEvent.level.label=o,t._logEvent.level.value=s,n(o,t._logEvent,a),t._logEvent=Fa(l)}function Fa(t){return{ts:0,messages:[],bindings:t||[],level:{label:"",value:0}}}function Am(t){const e={type:t.constructor.name,msg:t.message,stack:t.stack};for(const r in t)e[r]===void 0&&(e[r]=t[r]);return e}function Im(t){return typeof t.timestamp=="function"?t.timestamp:t.timestamp===!1?a0:c0}function qo(){return{}}function Pa(t){return t}function pi(){}function a0(){return!1}function c0(){return Date.now()}function Dm(){return Math.round(Date.now()/1e3)}function $m(){return new Date(Date.now()).toISOString()}function Fm(){function t(e){return typeof e<"u"&&e}try{return typeof globalThis<"u"||Object.defineProperty(Object.prototype,"globalThis",{get:function(){return delete Object.prototype.globalThis,this.globalThis=this},configurable:!0}),globalThis}catch{return t(self)||t(window)||t(this)||{}}}var Ko={};/*! *****************************************************************************
15
15
  Copyright (c) Microsoft Corporation.
16
16
 
17
17
  Permission to use, copy, modify, and/or distribute this software for any
@@ -24,7 +24,7 @@
24
24
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
25
25
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26
26
  PERFORMANCE OF THIS SOFTWARE.
27
- ***************************************************************************** */var Uo=function(t,e){return Uo=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i])},Uo(t,e)};function g2(t,e){Uo(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var Fo=function(){return Fo=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])}return e},Fo.apply(this,arguments)};function m2(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function w2(t,e,r,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,r,s):o(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s}function y2(t,e){return function(r,n){e(r,n,t)}}function b2(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function v2(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(p){try{l(n.next(p))}catch(w){o(w)}}function c(p){try{l(n.throw(p))}catch(w){o(w)}}function l(p){p.done?s(p.value):i(p.value).then(a,c)}l((n=n.apply(t,e||[])).next())})}function _2(t,e){var r={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(l){return function(p){return c([l,p])}}function c(l){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(s=l[0]&2?i.return:l[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,l[1])).done)return s;switch(i=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return r.label++,{value:l[1],done:!1};case 5:r.label++,i=l[1],l=[0];continue;case 7:l=r.ops.pop(),r.trys.pop();continue;default:if(s=r.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){r=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){r.label=l[1];break}if(l[0]===6&&r.label<s[1]){r.label=s[1],s=l;break}if(s&&r.label<s[2]){r.label=s[2],r.ops.push(l);break}s[2]&&r.ops.pop(),r.trys.pop();continue}l=e.call(t,r)}catch(p){l=[6,p],i=0}finally{n=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function E2(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function x2(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function Bo(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function cu(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(o)throw o.error}}return s}function C2(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(cu(arguments[e]));return t}function S2(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var s=arguments[e],o=0,a=s.length;o<a;o++,i++)n[i]=s[o];return n}function qn(t){return this instanceof qn?(this.v=t,this):new qn(t)}function D2(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,s=[];return i={},o("next"),o("throw"),o("return"),i[Symbol.asyncIterator]=function(){return this},i;function o(m){n[m]&&(i[m]=function(y){return new Promise(function(E,T){s.push([m,y,E,T])>1||a(m,y)})})}function a(m,y){try{c(n[m](y))}catch(E){w(s[0][3],E)}}function c(m){m.value instanceof qn?Promise.resolve(m.value.v).then(l,p):w(s[0][2],m)}function l(m){a("next",m)}function p(m){a("throw",m)}function w(m,y){m(y),s.shift(),s.length&&a(s[0][0],s[0][1])}}function I2(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,s){e[i]=t[i]?function(o){return(r=!r)?{value:qn(t[i](o)),done:i==="return"}:s?s(o):o}:s}}function O2(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof Bo=="function"?Bo(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(s){r[s]=t[s]&&function(o){return new Promise(function(a,c){o=t[s](o),i(a,c,o.done,o.value)})}}function i(s,o,a,c){Promise.resolve(c).then(function(l){s({value:l,done:a})},o)}}function A2(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function $2(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function P2(t){return t&&t.__esModule?t:{default:t}}function T2(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function R2(t,e,r){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,r),r}var N2=Object.freeze({__proto__:null,__extends:g2,get __assign(){return Fo},__rest:m2,__decorate:w2,__param:y2,__metadata:b2,__awaiter:v2,__generator:_2,__createBinding:E2,__exportStar:x2,__values:Bo,__read:cu,__spread:C2,__spreadArrays:S2,__await:qn,__asyncGenerator:D2,__asyncDelegator:I2,__asyncValues:O2,__makeTemplateObject:A2,__importStar:$2,__importDefault:P2,__classPrivateFieldGet:T2,__classPrivateFieldSet:R2}),lu=Ar(N2),Vn={};Object.defineProperty(Vn,"__esModule",{value:!0});function L2(t){if(typeof t!="string")throw new Error(`Cannot safe json parse value of type ${typeof t}`);try{return JSON.parse(t)}catch{return t}}Vn.safeJsonParse=L2;function M2(t){return typeof t=="string"?t:JSON.stringify(t,(e,r)=>typeof r>"u"?null:r)}Vn.safeJsonStringify=M2;var Kn={exports:{}},uu;function U2(){return uu||(uu=1,function(){let t;function e(){}t=e,t.prototype.getItem=function(r){return this.hasOwnProperty(r)?String(this[r]):null},t.prototype.setItem=function(r,n){this[r]=String(n)},t.prototype.removeItem=function(r){delete this[r]},t.prototype.clear=function(){const r=this;Object.keys(r).forEach(function(n){r[n]=void 0,delete r[n]})},t.prototype.key=function(r){return r=r||0,Object.keys(this)[r]},t.prototype.__defineGetter__("length",function(){return Object.keys(this).length}),typeof ut<"u"&&ut.localStorage?Kn.exports=ut.localStorage:typeof window<"u"&&window.localStorage?Kn.exports=window.localStorage:Kn.exports=new e}()),Kn.exports}var jo={},Gn={},hu;function F2(){if(hu)return Gn;hu=1,Object.defineProperty(Gn,"__esModule",{value:!0}),Gn.IKeyValueStorage=void 0;class t{}return Gn.IKeyValueStorage=t,Gn}var Zn={},du;function B2(){if(du)return Zn;du=1,Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.parseEntry=void 0;const t=Vn;function e(r){var n;return[r[0],t.safeJsonParse((n=r[1])!==null&&n!==void 0?n:"")]}return Zn.parseEntry=e,Zn}var fu;function j2(){return fu||(fu=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=lu;e.__exportStar(F2(),t),e.__exportStar(B2(),t)}(jo)),jo}Object.defineProperty(rs,"__esModule",{value:!0}),rs.KeyValueStorage=void 0;const fn=lu,pu=Vn,k2=fn.__importDefault(U2()),H2=j2();class gu{constructor(){this.localStorage=k2.default}getKeys(){return fn.__awaiter(this,void 0,void 0,function*(){return Object.keys(this.localStorage)})}getEntries(){return fn.__awaiter(this,void 0,void 0,function*(){return Object.entries(this.localStorage).map(H2.parseEntry)})}getItem(e){return fn.__awaiter(this,void 0,void 0,function*(){const r=this.localStorage.getItem(e);if(r!==null)return pu.safeJsonParse(r)})}setItem(e,r){return fn.__awaiter(this,void 0,void 0,function*(){this.localStorage.setItem(e,pu.safeJsonStringify(r))})}removeItem(e){return fn.__awaiter(this,void 0,void 0,function*(){this.localStorage.removeItem(e)})}}rs.KeyValueStorage=gu;var z2=rs.default=gu,Yn={};/*! *****************************************************************************
27
+ ***************************************************************************** */var Ta=function(t,e){return Ta=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i])},Ta(t,e)};function Pm(t,e){Ta(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var Na=function(){return Na=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},Na.apply(this,arguments)};function Tm(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function Nm(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(i<3?s(o):i>3?s(e,r,o):s(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function Rm(t,e){return function(r,n){e(r,n,t)}}function Lm(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function Mm(t,e,r,n){function i(o){return o instanceof r?o:new r(function(s){s(o)})}return new(r||(r=Promise))(function(o,s){function a(d){try{u(n.next(d))}catch(y){s(y)}}function l(d){try{u(n.throw(d))}catch(y){s(y)}}function u(d){d.done?o(d.value):i(d.value).then(a,l)}u((n=n.apply(t,e||[])).next())})}function Um(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(u){return function(d){return l([u,d])}}function l(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=u[0]&2?i.return:u[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,u[1])).done)return o;switch(i=0,o&&(u=[u[0]&2,o.value]),u[0]){case 0:case 1:o=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,i=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){r.label=u[1];break}if(u[0]===6&&r.label<o[1]){r.label=o[1],o=u;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(u);break}o[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}catch(d){u=[6,d],i=0}finally{n=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function jm(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function Bm(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function Ra(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function l0(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],s;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(a){s={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function km(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(l0(arguments[e]));return t}function Hm(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var o=arguments[e],s=0,a=o.length;s<a;s++,i++)n[i]=o[s];return n}function gi(t){return this instanceof gi?(this.v=t,this):new gi(t)}function zm(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},s("next"),s("throw"),s("return"),i[Symbol.asyncIterator]=function(){return this},i;function s(m){n[m]&&(i[m]=function(w){return new Promise(function(_,R){o.push([m,w,_,R])>1||a(m,w)})})}function a(m,w){try{l(n[m](w))}catch(_){y(o[0][3],_)}}function l(m){m.value instanceof gi?Promise.resolve(m.value.v).then(u,d):y(o[0][2],m)}function u(m){a("next",m)}function d(m){a("throw",m)}function y(m,w){m(w),o.shift(),o.length&&a(o[0][0],o[0][1])}}function Wm(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,o){e[i]=t[i]?function(s){return(r=!r)?{value:gi(t[i](s)),done:i==="return"}:o?o(s):s}:o}}function Vm(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof Ra=="function"?Ra(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(o){r[o]=t[o]&&function(s){return new Promise(function(a,l){s=t[o](s),i(a,l,s.done,s.value)})}}function i(o,s,a,l){Promise.resolve(l).then(function(u){o({value:u,done:a})},s)}}function qm(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function Km(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function Gm(t){return t&&t.__esModule?t:{default:t}}function Ym(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function Zm(t,e,r){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,r),r}var Jm=Object.freeze({__proto__:null,__extends:Pm,get __assign(){return Na},__rest:Tm,__decorate:Nm,__param:Rm,__metadata:Lm,__awaiter:Mm,__generator:Um,__createBinding:jm,__exportStar:Bm,__values:Ra,__read:l0,__spread:km,__spreadArrays:Hm,__await:gi,__asyncGenerator:zm,__asyncDelegator:Wm,__asyncValues:Vm,__makeTemplateObject:qm,__importStar:Km,__importDefault:Gm,__classPrivateFieldGet:Ym,__classPrivateFieldSet:Zm}),u0=Zr(Jm),mi={};Object.defineProperty(mi,"__esModule",{value:!0});function Xm(t){if(typeof t!="string")throw new Error(`Cannot safe json parse value of type ${typeof t}`);try{return JSON.parse(t)}catch{return t}}mi.safeJsonParse=Xm;function Qm(t){return typeof t=="string"?t:JSON.stringify(t,(e,r)=>typeof r>"u"?null:r)}mi.safeJsonStringify=Qm;var yi={exports:{}},h0;function ey(){return h0||(h0=1,function(){let t;function e(){}t=e,t.prototype.getItem=function(r){return this.hasOwnProperty(r)?String(this[r]):null},t.prototype.setItem=function(r,n){this[r]=String(n)},t.prototype.removeItem=function(r){delete this[r]},t.prototype.clear=function(){const r=this;Object.keys(r).forEach(function(n){r[n]=void 0,delete r[n]})},t.prototype.key=function(r){return r=r||0,Object.keys(this)[r]},t.prototype.__defineGetter__("length",function(){return Object.keys(this).length}),typeof It<"u"&&It.localStorage?yi.exports=It.localStorage:typeof window<"u"&&window.localStorage?yi.exports=window.localStorage:yi.exports=new e}()),yi.exports}var La={},bi={},f0;function ty(){if(f0)return bi;f0=1,Object.defineProperty(bi,"__esModule",{value:!0}),bi.IKeyValueStorage=void 0;class t{}return bi.IKeyValueStorage=t,bi}var wi={},d0;function ry(){if(d0)return wi;d0=1,Object.defineProperty(wi,"__esModule",{value:!0}),wi.parseEntry=void 0;const t=mi;function e(r){var n;return[r[0],t.safeJsonParse((n=r[1])!==null&&n!==void 0?n:"")]}return wi.parseEntry=e,wi}var p0;function ny(){return p0||(p0=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=u0;e.__exportStar(ty(),t),e.__exportStar(ry(),t)}(La)),La}Object.defineProperty(Ko,"__esModule",{value:!0}),Ko.KeyValueStorage=void 0;const Tn=u0,g0=mi,iy=Tn.__importDefault(ey()),oy=ny();class m0{constructor(){this.localStorage=iy.default}getKeys(){return Tn.__awaiter(this,void 0,void 0,function*(){return Object.keys(this.localStorage)})}getEntries(){return Tn.__awaiter(this,void 0,void 0,function*(){return Object.entries(this.localStorage).map(oy.parseEntry)})}getItem(e){return Tn.__awaiter(this,void 0,void 0,function*(){const r=this.localStorage.getItem(e);if(r!==null)return g0.safeJsonParse(r)})}setItem(e,r){return Tn.__awaiter(this,void 0,void 0,function*(){this.localStorage.setItem(e,g0.safeJsonStringify(r))})}removeItem(e){return Tn.__awaiter(this,void 0,void 0,function*(){this.localStorage.removeItem(e)})}}Ko.KeyValueStorage=m0;var sy=Ko.default=m0,vi={};/*! *****************************************************************************
28
28
  Copyright (c) Microsoft Corporation.
29
29
 
30
30
  Permission to use, copy, modify, and/or distribute this software for any
@@ -37,7 +37,7 @@
37
37
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
38
38
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
39
39
  PERFORMANCE OF THIS SOFTWARE.
40
- ***************************************************************************** */var ko=function(t,e){return ko=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i])},ko(t,e)};function W2(t,e){ko(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var Ho=function(){return Ho=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])}return e},Ho.apply(this,arguments)};function q2(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function V2(t,e,r,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,r,s):o(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s}function K2(t,e){return function(r,n){e(r,n,t)}}function G2(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function Z2(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(p){try{l(n.next(p))}catch(w){o(w)}}function c(p){try{l(n.throw(p))}catch(w){o(w)}}function l(p){p.done?s(p.value):i(p.value).then(a,c)}l((n=n.apply(t,e||[])).next())})}function Y2(t,e){var r={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(l){return function(p){return c([l,p])}}function c(l){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(s=l[0]&2?i.return:l[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,l[1])).done)return s;switch(i=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return r.label++,{value:l[1],done:!1};case 5:r.label++,i=l[1],l=[0];continue;case 7:l=r.ops.pop(),r.trys.pop();continue;default:if(s=r.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){r=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){r.label=l[1];break}if(l[0]===6&&r.label<s[1]){r.label=s[1],s=l;break}if(s&&r.label<s[2]){r.label=s[2],r.ops.push(l);break}s[2]&&r.ops.pop(),r.trys.pop();continue}l=e.call(t,r)}catch(p){l=[6,p],i=0}finally{n=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function J2(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function X2(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function zo(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function mu(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(o)throw o.error}}return s}function Q2(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(mu(arguments[e]));return t}function e3(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var s=arguments[e],o=0,a=s.length;o<a;o++,i++)n[i]=s[o];return n}function Jn(t){return this instanceof Jn?(this.v=t,this):new Jn(t)}function t3(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,s=[];return i={},o("next"),o("throw"),o("return"),i[Symbol.asyncIterator]=function(){return this},i;function o(m){n[m]&&(i[m]=function(y){return new Promise(function(E,T){s.push([m,y,E,T])>1||a(m,y)})})}function a(m,y){try{c(n[m](y))}catch(E){w(s[0][3],E)}}function c(m){m.value instanceof Jn?Promise.resolve(m.value.v).then(l,p):w(s[0][2],m)}function l(m){a("next",m)}function p(m){a("throw",m)}function w(m,y){m(y),s.shift(),s.length&&a(s[0][0],s[0][1])}}function r3(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,s){e[i]=t[i]?function(o){return(r=!r)?{value:Jn(t[i](o)),done:i==="return"}:s?s(o):o}:s}}function n3(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof zo=="function"?zo(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(s){r[s]=t[s]&&function(o){return new Promise(function(a,c){o=t[s](o),i(a,c,o.done,o.value)})}}function i(s,o,a,c){Promise.resolve(c).then(function(l){s({value:l,done:a})},o)}}function i3(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function s3(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function o3(t){return t&&t.__esModule?t:{default:t}}function a3(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function c3(t,e,r){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,r),r}var l3=Object.freeze({__proto__:null,__extends:W2,get __assign(){return Ho},__rest:q2,__decorate:V2,__param:K2,__metadata:G2,__awaiter:Z2,__generator:Y2,__createBinding:J2,__exportStar:X2,__values:zo,__read:mu,__spread:Q2,__spreadArrays:e3,__await:Jn,__asyncGenerator:t3,__asyncDelegator:r3,__asyncValues:n3,__makeTemplateObject:i3,__importStar:s3,__importDefault:o3,__classPrivateFieldGet:a3,__classPrivateFieldSet:c3}),ns=Ar(l3),Xn={},Wo={},Qn={};class Lr{}var u3=Object.freeze({__proto__:null,IEvents:Lr}),h3=Ar(u3),wu;function d3(){if(wu)return Qn;wu=1,Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.IHeartBeat=void 0;const t=h3;class e extends t.IEvents{constructor(n){super()}}return Qn.IHeartBeat=e,Qn}var yu;function bu(){return yu||(yu=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),ns.__exportStar(d3(),t)}(Wo)),Wo}var qo={},Mr={},vu;function f3(){if(vu)return Mr;vu=1,Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.HEARTBEAT_EVENTS=Mr.HEARTBEAT_INTERVAL=void 0;const t=ge;return Mr.HEARTBEAT_INTERVAL=t.FIVE_SECONDS,Mr.HEARTBEAT_EVENTS={pulse:"heartbeat_pulse"},Mr}var _u;function Eu(){return _u||(_u=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),ns.__exportStar(f3(),t)}(qo)),qo}var xu;function p3(){if(xu)return Xn;xu=1,Object.defineProperty(Xn,"__esModule",{value:!0}),Xn.HeartBeat=void 0;const t=ns,e=vt.exports,r=ge,n=bu(),i=Eu();class s extends n.IHeartBeat{constructor(a){super(a),this.events=new e.EventEmitter,this.interval=i.HEARTBEAT_INTERVAL,this.interval=a?.interval||i.HEARTBEAT_INTERVAL}static init(a){return t.__awaiter(this,void 0,void 0,function*(){const c=new s(a);return yield c.init(),c})}init(){return t.__awaiter(this,void 0,void 0,function*(){yield this.initialize()})}stop(){clearInterval(this.intervalRef)}on(a,c){this.events.on(a,c)}once(a,c){this.events.once(a,c)}off(a,c){this.events.off(a,c)}removeListener(a,c){this.events.removeListener(a,c)}initialize(){return t.__awaiter(this,void 0,void 0,function*(){this.intervalRef=setInterval(()=>this.pulse(),r.toMiliseconds(this.interval))})}pulse(){this.events.emit(i.HEARTBEAT_EVENTS.pulse)}}return Xn.HeartBeat=s,Xn}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=ns;e.__exportStar(p3(),t),e.__exportStar(bu(),t),e.__exportStar(Eu(),t)})(Yn);var je={};/*! *****************************************************************************
40
+ ***************************************************************************** */var Ma=function(t,e){return Ma=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i])},Ma(t,e)};function ay(t,e){Ma(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var Ua=function(){return Ua=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},Ua.apply(this,arguments)};function cy(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function ly(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(i<3?s(o):i>3?s(e,r,o):s(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function uy(t,e){return function(r,n){e(r,n,t)}}function hy(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function fy(t,e,r,n){function i(o){return o instanceof r?o:new r(function(s){s(o)})}return new(r||(r=Promise))(function(o,s){function a(d){try{u(n.next(d))}catch(y){s(y)}}function l(d){try{u(n.throw(d))}catch(y){s(y)}}function u(d){d.done?o(d.value):i(d.value).then(a,l)}u((n=n.apply(t,e||[])).next())})}function dy(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(u){return function(d){return l([u,d])}}function l(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=u[0]&2?i.return:u[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,u[1])).done)return o;switch(i=0,o&&(u=[u[0]&2,o.value]),u[0]){case 0:case 1:o=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,i=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){r.label=u[1];break}if(u[0]===6&&r.label<o[1]){r.label=o[1],o=u;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(u);break}o[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}catch(d){u=[6,d],i=0}finally{n=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function py(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function gy(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function ja(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function y0(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],s;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(a){s={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function my(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(y0(arguments[e]));return t}function yy(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var o=arguments[e],s=0,a=o.length;s<a;s++,i++)n[i]=o[s];return n}function _i(t){return this instanceof _i?(this.v=t,this):new _i(t)}function by(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},s("next"),s("throw"),s("return"),i[Symbol.asyncIterator]=function(){return this},i;function s(m){n[m]&&(i[m]=function(w){return new Promise(function(_,R){o.push([m,w,_,R])>1||a(m,w)})})}function a(m,w){try{l(n[m](w))}catch(_){y(o[0][3],_)}}function l(m){m.value instanceof _i?Promise.resolve(m.value.v).then(u,d):y(o[0][2],m)}function u(m){a("next",m)}function d(m){a("throw",m)}function y(m,w){m(w),o.shift(),o.length&&a(o[0][0],o[0][1])}}function wy(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,o){e[i]=t[i]?function(s){return(r=!r)?{value:_i(t[i](s)),done:i==="return"}:o?o(s):s}:o}}function vy(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof ja=="function"?ja(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(o){r[o]=t[o]&&function(s){return new Promise(function(a,l){s=t[o](s),i(a,l,s.done,s.value)})}}function i(o,s,a,l){Promise.resolve(l).then(function(u){o({value:u,done:a})},s)}}function _y(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function Ey(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function xy(t){return t&&t.__esModule?t:{default:t}}function Sy(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function Cy(t,e,r){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,r),r}var Oy=Object.freeze({__proto__:null,__extends:ay,get __assign(){return Ua},__rest:cy,__decorate:ly,__param:uy,__metadata:hy,__awaiter:fy,__generator:dy,__createBinding:py,__exportStar:gy,__values:ja,__read:y0,__spread:my,__spreadArrays:yy,__await:_i,__asyncGenerator:by,__asyncDelegator:wy,__asyncValues:vy,__makeTemplateObject:_y,__importStar:Ey,__importDefault:xy,__classPrivateFieldGet:Sy,__classPrivateFieldSet:Cy}),Go=Zr(Oy),Ei={},Ba={},xi={};class rn{}var Ay=Object.freeze({__proto__:null,IEvents:rn}),Iy=Zr(Ay),b0;function Dy(){if(b0)return xi;b0=1,Object.defineProperty(xi,"__esModule",{value:!0}),xi.IHeartBeat=void 0;const t=Iy;class e extends t.IEvents{constructor(n){super()}}return xi.IHeartBeat=e,xi}var w0;function v0(){return w0||(w0=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Go.__exportStar(Dy(),t)}(Ba)),Ba}var ka={},nn={},_0;function $y(){if(_0)return nn;_0=1,Object.defineProperty(nn,"__esModule",{value:!0}),nn.HEARTBEAT_EVENTS=nn.HEARTBEAT_INTERVAL=void 0;const t=Fe;return nn.HEARTBEAT_INTERVAL=t.FIVE_SECONDS,nn.HEARTBEAT_EVENTS={pulse:"heartbeat_pulse"},nn}var E0;function x0(){return E0||(E0=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Go.__exportStar($y(),t)}(ka)),ka}var S0;function Fy(){if(S0)return Ei;S0=1,Object.defineProperty(Ei,"__esModule",{value:!0}),Ei.HeartBeat=void 0;const t=Go,e=Dt.exports,r=Fe,n=v0(),i=x0();class o extends n.IHeartBeat{constructor(a){super(a),this.events=new e.EventEmitter,this.interval=i.HEARTBEAT_INTERVAL,this.interval=a?.interval||i.HEARTBEAT_INTERVAL}static init(a){return t.__awaiter(this,void 0,void 0,function*(){const l=new o(a);return yield l.init(),l})}init(){return t.__awaiter(this,void 0,void 0,function*(){yield this.initialize()})}stop(){clearInterval(this.intervalRef)}on(a,l){this.events.on(a,l)}once(a,l){this.events.once(a,l)}off(a,l){this.events.off(a,l)}removeListener(a,l){this.events.removeListener(a,l)}initialize(){return t.__awaiter(this,void 0,void 0,function*(){this.intervalRef=setInterval(()=>this.pulse(),r.toMiliseconds(this.interval))})}pulse(){this.events.emit(i.HEARTBEAT_EVENTS.pulse)}}return Ei.HeartBeat=o,Ei}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Go;e.__exportStar(Fy(),t),e.__exportStar(v0(),t),e.__exportStar(x0(),t)})(vi);var ht={};/*! *****************************************************************************
41
41
  Copyright (c) Microsoft Corporation.
42
42
 
43
43
  Permission to use, copy, modify, and/or distribute this software for any
@@ -50,7 +50,7 @@
50
50
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
51
51
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
52
52
  PERFORMANCE OF THIS SOFTWARE.
53
- ***************************************************************************** */var Vo=function(t,e){return Vo=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i])},Vo(t,e)};function g3(t,e){Vo(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var Ko=function(){return Ko=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])}return e},Ko.apply(this,arguments)};function m3(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function w3(t,e,r,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,r,s):o(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s}function y3(t,e){return function(r,n){e(r,n,t)}}function b3(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function v3(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(p){try{l(n.next(p))}catch(w){o(w)}}function c(p){try{l(n.throw(p))}catch(w){o(w)}}function l(p){p.done?s(p.value):i(p.value).then(a,c)}l((n=n.apply(t,e||[])).next())})}function _3(t,e){var r={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(l){return function(p){return c([l,p])}}function c(l){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(s=l[0]&2?i.return:l[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,l[1])).done)return s;switch(i=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return r.label++,{value:l[1],done:!1};case 5:r.label++,i=l[1],l=[0];continue;case 7:l=r.ops.pop(),r.trys.pop();continue;default:if(s=r.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){r=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){r.label=l[1];break}if(l[0]===6&&r.label<s[1]){r.label=s[1],s=l;break}if(s&&r.label<s[2]){r.label=s[2],r.ops.push(l);break}s[2]&&r.ops.pop(),r.trys.pop();continue}l=e.call(t,r)}catch(p){l=[6,p],i=0}finally{n=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function E3(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function x3(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function Go(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Cu(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(o)throw o.error}}return s}function C3(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(Cu(arguments[e]));return t}function S3(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var s=arguments[e],o=0,a=s.length;o<a;o++,i++)n[i]=s[o];return n}function ei(t){return this instanceof ei?(this.v=t,this):new ei(t)}function D3(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,s=[];return i={},o("next"),o("throw"),o("return"),i[Symbol.asyncIterator]=function(){return this},i;function o(m){n[m]&&(i[m]=function(y){return new Promise(function(E,T){s.push([m,y,E,T])>1||a(m,y)})})}function a(m,y){try{c(n[m](y))}catch(E){w(s[0][3],E)}}function c(m){m.value instanceof ei?Promise.resolve(m.value.v).then(l,p):w(s[0][2],m)}function l(m){a("next",m)}function p(m){a("throw",m)}function w(m,y){m(y),s.shift(),s.length&&a(s[0][0],s[0][1])}}function I3(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,s){e[i]=t[i]?function(o){return(r=!r)?{value:ei(t[i](o)),done:i==="return"}:s?s(o):o}:s}}function O3(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof Go=="function"?Go(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(s){r[s]=t[s]&&function(o){return new Promise(function(a,c){o=t[s](o),i(a,c,o.done,o.value)})}}function i(s,o,a,c){Promise.resolve(c).then(function(l){s({value:l,done:a})},o)}}function A3(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function $3(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function P3(t){return t&&t.__esModule?t:{default:t}}function T3(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function R3(t,e,r){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,r),r}var N3=Object.freeze({__proto__:null,__extends:g3,get __assign(){return Ko},__rest:m3,__decorate:w3,__param:y3,__metadata:b3,__awaiter:v3,__generator:_3,__createBinding:E3,__exportStar:x3,__values:Go,__read:Cu,__spread:C3,__spreadArrays:S3,__await:ei,__asyncGenerator:D3,__asyncDelegator:I3,__asyncValues:O3,__makeTemplateObject:A3,__importStar:$3,__importDefault:P3,__classPrivateFieldGet:T3,__classPrivateFieldSet:R3}),L3=Ar(N3),Ur={},Su;function Du(){return Su||(Su=1,Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.PINO_CUSTOM_CONTEXT_KEY=Ur.PINO_LOGGER_DEFAULTS=void 0,Ur.PINO_LOGGER_DEFAULTS={level:"info"},Ur.PINO_CUSTOM_CONTEXT_KEY="custom_context"),Ur}var Ot={},Iu;function M3(){if(Iu)return Ot;Iu=1,Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.generateChildLogger=Ot.formatChildLoggerContext=Ot.getLoggerContext=Ot.setBrowserLoggerContext=Ot.getBrowserLoggerContext=Ot.getDefaultLoggerOptions=void 0;const t=Du();function e(a){return Object.assign(Object.assign({},a),{level:a?.level||t.PINO_LOGGER_DEFAULTS.level})}Ot.getDefaultLoggerOptions=e;function r(a,c=t.PINO_CUSTOM_CONTEXT_KEY){return a[c]||""}Ot.getBrowserLoggerContext=r;function n(a,c,l=t.PINO_CUSTOM_CONTEXT_KEY){return a[l]=c,a}Ot.setBrowserLoggerContext=n;function i(a,c=t.PINO_CUSTOM_CONTEXT_KEY){let l="";return typeof a.bindings>"u"?l=r(a,c):l=a.bindings().context||"",l}Ot.getLoggerContext=i;function s(a,c,l=t.PINO_CUSTOM_CONTEXT_KEY){const p=i(a,l);return p.trim()?`${p}/${c}`:c}Ot.formatChildLoggerContext=s;function o(a,c,l=t.PINO_CUSTOM_CONTEXT_KEY){const p=s(a,c,l),w=a.child({context:p});return n(w,p,l)}return Ot.generateChildLogger=o,Ot}(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.pino=void 0;const e=L3,r=e.__importDefault(Hn);Object.defineProperty(t,"pino",{enumerable:!0,get:function(){return r.default}}),e.__exportStar(Du(),t),e.__exportStar(M3(),t)})(je);class U3 extends Lr{constructor(e){super(),this.opts=e,this.protocol="wc",this.version=2}}class F3 extends Lr{constructor(e,r){super(),this.core=e,this.logger=r,this.records=new Map}}class B3{constructor(e,r){this.logger=e,this.core=r}}class j3 extends Lr{constructor(e,r){super(),this.relayer=e,this.logger=r}}class k3 extends Lr{constructor(e){super()}}class H3{constructor(e,r,n,i){this.core=e,this.logger=r,this.name=n}}class z3 extends Lr{constructor(e,r){super(),this.relayer=e,this.logger=r}}class W3 extends Lr{constructor(e,r){super(),this.core=e,this.logger=r}}class q3{constructor(e){this.opts=e,this.protocol="wc",this.version=2}}class V3{constructor(e){this.client=e}}function Zo(t){if(typeof t!="string")throw new Error(`Cannot safe json parse value of type ${typeof t}`);try{return JSON.parse(t)}catch{return t}}function ti(t){return typeof t=="string"?t:JSON.stringify(t)}var Yo={},Ou={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=_e,r=Mt;t.DIGEST_LENGTH=64,t.BLOCK_SIZE=128;var n=function(){function a(){this.digestLength=t.DIGEST_LENGTH,this.blockSize=t.BLOCK_SIZE,this._stateHi=new Int32Array(8),this._stateLo=new Int32Array(8),this._tempHi=new Int32Array(16),this._tempLo=new Int32Array(16),this._buffer=new Uint8Array(256),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this.reset()}return a.prototype._initState=function(){this._stateHi[0]=1779033703,this._stateHi[1]=3144134277,this._stateHi[2]=1013904242,this._stateHi[3]=2773480762,this._stateHi[4]=1359893119,this._stateHi[5]=2600822924,this._stateHi[6]=528734635,this._stateHi[7]=1541459225,this._stateLo[0]=4089235720,this._stateLo[1]=2227873595,this._stateLo[2]=4271175723,this._stateLo[3]=1595750129,this._stateLo[4]=2917565137,this._stateLo[5]=725511199,this._stateLo[6]=4215389547,this._stateLo[7]=327033209},a.prototype.reset=function(){return this._initState(),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this},a.prototype.clean=function(){r.wipe(this._buffer),r.wipe(this._tempHi),r.wipe(this._tempLo),this.reset()},a.prototype.update=function(c,l){if(l===void 0&&(l=c.length),this._finished)throw new Error("SHA512: can't update because hash was finished.");var p=0;if(this._bytesHashed+=l,this._bufferLength>0){for(;this._bufferLength<t.BLOCK_SIZE&&l>0;)this._buffer[this._bufferLength++]=c[p++],l--;this._bufferLength===this.blockSize&&(s(this._tempHi,this._tempLo,this._stateHi,this._stateLo,this._buffer,0,this.blockSize),this._bufferLength=0)}for(l>=this.blockSize&&(p=s(this._tempHi,this._tempLo,this._stateHi,this._stateLo,c,p,l),l%=this.blockSize);l>0;)this._buffer[this._bufferLength++]=c[p++],l--;return this},a.prototype.finish=function(c){if(!this._finished){var l=this._bytesHashed,p=this._bufferLength,w=l/536870912|0,m=l<<3,y=l%128<112?128:256;this._buffer[p]=128;for(var E=p+1;E<y-8;E++)this._buffer[E]=0;e.writeUint32BE(w,this._buffer,y-8),e.writeUint32BE(m,this._buffer,y-4),s(this._tempHi,this._tempLo,this._stateHi,this._stateLo,this._buffer,0,y),this._finished=!0}for(var E=0;E<this.digestLength/8;E++)e.writeUint32BE(this._stateHi[E],c,E*8),e.writeUint32BE(this._stateLo[E],c,E*8+4);return this},a.prototype.digest=function(){var c=new Uint8Array(this.digestLength);return this.finish(c),c},a.prototype.saveState=function(){if(this._finished)throw new Error("SHA256: cannot save finished state");return{stateHi:new Int32Array(this._stateHi),stateLo:new Int32Array(this._stateLo),buffer:this._bufferLength>0?new Uint8Array(this._buffer):void 0,bufferLength:this._bufferLength,bytesHashed:this._bytesHashed}},a.prototype.restoreState=function(c){return this._stateHi.set(c.stateHi),this._stateLo.set(c.stateLo),this._bufferLength=c.bufferLength,c.buffer&&this._buffer.set(c.buffer),this._bytesHashed=c.bytesHashed,this._finished=!1,this},a.prototype.cleanSavedState=function(c){r.wipe(c.stateHi),r.wipe(c.stateLo),c.buffer&&r.wipe(c.buffer),c.bufferLength=0,c.bytesHashed=0},a}();t.SHA512=n;var i=new Int32Array([1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591]);function s(a,c,l,p,w,m,y){for(var E=l[0],T=l[1],R=l[2],L=l[3],x=l[4],O=l[5],_=l[6],D=l[7],I=p[0],h=p[1],v=p[2],H=p[3],j=p[4],q=p[5],X=p[6],re=p[7],C,A,G,K,W,z,J,Z;y>=128;){for(var ue=0;ue<16;ue++){var Q=8*ue+m;a[ue]=e.readUint32BE(w,Q),c[ue]=e.readUint32BE(w,Q+4)}for(var ue=0;ue<80;ue++){var fe=E,ae=T,Ce=R,B=L,F=x,N=O,f=_,$=D,ee=I,ne=h,Ee=v,Me=H,$e=j,Ue=q,Ge=X,qe=re;if(C=D,A=re,W=A&65535,z=A>>>16,J=C&65535,Z=C>>>16,C=(x>>>14|j<<32-14)^(x>>>18|j<<32-18)^(j>>>41-32|x<<32-(41-32)),A=(j>>>14|x<<32-14)^(j>>>18|x<<32-18)^(x>>>41-32|j<<32-(41-32)),W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,C=x&O^~x&_,A=j&q^~j&X,W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,C=i[ue*2],A=i[ue*2+1],W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,C=a[ue%16],A=c[ue%16],W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,z+=W>>>16,J+=z>>>16,Z+=J>>>16,G=J&65535|Z<<16,K=W&65535|z<<16,C=G,A=K,W=A&65535,z=A>>>16,J=C&65535,Z=C>>>16,C=(E>>>28|I<<32-28)^(I>>>34-32|E<<32-(34-32))^(I>>>39-32|E<<32-(39-32)),A=(I>>>28|E<<32-28)^(E>>>34-32|I<<32-(34-32))^(E>>>39-32|I<<32-(39-32)),W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,C=E&T^E&R^T&R,A=I&h^I&v^h&v,W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,z+=W>>>16,J+=z>>>16,Z+=J>>>16,$=J&65535|Z<<16,qe=W&65535|z<<16,C=B,A=Me,W=A&65535,z=A>>>16,J=C&65535,Z=C>>>16,C=G,A=K,W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,z+=W>>>16,J+=z>>>16,Z+=J>>>16,B=J&65535|Z<<16,Me=W&65535|z<<16,T=fe,R=ae,L=Ce,x=B,O=F,_=N,D=f,E=$,h=ee,v=ne,H=Ee,j=Me,q=$e,X=Ue,re=Ge,I=qe,ue%16===15)for(var Q=0;Q<16;Q++)C=a[Q],A=c[Q],W=A&65535,z=A>>>16,J=C&65535,Z=C>>>16,C=a[(Q+9)%16],A=c[(Q+9)%16],W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,G=a[(Q+1)%16],K=c[(Q+1)%16],C=(G>>>1|K<<32-1)^(G>>>8|K<<32-8)^G>>>7,A=(K>>>1|G<<32-1)^(K>>>8|G<<32-8)^(K>>>7|G<<32-7),W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,G=a[(Q+14)%16],K=c[(Q+14)%16],C=(G>>>19|K<<32-19)^(K>>>61-32|G<<32-(61-32))^G>>>6,A=(K>>>19|G<<32-19)^(G>>>61-32|K<<32-(61-32))^(K>>>6|G<<32-6),W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,z+=W>>>16,J+=z>>>16,Z+=J>>>16,a[Q]=J&65535|Z<<16,c[Q]=W&65535|z<<16}C=E,A=I,W=A&65535,z=A>>>16,J=C&65535,Z=C>>>16,C=l[0],A=p[0],W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,z+=W>>>16,J+=z>>>16,Z+=J>>>16,l[0]=E=J&65535|Z<<16,p[0]=I=W&65535|z<<16,C=T,A=h,W=A&65535,z=A>>>16,J=C&65535,Z=C>>>16,C=l[1],A=p[1],W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,z+=W>>>16,J+=z>>>16,Z+=J>>>16,l[1]=T=J&65535|Z<<16,p[1]=h=W&65535|z<<16,C=R,A=v,W=A&65535,z=A>>>16,J=C&65535,Z=C>>>16,C=l[2],A=p[2],W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,z+=W>>>16,J+=z>>>16,Z+=J>>>16,l[2]=R=J&65535|Z<<16,p[2]=v=W&65535|z<<16,C=L,A=H,W=A&65535,z=A>>>16,J=C&65535,Z=C>>>16,C=l[3],A=p[3],W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,z+=W>>>16,J+=z>>>16,Z+=J>>>16,l[3]=L=J&65535|Z<<16,p[3]=H=W&65535|z<<16,C=x,A=j,W=A&65535,z=A>>>16,J=C&65535,Z=C>>>16,C=l[4],A=p[4],W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,z+=W>>>16,J+=z>>>16,Z+=J>>>16,l[4]=x=J&65535|Z<<16,p[4]=j=W&65535|z<<16,C=O,A=q,W=A&65535,z=A>>>16,J=C&65535,Z=C>>>16,C=l[5],A=p[5],W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,z+=W>>>16,J+=z>>>16,Z+=J>>>16,l[5]=O=J&65535|Z<<16,p[5]=q=W&65535|z<<16,C=_,A=X,W=A&65535,z=A>>>16,J=C&65535,Z=C>>>16,C=l[6],A=p[6],W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,z+=W>>>16,J+=z>>>16,Z+=J>>>16,l[6]=_=J&65535|Z<<16,p[6]=X=W&65535|z<<16,C=D,A=re,W=A&65535,z=A>>>16,J=C&65535,Z=C>>>16,C=l[7],A=p[7],W+=A&65535,z+=A>>>16,J+=C&65535,Z+=C>>>16,z+=W>>>16,J+=z>>>16,Z+=J>>>16,l[7]=D=J&65535|Z<<16,p[7]=re=W&65535|z<<16,m+=128,y-=128}return m}function o(a){var c=new n;c.update(a);var l=c.digest();return c.clean(),l}t.hash=o})(Ou),function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.convertSecretKeyToX25519=t.convertPublicKeyToX25519=t.verify=t.sign=t.extractPublicKeyFromSecretKey=t.generateKeyPair=t.generateKeyPairFromSeed=t.SEED_LENGTH=t.SECRET_KEY_LENGTH=t.PUBLIC_KEY_LENGTH=t.SIGNATURE_LENGTH=void 0;const e=an,r=Ou,n=Mt;t.SIGNATURE_LENGTH=64,t.PUBLIC_KEY_LENGTH=32,t.SECRET_KEY_LENGTH=64,t.SEED_LENGTH=32;function i(B){const F=new Float64Array(16);if(B)for(let N=0;N<B.length;N++)F[N]=B[N];return F}const s=new Uint8Array(32);s[0]=9;const o=i(),a=i([1]),c=i([30883,4953,19914,30187,55467,16705,2637,112,59544,30585,16505,36039,65139,11119,27886,20995]),l=i([61785,9906,39828,60374,45398,33411,5274,224,53552,61171,33010,6542,64743,22239,55772,9222]),p=i([54554,36645,11616,51542,42930,38181,51040,26924,56412,64982,57905,49316,21502,52590,14035,8553]),w=i([26200,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214]),m=i([41136,18958,6951,50414,58488,44335,6150,12099,55207,15867,153,11085,57099,20417,9344,11139]);function y(B,F){for(let N=0;N<16;N++)B[N]=F[N]|0}function E(B){let F=1;for(let N=0;N<16;N++){let f=B[N]+F+65535;F=Math.floor(f/65536),B[N]=f-F*65536}B[0]+=F-1+37*(F-1)}function T(B,F,N){const f=~(N-1);for(let $=0;$<16;$++){const ee=f&(B[$]^F[$]);B[$]^=ee,F[$]^=ee}}function R(B,F){const N=i(),f=i();for(let $=0;$<16;$++)f[$]=F[$];E(f),E(f),E(f);for(let $=0;$<2;$++){N[0]=f[0]-65517;for(let ne=1;ne<15;ne++)N[ne]=f[ne]-65535-(N[ne-1]>>16&1),N[ne-1]&=65535;N[15]=f[15]-32767-(N[14]>>16&1);const ee=N[15]>>16&1;N[14]&=65535,T(f,N,1-ee)}for(let $=0;$<16;$++)B[2*$]=f[$]&255,B[2*$+1]=f[$]>>8}function L(B,F){let N=0;for(let f=0;f<32;f++)N|=B[f]^F[f];return(1&N-1>>>8)-1}function x(B,F){const N=new Uint8Array(32),f=new Uint8Array(32);return R(N,B),R(f,F),L(N,f)}function O(B){const F=new Uint8Array(32);return R(F,B),F[0]&1}function _(B,F){for(let N=0;N<16;N++)B[N]=F[2*N]+(F[2*N+1]<<8);B[15]&=32767}function D(B,F,N){for(let f=0;f<16;f++)B[f]=F[f]+N[f]}function I(B,F,N){for(let f=0;f<16;f++)B[f]=F[f]-N[f]}function h(B,F,N){let f,$,ee=0,ne=0,Ee=0,Me=0,$e=0,Ue=0,Ge=0,qe=0,Pe=0,Ie=0,me=0,Se=0,Oe=0,pe=0,xe=0,g=0,u=0,d=0,b=0,P=0,U=0,k=0,oe=0,he=0,Ne=0,Be=0,Le=0,jt=0,tn=0,Fi=0,Gs=0,tt=N[0],Ye=N[1],rt=N[2],nt=N[3],it=N[4],Je=N[5],dt=N[6],ft=N[7],pt=N[8],gt=N[9],mt=N[10],lt=N[11],st=N[12],Ve=N[13],wt=N[14],yt=N[15];f=F[0],ee+=f*tt,ne+=f*Ye,Ee+=f*rt,Me+=f*nt,$e+=f*it,Ue+=f*Je,Ge+=f*dt,qe+=f*ft,Pe+=f*pt,Ie+=f*gt,me+=f*mt,Se+=f*lt,Oe+=f*st,pe+=f*Ve,xe+=f*wt,g+=f*yt,f=F[1],ne+=f*tt,Ee+=f*Ye,Me+=f*rt,$e+=f*nt,Ue+=f*it,Ge+=f*Je,qe+=f*dt,Pe+=f*ft,Ie+=f*pt,me+=f*gt,Se+=f*mt,Oe+=f*lt,pe+=f*st,xe+=f*Ve,g+=f*wt,u+=f*yt,f=F[2],Ee+=f*tt,Me+=f*Ye,$e+=f*rt,Ue+=f*nt,Ge+=f*it,qe+=f*Je,Pe+=f*dt,Ie+=f*ft,me+=f*pt,Se+=f*gt,Oe+=f*mt,pe+=f*lt,xe+=f*st,g+=f*Ve,u+=f*wt,d+=f*yt,f=F[3],Me+=f*tt,$e+=f*Ye,Ue+=f*rt,Ge+=f*nt,qe+=f*it,Pe+=f*Je,Ie+=f*dt,me+=f*ft,Se+=f*pt,Oe+=f*gt,pe+=f*mt,xe+=f*lt,g+=f*st,u+=f*Ve,d+=f*wt,b+=f*yt,f=F[4],$e+=f*tt,Ue+=f*Ye,Ge+=f*rt,qe+=f*nt,Pe+=f*it,Ie+=f*Je,me+=f*dt,Se+=f*ft,Oe+=f*pt,pe+=f*gt,xe+=f*mt,g+=f*lt,u+=f*st,d+=f*Ve,b+=f*wt,P+=f*yt,f=F[5],Ue+=f*tt,Ge+=f*Ye,qe+=f*rt,Pe+=f*nt,Ie+=f*it,me+=f*Je,Se+=f*dt,Oe+=f*ft,pe+=f*pt,xe+=f*gt,g+=f*mt,u+=f*lt,d+=f*st,b+=f*Ve,P+=f*wt,U+=f*yt,f=F[6],Ge+=f*tt,qe+=f*Ye,Pe+=f*rt,Ie+=f*nt,me+=f*it,Se+=f*Je,Oe+=f*dt,pe+=f*ft,xe+=f*pt,g+=f*gt,u+=f*mt,d+=f*lt,b+=f*st,P+=f*Ve,U+=f*wt,k+=f*yt,f=F[7],qe+=f*tt,Pe+=f*Ye,Ie+=f*rt,me+=f*nt,Se+=f*it,Oe+=f*Je,pe+=f*dt,xe+=f*ft,g+=f*pt,u+=f*gt,d+=f*mt,b+=f*lt,P+=f*st,U+=f*Ve,k+=f*wt,oe+=f*yt,f=F[8],Pe+=f*tt,Ie+=f*Ye,me+=f*rt,Se+=f*nt,Oe+=f*it,pe+=f*Je,xe+=f*dt,g+=f*ft,u+=f*pt,d+=f*gt,b+=f*mt,P+=f*lt,U+=f*st,k+=f*Ve,oe+=f*wt,he+=f*yt,f=F[9],Ie+=f*tt,me+=f*Ye,Se+=f*rt,Oe+=f*nt,pe+=f*it,xe+=f*Je,g+=f*dt,u+=f*ft,d+=f*pt,b+=f*gt,P+=f*mt,U+=f*lt,k+=f*st,oe+=f*Ve,he+=f*wt,Ne+=f*yt,f=F[10],me+=f*tt,Se+=f*Ye,Oe+=f*rt,pe+=f*nt,xe+=f*it,g+=f*Je,u+=f*dt,d+=f*ft,b+=f*pt,P+=f*gt,U+=f*mt,k+=f*lt,oe+=f*st,he+=f*Ve,Ne+=f*wt,Be+=f*yt,f=F[11],Se+=f*tt,Oe+=f*Ye,pe+=f*rt,xe+=f*nt,g+=f*it,u+=f*Je,d+=f*dt,b+=f*ft,P+=f*pt,U+=f*gt,k+=f*mt,oe+=f*lt,he+=f*st,Ne+=f*Ve,Be+=f*wt,Le+=f*yt,f=F[12],Oe+=f*tt,pe+=f*Ye,xe+=f*rt,g+=f*nt,u+=f*it,d+=f*Je,b+=f*dt,P+=f*ft,U+=f*pt,k+=f*gt,oe+=f*mt,he+=f*lt,Ne+=f*st,Be+=f*Ve,Le+=f*wt,jt+=f*yt,f=F[13],pe+=f*tt,xe+=f*Ye,g+=f*rt,u+=f*nt,d+=f*it,b+=f*Je,P+=f*dt,U+=f*ft,k+=f*pt,oe+=f*gt,he+=f*mt,Ne+=f*lt,Be+=f*st,Le+=f*Ve,jt+=f*wt,tn+=f*yt,f=F[14],xe+=f*tt,g+=f*Ye,u+=f*rt,d+=f*nt,b+=f*it,P+=f*Je,U+=f*dt,k+=f*ft,oe+=f*pt,he+=f*gt,Ne+=f*mt,Be+=f*lt,Le+=f*st,jt+=f*Ve,tn+=f*wt,Fi+=f*yt,f=F[15],g+=f*tt,u+=f*Ye,d+=f*rt,b+=f*nt,P+=f*it,U+=f*Je,k+=f*dt,oe+=f*ft,he+=f*pt,Ne+=f*gt,Be+=f*mt,Le+=f*lt,jt+=f*st,tn+=f*Ve,Fi+=f*wt,Gs+=f*yt,ee+=38*u,ne+=38*d,Ee+=38*b,Me+=38*P,$e+=38*U,Ue+=38*k,Ge+=38*oe,qe+=38*he,Pe+=38*Ne,Ie+=38*Be,me+=38*Le,Se+=38*jt,Oe+=38*tn,pe+=38*Fi,xe+=38*Gs,$=1,f=ee+$+65535,$=Math.floor(f/65536),ee=f-$*65536,f=ne+$+65535,$=Math.floor(f/65536),ne=f-$*65536,f=Ee+$+65535,$=Math.floor(f/65536),Ee=f-$*65536,f=Me+$+65535,$=Math.floor(f/65536),Me=f-$*65536,f=$e+$+65535,$=Math.floor(f/65536),$e=f-$*65536,f=Ue+$+65535,$=Math.floor(f/65536),Ue=f-$*65536,f=Ge+$+65535,$=Math.floor(f/65536),Ge=f-$*65536,f=qe+$+65535,$=Math.floor(f/65536),qe=f-$*65536,f=Pe+$+65535,$=Math.floor(f/65536),Pe=f-$*65536,f=Ie+$+65535,$=Math.floor(f/65536),Ie=f-$*65536,f=me+$+65535,$=Math.floor(f/65536),me=f-$*65536,f=Se+$+65535,$=Math.floor(f/65536),Se=f-$*65536,f=Oe+$+65535,$=Math.floor(f/65536),Oe=f-$*65536,f=pe+$+65535,$=Math.floor(f/65536),pe=f-$*65536,f=xe+$+65535,$=Math.floor(f/65536),xe=f-$*65536,f=g+$+65535,$=Math.floor(f/65536),g=f-$*65536,ee+=$-1+37*($-1),$=1,f=ee+$+65535,$=Math.floor(f/65536),ee=f-$*65536,f=ne+$+65535,$=Math.floor(f/65536),ne=f-$*65536,f=Ee+$+65535,$=Math.floor(f/65536),Ee=f-$*65536,f=Me+$+65535,$=Math.floor(f/65536),Me=f-$*65536,f=$e+$+65535,$=Math.floor(f/65536),$e=f-$*65536,f=Ue+$+65535,$=Math.floor(f/65536),Ue=f-$*65536,f=Ge+$+65535,$=Math.floor(f/65536),Ge=f-$*65536,f=qe+$+65535,$=Math.floor(f/65536),qe=f-$*65536,f=Pe+$+65535,$=Math.floor(f/65536),Pe=f-$*65536,f=Ie+$+65535,$=Math.floor(f/65536),Ie=f-$*65536,f=me+$+65535,$=Math.floor(f/65536),me=f-$*65536,f=Se+$+65535,$=Math.floor(f/65536),Se=f-$*65536,f=Oe+$+65535,$=Math.floor(f/65536),Oe=f-$*65536,f=pe+$+65535,$=Math.floor(f/65536),pe=f-$*65536,f=xe+$+65535,$=Math.floor(f/65536),xe=f-$*65536,f=g+$+65535,$=Math.floor(f/65536),g=f-$*65536,ee+=$-1+37*($-1),B[0]=ee,B[1]=ne,B[2]=Ee,B[3]=Me,B[4]=$e,B[5]=Ue,B[6]=Ge,B[7]=qe,B[8]=Pe,B[9]=Ie,B[10]=me,B[11]=Se,B[12]=Oe,B[13]=pe,B[14]=xe,B[15]=g}function v(B,F){h(B,F,F)}function H(B,F){const N=i();let f;for(f=0;f<16;f++)N[f]=F[f];for(f=253;f>=0;f--)v(N,N),f!==2&&f!==4&&h(N,N,F);for(f=0;f<16;f++)B[f]=N[f]}function j(B,F){const N=i();let f;for(f=0;f<16;f++)N[f]=F[f];for(f=250;f>=0;f--)v(N,N),f!==1&&h(N,N,F);for(f=0;f<16;f++)B[f]=N[f]}function q(B,F){const N=i(),f=i(),$=i(),ee=i(),ne=i(),Ee=i(),Me=i(),$e=i(),Ue=i();I(N,B[1],B[0]),I(Ue,F[1],F[0]),h(N,N,Ue),D(f,B[0],B[1]),D(Ue,F[0],F[1]),h(f,f,Ue),h($,B[3],F[3]),h($,$,l),h(ee,B[2],F[2]),D(ee,ee,ee),I(ne,f,N),I(Ee,ee,$),D(Me,ee,$),D($e,f,N),h(B[0],ne,Ee),h(B[1],$e,Me),h(B[2],Me,Ee),h(B[3],ne,$e)}function X(B,F,N){for(let f=0;f<4;f++)T(B[f],F[f],N)}function re(B,F){const N=i(),f=i(),$=i();H($,F[2]),h(N,F[0],$),h(f,F[1],$),R(B,f),B[31]^=O(N)<<7}function C(B,F,N){y(B[0],o),y(B[1],a),y(B[2],a),y(B[3],o);for(let f=255;f>=0;--f){const $=N[f/8|0]>>(f&7)&1;X(B,F,$),q(F,B),q(B,B),X(B,F,$)}}function A(B,F){const N=[i(),i(),i(),i()];y(N[0],p),y(N[1],w),y(N[2],a),h(N[3],p,w),C(B,N,F)}function G(B){if(B.length!==t.SEED_LENGTH)throw new Error(`ed25519: seed must be ${t.SEED_LENGTH} bytes`);const F=(0,r.hash)(B);F[0]&=248,F[31]&=127,F[31]|=64;const N=new Uint8Array(32),f=[i(),i(),i(),i()];A(f,F),re(N,f);const $=new Uint8Array(64);return $.set(B),$.set(N,32),{publicKey:N,secretKey:$}}t.generateKeyPairFromSeed=G;function K(B){const F=(0,e.randomBytes)(32,B),N=G(F);return(0,n.wipe)(F),N}t.generateKeyPair=K;function W(B){if(B.length!==t.SECRET_KEY_LENGTH)throw new Error(`ed25519: secret key must be ${t.SECRET_KEY_LENGTH} bytes`);return new Uint8Array(B.subarray(32))}t.extractPublicKeyFromSecretKey=W;const z=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function J(B,F){let N,f,$,ee;for(f=63;f>=32;--f){for(N=0,$=f-32,ee=f-12;$<ee;++$)F[$]+=N-16*F[f]*z[$-(f-32)],N=Math.floor((F[$]+128)/256),F[$]-=N*256;F[$]+=N,F[f]=0}for(N=0,$=0;$<32;$++)F[$]+=N-(F[31]>>4)*z[$],N=F[$]>>8,F[$]&=255;for($=0;$<32;$++)F[$]-=N*z[$];for(f=0;f<32;f++)F[f+1]+=F[f]>>8,B[f]=F[f]&255}function Z(B){const F=new Float64Array(64);for(let N=0;N<64;N++)F[N]=B[N];for(let N=0;N<64;N++)B[N]=0;J(B,F)}function ue(B,F){const N=new Float64Array(64),f=[i(),i(),i(),i()],$=(0,r.hash)(B.subarray(0,32));$[0]&=248,$[31]&=127,$[31]|=64;const ee=new Uint8Array(64);ee.set($.subarray(32),32);const ne=new r.SHA512;ne.update(ee.subarray(32)),ne.update(F);const Ee=ne.digest();ne.clean(),Z(Ee),A(f,Ee),re(ee,f),ne.reset(),ne.update(ee.subarray(0,32)),ne.update(B.subarray(32)),ne.update(F);const Me=ne.digest();Z(Me);for(let $e=0;$e<32;$e++)N[$e]=Ee[$e];for(let $e=0;$e<32;$e++)for(let Ue=0;Ue<32;Ue++)N[$e+Ue]+=Me[$e]*$[Ue];return J(ee.subarray(32),N),ee}t.sign=ue;function Q(B,F){const N=i(),f=i(),$=i(),ee=i(),ne=i(),Ee=i(),Me=i();return y(B[2],a),_(B[1],F),v($,B[1]),h(ee,$,c),I($,$,B[2]),D(ee,B[2],ee),v(ne,ee),v(Ee,ne),h(Me,Ee,ne),h(N,Me,$),h(N,N,ee),j(N,N),h(N,N,$),h(N,N,ee),h(N,N,ee),h(B[0],N,ee),v(f,B[0]),h(f,f,ee),x(f,$)&&h(B[0],B[0],m),v(f,B[0]),h(f,f,ee),x(f,$)?-1:(O(B[0])===F[31]>>7&&I(B[0],o,B[0]),h(B[3],B[0],B[1]),0)}function fe(B,F,N){const f=new Uint8Array(32),$=[i(),i(),i(),i()],ee=[i(),i(),i(),i()];if(N.length!==t.SIGNATURE_LENGTH)throw new Error(`ed25519: signature must be ${t.SIGNATURE_LENGTH} bytes`);if(Q(ee,B))return!1;const ne=new r.SHA512;ne.update(N.subarray(0,32)),ne.update(B),ne.update(F);const Ee=ne.digest();return Z(Ee),C($,ee,Ee),A(ee,N.subarray(32)),q($,ee),re(f,$),!L(N,f)}t.verify=fe;function ae(B){let F=[i(),i(),i(),i()];if(Q(F,B))throw new Error("Ed25519: invalid public key");let N=i(),f=i(),$=F[1];D(N,a,$),I(f,a,$),H(f,f),h(N,N,f);let ee=new Uint8Array(32);return R(ee,N),ee}t.convertPublicKeyToX25519=ae;function Ce(B){const F=(0,r.hash)(B.subarray(0,32));F[0]&=248,F[31]&=127,F[31]|=64;const N=new Uint8Array(F.subarray(0,32));return(0,n.wipe)(F),N}t.convertSecretKeyToX25519=Ce}(Yo);const K3="EdDSA",G3="JWT",Au=".",$u="base64url",Z3="utf8",Y3="utf8",J3=":",X3="did",Q3="key",Pu="base58btc",em="z",tm="K36",rm=32;function is(t){return Pt($t(ti(t),Z3),$u)}function Tu(t){const e=$t(tm,Pu),r=em+Pt(lo([e,t]),Pu);return[X3,Q3,r].join(J3)}function nm(t){return Pt(t,$u)}function im(t){return $t([is(t.header),is(t.payload)].join(Au),Y3)}function sm(t){return[is(t.header),is(t.payload),nm(t.signature)].join(Au)}function Ru(t=an.randomBytes(rm)){return Yo.generateKeyPairFromSeed(t)}async function om(t,e,r,n,i=ge.fromMiliseconds(Date.now())){const s={alg:K3,typ:G3},o=Tu(n.publicKey),a=i+r,c={iss:o,sub:t,aud:e,iat:i,exp:a},l=im({header:s,payload:c}),p=Yo.sign(n.secretKey,l);return sm({header:s,payload:c,signature:p})}const am="PARSE_ERROR",cm="INVALID_REQUEST",lm="METHOD_NOT_FOUND",um="INVALID_PARAMS",Nu="INTERNAL_ERROR",Jo="SERVER_ERROR",hm=[-32700,-32600,-32601,-32602,-32603],ri={[am]:{code:-32700,message:"Parse error"},[cm]:{code:-32600,message:"Invalid Request"},[lm]:{code:-32601,message:"Method not found"},[um]:{code:-32602,message:"Invalid params"},[Nu]:{code:-32603,message:"Internal error"},[Jo]:{code:-32e3,message:"Server error"}},Lu=Jo;function dm(t){return hm.includes(t)}function Mu(t){return Object.keys(ri).includes(t)?ri[t]:ri[Lu]}function fm(t){const e=Object.values(ri).find(r=>r.code===t);return e||ri[Lu]}function Uu(t,e,r){return t.message.includes("getaddrinfo ENOTFOUND")||t.message.includes("connect ECONNREFUSED")?new Error(`Unavailable ${r} RPC url at ${e}`):t}var Fu={};/*! *****************************************************************************
53
+ ***************************************************************************** */var Ha=function(t,e){return Ha=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i])},Ha(t,e)};function Py(t,e){Ha(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var za=function(){return za=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},za.apply(this,arguments)};function Ty(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function Ny(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(i<3?s(o):i>3?s(e,r,o):s(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function Ry(t,e){return function(r,n){e(r,n,t)}}function Ly(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function My(t,e,r,n){function i(o){return o instanceof r?o:new r(function(s){s(o)})}return new(r||(r=Promise))(function(o,s){function a(d){try{u(n.next(d))}catch(y){s(y)}}function l(d){try{u(n.throw(d))}catch(y){s(y)}}function u(d){d.done?o(d.value):i(d.value).then(a,l)}u((n=n.apply(t,e||[])).next())})}function Uy(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(u){return function(d){return l([u,d])}}function l(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=u[0]&2?i.return:u[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,u[1])).done)return o;switch(i=0,o&&(u=[u[0]&2,o.value]),u[0]){case 0:case 1:o=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,i=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){r.label=u[1];break}if(u[0]===6&&r.label<o[1]){r.label=o[1],o=u;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(u);break}o[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}catch(d){u=[6,d],i=0}finally{n=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function jy(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function By(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function Wa(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function C0(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],s;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(a){s={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function ky(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(C0(arguments[e]));return t}function Hy(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var o=arguments[e],s=0,a=o.length;s<a;s++,i++)n[i]=o[s];return n}function Si(t){return this instanceof Si?(this.v=t,this):new Si(t)}function zy(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},s("next"),s("throw"),s("return"),i[Symbol.asyncIterator]=function(){return this},i;function s(m){n[m]&&(i[m]=function(w){return new Promise(function(_,R){o.push([m,w,_,R])>1||a(m,w)})})}function a(m,w){try{l(n[m](w))}catch(_){y(o[0][3],_)}}function l(m){m.value instanceof Si?Promise.resolve(m.value.v).then(u,d):y(o[0][2],m)}function u(m){a("next",m)}function d(m){a("throw",m)}function y(m,w){m(w),o.shift(),o.length&&a(o[0][0],o[0][1])}}function Wy(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,o){e[i]=t[i]?function(s){return(r=!r)?{value:Si(t[i](s)),done:i==="return"}:o?o(s):s}:o}}function Vy(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof Wa=="function"?Wa(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(o){r[o]=t[o]&&function(s){return new Promise(function(a,l){s=t[o](s),i(a,l,s.done,s.value)})}}function i(o,s,a,l){Promise.resolve(l).then(function(u){o({value:u,done:a})},s)}}function qy(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function Ky(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function Gy(t){return t&&t.__esModule?t:{default:t}}function Yy(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function Zy(t,e,r){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,r),r}var Jy=Object.freeze({__proto__:null,__extends:Py,get __assign(){return za},__rest:Ty,__decorate:Ny,__param:Ry,__metadata:Ly,__awaiter:My,__generator:Uy,__createBinding:jy,__exportStar:By,__values:Wa,__read:C0,__spread:ky,__spreadArrays:Hy,__await:Si,__asyncGenerator:zy,__asyncDelegator:Wy,__asyncValues:Vy,__makeTemplateObject:qy,__importStar:Ky,__importDefault:Gy,__classPrivateFieldGet:Yy,__classPrivateFieldSet:Zy}),Xy=Zr(Jy),on={},O0;function A0(){return O0||(O0=1,Object.defineProperty(on,"__esModule",{value:!0}),on.PINO_CUSTOM_CONTEXT_KEY=on.PINO_LOGGER_DEFAULTS=void 0,on.PINO_LOGGER_DEFAULTS={level:"info"},on.PINO_CUSTOM_CONTEXT_KEY="custom_context"),on}var Ht={},I0;function Qy(){if(I0)return Ht;I0=1,Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.generateChildLogger=Ht.formatChildLoggerContext=Ht.getLoggerContext=Ht.setBrowserLoggerContext=Ht.getBrowserLoggerContext=Ht.getDefaultLoggerOptions=void 0;const t=A0();function e(a){return Object.assign(Object.assign({},a),{level:a?.level||t.PINO_LOGGER_DEFAULTS.level})}Ht.getDefaultLoggerOptions=e;function r(a,l=t.PINO_CUSTOM_CONTEXT_KEY){return a[l]||""}Ht.getBrowserLoggerContext=r;function n(a,l,u=t.PINO_CUSTOM_CONTEXT_KEY){return a[u]=l,a}Ht.setBrowserLoggerContext=n;function i(a,l=t.PINO_CUSTOM_CONTEXT_KEY){let u="";return typeof a.bindings>"u"?u=r(a,l):u=a.bindings().context||"",u}Ht.getLoggerContext=i;function o(a,l,u=t.PINO_CUSTOM_CONTEXT_KEY){const d=i(a,u);return d.trim()?`${d}/${l}`:l}Ht.formatChildLoggerContext=o;function s(a,l,u=t.PINO_CUSTOM_CONTEXT_KEY){const d=o(a,l,u),y=a.child({context:d});return n(y,d,u)}return Ht.generateChildLogger=s,Ht}(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.pino=void 0;const e=Xy,r=e.__importDefault(fi);Object.defineProperty(t,"pino",{enumerable:!0,get:function(){return r.default}}),e.__exportStar(A0(),t),e.__exportStar(Qy(),t)})(ht);class eb extends rn{constructor(e){super(),this.opts=e,this.protocol="wc",this.version=2}}class tb extends rn{constructor(e,r){super(),this.core=e,this.logger=r,this.records=new Map}}class rb{constructor(e,r){this.logger=e,this.core=r}}class nb extends rn{constructor(e,r){super(),this.relayer=e,this.logger=r}}class ib extends rn{constructor(e){super()}}class ob{constructor(e,r,n,i){this.core=e,this.logger=r,this.name=n}}class sb extends rn{constructor(e,r){super(),this.relayer=e,this.logger=r}}class ab extends rn{constructor(e,r){super(),this.core=e,this.logger=r}}class cb{constructor(e){this.opts=e,this.protocol="wc",this.version=2}}class lb{constructor(e){this.client=e}}function Va(t){if(typeof t!="string")throw new Error(`Cannot safe json parse value of type ${typeof t}`);try{return JSON.parse(t)}catch{return t}}function Ci(t){return typeof t=="string"?t:JSON.stringify(t)}var qa={},D0={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=ke,r=rr;t.DIGEST_LENGTH=64,t.BLOCK_SIZE=128;var n=function(){function a(){this.digestLength=t.DIGEST_LENGTH,this.blockSize=t.BLOCK_SIZE,this._stateHi=new Int32Array(8),this._stateLo=new Int32Array(8),this._tempHi=new Int32Array(16),this._tempLo=new Int32Array(16),this._buffer=new Uint8Array(256),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this.reset()}return a.prototype._initState=function(){this._stateHi[0]=1779033703,this._stateHi[1]=3144134277,this._stateHi[2]=1013904242,this._stateHi[3]=2773480762,this._stateHi[4]=1359893119,this._stateHi[5]=2600822924,this._stateHi[6]=528734635,this._stateHi[7]=1541459225,this._stateLo[0]=4089235720,this._stateLo[1]=2227873595,this._stateLo[2]=4271175723,this._stateLo[3]=1595750129,this._stateLo[4]=2917565137,this._stateLo[5]=725511199,this._stateLo[6]=4215389547,this._stateLo[7]=327033209},a.prototype.reset=function(){return this._initState(),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this},a.prototype.clean=function(){r.wipe(this._buffer),r.wipe(this._tempHi),r.wipe(this._tempLo),this.reset()},a.prototype.update=function(l,u){if(u===void 0&&(u=l.length),this._finished)throw new Error("SHA512: can't update because hash was finished.");var d=0;if(this._bytesHashed+=u,this._bufferLength>0){for(;this._bufferLength<t.BLOCK_SIZE&&u>0;)this._buffer[this._bufferLength++]=l[d++],u--;this._bufferLength===this.blockSize&&(o(this._tempHi,this._tempLo,this._stateHi,this._stateLo,this._buffer,0,this.blockSize),this._bufferLength=0)}for(u>=this.blockSize&&(d=o(this._tempHi,this._tempLo,this._stateHi,this._stateLo,l,d,u),u%=this.blockSize);u>0;)this._buffer[this._bufferLength++]=l[d++],u--;return this},a.prototype.finish=function(l){if(!this._finished){var u=this._bytesHashed,d=this._bufferLength,y=u/536870912|0,m=u<<3,w=u%128<112?128:256;this._buffer[d]=128;for(var _=d+1;_<w-8;_++)this._buffer[_]=0;e.writeUint32BE(y,this._buffer,w-8),e.writeUint32BE(m,this._buffer,w-4),o(this._tempHi,this._tempLo,this._stateHi,this._stateLo,this._buffer,0,w),this._finished=!0}for(var _=0;_<this.digestLength/8;_++)e.writeUint32BE(this._stateHi[_],l,_*8),e.writeUint32BE(this._stateLo[_],l,_*8+4);return this},a.prototype.digest=function(){var l=new Uint8Array(this.digestLength);return this.finish(l),l},a.prototype.saveState=function(){if(this._finished)throw new Error("SHA256: cannot save finished state");return{stateHi:new Int32Array(this._stateHi),stateLo:new Int32Array(this._stateLo),buffer:this._bufferLength>0?new Uint8Array(this._buffer):void 0,bufferLength:this._bufferLength,bytesHashed:this._bytesHashed}},a.prototype.restoreState=function(l){return this._stateHi.set(l.stateHi),this._stateLo.set(l.stateLo),this._bufferLength=l.bufferLength,l.buffer&&this._buffer.set(l.buffer),this._bytesHashed=l.bytesHashed,this._finished=!1,this},a.prototype.cleanSavedState=function(l){r.wipe(l.stateHi),r.wipe(l.stateLo),l.buffer&&r.wipe(l.buffer),l.bufferLength=0,l.bytesHashed=0},a}();t.SHA512=n;var i=new Int32Array([1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591]);function o(a,l,u,d,y,m,w){for(var _=u[0],R=u[1],M=u[2],j=u[3],D=u[4],N=u[5],S=u[6],$=u[7],P=d[0],h=d[1],C=d[2],q=d[3],z=d[4],Y=d[5],re=d[6],ie=d[7],E,I,Z,J,H,B,W,V;w>=128;){for(var ce=0;ce<16;ce++){var te=8*ce+m;a[ce]=e.readUint32BE(y,te),l[ce]=e.readUint32BE(y,te+4)}for(var ce=0;ce<80;ce++){var Se=_,ne=R,Ie=M,T=j,F=D,A=N,c=S,v=$,G=P,Q=h,he=C,ye=q,pe=z,be=Y,ze=re,Ue=ie;if(E=$,I=ie,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=(D>>>14|z<<32-14)^(D>>>18|z<<32-18)^(z>>>41-32|D<<32-(41-32)),I=(z>>>14|D<<32-14)^(z>>>18|D<<32-18)^(D>>>41-32|z<<32-(41-32)),H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,E=D&N^~D&S,I=z&Y^~z&re,H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,E=i[ce*2],I=i[ce*2+1],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,E=a[ce%16],I=l[ce%16],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,Z=W&65535|V<<16,J=H&65535|B<<16,E=Z,I=J,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=(_>>>28|P<<32-28)^(P>>>34-32|_<<32-(34-32))^(P>>>39-32|_<<32-(39-32)),I=(P>>>28|_<<32-28)^(_>>>34-32|P<<32-(34-32))^(_>>>39-32|P<<32-(39-32)),H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,E=_&R^_&M^R&M,I=P&h^P&C^h&C,H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,v=W&65535|V<<16,Ue=H&65535|B<<16,E=T,I=ye,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=Z,I=J,H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,T=W&65535|V<<16,ye=H&65535|B<<16,R=Se,M=ne,j=Ie,D=T,N=F,S=A,$=c,_=v,h=G,C=Q,q=he,z=ye,Y=pe,re=be,ie=ze,P=Ue,ce%16===15)for(var te=0;te<16;te++)E=a[te],I=l[te],H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=a[(te+9)%16],I=l[(te+9)%16],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,Z=a[(te+1)%16],J=l[(te+1)%16],E=(Z>>>1|J<<32-1)^(Z>>>8|J<<32-8)^Z>>>7,I=(J>>>1|Z<<32-1)^(J>>>8|Z<<32-8)^(J>>>7|Z<<32-7),H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,Z=a[(te+14)%16],J=l[(te+14)%16],E=(Z>>>19|J<<32-19)^(J>>>61-32|Z<<32-(61-32))^Z>>>6,I=(J>>>19|Z<<32-19)^(Z>>>61-32|J<<32-(61-32))^(J>>>6|Z<<32-6),H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,a[te]=W&65535|V<<16,l[te]=H&65535|B<<16}E=_,I=P,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[0],I=d[0],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[0]=_=W&65535|V<<16,d[0]=P=H&65535|B<<16,E=R,I=h,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[1],I=d[1],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[1]=R=W&65535|V<<16,d[1]=h=H&65535|B<<16,E=M,I=C,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[2],I=d[2],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[2]=M=W&65535|V<<16,d[2]=C=H&65535|B<<16,E=j,I=q,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[3],I=d[3],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[3]=j=W&65535|V<<16,d[3]=q=H&65535|B<<16,E=D,I=z,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[4],I=d[4],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[4]=D=W&65535|V<<16,d[4]=z=H&65535|B<<16,E=N,I=Y,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[5],I=d[5],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[5]=N=W&65535|V<<16,d[5]=Y=H&65535|B<<16,E=S,I=re,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[6],I=d[6],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[6]=S=W&65535|V<<16,d[6]=re=H&65535|B<<16,E=$,I=ie,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[7],I=d[7],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[7]=$=W&65535|V<<16,d[7]=ie=H&65535|B<<16,m+=128,w-=128}return m}function s(a){var l=new n;l.update(a);var u=l.digest();return l.clean(),u}t.hash=s})(D0),function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.convertSecretKeyToX25519=t.convertPublicKeyToX25519=t.verify=t.sign=t.extractPublicKeyFromSecretKey=t.generateKeyPair=t.generateKeyPairFromSeed=t.SEED_LENGTH=t.SECRET_KEY_LENGTH=t.PUBLIC_KEY_LENGTH=t.SIGNATURE_LENGTH=void 0;const e=In,r=D0,n=rr;t.SIGNATURE_LENGTH=64,t.PUBLIC_KEY_LENGTH=32,t.SECRET_KEY_LENGTH=64,t.SEED_LENGTH=32;function i(T){const F=new Float64Array(16);if(T)for(let A=0;A<T.length;A++)F[A]=T[A];return F}const o=new Uint8Array(32);o[0]=9;const s=i(),a=i([1]),l=i([30883,4953,19914,30187,55467,16705,2637,112,59544,30585,16505,36039,65139,11119,27886,20995]),u=i([61785,9906,39828,60374,45398,33411,5274,224,53552,61171,33010,6542,64743,22239,55772,9222]),d=i([54554,36645,11616,51542,42930,38181,51040,26924,56412,64982,57905,49316,21502,52590,14035,8553]),y=i([26200,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214]),m=i([41136,18958,6951,50414,58488,44335,6150,12099,55207,15867,153,11085,57099,20417,9344,11139]);function w(T,F){for(let A=0;A<16;A++)T[A]=F[A]|0}function _(T){let F=1;for(let A=0;A<16;A++){let c=T[A]+F+65535;F=Math.floor(c/65536),T[A]=c-F*65536}T[0]+=F-1+37*(F-1)}function R(T,F,A){const c=~(A-1);for(let v=0;v<16;v++){const G=c&(T[v]^F[v]);T[v]^=G,F[v]^=G}}function M(T,F){const A=i(),c=i();for(let v=0;v<16;v++)c[v]=F[v];_(c),_(c),_(c);for(let v=0;v<2;v++){A[0]=c[0]-65517;for(let Q=1;Q<15;Q++)A[Q]=c[Q]-65535-(A[Q-1]>>16&1),A[Q-1]&=65535;A[15]=c[15]-32767-(A[14]>>16&1);const G=A[15]>>16&1;A[14]&=65535,R(c,A,1-G)}for(let v=0;v<16;v++)T[2*v]=c[v]&255,T[2*v+1]=c[v]>>8}function j(T,F){let A=0;for(let c=0;c<32;c++)A|=T[c]^F[c];return(1&A-1>>>8)-1}function D(T,F){const A=new Uint8Array(32),c=new Uint8Array(32);return M(A,T),M(c,F),j(A,c)}function N(T){const F=new Uint8Array(32);return M(F,T),F[0]&1}function S(T,F){for(let A=0;A<16;A++)T[A]=F[2*A]+(F[2*A+1]<<8);T[15]&=32767}function $(T,F,A){for(let c=0;c<16;c++)T[c]=F[c]+A[c]}function P(T,F,A){for(let c=0;c<16;c++)T[c]=F[c]-A[c]}function h(T,F,A){let c,v,G=0,Q=0,he=0,ye=0,pe=0,be=0,ze=0,Ue=0,xe=0,Ee=0,ge=0,we=0,ve=0,fe=0,me=0,b=0,f=0,p=0,O=0,L=0,k=0,K=0,se=0,de=0,De=0,je=0,Pe=0,pt=0,Vt=0,dr=0,$r=0,We=A[0],Te=A[1],Ve=A[2],qe=A[3],Ke=A[4],Ne=A[5],Xe=A[6],Qe=A[7],et=A[8],tt=A[9],rt=A[10],Ze=A[11],Ge=A[12],Oe=A[13],nt=A[14],it=A[15];c=F[0],G+=c*We,Q+=c*Te,he+=c*Ve,ye+=c*qe,pe+=c*Ke,be+=c*Ne,ze+=c*Xe,Ue+=c*Qe,xe+=c*et,Ee+=c*tt,ge+=c*rt,we+=c*Ze,ve+=c*Ge,fe+=c*Oe,me+=c*nt,b+=c*it,c=F[1],Q+=c*We,he+=c*Te,ye+=c*Ve,pe+=c*qe,be+=c*Ke,ze+=c*Ne,Ue+=c*Xe,xe+=c*Qe,Ee+=c*et,ge+=c*tt,we+=c*rt,ve+=c*Ze,fe+=c*Ge,me+=c*Oe,b+=c*nt,f+=c*it,c=F[2],he+=c*We,ye+=c*Te,pe+=c*Ve,be+=c*qe,ze+=c*Ke,Ue+=c*Ne,xe+=c*Xe,Ee+=c*Qe,ge+=c*et,we+=c*tt,ve+=c*rt,fe+=c*Ze,me+=c*Ge,b+=c*Oe,f+=c*nt,p+=c*it,c=F[3],ye+=c*We,pe+=c*Te,be+=c*Ve,ze+=c*qe,Ue+=c*Ke,xe+=c*Ne,Ee+=c*Xe,ge+=c*Qe,we+=c*et,ve+=c*tt,fe+=c*rt,me+=c*Ze,b+=c*Ge,f+=c*Oe,p+=c*nt,O+=c*it,c=F[4],pe+=c*We,be+=c*Te,ze+=c*Ve,Ue+=c*qe,xe+=c*Ke,Ee+=c*Ne,ge+=c*Xe,we+=c*Qe,ve+=c*et,fe+=c*tt,me+=c*rt,b+=c*Ze,f+=c*Ge,p+=c*Oe,O+=c*nt,L+=c*it,c=F[5],be+=c*We,ze+=c*Te,Ue+=c*Ve,xe+=c*qe,Ee+=c*Ke,ge+=c*Ne,we+=c*Xe,ve+=c*Qe,fe+=c*et,me+=c*tt,b+=c*rt,f+=c*Ze,p+=c*Ge,O+=c*Oe,L+=c*nt,k+=c*it,c=F[6],ze+=c*We,Ue+=c*Te,xe+=c*Ve,Ee+=c*qe,ge+=c*Ke,we+=c*Ne,ve+=c*Xe,fe+=c*Qe,me+=c*et,b+=c*tt,f+=c*rt,p+=c*Ze,O+=c*Ge,L+=c*Oe,k+=c*nt,K+=c*it,c=F[7],Ue+=c*We,xe+=c*Te,Ee+=c*Ve,ge+=c*qe,we+=c*Ke,ve+=c*Ne,fe+=c*Xe,me+=c*Qe,b+=c*et,f+=c*tt,p+=c*rt,O+=c*Ze,L+=c*Ge,k+=c*Oe,K+=c*nt,se+=c*it,c=F[8],xe+=c*We,Ee+=c*Te,ge+=c*Ve,we+=c*qe,ve+=c*Ke,fe+=c*Ne,me+=c*Xe,b+=c*Qe,f+=c*et,p+=c*tt,O+=c*rt,L+=c*Ze,k+=c*Ge,K+=c*Oe,se+=c*nt,de+=c*it,c=F[9],Ee+=c*We,ge+=c*Te,we+=c*Ve,ve+=c*qe,fe+=c*Ke,me+=c*Ne,b+=c*Xe,f+=c*Qe,p+=c*et,O+=c*tt,L+=c*rt,k+=c*Ze,K+=c*Ge,se+=c*Oe,de+=c*nt,De+=c*it,c=F[10],ge+=c*We,we+=c*Te,ve+=c*Ve,fe+=c*qe,me+=c*Ke,b+=c*Ne,f+=c*Xe,p+=c*Qe,O+=c*et,L+=c*tt,k+=c*rt,K+=c*Ze,se+=c*Ge,de+=c*Oe,De+=c*nt,je+=c*it,c=F[11],we+=c*We,ve+=c*Te,fe+=c*Ve,me+=c*qe,b+=c*Ke,f+=c*Ne,p+=c*Xe,O+=c*Qe,L+=c*et,k+=c*tt,K+=c*rt,se+=c*Ze,de+=c*Ge,De+=c*Oe,je+=c*nt,Pe+=c*it,c=F[12],ve+=c*We,fe+=c*Te,me+=c*Ve,b+=c*qe,f+=c*Ke,p+=c*Ne,O+=c*Xe,L+=c*Qe,k+=c*et,K+=c*tt,se+=c*rt,de+=c*Ze,De+=c*Ge,je+=c*Oe,Pe+=c*nt,pt+=c*it,c=F[13],fe+=c*We,me+=c*Te,b+=c*Ve,f+=c*qe,p+=c*Ke,O+=c*Ne,L+=c*Xe,k+=c*Qe,K+=c*et,se+=c*tt,de+=c*rt,De+=c*Ze,je+=c*Ge,Pe+=c*Oe,pt+=c*nt,Vt+=c*it,c=F[14],me+=c*We,b+=c*Te,f+=c*Ve,p+=c*qe,O+=c*Ke,L+=c*Ne,k+=c*Xe,K+=c*Qe,se+=c*et,de+=c*tt,De+=c*rt,je+=c*Ze,Pe+=c*Ge,pt+=c*Oe,Vt+=c*nt,dr+=c*it,c=F[15],b+=c*We,f+=c*Te,p+=c*Ve,O+=c*qe,L+=c*Ke,k+=c*Ne,K+=c*Xe,se+=c*Qe,de+=c*et,De+=c*tt,je+=c*rt,Pe+=c*Ze,pt+=c*Ge,Vt+=c*Oe,dr+=c*nt,$r+=c*it,G+=38*f,Q+=38*p,he+=38*O,ye+=38*L,pe+=38*k,be+=38*K,ze+=38*se,Ue+=38*de,xe+=38*De,Ee+=38*je,ge+=38*Pe,we+=38*pt,ve+=38*Vt,fe+=38*dr,me+=38*$r,v=1,c=G+v+65535,v=Math.floor(c/65536),G=c-v*65536,c=Q+v+65535,v=Math.floor(c/65536),Q=c-v*65536,c=he+v+65535,v=Math.floor(c/65536),he=c-v*65536,c=ye+v+65535,v=Math.floor(c/65536),ye=c-v*65536,c=pe+v+65535,v=Math.floor(c/65536),pe=c-v*65536,c=be+v+65535,v=Math.floor(c/65536),be=c-v*65536,c=ze+v+65535,v=Math.floor(c/65536),ze=c-v*65536,c=Ue+v+65535,v=Math.floor(c/65536),Ue=c-v*65536,c=xe+v+65535,v=Math.floor(c/65536),xe=c-v*65536,c=Ee+v+65535,v=Math.floor(c/65536),Ee=c-v*65536,c=ge+v+65535,v=Math.floor(c/65536),ge=c-v*65536,c=we+v+65535,v=Math.floor(c/65536),we=c-v*65536,c=ve+v+65535,v=Math.floor(c/65536),ve=c-v*65536,c=fe+v+65535,v=Math.floor(c/65536),fe=c-v*65536,c=me+v+65535,v=Math.floor(c/65536),me=c-v*65536,c=b+v+65535,v=Math.floor(c/65536),b=c-v*65536,G+=v-1+37*(v-1),v=1,c=G+v+65535,v=Math.floor(c/65536),G=c-v*65536,c=Q+v+65535,v=Math.floor(c/65536),Q=c-v*65536,c=he+v+65535,v=Math.floor(c/65536),he=c-v*65536,c=ye+v+65535,v=Math.floor(c/65536),ye=c-v*65536,c=pe+v+65535,v=Math.floor(c/65536),pe=c-v*65536,c=be+v+65535,v=Math.floor(c/65536),be=c-v*65536,c=ze+v+65535,v=Math.floor(c/65536),ze=c-v*65536,c=Ue+v+65535,v=Math.floor(c/65536),Ue=c-v*65536,c=xe+v+65535,v=Math.floor(c/65536),xe=c-v*65536,c=Ee+v+65535,v=Math.floor(c/65536),Ee=c-v*65536,c=ge+v+65535,v=Math.floor(c/65536),ge=c-v*65536,c=we+v+65535,v=Math.floor(c/65536),we=c-v*65536,c=ve+v+65535,v=Math.floor(c/65536),ve=c-v*65536,c=fe+v+65535,v=Math.floor(c/65536),fe=c-v*65536,c=me+v+65535,v=Math.floor(c/65536),me=c-v*65536,c=b+v+65535,v=Math.floor(c/65536),b=c-v*65536,G+=v-1+37*(v-1),T[0]=G,T[1]=Q,T[2]=he,T[3]=ye,T[4]=pe,T[5]=be,T[6]=ze,T[7]=Ue,T[8]=xe,T[9]=Ee,T[10]=ge,T[11]=we,T[12]=ve,T[13]=fe,T[14]=me,T[15]=b}function C(T,F){h(T,F,F)}function q(T,F){const A=i();let c;for(c=0;c<16;c++)A[c]=F[c];for(c=253;c>=0;c--)C(A,A),c!==2&&c!==4&&h(A,A,F);for(c=0;c<16;c++)T[c]=A[c]}function z(T,F){const A=i();let c;for(c=0;c<16;c++)A[c]=F[c];for(c=250;c>=0;c--)C(A,A),c!==1&&h(A,A,F);for(c=0;c<16;c++)T[c]=A[c]}function Y(T,F){const A=i(),c=i(),v=i(),G=i(),Q=i(),he=i(),ye=i(),pe=i(),be=i();P(A,T[1],T[0]),P(be,F[1],F[0]),h(A,A,be),$(c,T[0],T[1]),$(be,F[0],F[1]),h(c,c,be),h(v,T[3],F[3]),h(v,v,u),h(G,T[2],F[2]),$(G,G,G),P(Q,c,A),P(he,G,v),$(ye,G,v),$(pe,c,A),h(T[0],Q,he),h(T[1],pe,ye),h(T[2],ye,he),h(T[3],Q,pe)}function re(T,F,A){for(let c=0;c<4;c++)R(T[c],F[c],A)}function ie(T,F){const A=i(),c=i(),v=i();q(v,F[2]),h(A,F[0],v),h(c,F[1],v),M(T,c),T[31]^=N(A)<<7}function E(T,F,A){w(T[0],s),w(T[1],a),w(T[2],a),w(T[3],s);for(let c=255;c>=0;--c){const v=A[c/8|0]>>(c&7)&1;re(T,F,v),Y(F,T),Y(T,T),re(T,F,v)}}function I(T,F){const A=[i(),i(),i(),i()];w(A[0],d),w(A[1],y),w(A[2],a),h(A[3],d,y),E(T,A,F)}function Z(T){if(T.length!==t.SEED_LENGTH)throw new Error(`ed25519: seed must be ${t.SEED_LENGTH} bytes`);const F=(0,r.hash)(T);F[0]&=248,F[31]&=127,F[31]|=64;const A=new Uint8Array(32),c=[i(),i(),i(),i()];I(c,F),ie(A,c);const v=new Uint8Array(64);return v.set(T),v.set(A,32),{publicKey:A,secretKey:v}}t.generateKeyPairFromSeed=Z;function J(T){const F=(0,e.randomBytes)(32,T),A=Z(F);return(0,n.wipe)(F),A}t.generateKeyPair=J;function H(T){if(T.length!==t.SECRET_KEY_LENGTH)throw new Error(`ed25519: secret key must be ${t.SECRET_KEY_LENGTH} bytes`);return new Uint8Array(T.subarray(32))}t.extractPublicKeyFromSecretKey=H;const B=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function W(T,F){let A,c,v,G;for(c=63;c>=32;--c){for(A=0,v=c-32,G=c-12;v<G;++v)F[v]+=A-16*F[c]*B[v-(c-32)],A=Math.floor((F[v]+128)/256),F[v]-=A*256;F[v]+=A,F[c]=0}for(A=0,v=0;v<32;v++)F[v]+=A-(F[31]>>4)*B[v],A=F[v]>>8,F[v]&=255;for(v=0;v<32;v++)F[v]-=A*B[v];for(c=0;c<32;c++)F[c+1]+=F[c]>>8,T[c]=F[c]&255}function V(T){const F=new Float64Array(64);for(let A=0;A<64;A++)F[A]=T[A];for(let A=0;A<64;A++)T[A]=0;W(T,F)}function ce(T,F){const A=new Float64Array(64),c=[i(),i(),i(),i()],v=(0,r.hash)(T.subarray(0,32));v[0]&=248,v[31]&=127,v[31]|=64;const G=new Uint8Array(64);G.set(v.subarray(32),32);const Q=new r.SHA512;Q.update(G.subarray(32)),Q.update(F);const he=Q.digest();Q.clean(),V(he),I(c,he),ie(G,c),Q.reset(),Q.update(G.subarray(0,32)),Q.update(T.subarray(32)),Q.update(F);const ye=Q.digest();V(ye);for(let pe=0;pe<32;pe++)A[pe]=he[pe];for(let pe=0;pe<32;pe++)for(let be=0;be<32;be++)A[pe+be]+=ye[pe]*v[be];return W(G.subarray(32),A),G}t.sign=ce;function te(T,F){const A=i(),c=i(),v=i(),G=i(),Q=i(),he=i(),ye=i();return w(T[2],a),S(T[1],F),C(v,T[1]),h(G,v,l),P(v,v,T[2]),$(G,T[2],G),C(Q,G),C(he,Q),h(ye,he,Q),h(A,ye,v),h(A,A,G),z(A,A),h(A,A,v),h(A,A,G),h(A,A,G),h(T[0],A,G),C(c,T[0]),h(c,c,G),D(c,v)&&h(T[0],T[0],m),C(c,T[0]),h(c,c,G),D(c,v)?-1:(N(T[0])===F[31]>>7&&P(T[0],s,T[0]),h(T[3],T[0],T[1]),0)}function Se(T,F,A){const c=new Uint8Array(32),v=[i(),i(),i(),i()],G=[i(),i(),i(),i()];if(A.length!==t.SIGNATURE_LENGTH)throw new Error(`ed25519: signature must be ${t.SIGNATURE_LENGTH} bytes`);if(te(G,T))return!1;const Q=new r.SHA512;Q.update(A.subarray(0,32)),Q.update(T),Q.update(F);const he=Q.digest();return V(he),E(v,G,he),I(G,A.subarray(32)),Y(v,G),ie(c,v),!j(A,c)}t.verify=Se;function ne(T){let F=[i(),i(),i(),i()];if(te(F,T))throw new Error("Ed25519: invalid public key");let A=i(),c=i(),v=F[1];$(A,a,v),P(c,a,v),q(c,c),h(A,A,c);let G=new Uint8Array(32);return M(G,A),G}t.convertPublicKeyToX25519=ne;function Ie(T){const F=(0,r.hash)(T.subarray(0,32));F[0]&=248,F[31]&=127,F[31]|=64;const A=new Uint8Array(F.subarray(0,32));return(0,n.wipe)(F),A}t.convertSecretKeyToX25519=Ie}(qa);const ub="EdDSA",hb="JWT",$0=".",F0="base64url",fb="utf8",db="utf8",pb=":",gb="did",mb="key",P0="base58btc",yb="z",bb="K36",wb=32;function Yo(t){return Zt(Yt(Ci(t),fb),F0)}function T0(t){const e=Yt(bb,P0),r=yb+Zt(oa([e,t]),P0);return[gb,mb,r].join(pb)}function vb(t){return Zt(t,F0)}function _b(t){return Yt([Yo(t.header),Yo(t.payload)].join($0),db)}function Eb(t){return[Yo(t.header),Yo(t.payload),vb(t.signature)].join($0)}function N0(t=In.randomBytes(wb)){return qa.generateKeyPairFromSeed(t)}async function xb(t,e,r,n,i=Fe.fromMiliseconds(Date.now())){const o={alg:ub,typ:hb},s=T0(n.publicKey),a=i+r,l={iss:s,sub:t,aud:e,iat:i,exp:a},u=_b({header:o,payload:l}),d=qa.sign(n.secretKey,u);return Eb({header:o,payload:l,signature:d})}const Sb="PARSE_ERROR",Cb="INVALID_REQUEST",Ob="METHOD_NOT_FOUND",Ab="INVALID_PARAMS",R0="INTERNAL_ERROR",Ka="SERVER_ERROR",Ib=[-32700,-32600,-32601,-32602,-32603],Oi={[Sb]:{code:-32700,message:"Parse error"},[Cb]:{code:-32600,message:"Invalid Request"},[Ob]:{code:-32601,message:"Method not found"},[Ab]:{code:-32602,message:"Invalid params"},[R0]:{code:-32603,message:"Internal error"},[Ka]:{code:-32e3,message:"Server error"}},L0=Ka;function Db(t){return Ib.includes(t)}function M0(t){return Object.keys(Oi).includes(t)?Oi[t]:Oi[L0]}function $b(t){const e=Object.values(Oi).find(r=>r.code===t);return e||Oi[L0]}function U0(t,e,r){return t.message.includes("getaddrinfo ENOTFOUND")||t.message.includes("connect ECONNREFUSED")?new Error(`Unavailable ${r} RPC url at ${e}`):t}var j0={};/*! *****************************************************************************
54
54
  Copyright (c) Microsoft Corporation.
55
55
 
56
56
  Permission to use, copy, modify, and/or distribute this software for any
@@ -63,69 +63,108 @@
63
63
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
64
64
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
65
65
  PERFORMANCE OF THIS SOFTWARE.
66
- ***************************************************************************** */var Xo=function(t,e){return Xo=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i])},Xo(t,e)};function pm(t,e){Xo(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var Qo=function(){return Qo=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])}return e},Qo.apply(this,arguments)};function gm(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function mm(t,e,r,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,r,s):o(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s}function wm(t,e){return function(r,n){e(r,n,t)}}function ym(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function bm(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(p){try{l(n.next(p))}catch(w){o(w)}}function c(p){try{l(n.throw(p))}catch(w){o(w)}}function l(p){p.done?s(p.value):i(p.value).then(a,c)}l((n=n.apply(t,e||[])).next())})}function vm(t,e){var r={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(l){return function(p){return c([l,p])}}function c(l){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(s=l[0]&2?i.return:l[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,l[1])).done)return s;switch(i=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return r.label++,{value:l[1],done:!1};case 5:r.label++,i=l[1],l=[0];continue;case 7:l=r.ops.pop(),r.trys.pop();continue;default:if(s=r.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){r=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){r.label=l[1];break}if(l[0]===6&&r.label<s[1]){r.label=s[1],s=l;break}if(s&&r.label<s[2]){r.label=s[2],r.ops.push(l);break}s[2]&&r.ops.pop(),r.trys.pop();continue}l=e.call(t,r)}catch(p){l=[6,p],i=0}finally{n=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function _m(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function Em(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function ea(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Bu(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(o)throw o.error}}return s}function xm(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(Bu(arguments[e]));return t}function Cm(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var s=arguments[e],o=0,a=s.length;o<a;o++,i++)n[i]=s[o];return n}function ni(t){return this instanceof ni?(this.v=t,this):new ni(t)}function Sm(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,s=[];return i={},o("next"),o("throw"),o("return"),i[Symbol.asyncIterator]=function(){return this},i;function o(m){n[m]&&(i[m]=function(y){return new Promise(function(E,T){s.push([m,y,E,T])>1||a(m,y)})})}function a(m,y){try{c(n[m](y))}catch(E){w(s[0][3],E)}}function c(m){m.value instanceof ni?Promise.resolve(m.value.v).then(l,p):w(s[0][2],m)}function l(m){a("next",m)}function p(m){a("throw",m)}function w(m,y){m(y),s.shift(),s.length&&a(s[0][0],s[0][1])}}function Dm(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,s){e[i]=t[i]?function(o){return(r=!r)?{value:ni(t[i](o)),done:i==="return"}:s?s(o):o}:s}}function Im(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof ea=="function"?ea(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(s){r[s]=t[s]&&function(o){return new Promise(function(a,c){o=t[s](o),i(a,c,o.done,o.value)})}}function i(s,o,a,c){Promise.resolve(c).then(function(l){s({value:l,done:a})},o)}}function Om(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function Am(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function $m(t){return t&&t.__esModule?t:{default:t}}function Pm(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function Tm(t,e,r){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,r),r}var Rm=Object.freeze({__proto__:null,__extends:pm,get __assign(){return Qo},__rest:gm,__decorate:mm,__param:wm,__metadata:ym,__awaiter:bm,__generator:vm,__createBinding:_m,__exportStar:Em,__values:ea,__read:Bu,__spread:xm,__spreadArrays:Cm,__await:ni,__asyncGenerator:Sm,__asyncDelegator:Dm,__asyncValues:Im,__makeTemplateObject:Om,__importStar:Am,__importDefault:$m,__classPrivateFieldGet:Pm,__classPrivateFieldSet:Tm}),Nm=Ar(Rm),ar={},ju;function Lm(){if(ju)return ar;ju=1,Object.defineProperty(ar,"__esModule",{value:!0}),ar.isBrowserCryptoAvailable=ar.getSubtleCrypto=ar.getBrowerCrypto=void 0;function t(){return ut?.crypto||ut?.msCrypto||{}}ar.getBrowerCrypto=t;function e(){const n=t();return n.subtle||n.webkitSubtle}ar.getSubtleCrypto=e;function r(){return!!t()&&!!e()}return ar.isBrowserCryptoAvailable=r,ar}var cr={},ku;function Mm(){if(ku)return cr;ku=1,Object.defineProperty(cr,"__esModule",{value:!0}),cr.isBrowser=cr.isNode=cr.isReactNative=void 0;function t(){return typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"}cr.isReactNative=t;function e(){return typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.node<"u"}cr.isNode=e;function r(){return!t()&&!e()}return cr.isBrowser=r,cr}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Nm;e.__exportStar(Lm(),t),e.__exportStar(Mm(),t)})(Fu);function Um(){const t=Date.now()*Math.pow(10,3),e=Math.floor(Math.random()*Math.pow(10,3));return t+e}function ss(t,e,r){return{id:r||Um(),jsonrpc:"2.0",method:t,params:e}}function ta(t,e){return{id:t,jsonrpc:"2.0",result:e}}function os(t,e,r){return{id:t,jsonrpc:"2.0",error:Fm(e,r)}}function Fm(t,e){return typeof t>"u"?Mu(Nu):(typeof t=="string"&&(t=Object.assign(Object.assign({},Mu(Jo)),{message:t})),typeof e<"u"&&(t.data=e),dm(t.code)&&(t=fm(t.code)),t)}class Bm{}class jm extends Bm{constructor(){super()}}class km extends jm{constructor(e){super()}}const Hm="^https?:",zm="^wss?:";function Wm(t){const e=t.match(new RegExp(/^\w+:/,"gi"));if(!(!e||!e.length))return e[0]}function Hu(t,e){const r=Wm(t);return typeof r>"u"?!1:new RegExp(e).test(r)}function zu(t){return Hu(t,Hm)}function Wu(t){return Hu(t,zm)}function qm(t){return new RegExp("wss?://localhost(:d{2,5})?").test(t)}function qu(t){return typeof t=="object"&&"id"in t&&"jsonrpc"in t&&t.jsonrpc==="2.0"}function ra(t){return qu(t)&&"method"in t}function na(t){return qu(t)&&(lr(t)||Gt(t))}function lr(t){return"result"in t}function Gt(t){return"error"in t}class ii extends km{constructor(e){super(e),this.events=new vt.exports.EventEmitter,this.hasRegisteredEventListeners=!1,this.connection=this.setConnection(e),this.connection.connected&&this.registerEventListeners()}async connect(e=this.connection){await this.open(e)}async disconnect(){await this.close()}on(e,r){this.events.on(e,r)}once(e,r){this.events.once(e,r)}off(e,r){this.events.off(e,r)}removeListener(e,r){this.events.removeListener(e,r)}async request(e,r){return this.requestStrict(ss(e.method,e.params||[]),r)}async requestStrict(e,r){return new Promise(async(n,i)=>{if(!this.connection.connected)try{await this.open()}catch(s){i(s)}this.events.on(`${e.id}`,s=>{Gt(s)?i(s.error):n(s.result)});try{await this.connection.send(e,r)}catch(s){i(s)}})}setConnection(e=this.connection){return e}onPayload(e){this.events.emit("payload",e),na(e)?this.events.emit(`${e.id}`,e):this.events.emit("message",{type:e.method,data:e.params})}async open(e=this.connection){this.connection===e&&this.connection.connected||(this.connection.connected&&this.close(),typeof e=="string"&&(await this.connection.open(e),e=this.connection),this.connection=this.setConnection(e),await this.connection.open(),this.registerEventListeners(),this.events.emit("connect"))}async close(){await this.connection.close()}registerEventListeners(){this.hasRegisteredEventListeners||(this.connection.on("payload",e=>this.onPayload(e)),this.connection.on("close",()=>this.events.emit("disconnect")),this.connection.on("error",e=>this.events.emit("error",e)),this.hasRegisteredEventListeners=!0)}}const Vu=10,Vm=()=>typeof global<"u"&&typeof global.WebSocket<"u"?global.WebSocket:typeof window<"u"&&typeof window.WebSocket<"u"?window.WebSocket:require("ws"),Km=()=>typeof window<"u",Gm=Vm();class Zm{constructor(e){if(this.url=e,this.events=new vt.exports.EventEmitter,this.registering=!1,!Wu(e))throw new Error(`Provided URL is not compatible with WebSocket connection: ${e}`);this.url=e}get connected(){return typeof this.socket<"u"}get connecting(){return this.registering}on(e,r){this.events.on(e,r)}once(e,r){this.events.once(e,r)}off(e,r){this.events.off(e,r)}removeListener(e,r){this.events.removeListener(e,r)}async open(e=this.url){await this.register(e)}async close(){if(typeof this.socket>"u")throw new Error("Connection already closed");this.socket.close(),this.onClose()}async send(e,r){typeof this.socket>"u"&&(this.socket=await this.register());try{this.socket.send(ti(e))}catch(n){this.onError(e.id,n)}}register(e=this.url){if(!Wu(e))throw new Error(`Provided URL is not compatible with WebSocket connection: ${e}`);if(this.registering){const r=this.events.getMaxListeners();return(this.events.listenerCount("register_error")>=r||this.events.listenerCount("open")>=r)&&this.events.setMaxListeners(r+1),new Promise((n,i)=>{this.events.once("register_error",s=>{this.resetMaxListeners(),i(s)}),this.events.once("open",()=>{if(this.resetMaxListeners(),typeof this.socket>"u")return i(new Error("WebSocket connection is missing or invalid"));n(this.socket)})})}return this.url=e,this.registering=!0,new Promise((r,n)=>{const i=Fu.isReactNative()?void 0:{rejectUnauthorized:!qm(e)},s=new Gm(e,[],i);Km()?s.onerror=o=>{const a=o;n(this.emitError(a.error))}:s.on("error",o=>{n(this.emitError(o))}),s.onopen=()=>{this.onOpen(s),r(s)}})}onOpen(e){e.onmessage=r=>this.onPayload(r),e.onclose=()=>this.onClose(),this.socket=e,this.registering=!1,this.events.emit("open")}onClose(){this.socket=void 0,this.registering=!1,this.events.emit("close")}onPayload(e){if(typeof e.data>"u")return;const r=typeof e.data=="string"?Zo(e.data):e.data;this.events.emit("payload",r)}onError(e,r){const n=this.parseError(r),i=n.message||n.toString(),s=os(e,i);this.events.emit("payload",s)}parseError(e,r=this.url){return Uu(e,r,"WS")}resetMaxListeners(){this.events.getMaxListeners()>Vu&&this.events.setMaxListeners(Vu)}emitError(e){const r=this.parseError(new Error(e?.message||`WebSocket connection failed for URL: ${this.url}`));return this.events.emit("register_error",r),r}}var ia={exports:{}};(function(t,e){var r=200,n="__lodash_hash_undefined__",i=1,s=2,o=9007199254740991,a="[object Arguments]",c="[object Array]",l="[object AsyncFunction]",p="[object Boolean]",w="[object Date]",m="[object Error]",y="[object Function]",E="[object GeneratorFunction]",T="[object Map]",R="[object Number]",L="[object Null]",x="[object Object]",O="[object Promise]",_="[object Proxy]",D="[object RegExp]",I="[object Set]",h="[object String]",v="[object Symbol]",H="[object Undefined]",j="[object WeakMap]",q="[object ArrayBuffer]",X="[object DataView]",re="[object Float32Array]",C="[object Float64Array]",A="[object Int8Array]",G="[object Int16Array]",K="[object Int32Array]",W="[object Uint8Array]",z="[object Uint8ClampedArray]",J="[object Uint16Array]",Z="[object Uint32Array]",ue=/[\\^$.*+?()[\]{}|]/g,Q=/^\[object .+?Constructor\]$/,fe=/^(?:0|[1-9]\d*)$/,ae={};ae[re]=ae[C]=ae[A]=ae[G]=ae[K]=ae[W]=ae[z]=ae[J]=ae[Z]=!0,ae[a]=ae[c]=ae[q]=ae[p]=ae[X]=ae[w]=ae[m]=ae[y]=ae[T]=ae[R]=ae[x]=ae[D]=ae[I]=ae[h]=ae[j]=!1;var Ce=typeof ut=="object"&&ut&&ut.Object===Object&&ut,B=typeof self=="object"&&self&&self.Object===Object&&self,F=Ce||B||Function("return this")(),N=e&&!e.nodeType&&e,f=N&&!0&&t&&!t.nodeType&&t,$=f&&f.exports===N,ee=$&&Ce.process,ne=function(){try{return ee&&ee.binding&&ee.binding("util")}catch{}}(),Ee=ne&&ne.isTypedArray;function Me(S,M){for(var Y=-1,ce=S==null?0:S.length,We=0,De=[];++Y<ce;){var Xe=S[Y];M(Xe,Y,S)&&(De[We++]=Xe)}return De}function $e(S,M){for(var Y=-1,ce=M.length,We=S.length;++Y<ce;)S[We+Y]=M[Y];return S}function Ue(S,M){for(var Y=-1,ce=S==null?0:S.length;++Y<ce;)if(M(S[Y],Y,S))return!0;return!1}function Ge(S,M){for(var Y=-1,ce=Array(S);++Y<S;)ce[Y]=M(Y);return ce}function qe(S){return function(M){return S(M)}}function Pe(S,M){return S.has(M)}function Ie(S,M){return S?.[M]}function me(S){var M=-1,Y=Array(S.size);return S.forEach(function(ce,We){Y[++M]=[We,ce]}),Y}function Se(S,M){return function(Y){return S(M(Y))}}function Oe(S){var M=-1,Y=Array(S.size);return S.forEach(function(ce){Y[++M]=ce}),Y}var pe=Array.prototype,xe=Function.prototype,g=Object.prototype,u=F["__core-js_shared__"],d=xe.toString,b=g.hasOwnProperty,P=function(){var S=/[^.]+$/.exec(u&&u.keys&&u.keys.IE_PROTO||"");return S?"Symbol(src)_1."+S:""}(),U=g.toString,k=RegExp("^"+d.call(b).replace(ue,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),oe=$?F.Buffer:void 0,he=F.Symbol,Ne=F.Uint8Array,Be=g.propertyIsEnumerable,Le=pe.splice,jt=he?he.toStringTag:void 0,tn=Object.getOwnPropertySymbols,Fi=oe?oe.isBuffer:void 0,Gs=Se(Object.keys,Object),tt=Tn(F,"DataView"),Ye=Tn(F,"Map"),rt=Tn(F,"Promise"),nt=Tn(F,"Set"),it=Tn(F,"WeakMap"),Je=Tn(Object,"create"),dt=nn(tt),ft=nn(Ye),pt=nn(rt),gt=nn(nt),mt=nn(it),lt=he?he.prototype:void 0,st=lt?lt.valueOf:void 0;function Ve(S){var M=-1,Y=S==null?0:S.length;for(this.clear();++M<Y;){var ce=S[M];this.set(ce[0],ce[1])}}function wt(){this.__data__=Je?Je(null):{},this.size=0}function yt(S){var M=this.has(S)&&delete this.__data__[S];return this.size-=M?1:0,M}function C_(S){var M=this.__data__;if(Je){var Y=M[S];return Y===n?void 0:Y}return b.call(M,S)?M[S]:void 0}function S_(S){var M=this.__data__;return Je?M[S]!==void 0:b.call(M,S)}function D_(S,M){var Y=this.__data__;return this.size+=this.has(S)?0:1,Y[S]=Je&&M===void 0?n:M,this}Ve.prototype.clear=wt,Ve.prototype.delete=yt,Ve.prototype.get=C_,Ve.prototype.has=S_,Ve.prototype.set=D_;function dr(S){var M=-1,Y=S==null?0:S.length;for(this.clear();++M<Y;){var ce=S[M];this.set(ce[0],ce[1])}}function I_(){this.__data__=[],this.size=0}function O_(S){var M=this.__data__,Y=Ys(M,S);if(Y<0)return!1;var ce=M.length-1;return Y==ce?M.pop():Le.call(M,Y,1),--this.size,!0}function A_(S){var M=this.__data__,Y=Ys(M,S);return Y<0?void 0:M[Y][1]}function $_(S){return Ys(this.__data__,S)>-1}function P_(S,M){var Y=this.__data__,ce=Ys(Y,S);return ce<0?(++this.size,Y.push([S,M])):Y[ce][1]=M,this}dr.prototype.clear=I_,dr.prototype.delete=O_,dr.prototype.get=A_,dr.prototype.has=$_,dr.prototype.set=P_;function rn(S){var M=-1,Y=S==null?0:S.length;for(this.clear();++M<Y;){var ce=S[M];this.set(ce[0],ce[1])}}function T_(){this.size=0,this.__data__={hash:new Ve,map:new(Ye||dr),string:new Ve}}function R_(S){var M=Js(this,S).delete(S);return this.size-=M?1:0,M}function N_(S){return Js(this,S).get(S)}function L_(S){return Js(this,S).has(S)}function M_(S,M){var Y=Js(this,S),ce=Y.size;return Y.set(S,M),this.size+=Y.size==ce?0:1,this}rn.prototype.clear=T_,rn.prototype.delete=R_,rn.prototype.get=N_,rn.prototype.has=L_,rn.prototype.set=M_;function Zs(S){var M=-1,Y=S==null?0:S.length;for(this.__data__=new rn;++M<Y;)this.add(S[M])}function U_(S){return this.__data__.set(S,n),this}function F_(S){return this.__data__.has(S)}Zs.prototype.add=Zs.prototype.push=U_,Zs.prototype.has=F_;function Sr(S){var M=this.__data__=new dr(S);this.size=M.size}function B_(){this.__data__=new dr,this.size=0}function j_(S){var M=this.__data__,Y=M.delete(S);return this.size=M.size,Y}function k_(S){return this.__data__.get(S)}function H_(S){return this.__data__.has(S)}function z_(S,M){var Y=this.__data__;if(Y instanceof dr){var ce=Y.__data__;if(!Ye||ce.length<r-1)return ce.push([S,M]),this.size=++Y.size,this;Y=this.__data__=new rn(ce)}return Y.set(S,M),this.size=Y.size,this}Sr.prototype.clear=B_,Sr.prototype.delete=j_,Sr.prototype.get=k_,Sr.prototype.has=H_,Sr.prototype.set=z_;function W_(S,M){var Y=Xs(S),ce=!Y&&s7(S),We=!Y&&!ce&&Ic(S),De=!Y&&!ce&&!We&&Cd(S),Xe=Y||ce||We||De,bt=Xe?Ge(S.length,String):[],Ct=bt.length;for(var Ze in S)(M||b.call(S,Ze))&&!(Xe&&(Ze=="length"||We&&(Ze=="offset"||Ze=="parent")||De&&(Ze=="buffer"||Ze=="byteLength"||Ze=="byteOffset")||e7(Ze,Ct)))&&bt.push(Ze);return bt}function Ys(S,M){for(var Y=S.length;Y--;)if(vd(S[Y][0],M))return Y;return-1}function q_(S,M,Y){var ce=M(S);return Xs(S)?ce:$e(ce,Y(S))}function Bi(S){return S==null?S===void 0?H:L:jt&&jt in Object(S)?X_(S):i7(S)}function md(S){return ji(S)&&Bi(S)==a}function wd(S,M,Y,ce,We){return S===M?!0:S==null||M==null||!ji(S)&&!ji(M)?S!==S&&M!==M:V_(S,M,Y,ce,wd,We)}function V_(S,M,Y,ce,We,De){var Xe=Xs(S),bt=Xs(M),Ct=Xe?c:Dr(S),Ze=bt?c:Dr(M);Ct=Ct==a?x:Ct,Ze=Ze==a?x:Ze;var kt=Ct==x,Yt=Ze==x,It=Ct==Ze;if(It&&Ic(S)){if(!Ic(M))return!1;Xe=!0,kt=!1}if(It&&!kt)return De||(De=new Sr),Xe||Cd(S)?yd(S,M,Y,ce,We,De):Y_(S,M,Ct,Y,ce,We,De);if(!(Y&i)){var Vt=kt&&b.call(S,"__wrapped__"),Kt=Yt&&b.call(M,"__wrapped__");if(Vt||Kt){var Ir=Vt?S.value():S,fr=Kt?M.value():M;return De||(De=new Sr),We(Ir,fr,Y,ce,De)}}return It?(De||(De=new Sr),J_(S,M,Y,ce,We,De)):!1}function K_(S){if(!xd(S)||r7(S))return!1;var M=_d(S)?k:Q;return M.test(nn(S))}function G_(S){return ji(S)&&Ed(S.length)&&!!ae[Bi(S)]}function Z_(S){if(!n7(S))return Gs(S);var M=[];for(var Y in Object(S))b.call(S,Y)&&Y!="constructor"&&M.push(Y);return M}function yd(S,M,Y,ce,We,De){var Xe=Y&i,bt=S.length,Ct=M.length;if(bt!=Ct&&!(Xe&&Ct>bt))return!1;var Ze=De.get(S);if(Ze&&De.get(M))return Ze==M;var kt=-1,Yt=!0,It=Y&s?new Zs:void 0;for(De.set(S,M),De.set(M,S);++kt<bt;){var Vt=S[kt],Kt=M[kt];if(ce)var Ir=Xe?ce(Kt,Vt,kt,M,S,De):ce(Vt,Kt,kt,S,M,De);if(Ir!==void 0){if(Ir)continue;Yt=!1;break}if(It){if(!Ue(M,function(fr,sn){if(!Pe(It,sn)&&(Vt===fr||We(Vt,fr,Y,ce,De)))return It.push(sn)})){Yt=!1;break}}else if(!(Vt===Kt||We(Vt,Kt,Y,ce,De))){Yt=!1;break}}return De.delete(S),De.delete(M),Yt}function Y_(S,M,Y,ce,We,De,Xe){switch(Y){case X:if(S.byteLength!=M.byteLength||S.byteOffset!=M.byteOffset)return!1;S=S.buffer,M=M.buffer;case q:return!(S.byteLength!=M.byteLength||!De(new Ne(S),new Ne(M)));case p:case w:case R:return vd(+S,+M);case m:return S.name==M.name&&S.message==M.message;case D:case h:return S==M+"";case T:var bt=me;case I:var Ct=ce&i;if(bt||(bt=Oe),S.size!=M.size&&!Ct)return!1;var Ze=Xe.get(S);if(Ze)return Ze==M;ce|=s,Xe.set(S,M);var kt=yd(bt(S),bt(M),ce,We,De,Xe);return Xe.delete(S),kt;case v:if(st)return st.call(S)==st.call(M)}return!1}function J_(S,M,Y,ce,We,De){var Xe=Y&i,bt=bd(S),Ct=bt.length,Ze=bd(M),kt=Ze.length;if(Ct!=kt&&!Xe)return!1;for(var Yt=Ct;Yt--;){var It=bt[Yt];if(!(Xe?It in M:b.call(M,It)))return!1}var Vt=De.get(S);if(Vt&&De.get(M))return Vt==M;var Kt=!0;De.set(S,M),De.set(M,S);for(var Ir=Xe;++Yt<Ct;){It=bt[Yt];var fr=S[It],sn=M[It];if(ce)var Sd=Xe?ce(sn,fr,It,M,S,De):ce(fr,sn,It,S,M,De);if(!(Sd===void 0?fr===sn||We(fr,sn,Y,ce,De):Sd)){Kt=!1;break}Ir||(Ir=It=="constructor")}if(Kt&&!Ir){var Qs=S.constructor,eo=M.constructor;Qs!=eo&&"constructor"in S&&"constructor"in M&&!(typeof Qs=="function"&&Qs instanceof Qs&&typeof eo=="function"&&eo instanceof eo)&&(Kt=!1)}return De.delete(S),De.delete(M),Kt}function bd(S){return q_(S,c7,Q_)}function Js(S,M){var Y=S.__data__;return t7(M)?Y[typeof M=="string"?"string":"hash"]:Y.map}function Tn(S,M){var Y=Ie(S,M);return K_(Y)?Y:void 0}function X_(S){var M=b.call(S,jt),Y=S[jt];try{S[jt]=void 0;var ce=!0}catch{}var We=U.call(S);return ce&&(M?S[jt]=Y:delete S[jt]),We}var Q_=tn?function(S){return S==null?[]:(S=Object(S),Me(tn(S),function(M){return Be.call(S,M)}))}:l7,Dr=Bi;(tt&&Dr(new tt(new ArrayBuffer(1)))!=X||Ye&&Dr(new Ye)!=T||rt&&Dr(rt.resolve())!=O||nt&&Dr(new nt)!=I||it&&Dr(new it)!=j)&&(Dr=function(S){var M=Bi(S),Y=M==x?S.constructor:void 0,ce=Y?nn(Y):"";if(ce)switch(ce){case dt:return X;case ft:return T;case pt:return O;case gt:return I;case mt:return j}return M});function e7(S,M){return M=M??o,!!M&&(typeof S=="number"||fe.test(S))&&S>-1&&S%1==0&&S<M}function t7(S){var M=typeof S;return M=="string"||M=="number"||M=="symbol"||M=="boolean"?S!=="__proto__":S===null}function r7(S){return!!P&&P in S}function n7(S){var M=S&&S.constructor,Y=typeof M=="function"&&M.prototype||g;return S===Y}function i7(S){return U.call(S)}function nn(S){if(S!=null){try{return d.call(S)}catch{}try{return S+""}catch{}}return""}function vd(S,M){return S===M||S!==S&&M!==M}var s7=md(function(){return arguments}())?md:function(S){return ji(S)&&b.call(S,"callee")&&!Be.call(S,"callee")},Xs=Array.isArray;function o7(S){return S!=null&&Ed(S.length)&&!_d(S)}var Ic=Fi||u7;function a7(S,M){return wd(S,M)}function _d(S){if(!xd(S))return!1;var M=Bi(S);return M==y||M==E||M==l||M==_}function Ed(S){return typeof S=="number"&&S>-1&&S%1==0&&S<=o}function xd(S){var M=typeof S;return S!=null&&(M=="object"||M=="function")}function ji(S){return S!=null&&typeof S=="object"}var Cd=Ee?qe(Ee):G_;function c7(S){return o7(S)?W_(S):Z_(S)}function l7(){return[]}function u7(){return!1}t.exports=a7})(ia,ia.exports);var Ym=ia.exports,Jm=Object.defineProperty,Ku=Object.getOwnPropertySymbols,Xm=Object.prototype.hasOwnProperty,Qm=Object.prototype.propertyIsEnumerable,Gu=(t,e,r)=>e in t?Jm(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,At=(t,e)=>{for(var r in e||(e={}))Xm.call(e,r)&&Gu(t,r,e[r]);if(Ku)for(var r of Ku(e))Qm.call(e,r)&&Gu(t,r,e[r]);return t};function e5(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var i=0;i<t.length;i++){var s=t.charAt(i),o=s.charCodeAt(0);if(r[o]!==255)throw new TypeError(s+" is ambiguous");r[o]=i}var a=t.length,c=t.charAt(0),l=Math.log(a)/Math.log(256),p=Math.log(256)/Math.log(a);function w(E){if(E instanceof Uint8Array||(ArrayBuffer.isView(E)?E=new Uint8Array(E.buffer,E.byteOffset,E.byteLength):Array.isArray(E)&&(E=Uint8Array.from(E))),!(E instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(E.length===0)return"";for(var T=0,R=0,L=0,x=E.length;L!==x&&E[L]===0;)L++,T++;for(var O=(x-L)*p+1>>>0,_=new Uint8Array(O);L!==x;){for(var D=E[L],I=0,h=O-1;(D!==0||I<R)&&h!==-1;h--,I++)D+=256*_[h]>>>0,_[h]=D%a>>>0,D=D/a>>>0;if(D!==0)throw new Error("Non-zero carry");R=I,L++}for(var v=O-R;v!==O&&_[v]===0;)v++;for(var H=c.repeat(T);v<O;++v)H+=t.charAt(_[v]);return H}function m(E){if(typeof E!="string")throw new TypeError("Expected String");if(E.length===0)return new Uint8Array;var T=0;if(E[T]!==" "){for(var R=0,L=0;E[T]===c;)R++,T++;for(var x=(E.length-T)*l+1>>>0,O=new Uint8Array(x);E[T];){var _=r[E.charCodeAt(T)];if(_===255)return;for(var D=0,I=x-1;(_!==0||D<L)&&I!==-1;I--,D++)_+=a*O[I]>>>0,O[I]=_%256>>>0,_=_/256>>>0;if(_!==0)throw new Error("Non-zero carry");L=D,T++}if(E[T]!==" "){for(var h=x-L;h!==x&&O[h]===0;)h++;for(var v=new Uint8Array(R+(x-h)),H=R;h!==x;)v[H++]=O[h++];return v}}}function y(E){var T=m(E);if(T)return T;throw new Error(`Non-${e} character`)}return{encode:w,decodeUnsafe:m,decode:y}}var t5=e5,r5=t5;const Zu=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},n5=t=>new TextEncoder().encode(t),i5=t=>new TextDecoder().decode(t);class s5{constructor(e,r,n){this.name=e,this.prefix=r,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}}class o5{constructor(e,r,n){if(this.name=e,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),this.baseDecode=n}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return Yu(this,e)}}class a5{constructor(e){this.decoders=e}or(e){return Yu(this,e)}decode(e){const r=e[0],n=this.decoders[r];if(n)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}const Yu=(t,e)=>new a5(At(At({},t.decoders||{[t.prefix]:t}),e.decoders||{[e.prefix]:e}));class c5{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new s5(e,r,n),this.decoder=new o5(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const as=({name:t,prefix:e,encode:r,decode:n})=>new c5(t,e,r,n),si=({prefix:t,name:e,alphabet:r})=>{const{encode:n,decode:i}=r5(r,e);return as({prefix:t,name:e,encode:n,decode:s=>Zu(i(s))})},l5=(t,e,r,n)=>{const i={};for(let p=0;p<e.length;++p)i[e[p]]=p;let s=t.length;for(;t[s-1]==="=";)--s;const o=new Uint8Array(s*r/8|0);let a=0,c=0,l=0;for(let p=0;p<s;++p){const w=i[t[p]];if(w===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|w,a+=r,a>=8&&(a-=8,o[l++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return o},u5=(t,e,r)=>{const n=e[e.length-1]==="=",i=(1<<r)-1;let s="",o=0,a=0;for(let c=0;c<t.length;++c)for(a=a<<8|t[c],o+=8;o>r;)o-=r,s+=e[i&a>>o];if(o&&(s+=e[i&a<<r-o]),n)for(;s.length*r&7;)s+="=";return s},xt=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>as({prefix:e,name:t,encode(i){return u5(i,n,r)},decode(i){return l5(i,n,r,t)}}),h5=as({prefix:"\0",name:"identity",encode:t=>i5(t),decode:t=>n5(t)});var d5=Object.freeze({__proto__:null,identity:h5});const f5=xt({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var p5=Object.freeze({__proto__:null,base2:f5});const g5=xt({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var m5=Object.freeze({__proto__:null,base8:g5});const w5=si({prefix:"9",name:"base10",alphabet:"0123456789"});var y5=Object.freeze({__proto__:null,base10:w5});const b5=xt({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),v5=xt({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var _5=Object.freeze({__proto__:null,base16:b5,base16upper:v5});const E5=xt({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),x5=xt({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),C5=xt({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),S5=xt({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),D5=xt({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),I5=xt({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),O5=xt({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),A5=xt({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),$5=xt({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var P5=Object.freeze({__proto__:null,base32:E5,base32upper:x5,base32pad:C5,base32padupper:S5,base32hex:D5,base32hexupper:I5,base32hexpad:O5,base32hexpadupper:A5,base32z:$5});const T5=si({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),R5=si({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var N5=Object.freeze({__proto__:null,base36:T5,base36upper:R5});const L5=si({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),M5=si({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var U5=Object.freeze({__proto__:null,base58btc:L5,base58flickr:M5});const F5=xt({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),B5=xt({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),j5=xt({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),k5=xt({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var H5=Object.freeze({__proto__:null,base64:F5,base64pad:B5,base64url:j5,base64urlpad:k5});const Ju=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),z5=Ju.reduce((t,e,r)=>(t[r]=e,t),[]),W5=Ju.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function q5(t){return t.reduce((e,r)=>(e+=z5[r],e),"")}function V5(t){const e=[];for(const r of t){const n=W5[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}const K5=as({prefix:"\u{1F680}",name:"base256emoji",encode:q5,decode:V5});var G5=Object.freeze({__proto__:null,base256emoji:K5}),Z5=Qu,Xu=128,Y5=127,J5=~Y5,X5=Math.pow(2,31);function Qu(t,e,r){e=e||[],r=r||0;for(var n=r;t>=X5;)e[r++]=t&255|Xu,t/=128;for(;t&J5;)e[r++]=t&255|Xu,t>>>=7;return e[r]=t|0,Qu.bytes=r-n+1,e}var Q5=sa,ew=128,eh=127;function sa(t,n){var r=0,n=n||0,i=0,s=n,o,a=t.length;do{if(s>=a)throw sa.bytes=0,new RangeError("Could not decode varint");o=t[s++],r+=i<28?(o&eh)<<i:(o&eh)*Math.pow(2,i),i+=7}while(o>=ew);return sa.bytes=s-n,r}var tw=Math.pow(2,7),rw=Math.pow(2,14),nw=Math.pow(2,21),iw=Math.pow(2,28),sw=Math.pow(2,35),ow=Math.pow(2,42),aw=Math.pow(2,49),cw=Math.pow(2,56),lw=Math.pow(2,63),uw=function(t){return t<tw?1:t<rw?2:t<nw?3:t<iw?4:t<sw?5:t<ow?6:t<aw?7:t<cw?8:t<lw?9:10},hw={encode:Z5,decode:Q5,encodingLength:uw},th=hw;const rh=(t,e,r=0)=>(th.encode(t,e,r),e),nh=t=>th.encodingLength(t),oa=(t,e)=>{const r=e.byteLength,n=nh(t),i=n+nh(r),s=new Uint8Array(i+r);return rh(t,s,0),rh(r,s,n),s.set(e,i),new dw(t,r,e,s)};class dw{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}}const ih=({name:t,code:e,encode:r})=>new fw(t,e,r);class fw{constructor(e,r,n){this.name=e,this.code=r,this.encode=n}digest(e){if(e instanceof Uint8Array){const r=this.encode(e);return r instanceof Uint8Array?oa(this.code,r):r.then(n=>oa(this.code,n))}else throw Error("Unknown type, must be binary type")}}const sh=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),pw=ih({name:"sha2-256",code:18,encode:sh("SHA-256")}),gw=ih({name:"sha2-512",code:19,encode:sh("SHA-512")});var mw=Object.freeze({__proto__:null,sha256:pw,sha512:gw});const oh=0,ww="identity",ah=Zu;var yw=Object.freeze({__proto__:null,identity:{code:oh,name:ww,encode:ah,digest:t=>oa(oh,ah(t))}});new TextEncoder,new TextDecoder;const ch=At(At(At(At(At(At(At(At(At(At({},d5),p5),m5),y5),_5),P5),N5),U5),H5),G5);At(At({},mw),yw);function bw(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?globalThis.Buffer.allocUnsafe(t):new Uint8Array(t)}function lh(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}const uh=lh("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),aa=lh("ascii","a",t=>{let e="a";for(let r=0;r<t.length;r++)e+=String.fromCharCode(t[r]);return e},t=>{t=t.substring(1);const e=bw(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),vw=At({utf8:uh,"utf-8":uh,hex:ch.base16,latin1:aa,ascii:aa,binary:aa},ch);function _w(t,e="utf8"){const r=vw[e];if(!r)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t,"utf8"):r.decoder.decode(`${r.prefix}${t}`)}const hh="wc",Ew=2,ca="core",wr=`${hh}@${2}:${ca}:`,xw={name:ca,logger:"error"},Cw={database:":memory:"},Sw="crypto",dh="client_ed25519_seed",Dw=ge.ONE_DAY,Iw="keychain",Ow="0.3",Aw="messages",$w="0.3",Pw=ge.SIX_HOURS,Tw="publisher",fh="irn",Rw="error",Nw="wss://relay.walletconnect.com",Lw="relayer",Dt={message:"relayer_message",connect:"relayer_connect",disconnect:"relayer_disconnect",error:"relayer_error",connection_stalled:"relayer_connection_stalled",transport_closed:"relayer_transport_closed",publish:"relayer_publish"},Mw="_subscription",cs={payload:"payload",connect:"connect",disconnect:"disconnect",error:"error"},ph=ge.ONE_SECOND,Uw="2.3.3",Fw="0.3",er={created:"subscription_created",deleted:"subscription_deleted",expired:"subscription_expired",disabled:"subscription_disabled",sync:"subscription_sync",resubscribed:"subscription_resubscribed"},Bw="subscription",jw="0.3",kw=ge.FIVE_SECONDS*1e3,Hw="pairing",zw="0.3",oi={wc_pairingDelete:{req:{ttl:ge.ONE_DAY,prompt:!1,tag:1e3},res:{ttl:ge.ONE_DAY,prompt:!1,tag:1001}},wc_pairingPing:{req:{ttl:ge.THIRTY_SECONDS,prompt:!1,tag:1002},res:{ttl:ge.THIRTY_SECONDS,prompt:!1,tag:1003}},unregistered_method:{req:{ttl:ge.ONE_DAY,prompt:!1,tag:0},res:{ttl:ge.ONE_DAY,prompt:!1,tag:0}}},tr={created:"history_created",updated:"history_updated",deleted:"history_deleted",sync:"history_sync"},Ww="history",qw="0.3",Vw="expirer",zt={created:"expirer_created",deleted:"expirer_deleted",expired:"expirer_expired",sync:"expirer_sync"},Kw="0.3";class Gw{constructor(e,r){this.core=e,this.logger=r,this.keychain=new Map,this.name=Iw,this.version=Ow,this.initialized=!1,this.storagePrefix=wr,this.init=async()=>{if(!this.initialized){const n=await this.getKeyChain();typeof n<"u"&&(this.keychain=n),this.initialized=!0}},this.has=n=>(this.isInitialized(),this.keychain.has(n)),this.set=async(n,i)=>{this.isInitialized(),this.keychain.set(n,i),await this.persist()},this.get=n=>{this.isInitialized();const i=this.keychain.get(n);if(typeof i>"u"){const{message:s}=se("NO_MATCHING_KEY",`${this.name}: ${n}`);throw new Error(s)}return i},this.del=async n=>{this.isInitialized(),this.keychain.delete(n),await this.persist()},this.core=e,this.logger=je.generateChildLogger(r,this.name)}get context(){return je.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}async setKeyChain(e){await this.core.storage.setItem(this.storageKey,Kl(e))}async getKeyChain(){const e=await this.core.storage.getItem(this.storageKey);return typeof e<"u"?Gl(e):void 0}async persist(){await this.setKeyChain(this.keychain)}isInitialized(){if(!this.initialized){const{message:e}=se("NOT_INITIALIZED",this.name);throw new Error(e)}}}class Zw{constructor(e,r,n){this.core=e,this.logger=r,this.name=Sw,this.initialized=!1,this.init=async()=>{this.initialized||(await this.keychain.init(),this.initialized=!0)},this.hasKeys=i=>(this.isInitialized(),this.keychain.has(i)),this.getClientId=async()=>{this.isInitialized();const i=await this.getClientSeed(),s=Ru(i);return Tu(s.publicKey)},this.generateKeyPair=()=>{this.isInitialized();const i=Yp();return this.setPrivateKey(i.publicKey,i.privateKey)},this.signJWT=async i=>{this.isInitialized();const s=await this.getClientSeed(),o=Ru(s),a=Oo();return await om(a,i,Dw,o)},this.generateSharedKey=(i,s,o)=>{this.isInitialized();const a=this.getPrivateKey(i),c=Jp(a,s);return this.setSymKey(c,o)},this.setSymKey=async(i,s)=>{this.isInitialized();const o=s||Xp(i);return await this.keychain.set(o,i),o},this.deleteKeyPair=async i=>{this.isInitialized(),await this.keychain.del(i)},this.deleteSymKey=async i=>{this.isInitialized(),await this.keychain.del(i)},this.encode=async(i,s,o)=>{this.isInitialized();const a=kl(o),c=ti(s);if(Hl(a)){const m=a.senderPublicKey,y=a.receiverPublicKey;i=await this.generateSharedKey(m,y)}const l=this.getSymKey(i),{type:p,senderPublicKey:w}=a;return eg({type:p,symKey:l,message:c,senderPublicKey:w})},this.decode=async(i,s,o)=>{this.isInitialized();const a=ng(s,o);if(Hl(a)){const p=a.receiverPublicKey,w=a.senderPublicKey;i=await this.generateSharedKey(p,w)}const c=this.getSymKey(i),l=tg({symKey:c,encoded:s});return Zo(l)},this.core=e,this.logger=je.generateChildLogger(r,this.name),this.keychain=n||new Gw(this.core,this.logger)}get context(){return je.getLoggerContext(this.logger)}getPayloadType(e){const r=$o(e);return Bn(r.type)}async setPrivateKey(e,r){return await this.keychain.set(e,r),e}getPrivateKey(e){return this.keychain.get(e)}async getClientSeed(){let e="";try{e=this.keychain.get(dh)}catch{e=Oo(),await this.keychain.set(dh,e)}return _w(e,"base16")}getSymKey(e){return this.keychain.get(e)}isInitialized(){if(!this.initialized){const{message:e}=se("NOT_INITIALIZED",this.name);throw new Error(e)}}}class Yw extends B3{constructor(e,r){super(e,r),this.logger=e,this.core=r,this.messages=new Map,this.name=Aw,this.version=$w,this.initialized=!1,this.storagePrefix=wr,this.init=async()=>{if(!this.initialized){this.logger.trace("Initialized");try{const n=await this.getRelayerMessages();typeof n<"u"&&(this.messages=n),this.logger.debug(`Successfully Restored records for ${this.name}`),this.logger.trace({type:"method",method:"restore",size:this.messages.size})}catch(n){this.logger.debug(`Failed to Restore records for ${this.name}`),this.logger.error(n)}finally{this.initialized=!0}}},this.set=async(n,i)=>{this.isInitialized();const s=Ao(i);let o=this.messages.get(n);return typeof o>"u"&&(o={}),typeof o[s]<"u"||(o[s]=i,this.messages.set(n,o),await this.persist()),s},this.get=n=>{this.isInitialized();let i=this.messages.get(n);return typeof i>"u"&&(i={}),i},this.has=(n,i)=>{this.isInitialized();const s=this.get(n),o=Ao(i);return typeof s[o]<"u"},this.del=async n=>{this.isInitialized(),this.messages.delete(n),await this.persist()},this.logger=je.generateChildLogger(e,this.name),this.core=r}get context(){return je.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}async setRelayerMessages(e){await this.core.storage.setItem(this.storageKey,Kl(e))}async getRelayerMessages(){const e=await this.core.storage.getItem(this.storageKey);return typeof e<"u"?Gl(e):void 0}async persist(){await this.setRelayerMessages(this.messages)}isInitialized(){if(!this.initialized){const{message:e}=se("NOT_INITIALIZED",this.name);throw new Error(e)}}}class Jw extends j3{constructor(e,r){super(e,r),this.relayer=e,this.logger=r,this.events=new vt.exports.EventEmitter,this.name=Tw,this.queue=new Map,this.publishTimeout=1e4,this.publish=async(n,i,s)=>{this.logger.debug("Publishing Payload"),this.logger.trace({type:"method",method:"publish",params:{topic:n,message:i,opts:s}});try{const o=s?.ttl||Pw,a=Po(s),c=s?.prompt||!1,l=s?.tag||0,p={topic:n,message:i,opts:{ttl:o,relay:a,prompt:c,tag:l}},w=Ao(i);this.queue.set(w,p);try{await await Zl(this.rpcPublish(n,i,o,a,c,l),this.publishTimeout),this.relayer.events.emit(Dt.publish,p)}catch{this.logger.debug("Publishing Payload stalled"),this.relayer.events.emit(Dt.connection_stalled);return}this.onPublish(w,p),this.logger.debug("Successfully Published Payload"),this.logger.trace({type:"method",method:"publish",params:{topic:n,message:i,opts:s}})}catch(o){throw this.logger.debug("Failed to Publish Payload"),this.logger.error(o),o}},this.on=(n,i)=>{this.events.on(n,i)},this.once=(n,i)=>{this.events.once(n,i)},this.off=(n,i)=>{this.events.off(n,i)},this.removeListener=(n,i)=>{this.events.removeListener(n,i)},this.relayer=e,this.logger=je.generateChildLogger(r,this.name),this.registerEventListeners()}get context(){return je.getLoggerContext(this.logger)}rpcPublish(e,r,n,i,s,o){var a,c,l,p;const w={method:To(i.protocol).publish,params:{topic:e,message:r,ttl:n,prompt:s,tag:o}};return Ht((a=w.params)==null?void 0:a.prompt)&&((c=w.params)==null||delete c.prompt),Ht((l=w.params)==null?void 0:l.tag)&&((p=w.params)==null||delete p.tag),this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"message",direction:"outgoing",request:w}),this.relayer.provider.request(w)}onPublish(e,r){this.queue.delete(e)}checkQueue(){this.queue.forEach(async e=>{const{topic:r,message:n,opts:i}=e;await this.publish(r,n,i)})}registerEventListeners(){this.relayer.core.heartbeat.on(Yn.HEARTBEAT_EVENTS.pulse,()=>{this.checkQueue()})}}class Xw{constructor(){this.map=new Map,this.set=(e,r)=>{const n=this.get(e);this.exists(e,r)||this.map.set(e,[...n,r])},this.get=e=>this.map.get(e)||[],this.exists=(e,r)=>this.get(e).includes(r),this.delete=(e,r)=>{if(typeof r>"u"){this.map.delete(e);return}if(!this.map.has(e))return;const n=this.get(e);if(!this.exists(e,r))return;const i=n.filter(s=>s!==r);if(!i.length){this.map.delete(e);return}this.map.set(e,i)},this.clear=()=>{this.map.clear()}}get topics(){return Array.from(this.map.keys())}}var Qw=Object.defineProperty,ey=Object.defineProperties,ty=Object.getOwnPropertyDescriptors,gh=Object.getOwnPropertySymbols,ry=Object.prototype.hasOwnProperty,ny=Object.prototype.propertyIsEnumerable,mh=(t,e,r)=>e in t?Qw(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,ls=(t,e)=>{for(var r in e||(e={}))ry.call(e,r)&&mh(t,r,e[r]);if(gh)for(var r of gh(e))ny.call(e,r)&&mh(t,r,e[r]);return t},la=(t,e)=>ey(t,ty(e));class iy extends z3{constructor(e,r){super(e,r),this.relayer=e,this.logger=r,this.subscriptions=new Map,this.topicMap=new Xw,this.events=new vt.exports.EventEmitter,this.name=Bw,this.version=jw,this.pending=new Map,this.cached=[],this.initialized=!1,this.pendingSubscriptionWatchLabel="pending_sub_watch_label",this.pendingSubInterval=20,this.storagePrefix=wr,this.subscribeTimeout=1e4,this.init=async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restart(),this.registerEventListeners(),this.onEnable())},this.subscribe=async(n,i)=>{this.isInitialized(),this.logger.debug("Subscribing Topic"),this.logger.trace({type:"method",method:"subscribe",params:{topic:n,opts:i}});try{const s=Po(i),o={topic:n,relay:s};this.pending.set(n,o);const a=await this.rpcSubscribe(n,s);return this.onSubscribe(a,o),this.logger.debug("Successfully Subscribed Topic"),this.logger.trace({type:"method",method:"subscribe",params:{topic:n,opts:i}}),a}catch(s){throw this.logger.debug("Failed to Subscribe Topic"),this.logger.error(s),s}},this.unsubscribe=async(n,i)=>{this.isInitialized(),typeof i?.id<"u"?await this.unsubscribeById(n,i.id,i):await this.unsubscribeByTopic(n,i)},this.isSubscribed=async n=>this.topics.includes(n)?!0:await new Promise((i,s)=>{const o=new ge.Watch;o.start(this.pendingSubscriptionWatchLabel);const a=setInterval(()=>{!this.pending.has(n)&&this.topics.includes(n)&&(clearInterval(a),o.stop(this.pendingSubscriptionWatchLabel),i(!0)),o.elapsed(this.pendingSubscriptionWatchLabel)>=kw&&(clearInterval(a),o.stop(this.pendingSubscriptionWatchLabel),s(!1))},this.pendingSubInterval)}),this.on=(n,i)=>{this.events.on(n,i)},this.once=(n,i)=>{this.events.once(n,i)},this.off=(n,i)=>{this.events.off(n,i)},this.removeListener=(n,i)=>{this.events.removeListener(n,i)},this.restart=async()=>{await this.restore(),await this.reset()},this.relayer=e,this.logger=je.generateChildLogger(r,this.name)}get context(){return je.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}get length(){return this.subscriptions.size}get ids(){return Array.from(this.subscriptions.keys())}get values(){return Array.from(this.subscriptions.values())}get topics(){return this.topicMap.topics}hasSubscription(e,r){let n=!1;try{n=this.getSubscription(e).topic===r}catch{}return n}onEnable(){this.cached=[],this.initialized=!0}onDisable(){this.cached=this.values,this.subscriptions.clear(),this.topicMap.clear(),this.initialized=!1}async unsubscribeByTopic(e,r){const n=this.topicMap.get(e);await Promise.all(n.map(async i=>await this.unsubscribeById(e,i,r)))}async unsubscribeById(e,r,n){this.logger.debug("Unsubscribing Topic"),this.logger.trace({type:"method",method:"unsubscribe",params:{topic:e,id:r,opts:n}});try{const i=Po(n);await this.rpcUnsubscribe(e,r,i);const s=ot("USER_DISCONNECTED",`${this.name}, ${e}`);await this.onUnsubscribe(e,r,s),this.logger.debug("Successfully Unsubscribed Topic"),this.logger.trace({type:"method",method:"unsubscribe",params:{topic:e,id:r,opts:n}})}catch(i){throw this.logger.debug("Failed to Unsubscribe Topic"),this.logger.error(i),i}}async rpcSubscribe(e,r){const n={method:To(r.protocol).subscribe,params:{topic:e}};this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:n});let i;try{i=await await Zl(this.relayer.provider.request(n),this.subscribeTimeout)}catch{this.logger.debug("Outgoing Relay Payload stalled"),this.relayer.events.emit(Dt.connection_stalled)}return i}rpcUnsubscribe(e,r,n){const i={method:To(n.protocol).unsubscribe,params:{topic:e,id:r}};return this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:i}),this.relayer.provider.request(i)}onSubscribe(e,r){this.setSubscription(e,la(ls({},r),{id:e})),this.pending.delete(r.topic)}onResubscribe(e,r){this.addSubscription(e,la(ls({},r),{id:e})),this.pending.delete(r.topic)}async onUnsubscribe(e,r,n){this.events.removeAllListeners(r),this.hasSubscription(r,e)&&this.deleteSubscription(r,n),await this.relayer.messages.del(e)}async setRelayerSubscriptions(e){await this.relayer.core.storage.setItem(this.storageKey,e)}async getRelayerSubscriptions(){return await this.relayer.core.storage.getItem(this.storageKey)}setSubscription(e,r){this.subscriptions.has(e)||(this.logger.debug("Setting subscription"),this.logger.trace({type:"method",method:"setSubscription",id:e,subscription:r}),this.addSubscription(e,r))}addSubscription(e,r){this.subscriptions.set(e,ls({},r)),this.topicMap.set(r.topic,e),this.events.emit(er.created,r)}getSubscription(e){this.logger.debug("Getting subscription"),this.logger.trace({type:"method",method:"getSubscription",id:e});const r=this.subscriptions.get(e);if(!r){const{message:n}=se("NO_MATCHING_KEY",`${this.name}: ${e}`);throw new Error(n)}return r}deleteSubscription(e,r){this.logger.debug("Deleting subscription"),this.logger.trace({type:"method",method:"deleteSubscription",id:e,reason:r});const n=this.getSubscription(e);this.subscriptions.delete(e),this.topicMap.delete(n.topic,e),this.events.emit(er.deleted,la(ls({},n),{reason:r}))}async persist(){await this.setRelayerSubscriptions(this.values),this.events.emit(er.sync)}async reset(){this.cached.length&&await Promise.all(this.cached.map(async e=>await this.resubscribe(e))),this.events.emit(er.resubscribed)}async restore(){try{const e=await this.getRelayerSubscriptions();if(typeof e>"u"||!e.length)return;if(this.subscriptions.size){const{message:r}=se("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(r),new Error(r)}this.cached=e,this.logger.debug(`Successfully Restored subscriptions for ${this.name}`),this.logger.trace({type:"method",method:"restore",subscriptions:this.values})}catch(e){this.logger.debug(`Failed to Restore subscriptions for ${this.name}`),this.logger.error(e)}}async resubscribe(e){if(!this.ids.includes(e.id)){const{topic:r,relay:n}=e,i={topic:r,relay:n};this.pending.set(i.topic,i);const s=await this.rpcSubscribe(i.topic,i.relay);this.onResubscribe(s,i)}}async onConnect(){await this.restart(),this.onEnable()}onDisconnect(){this.onDisable()}checkPending(){this.relayer.transportExplicitlyClosed||this.pending.forEach(async e=>{const r=await this.rpcSubscribe(e.topic,e.relay);this.onSubscribe(r,e)})}registerEventListeners(){this.relayer.core.heartbeat.on(Yn.HEARTBEAT_EVENTS.pulse,()=>{this.checkPending()}),this.relayer.on(Dt.connect,async()=>{await this.onConnect()}),this.relayer.on(Dt.disconnect,()=>{this.onDisconnect()}),this.events.on(er.created,async e=>{const r=er.created;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),await this.persist()}),this.events.on(er.deleted,async e=>{const r=er.deleted;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),await this.persist()})}isInitialized(){if(!this.initialized){const{message:e}=se("NOT_INITIALIZED",this.name);throw new Error(e)}}}var sy=Object.defineProperty,wh=Object.getOwnPropertySymbols,oy=Object.prototype.hasOwnProperty,ay=Object.prototype.propertyIsEnumerable,yh=(t,e,r)=>e in t?sy(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,cy=(t,e)=>{for(var r in e||(e={}))oy.call(e,r)&&yh(t,r,e[r]);if(wh)for(var r of wh(e))ay.call(e,r)&&yh(t,r,e[r]);return t};class ly extends k3{constructor(e){super(e),this.protocol="wc",this.version=2,this.events=new vt.exports.EventEmitter,this.name=Lw,this.transportExplicitlyClosed=!1,this.initialized=!1,this.core=e.core,this.logger=typeof e.logger<"u"&&typeof e.logger!="string"?je.generateChildLogger(e.logger,this.name):Hn(je.getDefaultLoggerOptions({level:e.logger||Rw})),this.messages=new Yw(this.logger,e.core),this.subscriber=new iy(this,this.logger),this.publisher=new Jw(this,this.logger),this.relayUrl=e?.relayUrl||Nw,this.projectId=e.projectId,this.provider={}}async init(){this.logger.trace("Initialized"),this.provider=await this.createProvider(),await Promise.all([this.messages.init(),this.transportOpen(),this.subscriber.init()]),this.registerEventListeners(),this.initialized=!0}get context(){return je.getLoggerContext(this.logger)}get connected(){return this.provider.connection.connected}get connecting(){return this.provider.connection.connecting}async publish(e,r,n){this.isInitialized(),await this.publisher.publish(e,r,n),await this.recordMessageEvent({topic:e,message:r})}async subscribe(e,r){this.isInitialized();let n="";return await Promise.all([new Promise(i=>{this.subscriber.once(er.created,s=>{s.topic===e&&i()})}),new Promise(async i=>{n=await this.subscriber.subscribe(e,r),i()})]),n}async unsubscribe(e,r){this.isInitialized(),await this.subscriber.unsubscribe(e,r)}on(e,r){this.events.on(e,r)}once(e,r){this.events.once(e,r)}off(e,r){this.events.off(e,r)}removeListener(e,r){this.events.removeListener(e,r)}async transportClose(){this.transportExplicitlyClosed=!0,this.connected&&(await this.provider.disconnect(),this.events.emit(Dt.transport_closed))}async transportOpen(e){this.relayUrl=e||this.relayUrl,this.transportExplicitlyClosed=!1;try{await Promise.all([new Promise(r=>{this.initialized||r(),this.subscriber.once(er.resubscribed,()=>{r()})}),await Promise.race([this.provider.connect(),new Promise((r,n)=>this.once(Dt.transport_closed,()=>{n(new Error("closeTransport called before connection was established"))}))])])}catch(r){const n=r;if(!/socket hang up/i.test(n.message))throw new Error(n.message);this.logger.error(n),this.events.emit(Dt.transport_closed)}}async restartTransport(e){await this.transportClose(),await new Promise(r=>setTimeout(r,ph)),await this.transportOpen(e)}async createProvider(){const e=await this.core.crypto.signJWT(this.relayUrl);return new ii(new Zm(wg({sdkVersion:Uw,protocol:this.protocol,version:this.version,relayUrl:this.relayUrl,projectId:this.projectId,auth:e})))}async recordMessageEvent(e){const{topic:r,message:n}=e;await this.messages.set(r,n)}async shouldIgnoreMessageEvent(e){const{topic:r,message:n}=e;return await this.subscriber.isSubscribed(r)?this.messages.has(r,n):!0}async onProviderPayload(e){if(this.logger.debug("Incoming Relay Payload"),this.logger.trace({type:"payload",direction:"incoming",payload:e}),ra(e)){if(!e.method.endsWith(Mw))return;const r=e.params,{topic:n,message:i}=r.data,s={topic:n,message:i};this.logger.debug("Emitting Relayer Payload"),this.logger.trace(cy({type:"event",event:r.id},s)),this.events.emit(r.id,s),await this.acknowledgePayload(e),await this.onMessageEvent(s)}}async onMessageEvent(e){await this.shouldIgnoreMessageEvent(e)||(this.events.emit(Dt.message,e),await this.recordMessageEvent(e))}async acknowledgePayload(e){const r=ta(e.id,!0);await this.provider.connection.send(r)}registerEventListeners(){this.provider.on(cs.payload,e=>this.onProviderPayload(e)),this.provider.on(cs.connect,()=>{this.events.emit(Dt.connect)}),this.provider.on(cs.disconnect,()=>{this.events.emit(Dt.disconnect),this.attemptToReconnect()}),this.provider.on(cs.error,e=>this.events.emit(Dt.error,e)),this.events.on(Dt.connection_stalled,async()=>{await this.restartTransport()})}attemptToReconnect(){this.transportExplicitlyClosed||setTimeout(async()=>{await this.transportOpen()},ge.toMiliseconds(ph))}isInitialized(){if(!this.initialized){const{message:e}=se("NOT_INITIALIZED",this.name);throw new Error(e)}}}var uy=Object.defineProperty,bh=Object.getOwnPropertySymbols,hy=Object.prototype.hasOwnProperty,dy=Object.prototype.propertyIsEnumerable,vh=(t,e,r)=>e in t?uy(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,_h=(t,e)=>{for(var r in e||(e={}))hy.call(e,r)&&vh(t,r,e[r]);if(bh)for(var r of bh(e))dy.call(e,r)&&vh(t,r,e[r]);return t};class us extends H3{constructor(e,r,n,i=wr,s=void 0){super(e,r,n,i),this.core=e,this.logger=r,this.name=n,this.map=new Map,this.version=Fw,this.cached=[],this.initialized=!1,this.storagePrefix=wr,this.init=async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(o=>{Fg(o)?this.map.set(o.id,o):Bg(o)?this.map.set(o.topic,o):this.getKey&&o!==null&&!Ht(o)&&this.map.set(this.getKey(o),o)}),this.cached=[],this.initialized=!0)},this.set=async(o,a)=>{this.isInitialized(),this.map.has(o)?await this.update(o,a):(this.logger.debug("Setting value"),this.logger.trace({type:"method",method:"set",key:o,value:a}),this.map.set(o,a),await this.persist())},this.get=o=>(this.isInitialized(),this.logger.debug("Getting value"),this.logger.trace({type:"method",method:"get",key:o}),this.getData(o)),this.getAll=o=>(this.isInitialized(),o?this.values.filter(a=>Object.keys(o).every(c=>Ym(a[c],o[c]))):this.values),this.update=async(o,a)=>{this.isInitialized(),this.logger.debug("Updating value"),this.logger.trace({type:"method",method:"update",key:o,update:a});const c=_h(_h({},this.getData(o)),a);this.map.set(o,c),await this.persist()},this.delete=async(o,a)=>{this.isInitialized(),this.map.has(o)&&(this.logger.debug("Deleting value"),this.logger.trace({type:"method",method:"delete",key:o,reason:a}),this.map.delete(o),await this.persist())},this.logger=je.generateChildLogger(r,this.name),this.storagePrefix=i,this.getKey=s}get context(){return je.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}get length(){return this.map.size}get keys(){return Array.from(this.map.keys())}get values(){return Array.from(this.map.values())}async setDataStore(e){await this.core.storage.setItem(this.storageKey,e)}async getDataStore(){return await this.core.storage.getItem(this.storageKey)}getData(e){const r=this.map.get(e);if(!r){const{message:n}=se("NO_MATCHING_KEY",`${this.name}: ${e}`);throw this.logger.error(n),new Error(n)}return r}async persist(){await this.setDataStore(this.values)}async restore(){try{const e=await this.getDataStore();if(typeof e>"u"||!e.length)return;if(this.map.size){const{message:r}=se("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(r),new Error(r)}this.cached=e,this.logger.debug(`Successfully Restored value for ${this.name}`),this.logger.trace({type:"method",method:"restore",value:this.values})}catch(e){this.logger.debug(`Failed to Restore value for ${this.name}`),this.logger.error(e)}}isInitialized(){if(!this.initialized){const{message:e}=se("NOT_INITIALIZED",this.name);throw new Error(e)}}}class fy{constructor(e,r){this.core=e,this.logger=r,this.name=Hw,this.version=zw,this.events=new vt.exports,this.initialized=!1,this.storagePrefix=wr,this.ignoredPayloadTypes=[Rr],this.registeredMethods=[],this.init=async()=>{this.initialized||(await this.pairings.init(),await this.cleanup(),this.registerRelayerEvents(),this.registerExpirerEvents(),this.initialized=!0,this.logger.trace("Initialized"))},this.register=({methods:n})=>{this.isInitialized(),this.registeredMethods=[...new Set([...this.registeredMethods,...n])]},this.create=async()=>{this.isInitialized();const n=Oo(),i=await this.core.crypto.setSymKey(n),s=Xt(ge.FIVE_MINUTES),o={protocol:fh},a={topic:i,expiry:s,relay:o,active:!1},c=Og({protocol:this.core.protocol,version:this.core.version,topic:i,symKey:n,relay:o});return await this.pairings.set(i,a),await this.core.relayer.subscribe(i),this.core.expirer.set(i,s),{topic:i,uri:c}},this.pair=async n=>{this.isInitialized(),this.isValidPair(n);const{topic:i,symKey:s,relay:o}=Dg(n.uri),a=Xt(ge.FIVE_MINUTES),c={topic:i,relay:o,expiry:a,active:!1};return await this.pairings.set(i,c),await this.core.crypto.setSymKey(s,i),await this.core.relayer.subscribe(i,{relay:o}),this.core.expirer.set(i,a),n.activatePairing&&await this.activate({topic:i}),c},this.activate=async({topic:n})=>{this.isInitialized();const i=Xt(ge.THIRTY_DAYS);await this.pairings.update(n,{active:!0,expiry:i}),this.core.expirer.set(n,i)},this.ping=async n=>{this.isInitialized(),await this.isValidPing(n);const{topic:i}=n;if(this.pairings.keys.includes(i)){const s=await this.sendRequest(i,"wc_pairingPing",{}),{done:o,resolve:a,reject:c}=Nr();this.events.once(Qe("pairing_ping",s),({error:l})=>{l?c(l):a()}),await o()}},this.updateExpiry=async({topic:n,expiry:i})=>{this.isInitialized(),await this.pairings.update(n,{expiry:i})},this.updateMetadata=async({topic:n,metadata:i})=>{this.isInitialized(),await this.pairings.update(n,{peerMetadata:i})},this.getPairings=()=>(this.isInitialized(),this.pairings.values),this.disconnect=async n=>{this.isInitialized(),await this.isValidDisconnect(n);const{topic:i}=n;this.pairings.keys.includes(i)&&(await this.sendRequest(i,"wc_pairingDelete",ot("USER_DISCONNECTED")),await this.deletePairing(i))},this.sendRequest=async(n,i,s)=>{const o=ss(i,s),a=await this.core.crypto.encode(n,o),c=oi[i].req;return this.core.history.set(n,o),await this.core.relayer.publish(n,a,c),o.id},this.sendResult=async(n,i,s)=>{const o=ta(n,s),a=await this.core.crypto.encode(i,o),c=await this.core.history.get(i,n),l=oi[c.request.method].res;await this.core.relayer.publish(i,a,l),await this.core.history.resolve(o)},this.sendError=async(n,i,s)=>{const o=os(n,s),a=await this.core.crypto.encode(i,o),c=await this.core.history.get(i,n),l=oi[c.request.method]?oi[c.request.method].res:oi.unregistered_method.res;await this.core.relayer.publish(i,a,l),await this.core.history.resolve(o)},this.deletePairing=async(n,i)=>{await this.core.relayer.unsubscribe(n),await Promise.all([this.pairings.delete(n,ot("USER_DISCONNECTED")),this.core.crypto.deleteSymKey(n),i?Promise.resolve():this.core.expirer.del(n)])},this.cleanup=async()=>{const n=this.pairings.getAll().filter(i=>mr(i.expiry));await Promise.all(n.map(i=>this.deletePairing(i.topic)))},this.onRelayEventRequest=n=>{const{topic:i,payload:s}=n,o=s.method;if(this.pairings.keys.includes(i))switch(o){case"wc_pairingPing":return this.onPairingPingRequest(i,s);case"wc_pairingDelete":return this.onPairingDeleteRequest(i,s);default:return this.onUnknownRpcMethodRequest(i,s)}},this.onRelayEventResponse=async n=>{const{topic:i,payload:s}=n,o=(await this.core.history.get(i,s.id)).request.method;if(this.pairings.keys.includes(i))switch(o){case"wc_pairingPing":return this.onPairingPingResponse(i,s);default:return this.onUnknownRpcMethodResponse(o)}},this.onPairingPingRequest=async(n,i)=>{const{id:s}=i;try{this.isValidPing({topic:n}),await this.sendResult(s,n,!0),this.events.emit("pairing_ping",{id:s,topic:n})}catch(o){await this.sendError(s,n,o),this.logger.error(o)}},this.onPairingPingResponse=(n,i)=>{const{id:s}=i;setTimeout(()=>{lr(i)?this.events.emit(Qe("pairing_ping",s),{}):Gt(i)&&this.events.emit(Qe("pairing_ping",s),{error:i.error})},500)},this.onPairingDeleteRequest=async(n,i)=>{const{id:s}=i;try{this.isValidDisconnect({topic:n}),await this.sendResult(s,n,!0),await this.deletePairing(n),this.events.emit("pairing_delete",{id:s,topic:n})}catch(o){await this.sendError(s,n,o),this.logger.error(o)}},this.onUnknownRpcMethodRequest=async(n,i)=>{const{id:s,method:o}=i;try{if(this.registeredMethods.includes(o))return;const a=ot("WC_METHOD_UNSUPPORTED",o);await this.sendError(s,n,a),this.logger.error(a)}catch(a){await this.sendError(s,n,a),this.logger.error(a)}},this.onUnknownRpcMethodResponse=n=>{this.registeredMethods.includes(n)||this.logger.error(ot("WC_METHOD_UNSUPPORTED",n))},this.isValidPair=n=>{if(!Rt(n)){const{message:i}=se("MISSING_OR_INVALID",`pair() params: ${n}`);throw new Error(i)}if(!Ug(n.uri)){const{message:i}=se("MISSING_OR_INVALID",`pair() uri: ${n.uri}`);throw new Error(i)}},this.isValidPing=async n=>{if(!Rt(n)){const{message:s}=se("MISSING_OR_INVALID",`ping() params: ${n}`);throw new Error(s)}const{topic:i}=n;await this.isValidPairingTopic(i)},this.isValidDisconnect=async n=>{if(!Rt(n)){const{message:s}=se("MISSING_OR_INVALID",`disconnect() params: ${n}`);throw new Error(s)}const{topic:i}=n;await this.isValidPairingTopic(i)},this.isValidPairingTopic=async n=>{if(!Et(n,!1)){const{message:i}=se("MISSING_OR_INVALID",`pairing topic should be a string: ${n}`);throw new Error(i)}if(!this.pairings.keys.includes(n)){const{message:i}=se("NO_MATCHING_KEY",`pairing topic doesn't exist: ${n}`);throw new Error(i)}if(mr(this.pairings.get(n).expiry)){await this.deletePairing(n);const{message:i}=se("EXPIRED",`pairing topic: ${n}`);throw new Error(i)}},this.core=e,this.logger=je.generateChildLogger(r,this.name),this.pairings=new us(this.core,this.logger,this.name,this.storagePrefix)}get context(){return je.getLoggerContext(this.logger)}isInitialized(){if(!this.initialized){const{message:e}=se("NOT_INITIALIZED",this.name);throw new Error(e)}}registerRelayerEvents(){this.core.relayer.on(Dt.message,async e=>{const{topic:r,message:n}=e;if(this.ignoredPayloadTypes.includes(this.core.crypto.getPayloadType(n)))return;const i=await this.core.crypto.decode(r,n);ra(i)?(this.core.history.set(r,i),this.onRelayEventRequest({topic:r,payload:i})):na(i)&&(await this.core.history.resolve(i),this.onRelayEventResponse({topic:r,payload:i}))})}registerExpirerEvents(){this.core.expirer.on(zt.expired,async e=>{const{topic:r}=Jl(e.target);r&&this.pairings.keys.includes(r)&&(await this.deletePairing(r,!0),this.events.emit("pairing_expire",{topic:r}))})}}class py extends F3{constructor(e,r){super(e,r),this.core=e,this.logger=r,this.records=new Map,this.events=new vt.exports.EventEmitter,this.name=Ww,this.version=qw,this.cached=[],this.initialized=!1,this.storagePrefix=wr,this.init=async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(n=>this.records.set(n.id,n)),this.cached=[],this.registerEventListeners(),this.initialized=!0)},this.set=(n,i,s)=>{if(this.isInitialized(),this.logger.debug("Setting JSON-RPC request history record"),this.logger.trace({type:"method",method:"set",topic:n,request:i,chainId:s}),this.records.has(i.id))return;const o={id:i.id,topic:n,request:{method:i.method,params:i.params||null},chainId:s};this.records.set(o.id,o),this.events.emit(tr.created,o)},this.resolve=async n=>{if(this.isInitialized(),this.logger.debug("Updating JSON-RPC response history record"),this.logger.trace({type:"method",method:"update",response:n}),!this.records.has(n.id))return;const i=await this.getRecord(n.id);typeof i.response>"u"&&(i.response=Gt(n)?{error:n.error}:{result:n.result},this.records.set(i.id,i),this.events.emit(tr.updated,i))},this.get=async(n,i)=>(this.isInitialized(),this.logger.debug("Getting record"),this.logger.trace({type:"method",method:"get",topic:n,id:i}),await this.getRecord(i)),this.delete=(n,i)=>{this.isInitialized(),this.logger.debug("Deleting record"),this.logger.trace({type:"method",method:"delete",id:i}),this.values.forEach(s=>{if(s.topic===n){if(typeof i<"u"&&s.id!==i)return;this.records.delete(s.id),this.events.emit(tr.deleted,s)}})},this.exists=async(n,i)=>(this.isInitialized(),this.records.has(i)?(await this.getRecord(i)).topic===n:!1),this.on=(n,i)=>{this.events.on(n,i)},this.once=(n,i)=>{this.events.once(n,i)},this.off=(n,i)=>{this.events.off(n,i)},this.removeListener=(n,i)=>{this.events.removeListener(n,i)},this.logger=je.generateChildLogger(r,this.name)}get context(){return je.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}get size(){return this.records.size}get keys(){return Array.from(this.records.keys())}get values(){return Array.from(this.records.values())}get pending(){const e=[];return this.values.forEach(r=>{if(typeof r.response<"u")return;const n={topic:r.topic,request:ss(r.request.method,r.request.params,r.id),chainId:r.chainId};return e.push(n)}),e}async setJsonRpcRecords(e){await this.core.storage.setItem(this.storageKey,e)}async getJsonRpcRecords(){return await this.core.storage.getItem(this.storageKey)}getRecord(e){this.isInitialized();const r=this.records.get(e);if(!r){const{message:n}=se("NO_MATCHING_KEY",`${this.name}: ${e}`);throw new Error(n)}return r}async persist(){await this.setJsonRpcRecords(this.values),this.events.emit(tr.sync)}async restore(){try{const e=await this.getJsonRpcRecords();if(typeof e>"u"||!e.length)return;if(this.records.size){const{message:r}=se("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(r),new Error(r)}this.cached=e,this.logger.debug(`Successfully Restored records for ${this.name}`),this.logger.trace({type:"method",method:"restore",records:this.values})}catch(e){this.logger.debug(`Failed to Restore records for ${this.name}`),this.logger.error(e)}}registerEventListeners(){this.events.on(tr.created,e=>{const r=tr.created;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,record:e}),this.persist()}),this.events.on(tr.updated,e=>{const r=tr.updated;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,record:e}),this.persist()}),this.events.on(tr.deleted,e=>{const r=tr.deleted;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,record:e}),this.persist()})}isInitialized(){if(!this.initialized){const{message:e}=se("NOT_INITIALIZED",this.name);throw new Error(e)}}}class gy extends W3{constructor(e,r){super(e,r),this.core=e,this.logger=r,this.expirations=new Map,this.events=new vt.exports.EventEmitter,this.name=Vw,this.version=Kw,this.cached=[],this.initialized=!1,this.storagePrefix=wr,this.init=async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(n=>this.expirations.set(n.target,n)),this.cached=[],this.registerEventListeners(),this.initialized=!0)},this.has=n=>{try{const i=this.formatTarget(n);return typeof this.getExpiration(i)<"u"}catch{return!1}},this.set=(n,i)=>{this.isInitialized();const s=this.formatTarget(n),o={target:s,expiry:i};this.expirations.set(s,o),this.checkExpiry(s,o),this.events.emit(zt.created,{target:s,expiration:o})},this.get=n=>{this.isInitialized();const i=this.formatTarget(n);return this.getExpiration(i)},this.del=n=>{if(this.isInitialized(),this.has(n)){const i=this.formatTarget(n),s=this.getExpiration(i);this.expirations.delete(i),this.events.emit(zt.deleted,{target:i,expiration:s})}},this.on=(n,i)=>{this.events.on(n,i)},this.once=(n,i)=>{this.events.once(n,i)},this.off=(n,i)=>{this.events.off(n,i)},this.removeListener=(n,i)=>{this.events.removeListener(n,i)},this.logger=je.generateChildLogger(r,this.name)}get context(){return je.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}get length(){return this.expirations.size}get keys(){return Array.from(this.expirations.keys())}get values(){return Array.from(this.expirations.values())}formatTarget(e){if(typeof e=="string")return yg(e);if(typeof e=="number")return bg(e);const{message:r}=se("UNKNOWN_TYPE",`Target type: ${typeof e}`);throw new Error(r)}async setExpirations(e){await this.core.storage.setItem(this.storageKey,e)}async getExpirations(){return await this.core.storage.getItem(this.storageKey)}async persist(){await this.setExpirations(this.values),this.events.emit(zt.sync)}async restore(){try{const e=await this.getExpirations();if(typeof e>"u"||!e.length)return;if(this.expirations.size){const{message:r}=se("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(r),new Error(r)}this.cached=e,this.logger.debug(`Successfully Restored expirations for ${this.name}`),this.logger.trace({type:"method",method:"restore",expirations:this.values})}catch(e){this.logger.debug(`Failed to Restore expirations for ${this.name}`),this.logger.error(e)}}getExpiration(e){const r=this.expirations.get(e);if(!r){const{message:n}=se("NO_MATCHING_KEY",`${this.name}: ${e}`);throw this.logger.error(n),new Error(n)}return r}checkExpiry(e,r){const{expiry:n}=r;ge.toMiliseconds(n)-Date.now()<=0&&this.expire(e,r)}expire(e,r){this.expirations.delete(e),this.events.emit(zt.expired,{target:e,expiration:r})}checkExpirations(){this.expirations.forEach((e,r)=>this.checkExpiry(r,e))}registerEventListeners(){this.core.heartbeat.on(Yn.HEARTBEAT_EVENTS.pulse,()=>this.checkExpirations()),this.events.on(zt.created,e=>{const r=zt.created;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),this.persist()}),this.events.on(zt.expired,e=>{const r=zt.expired;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),this.persist()}),this.events.on(zt.deleted,e=>{const r=zt.deleted;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),this.persist()})}isInitialized(){if(!this.initialized){const{message:e}=se("NOT_INITIALIZED",this.name);throw new Error(e)}}}var my=Object.defineProperty,Eh=Object.getOwnPropertySymbols,wy=Object.prototype.hasOwnProperty,yy=Object.prototype.propertyIsEnumerable,xh=(t,e,r)=>e in t?my(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Ch=(t,e)=>{for(var r in e||(e={}))wy.call(e,r)&&xh(t,r,e[r]);if(Eh)for(var r of Eh(e))yy.call(e,r)&&xh(t,r,e[r]);return t};class ua extends U3{constructor(e){super(e),this.protocol=hh,this.version=Ew,this.name=ca,this.events=new vt.exports.EventEmitter,this.initialized=!1,this.on=(n,i)=>this.events.on(n,i),this.once=(n,i)=>this.events.once(n,i),this.off=(n,i)=>this.events.off(n,i),this.removeListener=(n,i)=>this.events.removeListener(n,i),this.projectId=e?.projectId;const r=typeof e?.logger<"u"&&typeof e?.logger!="string"?e.logger:Hn(je.getDefaultLoggerOptions({level:e?.logger||xw.logger}));this.logger=je.generateChildLogger(r,this.name),this.heartbeat=new Yn.HeartBeat,this.crypto=new Zw(this,this.logger,e?.keychain),this.history=new py(this,this.logger),this.expirer=new gy(this,this.logger),this.storage=e!=null&&e.storage?e.storage:new z2(Ch(Ch({},Cw),e?.storageOptions)),this.relayer=new ly({core:this,logger:this.logger,relayUrl:e?.relayUrl,projectId:this.projectId}),this.pairing=new fy(this,this.logger)}static async init(e){const r=new ua(e);return await r.initialize(),r}get context(){return je.getLoggerContext(this.logger)}async start(){this.initialized||await this.initialize()}async initialize(){this.logger.trace("Initialized");try{await this.crypto.init(),await this.history.init(),await this.expirer.init(),await this.relayer.init(),await this.heartbeat.init(),await this.pairing.init(),this.initialized=!0,this.logger.info("Core Initialization Success")}catch(e){throw this.logger.warn(`Core Initialization Failure at epoch ${Date.now()}`,e),this.logger.error(e.message),e}}}const by=ua,Sh="wc",Dh=2,Ih="client",ha=`${Sh}@${Dh}:${Ih}:`,da={name:Ih,logger:"error",controller:!1,relayUrl:"wss://relay.walletconnect.com"},vy="proposal",_y="session",hs=ge.SEVEN_DAYS,Ey="engine",ai={wc_sessionPropose:{req:{ttl:ge.FIVE_MINUTES,prompt:!0,tag:1100},res:{ttl:ge.FIVE_MINUTES,prompt:!1,tag:1101}},wc_sessionSettle:{req:{ttl:ge.FIVE_MINUTES,prompt:!1,tag:1102},res:{ttl:ge.FIVE_MINUTES,prompt:!1,tag:1103}},wc_sessionUpdate:{req:{ttl:ge.ONE_DAY,prompt:!1,tag:1104},res:{ttl:ge.ONE_DAY,prompt:!1,tag:1105}},wc_sessionExtend:{req:{ttl:ge.ONE_DAY,prompt:!1,tag:1106},res:{ttl:ge.ONE_DAY,prompt:!1,tag:1107}},wc_sessionRequest:{req:{ttl:ge.FIVE_MINUTES,prompt:!0,tag:1108},res:{ttl:ge.FIVE_MINUTES,prompt:!1,tag:1109}},wc_sessionEvent:{req:{ttl:ge.FIVE_MINUTES,prompt:!0,tag:1110},res:{ttl:ge.FIVE_MINUTES,prompt:!1,tag:1111}},wc_sessionDelete:{req:{ttl:ge.ONE_DAY,prompt:!1,tag:1112},res:{ttl:ge.ONE_DAY,prompt:!1,tag:1113}},wc_sessionPing:{req:{ttl:ge.THIRTY_SECONDS,prompt:!1,tag:1114},res:{ttl:ge.THIRTY_SECONDS,prompt:!1,tag:1115}}},fa={min:ge.FIVE_MINUTES,max:ge.SEVEN_DAYS},xy="request";var Cy=Object.defineProperty,Sy=Object.defineProperties,Dy=Object.getOwnPropertyDescriptors,Oh=Object.getOwnPropertySymbols,Iy=Object.prototype.hasOwnProperty,Oy=Object.prototype.propertyIsEnumerable,Ah=(t,e,r)=>e in t?Cy(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,ur=(t,e)=>{for(var r in e||(e={}))Iy.call(e,r)&&Ah(t,r,e[r]);if(Oh)for(var r of Oh(e))Oy.call(e,r)&&Ah(t,r,e[r]);return t},pa=(t,e)=>Sy(t,Dy(e));class Ay extends V3{constructor(e){super(e),this.name=Ey,this.events=new vt.exports,this.initialized=!1,this.ignoredPayloadTypes=[Rr],this.init=async()=>{this.initialized||(await this.cleanup(),this.registerRelayerEvents(),this.registerExpirerEvents(),this.client.core.pairing.register({methods:Object.keys(ai)}),this.initialized=!0)},this.connect=async r=>{this.isInitialized(),await this.isValidConnect(r);const{pairingTopic:n,requiredNamespaces:i,relays:s}=r;let o=n,a,c=!1;if(o&&(c=this.client.core.pairing.pairings.get(o).active),!o||!c){const{topic:R,uri:L}=await this.client.core.pairing.create();o=R,a=L}const l=await this.client.core.crypto.generateKeyPair(),p={requiredNamespaces:i,relays:s??[{protocol:fh}],proposer:{publicKey:l,metadata:this.client.metadata}},{reject:w,resolve:m,done:y}=Nr();if(this.events.once(Qe("session_connect"),async({error:R,session:L})=>{if(R)w(R);else if(L){L.self.publicKey=l;const x=pa(ur({},L),{requiredNamespaces:L.requiredNamespaces});await this.client.session.set(L.topic,x),await this.setExpiry(L.topic,L.expiry),o&&await this.client.core.pairing.updateMetadata({topic:o,metadata:L.peer.metadata}),m(x)}}),!o){const{message:R}=se("NO_MATCHING_KEY",`connect() pairing topic: ${o}`);throw new Error(R)}const E=await this.sendRequest(o,"wc_sessionPropose",p),T=Xt(ge.FIVE_MINUTES);return await this.setProposal(E,ur({id:E,expiry:T},p)),{uri:a,approval:y}},this.pair=async r=>(this.isInitialized(),await this.client.core.pairing.pair(r)),this.approve=async r=>{this.isInitialized(),await this.isValidApprove(r);const{id:n,relayProtocol:i,namespaces:s}=r,o=this.client.proposal.get(n);let{pairingTopic:a,proposer:c,requiredNamespaces:l}=o;Xi(l)||(l=Tg(s,"approve()"),this.client.proposal.set(n,pa(ur({},o),{requiredNamespaces:l})));const p=await this.client.core.crypto.generateKeyPair(),w=c.publicKey,m=await this.client.core.crypto.generateSharedKey(p,w),y={relay:{protocol:i??"irn"},namespaces:s,requiredNamespaces:l,controller:{publicKey:p,metadata:this.client.metadata},expiry:Xt(hs)};await this.client.core.relayer.subscribe(m);const E=await this.sendRequest(m,"wc_sessionSettle",y),{done:T,resolve:R,reject:L}=Nr();this.events.once(Qe("session_approve",E),({error:O})=>{O?L(O):R(this.client.session.get(m))});const x=pa(ur({},y),{topic:m,acknowledged:!1,self:y.controller,peer:{publicKey:c.publicKey,metadata:c.metadata},controller:p});return await this.client.session.set(m,x),await this.setExpiry(m,Xt(hs)),a&&await this.client.core.pairing.updateMetadata({topic:a,metadata:x.peer.metadata}),a&&n&&(await this.sendResult(n,a,{relay:{protocol:i??"irn"},responderPublicKey:p}),await this.client.proposal.delete(n,ot("USER_DISCONNECTED")),await this.client.core.pairing.activate({topic:a})),{topic:m,acknowledged:T}},this.reject=async r=>{this.isInitialized(),await this.isValidReject(r);const{id:n,reason:i}=r,{pairingTopic:s}=this.client.proposal.get(n);s&&(await this.sendError(n,s,i),await this.client.proposal.delete(n,ot("USER_DISCONNECTED")))},this.update=async r=>{this.isInitialized(),await this.isValidUpdate(r);const{topic:n,namespaces:i}=r,s=await this.sendRequest(n,"wc_sessionUpdate",{namespaces:i}),{done:o,resolve:a,reject:c}=Nr();return this.events.once(Qe("session_update",s),({error:l})=>{l?c(l):a()}),await this.client.session.update(n,{namespaces:i}),{acknowledged:o}},this.extend=async r=>{this.isInitialized(),await this.isValidExtend(r);const{topic:n}=r,i=await this.sendRequest(n,"wc_sessionExtend",{}),{done:s,resolve:o,reject:a}=Nr();return this.events.once(Qe("session_extend",i),({error:c})=>{c?a(c):o()}),await this.setExpiry(n,Xt(hs)),{acknowledged:s}},this.request=async r=>{this.isInitialized(),await this.isValidRequest(r);const{chainId:n,request:i,topic:s,expiry:o}=r,a=await this.sendRequest(s,"wc_sessionRequest",{request:i,chainId:n},o),{done:c,resolve:l,reject:p}=Nr(o);return this.events.once(Qe("session_request",a),({error:w,result:m})=>{w?p(w):l(m)}),await c()},this.respond=async r=>{this.isInitialized(),await this.isValidRespond(r);const{topic:n,response:i}=r,{id:s}=i;lr(i)?await this.sendResult(s,n,i.result):Gt(i)&&await this.sendError(s,n,i.error),this.deletePendingSessionRequest(r.response.id,{message:"fulfilled",code:0})},this.ping=async r=>{this.isInitialized(),await this.isValidPing(r);const{topic:n}=r;if(this.client.session.keys.includes(n)){const i=await this.sendRequest(n,"wc_sessionPing",{}),{done:s,resolve:o,reject:a}=Nr();this.events.once(Qe("session_ping",i),({error:c})=>{c?a(c):o()}),await s()}else this.client.core.pairing.pairings.keys.includes(n)&&await this.client.core.pairing.ping({topic:n})},this.emit=async r=>{this.isInitialized(),await this.isValidEmit(r);const{topic:n,event:i,chainId:s}=r;await this.sendRequest(n,"wc_sessionEvent",{event:i,chainId:s})},this.disconnect=async r=>{this.isInitialized(),await this.isValidDisconnect(r);const{topic:n}=r;this.client.session.keys.includes(n)?(await this.sendRequest(n,"wc_sessionDelete",ot("USER_DISCONNECTED")),await this.deleteSession(n)):await this.client.core.pairing.disconnect({topic:n})},this.find=r=>(this.isInitialized(),this.client.session.getAll().filter(n=>Lg(n,r))),this.getPendingSessionRequests=()=>(this.isInitialized(),this.client.pendingRequest.getAll()),this.deleteSession=async(r,n)=>{const{self:i}=this.client.session.get(r);await this.client.core.relayer.unsubscribe(r),await Promise.all([this.client.session.delete(r,ot("USER_DISCONNECTED")),this.client.core.crypto.deleteKeyPair(i.publicKey),this.client.core.crypto.deleteSymKey(r),n?Promise.resolve():this.client.core.expirer.del(r)])},this.deleteProposal=async(r,n)=>{await Promise.all([this.client.proposal.delete(r,ot("USER_DISCONNECTED")),n?Promise.resolve():this.client.core.expirer.del(r)])},this.deletePendingSessionRequest=async(r,n,i=!1)=>{await Promise.all([this.client.pendingRequest.delete(r,n),i?Promise.resolve():this.client.core.expirer.del(r)])},this.setExpiry=async(r,n)=>{this.client.session.keys.includes(r)&&await this.client.session.update(r,{expiry:n}),this.client.core.expirer.set(r,n)},this.setProposal=async(r,n)=>{await this.client.proposal.set(r,n),this.client.core.expirer.set(r,n.expiry)},this.setPendingSessionRequest=async r=>{const n=ai.wc_sessionRequest.req.ttl,{id:i,topic:s,params:o}=r;await this.client.pendingRequest.set(i,{id:i,topic:s,params:o}),n&&this.client.core.expirer.set(i,Xt(n))},this.sendRequest=async(r,n,i,s)=>{const o=ss(n,i),a=await this.client.core.crypto.encode(r,o),c=ai[n].req;return s&&(c.ttl=s),this.client.core.history.set(r,o),this.client.core.relayer.publish(r,a,c),o.id},this.sendResult=async(r,n,i)=>{const s=ta(r,i),o=await this.client.core.crypto.encode(n,s),a=await this.client.core.history.get(n,r),c=ai[a.request.method].res;this.client.core.relayer.publish(n,o,c),await this.client.core.history.resolve(s)},this.sendError=async(r,n,i)=>{const s=os(r,i),o=await this.client.core.crypto.encode(n,s),a=await this.client.core.history.get(n,r),c=ai[a.request.method].res;this.client.core.relayer.publish(n,o,c),await this.client.core.history.resolve(s)},this.cleanup=async()=>{const r=[],n=[];this.client.session.getAll().forEach(i=>{mr(i.expiry)&&r.push(i.topic)}),this.client.proposal.getAll().forEach(i=>{mr(i.expiry)&&n.push(i.id)}),await Promise.all([...r.map(i=>this.deleteSession(i)),...n.map(i=>this.deleteProposal(i))])},this.onRelayEventRequest=r=>{const{topic:n,payload:i}=r,s=i.method;switch(s){case"wc_sessionPropose":return this.onSessionProposeRequest(n,i);case"wc_sessionSettle":return this.onSessionSettleRequest(n,i);case"wc_sessionUpdate":return this.onSessionUpdateRequest(n,i);case"wc_sessionExtend":return this.onSessionExtendRequest(n,i);case"wc_sessionPing":return this.onSessionPingRequest(n,i);case"wc_sessionDelete":return this.onSessionDeleteRequest(n,i);case"wc_sessionRequest":return this.onSessionRequest(n,i);case"wc_sessionEvent":return this.onSessionEventRequest(n,i);default:return this.client.logger.info(`Unsupported request method ${s}`)}},this.onRelayEventResponse=async r=>{const{topic:n,payload:i}=r,s=(await this.client.core.history.get(n,i.id)).request.method;switch(s){case"wc_sessionPropose":return this.onSessionProposeResponse(n,i);case"wc_sessionSettle":return this.onSessionSettleResponse(n,i);case"wc_sessionUpdate":return this.onSessionUpdateResponse(n,i);case"wc_sessionExtend":return this.onSessionExtendResponse(n,i);case"wc_sessionPing":return this.onSessionPingResponse(n,i);case"wc_sessionRequest":return this.onSessionRequestResponse(n,i);default:return this.client.logger.info(`Unsupported response method ${s}`)}},this.onSessionProposeRequest=async(r,n)=>{const{params:i,id:s}=n;try{this.isValidConnect(ur({},n.params));const o=Xt(ge.FIVE_MINUTES),a=ur({id:s,pairingTopic:r,expiry:o},i);await this.setProposal(s,a),this.client.events.emit("session_proposal",{id:s,params:a})}catch(o){await this.sendError(s,r,o),this.client.logger.error(o)}},this.onSessionProposeResponse=async(r,n)=>{const{id:i}=n;if(lr(n)){const{result:s}=n;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",result:s});const o=this.client.proposal.get(i);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",proposal:o});const a=o.proposer.publicKey;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",selfPublicKey:a});const c=s.responderPublicKey;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",peerPublicKey:c});const l=await this.client.core.crypto.generateSharedKey(a,c);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",sessionTopic:l});const p=await this.client.core.relayer.subscribe(l);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",subscriptionId:p}),await this.client.core.pairing.activate({topic:r})}else Gt(n)&&(await this.client.proposal.delete(i,ot("USER_DISCONNECTED")),this.events.emit(Qe("session_connect"),{error:n.error}))},this.onSessionSettleRequest=async(r,n)=>{const{id:i,params:s}=n;try{this.isValidSessionSettleRequest(s);const{relay:o,controller:a,expiry:c,namespaces:l,requiredNamespaces:p}=n.params,w={topic:r,relay:o,expiry:c,namespaces:l,acknowledged:!0,requiredNamespaces:p,controller:a.publicKey,self:{publicKey:"",metadata:this.client.metadata},peer:{publicKey:a.publicKey,metadata:a.metadata}};await this.sendResult(n.id,r,!0),this.events.emit(Qe("session_connect"),{session:w})}catch(o){await this.sendError(i,r,o),this.client.logger.error(o)}},this.onSessionSettleResponse=async(r,n)=>{const{id:i}=n;lr(n)?(await this.client.session.update(r,{acknowledged:!0}),this.events.emit(Qe("session_approve",i),{})):Gt(n)&&(await this.client.session.delete(r,ot("USER_DISCONNECTED")),this.events.emit(Qe("session_approve",i),{error:n.error}))},this.onSessionUpdateRequest=async(r,n)=>{const{params:i,id:s}=n;try{this.isValidUpdate(ur({topic:r},i)),await this.client.session.update(r,{namespaces:i.namespaces}),await this.sendResult(s,r,!0),this.client.events.emit("session_update",{id:s,topic:r,params:i})}catch(o){await this.sendError(s,r,o),this.client.logger.error(o)}},this.onSessionUpdateResponse=(r,n)=>{const{id:i}=n;lr(n)?this.events.emit(Qe("session_update",i),{}):Gt(n)&&this.events.emit(Qe("session_update",i),{error:n.error})},this.onSessionExtendRequest=async(r,n)=>{const{id:i}=n;try{this.isValidExtend({topic:r}),await this.setExpiry(r,Xt(hs)),await this.sendResult(i,r,!0),this.client.events.emit("session_extend",{id:i,topic:r})}catch(s){await this.sendError(i,r,s),this.client.logger.error(s)}},this.onSessionExtendResponse=(r,n)=>{const{id:i}=n;lr(n)?this.events.emit(Qe("session_extend",i),{}):Gt(n)&&this.events.emit(Qe("session_extend",i),{error:n.error})},this.onSessionPingRequest=async(r,n)=>{const{id:i}=n;try{this.isValidPing({topic:r}),await this.sendResult(i,r,!0),this.client.events.emit("session_ping",{id:i,topic:r})}catch(s){await this.sendError(i,r,s),this.client.logger.error(s)}},this.onSessionPingResponse=(r,n)=>{const{id:i}=n;setTimeout(()=>{lr(n)?this.events.emit(Qe("session_ping",i),{}):Gt(n)&&this.events.emit(Qe("session_ping",i),{error:n.error})},500)},this.onSessionDeleteRequest=async(r,n)=>{const{id:i}=n;try{this.isValidDisconnect({topic:r,reason:n.params}),this.client.core.relayer.once(Dt.publish,async()=>{await this.deleteSession(r)}),await this.sendResult(i,r,!0),this.client.events.emit("session_delete",{id:i,topic:r})}catch(s){await this.sendError(i,r,s),this.client.logger.error(s)}},this.onSessionRequest=async(r,n)=>{const{id:i,params:s}=n;try{this.isValidRequest(ur({topic:r},s)),await this.setPendingSessionRequest({id:i,topic:r,params:s}),this.client.events.emit("session_request",{id:i,topic:r,params:s})}catch(o){await this.sendError(i,r,o),this.client.logger.error(o)}},this.onSessionRequestResponse=(r,n)=>{const{id:i}=n;lr(n)?this.events.emit(Qe("session_request",i),{result:n.result}):Gt(n)&&this.events.emit(Qe("session_request",i),{error:n.error})},this.onSessionEventRequest=async(r,n)=>{const{id:i,params:s}=n;try{this.isValidEmit(ur({topic:r},s)),this.client.events.emit("session_event",{id:i,topic:r,params:s})}catch(o){await this.sendError(i,r,o),this.client.logger.error(o)}},this.isValidConnect=async r=>{if(!Rt(r)){const{message:a}=se("MISSING_OR_INVALID",`connect() params: ${JSON.stringify(r)}`);throw new Error(a)}const{pairingTopic:n,requiredNamespaces:i,relays:s}=r;if(Ht(n)||await this.isValidPairingTopic(n),!Ht(i)&&Xi(i)===0)return;const o=Vg(i,"connect()");if(o)throw new Error(o.message);if(!Kg(s,!0)){const{message:a}=se("MISSING_OR_INVALID",`connect() relays: ${s}`);throw new Error(a)}},this.isValidApprove=async r=>{if(!Rt(r))throw new Error(se("MISSING_OR_INVALID",`approve() params: ${r}`).message);const{id:n,namespaces:i,relayProtocol:s}=r;await this.isValidProposalId(n);const o=this.client.proposal.get(n),a=Qi(i,"approve()");if(a)throw new Error(a.message);const c=iu(o.requiredNamespaces,i,"update()");if(c)throw new Error(c.message);if(!Et(s,!0)){const{message:l}=se("MISSING_OR_INVALID",`approve() relayProtocol: ${s}`);throw new Error(l)}},this.isValidReject=async r=>{if(!Rt(r)){const{message:s}=se("MISSING_OR_INVALID",`reject() params: ${r}`);throw new Error(s)}const{id:n,reason:i}=r;if(await this.isValidProposalId(n),!Zg(i)){const{message:s}=se("MISSING_OR_INVALID",`reject() reason: ${JSON.stringify(i)}`);throw new Error(s)}},this.isValidSessionSettleRequest=r=>{if(!Rt(r)){const{message:l}=se("MISSING_OR_INVALID",`onSessionSettleRequest() params: ${r}`);throw new Error(l)}const{relay:n,controller:i,namespaces:s,expiry:o}=r;if(!ru(n)){const{message:l}=se("MISSING_OR_INVALID","onSessionSettleRequest() relay protocol should be a string");throw new Error(l)}const a=jg(i,"onSessionSettleRequest()");if(a)throw new Error(a.message);const c=Qi(s,"onSessionSettleRequest()");if(c)throw new Error(c.message);if(mr(o)){const{message:l}=se("EXPIRED","onSessionSettleRequest()");throw new Error(l)}},this.isValidUpdate=async r=>{if(!Rt(r)){const{message:c}=se("MISSING_OR_INVALID",`update() params: ${r}`);throw new Error(c)}const{topic:n,namespaces:i}=r;await this.isValidSessionTopic(n);const s=this.client.session.get(n),o=Qi(i,"update()");if(o)throw new Error(o.message);const a=iu(s.requiredNamespaces,i,"update()");if(a)throw new Error(a.message)},this.isValidExtend=async r=>{if(!Rt(r)){const{message:i}=se("MISSING_OR_INVALID",`extend() params: ${r}`);throw new Error(i)}const{topic:n}=r;await this.isValidSessionTopic(n)},this.isValidRequest=async r=>{if(!Rt(r)){const{message:c}=se("MISSING_OR_INVALID",`request() params: ${r}`);throw new Error(c)}const{topic:n,request:i,chainId:s,expiry:o}=r;await this.isValidSessionTopic(n);const{namespaces:a}=this.client.session.get(n);if(!nu(a,s)){const{message:c}=se("MISSING_OR_INVALID",`request() chainId: ${s}`);throw new Error(c)}if(!Yg(i)){const{message:c}=se("MISSING_OR_INVALID",`request() ${JSON.stringify(i)}`);throw new Error(c)}if(!Qg(a,s,i.method)){const{message:c}=se("MISSING_OR_INVALID",`request() method: ${i.method}`);throw new Error(c)}if(o&&!t2(o,fa)){const{message:c}=se("MISSING_OR_INVALID",`request() expiry: ${o}. Expiry must be a number (in seconds) between ${fa.min} and ${fa.max}`);throw new Error(c)}},this.isValidRespond=async r=>{if(!Rt(r)){const{message:s}=se("MISSING_OR_INVALID",`respond() params: ${r}`);throw new Error(s)}const{topic:n,response:i}=r;if(await this.isValidSessionTopic(n),!Jg(i)){const{message:s}=se("MISSING_OR_INVALID",`respond() response: ${JSON.stringify(i)}`);throw new Error(s)}},this.isValidPing=async r=>{if(!Rt(r)){const{message:i}=se("MISSING_OR_INVALID",`ping() params: ${r}`);throw new Error(i)}const{topic:n}=r;await this.isValidSessionOrPairingTopic(n)},this.isValidEmit=async r=>{if(!Rt(r)){const{message:a}=se("MISSING_OR_INVALID",`emit() params: ${r}`);throw new Error(a)}const{topic:n,event:i,chainId:s}=r;await this.isValidSessionTopic(n);const{namespaces:o}=this.client.session.get(n);if(!nu(o,s)){const{message:a}=se("MISSING_OR_INVALID",`emit() chainId: ${s}`);throw new Error(a)}if(!Xg(i)){const{message:a}=se("MISSING_OR_INVALID",`emit() event: ${JSON.stringify(i)}`);throw new Error(a)}if(!e2(o,s,i.name)){const{message:a}=se("MISSING_OR_INVALID",`emit() event: ${JSON.stringify(i)}`);throw new Error(a)}},this.isValidDisconnect=async r=>{if(!Rt(r)){const{message:i}=se("MISSING_OR_INVALID",`disconnect() params: ${r}`);throw new Error(i)}const{topic:n}=r;await this.isValidSessionOrPairingTopic(n)}}isInitialized(){if(!this.initialized){const{message:e}=se("NOT_INITIALIZED",this.name);throw new Error(e)}}registerRelayerEvents(){this.client.core.relayer.on(Dt.message,async e=>{const{topic:r,message:n}=e;if(this.ignoredPayloadTypes.includes(this.client.core.crypto.getPayloadType(n)))return;const i=await this.client.core.crypto.decode(r,n);ra(i)?(this.client.core.history.set(r,i),this.onRelayEventRequest({topic:r,payload:i})):na(i)&&(await this.client.core.history.resolve(i),this.onRelayEventResponse({topic:r,payload:i}))})}registerExpirerEvents(){this.client.core.expirer.on(zt.expired,async e=>{const{topic:r,id:n}=Jl(e.target);if(n&&this.client.pendingRequest.keys.includes(n))return await this.deletePendingSessionRequest(n,se("EXPIRED"),!0);r?this.client.session.keys.includes(r)&&(await this.deleteSession(r,!0),this.client.events.emit("session_expire",{topic:r})):n&&(await this.deleteProposal(n,!0),this.client.events.emit("proposal_expire",{id:n}))})}isValidPairingTopic(e){if(!Et(e,!1)){const{message:r}=se("MISSING_OR_INVALID",`pairing topic should be a string: ${e}`);throw new Error(r)}if(!this.client.core.pairing.pairings.keys.includes(e)){const{message:r}=se("NO_MATCHING_KEY",`pairing topic doesn't exist: ${e}`);throw new Error(r)}if(mr(this.client.core.pairing.pairings.get(e).expiry)){const{message:r}=se("EXPIRED",`pairing topic: ${e}`);throw new Error(r)}}async isValidSessionTopic(e){if(!Et(e,!1)){const{message:r}=se("MISSING_OR_INVALID",`session topic should be a string: ${e}`);throw new Error(r)}if(!this.client.session.keys.includes(e)){const{message:r}=se("NO_MATCHING_KEY",`session topic doesn't exist: ${e}`);throw new Error(r)}if(mr(this.client.session.get(e).expiry)){await this.deleteSession(e);const{message:r}=se("EXPIRED",`session topic: ${e}`);throw new Error(r)}}async isValidSessionOrPairingTopic(e){if(this.client.session.keys.includes(e))await this.isValidSessionTopic(e);else if(this.client.core.pairing.pairings.keys.includes(e))this.isValidPairingTopic(e);else if(Et(e,!1)){const{message:r}=se("NO_MATCHING_KEY",`session or pairing topic doesn't exist: ${e}`);throw new Error(r)}else{const{message:r}=se("MISSING_OR_INVALID",`session or pairing topic should be a string: ${e}`);throw new Error(r)}}async isValidProposalId(e){if(!Gg(e)){const{message:r}=se("MISSING_OR_INVALID",`proposal id should be a number: ${e}`);throw new Error(r)}if(!this.client.proposal.keys.includes(e)){const{message:r}=se("NO_MATCHING_KEY",`proposal id doesn't exist: ${e}`);throw new Error(r)}if(mr(this.client.proposal.get(e).expiry)){await this.deleteProposal(e);const{message:r}=se("EXPIRED",`proposal id: ${e}`);throw new Error(r)}}}class $y extends us{constructor(e,r){super(e,r,vy,ha),this.core=e,this.logger=r}}class Py extends us{constructor(e,r){super(e,r,_y,ha),this.core=e,this.logger=r}}class Ty extends us{constructor(e,r){super(e,r,xy,ha),this.core=e,this.logger=r}}class ga extends q3{constructor(e){super(e),this.protocol=Sh,this.version=Dh,this.name=da.name,this.events=new vt.exports.EventEmitter,this.on=(n,i)=>this.events.on(n,i),this.once=(n,i)=>this.events.once(n,i),this.off=(n,i)=>this.events.off(n,i),this.removeListener=(n,i)=>this.events.removeListener(n,i),this.removeAllListeners=n=>this.events.removeAllListeners(n),this.connect=async n=>{try{return await this.engine.connect(n)}catch(i){throw this.logger.error(i.message),i}},this.pair=async n=>{try{return await this.engine.pair(n)}catch(i){throw this.logger.error(i.message),i}},this.approve=async n=>{try{return await this.engine.approve(n)}catch(i){throw this.logger.error(i.message),i}},this.reject=async n=>{try{return await this.engine.reject(n)}catch(i){throw this.logger.error(i.message),i}},this.update=async n=>{try{return await this.engine.update(n)}catch(i){throw this.logger.error(i.message),i}},this.extend=async n=>{try{return await this.engine.extend(n)}catch(i){throw this.logger.error(i.message),i}},this.request=async n=>{try{return await this.engine.request(n)}catch(i){throw this.logger.error(i.message),i}},this.respond=async n=>{try{return await this.engine.respond(n)}catch(i){throw this.logger.error(i.message),i}},this.ping=async n=>{try{return await this.engine.ping(n)}catch(i){throw this.logger.error(i.message),i}},this.emit=async n=>{try{return await this.engine.emit(n)}catch(i){throw this.logger.error(i.message),i}},this.disconnect=async n=>{try{return await this.engine.disconnect(n)}catch(i){throw this.logger.error(i.message),i}},this.find=n=>{try{return this.engine.find(n)}catch(i){throw this.logger.error(i.message),i}},this.getPendingSessionRequests=()=>{try{return this.engine.getPendingSessionRequests()}catch(n){throw this.logger.error(n.message),n}},this.name=e?.name||da.name,this.metadata=e?.metadata||fg();const r=typeof e?.logger<"u"&&typeof e?.logger!="string"?e.logger:Hn(je.getDefaultLoggerOptions({level:e?.logger||da.logger}));this.core=e?.core||new by(e),this.logger=je.generateChildLogger(r,this.name),this.session=new Py(this.core,this.logger),this.proposal=new $y(this.core,this.logger),this.pendingRequest=new Ty(this.core,this.logger),this.engine=new Ay(this)}static async init(e){const r=new ga(e);return await r.initialize(),r}get context(){return je.getLoggerContext(this.logger)}get pairing(){return this.core.pairing.pairings}async initialize(){this.logger.trace("Initialized");try{await this.core.start(),await this.session.init(),await this.proposal.init(),await this.pendingRequest.init(),await this.engine.init(),this.logger.info("SignClient Initialization Success")}catch(e){throw this.logger.info("SignClient Initialization Failure"),this.logger.error(e.message),e}}}var ma={exports:{}};(function(t,e){var r=typeof self<"u"?self:ut,n=function(){function s(){this.fetch=!1,this.DOMException=r.DOMException}return s.prototype=r,new s}();(function(s){(function(o){var a={searchParams:"URLSearchParams"in s,iterable:"Symbol"in s&&"iterator"in Symbol,blob:"FileReader"in s&&"Blob"in s&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in s,arrayBuffer:"ArrayBuffer"in s};function c(C){return C&&DataView.prototype.isPrototypeOf(C)}if(a.arrayBuffer)var l=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],p=ArrayBuffer.isView||function(C){return C&&l.indexOf(Object.prototype.toString.call(C))>-1};function w(C){if(typeof C!="string"&&(C=String(C)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(C))throw new TypeError("Invalid character in header field name");return C.toLowerCase()}function m(C){return typeof C!="string"&&(C=String(C)),C}function y(C){var A={next:function(){var G=C.shift();return{done:G===void 0,value:G}}};return a.iterable&&(A[Symbol.iterator]=function(){return A}),A}function E(C){this.map={},C instanceof E?C.forEach(function(A,G){this.append(G,A)},this):Array.isArray(C)?C.forEach(function(A){this.append(A[0],A[1])},this):C&&Object.getOwnPropertyNames(C).forEach(function(A){this.append(A,C[A])},this)}E.prototype.append=function(C,A){C=w(C),A=m(A);var G=this.map[C];this.map[C]=G?G+", "+A:A},E.prototype.delete=function(C){delete this.map[w(C)]},E.prototype.get=function(C){return C=w(C),this.has(C)?this.map[C]:null},E.prototype.has=function(C){return this.map.hasOwnProperty(w(C))},E.prototype.set=function(C,A){this.map[w(C)]=m(A)},E.prototype.forEach=function(C,A){for(var G in this.map)this.map.hasOwnProperty(G)&&C.call(A,this.map[G],G,this)},E.prototype.keys=function(){var C=[];return this.forEach(function(A,G){C.push(G)}),y(C)},E.prototype.values=function(){var C=[];return this.forEach(function(A){C.push(A)}),y(C)},E.prototype.entries=function(){var C=[];return this.forEach(function(A,G){C.push([G,A])}),y(C)},a.iterable&&(E.prototype[Symbol.iterator]=E.prototype.entries);function T(C){if(C.bodyUsed)return Promise.reject(new TypeError("Already read"));C.bodyUsed=!0}function R(C){return new Promise(function(A,G){C.onload=function(){A(C.result)},C.onerror=function(){G(C.error)}})}function L(C){var A=new FileReader,G=R(A);return A.readAsArrayBuffer(C),G}function x(C){var A=new FileReader,G=R(A);return A.readAsText(C),G}function O(C){for(var A=new Uint8Array(C),G=new Array(A.length),K=0;K<A.length;K++)G[K]=String.fromCharCode(A[K]);return G.join("")}function _(C){if(C.slice)return C.slice(0);var A=new Uint8Array(C.byteLength);return A.set(new Uint8Array(C)),A.buffer}function D(){return this.bodyUsed=!1,this._initBody=function(C){this._bodyInit=C,C?typeof C=="string"?this._bodyText=C:a.blob&&Blob.prototype.isPrototypeOf(C)?this._bodyBlob=C:a.formData&&FormData.prototype.isPrototypeOf(C)?this._bodyFormData=C:a.searchParams&&URLSearchParams.prototype.isPrototypeOf(C)?this._bodyText=C.toString():a.arrayBuffer&&a.blob&&c(C)?(this._bodyArrayBuffer=_(C.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(C)||p(C))?this._bodyArrayBuffer=_(C):this._bodyText=C=Object.prototype.toString.call(C):this._bodyText="",this.headers.get("content-type")||(typeof C=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):a.searchParams&&URLSearchParams.prototype.isPrototypeOf(C)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},a.blob&&(this.blob=function(){var C=T(this);if(C)return C;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?T(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(L)}),this.text=function(){var C=T(this);if(C)return C;if(this._bodyBlob)return x(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(O(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a.formData&&(this.formData=function(){return this.text().then(H)}),this.json=function(){return this.text().then(JSON.parse)},this}var I=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function h(C){var A=C.toUpperCase();return I.indexOf(A)>-1?A:C}function v(C,A){A=A||{};var G=A.body;if(C instanceof v){if(C.bodyUsed)throw new TypeError("Already read");this.url=C.url,this.credentials=C.credentials,A.headers||(this.headers=new E(C.headers)),this.method=C.method,this.mode=C.mode,this.signal=C.signal,!G&&C._bodyInit!=null&&(G=C._bodyInit,C.bodyUsed=!0)}else this.url=String(C);if(this.credentials=A.credentials||this.credentials||"same-origin",(A.headers||!this.headers)&&(this.headers=new E(A.headers)),this.method=h(A.method||this.method||"GET"),this.mode=A.mode||this.mode||null,this.signal=A.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&G)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(G)}v.prototype.clone=function(){return new v(this,{body:this._bodyInit})};function H(C){var A=new FormData;return C.trim().split("&").forEach(function(G){if(G){var K=G.split("="),W=K.shift().replace(/\+/g," "),z=K.join("=").replace(/\+/g," ");A.append(decodeURIComponent(W),decodeURIComponent(z))}}),A}function j(C){var A=new E,G=C.replace(/\r?\n[\t ]+/g," ");return G.split(/\r?\n/).forEach(function(K){var W=K.split(":"),z=W.shift().trim();if(z){var J=W.join(":").trim();A.append(z,J)}}),A}D.call(v.prototype);function q(C,A){A||(A={}),this.type="default",this.status=A.status===void 0?200:A.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in A?A.statusText:"OK",this.headers=new E(A.headers),this.url=A.url||"",this._initBody(C)}D.call(q.prototype),q.prototype.clone=function(){return new q(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new E(this.headers),url:this.url})},q.error=function(){var C=new q(null,{status:0,statusText:""});return C.type="error",C};var X=[301,302,303,307,308];q.redirect=function(C,A){if(X.indexOf(A)===-1)throw new RangeError("Invalid status code");return new q(null,{status:A,headers:{location:C}})},o.DOMException=s.DOMException;try{new o.DOMException}catch{o.DOMException=function(A,G){this.message=A,this.name=G;var K=Error(A);this.stack=K.stack},o.DOMException.prototype=Object.create(Error.prototype),o.DOMException.prototype.constructor=o.DOMException}function re(C,A){return new Promise(function(G,K){var W=new v(C,A);if(W.signal&&W.signal.aborted)return K(new o.DOMException("Aborted","AbortError"));var z=new XMLHttpRequest;function J(){z.abort()}z.onload=function(){var Z={status:z.status,statusText:z.statusText,headers:j(z.getAllResponseHeaders()||"")};Z.url="responseURL"in z?z.responseURL:Z.headers.get("X-Request-URL");var ue="response"in z?z.response:z.responseText;G(new q(ue,Z))},z.onerror=function(){K(new TypeError("Network request failed"))},z.ontimeout=function(){K(new TypeError("Network request failed"))},z.onabort=function(){K(new o.DOMException("Aborted","AbortError"))},z.open(W.method,W.url,!0),W.credentials==="include"?z.withCredentials=!0:W.credentials==="omit"&&(z.withCredentials=!1),"responseType"in z&&a.blob&&(z.responseType="blob"),W.headers.forEach(function(Z,ue){z.setRequestHeader(ue,Z)}),W.signal&&(W.signal.addEventListener("abort",J),z.onreadystatechange=function(){z.readyState===4&&W.signal.removeEventListener("abort",J)}),z.send(typeof W._bodyInit>"u"?null:W._bodyInit)})}return re.polyfill=!0,s.fetch||(s.fetch=re,s.Headers=E,s.Request=v,s.Response=q),o.Headers=E,o.Request=v,o.Response=q,o.fetch=re,Object.defineProperty(o,"__esModule",{value:!0}),o})({})})(n),n.fetch.ponyfill=!0,delete n.fetch.polyfill;var i=n;e=i.fetch,e.default=i.fetch,e.fetch=i.fetch,e.Headers=i.Headers,e.Request=i.Request,e.Response=i.Response,t.exports=e})(ma,ma.exports);var $h=Dd(ma.exports);const Ph={headers:{Accept:"application/json","Content-Type":"application/json"},method:"POST"},Th=10;class ds{constructor(e){if(this.url=e,this.events=new vt.exports.EventEmitter,this.isAvailable=!1,this.registering=!1,!zu(e))throw new Error(`Provided URL is not compatible with HTTP connection: ${e}`);this.url=e}get connected(){return this.isAvailable}get connecting(){return this.registering}on(e,r){this.events.on(e,r)}once(e,r){this.events.once(e,r)}off(e,r){this.events.off(e,r)}removeListener(e,r){this.events.removeListener(e,r)}async open(e=this.url){await this.register(e)}async close(){if(!this.isAvailable)throw new Error("Connection already closed");this.onClose()}async send(e,r){this.isAvailable||await this.register();try{const n=ti(e),s=await(await $h(this.url,Object.assign(Object.assign({},Ph),{body:n}))).json();this.onPayload({data:s})}catch(n){this.onError(e.id,n)}}async register(e=this.url){if(!zu(e))throw new Error(`Provided URL is not compatible with HTTP connection: ${e}`);if(this.registering){const r=this.events.getMaxListeners();return(this.events.listenerCount("register_error")>=r||this.events.listenerCount("open")>=r)&&this.events.setMaxListeners(r+1),new Promise((n,i)=>{this.events.once("register_error",s=>{this.resetMaxListeners(),i(s)}),this.events.once("open",()=>{if(this.resetMaxListeners(),typeof this.isAvailable>"u")return i(new Error("HTTP connection is missing or invalid"));n()})})}this.url=e,this.registering=!0;try{const r=ti({id:1,jsonrpc:"2.0",method:"test",params:[]});await $h(e,Object.assign(Object.assign({},Ph),{body:r})),this.onOpen()}catch(r){const n=this.parseError(r);throw this.events.emit("register_error",n),this.onClose(),n}}onOpen(){this.isAvailable=!0,this.registering=!1,this.events.emit("open")}onClose(){this.isAvailable=!1,this.registering=!1,this.events.emit("close")}onPayload(e){if(typeof e.data>"u")return;const r=typeof e.data=="string"?Zo(e.data):e.data;this.events.emit("payload",r)}onError(e,r){const n=this.parseError(r),i=n.message||n.toString(),s=os(e,i);this.events.emit("payload",s)}parseError(e,r=this.url){return Uu(e,r,"HTTP")}resetMaxListeners(){this.events.getMaxListeners()>Th&&this.events.setMaxListeners(Th)}}function Ry(t){var e;const r=(e=t[Object.keys(t)[0]])==null?void 0:e.chains[0];return[r.split(":")[0],r.split(":")[1]]}function yr(t,e){let r;return e.rpcMap&&(r=e.rpcMap[Ny([t])]),r}function Ny(t){return Number(t[0].split(":")[1])}class Ly{constructor(e){this.name="eip155",this.namespace=e.namespace,this.client=e.client,this.events=e.events,this.httpProviders=this.createHttpProviders(),this.chainId=this.getDefaultChainId()}async request(e){var r;switch(e.request.method){case"eth_requestAccounts":return this.getAccounts();case"eth_accounts":return this.getAccounts();case"wallet_switchEthereumChain":{const n=e.request.params?(r=e.request.params[0])==null?void 0:r.chainId:"0x0";return this.setDefaultChain(parseInt(n,16).toString()),null}case"eth_chainId":return this.getDefaultChainId()}return this.namespace.methods.includes(e.request.method)?await this.client.request(e):this.getHttpProvider().request(e.request)}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}setDefaultChain(e,r){if(this.chainId=parseInt(e),!this.httpProviders[e]){const n=r||yr(`${this.name}:${e}`,this.namespace);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit("chainChanged",this.chainId)}requestAccounts(){return this.getAccounts()}createHttpProvider(e,r){const n=r||yr(e,this.namespace);return typeof n>"u"?void 0:new ii(new ds(n))}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{e[r]=this.createHttpProvider(r)}),e}getAccounts(){const e=this.namespace.accounts;return e?e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2])||[]:[]}getDefaultChainId(){if(this.chainId)return this.chainId;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return parseInt(e.split(":")[1])}getHttpProvider(){const e=`${this.name}:${this.chainId}`,r=this.httpProviders[e];if(typeof r>"u")throw new Error(`JSON-RPC provider for ${e} not found`);return r}}class My{constructor(e){this.name="solana",this.namespace=e.namespace,this.events=e.events,this.client=e.client,this.chainId=this.getDefaultChainId(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}getAccounts(){const e=this.namespace.accounts;return e?e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2])||[]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{e[r]=this.createHttpProvider(r)}),e}getDefaultChainId(){if(this.chainId)return this.chainId;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}request(e){return this.namespace.methods.includes(e.request.method)?this.client.request(e):this.getHttpProvider().request(e.request)}getHttpProvider(){const e=`${this.name}:${this.chainId}`,r=this.httpProviders[e];if(typeof r>"u")throw new Error(`JSON-RPC provider for ${e} not found`);return r}setDefaultChain(e,r){if(this.chainId=e,!this.httpProviders[e]){const n=r||yr(`${this.name}:${e}`,this.namespace);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit("chainChanged",this.chainId)}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||yr(e,this.namespace);return typeof n>"u"?void 0:new ii(new ds(n))}}class Uy{constructor(e){this.name="cosmos",this.namespace=e.namespace,this.events=e.events,this.client=e.client,this.chainId=this.getDefaultChainId(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}getAccounts(){const e=this.namespace.accounts;return e?e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2])||[]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{e[r]=this.createHttpProvider(r)}),e}getDefaultChainId(){if(this.chainId)return this.chainId;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}request(e){return this.namespace.methods.includes(e.request.method)?this.client.request(e):this.getHttpProvider().request(e.request)}getHttpProvider(){const e=`${this.name}:${this.chainId}`,r=this.httpProviders[e];if(typeof r>"u")throw new Error(`JSON-RPC provider for ${e} not found`);return r}setDefaultChain(e,r){if(this.chainId=e,!this.httpProviders[e]){const n=r||yr(`${this.name}:${e}`,this.namespace);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit("chainChanged",this.chainId)}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||yr(e,this.namespace);return typeof n>"u"?void 0:new ii(new ds(n))}}class Fy{constructor(e){this.name="cip34",this.namespace=e.namespace,this.events=e.events,this.client=e.client,this.chainId=this.getDefaultChainId(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}getAccounts(){const e=this.namespace.accounts;return e?e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2])||[]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{e[r]=this.createHttpProvider(r)}),e}getDefaultChainId(){if(this.chainId)return this.chainId;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}request(e){return this.namespace.methods.includes(e.request.method)?this.client.request(e):this.getHttpProvider().request(e.request)}getHttpProvider(){const e=`${this.name}:${this.chainId}`,r=this.httpProviders[e];if(typeof r>"u")throw new Error(`JSON-RPC provider for ${e} not found`);return r}setDefaultChain(e,r){if(this.chainId=e,!this.httpProviders[e]){const n=r||yr(`${this.name}:${e}`,this.namespace);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit("chainChanged",this.chainId)}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||yr(e,this.namespace);return typeof n>"u"?void 0:new ii(new ds(n))}}const Rh="error",By="wss://relay.walletconnect.com",jy="wc",ky="universal_provider",Nh=`${jy}@${2}:${ky}:`;var Hy=Object.defineProperty,zy=Object.defineProperties,Wy=Object.getOwnPropertyDescriptors,Lh=Object.getOwnPropertySymbols,qy=Object.prototype.hasOwnProperty,Vy=Object.prototype.propertyIsEnumerable,Mh=(t,e,r)=>e in t?Hy(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Uh=(t,e)=>{for(var r in e||(e={}))qy.call(e,r)&&Mh(t,r,e[r]);if(Lh)for(var r of Lh(e))Vy.call(e,r)&&Mh(t,r,e[r]);return t},Ky=(t,e)=>zy(t,Wy(e));class wa{constructor(e){this.events=new vt.exports,this.rpcProviders={},this.providerOpts=e,this.logger=typeof e?.logger<"u"&&typeof e?.logger!="string"?e.logger:Hn(je.getDefaultLoggerOptions({level:e?.logger||Rh}))}static async init(e){const r=new wa(e);return await r.initialize(),r}async request(e,r){const[n,i]=this.validateChain(r);if(!this.session)throw new Error("Please call connect() before request()");return await this.getProvider(n).request({request:Uh({},e),chainId:`${n}:${i}`,topic:this.session.topic})}sendAsync(e,r,n){this.request(e,n).then(i=>r(null,i)).catch(i=>r(i,void 0))}async enable(){if(!this.client)throw new Error("Sign Client not initialized");return this.session||await this.connect({namespaces:this.namespaces}),await this.requestAccounts()}async disconnect(){var e;if(!this.session)throw new Error("Please call connect() before enable()");await this.client.disconnect({topic:(e=this.session)==null?void 0:e.topic,reason:ot("USER_DISCONNECTED")}),await this.cleanup()}async connect(e){if(!this.client)throw new Error("Sign Client not initialized");const{namespaces:r}=e;return this.setNamespaces(r),this.createProviders(),await this.cleanupPendingPairings(),e.skipPairing===!0?void 0:await this.pair(e.pairingTopic)}on(e,r){this.events.on(e,r)}once(e,r){this.events.once(e,r)}removeListener(e,r){this.events.removeListener(e,r)}off(e,r){this.events.off(e,r)}get isWalletConnect(){return!0}async pair(e){const{uri:r,approval:n}=await this.client.connect({pairingTopic:e,requiredNamespaces:this.namespaces});return r&&(this.uri=r,this.events.emit("display_uri",r)),this.session=await n(),this.onSessionUpdate(),this.onConnect(),this.session}setDefaultChain(e,r){try{const[n,i]=this.validateChain(e);this.getProvider(n).setDefaultChain(i,r)}catch(n){if(!/Please call connect/.test(n.message))throw n}}async cleanupPendingPairings(e={}){this.logger.info("Cleaning up inactive pairings...");const r=this.client.pairing.getAll();if(un(r)){for(const n of r)e.deletePairings?this.client.core.expirer.set(n.topic,0):await this.client.core.relayer.subscriber.unsubscribe(n.topic);this.logger.info(`Inactive pairings cleared: ${r.length}`)}}async checkStorage(){if(this.namespaces=await this.client.core.storage.getItem(`${Nh}/namespaces`)||{},this.namespaces&&this.createProviders(),this.client.session.length){const e=this.client.session.keys.length-1;this.session=this.client.session.get(this.client.session.keys[e]),this.onSessionUpdate()}}async initialize(){this.logger.trace("Initialized"),await this.createClient(),this.checkStorage(),this.registerEventListeners()}async createClient(){this.client=this.providerOpts.client||await ga.init({logger:this.providerOpts.logger||Rh,relayUrl:this.providerOpts.relayUrl||By,projectId:this.providerOpts.projectId,metadata:this.providerOpts.metadata,storageOptions:this.providerOpts.storageOptions,name:this.providerOpts.name}),this.logger.trace("SignClient Initialized")}createProviders(){if(!this.client)throw new Error("Sign Client not initialized");Object.keys(this.namespaces).forEach(e=>{switch(e){case"eip155":this.rpcProviders[e]=new Ly({client:this.client,namespace:this.namespaces[e],events:this.events});break;case"solana":this.rpcProviders[e]=new My({client:this.client,namespace:this.namespaces[e],events:this.events});break;case"cosmos":this.rpcProviders[e]=new Uy({client:this.client,namespace:this.namespaces[e],events:this.events});break;case"polkadot":break;case"cip34":this.rpcProviders[e]=new Fy({client:this.client,namespace:this.namespaces[e],events:this.events});break}})}registerEventListeners(){if(typeof this.client>"u")throw new Error("Sign Client is not initialized");this.client.on("session_ping",e=>{this.events.emit("session_ping",e)}),this.client.on("session_event",e=>{const{params:r}=e,{event:n}=r;n.name==="accountsChanged"?this.events.emit("accountsChanged",n.data):n.name==="chainChanged"?this.onChainChanged(n.data,r.chainId):this.events.emit(n.name,n.data),this.events.emit("session_event",e)}),this.client.on("session_update",({topic:e,params:r})=>{var n;const{namespaces:i}=r,s=(n=this.client)==null?void 0:n.session.get(e);this.session=Ky(Uh({},s),{namespaces:i}),this.onSessionUpdate(),this.events.emit("session_update",{topic:e,params:r})}),this.client.on("session_delete",async e=>{await this.cleanup(),this.events.emit("session_delete",e)})}getProvider(e){if(!this.rpcProviders[e])throw new Error(`Provider not found: ${e}`);return this.rpcProviders[e]}onSessionUpdate(){Object.keys(this.rpcProviders).forEach(e=>{var r;this.getProvider(e).updateNamespace((r=this.session)==null?void 0:r.namespaces[e])})}setNamespaces(e){if(!e||!Object.keys(e).length)throw new Error("Namespaces must be not empty");this.client.core.storage.setItem(`${Nh}/namespaces`,e),this.namespaces=e}validateChain(e){const[r,n]=e?.split(":")||["",""];if(r&&!Object.keys(this.namespaces).includes(r))throw new Error(`Namespace '${r}' is not configured. Please call connect() first with namespace config.`);return!r||!n?Ry(this.namespaces):[r,n]}async requestAccounts(){const[e]=this.validateChain();return await this.getProvider(e).requestAccounts()}onChainChanged(e,r){const[n,i]=this.validateChain(r);this.getProvider(n).setDefaultChain(i),this.events.emit("chainChanged",e)}onConnect(){this.events.emit("connect",{session:this.session})}async cleanup(){this.session=void 0,await this.cleanupPendingPairings({deletePairings:!0})}}const Gy=wa,Zy=Symbol(),Fh=Object.getPrototypeOf,ya=new WeakMap,Yy=t=>t&&(ya.has(t)?ya.get(t):Fh(t)===Object.prototype||Fh(t)===Array.prototype),Jy=t=>Yy(t)&&t[Zy]||null,Bh=(t,e=!0)=>{ya.set(t,e)},ba=t=>typeof t=="object"&&t!==null,Fr=new WeakMap,fs=new WeakSet,Xy=(t=Object.is,e=(l,p)=>new Proxy(l,p),r=l=>ba(l)&&!fs.has(l)&&(Array.isArray(l)||!(Symbol.iterator in l))&&!(l instanceof WeakMap)&&!(l instanceof WeakSet)&&!(l instanceof Error)&&!(l instanceof Number)&&!(l instanceof Date)&&!(l instanceof String)&&!(l instanceof RegExp)&&!(l instanceof ArrayBuffer),n=l=>{switch(l.status){case"fulfilled":return l.value;case"rejected":throw l.reason;default:throw l}},i=new WeakMap,s=(l,p,w=n)=>{const m=i.get(l);if(m?.[0]===p)return m[1];const y=Array.isArray(l)?[]:Object.create(Object.getPrototypeOf(l));return Bh(y,!0),i.set(l,[p,y]),Reflect.ownKeys(l).forEach(E=>{const T=Reflect.get(l,E);fs.has(T)?(Bh(T,!1),y[E]=T):T instanceof Promise?Object.defineProperty(y,E,{get(){return w(T)}}):Fr.has(T)?y[E]=eb(T,w):y[E]=T}),Object.freeze(y)},o=new WeakMap,a=[1,1],c=l=>{if(!ba(l))throw new Error("object required");const p=o.get(l);if(p)return p;let w=a[0];const m=new Set,y=(H,j=++a[0])=>{w!==j&&(w=j,m.forEach(q=>q(H,j)))};let E=a[1];const T=(H=++a[1])=>(E!==H&&!m.size&&(E=H,L.forEach(([j])=>{const q=j[1](H);q>w&&(w=q)})),w),R=H=>(j,q)=>{const X=[...j];X[1]=[H,...X[1]],y(X,q)},L=new Map,x=(H,j)=>{if(void 0!=="production"&&L.has(H))throw new Error("prop listener already exists");if(m.size){const q=j[3](R(H));L.set(H,[j,q])}else L.set(H,[j])},O=H=>{var j;const q=L.get(H);q&&(L.delete(H),(j=q[1])==null||j.call(q))},_=H=>(m.add(H),m.size===1&&L.forEach(([q,X],re)=>{if(void 0!=="production"&&X)throw new Error("remove already exists");const C=q[3](R(re));L.set(re,[q,C])}),()=>{m.delete(H),m.size===0&&L.forEach(([q,X],re)=>{X&&(X(),L.set(re,[q]))})}),D=Array.isArray(l)?[]:Object.create(Object.getPrototypeOf(l)),h=e(D,{deleteProperty(H,j){const q=Reflect.get(H,j);O(j);const X=Reflect.deleteProperty(H,j);return X&&y(["delete",[j],q]),X},set(H,j,q,X){var re;const C=Reflect.has(H,j),A=Reflect.get(H,j,X);if(C&&t(A,q))return!0;O(j),ba(q)&&(q=Jy(q)||q);let G=q;if(!((re=Object.getOwnPropertyDescriptor(H,j))!=null&&re.set))if(q instanceof Promise)q.then(K=>{q.status="fulfilled",q.value=K,y(["resolve",[j],K])}).catch(K=>{q.status="rejected",q.reason=K,y(["reject",[j],K])});else{!Fr.has(q)&&r(q)&&(G=br(q));const K=!fs.has(G)&&Fr.get(G);K&&x(j,K)}return Reflect.set(H,j,G,X),y(["set",[j],q,A]),!0}});o.set(l,h);const v=[D,T,s,_];return Fr.set(h,v),Reflect.ownKeys(l).forEach(H=>{const j=Object.getOwnPropertyDescriptor(l,H);j.get||j.set?Object.defineProperty(D,H,j):h[H]=l[H]}),h})=>[c,Fr,fs,t,e,r,n,i,s,o,a],[Qy]=Xy();function br(t={}){return Qy(t)}function ci(t,e,r){const n=Fr.get(t);void 0!=="production"&&!n&&console.warn("Please use proxy object");let i;const s=[],o=n[3];let a=!1;const l=o(p=>{if(s.push(p),r){e(s.splice(0));return}i||(i=Promise.resolve().then(()=>{i=void 0,a&&e(s.splice(0))}))});return a=!0,()=>{a=!1,l()}}function eb(t,e){const r=Fr.get(t);void 0!=="production"&&!r&&console.warn("Please use proxy object");const[n,i,s]=r;return s(n,i(),e)}var jh={},ps={};ps.byteLength=nb,ps.toByteArray=sb,ps.fromByteArray=cb;for(var rr=[],Wt=[],tb=typeof Uint8Array<"u"?Uint8Array:Array,va="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",pn=0,rb=va.length;pn<rb;++pn)rr[pn]=va[pn],Wt[va.charCodeAt(pn)]=pn;Wt["-".charCodeAt(0)]=62,Wt["_".charCodeAt(0)]=63;function kh(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function nb(t){var e=kh(t),r=e[0],n=e[1];return(r+n)*3/4-n}function ib(t,e,r){return(e+r)*3/4-r}function sb(t){var e,r=kh(t),n=r[0],i=r[1],s=new tb(ib(t,n,i)),o=0,a=i>0?n-4:n,c;for(c=0;c<a;c+=4)e=Wt[t.charCodeAt(c)]<<18|Wt[t.charCodeAt(c+1)]<<12|Wt[t.charCodeAt(c+2)]<<6|Wt[t.charCodeAt(c+3)],s[o++]=e>>16&255,s[o++]=e>>8&255,s[o++]=e&255;return i===2&&(e=Wt[t.charCodeAt(c)]<<2|Wt[t.charCodeAt(c+1)]>>4,s[o++]=e&255),i===1&&(e=Wt[t.charCodeAt(c)]<<10|Wt[t.charCodeAt(c+1)]<<4|Wt[t.charCodeAt(c+2)]>>2,s[o++]=e>>8&255,s[o++]=e&255),s}function ob(t){return rr[t>>18&63]+rr[t>>12&63]+rr[t>>6&63]+rr[t&63]}function ab(t,e,r){for(var n,i=[],s=e;s<r;s+=3)n=(t[s]<<16&16711680)+(t[s+1]<<8&65280)+(t[s+2]&255),i.push(ob(n));return i.join("")}function cb(t){for(var e,r=t.length,n=r%3,i=[],s=16383,o=0,a=r-n;o<a;o+=s)i.push(ab(t,o,o+s>a?a:o+s));return n===1?(e=t[r-1],i.push(rr[e>>2]+rr[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(rr[e>>10]+rr[e>>4&63]+rr[e<<2&63]+"=")),i.join("")}var _a={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */_a.read=function(t,e,r,n,i){var s,o,a=i*8-n-1,c=(1<<a)-1,l=c>>1,p=-7,w=r?i-1:0,m=r?-1:1,y=t[e+w];for(w+=m,s=y&(1<<-p)-1,y>>=-p,p+=a;p>0;s=s*256+t[e+w],w+=m,p-=8);for(o=s&(1<<-p)-1,s>>=-p,p+=n;p>0;o=o*256+t[e+w],w+=m,p-=8);if(s===0)s=1-l;else{if(s===c)return o?NaN:(y?-1:1)*(1/0);o=o+Math.pow(2,n),s=s-l}return(y?-1:1)*o*Math.pow(2,s-n)},_a.write=function(t,e,r,n,i,s){var o,a,c,l=s*8-i-1,p=(1<<l)-1,w=p>>1,m=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=n?0:s-1,E=n?1:-1,T=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,o=p):(o=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-o))<1&&(o--,c*=2),o+w>=1?e+=m/c:e+=m*Math.pow(2,1-w),e*c>=2&&(o++,c/=2),o+w>=p?(a=0,o=p):o+w>=1?(a=(e*c-1)*Math.pow(2,i),o=o+w):(a=e*Math.pow(2,w-1)*Math.pow(2,i),o=0));i>=8;t[r+y]=a&255,y+=E,a/=256,i-=8);for(o=o<<i|a,l+=i;l>0;t[r+y]=o&255,y+=E,o/=256,l-=8);t[r+y-E]|=T*128};/*!
66
+ ***************************************************************************** */var Ga=function(t,e){return Ga=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i])},Ga(t,e)};function Fb(t,e){Ga(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var Ya=function(){return Ya=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},Ya.apply(this,arguments)};function Pb(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function Tb(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(i<3?s(o):i>3?s(e,r,o):s(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function Nb(t,e){return function(r,n){e(r,n,t)}}function Rb(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function Lb(t,e,r,n){function i(o){return o instanceof r?o:new r(function(s){s(o)})}return new(r||(r=Promise))(function(o,s){function a(d){try{u(n.next(d))}catch(y){s(y)}}function l(d){try{u(n.throw(d))}catch(y){s(y)}}function u(d){d.done?o(d.value):i(d.value).then(a,l)}u((n=n.apply(t,e||[])).next())})}function Mb(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(u){return function(d){return l([u,d])}}function l(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=u[0]&2?i.return:u[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,u[1])).done)return o;switch(i=0,o&&(u=[u[0]&2,o.value]),u[0]){case 0:case 1:o=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,i=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){r.label=u[1];break}if(u[0]===6&&r.label<o[1]){r.label=o[1],o=u;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(u);break}o[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}catch(d){u=[6,d],i=0}finally{n=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function Ub(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function jb(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function Za(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function B0(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],s;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(a){s={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function Bb(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(B0(arguments[e]));return t}function kb(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var o=arguments[e],s=0,a=o.length;s<a;s++,i++)n[i]=o[s];return n}function Ai(t){return this instanceof Ai?(this.v=t,this):new Ai(t)}function Hb(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},s("next"),s("throw"),s("return"),i[Symbol.asyncIterator]=function(){return this},i;function s(m){n[m]&&(i[m]=function(w){return new Promise(function(_,R){o.push([m,w,_,R])>1||a(m,w)})})}function a(m,w){try{l(n[m](w))}catch(_){y(o[0][3],_)}}function l(m){m.value instanceof Ai?Promise.resolve(m.value.v).then(u,d):y(o[0][2],m)}function u(m){a("next",m)}function d(m){a("throw",m)}function y(m,w){m(w),o.shift(),o.length&&a(o[0][0],o[0][1])}}function zb(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,o){e[i]=t[i]?function(s){return(r=!r)?{value:Ai(t[i](s)),done:i==="return"}:o?o(s):s}:o}}function Wb(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof Za=="function"?Za(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(o){r[o]=t[o]&&function(s){return new Promise(function(a,l){s=t[o](s),i(a,l,s.done,s.value)})}}function i(o,s,a,l){Promise.resolve(l).then(function(u){o({value:u,done:a})},s)}}function Vb(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function qb(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function Kb(t){return t&&t.__esModule?t:{default:t}}function Gb(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function Yb(t,e,r){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,r),r}var Zb=Object.freeze({__proto__:null,__extends:Fb,get __assign(){return Ya},__rest:Pb,__decorate:Tb,__param:Nb,__metadata:Rb,__awaiter:Lb,__generator:Mb,__createBinding:Ub,__exportStar:jb,__values:Za,__read:B0,__spread:Bb,__spreadArrays:kb,__await:Ai,__asyncGenerator:Hb,__asyncDelegator:zb,__asyncValues:Wb,__makeTemplateObject:Vb,__importStar:qb,__importDefault:Kb,__classPrivateFieldGet:Gb,__classPrivateFieldSet:Yb}),Jb=Zr(Zb),Or={},k0;function Xb(){if(k0)return Or;k0=1,Object.defineProperty(Or,"__esModule",{value:!0}),Or.isBrowserCryptoAvailable=Or.getSubtleCrypto=Or.getBrowerCrypto=void 0;function t(){return It?.crypto||It?.msCrypto||{}}Or.getBrowerCrypto=t;function e(){const n=t();return n.subtle||n.webkitSubtle}Or.getSubtleCrypto=e;function r(){return!!t()&&!!e()}return Or.isBrowserCryptoAvailable=r,Or}var Ar={},H0;function Qb(){if(H0)return Ar;H0=1,Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.isBrowser=Ar.isNode=Ar.isReactNative=void 0;function t(){return typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"}Ar.isReactNative=t;function e(){return typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.node<"u"}Ar.isNode=e;function r(){return!t()&&!e()}return Ar.isBrowser=r,Ar}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Jb;e.__exportStar(Xb(),t),e.__exportStar(Qb(),t)})(j0);function e6(){const t=Date.now()*Math.pow(10,3),e=Math.floor(Math.random()*Math.pow(10,3));return t+e}function Zo(t,e,r){return{id:r||e6(),jsonrpc:"2.0",method:t,params:e}}function Ja(t,e){return{id:t,jsonrpc:"2.0",result:e}}function Jo(t,e,r){return{id:t,jsonrpc:"2.0",error:t6(e,r)}}function t6(t,e){return typeof t>"u"?M0(R0):(typeof t=="string"&&(t=Object.assign(Object.assign({},M0(Ka)),{message:t})),typeof e<"u"&&(t.data=e),Db(t.code)&&(t=$b(t.code)),t)}class r6{}class n6 extends r6{constructor(){super()}}class i6 extends n6{constructor(e){super()}}const o6="^https?:",s6="^wss?:";function a6(t){const e=t.match(new RegExp(/^\w+:/,"gi"));if(!(!e||!e.length))return e[0]}function z0(t,e){const r=a6(t);return typeof r>"u"?!1:new RegExp(e).test(r)}function W0(t){return z0(t,o6)}function V0(t){return z0(t,s6)}function c6(t){return new RegExp("wss?://localhost(:d{2,5})?").test(t)}function q0(t){return typeof t=="object"&&"id"in t&&"jsonrpc"in t&&t.jsonrpc==="2.0"}function Xa(t){return q0(t)&&"method"in t}function Qa(t){return q0(t)&&(Ir(t)||fr(t))}function Ir(t){return"result"in t}function fr(t){return"error"in t}class Ii extends i6{constructor(e){super(e),this.events=new Dt.exports.EventEmitter,this.hasRegisteredEventListeners=!1,this.connection=this.setConnection(e),this.connection.connected&&this.registerEventListeners()}async connect(e=this.connection){await this.open(e)}async disconnect(){await this.close()}on(e,r){this.events.on(e,r)}once(e,r){this.events.once(e,r)}off(e,r){this.events.off(e,r)}removeListener(e,r){this.events.removeListener(e,r)}async request(e,r){return this.requestStrict(Zo(e.method,e.params||[]),r)}async requestStrict(e,r){return new Promise(async(n,i)=>{if(!this.connection.connected)try{await this.open()}catch(o){i(o)}this.events.on(`${e.id}`,o=>{fr(o)?i(o.error):n(o.result)});try{await this.connection.send(e,r)}catch(o){i(o)}})}setConnection(e=this.connection){return e}onPayload(e){this.events.emit("payload",e),Qa(e)?this.events.emit(`${e.id}`,e):this.events.emit("message",{type:e.method,data:e.params})}async open(e=this.connection){this.connection===e&&this.connection.connected||(this.connection.connected&&this.close(),typeof e=="string"&&(await this.connection.open(e),e=this.connection),this.connection=this.setConnection(e),await this.connection.open(),this.registerEventListeners(),this.events.emit("connect"))}async close(){await this.connection.close()}registerEventListeners(){this.hasRegisteredEventListeners||(this.connection.on("payload",e=>this.onPayload(e)),this.connection.on("close",()=>this.events.emit("disconnect")),this.connection.on("error",e=>this.events.emit("error",e)),this.hasRegisteredEventListeners=!0)}}const K0=10,l6=()=>typeof global<"u"&&typeof global.WebSocket<"u"?global.WebSocket:typeof window<"u"&&typeof window.WebSocket<"u"?window.WebSocket:require("ws"),u6=()=>typeof window<"u",h6=l6();class f6{constructor(e){if(this.url=e,this.events=new Dt.exports.EventEmitter,this.registering=!1,!V0(e))throw new Error(`Provided URL is not compatible with WebSocket connection: ${e}`);this.url=e}get connected(){return typeof this.socket<"u"}get connecting(){return this.registering}on(e,r){this.events.on(e,r)}once(e,r){this.events.once(e,r)}off(e,r){this.events.off(e,r)}removeListener(e,r){this.events.removeListener(e,r)}async open(e=this.url){await this.register(e)}async close(){return new Promise((e,r)=>{if(typeof this.socket>"u"){r(new Error("Connection already closed"));return}this.socket.onclose=()=>{this.onClose(),e()},this.socket.close()})}async send(e,r){typeof this.socket>"u"&&(this.socket=await this.register());try{this.socket.send(Ci(e))}catch(n){this.onError(e.id,n)}}register(e=this.url){if(!V0(e))throw new Error(`Provided URL is not compatible with WebSocket connection: ${e}`);if(this.registering){const r=this.events.getMaxListeners();return(this.events.listenerCount("register_error")>=r||this.events.listenerCount("open")>=r)&&this.events.setMaxListeners(r+1),new Promise((n,i)=>{this.events.once("register_error",o=>{this.resetMaxListeners(),i(o)}),this.events.once("open",()=>{if(this.resetMaxListeners(),typeof this.socket>"u")return i(new Error("WebSocket connection is missing or invalid"));n(this.socket)})})}return this.url=e,this.registering=!0,new Promise((r,n)=>{const i=j0.isReactNative()?void 0:{rejectUnauthorized:!c6(e)},o=new h6(e,[],i);u6()?o.onerror=s=>{const a=s;n(this.emitError(a.error))}:o.on("error",s=>{n(this.emitError(s))}),o.onopen=()=>{this.onOpen(o),r(o)}})}onOpen(e){e.onmessage=r=>this.onPayload(r),e.onclose=()=>this.onClose(),this.socket=e,this.registering=!1,this.events.emit("open")}onClose(){this.socket=void 0,this.registering=!1,this.events.emit("close")}onPayload(e){if(typeof e.data>"u")return;const r=typeof e.data=="string"?Va(e.data):e.data;this.events.emit("payload",r)}onError(e,r){const n=this.parseError(r),i=n.message||n.toString(),o=Jo(e,i);this.events.emit("payload",o)}parseError(e,r=this.url){return U0(e,r,"WS")}resetMaxListeners(){this.events.getMaxListeners()>K0&&this.events.setMaxListeners(K0)}emitError(e){const r=this.parseError(new Error(e?.message||`WebSocket connection failed for URL: ${this.url}`));return this.events.emit("register_error",r),r}}var ec={exports:{}};(function(t,e){var r=200,n="__lodash_hash_undefined__",i=1,o=2,s=9007199254740991,a="[object Arguments]",l="[object Array]",u="[object AsyncFunction]",d="[object Boolean]",y="[object Date]",m="[object Error]",w="[object Function]",_="[object GeneratorFunction]",R="[object Map]",M="[object Number]",j="[object Null]",D="[object Object]",N="[object Promise]",S="[object Proxy]",$="[object RegExp]",P="[object Set]",h="[object String]",C="[object Symbol]",q="[object Undefined]",z="[object WeakMap]",Y="[object ArrayBuffer]",re="[object DataView]",ie="[object Float32Array]",E="[object Float64Array]",I="[object Int8Array]",Z="[object Int16Array]",J="[object Int32Array]",H="[object Uint8Array]",B="[object Uint8ClampedArray]",W="[object Uint16Array]",V="[object Uint32Array]",ce=/[\\^$.*+?()[\]{}|]/g,te=/^\[object .+?Constructor\]$/,Se=/^(?:0|[1-9]\d*)$/,ne={};ne[ie]=ne[E]=ne[I]=ne[Z]=ne[J]=ne[H]=ne[B]=ne[W]=ne[V]=!0,ne[a]=ne[l]=ne[Y]=ne[d]=ne[re]=ne[y]=ne[m]=ne[w]=ne[R]=ne[M]=ne[D]=ne[$]=ne[P]=ne[h]=ne[z]=!1;var Ie=typeof It=="object"&&It&&It.Object===Object&&It,T=typeof self=="object"&&self&&self.Object===Object&&self,F=Ie||T||Function("return this")(),A=e&&!e.nodeType&&e,c=A&&!0&&t&&!t.nodeType&&t,v=c&&c.exports===A,G=v&&Ie.process,Q=function(){try{return G&&G.binding&&G.binding("util")}catch{}}(),he=Q&&Q.isTypedArray;function ye(g,x){for(var U=-1,X=g==null?0:g.length,Ce=0,ae=[];++U<X;){var Re=g[U];x(Re,U,g)&&(ae[Ce++]=Re)}return ae}function pe(g,x){for(var U=-1,X=x.length,Ce=g.length;++U<X;)g[Ce+U]=x[U];return g}function be(g,x){for(var U=-1,X=g==null?0:g.length;++U<X;)if(x(g[U],U,g))return!0;return!1}function ze(g,x){for(var U=-1,X=Array(g);++U<g;)X[U]=x(U);return X}function Ue(g){return function(x){return g(x)}}function xe(g,x){return g.has(x)}function Ee(g,x){return g?.[x]}function ge(g){var x=-1,U=Array(g.size);return g.forEach(function(X,Ce){U[++x]=[Ce,X]}),U}function we(g,x){return function(U){return g(x(U))}}function ve(g){var x=-1,U=Array(g.size);return g.forEach(function(X){U[++x]=X}),U}var fe=Array.prototype,me=Function.prototype,b=Object.prototype,f=F["__core-js_shared__"],p=me.toString,O=b.hasOwnProperty,L=function(){var g=/[^.]+$/.exec(f&&f.keys&&f.keys.IE_PROTO||"");return g?"Symbol(src)_1."+g:""}(),k=b.toString,K=RegExp("^"+p.call(O).replace(ce,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),se=v?F.Buffer:void 0,de=F.Symbol,De=F.Uint8Array,je=b.propertyIsEnumerable,Pe=fe.splice,pt=de?de.toStringTag:void 0,Vt=Object.getOwnPropertySymbols,dr=se?se.isBuffer:void 0,$r=we(Object.keys,Object),We=ar(F,"DataView"),Te=ar(F,"Map"),Ve=ar(F,"Promise"),qe=ar(F,"Set"),Ke=ar(F,"WeakMap"),Ne=ar(Object,"create"),Xe=Kt(We),Qe=Kt(Te),et=Kt(Ve),tt=Kt(qe),rt=Kt(Ke),Ze=de?de.prototype:void 0,Ge=Ze?Ze.valueOf:void 0;function Oe(g){var x=-1,U=g==null?0:g.length;for(this.clear();++x<U;){var X=g[x];this.set(X[0],X[1])}}function nt(){this.__data__=Ne?Ne(null):{},this.size=0}function it(g){var x=this.has(g)&&delete this.__data__[g];return this.size-=x?1:0,x}function zl(g){var x=this.__data__;if(Ne){var U=x[g];return U===n?void 0:U}return O.call(x,g)?x[g]:void 0}function Wl(g){var x=this.__data__;return Ne?x[g]!==void 0:O.call(x,g)}function Vl(g,x){var U=this.__data__;return this.size+=this.has(g)?0:1,U[g]=Ne&&x===void 0?n:x,this}Oe.prototype.clear=nt,Oe.prototype.delete=it,Oe.prototype.get=zl,Oe.prototype.has=Wl,Oe.prototype.set=Vl;function Ot(g){var x=-1,U=g==null?0:g.length;for(this.clear();++x<U;){var X=g[x];this.set(X[0],X[1])}}function ql(){this.__data__=[],this.size=0}function Kl(g){var x=this.__data__,U=Pr(x,g);if(U<0)return!1;var X=x.length-1;return U==X?x.pop():Pe.call(x,U,1),--this.size,!0}function Gl(g){var x=this.__data__,U=Pr(x,g);return U<0?void 0:x[U][1]}function Yl(g){return Pr(this.__data__,g)>-1}function Zl(g,x){var U=this.__data__,X=Pr(U,g);return X<0?(++this.size,U.push([g,x])):U[X][1]=x,this}Ot.prototype.clear=ql,Ot.prototype.delete=Kl,Ot.prototype.get=Gl,Ot.prototype.has=Yl,Ot.prototype.set=Zl;function qt(g){var x=-1,U=g==null?0:g.length;for(this.clear();++x<U;){var X=g[x];this.set(X[0],X[1])}}function Jl(){this.size=0,this.__data__={hash:new Oe,map:new(Te||Ot),string:new Oe}}function Xl(g){var x=Tr(this,g).delete(g);return this.size-=x?1:0,x}function Ql(g){return Tr(this,g).get(g)}function eu(g){return Tr(this,g).has(g)}function tu(g,x){var U=Tr(this,g),X=U.size;return U.set(g,x),this.size+=U.size==X?0:1,this}qt.prototype.clear=Jl,qt.prototype.delete=Xl,qt.prototype.get=Ql,qt.prototype.has=eu,qt.prototype.set=tu;function Fr(g){var x=-1,U=g==null?0:g.length;for(this.__data__=new qt;++x<U;)this.add(g[x])}function ru(g){return this.__data__.set(g,n),this}function nu(g){return this.__data__.has(g)}Fr.prototype.add=Fr.prototype.push=ru,Fr.prototype.has=nu;function Lt(g){var x=this.__data__=new Ot(g);this.size=x.size}function iu(){this.__data__=new Ot,this.size=0}function ou(g){var x=this.__data__,U=x.delete(g);return this.size=x.size,U}function su(g){return this.__data__.get(g)}function au(g){return this.__data__.has(g)}function cu(g,x){var U=this.__data__;if(U instanceof Ot){var X=U.__data__;if(!Te||X.length<r-1)return X.push([g,x]),this.size=++U.size,this;U=this.__data__=new qt(X)}return U.set(g,x),this.size=U.size,this}Lt.prototype.clear=iu,Lt.prototype.delete=ou,Lt.prototype.get=su,Lt.prototype.has=au,Lt.prototype.set=cu;function lu(g,x){var U=Nr(g),X=!U&&Su(g),Ce=!U&&!X&&On(g),ae=!U&&!X&&!Ce&&$o(g),Re=U||X||Ce||ae,ot=Re?ze(g.length,String):[],at=ot.length;for(var $e in g)(x||O.call(g,$e))&&!(Re&&($e=="length"||Ce&&($e=="offset"||$e=="parent")||ae&&($e=="buffer"||$e=="byteLength"||$e=="byteOffset")||wu($e,at)))&&ot.push($e);return ot}function Pr(g,x){for(var U=g.length;U--;)if(Oo(g[U][0],x))return U;return-1}function uu(g,x,U){var X=x(g);return Nr(g)?X:pe(X,U(g))}function pr(g){return g==null?g===void 0?q:j:pt&&pt in Object(g)?yu(g):xu(g)}function Eo(g){return gr(g)&&pr(g)==a}function xo(g,x,U,X,Ce){return g===x?!0:g==null||x==null||!gr(g)&&!gr(x)?g!==g&&x!==x:hu(g,x,U,X,xo,Ce)}function hu(g,x,U,X,Ce,ae){var Re=Nr(g),ot=Nr(x),at=Re?l:Mt(g),$e=ot?l:Mt(x);at=at==a?D:at,$e=$e==a?D:$e;var gt=at==D,_t=$e==D,lt=at==$e;if(lt&&On(g)){if(!On(x))return!1;Re=!0,gt=!1}if(lt&&!gt)return ae||(ae=new Lt),Re||$o(g)?So(g,x,U,X,Ce,ae):gu(g,x,at,U,X,Ce,ae);if(!(U&i)){var yt=gt&&O.call(g,"__wrapped__"),bt=_t&&O.call(x,"__wrapped__");if(yt||bt){var Ut=yt?g.value():g,At=bt?x.value():x;return ae||(ae=new Lt),Ce(Ut,At,U,X,ae)}}return lt?(ae||(ae=new Lt),mu(g,x,U,X,Ce,ae)):!1}function fu(g){if(!Do(g)||_u(g))return!1;var x=Ao(g)?K:te;return x.test(Kt(g))}function du(g){return gr(g)&&Io(g.length)&&!!ne[pr(g)]}function pu(g){if(!Eu(g))return $r(g);var x=[];for(var U in Object(g))O.call(g,U)&&U!="constructor"&&x.push(U);return x}function So(g,x,U,X,Ce,ae){var Re=U&i,ot=g.length,at=x.length;if(ot!=at&&!(Re&&at>ot))return!1;var $e=ae.get(g);if($e&&ae.get(x))return $e==x;var gt=-1,_t=!0,lt=U&o?new Fr:void 0;for(ae.set(g,x),ae.set(x,g);++gt<ot;){var yt=g[gt],bt=x[gt];if(X)var Ut=Re?X(bt,yt,gt,x,g,ae):X(yt,bt,gt,g,x,ae);if(Ut!==void 0){if(Ut)continue;_t=!1;break}if(lt){if(!be(x,function(At,Gt){if(!xe(lt,Gt)&&(yt===At||Ce(yt,At,U,X,ae)))return lt.push(Gt)})){_t=!1;break}}else if(!(yt===bt||Ce(yt,bt,U,X,ae))){_t=!1;break}}return ae.delete(g),ae.delete(x),_t}function gu(g,x,U,X,Ce,ae,Re){switch(U){case re:if(g.byteLength!=x.byteLength||g.byteOffset!=x.byteOffset)return!1;g=g.buffer,x=x.buffer;case Y:return!(g.byteLength!=x.byteLength||!ae(new De(g),new De(x)));case d:case y:case M:return Oo(+g,+x);case m:return g.name==x.name&&g.message==x.message;case $:case h:return g==x+"";case R:var ot=ge;case P:var at=X&i;if(ot||(ot=ve),g.size!=x.size&&!at)return!1;var $e=Re.get(g);if($e)return $e==x;X|=o,Re.set(g,x);var gt=So(ot(g),ot(x),X,Ce,ae,Re);return Re.delete(g),gt;case C:if(Ge)return Ge.call(g)==Ge.call(x)}return!1}function mu(g,x,U,X,Ce,ae){var Re=U&i,ot=Co(g),at=ot.length,$e=Co(x),gt=$e.length;if(at!=gt&&!Re)return!1;for(var _t=at;_t--;){var lt=ot[_t];if(!(Re?lt in x:O.call(x,lt)))return!1}var yt=ae.get(g);if(yt&&ae.get(x))return yt==x;var bt=!0;ae.set(g,x),ae.set(x,g);for(var Ut=Re;++_t<at;){lt=ot[_t];var At=g[lt],Gt=x[lt];if(X)var Fo=Re?X(Gt,At,lt,x,g,ae):X(At,Gt,lt,g,x,ae);if(!(Fo===void 0?At===Gt||Ce(At,Gt,U,X,ae):Fo)){bt=!1;break}Ut||(Ut=lt=="constructor")}if(bt&&!Ut){var Rr=g.constructor,Lr=x.constructor;Rr!=Lr&&"constructor"in g&&"constructor"in x&&!(typeof Rr=="function"&&Rr instanceof Rr&&typeof Lr=="function"&&Lr instanceof Lr)&&(bt=!1)}return ae.delete(g),ae.delete(x),bt}function Co(g){return uu(g,Au,bu)}function Tr(g,x){var U=g.__data__;return vu(x)?U[typeof x=="string"?"string":"hash"]:U.map}function ar(g,x){var U=Ee(g,x);return fu(U)?U:void 0}function yu(g){var x=O.call(g,pt),U=g[pt];try{g[pt]=void 0;var X=!0}catch{}var Ce=k.call(g);return X&&(x?g[pt]=U:delete g[pt]),Ce}var bu=Vt?function(g){return g==null?[]:(g=Object(g),ye(Vt(g),function(x){return je.call(g,x)}))}:Iu,Mt=pr;(We&&Mt(new We(new ArrayBuffer(1)))!=re||Te&&Mt(new Te)!=R||Ve&&Mt(Ve.resolve())!=N||qe&&Mt(new qe)!=P||Ke&&Mt(new Ke)!=z)&&(Mt=function(g){var x=pr(g),U=x==D?g.constructor:void 0,X=U?Kt(U):"";if(X)switch(X){case Xe:return re;case Qe:return R;case et:return N;case tt:return P;case rt:return z}return x});function wu(g,x){return x=x??s,!!x&&(typeof g=="number"||Se.test(g))&&g>-1&&g%1==0&&g<x}function vu(g){var x=typeof g;return x=="string"||x=="number"||x=="symbol"||x=="boolean"?g!=="__proto__":g===null}function _u(g){return!!L&&L in g}function Eu(g){var x=g&&g.constructor,U=typeof x=="function"&&x.prototype||b;return g===U}function xu(g){return k.call(g)}function Kt(g){if(g!=null){try{return p.call(g)}catch{}try{return g+""}catch{}}return""}function Oo(g,x){return g===x||g!==g&&x!==x}var Su=Eo(function(){return arguments}())?Eo:function(g){return gr(g)&&O.call(g,"callee")&&!je.call(g,"callee")},Nr=Array.isArray;function Cu(g){return g!=null&&Io(g.length)&&!Ao(g)}var On=dr||Du;function Ou(g,x){return xo(g,x)}function Ao(g){if(!Do(g))return!1;var x=pr(g);return x==w||x==_||x==u||x==S}function Io(g){return typeof g=="number"&&g>-1&&g%1==0&&g<=s}function Do(g){var x=typeof g;return g!=null&&(x=="object"||x=="function")}function gr(g){return g!=null&&typeof g=="object"}var $o=he?Ue(he):du;function Au(g){return Cu(g)?lu(g):pu(g)}function Iu(){return[]}function Du(){return!1}t.exports=Ou})(ec,ec.exports);var d6=ec.exports,p6=Object.defineProperty,G0=Object.getOwnPropertySymbols,g6=Object.prototype.hasOwnProperty,m6=Object.prototype.propertyIsEnumerable,Y0=(t,e,r)=>e in t?p6(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,zt=(t,e)=>{for(var r in e||(e={}))g6.call(e,r)&&Y0(t,r,e[r]);if(G0)for(var r of G0(e))m6.call(e,r)&&Y0(t,r,e[r]);return t};function y6(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var i=0;i<t.length;i++){var o=t.charAt(i),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=i}var a=t.length,l=t.charAt(0),u=Math.log(a)/Math.log(256),d=Math.log(256)/Math.log(a);function y(_){if(_ instanceof Uint8Array||(ArrayBuffer.isView(_)?_=new Uint8Array(_.buffer,_.byteOffset,_.byteLength):Array.isArray(_)&&(_=Uint8Array.from(_))),!(_ instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(_.length===0)return"";for(var R=0,M=0,j=0,D=_.length;j!==D&&_[j]===0;)j++,R++;for(var N=(D-j)*d+1>>>0,S=new Uint8Array(N);j!==D;){for(var $=_[j],P=0,h=N-1;($!==0||P<M)&&h!==-1;h--,P++)$+=256*S[h]>>>0,S[h]=$%a>>>0,$=$/a>>>0;if($!==0)throw new Error("Non-zero carry");M=P,j++}for(var C=N-M;C!==N&&S[C]===0;)C++;for(var q=l.repeat(R);C<N;++C)q+=t.charAt(S[C]);return q}function m(_){if(typeof _!="string")throw new TypeError("Expected String");if(_.length===0)return new Uint8Array;var R=0;if(_[R]!==" "){for(var M=0,j=0;_[R]===l;)M++,R++;for(var D=(_.length-R)*u+1>>>0,N=new Uint8Array(D);_[R];){var S=r[_.charCodeAt(R)];if(S===255)return;for(var $=0,P=D-1;(S!==0||$<j)&&P!==-1;P--,$++)S+=a*N[P]>>>0,N[P]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");j=$,R++}if(_[R]!==" "){for(var h=D-j;h!==D&&N[h]===0;)h++;for(var C=new Uint8Array(M+(D-h)),q=M;h!==D;)C[q++]=N[h++];return C}}}function w(_){var R=m(_);if(R)return R;throw new Error(`Non-${e} character`)}return{encode:y,decodeUnsafe:m,decode:w}}var b6=y6,w6=b6;const Z0=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},v6=t=>new TextEncoder().encode(t),_6=t=>new TextDecoder().decode(t);class E6{constructor(e,r,n){this.name=e,this.prefix=r,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}}class x6{constructor(e,r,n){if(this.name=e,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),this.baseDecode=n}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return J0(this,e)}}class S6{constructor(e){this.decoders=e}or(e){return J0(this,e)}decode(e){const r=e[0],n=this.decoders[r];if(n)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}const J0=(t,e)=>new S6(zt(zt({},t.decoders||{[t.prefix]:t}),e.decoders||{[e.prefix]:e}));class C6{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new E6(e,r,n),this.decoder=new x6(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const Xo=({name:t,prefix:e,encode:r,decode:n})=>new C6(t,e,r,n),Di=({prefix:t,name:e,alphabet:r})=>{const{encode:n,decode:i}=w6(r,e);return Xo({prefix:t,name:e,encode:n,decode:o=>Z0(i(o))})},O6=(t,e,r,n)=>{const i={};for(let d=0;d<e.length;++d)i[e[d]]=d;let o=t.length;for(;t[o-1]==="=";)--o;const s=new Uint8Array(o*r/8|0);let a=0,l=0,u=0;for(let d=0;d<o;++d){const y=i[t[d]];if(y===void 0)throw new SyntaxError(`Non-${n} character`);l=l<<r|y,a+=r,a>=8&&(a-=8,s[u++]=255&l>>a)}if(a>=r||255&l<<8-a)throw new SyntaxError("Unexpected end of data");return s},A6=(t,e,r)=>{const n=e[e.length-1]==="=",i=(1<<r)-1;let o="",s=0,a=0;for(let l=0;l<t.length;++l)for(a=a<<8|t[l],s+=8;s>r;)s-=r,o+=e[i&a>>s];if(s&&(o+=e[i&a<<r-s]),n)for(;o.length*r&7;)o+="=";return o},Tt=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>Xo({prefix:e,name:t,encode(i){return A6(i,n,r)},decode(i){return O6(i,n,r,t)}}),I6=Xo({prefix:"\0",name:"identity",encode:t=>_6(t),decode:t=>v6(t)});var D6=Object.freeze({__proto__:null,identity:I6});const $6=Tt({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var F6=Object.freeze({__proto__:null,base2:$6});const P6=Tt({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var T6=Object.freeze({__proto__:null,base8:P6});const N6=Di({prefix:"9",name:"base10",alphabet:"0123456789"});var R6=Object.freeze({__proto__:null,base10:N6});const L6=Tt({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),M6=Tt({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var U6=Object.freeze({__proto__:null,base16:L6,base16upper:M6});const j6=Tt({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),B6=Tt({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),k6=Tt({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),H6=Tt({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),z6=Tt({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),W6=Tt({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),V6=Tt({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),q6=Tt({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),K6=Tt({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var G6=Object.freeze({__proto__:null,base32:j6,base32upper:B6,base32pad:k6,base32padupper:H6,base32hex:z6,base32hexupper:W6,base32hexpad:V6,base32hexpadupper:q6,base32z:K6});const Y6=Di({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Z6=Di({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var J6=Object.freeze({__proto__:null,base36:Y6,base36upper:Z6});const X6=Di({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Q6=Di({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var ew=Object.freeze({__proto__:null,base58btc:X6,base58flickr:Q6});const tw=Tt({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),rw=Tt({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),nw=Tt({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),iw=Tt({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var ow=Object.freeze({__proto__:null,base64:tw,base64pad:rw,base64url:nw,base64urlpad:iw});const X0=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),sw=X0.reduce((t,e,r)=>(t[r]=e,t),[]),aw=X0.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function cw(t){return t.reduce((e,r)=>(e+=sw[r],e),"")}function lw(t){const e=[];for(const r of t){const n=aw[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}const uw=Xo({prefix:"\u{1F680}",name:"base256emoji",encode:cw,decode:lw});var hw=Object.freeze({__proto__:null,base256emoji:uw}),fw=e1,Q0=128,dw=127,pw=~dw,gw=Math.pow(2,31);function e1(t,e,r){e=e||[],r=r||0;for(var n=r;t>=gw;)e[r++]=t&255|Q0,t/=128;for(;t&pw;)e[r++]=t&255|Q0,t>>>=7;return e[r]=t|0,e1.bytes=r-n+1,e}var mw=tc,yw=128,t1=127;function tc(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a)throw tc.bytes=0,new RangeError("Could not decode varint");s=t[o++],r+=i<28?(s&t1)<<i:(s&t1)*Math.pow(2,i),i+=7}while(s>=yw);return tc.bytes=o-n,r}var bw=Math.pow(2,7),ww=Math.pow(2,14),vw=Math.pow(2,21),_w=Math.pow(2,28),Ew=Math.pow(2,35),xw=Math.pow(2,42),Sw=Math.pow(2,49),Cw=Math.pow(2,56),Ow=Math.pow(2,63),Aw=function(t){return t<bw?1:t<ww?2:t<vw?3:t<_w?4:t<Ew?5:t<xw?6:t<Sw?7:t<Cw?8:t<Ow?9:10},Iw={encode:fw,decode:mw,encodingLength:Aw},r1=Iw;const n1=(t,e,r=0)=>(r1.encode(t,e,r),e),i1=t=>r1.encodingLength(t),rc=(t,e)=>{const r=e.byteLength,n=i1(t),i=n+i1(r),o=new Uint8Array(i+r);return n1(t,o,0),n1(r,o,n),o.set(e,i),new Dw(t,r,e,o)};class Dw{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}}const o1=({name:t,code:e,encode:r})=>new $w(t,e,r);class $w{constructor(e,r,n){this.name=e,this.code=r,this.encode=n}digest(e){if(e instanceof Uint8Array){const r=this.encode(e);return r instanceof Uint8Array?rc(this.code,r):r.then(n=>rc(this.code,n))}else throw Error("Unknown type, must be binary type")}}const s1=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),Fw=o1({name:"sha2-256",code:18,encode:s1("SHA-256")}),Pw=o1({name:"sha2-512",code:19,encode:s1("SHA-512")});var Tw=Object.freeze({__proto__:null,sha256:Fw,sha512:Pw});const a1=0,Nw="identity",c1=Z0;var Rw=Object.freeze({__proto__:null,identity:{code:a1,name:Nw,encode:c1,digest:t=>rc(a1,c1(t))}});new TextEncoder,new TextDecoder;const l1=zt(zt(zt(zt(zt(zt(zt(zt(zt(zt({},D6),F6),T6),R6),U6),G6),J6),ew),ow),hw);zt(zt({},Tw),Rw);function Lw(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?globalThis.Buffer.allocUnsafe(t):new Uint8Array(t)}function u1(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}const h1=u1("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),nc=u1("ascii","a",t=>{let e="a";for(let r=0;r<t.length;r++)e+=String.fromCharCode(t[r]);return e},t=>{t=t.substring(1);const e=Lw(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),Mw=zt({utf8:h1,"utf-8":h1,hex:l1.base16,latin1:nc,ascii:nc,binary:nc},l1);function Uw(t,e="utf8"){const r=Mw[e];if(!r)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t,"utf8"):r.decoder.decode(`${r.prefix}${t}`)}const f1="wc",jw=2,ic="core",kr=`${f1}@${2}:${ic}:`,Bw={name:ic,logger:"error"},kw={database:":memory:"},Hw="crypto",d1="client_ed25519_seed",zw=Fe.ONE_DAY,Ww="keychain",Vw="0.3",qw="messages",Kw="0.3",Gw=Fe.SIX_HOURS,Yw="publisher",p1="irn",Zw="error",Jw="wss://relay.walletconnect.com",Xw="relayer",Bt={message:"relayer_message",connect:"relayer_connect",disconnect:"relayer_disconnect",error:"relayer_error",connection_stalled:"relayer_connection_stalled",transport_closed:"relayer_transport_closed",publish:"relayer_publish"},Qw="_subscription",Qo={payload:"payload",connect:"connect",disconnect:"disconnect",error:"error"},g1=Fe.ONE_SECOND,ev="2.4.0",tv="0.3",wr={created:"subscription_created",deleted:"subscription_deleted",expired:"subscription_expired",disabled:"subscription_disabled",sync:"subscription_sync",resubscribed:"subscription_resubscribed"},rv="subscription",nv="0.3",iv=Fe.FIVE_SECONDS*1e3,ov="pairing",sv="0.3",$i={wc_pairingDelete:{req:{ttl:Fe.ONE_DAY,prompt:!1,tag:1e3},res:{ttl:Fe.ONE_DAY,prompt:!1,tag:1001}},wc_pairingPing:{req:{ttl:Fe.THIRTY_SECONDS,prompt:!1,tag:1002},res:{ttl:Fe.THIRTY_SECONDS,prompt:!1,tag:1003}},unregistered_method:{req:{ttl:Fe.ONE_DAY,prompt:!1,tag:0},res:{ttl:Fe.ONE_DAY,prompt:!1,tag:0}}},vr={created:"history_created",updated:"history_updated",deleted:"history_deleted",sync:"history_sync"},av="history",cv="0.3",lv="expirer",cr={created:"expirer_created",deleted:"expirer_deleted",expired:"expirer_expired",sync:"expirer_sync"},uv="0.3";class hv{constructor(e,r){this.core=e,this.logger=r,this.keychain=new Map,this.name=Ww,this.version=Vw,this.initialized=!1,this.storagePrefix=kr,this.init=async()=>{if(!this.initialized){const n=await this.getKeyChain();typeof n<"u"&&(this.keychain=n),this.initialized=!0}},this.has=n=>(this.isInitialized(),this.keychain.has(n)),this.set=async(n,i)=>{this.isInitialized(),this.keychain.set(n,i),await this.persist()},this.get=n=>{this.isInitialized();const i=this.keychain.get(n);if(typeof i>"u"){const{message:o}=ue("NO_MATCHING_KEY",`${this.name}: ${n}`);throw new Error(o)}return i},this.del=async n=>{this.isInitialized(),this.keychain.delete(n),await this.persist()},this.core=e,this.logger=ht.generateChildLogger(r,this.name)}get context(){return ht.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}async setKeyChain(e){await this.core.storage.setItem(this.storageKey,Yh(e))}async getKeyChain(){const e=await this.core.storage.getItem(this.storageKey);return typeof e<"u"?Zh(e):void 0}async persist(){await this.setKeyChain(this.keychain)}isInitialized(){if(!this.initialized){const{message:e}=ue("NOT_INITIALIZED",this.name);throw new Error(e)}}}class fv{constructor(e,r,n){this.core=e,this.logger=r,this.name=Hw,this.initialized=!1,this.init=async()=>{this.initialized||(await this.keychain.init(),this.initialized=!0)},this.hasKeys=i=>(this.isInitialized(),this.keychain.has(i)),this.getClientId=async()=>{this.isInitialized();const i=await this.getClientSeed(),o=N0(i);return T0(o.publicKey)},this.generateKeyPair=()=>{this.isInitialized();const i=d5();return this.setPrivateKey(i.publicKey,i.privateKey)},this.signJWT=async i=>{this.isInitialized();const o=await this.getClientSeed(),s=N0(o),a=Sa();return await xb(a,i,zw,s)},this.generateSharedKey=(i,o,s)=>{this.isInitialized();const a=this.getPrivateKey(i),l=p5(a,o);return this.setSymKey(l,s)},this.setSymKey=async(i,o)=>{this.isInitialized();const s=o||g5(i);return await this.keychain.set(s,i),s},this.deleteKeyPair=async i=>{this.isInitialized(),await this.keychain.del(i)},this.deleteSymKey=async i=>{this.isInitialized(),await this.keychain.del(i)},this.encode=async(i,o,s)=>{this.isInitialized();const a=zh(s),l=Ci(o);if(Wh(a)){const m=a.senderPublicKey,w=a.receiverPublicKey;i=await this.generateSharedKey(m,w)}const u=this.getSymKey(i),{type:d,senderPublicKey:y}=a;return y5({type:d,symKey:u,message:l,senderPublicKey:y})},this.decode=async(i,o,s)=>{this.isInitialized();const a=v5(o,s);if(Wh(a)){const d=a.receiverPublicKey,y=a.senderPublicKey;i=await this.generateSharedKey(d,y)}const l=this.getSymKey(i),u=b5({symKey:l,encoded:o});return Va(u)},this.core=e,this.logger=ht.generateChildLogger(r,this.name),this.keychain=n||new hv(this.core,this.logger)}get context(){return ht.getLoggerContext(this.logger)}getPayloadType(e){const r=Ca(e);return ci(r.type)}async setPrivateKey(e,r){return await this.keychain.set(e,r),e}getPrivateKey(e){return this.keychain.get(e)}async getClientSeed(){let e="";try{e=this.keychain.get(d1)}catch{e=Sa(),await this.keychain.set(d1,e)}return Uw(e,"base16")}getSymKey(e){return this.keychain.get(e)}isInitialized(){if(!this.initialized){const{message:e}=ue("NOT_INITIALIZED",this.name);throw new Error(e)}}}class dv extends rb{constructor(e,r){super(e,r),this.logger=e,this.core=r,this.messages=new Map,this.name=qw,this.version=Kw,this.initialized=!1,this.storagePrefix=kr,this.init=async()=>{if(!this.initialized){this.logger.trace("Initialized");try{const n=await this.getRelayerMessages();typeof n<"u"&&(this.messages=n),this.logger.debug(`Successfully Restored records for ${this.name}`),this.logger.trace({type:"method",method:"restore",size:this.messages.size})}catch(n){this.logger.debug(`Failed to Restore records for ${this.name}`),this.logger.error(n)}finally{this.initialized=!0}}},this.set=async(n,i)=>{this.isInitialized();const o=zo(i);let s=this.messages.get(n);return typeof s>"u"&&(s={}),typeof s[o]<"u"||(s[o]=i,this.messages.set(n,s),await this.persist()),o},this.get=n=>{this.isInitialized();let i=this.messages.get(n);return typeof i>"u"&&(i={}),i},this.has=(n,i)=>{this.isInitialized();const o=this.get(n),s=zo(i);return typeof o[s]<"u"},this.del=async n=>{this.isInitialized(),this.messages.delete(n),await this.persist()},this.logger=ht.generateChildLogger(e,this.name),this.core=r}get context(){return ht.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}async setRelayerMessages(e){await this.core.storage.setItem(this.storageKey,Yh(e))}async getRelayerMessages(){const e=await this.core.storage.getItem(this.storageKey);return typeof e<"u"?Zh(e):void 0}async persist(){await this.setRelayerMessages(this.messages)}isInitialized(){if(!this.initialized){const{message:e}=ue("NOT_INITIALIZED",this.name);throw new Error(e)}}}class pv extends nb{constructor(e,r){super(e,r),this.relayer=e,this.logger=r,this.events=new Dt.exports.EventEmitter,this.name=Yw,this.queue=new Map,this.publishTimeout=1e4,this.publish=async(n,i,o)=>{this.logger.debug("Publishing Payload"),this.logger.trace({type:"method",method:"publish",params:{topic:n,message:i,opts:o}});try{const s=o?.ttl||Gw,a=Oa(o),l=o?.prompt||!1,u=o?.tag||0,d={topic:n,message:i,opts:{ttl:s,relay:a,prompt:l,tag:u}},y=zo(i);this.queue.set(y,d);try{await await Jh(this.rpcPublish(n,i,s,a,l,u),this.publishTimeout),this.relayer.events.emit(Bt.publish,d)}catch{this.logger.debug("Publishing Payload stalled"),this.relayer.events.emit(Bt.connection_stalled);return}this.onPublish(y,d),this.logger.debug("Successfully Published Payload"),this.logger.trace({type:"method",method:"publish",params:{topic:n,message:i,opts:o}})}catch(s){throw this.logger.debug("Failed to Publish Payload"),this.logger.error(s),s}},this.on=(n,i)=>{this.events.on(n,i)},this.once=(n,i)=>{this.events.once(n,i)},this.off=(n,i)=>{this.events.off(n,i)},this.removeListener=(n,i)=>{this.events.removeListener(n,i)},this.relayer=e,this.logger=ht.generateChildLogger(r,this.name),this.registerEventListeners()}get context(){return ht.getLoggerContext(this.logger)}rpcPublish(e,r,n,i,o,s){var a,l,u,d;const y={method:Aa(i.protocol).publish,params:{topic:e,message:r,ttl:n,prompt:o,tag:s}};return kt((a=y.params)==null?void 0:a.prompt)&&((l=y.params)==null||delete l.prompt),kt((u=y.params)==null?void 0:u.tag)&&((d=y.params)==null||delete d.tag),this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"message",direction:"outgoing",request:y}),this.relayer.provider.request(y)}onPublish(e,r){this.queue.delete(e)}checkQueue(){this.queue.forEach(async e=>{const{topic:r,message:n,opts:i}=e;await this.publish(r,n,i)})}registerEventListeners(){this.relayer.core.heartbeat.on(vi.HEARTBEAT_EVENTS.pulse,()=>{this.checkQueue()})}}class gv{constructor(){this.map=new Map,this.set=(e,r)=>{const n=this.get(e);this.exists(e,r)||this.map.set(e,[...n,r])},this.get=e=>this.map.get(e)||[],this.exists=(e,r)=>this.get(e).includes(r),this.delete=(e,r)=>{if(typeof r>"u"){this.map.delete(e);return}if(!this.map.has(e))return;const n=this.get(e);if(!this.exists(e,r))return;const i=n.filter(o=>o!==r);if(!i.length){this.map.delete(e);return}this.map.set(e,i)},this.clear=()=>{this.map.clear()}}get topics(){return Array.from(this.map.keys())}}var mv=Object.defineProperty,yv=Object.defineProperties,bv=Object.getOwnPropertyDescriptors,m1=Object.getOwnPropertySymbols,wv=Object.prototype.hasOwnProperty,vv=Object.prototype.propertyIsEnumerable,y1=(t,e,r)=>e in t?mv(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,es=(t,e)=>{for(var r in e||(e={}))wv.call(e,r)&&y1(t,r,e[r]);if(m1)for(var r of m1(e))vv.call(e,r)&&y1(t,r,e[r]);return t},oc=(t,e)=>yv(t,bv(e));class _v extends sb{constructor(e,r){super(e,r),this.relayer=e,this.logger=r,this.subscriptions=new Map,this.topicMap=new gv,this.events=new Dt.exports.EventEmitter,this.name=rv,this.version=nv,this.pending=new Map,this.cached=[],this.initialized=!1,this.pendingSubscriptionWatchLabel="pending_sub_watch_label",this.pollingInterval=20,this.storagePrefix=kr,this.subscribeTimeout=1e4,this.restartInProgress=!1,this.init=async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restart(),this.registerEventListeners(),this.onEnable(),this.clientId=await this.relayer.core.crypto.getClientId())},this.subscribe=async(n,i)=>{await this.restartToComplete(),this.isInitialized(),this.logger.debug("Subscribing Topic"),this.logger.trace({type:"method",method:"subscribe",params:{topic:n,opts:i}});try{const o=Oa(i),s={topic:n,relay:o};this.pending.set(n,s);const a=await this.rpcSubscribe(n,o);return this.onSubscribe(a,s),this.logger.debug("Successfully Subscribed Topic"),this.logger.trace({type:"method",method:"subscribe",params:{topic:n,opts:i}}),a}catch(o){throw this.logger.debug("Failed to Subscribe Topic"),this.logger.error(o),o}},this.unsubscribe=async(n,i)=>{await this.restartToComplete(),this.isInitialized(),typeof i?.id<"u"?await this.unsubscribeById(n,i.id,i):await this.unsubscribeByTopic(n,i)},this.isSubscribed=async n=>this.topics.includes(n)?!0:await new Promise((i,o)=>{const s=new Fe.Watch;s.start(this.pendingSubscriptionWatchLabel);const a=setInterval(()=>{!this.pending.has(n)&&this.topics.includes(n)&&(clearInterval(a),s.stop(this.pendingSubscriptionWatchLabel),i(!0)),s.elapsed(this.pendingSubscriptionWatchLabel)>=iv&&(clearInterval(a),s.stop(this.pendingSubscriptionWatchLabel),o(!1))},this.pollingInterval)}),this.on=(n,i)=>{this.events.on(n,i)},this.once=(n,i)=>{this.events.once(n,i)},this.off=(n,i)=>{this.events.off(n,i)},this.removeListener=(n,i)=>{this.events.removeListener(n,i)},this.restart=async()=>{this.restartInProgress=!0,await this.restore(),await this.reset(),this.restartInProgress=!1},this.relayer=e,this.logger=ht.generateChildLogger(r,this.name),this.clientId=""}get context(){return ht.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}get length(){return this.subscriptions.size}get ids(){return Array.from(this.subscriptions.keys())}get values(){return Array.from(this.subscriptions.values())}get topics(){return this.topicMap.topics}hasSubscription(e,r){let n=!1;try{n=this.getSubscription(e).topic===r}catch{}return n}onEnable(){this.cached=[],this.initialized=!0}onDisable(){this.cached=this.values,this.subscriptions.clear(),this.topicMap.clear(),this.initialized=!1}async unsubscribeByTopic(e,r){const n=this.topicMap.get(e);await Promise.all(n.map(async i=>await this.unsubscribeById(e,i,r)))}async unsubscribeById(e,r,n){this.logger.debug("Unsubscribing Topic"),this.logger.trace({type:"method",method:"unsubscribe",params:{topic:e,id:r,opts:n}});try{const i=Oa(n);await this.rpcUnsubscribe(e,r,i);const o=xt("USER_DISCONNECTED",`${this.name}, ${e}`);await this.onUnsubscribe(e,r,o),this.logger.debug("Successfully Unsubscribed Topic"),this.logger.trace({type:"method",method:"unsubscribe",params:{topic:e,id:r,opts:n}})}catch(i){throw this.logger.debug("Failed to Unsubscribe Topic"),this.logger.error(i),i}}async rpcSubscribe(e,r){const n={method:Aa(r.protocol).subscribe,params:{topic:e}};this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:n});try{await await Jh(this.relayer.provider.request(n),this.subscribeTimeout)}catch{this.logger.debug("Outgoing Relay Payload stalled"),this.relayer.events.emit(Bt.connection_stalled)}return zo(e+this.clientId)}rpcUnsubscribe(e,r,n){const i={method:Aa(n.protocol).unsubscribe,params:{topic:e,id:r}};return this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:i}),this.relayer.provider.request(i)}onSubscribe(e,r){this.setSubscription(e,oc(es({},r),{id:e})),this.pending.delete(r.topic)}onResubscribe(e,r){this.addSubscription(e,oc(es({},r),{id:e})),this.pending.delete(r.topic)}async onUnsubscribe(e,r,n){this.events.removeAllListeners(r),this.hasSubscription(r,e)&&this.deleteSubscription(r,n),await this.relayer.messages.del(e)}async setRelayerSubscriptions(e){await this.relayer.core.storage.setItem(this.storageKey,e)}async getRelayerSubscriptions(){return await this.relayer.core.storage.getItem(this.storageKey)}setSubscription(e,r){this.subscriptions.has(e)||(this.logger.debug("Setting subscription"),this.logger.trace({type:"method",method:"setSubscription",id:e,subscription:r}),this.addSubscription(e,r))}addSubscription(e,r){this.subscriptions.set(e,es({},r)),this.topicMap.set(r.topic,e),this.events.emit(wr.created,r)}getSubscription(e){this.logger.debug("Getting subscription"),this.logger.trace({type:"method",method:"getSubscription",id:e});const r=this.subscriptions.get(e);if(!r){const{message:n}=ue("NO_MATCHING_KEY",`${this.name}: ${e}`);throw new Error(n)}return r}deleteSubscription(e,r){this.logger.debug("Deleting subscription"),this.logger.trace({type:"method",method:"deleteSubscription",id:e,reason:r});const n=this.getSubscription(e);this.subscriptions.delete(e),this.topicMap.delete(n.topic,e),this.events.emit(wr.deleted,oc(es({},n),{reason:r}))}async persist(){await this.setRelayerSubscriptions(this.values),this.events.emit(wr.sync)}async reset(){this.cached.length&&await Promise.all(this.cached.map(async e=>await this.resubscribe(e))),this.events.emit(wr.resubscribed)}async restore(){try{const e=await this.getRelayerSubscriptions();if(typeof e>"u"||!e.length)return;if(this.subscriptions.size){const{message:r}=ue("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(r),this.logger.error(`${this.name}: ${JSON.stringify(this.values)}`),new Error(r)}this.cached=e,this.logger.debug(`Successfully Restored subscriptions for ${this.name}`),this.logger.trace({type:"method",method:"restore",subscriptions:this.values})}catch(e){this.logger.debug(`Failed to Restore subscriptions for ${this.name}`),this.logger.error(e)}}async resubscribe(e){if(!this.ids.includes(e.id)){const{topic:r,relay:n}=e,i={topic:r,relay:n};this.pending.set(i.topic,i);const o=await this.rpcSubscribe(i.topic,i.relay);this.onResubscribe(o,i)}}async onConnect(){this.restartInProgress||(await this.restart(),this.onEnable())}onDisconnect(){this.onDisable()}checkPending(){this.relayer.transportExplicitlyClosed||this.pending.forEach(async e=>{const r=await this.rpcSubscribe(e.topic,e.relay);this.onSubscribe(r,e)})}registerEventListeners(){this.relayer.core.heartbeat.on(vi.HEARTBEAT_EVENTS.pulse,()=>{this.checkPending()}),this.relayer.on(Bt.connect,async()=>{await this.onConnect()}),this.relayer.on(Bt.disconnect,()=>{this.onDisconnect()}),this.events.on(wr.created,async e=>{const r=wr.created;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),await this.persist()}),this.events.on(wr.deleted,async e=>{const r=wr.deleted;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),await this.persist()})}isInitialized(){if(!this.initialized){const{message:e}=ue("NOT_INITIALIZED",this.name);throw new Error(e)}}async restartToComplete(){this.restartInProgress&&await new Promise(e=>{const r=setInterval(()=>{this.restartInProgress||(clearInterval(r),e())},this.pollingInterval)})}}var Ev=Object.defineProperty,b1=Object.getOwnPropertySymbols,xv=Object.prototype.hasOwnProperty,Sv=Object.prototype.propertyIsEnumerable,w1=(t,e,r)=>e in t?Ev(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Cv=(t,e)=>{for(var r in e||(e={}))xv.call(e,r)&&w1(t,r,e[r]);if(b1)for(var r of b1(e))Sv.call(e,r)&&w1(t,r,e[r]);return t};class Ov extends ib{constructor(e){super(e),this.protocol="wc",this.version=2,this.events=new Dt.exports.EventEmitter,this.name=Xw,this.transportExplicitlyClosed=!1,this.initialized=!1,this.reconnecting=!1,this.core=e.core,this.logger=typeof e.logger<"u"&&typeof e.logger!="string"?ht.generateChildLogger(e.logger,this.name):fi(ht.getDefaultLoggerOptions({level:e.logger||Zw})),this.messages=new dv(this.logger,e.core),this.subscriber=new _v(this,this.logger),this.publisher=new pv(this,this.logger),this.relayUrl=e?.relayUrl||Jw,this.projectId=e.projectId,this.provider={}}async init(){this.logger.trace("Initialized"),this.provider=await this.createProvider(),await Promise.all([this.messages.init(),this.transportOpen(),this.subscriber.init()]),this.registerEventListeners(),this.initialized=!0}get context(){return ht.getLoggerContext(this.logger)}get connected(){return this.provider.connection.connected}get connecting(){return this.provider.connection.connecting}async publish(e,r,n){this.isInitialized(),await this.publisher.publish(e,r,n),await this.recordMessageEvent({topic:e,message:r})}async subscribe(e,r){this.isInitialized();let n="";return await Promise.all([new Promise(i=>{this.subscriber.once(wr.created,o=>{o.topic===e&&i()})}),new Promise(async i=>{n=await this.subscriber.subscribe(e,r),i()})]),n}async unsubscribe(e,r){this.isInitialized(),await this.subscriber.unsubscribe(e,r)}on(e,r){this.events.on(e,r)}once(e,r){this.events.once(e,r)}off(e,r){this.events.off(e,r)}removeListener(e,r){this.events.removeListener(e,r)}async transportClose(){this.transportExplicitlyClosed=!0,this.connected&&(await this.provider.disconnect(),this.events.emit(Bt.transport_closed))}async transportOpen(e){if(!this.reconnecting){this.relayUrl=e||this.relayUrl,this.transportExplicitlyClosed=!1,this.reconnecting=!0;try{await Promise.all([new Promise(r=>{this.initialized||r(),this.subscriber.once(wr.resubscribed,()=>{r()})}),await Promise.race([this.provider.connect(),new Promise((r,n)=>this.once(Bt.transport_closed,()=>{n(new Error("closeTransport called before connection was established"))}))])])}catch(r){const n=r;if(!/socket hang up/i.test(n.message))throw r;this.logger.error(r),this.events.emit(Bt.transport_closed)}finally{this.reconnecting=!1}}}async restartTransport(e){this.transportExplicitlyClosed||(await this.transportClose(),await new Promise(r=>setTimeout(r,g1)),await this.transportOpen(e))}async createProvider(){const e=await this.core.crypto.signJWT(this.relayUrl);return new Ii(new f6(N5({sdkVersion:ev,protocol:this.protocol,version:this.version,relayUrl:this.relayUrl,projectId:this.projectId,auth:e})))}async recordMessageEvent(e){const{topic:r,message:n}=e;await this.messages.set(r,n)}async shouldIgnoreMessageEvent(e){const{topic:r,message:n}=e;return await this.subscriber.isSubscribed(r)?this.messages.has(r,n):!0}async onProviderPayload(e){if(this.logger.debug("Incoming Relay Payload"),this.logger.trace({type:"payload",direction:"incoming",payload:e}),Xa(e)){if(!e.method.endsWith(Qw))return;const r=e.params,{topic:n,message:i}=r.data,o={topic:n,message:i};this.logger.debug("Emitting Relayer Payload"),this.logger.trace(Cv({type:"event",event:r.id},o)),this.events.emit(r.id,o),await this.acknowledgePayload(e),await this.onMessageEvent(o)}}async onMessageEvent(e){await this.shouldIgnoreMessageEvent(e)||(this.events.emit(Bt.message,e),await this.recordMessageEvent(e))}async acknowledgePayload(e){const r=Ja(e.id,!0);await this.provider.connection.send(r)}registerEventListeners(){this.provider.on(Qo.payload,e=>this.onProviderPayload(e)),this.provider.on(Qo.connect,()=>{this.events.emit(Bt.connect)}),this.provider.on(Qo.disconnect,()=>{this.events.emit(Bt.disconnect),this.attemptToReconnect()}),this.provider.on(Qo.error,e=>this.events.emit(Bt.error,e)),this.events.on(Bt.connection_stalled,async()=>{await this.restartTransport()})}attemptToReconnect(){this.transportExplicitlyClosed||setTimeout(async()=>{await this.transportOpen()},Fe.toMiliseconds(g1))}isInitialized(){if(!this.initialized){const{message:e}=ue("NOT_INITIALIZED",this.name);throw new Error(e)}}}var Av=Object.defineProperty,v1=Object.getOwnPropertySymbols,Iv=Object.prototype.hasOwnProperty,Dv=Object.prototype.propertyIsEnumerable,_1=(t,e,r)=>e in t?Av(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,E1=(t,e)=>{for(var r in e||(e={}))Iv.call(e,r)&&_1(t,r,e[r]);if(v1)for(var r of v1(e))Dv.call(e,r)&&_1(t,r,e[r]);return t};class ts extends ob{constructor(e,r,n,i=kr,o=void 0){super(e,r,n,i),this.core=e,this.logger=r,this.name=n,this.map=new Map,this.version=tv,this.cached=[],this.initialized=!1,this.storagePrefix=kr,this.init=async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(s=>{tm(s)?this.map.set(s.id,s):rm(s)?this.map.set(s.topic,s):this.getKey&&s!==null&&!kt(s)&&this.map.set(this.getKey(s),s)}),this.cached=[],this.initialized=!0)},this.set=async(s,a)=>{this.isInitialized(),this.map.has(s)?await this.update(s,a):(this.logger.debug("Setting value"),this.logger.trace({type:"method",method:"set",key:s,value:a}),this.map.set(s,a),await this.persist())},this.get=s=>(this.isInitialized(),this.logger.debug("Getting value"),this.logger.trace({type:"method",method:"get",key:s}),this.getData(s)),this.getAll=s=>(this.isInitialized(),s?this.values.filter(a=>Object.keys(s).every(l=>d6(a[l],s[l]))):this.values),this.update=async(s,a)=>{this.isInitialized(),this.logger.debug("Updating value"),this.logger.trace({type:"method",method:"update",key:s,update:a});const l=E1(E1({},this.getData(s)),a);this.map.set(s,l),await this.persist()},this.delete=async(s,a)=>{this.isInitialized(),this.map.has(s)&&(this.logger.debug("Deleting value"),this.logger.trace({type:"method",method:"delete",key:s,reason:a}),this.map.delete(s),await this.persist())},this.logger=ht.generateChildLogger(r,this.name),this.storagePrefix=i,this.getKey=o}get context(){return ht.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}get length(){return this.map.size}get keys(){return Array.from(this.map.keys())}get values(){return Array.from(this.map.values())}async setDataStore(e){await this.core.storage.setItem(this.storageKey,e)}async getDataStore(){return await this.core.storage.getItem(this.storageKey)}getData(e){const r=this.map.get(e);if(!r){const{message:n}=ue("NO_MATCHING_KEY",`${this.name}: ${e}`);throw this.logger.error(n),new Error(n)}return r}async persist(){await this.setDataStore(this.values)}async restore(){try{const e=await this.getDataStore();if(typeof e>"u"||!e.length)return;if(this.map.size){const{message:r}=ue("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(r),new Error(r)}this.cached=e,this.logger.debug(`Successfully Restored value for ${this.name}`),this.logger.trace({type:"method",method:"restore",value:this.values})}catch(e){this.logger.debug(`Failed to Restore value for ${this.name}`),this.logger.error(e)}}isInitialized(){if(!this.initialized){const{message:e}=ue("NOT_INITIALIZED",this.name);throw new Error(e)}}}class $v{constructor(e,r){this.core=e,this.logger=r,this.name=ov,this.version=sv,this.events=new Dt.exports,this.initialized=!1,this.storagePrefix=kr,this.ignoredPayloadTypes=[en],this.registeredMethods=[],this.init=async()=>{this.initialized||(await this.pairings.init(),await this.cleanup(),this.registerRelayerEvents(),this.registerExpirerEvents(),this.initialized=!0,this.logger.trace("Initialized"))},this.register=({methods:n})=>{this.isInitialized(),this.registeredMethods=[...new Set([...this.registeredMethods,...n])]},this.create=async()=>{this.isInitialized();const n=Sa(),i=await this.core.crypto.setSymKey(n),o=yr(Fe.FIVE_MINUTES),s={protocol:p1},a={topic:i,expiry:o,relay:s,active:!1},l=V5({protocol:this.core.protocol,version:this.core.version,topic:i,symKey:n,relay:s});return await this.pairings.set(i,a),await this.core.relayer.subscribe(i),this.core.expirer.set(i,o),{topic:i,uri:l}},this.pair=async n=>{this.isInitialized(),this.isValidPair(n);const{topic:i,symKey:o,relay:s}=z5(n.uri),a=yr(Fe.FIVE_MINUTES),l={topic:i,relay:s,expiry:a,active:!1};return await this.pairings.set(i,l),await this.core.crypto.setSymKey(o,i),await this.core.relayer.subscribe(i,{relay:s}),this.core.expirer.set(i,a),n.activatePairing&&await this.activate({topic:i}),l},this.activate=async({topic:n})=>{this.isInitialized();const i=yr(Fe.THIRTY_DAYS);await this.pairings.update(n,{active:!0,expiry:i}),this.core.expirer.set(n,i)},this.ping=async n=>{this.isInitialized(),await this.isValidPing(n);const{topic:i}=n;if(this.pairings.keys.includes(i)){const o=await this.sendRequest(i,"wc_pairingPing",{}),{done:s,resolve:a,reject:l}=tn();this.events.once(Et("pairing_ping",o),({error:u})=>{u?l(u):a()}),await s()}},this.updateExpiry=async({topic:n,expiry:i})=>{this.isInitialized(),await this.pairings.update(n,{expiry:i})},this.updateMetadata=async({topic:n,metadata:i})=>{this.isInitialized(),await this.pairings.update(n,{peerMetadata:i})},this.getPairings=()=>(this.isInitialized(),this.pairings.values),this.disconnect=async n=>{this.isInitialized(),await this.isValidDisconnect(n);const{topic:i}=n;this.pairings.keys.includes(i)&&(await this.sendRequest(i,"wc_pairingDelete",xt("USER_DISCONNECTED")),await this.deletePairing(i))},this.sendRequest=async(n,i,o)=>{const s=Zo(i,o),a=await this.core.crypto.encode(n,s),l=$i[i].req;return this.core.history.set(n,s),await this.core.relayer.publish(n,a,l),s.id},this.sendResult=async(n,i,o)=>{const s=Ja(n,o),a=await this.core.crypto.encode(i,s),l=await this.core.history.get(i,n),u=$i[l.request.method].res;await this.core.relayer.publish(i,a,u),await this.core.history.resolve(s)},this.sendError=async(n,i,o)=>{const s=Jo(n,o),a=await this.core.crypto.encode(i,s),l=await this.core.history.get(i,n),u=$i[l.request.method]?$i[l.request.method].res:$i.unregistered_method.res;await this.core.relayer.publish(i,a,u),await this.core.history.resolve(s)},this.deletePairing=async(n,i)=>{await this.core.relayer.unsubscribe(n),await Promise.all([this.pairings.delete(n,xt("USER_DISCONNECTED")),this.core.crypto.deleteSymKey(n),i?Promise.resolve():this.core.expirer.del(n)])},this.cleanup=async()=>{const n=this.pairings.getAll().filter(i=>jr(i.expiry));await Promise.all(n.map(i=>this.deletePairing(i.topic)))},this.onRelayEventRequest=n=>{const{topic:i,payload:o}=n,s=o.method;if(this.pairings.keys.includes(i))switch(s){case"wc_pairingPing":return this.onPairingPingRequest(i,o);case"wc_pairingDelete":return this.onPairingDeleteRequest(i,o);default:return this.onUnknownRpcMethodRequest(i,o)}},this.onRelayEventResponse=async n=>{const{topic:i,payload:o}=n,s=(await this.core.history.get(i,o.id)).request.method;if(this.pairings.keys.includes(i))switch(s){case"wc_pairingPing":return this.onPairingPingResponse(i,o);default:return this.onUnknownRpcMethodResponse(s)}},this.onPairingPingRequest=async(n,i)=>{const{id:o}=i;try{this.isValidPing({topic:n}),await this.sendResult(o,n,!0),this.events.emit("pairing_ping",{id:o,topic:n})}catch(s){await this.sendError(o,n,s),this.logger.error(s)}},this.onPairingPingResponse=(n,i)=>{const{id:o}=i;setTimeout(()=>{Ir(i)?this.events.emit(Et("pairing_ping",o),{}):fr(i)&&this.events.emit(Et("pairing_ping",o),{error:i.error})},500)},this.onPairingDeleteRequest=async(n,i)=>{const{id:o}=i;try{this.isValidDisconnect({topic:n}),await this.sendResult(o,n,!0),await this.deletePairing(n),this.events.emit("pairing_delete",{id:o,topic:n})}catch(s){await this.sendError(o,n,s),this.logger.error(s)}},this.onUnknownRpcMethodRequest=async(n,i)=>{const{id:o,method:s}=i;try{if(this.registeredMethods.includes(s))return;const a=xt("WC_METHOD_UNSUPPORTED",s);await this.sendError(o,n,a),this.logger.error(a)}catch(a){await this.sendError(o,n,a),this.logger.error(a)}},this.onUnknownRpcMethodResponse=n=>{this.registeredMethods.includes(n)||this.logger.error(xt("WC_METHOD_UNSUPPORTED",n))},this.isValidPair=n=>{if(!Xt(n)){const{message:i}=ue("MISSING_OR_INVALID",`pair() params: ${n}`);throw new Error(i)}if(!em(n.uri)){const{message:i}=ue("MISSING_OR_INVALID",`pair() uri: ${n.uri}`);throw new Error(i)}},this.isValidPing=async n=>{if(!Xt(n)){const{message:o}=ue("MISSING_OR_INVALID",`ping() params: ${n}`);throw new Error(o)}const{topic:i}=n;await this.isValidPairingTopic(i)},this.isValidDisconnect=async n=>{if(!Xt(n)){const{message:o}=ue("MISSING_OR_INVALID",`disconnect() params: ${n}`);throw new Error(o)}const{topic:i}=n;await this.isValidPairingTopic(i)},this.isValidPairingTopic=async n=>{if(!$t(n,!1)){const{message:i}=ue("MISSING_OR_INVALID",`pairing topic should be a string: ${n}`);throw new Error(i)}if(!this.pairings.keys.includes(n)){const{message:i}=ue("NO_MATCHING_KEY",`pairing topic doesn't exist: ${n}`);throw new Error(i)}if(jr(this.pairings.get(n).expiry)){await this.deletePairing(n);const{message:i}=ue("EXPIRED",`pairing topic: ${n}`);throw new Error(i)}},this.core=e,this.logger=ht.generateChildLogger(r,this.name),this.pairings=new ts(this.core,this.logger,this.name,this.storagePrefix)}get context(){return ht.getLoggerContext(this.logger)}isInitialized(){if(!this.initialized){const{message:e}=ue("NOT_INITIALIZED",this.name);throw new Error(e)}}registerRelayerEvents(){this.core.relayer.on(Bt.message,async e=>{const{topic:r,message:n}=e;if(this.ignoredPayloadTypes.includes(this.core.crypto.getPayloadType(n)))return;const i=await this.core.crypto.decode(r,n);Xa(i)?(this.core.history.set(r,i),this.onRelayEventRequest({topic:r,payload:i})):Qa(i)&&(await this.core.history.resolve(i),this.onRelayEventResponse({topic:r,payload:i}))})}registerExpirerEvents(){this.core.expirer.on(cr.expired,async e=>{const{topic:r}=Qh(e.target);r&&this.pairings.keys.includes(r)&&(await this.deletePairing(r,!0),this.events.emit("pairing_expire",{topic:r}))})}}class Fv extends tb{constructor(e,r){super(e,r),this.core=e,this.logger=r,this.records=new Map,this.events=new Dt.exports.EventEmitter,this.name=av,this.version=cv,this.cached=[],this.initialized=!1,this.storagePrefix=kr,this.init=async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(n=>this.records.set(n.id,n)),this.cached=[],this.registerEventListeners(),this.initialized=!0)},this.set=(n,i,o)=>{if(this.isInitialized(),this.logger.debug("Setting JSON-RPC request history record"),this.logger.trace({type:"method",method:"set",topic:n,request:i,chainId:o}),this.records.has(i.id))return;const s={id:i.id,topic:n,request:{method:i.method,params:i.params||null},chainId:o};this.records.set(s.id,s),this.events.emit(vr.created,s)},this.resolve=async n=>{if(this.isInitialized(),this.logger.debug("Updating JSON-RPC response history record"),this.logger.trace({type:"method",method:"update",response:n}),!this.records.has(n.id))return;const i=await this.getRecord(n.id);typeof i.response>"u"&&(i.response=fr(n)?{error:n.error}:{result:n.result},this.records.set(i.id,i),this.events.emit(vr.updated,i))},this.get=async(n,i)=>(this.isInitialized(),this.logger.debug("Getting record"),this.logger.trace({type:"method",method:"get",topic:n,id:i}),await this.getRecord(i)),this.delete=(n,i)=>{this.isInitialized(),this.logger.debug("Deleting record"),this.logger.trace({type:"method",method:"delete",id:i}),this.values.forEach(o=>{if(o.topic===n){if(typeof i<"u"&&o.id!==i)return;this.records.delete(o.id),this.events.emit(vr.deleted,o)}})},this.exists=async(n,i)=>(this.isInitialized(),this.records.has(i)?(await this.getRecord(i)).topic===n:!1),this.on=(n,i)=>{this.events.on(n,i)},this.once=(n,i)=>{this.events.once(n,i)},this.off=(n,i)=>{this.events.off(n,i)},this.removeListener=(n,i)=>{this.events.removeListener(n,i)},this.logger=ht.generateChildLogger(r,this.name)}get context(){return ht.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}get size(){return this.records.size}get keys(){return Array.from(this.records.keys())}get values(){return Array.from(this.records.values())}get pending(){const e=[];return this.values.forEach(r=>{if(typeof r.response<"u")return;const n={topic:r.topic,request:Zo(r.request.method,r.request.params,r.id),chainId:r.chainId};return e.push(n)}),e}async setJsonRpcRecords(e){await this.core.storage.setItem(this.storageKey,e)}async getJsonRpcRecords(){return await this.core.storage.getItem(this.storageKey)}getRecord(e){this.isInitialized();const r=this.records.get(e);if(!r){const{message:n}=ue("NO_MATCHING_KEY",`${this.name}: ${e}`);throw new Error(n)}return r}async persist(){await this.setJsonRpcRecords(this.values),this.events.emit(vr.sync)}async restore(){try{const e=await this.getJsonRpcRecords();if(typeof e>"u"||!e.length)return;if(this.records.size){const{message:r}=ue("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(r),new Error(r)}this.cached=e,this.logger.debug(`Successfully Restored records for ${this.name}`),this.logger.trace({type:"method",method:"restore",records:this.values})}catch(e){this.logger.debug(`Failed to Restore records for ${this.name}`),this.logger.error(e)}}registerEventListeners(){this.events.on(vr.created,e=>{const r=vr.created;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,record:e}),this.persist()}),this.events.on(vr.updated,e=>{const r=vr.updated;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,record:e}),this.persist()}),this.events.on(vr.deleted,e=>{const r=vr.deleted;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,record:e}),this.persist()})}isInitialized(){if(!this.initialized){const{message:e}=ue("NOT_INITIALIZED",this.name);throw new Error(e)}}}class Pv extends ab{constructor(e,r){super(e,r),this.core=e,this.logger=r,this.expirations=new Map,this.events=new Dt.exports.EventEmitter,this.name=lv,this.version=uv,this.cached=[],this.initialized=!1,this.storagePrefix=kr,this.init=async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(n=>this.expirations.set(n.target,n)),this.cached=[],this.registerEventListeners(),this.initialized=!0)},this.has=n=>{try{const i=this.formatTarget(n);return typeof this.getExpiration(i)<"u"}catch{return!1}},this.set=(n,i)=>{this.isInitialized();const o=this.formatTarget(n),s={target:o,expiry:i};this.expirations.set(o,s),this.checkExpiry(o,s),this.events.emit(cr.created,{target:o,expiration:s})},this.get=n=>{this.isInitialized();const i=this.formatTarget(n);return this.getExpiration(i)},this.del=n=>{if(this.isInitialized(),this.has(n)){const i=this.formatTarget(n),o=this.getExpiration(i);this.expirations.delete(i),this.events.emit(cr.deleted,{target:i,expiration:o})}},this.on=(n,i)=>{this.events.on(n,i)},this.once=(n,i)=>{this.events.once(n,i)},this.off=(n,i)=>{this.events.off(n,i)},this.removeListener=(n,i)=>{this.events.removeListener(n,i)},this.logger=ht.generateChildLogger(r,this.name)}get context(){return ht.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}get length(){return this.expirations.size}get keys(){return Array.from(this.expirations.keys())}get values(){return Array.from(this.expirations.values())}formatTarget(e){if(typeof e=="string")return R5(e);if(typeof e=="number")return L5(e);const{message:r}=ue("UNKNOWN_TYPE",`Target type: ${typeof e}`);throw new Error(r)}async setExpirations(e){await this.core.storage.setItem(this.storageKey,e)}async getExpirations(){return await this.core.storage.getItem(this.storageKey)}async persist(){await this.setExpirations(this.values),this.events.emit(cr.sync)}async restore(){try{const e=await this.getExpirations();if(typeof e>"u"||!e.length)return;if(this.expirations.size){const{message:r}=ue("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(r),new Error(r)}this.cached=e,this.logger.debug(`Successfully Restored expirations for ${this.name}`),this.logger.trace({type:"method",method:"restore",expirations:this.values})}catch(e){this.logger.debug(`Failed to Restore expirations for ${this.name}`),this.logger.error(e)}}getExpiration(e){const r=this.expirations.get(e);if(!r){const{message:n}=ue("NO_MATCHING_KEY",`${this.name}: ${e}`);throw this.logger.error(n),new Error(n)}return r}checkExpiry(e,r){const{expiry:n}=r;Fe.toMiliseconds(n)-Date.now()<=0&&this.expire(e,r)}expire(e,r){this.expirations.delete(e),this.events.emit(cr.expired,{target:e,expiration:r})}checkExpirations(){this.expirations.forEach((e,r)=>this.checkExpiry(r,e))}registerEventListeners(){this.core.heartbeat.on(vi.HEARTBEAT_EVENTS.pulse,()=>this.checkExpirations()),this.events.on(cr.created,e=>{const r=cr.created;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),this.persist()}),this.events.on(cr.expired,e=>{const r=cr.expired;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),this.persist()}),this.events.on(cr.deleted,e=>{const r=cr.deleted;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),this.persist()})}isInitialized(){if(!this.initialized){const{message:e}=ue("NOT_INITIALIZED",this.name);throw new Error(e)}}}var Tv=Object.defineProperty,x1=Object.getOwnPropertySymbols,Nv=Object.prototype.hasOwnProperty,Rv=Object.prototype.propertyIsEnumerable,S1=(t,e,r)=>e in t?Tv(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,C1=(t,e)=>{for(var r in e||(e={}))Nv.call(e,r)&&S1(t,r,e[r]);if(x1)for(var r of x1(e))Rv.call(e,r)&&S1(t,r,e[r]);return t};class sc extends eb{constructor(e){super(e),this.protocol=f1,this.version=jw,this.name=ic,this.events=new Dt.exports.EventEmitter,this.initialized=!1,this.on=(n,i)=>this.events.on(n,i),this.once=(n,i)=>this.events.once(n,i),this.off=(n,i)=>this.events.off(n,i),this.removeListener=(n,i)=>this.events.removeListener(n,i),this.projectId=e?.projectId;const r=typeof e?.logger<"u"&&typeof e?.logger!="string"?e.logger:fi(ht.getDefaultLoggerOptions({level:e?.logger||Bw.logger}));this.logger=ht.generateChildLogger(r,this.name),this.heartbeat=new vi.HeartBeat,this.crypto=new fv(this,this.logger,e?.keychain),this.history=new Fv(this,this.logger),this.expirer=new Pv(this,this.logger),this.storage=e!=null&&e.storage?e.storage:new sy(C1(C1({},kw),e?.storageOptions)),this.relayer=new Ov({core:this,logger:this.logger,relayUrl:e?.relayUrl,projectId:this.projectId}),this.pairing=new $v(this,this.logger)}static async init(e){const r=new sc(e);return await r.initialize(),r}get context(){return ht.getLoggerContext(this.logger)}async start(){this.initialized||await this.initialize()}async initialize(){this.logger.trace("Initialized");try{await this.crypto.init(),await this.history.init(),await this.expirer.init(),await this.relayer.init(),await this.heartbeat.init(),await this.pairing.init(),this.initialized=!0,this.logger.info("Core Initialization Success")}catch(e){throw this.logger.warn(`Core Initialization Failure at epoch ${Date.now()}`,e),this.logger.error(e.message),e}}}const Lv=sc,O1="wc",A1=2,I1="client",ac=`${O1}@${A1}:${I1}:`,cc={name:I1,logger:"error",controller:!1,relayUrl:"wss://relay.walletconnect.com"},Mv="proposal",Uv="session",rs=Fe.SEVEN_DAYS,jv="engine",Fi={wc_sessionPropose:{req:{ttl:Fe.FIVE_MINUTES,prompt:!0,tag:1100},res:{ttl:Fe.FIVE_MINUTES,prompt:!1,tag:1101}},wc_sessionSettle:{req:{ttl:Fe.FIVE_MINUTES,prompt:!1,tag:1102},res:{ttl:Fe.FIVE_MINUTES,prompt:!1,tag:1103}},wc_sessionUpdate:{req:{ttl:Fe.ONE_DAY,prompt:!1,tag:1104},res:{ttl:Fe.ONE_DAY,prompt:!1,tag:1105}},wc_sessionExtend:{req:{ttl:Fe.ONE_DAY,prompt:!1,tag:1106},res:{ttl:Fe.ONE_DAY,prompt:!1,tag:1107}},wc_sessionRequest:{req:{ttl:Fe.FIVE_MINUTES,prompt:!0,tag:1108},res:{ttl:Fe.FIVE_MINUTES,prompt:!1,tag:1109}},wc_sessionEvent:{req:{ttl:Fe.FIVE_MINUTES,prompt:!0,tag:1110},res:{ttl:Fe.FIVE_MINUTES,prompt:!1,tag:1111}},wc_sessionDelete:{req:{ttl:Fe.ONE_DAY,prompt:!1,tag:1112},res:{ttl:Fe.ONE_DAY,prompt:!1,tag:1113}},wc_sessionPing:{req:{ttl:Fe.THIRTY_SECONDS,prompt:!1,tag:1114},res:{ttl:Fe.THIRTY_SECONDS,prompt:!1,tag:1115}}},lc={min:Fe.FIVE_MINUTES,max:Fe.SEVEN_DAYS},Bv="request";var kv=Object.defineProperty,Hv=Object.defineProperties,zv=Object.getOwnPropertyDescriptors,D1=Object.getOwnPropertySymbols,Wv=Object.prototype.hasOwnProperty,Vv=Object.prototype.propertyIsEnumerable,$1=(t,e,r)=>e in t?kv(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,lr=(t,e)=>{for(var r in e||(e={}))Wv.call(e,r)&&$1(t,r,e[r]);if(D1)for(var r of D1(e))Vv.call(e,r)&&$1(t,r,e[r]);return t},uc=(t,e)=>Hv(t,zv(e));class qv extends lb{constructor(e){super(e),this.name=jv,this.events=new Dt.exports,this.initialized=!1,this.ignoredPayloadTypes=[en],this.init=async()=>{this.initialized||(await this.cleanup(),this.registerRelayerEvents(),this.registerExpirerEvents(),this.client.core.pairing.register({methods:Object.keys(Fi)}),this.initialized=!0)},this.connect=async r=>{this.isInitialized();const n=uc(lr({},r),{requiredNamespaces:r.requiredNamespaces||{},optionalNamespaces:r.optionalNamespaces||{}});await this.isValidConnect(n);const{pairingTopic:i,requiredNamespaces:o,optionalNamespaces:s,sessionProperties:a,relays:l}=n;let u=i,d,y=!1;if(u&&(y=this.client.core.pairing.pairings.get(u).active),!u||!y){const{topic:N,uri:S}=await this.client.core.pairing.create();u=N,d=S}const m=await this.client.core.crypto.generateKeyPair(),w=lr({requiredNamespaces:o,optionalNamespaces:s,relays:l??[{protocol:p1}],proposer:{publicKey:m,metadata:this.client.metadata}},a&&{sessionProperties:a}),{reject:_,resolve:R,done:M}=tn();if(this.events.once(Et("session_connect"),async({error:N,session:S})=>{if(N)_(N);else if(S){S.self.publicKey=m;const $=uc(lr({},S),{requiredNamespaces:S.requiredNamespaces,optionalNamespaces:S.optionalNamespaces});await this.client.session.set(S.topic,$),await this.setExpiry(S.topic,S.expiry),u&&await this.client.core.pairing.updateMetadata({topic:u,metadata:S.peer.metadata}),R($)}}),!u){const{message:N}=ue("NO_MATCHING_KEY",`connect() pairing topic: ${u}`);throw new Error(N)}const j=await this.sendRequest(u,"wc_sessionPropose",w),D=yr(Fe.FIVE_MINUTES);return await this.setProposal(j,lr({id:j,expiry:D},w)),{uri:d,approval:M}},this.pair=async r=>(this.isInitialized(),await this.client.core.pairing.pair(r)),this.approve=async r=>{this.isInitialized(),await this.isValidApprove(r);const{id:n,relayProtocol:i,namespaces:o,sessionProperties:s}=r,a=this.client.proposal.get(n);let{pairingTopic:l,proposer:u,requiredNamespaces:d,optionalNamespaces:y}=a;hi(d)||(d=Y5(o,"approve()"));const m=await this.client.core.crypto.generateKeyPair(),w=u.publicKey,_=await this.client.core.crypto.generateSharedKey(m,w);l&&n&&(await this.client.core.pairing.updateMetadata({topic:l,metadata:u.metadata}),await this.sendResult(n,l,{relay:{protocol:i??"irn"},responderPublicKey:m}),await this.client.proposal.delete(n,xt("USER_DISCONNECTED")),await this.client.core.pairing.activate({topic:l}));const R=lr({relay:{protocol:i??"irn"},namespaces:o,requiredNamespaces:d,optionalNamespaces:y,controller:{publicKey:m,metadata:this.client.metadata},expiry:yr(rs)},s&&{sessionProperties:s});await this.client.core.relayer.subscribe(_);const M=await this.sendRequest(_,"wc_sessionSettle",R),{done:j,resolve:D,reject:N}=tn();this.events.once(Et("session_approve",M),({error:$})=>{$?N($):D(this.client.session.get(_))});const S=uc(lr({},R),{topic:_,acknowledged:!1,self:R.controller,peer:{publicKey:u.publicKey,metadata:u.metadata},controller:m});return await this.client.session.set(_,S),await this.setExpiry(_,yr(rs)),{topic:_,acknowledged:j}},this.reject=async r=>{this.isInitialized(),await this.isValidReject(r);const{id:n,reason:i}=r,{pairingTopic:o}=this.client.proposal.get(n);o&&(await this.sendError(n,o,i),await this.client.proposal.delete(n,xt("USER_DISCONNECTED")))},this.update=async r=>{this.isInitialized(),await this.isValidUpdate(r);const{topic:n,namespaces:i}=r,o=await this.sendRequest(n,"wc_sessionUpdate",{namespaces:i}),{done:s,resolve:a,reject:l}=tn();return this.events.once(Et("session_update",o),({error:u})=>{u?l(u):a()}),await this.client.session.update(n,{namespaces:i}),{acknowledged:s}},this.extend=async r=>{this.isInitialized(),await this.isValidExtend(r);const{topic:n}=r,i=await this.sendRequest(n,"wc_sessionExtend",{}),{done:o,resolve:s,reject:a}=tn();return this.events.once(Et("session_extend",i),({error:l})=>{l?a(l):s()}),await this.setExpiry(n,yr(rs)),{acknowledged:o}},this.request=async r=>{this.isInitialized(),await this.isValidRequest(r);const{chainId:n,request:i,topic:o,expiry:s}=r,a=await this.sendRequest(o,"wc_sessionRequest",{request:i,chainId:n},s),{done:l,resolve:u,reject:d}=tn(s);return this.events.once(Et("session_request",a),({error:y,result:m})=>{y?d(y):u(m)}),await l()},this.respond=async r=>{this.isInitialized(),await this.isValidRespond(r);const{topic:n,response:i}=r,{id:o}=i;Ir(i)?await this.sendResult(o,n,i.result):fr(i)&&await this.sendError(o,n,i.error),this.deletePendingSessionRequest(r.response.id,{message:"fulfilled",code:0})},this.ping=async r=>{this.isInitialized(),await this.isValidPing(r);const{topic:n}=r;if(this.client.session.keys.includes(n)){const i=await this.sendRequest(n,"wc_sessionPing",{}),{done:o,resolve:s,reject:a}=tn();this.events.once(Et("session_ping",i),({error:l})=>{l?a(l):s()}),await o()}else this.client.core.pairing.pairings.keys.includes(n)&&await this.client.core.pairing.ping({topic:n})},this.emit=async r=>{this.isInitialized(),await this.isValidEmit(r);const{topic:n,event:i,chainId:o}=r;await this.sendRequest(n,"wc_sessionEvent",{event:i,chainId:o})},this.disconnect=async r=>{this.isInitialized(),await this.isValidDisconnect(r);const{topic:n}=r;this.client.session.keys.includes(n)?(await this.sendRequest(n,"wc_sessionDelete",xt("USER_DISCONNECTED")),await this.deleteSession(n)):await this.client.core.pairing.disconnect({topic:n})},this.find=r=>(this.isInitialized(),this.client.session.getAll().filter(n=>X5(n,r))),this.getPendingSessionRequests=()=>(this.isInitialized(),this.client.pendingRequest.getAll()),this.deleteSession=async(r,n)=>{const{self:i}=this.client.session.get(r);await this.client.core.relayer.unsubscribe(r),await Promise.all([this.client.session.delete(r,xt("USER_DISCONNECTED")),this.client.core.crypto.deleteKeyPair(i.publicKey),this.client.core.crypto.deleteSymKey(r),n?Promise.resolve():this.client.core.expirer.del(r)])},this.deleteProposal=async(r,n)=>{await Promise.all([this.client.proposal.delete(r,xt("USER_DISCONNECTED")),n?Promise.resolve():this.client.core.expirer.del(r)])},this.deletePendingSessionRequest=async(r,n,i=!1)=>{await Promise.all([this.client.pendingRequest.delete(r,n),i?Promise.resolve():this.client.core.expirer.del(r)])},this.setExpiry=async(r,n)=>{this.client.session.keys.includes(r)&&await this.client.session.update(r,{expiry:n}),this.client.core.expirer.set(r,n)},this.setProposal=async(r,n)=>{await this.client.proposal.set(r,n),this.client.core.expirer.set(r,n.expiry)},this.setPendingSessionRequest=async r=>{const n=Fi.wc_sessionRequest.req.ttl,{id:i,topic:o,params:s}=r;await this.client.pendingRequest.set(i,{id:i,topic:o,params:s}),n&&this.client.core.expirer.set(i,yr(n))},this.sendRequest=async(r,n,i,o)=>{const s=Zo(n,i),a=await this.client.core.crypto.encode(r,s),l=Fi[n].req;return o&&(l.ttl=o),this.client.core.history.set(r,s),this.client.core.relayer.publish(r,a,l),s.id},this.sendResult=async(r,n,i)=>{const o=Ja(r,i),s=await this.client.core.crypto.encode(n,o),a=await this.client.core.history.get(n,r),l=Fi[a.request.method].res;this.client.core.relayer.publish(n,s,l),await this.client.core.history.resolve(o)},this.sendError=async(r,n,i)=>{const o=Jo(r,i),s=await this.client.core.crypto.encode(n,o),a=await this.client.core.history.get(n,r),l=Fi[a.request.method].res;this.client.core.relayer.publish(n,s,l),await this.client.core.history.resolve(o)},this.cleanup=async()=>{const r=[],n=[];this.client.session.getAll().forEach(i=>{jr(i.expiry)&&r.push(i.topic)}),this.client.proposal.getAll().forEach(i=>{jr(i.expiry)&&n.push(i.id)}),await Promise.all([...r.map(i=>this.deleteSession(i)),...n.map(i=>this.deleteProposal(i))])},this.onRelayEventRequest=r=>{const{topic:n,payload:i}=r,o=i.method;switch(o){case"wc_sessionPropose":return this.onSessionProposeRequest(n,i);case"wc_sessionSettle":return this.onSessionSettleRequest(n,i);case"wc_sessionUpdate":return this.onSessionUpdateRequest(n,i);case"wc_sessionExtend":return this.onSessionExtendRequest(n,i);case"wc_sessionPing":return this.onSessionPingRequest(n,i);case"wc_sessionDelete":return this.onSessionDeleteRequest(n,i);case"wc_sessionRequest":return this.onSessionRequest(n,i);case"wc_sessionEvent":return this.onSessionEventRequest(n,i);default:return this.client.logger.info(`Unsupported request method ${o}`)}},this.onRelayEventResponse=async r=>{const{topic:n,payload:i}=r,o=(await this.client.core.history.get(n,i.id)).request.method;switch(o){case"wc_sessionPropose":return this.onSessionProposeResponse(n,i);case"wc_sessionSettle":return this.onSessionSettleResponse(n,i);case"wc_sessionUpdate":return this.onSessionUpdateResponse(n,i);case"wc_sessionExtend":return this.onSessionExtendResponse(n,i);case"wc_sessionPing":return this.onSessionPingResponse(n,i);case"wc_sessionRequest":return this.onSessionRequestResponse(n,i);default:return this.client.logger.info(`Unsupported response method ${o}`)}},this.onSessionProposeRequest=async(r,n)=>{const{params:i,id:o}=n;try{this.isValidConnect(lr({},n.params));const s=yr(Fe.FIVE_MINUTES),a=lr({id:o,pairingTopic:r,expiry:s},i);await this.setProposal(o,a),this.client.events.emit("session_proposal",{id:o,params:a})}catch(s){await this.sendError(o,r,s),this.client.logger.error(s)}},this.onSessionProposeResponse=async(r,n)=>{const{id:i}=n;if(Ir(n)){const{result:o}=n;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",result:o});const s=this.client.proposal.get(i);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",proposal:s});const a=s.proposer.publicKey;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",selfPublicKey:a});const l=o.responderPublicKey;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",peerPublicKey:l});const u=await this.client.core.crypto.generateSharedKey(a,l);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",sessionTopic:u});const d=await this.client.core.relayer.subscribe(u);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",subscriptionId:d}),await this.client.core.pairing.activate({topic:r})}else fr(n)&&(await this.client.proposal.delete(i,xt("USER_DISCONNECTED")),this.events.emit(Et("session_connect"),{error:n.error}))},this.onSessionSettleRequest=async(r,n)=>{const{id:i,params:o}=n;try{this.isValidSessionSettleRequest(o);const{relay:s,controller:a,expiry:l,namespaces:u,requiredNamespaces:d,optionalNamespaces:y,sessionProperties:m}=n.params,w=lr({topic:r,relay:s,expiry:l,namespaces:u,acknowledged:!0,requiredNamespaces:d,optionalNamespaces:y,controller:a.publicKey,self:{publicKey:"",metadata:this.client.metadata},peer:{publicKey:a.publicKey,metadata:a.metadata}},m&&{sessionProperties:m});await this.sendResult(n.id,r,!0),this.events.emit(Et("session_connect"),{session:w})}catch(s){await this.sendError(i,r,s),this.client.logger.error(s)}},this.onSessionSettleResponse=async(r,n)=>{const{id:i}=n;Ir(n)?(await this.client.session.update(r,{acknowledged:!0}),this.events.emit(Et("session_approve",i),{})):fr(n)&&(await this.client.session.delete(r,xt("USER_DISCONNECTED")),this.events.emit(Et("session_approve",i),{error:n.error}))},this.onSessionUpdateRequest=async(r,n)=>{const{params:i,id:o}=n;try{this.isValidUpdate(lr({topic:r},i)),await this.client.session.update(r,{namespaces:i.namespaces}),await this.sendResult(o,r,!0),this.client.events.emit("session_update",{id:o,topic:r,params:i})}catch(s){await this.sendError(o,r,s),this.client.logger.error(s)}},this.onSessionUpdateResponse=(r,n)=>{const{id:i}=n;Ir(n)?this.events.emit(Et("session_update",i),{}):fr(n)&&this.events.emit(Et("session_update",i),{error:n.error})},this.onSessionExtendRequest=async(r,n)=>{const{id:i}=n;try{this.isValidExtend({topic:r}),await this.setExpiry(r,yr(rs)),await this.sendResult(i,r,!0),this.client.events.emit("session_extend",{id:i,topic:r})}catch(o){await this.sendError(i,r,o),this.client.logger.error(o)}},this.onSessionExtendResponse=(r,n)=>{const{id:i}=n;Ir(n)?this.events.emit(Et("session_extend",i),{}):fr(n)&&this.events.emit(Et("session_extend",i),{error:n.error})},this.onSessionPingRequest=async(r,n)=>{const{id:i}=n;try{this.isValidPing({topic:r}),await this.sendResult(i,r,!0),this.client.events.emit("session_ping",{id:i,topic:r})}catch(o){await this.sendError(i,r,o),this.client.logger.error(o)}},this.onSessionPingResponse=(r,n)=>{const{id:i}=n;setTimeout(()=>{Ir(n)?this.events.emit(Et("session_ping",i),{}):fr(n)&&this.events.emit(Et("session_ping",i),{error:n.error})},500)},this.onSessionDeleteRequest=async(r,n)=>{const{id:i}=n;try{this.isValidDisconnect({topic:r,reason:n.params}),this.client.core.relayer.once(Bt.publish,async()=>{await this.deleteSession(r)}),await this.sendResult(i,r,!0),this.client.events.emit("session_delete",{id:i,topic:r})}catch(o){await this.sendError(i,r,o),this.client.logger.error(o)}},this.onSessionRequest=async(r,n)=>{const{id:i,params:o}=n;try{this.isValidRequest(lr({topic:r},o)),await this.setPendingSessionRequest({id:i,topic:r,params:o}),this.client.events.emit("session_request",{id:i,topic:r,params:o})}catch(s){await this.sendError(i,r,s),this.client.logger.error(s)}},this.onSessionRequestResponse=(r,n)=>{const{id:i}=n;Ir(n)?this.events.emit(Et("session_request",i),{result:n.result}):fr(n)&&this.events.emit(Et("session_request",i),{error:n.error})},this.onSessionEventRequest=async(r,n)=>{const{id:i,params:o}=n;try{this.isValidEmit(lr({topic:r},o)),this.client.events.emit("session_event",{id:i,topic:r,params:o})}catch(s){await this.sendError(i,r,s),this.client.logger.error(s)}},this.isValidConnect=async r=>{if(!Xt(r)){const{message:l}=ue("MISSING_OR_INVALID",`connect() params: ${JSON.stringify(r)}`);throw new Error(l)}const{pairingTopic:n,requiredNamespaces:i,optionalNamespaces:o,sessionProperties:s,relays:a}=r;if(kt(n)||await this.isValidPairingTopic(n),!um(a,!0)){const{message:l}=ue("MISSING_OR_INVALID",`connect() relays: ${a}`);throw new Error(l)}!kt(i)&&hi(i)!==0&&this.validateNamespaces(i,"requiredNamespaces"),!kt(o)&&hi(o)!==0&&this.validateNamespaces(o,"optionalNamespaces"),kt(s)||this.validateSessionProps(s,"sessionProperties")},this.validateNamespaces=(r,n)=>{const i=lm(r,"connect()",n);if(i)throw new Error(i.message)},this.isValidApprove=async r=>{if(!Xt(r))throw new Error(ue("MISSING_OR_INVALID",`approve() params: ${r}`).message);const{id:n,namespaces:i,relayProtocol:o,sessionProperties:s}=r;await this.isValidProposalId(n);const a=this.client.proposal.get(n),l=Wo(i,"approve()");if(l)throw new Error(l.message);const u=$a(a.requiredNamespaces,i,"approve()","requiredNamespaces");if(u)throw new Error(u.message);if(!$t(o,!0)){const{message:d}=ue("MISSING_OR_INVALID",`approve() relayProtocol: ${o}`);throw new Error(d)}if(Object.keys(i).length>Object.keys(a.requiredNamespaces).length){const d=Object.keys(a.optionalNamespaces).filter(w=>i[w]),y={};for(const w in a.optionalNamespaces)d.includes(w)&&(y[w]=a.optionalNamespaces[w]);const m=$a(y,i,"approve()","optionalNamespaces");if(m)throw new Error(m.message)}kt(s)||this.validateSessionProps(s,"sessionProperties")},this.isValidReject=async r=>{if(!Xt(r)){const{message:o}=ue("MISSING_OR_INVALID",`reject() params: ${r}`);throw new Error(o)}const{id:n,reason:i}=r;if(await this.isValidProposalId(n),!fm(i)){const{message:o}=ue("MISSING_OR_INVALID",`reject() reason: ${JSON.stringify(i)}`);throw new Error(o)}},this.isValidSessionSettleRequest=r=>{if(!Xt(r)){const{message:u}=ue("MISSING_OR_INVALID",`onSessionSettleRequest() params: ${r}`);throw new Error(u)}const{relay:n,controller:i,namespaces:o,expiry:s}=r;if(!i0(n)){const{message:u}=ue("MISSING_OR_INVALID","onSessionSettleRequest() relay protocol should be a string");throw new Error(u)}const a=nm(i,"onSessionSettleRequest()");if(a)throw new Error(a.message);const l=Wo(o,"onSessionSettleRequest()");if(l)throw new Error(l.message);if(jr(s)){const{message:u}=ue("EXPIRED","onSessionSettleRequest()");throw new Error(u)}},this.isValidUpdate=async r=>{if(!Xt(r)){const{message:l}=ue("MISSING_OR_INVALID",`update() params: ${r}`);throw new Error(l)}const{topic:n,namespaces:i}=r;await this.isValidSessionTopic(n);const o=this.client.session.get(n),s=Wo(i,"update()");if(s)throw new Error(s.message);const a=$a(o.requiredNamespaces,i,"update()","requiredNamespaces");if(a)throw new Error(a.message)},this.isValidExtend=async r=>{if(!Xt(r)){const{message:i}=ue("MISSING_OR_INVALID",`extend() params: ${r}`);throw new Error(i)}const{topic:n}=r;await this.isValidSessionTopic(n)},this.isValidRequest=async r=>{if(!Xt(r)){const{message:l}=ue("MISSING_OR_INVALID",`request() params: ${r}`);throw new Error(l)}const{topic:n,request:i,chainId:o,expiry:s}=r;await this.isValidSessionTopic(n);const{namespaces:a}=this.client.session.get(n);if(!o0(a,o)){const{message:l}=ue("MISSING_OR_INVALID",`request() chainId: ${o}`);throw new Error(l)}if(!dm(i)){const{message:l}=ue("MISSING_OR_INVALID",`request() ${JSON.stringify(i)}`);throw new Error(l)}if(!mm(a,o,i.method)){const{message:l}=ue("MISSING_OR_INVALID",`request() method: ${i.method}`);throw new Error(l)}if(s&&!bm(s,lc)){const{message:l}=ue("MISSING_OR_INVALID",`request() expiry: ${s}. Expiry must be a number (in seconds) between ${lc.min} and ${lc.max}`);throw new Error(l)}},this.isValidRespond=async r=>{if(!Xt(r)){const{message:o}=ue("MISSING_OR_INVALID",`respond() params: ${r}`);throw new Error(o)}const{topic:n,response:i}=r;if(await this.isValidSessionTopic(n),!pm(i)){const{message:o}=ue("MISSING_OR_INVALID",`respond() response: ${JSON.stringify(i)}`);throw new Error(o)}},this.isValidPing=async r=>{if(!Xt(r)){const{message:i}=ue("MISSING_OR_INVALID",`ping() params: ${r}`);throw new Error(i)}const{topic:n}=r;await this.isValidSessionOrPairingTopic(n)},this.isValidEmit=async r=>{if(!Xt(r)){const{message:a}=ue("MISSING_OR_INVALID",`emit() params: ${r}`);throw new Error(a)}const{topic:n,event:i,chainId:o}=r;await this.isValidSessionTopic(n);const{namespaces:s}=this.client.session.get(n);if(!o0(s,o)){const{message:a}=ue("MISSING_OR_INVALID",`emit() chainId: ${o}`);throw new Error(a)}if(!gm(i)){const{message:a}=ue("MISSING_OR_INVALID",`emit() event: ${JSON.stringify(i)}`);throw new Error(a)}if(!ym(s,o,i.name)){const{message:a}=ue("MISSING_OR_INVALID",`emit() event: ${JSON.stringify(i)}`);throw new Error(a)}},this.isValidDisconnect=async r=>{if(!Xt(r)){const{message:i}=ue("MISSING_OR_INVALID",`disconnect() params: ${r}`);throw new Error(i)}const{topic:n}=r;await this.isValidSessionOrPairingTopic(n)},this.validateSessionProps=(r,n)=>{Object.values(r).forEach(i=>{if(!$t(i,!1)){const{message:o}=ue("MISSING_OR_INVALID",`${n} must be in Record<string, string> format. Received: ${JSON.stringify(i)}`);throw new Error(o)}})}}isInitialized(){if(!this.initialized){const{message:e}=ue("NOT_INITIALIZED",this.name);throw new Error(e)}}registerRelayerEvents(){this.client.core.relayer.on(Bt.message,async e=>{const{topic:r,message:n}=e;if(this.ignoredPayloadTypes.includes(this.client.core.crypto.getPayloadType(n)))return;const i=await this.client.core.crypto.decode(r,n);Xa(i)?(this.client.core.history.set(r,i),this.onRelayEventRequest({topic:r,payload:i})):Qa(i)&&(await this.client.core.history.resolve(i),this.onRelayEventResponse({topic:r,payload:i}))})}registerExpirerEvents(){this.client.core.expirer.on(cr.expired,async e=>{const{topic:r,id:n}=Qh(e.target);if(n&&this.client.pendingRequest.keys.includes(n))return await this.deletePendingSessionRequest(n,ue("EXPIRED"),!0);r?this.client.session.keys.includes(r)&&(await this.deleteSession(r,!0),this.client.events.emit("session_expire",{topic:r})):n&&(await this.deleteProposal(n,!0),this.client.events.emit("proposal_expire",{id:n}))})}isValidPairingTopic(e){if(!$t(e,!1)){const{message:r}=ue("MISSING_OR_INVALID",`pairing topic should be a string: ${e}`);throw new Error(r)}if(!this.client.core.pairing.pairings.keys.includes(e)){const{message:r}=ue("NO_MATCHING_KEY",`pairing topic doesn't exist: ${e}`);throw new Error(r)}if(jr(this.client.core.pairing.pairings.get(e).expiry)){const{message:r}=ue("EXPIRED",`pairing topic: ${e}`);throw new Error(r)}}async isValidSessionTopic(e){if(!$t(e,!1)){const{message:r}=ue("MISSING_OR_INVALID",`session topic should be a string: ${e}`);throw new Error(r)}if(!this.client.session.keys.includes(e)){const{message:r}=ue("NO_MATCHING_KEY",`session topic doesn't exist: ${e}`);throw new Error(r)}if(jr(this.client.session.get(e).expiry)){await this.deleteSession(e);const{message:r}=ue("EXPIRED",`session topic: ${e}`);throw new Error(r)}}async isValidSessionOrPairingTopic(e){if(this.client.session.keys.includes(e))await this.isValidSessionTopic(e);else if(this.client.core.pairing.pairings.keys.includes(e))this.isValidPairingTopic(e);else if($t(e,!1)){const{message:r}=ue("NO_MATCHING_KEY",`session or pairing topic doesn't exist: ${e}`);throw new Error(r)}else{const{message:r}=ue("MISSING_OR_INVALID",`session or pairing topic should be a string: ${e}`);throw new Error(r)}}async isValidProposalId(e){if(!hm(e)){const{message:r}=ue("MISSING_OR_INVALID",`proposal id should be a number: ${e}`);throw new Error(r)}if(!this.client.proposal.keys.includes(e)){const{message:r}=ue("NO_MATCHING_KEY",`proposal id doesn't exist: ${e}`);throw new Error(r)}if(jr(this.client.proposal.get(e).expiry)){await this.deleteProposal(e);const{message:r}=ue("EXPIRED",`proposal id: ${e}`);throw new Error(r)}}}class Kv extends ts{constructor(e,r){super(e,r,Mv,ac),this.core=e,this.logger=r}}class Gv extends ts{constructor(e,r){super(e,r,Uv,ac),this.core=e,this.logger=r}}class Yv extends ts{constructor(e,r){super(e,r,Bv,ac),this.core=e,this.logger=r}}class hc extends cb{constructor(e){super(e),this.protocol=O1,this.version=A1,this.name=cc.name,this.events=new Dt.exports.EventEmitter,this.on=(n,i)=>this.events.on(n,i),this.once=(n,i)=>this.events.once(n,i),this.off=(n,i)=>this.events.off(n,i),this.removeListener=(n,i)=>this.events.removeListener(n,i),this.removeAllListeners=n=>this.events.removeAllListeners(n),this.connect=async n=>{try{return await this.engine.connect(n)}catch(i){throw this.logger.error(i.message),i}},this.pair=async n=>{try{return await this.engine.pair(n)}catch(i){throw this.logger.error(i.message),i}},this.approve=async n=>{try{return await this.engine.approve(n)}catch(i){throw this.logger.error(i.message),i}},this.reject=async n=>{try{return await this.engine.reject(n)}catch(i){throw this.logger.error(i.message),i}},this.update=async n=>{try{return await this.engine.update(n)}catch(i){throw this.logger.error(i.message),i}},this.extend=async n=>{try{return await this.engine.extend(n)}catch(i){throw this.logger.error(i.message),i}},this.request=async n=>{try{return await this.engine.request(n)}catch(i){throw this.logger.error(i.message),i}},this.respond=async n=>{try{return await this.engine.respond(n)}catch(i){throw this.logger.error(i.message),i}},this.ping=async n=>{try{return await this.engine.ping(n)}catch(i){throw this.logger.error(i.message),i}},this.emit=async n=>{try{return await this.engine.emit(n)}catch(i){throw this.logger.error(i.message),i}},this.disconnect=async n=>{try{return await this.engine.disconnect(n)}catch(i){throw this.logger.error(i.message),i}},this.find=n=>{try{return this.engine.find(n)}catch(i){throw this.logger.error(i.message),i}},this.getPendingSessionRequests=()=>{try{return this.engine.getPendingSessionRequests()}catch(n){throw this.logger.error(n.message),n}},this.name=e?.name||cc.name,this.metadata=e?.metadata||$5();const r=typeof e?.logger<"u"&&typeof e?.logger!="string"?e.logger:fi(ht.getDefaultLoggerOptions({level:e?.logger||cc.logger}));this.core=e?.core||new Lv(e),this.logger=ht.generateChildLogger(r,this.name),this.session=new Gv(this.core,this.logger),this.proposal=new Kv(this.core,this.logger),this.pendingRequest=new Yv(this.core,this.logger),this.engine=new qv(this)}static async init(e){const r=new hc(e);return await r.initialize(),r}get context(){return ht.getLoggerContext(this.logger)}get pairing(){return this.core.pairing.pairings}async initialize(){this.logger.trace("Initialized");try{await this.core.start(),await this.session.init(),await this.proposal.init(),await this.pendingRequest.init(),await this.engine.init(),this.logger.info("SignClient Initialization Success")}catch(e){throw this.logger.info("SignClient Initialization Failure"),this.logger.error(e.message),e}}}var fc={exports:{}};(function(t,e){var r=typeof self<"u"?self:It,n=function(){function o(){this.fetch=!1,this.DOMException=r.DOMException}return o.prototype=r,new o}();(function(o){(function(s){var a={searchParams:"URLSearchParams"in o,iterable:"Symbol"in o&&"iterator"in Symbol,blob:"FileReader"in o&&"Blob"in o&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in o,arrayBuffer:"ArrayBuffer"in o};function l(E){return E&&DataView.prototype.isPrototypeOf(E)}if(a.arrayBuffer)var u=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],d=ArrayBuffer.isView||function(E){return E&&u.indexOf(Object.prototype.toString.call(E))>-1};function y(E){if(typeof E!="string"&&(E=String(E)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(E))throw new TypeError("Invalid character in header field name");return E.toLowerCase()}function m(E){return typeof E!="string"&&(E=String(E)),E}function w(E){var I={next:function(){var Z=E.shift();return{done:Z===void 0,value:Z}}};return a.iterable&&(I[Symbol.iterator]=function(){return I}),I}function _(E){this.map={},E instanceof _?E.forEach(function(I,Z){this.append(Z,I)},this):Array.isArray(E)?E.forEach(function(I){this.append(I[0],I[1])},this):E&&Object.getOwnPropertyNames(E).forEach(function(I){this.append(I,E[I])},this)}_.prototype.append=function(E,I){E=y(E),I=m(I);var Z=this.map[E];this.map[E]=Z?Z+", "+I:I},_.prototype.delete=function(E){delete this.map[y(E)]},_.prototype.get=function(E){return E=y(E),this.has(E)?this.map[E]:null},_.prototype.has=function(E){return this.map.hasOwnProperty(y(E))},_.prototype.set=function(E,I){this.map[y(E)]=m(I)},_.prototype.forEach=function(E,I){for(var Z in this.map)this.map.hasOwnProperty(Z)&&E.call(I,this.map[Z],Z,this)},_.prototype.keys=function(){var E=[];return this.forEach(function(I,Z){E.push(Z)}),w(E)},_.prototype.values=function(){var E=[];return this.forEach(function(I){E.push(I)}),w(E)},_.prototype.entries=function(){var E=[];return this.forEach(function(I,Z){E.push([Z,I])}),w(E)},a.iterable&&(_.prototype[Symbol.iterator]=_.prototype.entries);function R(E){if(E.bodyUsed)return Promise.reject(new TypeError("Already read"));E.bodyUsed=!0}function M(E){return new Promise(function(I,Z){E.onload=function(){I(E.result)},E.onerror=function(){Z(E.error)}})}function j(E){var I=new FileReader,Z=M(I);return I.readAsArrayBuffer(E),Z}function D(E){var I=new FileReader,Z=M(I);return I.readAsText(E),Z}function N(E){for(var I=new Uint8Array(E),Z=new Array(I.length),J=0;J<I.length;J++)Z[J]=String.fromCharCode(I[J]);return Z.join("")}function S(E){if(E.slice)return E.slice(0);var I=new Uint8Array(E.byteLength);return I.set(new Uint8Array(E)),I.buffer}function $(){return this.bodyUsed=!1,this._initBody=function(E){this._bodyInit=E,E?typeof E=="string"?this._bodyText=E:a.blob&&Blob.prototype.isPrototypeOf(E)?this._bodyBlob=E:a.formData&&FormData.prototype.isPrototypeOf(E)?this._bodyFormData=E:a.searchParams&&URLSearchParams.prototype.isPrototypeOf(E)?this._bodyText=E.toString():a.arrayBuffer&&a.blob&&l(E)?(this._bodyArrayBuffer=S(E.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(E)||d(E))?this._bodyArrayBuffer=S(E):this._bodyText=E=Object.prototype.toString.call(E):this._bodyText="",this.headers.get("content-type")||(typeof E=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):a.searchParams&&URLSearchParams.prototype.isPrototypeOf(E)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},a.blob&&(this.blob=function(){var E=R(this);if(E)return E;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?R(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(j)}),this.text=function(){var E=R(this);if(E)return E;if(this._bodyBlob)return D(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(N(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a.formData&&(this.formData=function(){return this.text().then(q)}),this.json=function(){return this.text().then(JSON.parse)},this}var P=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function h(E){var I=E.toUpperCase();return P.indexOf(I)>-1?I:E}function C(E,I){I=I||{};var Z=I.body;if(E instanceof C){if(E.bodyUsed)throw new TypeError("Already read");this.url=E.url,this.credentials=E.credentials,I.headers||(this.headers=new _(E.headers)),this.method=E.method,this.mode=E.mode,this.signal=E.signal,!Z&&E._bodyInit!=null&&(Z=E._bodyInit,E.bodyUsed=!0)}else this.url=String(E);if(this.credentials=I.credentials||this.credentials||"same-origin",(I.headers||!this.headers)&&(this.headers=new _(I.headers)),this.method=h(I.method||this.method||"GET"),this.mode=I.mode||this.mode||null,this.signal=I.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&Z)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(Z)}C.prototype.clone=function(){return new C(this,{body:this._bodyInit})};function q(E){var I=new FormData;return E.trim().split("&").forEach(function(Z){if(Z){var J=Z.split("="),H=J.shift().replace(/\+/g," "),B=J.join("=").replace(/\+/g," ");I.append(decodeURIComponent(H),decodeURIComponent(B))}}),I}function z(E){var I=new _,Z=E.replace(/\r?\n[\t ]+/g," ");return Z.split(/\r?\n/).forEach(function(J){var H=J.split(":"),B=H.shift().trim();if(B){var W=H.join(":").trim();I.append(B,W)}}),I}$.call(C.prototype);function Y(E,I){I||(I={}),this.type="default",this.status=I.status===void 0?200:I.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in I?I.statusText:"OK",this.headers=new _(I.headers),this.url=I.url||"",this._initBody(E)}$.call(Y.prototype),Y.prototype.clone=function(){return new Y(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new _(this.headers),url:this.url})},Y.error=function(){var E=new Y(null,{status:0,statusText:""});return E.type="error",E};var re=[301,302,303,307,308];Y.redirect=function(E,I){if(re.indexOf(I)===-1)throw new RangeError("Invalid status code");return new Y(null,{status:I,headers:{location:E}})},s.DOMException=o.DOMException;try{new s.DOMException}catch{s.DOMException=function(I,Z){this.message=I,this.name=Z;var J=Error(I);this.stack=J.stack},s.DOMException.prototype=Object.create(Error.prototype),s.DOMException.prototype.constructor=s.DOMException}function ie(E,I){return new Promise(function(Z,J){var H=new C(E,I);if(H.signal&&H.signal.aborted)return J(new s.DOMException("Aborted","AbortError"));var B=new XMLHttpRequest;function W(){B.abort()}B.onload=function(){var V={status:B.status,statusText:B.statusText,headers:z(B.getAllResponseHeaders()||"")};V.url="responseURL"in B?B.responseURL:V.headers.get("X-Request-URL");var ce="response"in B?B.response:B.responseText;Z(new Y(ce,V))},B.onerror=function(){J(new TypeError("Network request failed"))},B.ontimeout=function(){J(new TypeError("Network request failed"))},B.onabort=function(){J(new s.DOMException("Aborted","AbortError"))},B.open(H.method,H.url,!0),H.credentials==="include"?B.withCredentials=!0:H.credentials==="omit"&&(B.withCredentials=!1),"responseType"in B&&a.blob&&(B.responseType="blob"),H.headers.forEach(function(V,ce){B.setRequestHeader(ce,V)}),H.signal&&(H.signal.addEventListener("abort",W),B.onreadystatechange=function(){B.readyState===4&&H.signal.removeEventListener("abort",W)}),B.send(typeof H._bodyInit>"u"?null:H._bodyInit)})}return ie.polyfill=!0,o.fetch||(o.fetch=ie,o.Headers=_,o.Request=C,o.Response=Y),s.Headers=_,s.Request=C,s.Response=Y,s.fetch=ie,Object.defineProperty(s,"__esModule",{value:!0}),s})({})})(n),n.fetch.ponyfill=!0,delete n.fetch.polyfill;var i=n;e=i.fetch,e.default=i.fetch,e.fetch=i.fetch,e.Headers=i.Headers,e.Request=i.Request,e.Response=i.Response,t.exports=e})(fc,fc.exports);var F1=Wp(fc.exports);const P1={headers:{Accept:"application/json","Content-Type":"application/json"},method:"POST"},T1=10;class ns{constructor(e){if(this.url=e,this.events=new Dt.exports.EventEmitter,this.isAvailable=!1,this.registering=!1,!W0(e))throw new Error(`Provided URL is not compatible with HTTP connection: ${e}`);this.url=e}get connected(){return this.isAvailable}get connecting(){return this.registering}on(e,r){this.events.on(e,r)}once(e,r){this.events.once(e,r)}off(e,r){this.events.off(e,r)}removeListener(e,r){this.events.removeListener(e,r)}async open(e=this.url){await this.register(e)}async close(){if(!this.isAvailable)throw new Error("Connection already closed");this.onClose()}async send(e,r){this.isAvailable||await this.register();try{const n=Ci(e),o=await(await F1(this.url,Object.assign(Object.assign({},P1),{body:n}))).json();this.onPayload({data:o})}catch(n){this.onError(e.id,n)}}async register(e=this.url){if(!W0(e))throw new Error(`Provided URL is not compatible with HTTP connection: ${e}`);if(this.registering){const r=this.events.getMaxListeners();return(this.events.listenerCount("register_error")>=r||this.events.listenerCount("open")>=r)&&this.events.setMaxListeners(r+1),new Promise((n,i)=>{this.events.once("register_error",o=>{this.resetMaxListeners(),i(o)}),this.events.once("open",()=>{if(this.resetMaxListeners(),typeof this.isAvailable>"u")return i(new Error("HTTP connection is missing or invalid"));n()})})}this.url=e,this.registering=!0;try{const r=Ci({id:1,jsonrpc:"2.0",method:"test",params:[]});await F1(e,Object.assign(Object.assign({},P1),{body:r})),this.onOpen()}catch(r){const n=this.parseError(r);throw this.events.emit("register_error",n),this.onClose(),n}}onOpen(){this.isAvailable=!0,this.registering=!1,this.events.emit("open")}onClose(){this.isAvailable=!1,this.registering=!1,this.events.emit("close")}onPayload(e){if(typeof e.data>"u")return;const r=typeof e.data=="string"?Va(e.data):e.data;this.events.emit("payload",r)}onError(e,r){const n=this.parseError(r),i=n.message||n.toString(),o=Jo(e,i);this.events.emit("payload",o)}parseError(e,r=this.url){return U0(e,r,"HTTP")}resetMaxListeners(){this.events.getMaxListeners()>T1&&this.events.setMaxListeners(T1)}}var Zv=Object.defineProperty,N1=Object.getOwnPropertySymbols,Jv=Object.prototype.hasOwnProperty,Xv=Object.prototype.propertyIsEnumerable,R1=(t,e,r)=>e in t?Zv(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Qt=(t,e)=>{for(var r in e||(e={}))Jv.call(e,r)&&R1(t,r,e[r]);if(N1)for(var r of N1(e))Xv.call(e,r)&&R1(t,r,e[r]);return t};function Qv(t){var e;const r=(e=t[Object.keys(t)[0]])==null?void 0:e.chains[0];return[r.split(":")[0],r.split(":")[1]]}function Hr(t,e){let r;return e.rpcMap&&(r=e.rpcMap[e4([t])]),r}function e4(t){return Number(t[0].split(":")[1])}function is(){if(typeof window<"u")try{const t=window.localStorage.getItem("WALLETCONNECT_DEEPLINK_CHOICE");if(t){const e=JSON.parse(t);window.open(e.href,"_self","noreferrer noopener")}}catch(t){console.error(t)}}var sn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Pi(t){var e=t.default;if(typeof e=="function"){var r=function(){return e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach(function(n){var i=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(r,n,i.get?i:{enumerable:!0,get:function(){return t[n]}})}),r}var os={};/*! *****************************************************************************
67
+ Copyright (c) Microsoft Corporation.
68
+
69
+ Permission to use, copy, modify, and/or distribute this software for any
70
+ purpose with or without fee is hereby granted.
71
+
72
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
73
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
74
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
75
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
76
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
77
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
78
+ PERFORMANCE OF THIS SOFTWARE.
79
+ ***************************************************************************** */var dc=function(t,e){return dc=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i])},dc(t,e)};function t4(t,e){dc(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var pc=function(){return pc=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++){e=arguments[r];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])}return t},pc.apply(this,arguments)};function r4(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function n4(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(i<3?s(o):i>3?s(e,r,o):s(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function i4(t,e){return function(r,n){e(r,n,t)}}function o4(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function s4(t,e,r,n){function i(o){return o instanceof r?o:new r(function(s){s(o)})}return new(r||(r=Promise))(function(o,s){function a(d){try{u(n.next(d))}catch(y){s(y)}}function l(d){try{u(n.throw(d))}catch(y){s(y)}}function u(d){d.done?o(d.value):i(d.value).then(a,l)}u((n=n.apply(t,e||[])).next())})}function a4(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(u){return function(d){return l([u,d])}}function l(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=u[0]&2?i.return:u[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,u[1])).done)return o;switch(i=0,o&&(u=[u[0]&2,o.value]),u[0]){case 0:case 1:o=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,i=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){r.label=u[1];break}if(u[0]===6&&r.label<o[1]){r.label=o[1],o=u;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(u);break}o[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}catch(d){u=[6,d],i=0}finally{n=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function c4(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function l4(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function gc(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function L1(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],s;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(a){s={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function u4(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(L1(arguments[e]));return t}function h4(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var o=arguments[e],s=0,a=o.length;s<a;s++,i++)n[i]=o[s];return n}function Ti(t){return this instanceof Ti?(this.v=t,this):new Ti(t)}function f4(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},s("next"),s("throw"),s("return"),i[Symbol.asyncIterator]=function(){return this},i;function s(m){n[m]&&(i[m]=function(w){return new Promise(function(_,R){o.push([m,w,_,R])>1||a(m,w)})})}function a(m,w){try{l(n[m](w))}catch(_){y(o[0][3],_)}}function l(m){m.value instanceof Ti?Promise.resolve(m.value.v).then(u,d):y(o[0][2],m)}function u(m){a("next",m)}function d(m){a("throw",m)}function y(m,w){m(w),o.shift(),o.length&&a(o[0][0],o[0][1])}}function d4(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,o){e[i]=t[i]?function(s){return(r=!r)?{value:Ti(t[i](s)),done:i==="return"}:o?o(s):s}:o}}function p4(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof gc=="function"?gc(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(o){r[o]=t[o]&&function(s){return new Promise(function(a,l){s=t[o](s),i(a,l,s.done,s.value)})}}function i(o,s,a,l){Promise.resolve(l).then(function(u){o({value:u,done:a})},s)}}function g4(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function m4(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function y4(t){return t&&t.__esModule?t:{default:t}}function b4(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function w4(t,e,r){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,r),r}var v4=Object.freeze({__proto__:null,__extends:t4,get __assign(){return pc},__rest:r4,__decorate:n4,__param:i4,__metadata:o4,__awaiter:s4,__generator:a4,__createBinding:c4,__exportStar:l4,__values:gc,__read:L1,__spread:u4,__spreadArrays:h4,__await:Ti,__asyncGenerator:f4,__asyncDelegator:d4,__asyncValues:p4,__makeTemplateObject:g4,__importStar:m4,__importDefault:y4,__classPrivateFieldGet:b4,__classPrivateFieldSet:w4}),M1=Pi(v4),Ni={};Object.defineProperty(Ni,"__esModule",{value:!0});function _4(t){if(typeof t!="string")throw new Error(`Cannot safe json parse value of type ${typeof t}`);try{return JSON.parse(t)}catch{return t}}Ni.safeJsonParse=_4;function E4(t){return typeof t=="string"?t:JSON.stringify(t,(e,r)=>typeof r>"u"?null:r)}Ni.safeJsonStringify=E4;var ss={exports:{}},U1;function x4(){return U1||(U1=1,function(){let t;function e(){}t=e,t.prototype.getItem=function(r){return this.hasOwnProperty(r)?String(this[r]):null},t.prototype.setItem=function(r,n){this[r]=String(n)},t.prototype.removeItem=function(r){delete this[r]},t.prototype.clear=function(){const r=this;Object.keys(r).forEach(function(n){r[n]=void 0,delete r[n]})},t.prototype.key=function(r){return r=r||0,Object.keys(this)[r]},t.prototype.__defineGetter__("length",function(){return Object.keys(this).length}),typeof sn<"u"&&sn.localStorage?ss.exports=sn.localStorage:typeof window<"u"&&window.localStorage?ss.exports=window.localStorage:ss.exports=new e}()),ss.exports}var j1={},Ri={},B1;function S4(){if(B1)return Ri;B1=1,Object.defineProperty(Ri,"__esModule",{value:!0}),Ri.IKeyValueStorage=void 0;class t{}return Ri.IKeyValueStorage=t,Ri}var Li={},k1;function C4(){if(k1)return Li;k1=1,Object.defineProperty(Li,"__esModule",{value:!0}),Li.parseEntry=void 0;const t=Ni;function e(r){var n;return[r[0],t.safeJsonParse((n=r[1])!==null&&n!==void 0?n:"")]}return Li.parseEntry=e,Li}var H1;function O4(){return H1||(H1=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=M1;e.__exportStar(S4(),t),e.__exportStar(C4(),t)}(j1)),j1}Object.defineProperty(os,"__esModule",{value:!0}),os.KeyValueStorage=void 0;const Nn=M1,z1=Ni,A4=Nn.__importDefault(x4()),I4=O4();class W1{constructor(){this.localStorage=A4.default}getKeys(){return Nn.__awaiter(this,void 0,void 0,function*(){return Object.keys(this.localStorage)})}getEntries(){return Nn.__awaiter(this,void 0,void 0,function*(){return Object.entries(this.localStorage).map(I4.parseEntry)})}getItem(e){return Nn.__awaiter(this,void 0,void 0,function*(){const r=this.localStorage.getItem(e);if(r!==null)return z1.safeJsonParse(r)})}setItem(e,r){return Nn.__awaiter(this,void 0,void 0,function*(){this.localStorage.setItem(e,z1.safeJsonStringify(r))})}removeItem(e){return Nn.__awaiter(this,void 0,void 0,function*(){this.localStorage.removeItem(e)})}}os.KeyValueStorage=W1,os.default=W1;var D4={};/*! *****************************************************************************
80
+ Copyright (c) Microsoft Corporation.
81
+
82
+ Permission to use, copy, modify, and/or distribute this software for any
83
+ purpose with or without fee is hereby granted.
84
+
85
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
86
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
87
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
88
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
89
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
90
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
91
+ PERFORMANCE OF THIS SOFTWARE.
92
+ ***************************************************************************** */var mc=function(t,e){return mc=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i])},mc(t,e)};function $4(t,e){mc(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var yc=function(){return yc=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++){e=arguments[r];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])}return t},yc.apply(this,arguments)};function F4(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function P4(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(i<3?s(o):i>3?s(e,r,o):s(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function T4(t,e){return function(r,n){e(r,n,t)}}function N4(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function R4(t,e,r,n){function i(o){return o instanceof r?o:new r(function(s){s(o)})}return new(r||(r=Promise))(function(o,s){function a(d){try{u(n.next(d))}catch(y){s(y)}}function l(d){try{u(n.throw(d))}catch(y){s(y)}}function u(d){d.done?o(d.value):i(d.value).then(a,l)}u((n=n.apply(t,e||[])).next())})}function L4(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(u){return function(d){return l([u,d])}}function l(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=u[0]&2?i.return:u[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,u[1])).done)return o;switch(i=0,o&&(u=[u[0]&2,o.value]),u[0]){case 0:case 1:o=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,i=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){r.label=u[1];break}if(u[0]===6&&r.label<o[1]){r.label=o[1],o=u;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(u);break}o[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}catch(d){u=[6,d],i=0}finally{n=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function M4(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function U4(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function bc(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function V1(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],s;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(a){s={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function j4(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(V1(arguments[e]));return t}function B4(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var o=arguments[e],s=0,a=o.length;s<a;s++,i++)n[i]=o[s];return n}function Mi(t){return this instanceof Mi?(this.v=t,this):new Mi(t)}function k4(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},s("next"),s("throw"),s("return"),i[Symbol.asyncIterator]=function(){return this},i;function s(m){n[m]&&(i[m]=function(w){return new Promise(function(_,R){o.push([m,w,_,R])>1||a(m,w)})})}function a(m,w){try{l(n[m](w))}catch(_){y(o[0][3],_)}}function l(m){m.value instanceof Mi?Promise.resolve(m.value.v).then(u,d):y(o[0][2],m)}function u(m){a("next",m)}function d(m){a("throw",m)}function y(m,w){m(w),o.shift(),o.length&&a(o[0][0],o[0][1])}}function H4(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,o){e[i]=t[i]?function(s){return(r=!r)?{value:Mi(t[i](s)),done:i==="return"}:o?o(s):s}:o}}function z4(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof bc=="function"?bc(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(o){r[o]=t[o]&&function(s){return new Promise(function(a,l){s=t[o](s),i(a,l,s.done,s.value)})}}function i(o,s,a,l){Promise.resolve(l).then(function(u){o({value:u,done:a})},s)}}function W4(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function V4(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function q4(t){return t&&t.__esModule?t:{default:t}}function K4(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function G4(t,e,r){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,r),r}var Y4=Object.freeze({__proto__:null,__extends:$4,get __assign(){return yc},__rest:F4,__decorate:P4,__param:T4,__metadata:N4,__awaiter:R4,__generator:L4,__createBinding:M4,__exportStar:U4,__values:bc,__read:V1,__spread:j4,__spreadArrays:B4,__await:Mi,__asyncGenerator:k4,__asyncDelegator:H4,__asyncValues:z4,__makeTemplateObject:W4,__importStar:V4,__importDefault:q4,__classPrivateFieldGet:K4,__classPrivateFieldSet:G4}),as=Pi(Y4),Ui={},wc={};/*! *****************************************************************************
93
+ Copyright (c) Microsoft Corporation.
94
+
95
+ Permission to use, copy, modify, and/or distribute this software for any
96
+ purpose with or without fee is hereby granted.
97
+
98
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
99
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
100
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
101
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
102
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
103
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
104
+ PERFORMANCE OF THIS SOFTWARE.
105
+ ***************************************************************************** */var vc=function(t,e){return vc=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i])},vc(t,e)};function Z4(t,e){vc(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var _c=function(){return _c=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++){e=arguments[r];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])}return t},_c.apply(this,arguments)};function J4(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function X4(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(i<3?s(o):i>3?s(e,r,o):s(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function Q4(t,e){return function(r,n){e(r,n,t)}}function e8(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function t8(t,e,r,n){function i(o){return o instanceof r?o:new r(function(s){s(o)})}return new(r||(r=Promise))(function(o,s){function a(d){try{u(n.next(d))}catch(y){s(y)}}function l(d){try{u(n.throw(d))}catch(y){s(y)}}function u(d){d.done?o(d.value):i(d.value).then(a,l)}u((n=n.apply(t,e||[])).next())})}function r8(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(u){return function(d){return l([u,d])}}function l(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=u[0]&2?i.return:u[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,u[1])).done)return o;switch(i=0,o&&(u=[u[0]&2,o.value]),u[0]){case 0:case 1:o=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,i=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){r.label=u[1];break}if(u[0]===6&&r.label<o[1]){r.label=o[1],o=u;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(u);break}o[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}catch(d){u=[6,d],i=0}finally{n=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function n8(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function i8(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function Ec(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function q1(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],s;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(a){s={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function o8(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(q1(arguments[e]));return t}function s8(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var o=arguments[e],s=0,a=o.length;s<a;s++,i++)n[i]=o[s];return n}function ji(t){return this instanceof ji?(this.v=t,this):new ji(t)}function a8(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},s("next"),s("throw"),s("return"),i[Symbol.asyncIterator]=function(){return this},i;function s(m){n[m]&&(i[m]=function(w){return new Promise(function(_,R){o.push([m,w,_,R])>1||a(m,w)})})}function a(m,w){try{l(n[m](w))}catch(_){y(o[0][3],_)}}function l(m){m.value instanceof ji?Promise.resolve(m.value.v).then(u,d):y(o[0][2],m)}function u(m){a("next",m)}function d(m){a("throw",m)}function y(m,w){m(w),o.shift(),o.length&&a(o[0][0],o[0][1])}}function c8(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,o){e[i]=t[i]?function(s){return(r=!r)?{value:ji(t[i](s)),done:i==="return"}:o?o(s):s}:o}}function l8(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof Ec=="function"?Ec(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(o){r[o]=t[o]&&function(s){return new Promise(function(a,l){s=t[o](s),i(a,l,s.done,s.value)})}}function i(o,s,a,l){Promise.resolve(l).then(function(u){o({value:u,done:a})},s)}}function u8(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function h8(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function f8(t){return t&&t.__esModule?t:{default:t}}function d8(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function p8(t,e,r){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,r),r}var g8=Object.freeze({__proto__:null,__extends:Z4,get __assign(){return _c},__rest:J4,__decorate:X4,__param:Q4,__metadata:e8,__awaiter:t8,__generator:r8,__createBinding:n8,__exportStar:i8,__values:Ec,__read:q1,__spread:o8,__spreadArrays:s8,__await:ji,__asyncGenerator:a8,__asyncDelegator:c8,__asyncValues:l8,__makeTemplateObject:u8,__importStar:h8,__importDefault:f8,__classPrivateFieldGet:d8,__classPrivateFieldSet:p8}),cs=Pi(g8),K1={},Bi={},G1;function m8(){if(G1)return Bi;G1=1,Object.defineProperty(Bi,"__esModule",{value:!0}),Bi.delay=void 0;function t(e){return new Promise(r=>{setTimeout(()=>{r(!0)},e)})}return Bi.delay=t,Bi}var an={},Y1={},Rn={},Z1;function y8(){return Z1||(Z1=1,Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.ONE_THOUSAND=Rn.ONE_HUNDRED=void 0,Rn.ONE_HUNDRED=100,Rn.ONE_THOUSAND=1e3),Rn}var J1={},X1;function b8(){return X1||(X1=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.ONE_YEAR=t.FOUR_WEEKS=t.THREE_WEEKS=t.TWO_WEEKS=t.ONE_WEEK=t.THIRTY_DAYS=t.SEVEN_DAYS=t.FIVE_DAYS=t.THREE_DAYS=t.ONE_DAY=t.TWENTY_FOUR_HOURS=t.TWELVE_HOURS=t.SIX_HOURS=t.THREE_HOURS=t.ONE_HOUR=t.SIXTY_MINUTES=t.THIRTY_MINUTES=t.TEN_MINUTES=t.FIVE_MINUTES=t.ONE_MINUTE=t.SIXTY_SECONDS=t.THIRTY_SECONDS=t.TEN_SECONDS=t.FIVE_SECONDS=t.ONE_SECOND=void 0,t.ONE_SECOND=1,t.FIVE_SECONDS=5,t.TEN_SECONDS=10,t.THIRTY_SECONDS=30,t.SIXTY_SECONDS=60,t.ONE_MINUTE=t.SIXTY_SECONDS,t.FIVE_MINUTES=t.ONE_MINUTE*5,t.TEN_MINUTES=t.ONE_MINUTE*10,t.THIRTY_MINUTES=t.ONE_MINUTE*30,t.SIXTY_MINUTES=t.ONE_MINUTE*60,t.ONE_HOUR=t.SIXTY_MINUTES,t.THREE_HOURS=t.ONE_HOUR*3,t.SIX_HOURS=t.ONE_HOUR*6,t.TWELVE_HOURS=t.ONE_HOUR*12,t.TWENTY_FOUR_HOURS=t.ONE_HOUR*24,t.ONE_DAY=t.TWENTY_FOUR_HOURS,t.THREE_DAYS=t.ONE_DAY*3,t.FIVE_DAYS=t.ONE_DAY*5,t.SEVEN_DAYS=t.ONE_DAY*7,t.THIRTY_DAYS=t.ONE_DAY*30,t.ONE_WEEK=t.SEVEN_DAYS,t.TWO_WEEKS=t.ONE_WEEK*2,t.THREE_WEEKS=t.ONE_WEEK*3,t.FOUR_WEEKS=t.ONE_WEEK*4,t.ONE_YEAR=t.ONE_DAY*365}(J1)),J1}var Q1;function ef(){return Q1||(Q1=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=cs;e.__exportStar(y8(),t),e.__exportStar(b8(),t)}(Y1)),Y1}var tf;function w8(){if(tf)return an;tf=1,Object.defineProperty(an,"__esModule",{value:!0}),an.fromMiliseconds=an.toMiliseconds=void 0;const t=ef();function e(n){return n*t.ONE_THOUSAND}an.toMiliseconds=e;function r(n){return Math.floor(n/t.ONE_THOUSAND)}return an.fromMiliseconds=r,an}var rf;function v8(){return rf||(rf=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=cs;e.__exportStar(m8(),t),e.__exportStar(w8(),t)}(K1)),K1}var Ln={},nf;function _8(){if(nf)return Ln;nf=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.Watch=void 0;class t{constructor(){this.timestamps=new Map}start(r){if(this.timestamps.has(r))throw new Error(`Watch already started for label: ${r}`);this.timestamps.set(r,{started:Date.now()})}stop(r){const n=this.get(r);if(typeof n.elapsed<"u")throw new Error(`Watch already stopped for label: ${r}`);const i=Date.now()-n.started;this.timestamps.set(r,{started:n.started,elapsed:i})}get(r){const n=this.timestamps.get(r);if(typeof n>"u")throw new Error(`No timestamp found for label: ${r}`);return n}elapsed(r){const n=this.get(r);return n.elapsed||Date.now()-n.started}}return Ln.Watch=t,Ln.default=t,Ln}var of={},ki={},sf;function E8(){if(sf)return ki;sf=1,Object.defineProperty(ki,"__esModule",{value:!0}),ki.IWatch=void 0;class t{}return ki.IWatch=t,ki}var af;function x8(){return af||(af=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),cs.__exportStar(E8(),t)}(of)),of}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=cs;e.__exportStar(v8(),t),e.__exportStar(_8(),t),e.__exportStar(x8(),t),e.__exportStar(ef(),t)})(wc);var cf={},Hi={};class S8{}var C8=Object.freeze({__proto__:null,IEvents:S8}),O8=Pi(C8),lf;function A8(){if(lf)return Hi;lf=1,Object.defineProperty(Hi,"__esModule",{value:!0}),Hi.IHeartBeat=void 0;const t=O8;class e extends t.IEvents{constructor(n){super()}}return Hi.IHeartBeat=e,Hi}var uf;function hf(){return uf||(uf=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),as.__exportStar(A8(),t)}(cf)),cf}var ff={},cn={},df;function I8(){if(df)return cn;df=1,Object.defineProperty(cn,"__esModule",{value:!0}),cn.HEARTBEAT_EVENTS=cn.HEARTBEAT_INTERVAL=void 0;const t=wc;return cn.HEARTBEAT_INTERVAL=t.FIVE_SECONDS,cn.HEARTBEAT_EVENTS={pulse:"heartbeat_pulse"},cn}var pf;function gf(){return pf||(pf=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),as.__exportStar(I8(),t)}(ff)),ff}var mf;function D8(){if(mf)return Ui;mf=1,Object.defineProperty(Ui,"__esModule",{value:!0}),Ui.HeartBeat=void 0;const t=as,e=Dt.exports,r=wc,n=hf(),i=gf();class o extends n.IHeartBeat{constructor(a){super(a),this.events=new e.EventEmitter,this.interval=i.HEARTBEAT_INTERVAL,this.interval=a?.interval||i.HEARTBEAT_INTERVAL}static init(a){return t.__awaiter(this,void 0,void 0,function*(){const l=new o(a);return yield l.init(),l})}init(){return t.__awaiter(this,void 0,void 0,function*(){yield this.initialize()})}stop(){clearInterval(this.intervalRef)}on(a,l){this.events.on(a,l)}once(a,l){this.events.once(a,l)}off(a,l){this.events.off(a,l)}removeListener(a,l){this.events.removeListener(a,l)}initialize(){return t.__awaiter(this,void 0,void 0,function*(){this.intervalRef=setInterval(()=>this.pulse(),r.toMiliseconds(this.interval))})}pulse(){this.events.emit(i.HEARTBEAT_EVENTS.pulse)}}return Ui.HeartBeat=o,Ui}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=as;e.__exportStar(D8(),t),e.__exportStar(hf(),t),e.__exportStar(gf(),t)})(D4);var $8={},yf={},ls={},us={};Object.defineProperty(us,"__esModule",{value:!0}),us.BrowserRandomSource=void 0;const bf=65536;class F8{constructor(){this.isAvailable=!1,this.isInstantiated=!1;const e=typeof self<"u"?self.crypto||self.msCrypto:null;e&&e.getRandomValues!==void 0&&(this._crypto=e,this.isAvailable=!0,this.isInstantiated=!0)}randomBytes(e){if(!this.isAvailable||!this._crypto)throw new Error("Browser random byte generator is not available.");const r=new Uint8Array(e);for(let n=0;n<r.length;n+=bf)this._crypto.getRandomValues(r.subarray(n,n+Math.min(r.length-n,bf)));return r}}us.BrowserRandomSource=F8;function P8(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var hs={},Mn={};Object.defineProperty(Mn,"__esModule",{value:!0});function T8(t){for(var e=0;e<t.length;e++)t[e]=0;return t}Mn.wipe=T8;var N8={},R8=Object.freeze({__proto__:null,default:N8}),L8=Pi(R8);Object.defineProperty(hs,"__esModule",{value:!0}),hs.NodeRandomSource=void 0;const M8=Mn;class U8{constructor(){if(this.isAvailable=!1,this.isInstantiated=!1,typeof P8<"u"){const e=L8;e&&e.randomBytes&&(this._crypto=e,this.isAvailable=!0,this.isInstantiated=!0)}}randomBytes(e){if(!this.isAvailable||!this._crypto)throw new Error("Node.js random byte generator is not available.");let r=this._crypto.randomBytes(e);if(r.length!==e)throw new Error("NodeRandomSource: got fewer bytes than requested");const n=new Uint8Array(e);for(let i=0;i<n.length;i++)n[i]=r[i];return(0,M8.wipe)(r),n}}hs.NodeRandomSource=U8,Object.defineProperty(ls,"__esModule",{value:!0}),ls.SystemRandomSource=void 0;const j8=us,B8=hs;class k8{constructor(){if(this.isAvailable=!1,this.name="",this._source=new j8.BrowserRandomSource,this._source.isAvailable){this.isAvailable=!0,this.name="Browser";return}if(this._source=new B8.NodeRandomSource,this._source.isAvailable){this.isAvailable=!0,this.name="Node";return}}randomBytes(e){if(!this.isAvailable)throw new Error("System random byte generator is not available.");return this._source.randomBytes(e)}}ls.SystemRandomSource=k8;var Ye={},wf={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});function e(a,l){var u=a>>>16&65535,d=a&65535,y=l>>>16&65535,m=l&65535;return d*m+(u*m+d*y<<16>>>0)|0}t.mul=Math.imul||e;function r(a,l){return a+l|0}t.add=r;function n(a,l){return a-l|0}t.sub=n;function i(a,l){return a<<l|a>>>32-l}t.rotl=i;function o(a,l){return a<<32-l|a>>>l}t.rotr=o;function s(a){return typeof a=="number"&&isFinite(a)&&Math.floor(a)===a}t.isInteger=Number.isInteger||s,t.MAX_SAFE_INTEGER=9007199254740991,t.isSafeInteger=function(a){return t.isInteger(a)&&a>=-t.MAX_SAFE_INTEGER&&a<=t.MAX_SAFE_INTEGER}})(wf),Object.defineProperty(Ye,"__esModule",{value:!0});var vf=wf;function H8(t,e){return e===void 0&&(e=0),(t[e+0]<<8|t[e+1])<<16>>16}Ye.readInt16BE=H8;function z8(t,e){return e===void 0&&(e=0),(t[e+0]<<8|t[e+1])>>>0}Ye.readUint16BE=z8;function W8(t,e){return e===void 0&&(e=0),(t[e+1]<<8|t[e])<<16>>16}Ye.readInt16LE=W8;function V8(t,e){return e===void 0&&(e=0),(t[e+1]<<8|t[e])>>>0}Ye.readUint16LE=V8;function _f(t,e,r){return e===void 0&&(e=new Uint8Array(2)),r===void 0&&(r=0),e[r+0]=t>>>8,e[r+1]=t>>>0,e}Ye.writeUint16BE=_f,Ye.writeInt16BE=_f;function Ef(t,e,r){return e===void 0&&(e=new Uint8Array(2)),r===void 0&&(r=0),e[r+0]=t>>>0,e[r+1]=t>>>8,e}Ye.writeUint16LE=Ef,Ye.writeInt16LE=Ef;function xc(t,e){return e===void 0&&(e=0),t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3]}Ye.readInt32BE=xc;function Sc(t,e){return e===void 0&&(e=0),(t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3])>>>0}Ye.readUint32BE=Sc;function Cc(t,e){return e===void 0&&(e=0),t[e+3]<<24|t[e+2]<<16|t[e+1]<<8|t[e]}Ye.readInt32LE=Cc;function Oc(t,e){return e===void 0&&(e=0),(t[e+3]<<24|t[e+2]<<16|t[e+1]<<8|t[e])>>>0}Ye.readUint32LE=Oc;function fs(t,e,r){return e===void 0&&(e=new Uint8Array(4)),r===void 0&&(r=0),e[r+0]=t>>>24,e[r+1]=t>>>16,e[r+2]=t>>>8,e[r+3]=t>>>0,e}Ye.writeUint32BE=fs,Ye.writeInt32BE=fs;function ds(t,e,r){return e===void 0&&(e=new Uint8Array(4)),r===void 0&&(r=0),e[r+0]=t>>>0,e[r+1]=t>>>8,e[r+2]=t>>>16,e[r+3]=t>>>24,e}Ye.writeUint32LE=ds,Ye.writeInt32LE=ds;function q8(t,e){e===void 0&&(e=0);var r=xc(t,e),n=xc(t,e+4);return r*4294967296+n-(n>>31)*4294967296}Ye.readInt64BE=q8;function K8(t,e){e===void 0&&(e=0);var r=Sc(t,e),n=Sc(t,e+4);return r*4294967296+n}Ye.readUint64BE=K8;function G8(t,e){e===void 0&&(e=0);var r=Cc(t,e),n=Cc(t,e+4);return n*4294967296+r-(r>>31)*4294967296}Ye.readInt64LE=G8;function Y8(t,e){e===void 0&&(e=0);var r=Oc(t,e),n=Oc(t,e+4);return n*4294967296+r}Ye.readUint64LE=Y8;function xf(t,e,r){return e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0),fs(t/4294967296>>>0,e,r),fs(t>>>0,e,r+4),e}Ye.writeUint64BE=xf,Ye.writeInt64BE=xf;function Sf(t,e,r){return e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0),ds(t>>>0,e,r),ds(t/4294967296>>>0,e,r+4),e}Ye.writeUint64LE=Sf,Ye.writeInt64LE=Sf;function Z8(t,e,r){if(r===void 0&&(r=0),t%8!==0)throw new Error("readUintBE supports only bitLengths divisible by 8");if(t/8>e.length-r)throw new Error("readUintBE: array is too short for the given bitLength");for(var n=0,i=1,o=t/8+r-1;o>=r;o--)n+=e[o]*i,i*=256;return n}Ye.readUintBE=Z8;function J8(t,e,r){if(r===void 0&&(r=0),t%8!==0)throw new Error("readUintLE supports only bitLengths divisible by 8");if(t/8>e.length-r)throw new Error("readUintLE: array is too short for the given bitLength");for(var n=0,i=1,o=r;o<r+t/8;o++)n+=e[o]*i,i*=256;return n}Ye.readUintLE=J8;function X8(t,e,r,n){if(r===void 0&&(r=new Uint8Array(t/8)),n===void 0&&(n=0),t%8!==0)throw new Error("writeUintBE supports only bitLengths divisible by 8");if(!vf.isSafeInteger(e))throw new Error("writeUintBE value must be an integer");for(var i=1,o=t/8+n-1;o>=n;o--)r[o]=e/i&255,i*=256;return r}Ye.writeUintBE=X8;function Q8(t,e,r,n){if(r===void 0&&(r=new Uint8Array(t/8)),n===void 0&&(n=0),t%8!==0)throw new Error("writeUintLE supports only bitLengths divisible by 8");if(!vf.isSafeInteger(e))throw new Error("writeUintLE value must be an integer");for(var i=1,o=n;o<n+t/8;o++)r[o]=e/i&255,i*=256;return r}Ye.writeUintLE=Q8;function e_(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat32(e)}Ye.readFloat32BE=e_;function t_(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat32(e,!0)}Ye.readFloat32LE=t_;function r_(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat64(e)}Ye.readFloat64BE=r_;function n_(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat64(e,!0)}Ye.readFloat64LE=n_;function i_(t,e,r){e===void 0&&(e=new Uint8Array(4)),r===void 0&&(r=0);var n=new DataView(e.buffer,e.byteOffset,e.byteLength);return n.setFloat32(r,t),e}Ye.writeFloat32BE=i_;function o_(t,e,r){e===void 0&&(e=new Uint8Array(4)),r===void 0&&(r=0);var n=new DataView(e.buffer,e.byteOffset,e.byteLength);return n.setFloat32(r,t,!0),e}Ye.writeFloat32LE=o_;function s_(t,e,r){e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0);var n=new DataView(e.buffer,e.byteOffset,e.byteLength);return n.setFloat64(r,t),e}Ye.writeFloat64BE=s_;function a_(t,e,r){e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0);var n=new DataView(e.buffer,e.byteOffset,e.byteLength);return n.setFloat64(r,t,!0),e}Ye.writeFloat64LE=a_,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.randomStringForEntropy=t.randomString=t.randomUint32=t.randomBytes=t.defaultRandomSource=void 0;const e=ls,r=Ye,n=Mn;t.defaultRandomSource=new e.SystemRandomSource;function i(u,d=t.defaultRandomSource){return d.randomBytes(u)}t.randomBytes=i;function o(u=t.defaultRandomSource){const d=i(4,u),y=(0,r.readUint32LE)(d);return(0,n.wipe)(d),y}t.randomUint32=o;const s="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";function a(u,d=s,y=t.defaultRandomSource){if(d.length<2)throw new Error("randomString charset is too short");if(d.length>256)throw new Error("randomString charset is too long");let m="";const w=d.length,_=256-256%w;for(;u>0;){const R=i(Math.ceil(u*256/_),y);for(let M=0;M<R.length&&u>0;M++){const j=R[M];j<_&&(m+=d.charAt(j%w),u--)}(0,n.wipe)(R)}return m}t.randomString=a;function l(u,d=s,y=t.defaultRandomSource){const m=Math.ceil(u/(Math.log(d.length)/Math.LN2));return a(m,d,y)}t.randomStringForEntropy=l}(yf);var Cf={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=Ye,r=Mn;t.DIGEST_LENGTH=64,t.BLOCK_SIZE=128;var n=function(){function a(){this.digestLength=t.DIGEST_LENGTH,this.blockSize=t.BLOCK_SIZE,this._stateHi=new Int32Array(8),this._stateLo=new Int32Array(8),this._tempHi=new Int32Array(16),this._tempLo=new Int32Array(16),this._buffer=new Uint8Array(256),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this.reset()}return a.prototype._initState=function(){this._stateHi[0]=1779033703,this._stateHi[1]=3144134277,this._stateHi[2]=1013904242,this._stateHi[3]=2773480762,this._stateHi[4]=1359893119,this._stateHi[5]=2600822924,this._stateHi[6]=528734635,this._stateHi[7]=1541459225,this._stateLo[0]=4089235720,this._stateLo[1]=2227873595,this._stateLo[2]=4271175723,this._stateLo[3]=1595750129,this._stateLo[4]=2917565137,this._stateLo[5]=725511199,this._stateLo[6]=4215389547,this._stateLo[7]=327033209},a.prototype.reset=function(){return this._initState(),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this},a.prototype.clean=function(){r.wipe(this._buffer),r.wipe(this._tempHi),r.wipe(this._tempLo),this.reset()},a.prototype.update=function(l,u){if(u===void 0&&(u=l.length),this._finished)throw new Error("SHA512: can't update because hash was finished.");var d=0;if(this._bytesHashed+=u,this._bufferLength>0){for(;this._bufferLength<t.BLOCK_SIZE&&u>0;)this._buffer[this._bufferLength++]=l[d++],u--;this._bufferLength===this.blockSize&&(o(this._tempHi,this._tempLo,this._stateHi,this._stateLo,this._buffer,0,this.blockSize),this._bufferLength=0)}for(u>=this.blockSize&&(d=o(this._tempHi,this._tempLo,this._stateHi,this._stateLo,l,d,u),u%=this.blockSize);u>0;)this._buffer[this._bufferLength++]=l[d++],u--;return this},a.prototype.finish=function(l){if(!this._finished){var u=this._bytesHashed,d=this._bufferLength,y=u/536870912|0,m=u<<3,w=u%128<112?128:256;this._buffer[d]=128;for(var _=d+1;_<w-8;_++)this._buffer[_]=0;e.writeUint32BE(y,this._buffer,w-8),e.writeUint32BE(m,this._buffer,w-4),o(this._tempHi,this._tempLo,this._stateHi,this._stateLo,this._buffer,0,w),this._finished=!0}for(var _=0;_<this.digestLength/8;_++)e.writeUint32BE(this._stateHi[_],l,_*8),e.writeUint32BE(this._stateLo[_],l,_*8+4);return this},a.prototype.digest=function(){var l=new Uint8Array(this.digestLength);return this.finish(l),l},a.prototype.saveState=function(){if(this._finished)throw new Error("SHA256: cannot save finished state");return{stateHi:new Int32Array(this._stateHi),stateLo:new Int32Array(this._stateLo),buffer:this._bufferLength>0?new Uint8Array(this._buffer):void 0,bufferLength:this._bufferLength,bytesHashed:this._bytesHashed}},a.prototype.restoreState=function(l){return this._stateHi.set(l.stateHi),this._stateLo.set(l.stateLo),this._bufferLength=l.bufferLength,l.buffer&&this._buffer.set(l.buffer),this._bytesHashed=l.bytesHashed,this._finished=!1,this},a.prototype.cleanSavedState=function(l){r.wipe(l.stateHi),r.wipe(l.stateLo),l.buffer&&r.wipe(l.buffer),l.bufferLength=0,l.bytesHashed=0},a}();t.SHA512=n;var i=new Int32Array([1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591]);function o(a,l,u,d,y,m,w){for(var _=u[0],R=u[1],M=u[2],j=u[3],D=u[4],N=u[5],S=u[6],$=u[7],P=d[0],h=d[1],C=d[2],q=d[3],z=d[4],Y=d[5],re=d[6],ie=d[7],E,I,Z,J,H,B,W,V;w>=128;){for(var ce=0;ce<16;ce++){var te=8*ce+m;a[ce]=e.readUint32BE(y,te),l[ce]=e.readUint32BE(y,te+4)}for(var ce=0;ce<80;ce++){var Se=_,ne=R,Ie=M,T=j,F=D,A=N,c=S,v=$,G=P,Q=h,he=C,ye=q,pe=z,be=Y,ze=re,Ue=ie;if(E=$,I=ie,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=(D>>>14|z<<32-14)^(D>>>18|z<<32-18)^(z>>>41-32|D<<32-(41-32)),I=(z>>>14|D<<32-14)^(z>>>18|D<<32-18)^(D>>>41-32|z<<32-(41-32)),H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,E=D&N^~D&S,I=z&Y^~z&re,H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,E=i[ce*2],I=i[ce*2+1],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,E=a[ce%16],I=l[ce%16],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,Z=W&65535|V<<16,J=H&65535|B<<16,E=Z,I=J,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=(_>>>28|P<<32-28)^(P>>>34-32|_<<32-(34-32))^(P>>>39-32|_<<32-(39-32)),I=(P>>>28|_<<32-28)^(_>>>34-32|P<<32-(34-32))^(_>>>39-32|P<<32-(39-32)),H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,E=_&R^_&M^R&M,I=P&h^P&C^h&C,H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,v=W&65535|V<<16,Ue=H&65535|B<<16,E=T,I=ye,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=Z,I=J,H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,T=W&65535|V<<16,ye=H&65535|B<<16,R=Se,M=ne,j=Ie,D=T,N=F,S=A,$=c,_=v,h=G,C=Q,q=he,z=ye,Y=pe,re=be,ie=ze,P=Ue,ce%16===15)for(var te=0;te<16;te++)E=a[te],I=l[te],H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=a[(te+9)%16],I=l[(te+9)%16],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,Z=a[(te+1)%16],J=l[(te+1)%16],E=(Z>>>1|J<<32-1)^(Z>>>8|J<<32-8)^Z>>>7,I=(J>>>1|Z<<32-1)^(J>>>8|Z<<32-8)^(J>>>7|Z<<32-7),H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,Z=a[(te+14)%16],J=l[(te+14)%16],E=(Z>>>19|J<<32-19)^(J>>>61-32|Z<<32-(61-32))^Z>>>6,I=(J>>>19|Z<<32-19)^(Z>>>61-32|J<<32-(61-32))^(J>>>6|Z<<32-6),H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,a[te]=W&65535|V<<16,l[te]=H&65535|B<<16}E=_,I=P,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[0],I=d[0],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[0]=_=W&65535|V<<16,d[0]=P=H&65535|B<<16,E=R,I=h,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[1],I=d[1],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[1]=R=W&65535|V<<16,d[1]=h=H&65535|B<<16,E=M,I=C,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[2],I=d[2],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[2]=M=W&65535|V<<16,d[2]=C=H&65535|B<<16,E=j,I=q,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[3],I=d[3],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[3]=j=W&65535|V<<16,d[3]=q=H&65535|B<<16,E=D,I=z,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[4],I=d[4],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[4]=D=W&65535|V<<16,d[4]=z=H&65535|B<<16,E=N,I=Y,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[5],I=d[5],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[5]=N=W&65535|V<<16,d[5]=Y=H&65535|B<<16,E=S,I=re,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[6],I=d[6],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[6]=S=W&65535|V<<16,d[6]=re=H&65535|B<<16,E=$,I=ie,H=I&65535,B=I>>>16,W=E&65535,V=E>>>16,E=u[7],I=d[7],H+=I&65535,B+=I>>>16,W+=E&65535,V+=E>>>16,B+=H>>>16,W+=B>>>16,V+=W>>>16,u[7]=$=W&65535|V<<16,d[7]=ie=H&65535|B<<16,m+=128,w-=128}return m}function s(a){var l=new n;l.update(a);var u=l.digest();return l.clean(),u}t.hash=s})(Cf),function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.convertSecretKeyToX25519=t.convertPublicKeyToX25519=t.verify=t.sign=t.extractPublicKeyFromSecretKey=t.generateKeyPair=t.generateKeyPairFromSeed=t.SEED_LENGTH=t.SECRET_KEY_LENGTH=t.PUBLIC_KEY_LENGTH=t.SIGNATURE_LENGTH=void 0;const e=yf,r=Cf,n=Mn;t.SIGNATURE_LENGTH=64,t.PUBLIC_KEY_LENGTH=32,t.SECRET_KEY_LENGTH=64,t.SEED_LENGTH=32;function i(T){const F=new Float64Array(16);if(T)for(let A=0;A<T.length;A++)F[A]=T[A];return F}const o=new Uint8Array(32);o[0]=9;const s=i(),a=i([1]),l=i([30883,4953,19914,30187,55467,16705,2637,112,59544,30585,16505,36039,65139,11119,27886,20995]),u=i([61785,9906,39828,60374,45398,33411,5274,224,53552,61171,33010,6542,64743,22239,55772,9222]),d=i([54554,36645,11616,51542,42930,38181,51040,26924,56412,64982,57905,49316,21502,52590,14035,8553]),y=i([26200,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214]),m=i([41136,18958,6951,50414,58488,44335,6150,12099,55207,15867,153,11085,57099,20417,9344,11139]);function w(T,F){for(let A=0;A<16;A++)T[A]=F[A]|0}function _(T){let F=1;for(let A=0;A<16;A++){let c=T[A]+F+65535;F=Math.floor(c/65536),T[A]=c-F*65536}T[0]+=F-1+37*(F-1)}function R(T,F,A){const c=~(A-1);for(let v=0;v<16;v++){const G=c&(T[v]^F[v]);T[v]^=G,F[v]^=G}}function M(T,F){const A=i(),c=i();for(let v=0;v<16;v++)c[v]=F[v];_(c),_(c),_(c);for(let v=0;v<2;v++){A[0]=c[0]-65517;for(let Q=1;Q<15;Q++)A[Q]=c[Q]-65535-(A[Q-1]>>16&1),A[Q-1]&=65535;A[15]=c[15]-32767-(A[14]>>16&1);const G=A[15]>>16&1;A[14]&=65535,R(c,A,1-G)}for(let v=0;v<16;v++)T[2*v]=c[v]&255,T[2*v+1]=c[v]>>8}function j(T,F){let A=0;for(let c=0;c<32;c++)A|=T[c]^F[c];return(1&A-1>>>8)-1}function D(T,F){const A=new Uint8Array(32),c=new Uint8Array(32);return M(A,T),M(c,F),j(A,c)}function N(T){const F=new Uint8Array(32);return M(F,T),F[0]&1}function S(T,F){for(let A=0;A<16;A++)T[A]=F[2*A]+(F[2*A+1]<<8);T[15]&=32767}function $(T,F,A){for(let c=0;c<16;c++)T[c]=F[c]+A[c]}function P(T,F,A){for(let c=0;c<16;c++)T[c]=F[c]-A[c]}function h(T,F,A){let c,v,G=0,Q=0,he=0,ye=0,pe=0,be=0,ze=0,Ue=0,xe=0,Ee=0,ge=0,we=0,ve=0,fe=0,me=0,b=0,f=0,p=0,O=0,L=0,k=0,K=0,se=0,de=0,De=0,je=0,Pe=0,pt=0,Vt=0,dr=0,$r=0,We=A[0],Te=A[1],Ve=A[2],qe=A[3],Ke=A[4],Ne=A[5],Xe=A[6],Qe=A[7],et=A[8],tt=A[9],rt=A[10],Ze=A[11],Ge=A[12],Oe=A[13],nt=A[14],it=A[15];c=F[0],G+=c*We,Q+=c*Te,he+=c*Ve,ye+=c*qe,pe+=c*Ke,be+=c*Ne,ze+=c*Xe,Ue+=c*Qe,xe+=c*et,Ee+=c*tt,ge+=c*rt,we+=c*Ze,ve+=c*Ge,fe+=c*Oe,me+=c*nt,b+=c*it,c=F[1],Q+=c*We,he+=c*Te,ye+=c*Ve,pe+=c*qe,be+=c*Ke,ze+=c*Ne,Ue+=c*Xe,xe+=c*Qe,Ee+=c*et,ge+=c*tt,we+=c*rt,ve+=c*Ze,fe+=c*Ge,me+=c*Oe,b+=c*nt,f+=c*it,c=F[2],he+=c*We,ye+=c*Te,pe+=c*Ve,be+=c*qe,ze+=c*Ke,Ue+=c*Ne,xe+=c*Xe,Ee+=c*Qe,ge+=c*et,we+=c*tt,ve+=c*rt,fe+=c*Ze,me+=c*Ge,b+=c*Oe,f+=c*nt,p+=c*it,c=F[3],ye+=c*We,pe+=c*Te,be+=c*Ve,ze+=c*qe,Ue+=c*Ke,xe+=c*Ne,Ee+=c*Xe,ge+=c*Qe,we+=c*et,ve+=c*tt,fe+=c*rt,me+=c*Ze,b+=c*Ge,f+=c*Oe,p+=c*nt,O+=c*it,c=F[4],pe+=c*We,be+=c*Te,ze+=c*Ve,Ue+=c*qe,xe+=c*Ke,Ee+=c*Ne,ge+=c*Xe,we+=c*Qe,ve+=c*et,fe+=c*tt,me+=c*rt,b+=c*Ze,f+=c*Ge,p+=c*Oe,O+=c*nt,L+=c*it,c=F[5],be+=c*We,ze+=c*Te,Ue+=c*Ve,xe+=c*qe,Ee+=c*Ke,ge+=c*Ne,we+=c*Xe,ve+=c*Qe,fe+=c*et,me+=c*tt,b+=c*rt,f+=c*Ze,p+=c*Ge,O+=c*Oe,L+=c*nt,k+=c*it,c=F[6],ze+=c*We,Ue+=c*Te,xe+=c*Ve,Ee+=c*qe,ge+=c*Ke,we+=c*Ne,ve+=c*Xe,fe+=c*Qe,me+=c*et,b+=c*tt,f+=c*rt,p+=c*Ze,O+=c*Ge,L+=c*Oe,k+=c*nt,K+=c*it,c=F[7],Ue+=c*We,xe+=c*Te,Ee+=c*Ve,ge+=c*qe,we+=c*Ke,ve+=c*Ne,fe+=c*Xe,me+=c*Qe,b+=c*et,f+=c*tt,p+=c*rt,O+=c*Ze,L+=c*Ge,k+=c*Oe,K+=c*nt,se+=c*it,c=F[8],xe+=c*We,Ee+=c*Te,ge+=c*Ve,we+=c*qe,ve+=c*Ke,fe+=c*Ne,me+=c*Xe,b+=c*Qe,f+=c*et,p+=c*tt,O+=c*rt,L+=c*Ze,k+=c*Ge,K+=c*Oe,se+=c*nt,de+=c*it,c=F[9],Ee+=c*We,ge+=c*Te,we+=c*Ve,ve+=c*qe,fe+=c*Ke,me+=c*Ne,b+=c*Xe,f+=c*Qe,p+=c*et,O+=c*tt,L+=c*rt,k+=c*Ze,K+=c*Ge,se+=c*Oe,de+=c*nt,De+=c*it,c=F[10],ge+=c*We,we+=c*Te,ve+=c*Ve,fe+=c*qe,me+=c*Ke,b+=c*Ne,f+=c*Xe,p+=c*Qe,O+=c*et,L+=c*tt,k+=c*rt,K+=c*Ze,se+=c*Ge,de+=c*Oe,De+=c*nt,je+=c*it,c=F[11],we+=c*We,ve+=c*Te,fe+=c*Ve,me+=c*qe,b+=c*Ke,f+=c*Ne,p+=c*Xe,O+=c*Qe,L+=c*et,k+=c*tt,K+=c*rt,se+=c*Ze,de+=c*Ge,De+=c*Oe,je+=c*nt,Pe+=c*it,c=F[12],ve+=c*We,fe+=c*Te,me+=c*Ve,b+=c*qe,f+=c*Ke,p+=c*Ne,O+=c*Xe,L+=c*Qe,k+=c*et,K+=c*tt,se+=c*rt,de+=c*Ze,De+=c*Ge,je+=c*Oe,Pe+=c*nt,pt+=c*it,c=F[13],fe+=c*We,me+=c*Te,b+=c*Ve,f+=c*qe,p+=c*Ke,O+=c*Ne,L+=c*Xe,k+=c*Qe,K+=c*et,se+=c*tt,de+=c*rt,De+=c*Ze,je+=c*Ge,Pe+=c*Oe,pt+=c*nt,Vt+=c*it,c=F[14],me+=c*We,b+=c*Te,f+=c*Ve,p+=c*qe,O+=c*Ke,L+=c*Ne,k+=c*Xe,K+=c*Qe,se+=c*et,de+=c*tt,De+=c*rt,je+=c*Ze,Pe+=c*Ge,pt+=c*Oe,Vt+=c*nt,dr+=c*it,c=F[15],b+=c*We,f+=c*Te,p+=c*Ve,O+=c*qe,L+=c*Ke,k+=c*Ne,K+=c*Xe,se+=c*Qe,de+=c*et,De+=c*tt,je+=c*rt,Pe+=c*Ze,pt+=c*Ge,Vt+=c*Oe,dr+=c*nt,$r+=c*it,G+=38*f,Q+=38*p,he+=38*O,ye+=38*L,pe+=38*k,be+=38*K,ze+=38*se,Ue+=38*de,xe+=38*De,Ee+=38*je,ge+=38*Pe,we+=38*pt,ve+=38*Vt,fe+=38*dr,me+=38*$r,v=1,c=G+v+65535,v=Math.floor(c/65536),G=c-v*65536,c=Q+v+65535,v=Math.floor(c/65536),Q=c-v*65536,c=he+v+65535,v=Math.floor(c/65536),he=c-v*65536,c=ye+v+65535,v=Math.floor(c/65536),ye=c-v*65536,c=pe+v+65535,v=Math.floor(c/65536),pe=c-v*65536,c=be+v+65535,v=Math.floor(c/65536),be=c-v*65536,c=ze+v+65535,v=Math.floor(c/65536),ze=c-v*65536,c=Ue+v+65535,v=Math.floor(c/65536),Ue=c-v*65536,c=xe+v+65535,v=Math.floor(c/65536),xe=c-v*65536,c=Ee+v+65535,v=Math.floor(c/65536),Ee=c-v*65536,c=ge+v+65535,v=Math.floor(c/65536),ge=c-v*65536,c=we+v+65535,v=Math.floor(c/65536),we=c-v*65536,c=ve+v+65535,v=Math.floor(c/65536),ve=c-v*65536,c=fe+v+65535,v=Math.floor(c/65536),fe=c-v*65536,c=me+v+65535,v=Math.floor(c/65536),me=c-v*65536,c=b+v+65535,v=Math.floor(c/65536),b=c-v*65536,G+=v-1+37*(v-1),v=1,c=G+v+65535,v=Math.floor(c/65536),G=c-v*65536,c=Q+v+65535,v=Math.floor(c/65536),Q=c-v*65536,c=he+v+65535,v=Math.floor(c/65536),he=c-v*65536,c=ye+v+65535,v=Math.floor(c/65536),ye=c-v*65536,c=pe+v+65535,v=Math.floor(c/65536),pe=c-v*65536,c=be+v+65535,v=Math.floor(c/65536),be=c-v*65536,c=ze+v+65535,v=Math.floor(c/65536),ze=c-v*65536,c=Ue+v+65535,v=Math.floor(c/65536),Ue=c-v*65536,c=xe+v+65535,v=Math.floor(c/65536),xe=c-v*65536,c=Ee+v+65535,v=Math.floor(c/65536),Ee=c-v*65536,c=ge+v+65535,v=Math.floor(c/65536),ge=c-v*65536,c=we+v+65535,v=Math.floor(c/65536),we=c-v*65536,c=ve+v+65535,v=Math.floor(c/65536),ve=c-v*65536,c=fe+v+65535,v=Math.floor(c/65536),fe=c-v*65536,c=me+v+65535,v=Math.floor(c/65536),me=c-v*65536,c=b+v+65535,v=Math.floor(c/65536),b=c-v*65536,G+=v-1+37*(v-1),T[0]=G,T[1]=Q,T[2]=he,T[3]=ye,T[4]=pe,T[5]=be,T[6]=ze,T[7]=Ue,T[8]=xe,T[9]=Ee,T[10]=ge,T[11]=we,T[12]=ve,T[13]=fe,T[14]=me,T[15]=b}function C(T,F){h(T,F,F)}function q(T,F){const A=i();let c;for(c=0;c<16;c++)A[c]=F[c];for(c=253;c>=0;c--)C(A,A),c!==2&&c!==4&&h(A,A,F);for(c=0;c<16;c++)T[c]=A[c]}function z(T,F){const A=i();let c;for(c=0;c<16;c++)A[c]=F[c];for(c=250;c>=0;c--)C(A,A),c!==1&&h(A,A,F);for(c=0;c<16;c++)T[c]=A[c]}function Y(T,F){const A=i(),c=i(),v=i(),G=i(),Q=i(),he=i(),ye=i(),pe=i(),be=i();P(A,T[1],T[0]),P(be,F[1],F[0]),h(A,A,be),$(c,T[0],T[1]),$(be,F[0],F[1]),h(c,c,be),h(v,T[3],F[3]),h(v,v,u),h(G,T[2],F[2]),$(G,G,G),P(Q,c,A),P(he,G,v),$(ye,G,v),$(pe,c,A),h(T[0],Q,he),h(T[1],pe,ye),h(T[2],ye,he),h(T[3],Q,pe)}function re(T,F,A){for(let c=0;c<4;c++)R(T[c],F[c],A)}function ie(T,F){const A=i(),c=i(),v=i();q(v,F[2]),h(A,F[0],v),h(c,F[1],v),M(T,c),T[31]^=N(A)<<7}function E(T,F,A){w(T[0],s),w(T[1],a),w(T[2],a),w(T[3],s);for(let c=255;c>=0;--c){const v=A[c/8|0]>>(c&7)&1;re(T,F,v),Y(F,T),Y(T,T),re(T,F,v)}}function I(T,F){const A=[i(),i(),i(),i()];w(A[0],d),w(A[1],y),w(A[2],a),h(A[3],d,y),E(T,A,F)}function Z(T){if(T.length!==t.SEED_LENGTH)throw new Error(`ed25519: seed must be ${t.SEED_LENGTH} bytes`);const F=(0,r.hash)(T);F[0]&=248,F[31]&=127,F[31]|=64;const A=new Uint8Array(32),c=[i(),i(),i(),i()];I(c,F),ie(A,c);const v=new Uint8Array(64);return v.set(T),v.set(A,32),{publicKey:A,secretKey:v}}t.generateKeyPairFromSeed=Z;function J(T){const F=(0,e.randomBytes)(32,T),A=Z(F);return(0,n.wipe)(F),A}t.generateKeyPair=J;function H(T){if(T.length!==t.SECRET_KEY_LENGTH)throw new Error(`ed25519: secret key must be ${t.SECRET_KEY_LENGTH} bytes`);return new Uint8Array(T.subarray(32))}t.extractPublicKeyFromSecretKey=H;const B=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function W(T,F){let A,c,v,G;for(c=63;c>=32;--c){for(A=0,v=c-32,G=c-12;v<G;++v)F[v]+=A-16*F[c]*B[v-(c-32)],A=Math.floor((F[v]+128)/256),F[v]-=A*256;F[v]+=A,F[c]=0}for(A=0,v=0;v<32;v++)F[v]+=A-(F[31]>>4)*B[v],A=F[v]>>8,F[v]&=255;for(v=0;v<32;v++)F[v]-=A*B[v];for(c=0;c<32;c++)F[c+1]+=F[c]>>8,T[c]=F[c]&255}function V(T){const F=new Float64Array(64);for(let A=0;A<64;A++)F[A]=T[A];for(let A=0;A<64;A++)T[A]=0;W(T,F)}function ce(T,F){const A=new Float64Array(64),c=[i(),i(),i(),i()],v=(0,r.hash)(T.subarray(0,32));v[0]&=248,v[31]&=127,v[31]|=64;const G=new Uint8Array(64);G.set(v.subarray(32),32);const Q=new r.SHA512;Q.update(G.subarray(32)),Q.update(F);const he=Q.digest();Q.clean(),V(he),I(c,he),ie(G,c),Q.reset(),Q.update(G.subarray(0,32)),Q.update(T.subarray(32)),Q.update(F);const ye=Q.digest();V(ye);for(let pe=0;pe<32;pe++)A[pe]=he[pe];for(let pe=0;pe<32;pe++)for(let be=0;be<32;be++)A[pe+be]+=ye[pe]*v[be];return W(G.subarray(32),A),G}t.sign=ce;function te(T,F){const A=i(),c=i(),v=i(),G=i(),Q=i(),he=i(),ye=i();return w(T[2],a),S(T[1],F),C(v,T[1]),h(G,v,l),P(v,v,T[2]),$(G,T[2],G),C(Q,G),C(he,Q),h(ye,he,Q),h(A,ye,v),h(A,A,G),z(A,A),h(A,A,v),h(A,A,G),h(A,A,G),h(T[0],A,G),C(c,T[0]),h(c,c,G),D(c,v)&&h(T[0],T[0],m),C(c,T[0]),h(c,c,G),D(c,v)?-1:(N(T[0])===F[31]>>7&&P(T[0],s,T[0]),h(T[3],T[0],T[1]),0)}function Se(T,F,A){const c=new Uint8Array(32),v=[i(),i(),i(),i()],G=[i(),i(),i(),i()];if(A.length!==t.SIGNATURE_LENGTH)throw new Error(`ed25519: signature must be ${t.SIGNATURE_LENGTH} bytes`);if(te(G,T))return!1;const Q=new r.SHA512;Q.update(A.subarray(0,32)),Q.update(T),Q.update(F);const he=Q.digest();return V(he),E(v,G,he),I(G,A.subarray(32)),Y(v,G),ie(c,v),!j(A,c)}t.verify=Se;function ne(T){let F=[i(),i(),i(),i()];if(te(F,T))throw new Error("Ed25519: invalid public key");let A=i(),c=i(),v=F[1];$(A,a,v),P(c,a,v),q(c,c),h(A,A,c);let G=new Uint8Array(32);return M(G,A),G}t.convertPublicKeyToX25519=ne;function Ie(T){const F=(0,r.hash)(T.subarray(0,32));F[0]&=248,F[31]&=127,F[31]|=64;const A=new Uint8Array(F.subarray(0,32));return(0,n.wipe)(F),A}t.convertSecretKeyToX25519=Ie}($8);function c_(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var i=0;i<t.length;i++){var o=t.charAt(i),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=i}var a=t.length,l=t.charAt(0),u=Math.log(a)/Math.log(256),d=Math.log(256)/Math.log(a);function y(_){if(_ instanceof Uint8Array||(ArrayBuffer.isView(_)?_=new Uint8Array(_.buffer,_.byteOffset,_.byteLength):Array.isArray(_)&&(_=Uint8Array.from(_))),!(_ instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(_.length===0)return"";for(var R=0,M=0,j=0,D=_.length;j!==D&&_[j]===0;)j++,R++;for(var N=(D-j)*d+1>>>0,S=new Uint8Array(N);j!==D;){for(var $=_[j],P=0,h=N-1;($!==0||P<M)&&h!==-1;h--,P++)$+=256*S[h]>>>0,S[h]=$%a>>>0,$=$/a>>>0;if($!==0)throw new Error("Non-zero carry");M=P,j++}for(var C=N-M;C!==N&&S[C]===0;)C++;for(var q=l.repeat(R);C<N;++C)q+=t.charAt(S[C]);return q}function m(_){if(typeof _!="string")throw new TypeError("Expected String");if(_.length===0)return new Uint8Array;var R=0;if(_[R]!==" "){for(var M=0,j=0;_[R]===l;)M++,R++;for(var D=(_.length-R)*u+1>>>0,N=new Uint8Array(D);_[R];){var S=r[_.charCodeAt(R)];if(S===255)return;for(var $=0,P=D-1;(S!==0||$<j)&&P!==-1;P--,$++)S+=a*N[P]>>>0,N[P]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");j=$,R++}if(_[R]!==" "){for(var h=D-j;h!==D&&N[h]===0;)h++;for(var C=new Uint8Array(M+(D-h)),q=M;h!==D;)C[q++]=N[h++];return C}}}function w(_){var R=m(_);if(R)return R;throw new Error(`Non-${e} character`)}return{encode:y,decodeUnsafe:m,decode:w}}var l_=c_,u_=l_;const Of=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},h_=t=>new TextEncoder().encode(t),f_=t=>new TextDecoder().decode(t);class d_{constructor(e,r,n){this.name=e,this.prefix=r,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}}class p_{constructor(e,r,n){if(this.name=e,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),this.baseDecode=n}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return Af(this,e)}}class g_{constructor(e){this.decoders=e}or(e){return Af(this,e)}decode(e){const r=e[0],n=this.decoders[r];if(n)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}const Af=(t,e)=>new g_(Qt(Qt({},t.decoders||{[t.prefix]:t}),e.decoders||{[e.prefix]:e}));class m_{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new d_(e,r,n),this.decoder=new p_(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const ps=({name:t,prefix:e,encode:r,decode:n})=>new m_(t,e,r,n),zi=({prefix:t,name:e,alphabet:r})=>{const{encode:n,decode:i}=u_(r,e);return ps({prefix:t,name:e,encode:n,decode:o=>Of(i(o))})},y_=(t,e,r,n)=>{const i={};for(let d=0;d<e.length;++d)i[e[d]]=d;let o=t.length;for(;t[o-1]==="=";)--o;const s=new Uint8Array(o*r/8|0);let a=0,l=0,u=0;for(let d=0;d<o;++d){const y=i[t[d]];if(y===void 0)throw new SyntaxError(`Non-${n} character`);l=l<<r|y,a+=r,a>=8&&(a-=8,s[u++]=255&l>>a)}if(a>=r||255&l<<8-a)throw new SyntaxError("Unexpected end of data");return s},b_=(t,e,r)=>{const n=e[e.length-1]==="=",i=(1<<r)-1;let o="",s=0,a=0;for(let l=0;l<t.length;++l)for(a=a<<8|t[l],s+=8;s>r;)s-=r,o+=e[i&a>>s];if(s&&(o+=e[i&a<<r-s]),n)for(;o.length*r&7;)o+="=";return o},Nt=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>ps({prefix:e,name:t,encode(i){return b_(i,n,r)},decode(i){return y_(i,n,r,t)}}),w_=ps({prefix:"\0",name:"identity",encode:t=>f_(t),decode:t=>h_(t)});var v_=Object.freeze({__proto__:null,identity:w_});const __=Nt({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var E_=Object.freeze({__proto__:null,base2:__});const x_=Nt({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var S_=Object.freeze({__proto__:null,base8:x_});const C_=zi({prefix:"9",name:"base10",alphabet:"0123456789"});var O_=Object.freeze({__proto__:null,base10:C_});const A_=Nt({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),I_=Nt({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var D_=Object.freeze({__proto__:null,base16:A_,base16upper:I_});const $_=Nt({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),F_=Nt({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),P_=Nt({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),T_=Nt({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),N_=Nt({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),R_=Nt({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),L_=Nt({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),M_=Nt({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),U_=Nt({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var j_=Object.freeze({__proto__:null,base32:$_,base32upper:F_,base32pad:P_,base32padupper:T_,base32hex:N_,base32hexupper:R_,base32hexpad:L_,base32hexpadupper:M_,base32z:U_});const B_=zi({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),k_=zi({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var H_=Object.freeze({__proto__:null,base36:B_,base36upper:k_});const z_=zi({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),W_=zi({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var V_=Object.freeze({__proto__:null,base58btc:z_,base58flickr:W_});const q_=Nt({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),K_=Nt({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),G_=Nt({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Y_=Nt({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Z_=Object.freeze({__proto__:null,base64:q_,base64pad:K_,base64url:G_,base64urlpad:Y_});const If=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),J_=If.reduce((t,e,r)=>(t[r]=e,t),[]),X_=If.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function Q_(t){return t.reduce((e,r)=>(e+=J_[r],e),"")}function e7(t){const e=[];for(const r of t){const n=X_[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}const t7=ps({prefix:"\u{1F680}",name:"base256emoji",encode:Q_,decode:e7});var r7=Object.freeze({__proto__:null,base256emoji:t7}),n7=$f,Df=128,i7=127,o7=~i7,s7=Math.pow(2,31);function $f(t,e,r){e=e||[],r=r||0;for(var n=r;t>=s7;)e[r++]=t&255|Df,t/=128;for(;t&o7;)e[r++]=t&255|Df,t>>>=7;return e[r]=t|0,$f.bytes=r-n+1,e}var a7=Ac,c7=128,Ff=127;function Ac(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a)throw Ac.bytes=0,new RangeError("Could not decode varint");s=t[o++],r+=i<28?(s&Ff)<<i:(s&Ff)*Math.pow(2,i),i+=7}while(s>=c7);return Ac.bytes=o-n,r}var l7=Math.pow(2,7),u7=Math.pow(2,14),h7=Math.pow(2,21),f7=Math.pow(2,28),d7=Math.pow(2,35),p7=Math.pow(2,42),g7=Math.pow(2,49),m7=Math.pow(2,56),y7=Math.pow(2,63),b7=function(t){return t<l7?1:t<u7?2:t<h7?3:t<f7?4:t<d7?5:t<p7?6:t<g7?7:t<m7?8:t<y7?9:10},w7={encode:n7,decode:a7,encodingLength:b7},Pf=w7;const Tf=(t,e,r=0)=>(Pf.encode(t,e,r),e),Nf=t=>Pf.encodingLength(t),Ic=(t,e)=>{const r=e.byteLength,n=Nf(t),i=n+Nf(r),o=new Uint8Array(i+r);return Tf(t,o,0),Tf(r,o,n),o.set(e,i),new v7(t,r,e,o)};class v7{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}}const Rf=({name:t,code:e,encode:r})=>new _7(t,e,r);class _7{constructor(e,r,n){this.name=e,this.code=r,this.encode=n}digest(e){if(e instanceof Uint8Array){const r=this.encode(e);return r instanceof Uint8Array?Ic(this.code,r):r.then(n=>Ic(this.code,n))}else throw Error("Unknown type, must be binary type")}}const Lf=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),E7=Rf({name:"sha2-256",code:18,encode:Lf("SHA-256")}),x7=Rf({name:"sha2-512",code:19,encode:Lf("SHA-512")});var S7=Object.freeze({__proto__:null,sha256:E7,sha512:x7});const Mf=0,C7="identity",Uf=Of;var O7=Object.freeze({__proto__:null,identity:{code:Mf,name:C7,encode:Uf,digest:t=>Ic(Mf,Uf(t))}});new TextEncoder,new TextDecoder,Qt(Qt(Qt(Qt(Qt(Qt(Qt(Qt(Qt(Qt({},v_),E_),S_),O_),D_),j_),H_),V_),Z_),r7),Qt(Qt({},S7),O7),(()=>typeof global<"u"&&typeof global.WebSocket<"u"?global.WebSocket:typeof window<"u"&&typeof window.WebSocket<"u"?window.WebSocket:require("ws"))();var jf={exports:{}};(function(t,e){var r=200,n="__lodash_hash_undefined__",i=1,o=2,s=9007199254740991,a="[object Arguments]",l="[object Array]",u="[object AsyncFunction]",d="[object Boolean]",y="[object Date]",m="[object Error]",w="[object Function]",_="[object GeneratorFunction]",R="[object Map]",M="[object Number]",j="[object Null]",D="[object Object]",N="[object Promise]",S="[object Proxy]",$="[object RegExp]",P="[object Set]",h="[object String]",C="[object Symbol]",q="[object Undefined]",z="[object WeakMap]",Y="[object ArrayBuffer]",re="[object DataView]",ie="[object Float32Array]",E="[object Float64Array]",I="[object Int8Array]",Z="[object Int16Array]",J="[object Int32Array]",H="[object Uint8Array]",B="[object Uint8ClampedArray]",W="[object Uint16Array]",V="[object Uint32Array]",ce=/[\\^$.*+?()[\]{}|]/g,te=/^\[object .+?Constructor\]$/,Se=/^(?:0|[1-9]\d*)$/,ne={};ne[ie]=ne[E]=ne[I]=ne[Z]=ne[J]=ne[H]=ne[B]=ne[W]=ne[V]=!0,ne[a]=ne[l]=ne[Y]=ne[d]=ne[re]=ne[y]=ne[m]=ne[w]=ne[R]=ne[M]=ne[D]=ne[$]=ne[P]=ne[h]=ne[z]=!1;var Ie=typeof sn=="object"&&sn&&sn.Object===Object&&sn,T=typeof self=="object"&&self&&self.Object===Object&&self,F=Ie||T||Function("return this")(),A=e&&!e.nodeType&&e,c=A&&!0&&t&&!t.nodeType&&t,v=c&&c.exports===A,G=v&&Ie.process,Q=function(){try{return G&&G.binding&&G.binding("util")}catch{}}(),he=Q&&Q.isTypedArray;function ye(g,x){for(var U=-1,X=g==null?0:g.length,Ce=0,ae=[];++U<X;){var Re=g[U];x(Re,U,g)&&(ae[Ce++]=Re)}return ae}function pe(g,x){for(var U=-1,X=x.length,Ce=g.length;++U<X;)g[Ce+U]=x[U];return g}function be(g,x){for(var U=-1,X=g==null?0:g.length;++U<X;)if(x(g[U],U,g))return!0;return!1}function ze(g,x){for(var U=-1,X=Array(g);++U<g;)X[U]=x(U);return X}function Ue(g){return function(x){return g(x)}}function xe(g,x){return g.has(x)}function Ee(g,x){return g?.[x]}function ge(g){var x=-1,U=Array(g.size);return g.forEach(function(X,Ce){U[++x]=[Ce,X]}),U}function we(g,x){return function(U){return g(x(U))}}function ve(g){var x=-1,U=Array(g.size);return g.forEach(function(X){U[++x]=X}),U}var fe=Array.prototype,me=Function.prototype,b=Object.prototype,f=F["__core-js_shared__"],p=me.toString,O=b.hasOwnProperty,L=function(){var g=/[^.]+$/.exec(f&&f.keys&&f.keys.IE_PROTO||"");return g?"Symbol(src)_1."+g:""}(),k=b.toString,K=RegExp("^"+p.call(O).replace(ce,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),se=v?F.Buffer:void 0,de=F.Symbol,De=F.Uint8Array,je=b.propertyIsEnumerable,Pe=fe.splice,pt=de?de.toStringTag:void 0,Vt=Object.getOwnPropertySymbols,dr=se?se.isBuffer:void 0,$r=we(Object.keys,Object),We=ar(F,"DataView"),Te=ar(F,"Map"),Ve=ar(F,"Promise"),qe=ar(F,"Set"),Ke=ar(F,"WeakMap"),Ne=ar(Object,"create"),Xe=Kt(We),Qe=Kt(Te),et=Kt(Ve),tt=Kt(qe),rt=Kt(Ke),Ze=de?de.prototype:void 0,Ge=Ze?Ze.valueOf:void 0;function Oe(g){var x=-1,U=g==null?0:g.length;for(this.clear();++x<U;){var X=g[x];this.set(X[0],X[1])}}function nt(){this.__data__=Ne?Ne(null):{},this.size=0}function it(g){var x=this.has(g)&&delete this.__data__[g];return this.size-=x?1:0,x}function zl(g){var x=this.__data__;if(Ne){var U=x[g];return U===n?void 0:U}return O.call(x,g)?x[g]:void 0}function Wl(g){var x=this.__data__;return Ne?x[g]!==void 0:O.call(x,g)}function Vl(g,x){var U=this.__data__;return this.size+=this.has(g)?0:1,U[g]=Ne&&x===void 0?n:x,this}Oe.prototype.clear=nt,Oe.prototype.delete=it,Oe.prototype.get=zl,Oe.prototype.has=Wl,Oe.prototype.set=Vl;function Ot(g){var x=-1,U=g==null?0:g.length;for(this.clear();++x<U;){var X=g[x];this.set(X[0],X[1])}}function ql(){this.__data__=[],this.size=0}function Kl(g){var x=this.__data__,U=Pr(x,g);if(U<0)return!1;var X=x.length-1;return U==X?x.pop():Pe.call(x,U,1),--this.size,!0}function Gl(g){var x=this.__data__,U=Pr(x,g);return U<0?void 0:x[U][1]}function Yl(g){return Pr(this.__data__,g)>-1}function Zl(g,x){var U=this.__data__,X=Pr(U,g);return X<0?(++this.size,U.push([g,x])):U[X][1]=x,this}Ot.prototype.clear=ql,Ot.prototype.delete=Kl,Ot.prototype.get=Gl,Ot.prototype.has=Yl,Ot.prototype.set=Zl;function qt(g){var x=-1,U=g==null?0:g.length;for(this.clear();++x<U;){var X=g[x];this.set(X[0],X[1])}}function Jl(){this.size=0,this.__data__={hash:new Oe,map:new(Te||Ot),string:new Oe}}function Xl(g){var x=Tr(this,g).delete(g);return this.size-=x?1:0,x}function Ql(g){return Tr(this,g).get(g)}function eu(g){return Tr(this,g).has(g)}function tu(g,x){var U=Tr(this,g),X=U.size;return U.set(g,x),this.size+=U.size==X?0:1,this}qt.prototype.clear=Jl,qt.prototype.delete=Xl,qt.prototype.get=Ql,qt.prototype.has=eu,qt.prototype.set=tu;function Fr(g){var x=-1,U=g==null?0:g.length;for(this.__data__=new qt;++x<U;)this.add(g[x])}function ru(g){return this.__data__.set(g,n),this}function nu(g){return this.__data__.has(g)}Fr.prototype.add=Fr.prototype.push=ru,Fr.prototype.has=nu;function Lt(g){var x=this.__data__=new Ot(g);this.size=x.size}function iu(){this.__data__=new Ot,this.size=0}function ou(g){var x=this.__data__,U=x.delete(g);return this.size=x.size,U}function su(g){return this.__data__.get(g)}function au(g){return this.__data__.has(g)}function cu(g,x){var U=this.__data__;if(U instanceof Ot){var X=U.__data__;if(!Te||X.length<r-1)return X.push([g,x]),this.size=++U.size,this;U=this.__data__=new qt(X)}return U.set(g,x),this.size=U.size,this}Lt.prototype.clear=iu,Lt.prototype.delete=ou,Lt.prototype.get=su,Lt.prototype.has=au,Lt.prototype.set=cu;function lu(g,x){var U=Nr(g),X=!U&&Su(g),Ce=!U&&!X&&On(g),ae=!U&&!X&&!Ce&&$o(g),Re=U||X||Ce||ae,ot=Re?ze(g.length,String):[],at=ot.length;for(var $e in g)(x||O.call(g,$e))&&!(Re&&($e=="length"||Ce&&($e=="offset"||$e=="parent")||ae&&($e=="buffer"||$e=="byteLength"||$e=="byteOffset")||wu($e,at)))&&ot.push($e);return ot}function Pr(g,x){for(var U=g.length;U--;)if(Oo(g[U][0],x))return U;return-1}function uu(g,x,U){var X=x(g);return Nr(g)?X:pe(X,U(g))}function pr(g){return g==null?g===void 0?q:j:pt&&pt in Object(g)?yu(g):xu(g)}function Eo(g){return gr(g)&&pr(g)==a}function xo(g,x,U,X,Ce){return g===x?!0:g==null||x==null||!gr(g)&&!gr(x)?g!==g&&x!==x:hu(g,x,U,X,xo,Ce)}function hu(g,x,U,X,Ce,ae){var Re=Nr(g),ot=Nr(x),at=Re?l:Mt(g),$e=ot?l:Mt(x);at=at==a?D:at,$e=$e==a?D:$e;var gt=at==D,_t=$e==D,lt=at==$e;if(lt&&On(g)){if(!On(x))return!1;Re=!0,gt=!1}if(lt&&!gt)return ae||(ae=new Lt),Re||$o(g)?So(g,x,U,X,Ce,ae):gu(g,x,at,U,X,Ce,ae);if(!(U&i)){var yt=gt&&O.call(g,"__wrapped__"),bt=_t&&O.call(x,"__wrapped__");if(yt||bt){var Ut=yt?g.value():g,At=bt?x.value():x;return ae||(ae=new Lt),Ce(Ut,At,U,X,ae)}}return lt?(ae||(ae=new Lt),mu(g,x,U,X,Ce,ae)):!1}function fu(g){if(!Do(g)||_u(g))return!1;var x=Ao(g)?K:te;return x.test(Kt(g))}function du(g){return gr(g)&&Io(g.length)&&!!ne[pr(g)]}function pu(g){if(!Eu(g))return $r(g);var x=[];for(var U in Object(g))O.call(g,U)&&U!="constructor"&&x.push(U);return x}function So(g,x,U,X,Ce,ae){var Re=U&i,ot=g.length,at=x.length;if(ot!=at&&!(Re&&at>ot))return!1;var $e=ae.get(g);if($e&&ae.get(x))return $e==x;var gt=-1,_t=!0,lt=U&o?new Fr:void 0;for(ae.set(g,x),ae.set(x,g);++gt<ot;){var yt=g[gt],bt=x[gt];if(X)var Ut=Re?X(bt,yt,gt,x,g,ae):X(yt,bt,gt,g,x,ae);if(Ut!==void 0){if(Ut)continue;_t=!1;break}if(lt){if(!be(x,function(At,Gt){if(!xe(lt,Gt)&&(yt===At||Ce(yt,At,U,X,ae)))return lt.push(Gt)})){_t=!1;break}}else if(!(yt===bt||Ce(yt,bt,U,X,ae))){_t=!1;break}}return ae.delete(g),ae.delete(x),_t}function gu(g,x,U,X,Ce,ae,Re){switch(U){case re:if(g.byteLength!=x.byteLength||g.byteOffset!=x.byteOffset)return!1;g=g.buffer,x=x.buffer;case Y:return!(g.byteLength!=x.byteLength||!ae(new De(g),new De(x)));case d:case y:case M:return Oo(+g,+x);case m:return g.name==x.name&&g.message==x.message;case $:case h:return g==x+"";case R:var ot=ge;case P:var at=X&i;if(ot||(ot=ve),g.size!=x.size&&!at)return!1;var $e=Re.get(g);if($e)return $e==x;X|=o,Re.set(g,x);var gt=So(ot(g),ot(x),X,Ce,ae,Re);return Re.delete(g),gt;case C:if(Ge)return Ge.call(g)==Ge.call(x)}return!1}function mu(g,x,U,X,Ce,ae){var Re=U&i,ot=Co(g),at=ot.length,$e=Co(x),gt=$e.length;if(at!=gt&&!Re)return!1;for(var _t=at;_t--;){var lt=ot[_t];if(!(Re?lt in x:O.call(x,lt)))return!1}var yt=ae.get(g);if(yt&&ae.get(x))return yt==x;var bt=!0;ae.set(g,x),ae.set(x,g);for(var Ut=Re;++_t<at;){lt=ot[_t];var At=g[lt],Gt=x[lt];if(X)var Fo=Re?X(Gt,At,lt,x,g,ae):X(At,Gt,lt,g,x,ae);if(!(Fo===void 0?At===Gt||Ce(At,Gt,U,X,ae):Fo)){bt=!1;break}Ut||(Ut=lt=="constructor")}if(bt&&!Ut){var Rr=g.constructor,Lr=x.constructor;Rr!=Lr&&"constructor"in g&&"constructor"in x&&!(typeof Rr=="function"&&Rr instanceof Rr&&typeof Lr=="function"&&Lr instanceof Lr)&&(bt=!1)}return ae.delete(g),ae.delete(x),bt}function Co(g){return uu(g,Au,bu)}function Tr(g,x){var U=g.__data__;return vu(x)?U[typeof x=="string"?"string":"hash"]:U.map}function ar(g,x){var U=Ee(g,x);return fu(U)?U:void 0}function yu(g){var x=O.call(g,pt),U=g[pt];try{g[pt]=void 0;var X=!0}catch{}var Ce=k.call(g);return X&&(x?g[pt]=U:delete g[pt]),Ce}var bu=Vt?function(g){return g==null?[]:(g=Object(g),ye(Vt(g),function(x){return je.call(g,x)}))}:Iu,Mt=pr;(We&&Mt(new We(new ArrayBuffer(1)))!=re||Te&&Mt(new Te)!=R||Ve&&Mt(Ve.resolve())!=N||qe&&Mt(new qe)!=P||Ke&&Mt(new Ke)!=z)&&(Mt=function(g){var x=pr(g),U=x==D?g.constructor:void 0,X=U?Kt(U):"";if(X)switch(X){case Xe:return re;case Qe:return R;case et:return N;case tt:return P;case rt:return z}return x});function wu(g,x){return x=x??s,!!x&&(typeof g=="number"||Se.test(g))&&g>-1&&g%1==0&&g<x}function vu(g){var x=typeof g;return x=="string"||x=="number"||x=="symbol"||x=="boolean"?g!=="__proto__":g===null}function _u(g){return!!L&&L in g}function Eu(g){var x=g&&g.constructor,U=typeof x=="function"&&x.prototype||b;return g===U}function xu(g){return k.call(g)}function Kt(g){if(g!=null){try{return p.call(g)}catch{}try{return g+""}catch{}}return""}function Oo(g,x){return g===x||g!==g&&x!==x}var Su=Eo(function(){return arguments}())?Eo:function(g){return gr(g)&&O.call(g,"callee")&&!je.call(g,"callee")},Nr=Array.isArray;function Cu(g){return g!=null&&Io(g.length)&&!Ao(g)}var On=dr||Du;function Ou(g,x){return xo(g,x)}function Ao(g){if(!Do(g))return!1;var x=pr(g);return x==w||x==_||x==u||x==S}function Io(g){return typeof g=="number"&&g>-1&&g%1==0&&g<=s}function Do(g){var x=typeof g;return g!=null&&(x=="object"||x=="function")}function gr(g){return g!=null&&typeof g=="object"}var $o=he?Ue(he):du;function Au(g){return Cu(g)?lu(g):pu(g)}function Iu(){return[]}function Du(){return!1}t.exports=Ou})(jf,jf.exports);var A7=Object.defineProperty,Bf=Object.getOwnPropertySymbols,I7=Object.prototype.hasOwnProperty,D7=Object.prototype.propertyIsEnumerable,kf=(t,e,r)=>e in t?A7(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Wt=(t,e)=>{for(var r in e||(e={}))I7.call(e,r)&&kf(t,r,e[r]);if(Bf)for(var r of Bf(e))D7.call(e,r)&&kf(t,r,e[r]);return t};function $7(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var i=0;i<t.length;i++){var o=t.charAt(i),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=i}var a=t.length,l=t.charAt(0),u=Math.log(a)/Math.log(256),d=Math.log(256)/Math.log(a);function y(_){if(_ instanceof Uint8Array||(ArrayBuffer.isView(_)?_=new Uint8Array(_.buffer,_.byteOffset,_.byteLength):Array.isArray(_)&&(_=Uint8Array.from(_))),!(_ instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(_.length===0)return"";for(var R=0,M=0,j=0,D=_.length;j!==D&&_[j]===0;)j++,R++;for(var N=(D-j)*d+1>>>0,S=new Uint8Array(N);j!==D;){for(var $=_[j],P=0,h=N-1;($!==0||P<M)&&h!==-1;h--,P++)$+=256*S[h]>>>0,S[h]=$%a>>>0,$=$/a>>>0;if($!==0)throw new Error("Non-zero carry");M=P,j++}for(var C=N-M;C!==N&&S[C]===0;)C++;for(var q=l.repeat(R);C<N;++C)q+=t.charAt(S[C]);return q}function m(_){if(typeof _!="string")throw new TypeError("Expected String");if(_.length===0)return new Uint8Array;var R=0;if(_[R]!==" "){for(var M=0,j=0;_[R]===l;)M++,R++;for(var D=(_.length-R)*u+1>>>0,N=new Uint8Array(D);_[R];){var S=r[_.charCodeAt(R)];if(S===255)return;for(var $=0,P=D-1;(S!==0||$<j)&&P!==-1;P--,$++)S+=a*N[P]>>>0,N[P]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");j=$,R++}if(_[R]!==" "){for(var h=D-j;h!==D&&N[h]===0;)h++;for(var C=new Uint8Array(M+(D-h)),q=M;h!==D;)C[q++]=N[h++];return C}}}function w(_){var R=m(_);if(R)return R;throw new Error(`Non-${e} character`)}return{encode:y,decodeUnsafe:m,decode:w}}var F7=$7,P7=F7;const Hf=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},T7=t=>new TextEncoder().encode(t),N7=t=>new TextDecoder().decode(t);class R7{constructor(e,r,n){this.name=e,this.prefix=r,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}}class L7{constructor(e,r,n){if(this.name=e,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),this.baseDecode=n}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return zf(this,e)}}class M7{constructor(e){this.decoders=e}or(e){return zf(this,e)}decode(e){const r=e[0],n=this.decoders[r];if(n)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}const zf=(t,e)=>new M7(Wt(Wt({},t.decoders||{[t.prefix]:t}),e.decoders||{[e.prefix]:e}));class U7{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new R7(e,r,n),this.decoder=new L7(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const gs=({name:t,prefix:e,encode:r,decode:n})=>new U7(t,e,r,n),Wi=({prefix:t,name:e,alphabet:r})=>{const{encode:n,decode:i}=P7(r,e);return gs({prefix:t,name:e,encode:n,decode:o=>Hf(i(o))})},j7=(t,e,r,n)=>{const i={};for(let d=0;d<e.length;++d)i[e[d]]=d;let o=t.length;for(;t[o-1]==="=";)--o;const s=new Uint8Array(o*r/8|0);let a=0,l=0,u=0;for(let d=0;d<o;++d){const y=i[t[d]];if(y===void 0)throw new SyntaxError(`Non-${n} character`);l=l<<r|y,a+=r,a>=8&&(a-=8,s[u++]=255&l>>a)}if(a>=r||255&l<<8-a)throw new SyntaxError("Unexpected end of data");return s},B7=(t,e,r)=>{const n=e[e.length-1]==="=",i=(1<<r)-1;let o="",s=0,a=0;for(let l=0;l<t.length;++l)for(a=a<<8|t[l],s+=8;s>r;)s-=r,o+=e[i&a>>s];if(s&&(o+=e[i&a<<r-s]),n)for(;o.length*r&7;)o+="=";return o},Rt=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>gs({prefix:e,name:t,encode(i){return B7(i,n,r)},decode(i){return j7(i,n,r,t)}}),k7=gs({prefix:"\0",name:"identity",encode:t=>N7(t),decode:t=>T7(t)});var H7=Object.freeze({__proto__:null,identity:k7});const z7=Rt({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var W7=Object.freeze({__proto__:null,base2:z7});const V7=Rt({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var q7=Object.freeze({__proto__:null,base8:V7});const K7=Wi({prefix:"9",name:"base10",alphabet:"0123456789"});var G7=Object.freeze({__proto__:null,base10:K7});const Y7=Rt({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Z7=Rt({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var J7=Object.freeze({__proto__:null,base16:Y7,base16upper:Z7});const X7=Rt({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Q7=Rt({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),eE=Rt({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),tE=Rt({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),rE=Rt({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),nE=Rt({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),iE=Rt({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),oE=Rt({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),sE=Rt({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var aE=Object.freeze({__proto__:null,base32:X7,base32upper:Q7,base32pad:eE,base32padupper:tE,base32hex:rE,base32hexupper:nE,base32hexpad:iE,base32hexpadupper:oE,base32z:sE});const cE=Wi({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),lE=Wi({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var uE=Object.freeze({__proto__:null,base36:cE,base36upper:lE});const hE=Wi({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),fE=Wi({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var dE=Object.freeze({__proto__:null,base58btc:hE,base58flickr:fE});const pE=Rt({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),gE=Rt({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),mE=Rt({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),yE=Rt({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var bE=Object.freeze({__proto__:null,base64:pE,base64pad:gE,base64url:mE,base64urlpad:yE});const Wf=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),wE=Wf.reduce((t,e,r)=>(t[r]=e,t),[]),vE=Wf.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function _E(t){return t.reduce((e,r)=>(e+=wE[r],e),"")}function EE(t){const e=[];for(const r of t){const n=vE[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}const xE=gs({prefix:"\u{1F680}",name:"base256emoji",encode:_E,decode:EE});var SE=Object.freeze({__proto__:null,base256emoji:xE}),CE=qf,Vf=128,OE=127,AE=~OE,IE=Math.pow(2,31);function qf(t,e,r){e=e||[],r=r||0;for(var n=r;t>=IE;)e[r++]=t&255|Vf,t/=128;for(;t&AE;)e[r++]=t&255|Vf,t>>>=7;return e[r]=t|0,qf.bytes=r-n+1,e}var DE=Dc,$E=128,Kf=127;function Dc(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a)throw Dc.bytes=0,new RangeError("Could not decode varint");s=t[o++],r+=i<28?(s&Kf)<<i:(s&Kf)*Math.pow(2,i),i+=7}while(s>=$E);return Dc.bytes=o-n,r}var FE=Math.pow(2,7),PE=Math.pow(2,14),TE=Math.pow(2,21),NE=Math.pow(2,28),RE=Math.pow(2,35),LE=Math.pow(2,42),ME=Math.pow(2,49),UE=Math.pow(2,56),jE=Math.pow(2,63),BE=function(t){return t<FE?1:t<PE?2:t<TE?3:t<NE?4:t<RE?5:t<LE?6:t<ME?7:t<UE?8:t<jE?9:10},kE={encode:CE,decode:DE,encodingLength:BE},Gf=kE;const Yf=(t,e,r=0)=>(Gf.encode(t,e,r),e),Zf=t=>Gf.encodingLength(t),$c=(t,e)=>{const r=e.byteLength,n=Zf(t),i=n+Zf(r),o=new Uint8Array(i+r);return Yf(t,o,0),Yf(r,o,n),o.set(e,i),new HE(t,r,e,o)};class HE{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}}const Jf=({name:t,code:e,encode:r})=>new zE(t,e,r);class zE{constructor(e,r,n){this.name=e,this.code=r,this.encode=n}digest(e){if(e instanceof Uint8Array){const r=this.encode(e);return r instanceof Uint8Array?$c(this.code,r):r.then(n=>$c(this.code,n))}else throw Error("Unknown type, must be binary type")}}const Xf=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),WE=Jf({name:"sha2-256",code:18,encode:Xf("SHA-256")}),VE=Jf({name:"sha2-512",code:19,encode:Xf("SHA-512")});var qE=Object.freeze({__proto__:null,sha256:WE,sha512:VE});const Qf=0,KE="identity",ed=Hf;var GE=Object.freeze({__proto__:null,identity:{code:Qf,name:KE,encode:ed,digest:t=>$c(Qf,ed(t))}});new TextEncoder,new TextDecoder;const td=Wt(Wt(Wt(Wt(Wt(Wt(Wt(Wt(Wt(Wt({},H7),W7),q7),G7),J7),aE),uE),dE),bE),SE);Wt(Wt({},qE),GE);function YE(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?globalThis.Buffer.allocUnsafe(t):new Uint8Array(t)}function rd(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}const nd=rd("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),Fc=rd("ascii","a",t=>{let e="a";for(let r=0;r<t.length;r++)e+=String.fromCharCode(t[r]);return e},t=>{t=t.substring(1);const e=YE(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e});Wt({utf8:nd,"utf-8":nd,hex:td.base16,latin1:Fc,ascii:Fc,binary:Fc},td);const ms={message:"relayer_message",connect:"relayer_connect",disconnect:"relayer_disconnect",error:"relayer_error",connection_stalled:"relayer_connection_stalled",transport_closed:"relayer_transport_closed",publish:"relayer_publish"};class ZE{constructor(e){this.name="eip155",this.namespace=e.namespace,this.client=e.client,this.events=e.events,this.httpProviders=this.createHttpProviders(),this.chainId=this.getDefaultChainId()}async request(e){var r;switch(e.request.method){case"eth_requestAccounts":return this.getAccounts();case"eth_accounts":return this.getAccounts();case"wallet_switchEthereumChain":{const n=e.request.params?(r=e.request.params[0])==null?void 0:r.chainId:"0x0";return this.setDefaultChain(parseInt(n,16).toString()),null}case"eth_chainId":return this.getDefaultChainId()}return this.namespace.methods.includes(e.request.method)?(this.client.core.relayer.once(ms.publish,is),await this.client.request(e)):this.getHttpProvider().request(e.request)}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}setDefaultChain(e,r){if(this.chainId=parseInt(e),!this.httpProviders[e]){const n=r||Hr(`${this.name}:${e}`,this.namespace);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit("chainChanged",this.chainId)}requestAccounts(){return this.getAccounts()}createHttpProvider(e,r){const n=r||Hr(e,this.namespace);return typeof n>"u"?void 0:new Ii(new ns(n))}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{e[r]=this.createHttpProvider(r)}),e}getAccounts(){const e=this.namespace.accounts;return e?e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2])||[]:[]}getDefaultChainId(){if(this.chainId)return this.chainId;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return parseInt(e.split(":")[1])}getHttpProvider(){const e=`${this.name}:${this.chainId}`,r=this.httpProviders[e];if(typeof r>"u")throw new Error(`JSON-RPC provider for ${e} not found`);return r}}class JE{constructor(e){this.name="solana",this.namespace=e.namespace,this.events=e.events,this.client=e.client,this.chainId=this.getDefaultChainId(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}getAccounts(){const e=this.namespace.accounts;return e?e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2])||[]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{e[r]=this.createHttpProvider(r)}),e}getDefaultChainId(){if(this.chainId)return this.chainId;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}request(e){return this.namespace.methods.includes(e.request.method)?(this.client.core.relayer.once(ms.publish,is),this.client.request(e)):this.getHttpProvider().request(e.request)}getHttpProvider(){const e=`${this.name}:${this.chainId}`,r=this.httpProviders[e];if(typeof r>"u")throw new Error(`JSON-RPC provider for ${e} not found`);return r}setDefaultChain(e,r){if(this.chainId=e,!this.httpProviders[e]){const n=r||Hr(`${this.name}:${e}`,this.namespace);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit("chainChanged",this.chainId)}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||Hr(e,this.namespace);return typeof n>"u"?void 0:new Ii(new ns(n))}}class XE{constructor(e){this.name="cosmos",this.namespace=e.namespace,this.events=e.events,this.client=e.client,this.chainId=this.getDefaultChainId(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}getAccounts(){const e=this.namespace.accounts;return e?e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2])||[]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{e[r]=this.createHttpProvider(r)}),e}getDefaultChainId(){if(this.chainId)return this.chainId;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}request(e){return this.namespace.methods.includes(e.request.method)?(this.client.core.relayer.once(ms.publish,is),this.client.request(e)):this.getHttpProvider().request(e.request)}getHttpProvider(){const e=`${this.name}:${this.chainId}`,r=this.httpProviders[e];if(typeof r>"u")throw new Error(`JSON-RPC provider for ${e} not found`);return r}setDefaultChain(e,r){if(this.chainId=e,!this.httpProviders[e]){const n=r||Hr(`${this.name}:${e}`,this.namespace);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit("chainChanged",this.chainId)}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||Hr(e,this.namespace);return typeof n>"u"?void 0:new Ii(new ns(n))}}class QE{constructor(e){this.name="cip34",this.namespace=e.namespace,this.events=e.events,this.client=e.client,this.chainId=this.getDefaultChainId(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}getAccounts(){const e=this.namespace.accounts;return e?e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2])||[]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{e[r]=this.createHttpProvider(r)}),e}getDefaultChainId(){if(this.chainId)return this.chainId;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}request(e){return this.namespace.methods.includes(e.request.method)?(this.client.core.relayer.once(ms.publish,is),this.client.request(e)):this.getHttpProvider().request(e.request)}getHttpProvider(){const e=`${this.name}:${this.chainId}`,r=this.httpProviders[e];if(typeof r>"u")throw new Error(`JSON-RPC provider for ${e} not found`);return r}setDefaultChain(e,r){if(this.chainId=e,!this.httpProviders[e]){const n=r||Hr(`${this.name}:${e}`,this.namespace);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit("chainChanged",this.chainId)}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||Hr(e,this.namespace);return typeof n>"u"?void 0:new Ii(new ns(n))}}const id="error",e9="wss://relay.walletconnect.com",t9="wc",r9=2,n9="universal_provider",od=`${t9}@${r9}:${n9}:`;var i9=Object.defineProperty,o9=Object.defineProperties,s9=Object.getOwnPropertyDescriptors,sd=Object.getOwnPropertySymbols,a9=Object.prototype.hasOwnProperty,c9=Object.prototype.propertyIsEnumerable,ad=(t,e,r)=>e in t?i9(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,cd=(t,e)=>{for(var r in e||(e={}))a9.call(e,r)&&ad(t,r,e[r]);if(sd)for(var r of sd(e))c9.call(e,r)&&ad(t,r,e[r]);return t},l9=(t,e)=>o9(t,s9(e));class Pc{constructor(e){this.events=new Dt.exports,this.rpcProviders={},this.providerOpts=e,this.logger=typeof e?.logger<"u"&&typeof e?.logger!="string"?e.logger:fi(ht.getDefaultLoggerOptions({level:e?.logger||id}))}static async init(e){const r=new Pc(e);return await r.initialize(),r}async request(e,r){const[n,i]=this.validateChain(r);if(!this.session)throw new Error("Please call connect() before request()");return await this.getProvider(n).request({request:cd({},e),chainId:`${n}:${i}`,topic:this.session.topic})}sendAsync(e,r,n){this.request(e,n).then(i=>r(null,i)).catch(i=>r(i,void 0))}async enable(){if(!this.client)throw new Error("Sign Client not initialized");return this.session||await this.connect({namespaces:this.namespaces,optionalNamespaces:this.optionalNamespaces,sessionProperties:this.sessionProperties}),await this.requestAccounts()}async disconnect(){var e;if(!this.session)throw new Error("Please call connect() before enable()");await this.client.disconnect({topic:(e=this.session)==null?void 0:e.topic,reason:xt("USER_DISCONNECTED")}),await this.cleanup()}async connect(e){if(!this.client)throw new Error("Sign Client not initialized");if(this.setNamespaces(e),await this.cleanupPendingPairings(),this.createProviders(),!e.skipPairing)return await this.pair(e.pairingTopic)}on(e,r){this.events.on(e,r)}once(e,r){this.events.once(e,r)}removeListener(e,r){this.events.removeListener(e,r)}off(e,r){this.events.off(e,r)}get isWalletConnect(){return!0}async pair(e){const{uri:r,approval:n}=await this.client.connect({pairingTopic:e,requiredNamespaces:this.namespaces,optionalNamespaces:this.optionalNamespaces,sessionProperties:this.sessionProperties});return r&&(this.uri=r,this.events.emit("display_uri",r)),this.session=await n(),this.onSessionUpdate(),this.onConnect(),this.session}setDefaultChain(e,r){try{const[n,i]=this.validateChain(e);this.getProvider(n).setDefaultChain(i,r)}catch(n){if(!/Please call connect/.test(n.message))throw n}}async cleanupPendingPairings(e={}){this.logger.info("Cleaning up inactive pairings...");const r=this.client.pairing.getAll();if(Br(r)){for(const n of r)e.deletePairings?this.client.core.expirer.set(n.topic,0):await this.client.core.relayer.subscriber.unsubscribe(n.topic);this.logger.info(`Inactive pairings cleared: ${r.length}`)}}async checkStorage(){if(this.namespaces=await this.client.core.storage.getItem(`${od}/namespaces`)||{},this.namespaces&&this.createProviders(),this.client.session.length){const e=this.client.session.keys.length-1;this.session=this.client.session.get(this.client.session.keys[e]),this.onSessionUpdate()}}async initialize(){this.logger.trace("Initialized"),await this.createClient(),this.checkStorage(),this.registerEventListeners()}async createClient(){this.client=this.providerOpts.client||await hc.init({logger:this.providerOpts.logger||id,relayUrl:this.providerOpts.relayUrl||e9,projectId:this.providerOpts.projectId,metadata:this.providerOpts.metadata,storageOptions:this.providerOpts.storageOptions,name:this.providerOpts.name}),this.logger.trace("SignClient Initialized")}createProviders(){if(!this.client)throw new Error("Sign Client not initialized");Object.keys(this.namespaces).forEach(e=>{var r;const n=Object.assign({},this.namespaces[e],(r=this.optionalNamespaces)==null?void 0:r[e]);switch(e){case"eip155":this.rpcProviders[e]=new ZE({client:this.client,namespace:n,events:this.events});break;case"solana":this.rpcProviders[e]=new JE({client:this.client,namespace:n,events:this.events});break;case"cosmos":this.rpcProviders[e]=new XE({client:this.client,namespace:n,events:this.events});break;case"polkadot":break;case"cip34":this.rpcProviders[e]=new QE({client:this.client,namespace:n,events:this.events});break}})}registerEventListeners(){if(typeof this.client>"u")throw new Error("Sign Client is not initialized");this.client.on("session_ping",e=>{this.events.emit("session_ping",e)}),this.client.on("session_event",e=>{const{params:r}=e,{event:n}=r;n.name==="accountsChanged"?this.events.emit("accountsChanged",n.data):n.name==="chainChanged"?this.onChainChanged(n.data,r.chainId):this.events.emit(n.name,n.data),this.events.emit("session_event",e)}),this.client.on("session_update",({topic:e,params:r})=>{var n;const{namespaces:i}=r,o=(n=this.client)==null?void 0:n.session.get(e);this.session=l9(cd({},o),{namespaces:i}),this.onSessionUpdate(),this.events.emit("session_update",{topic:e,params:r})}),this.client.on("session_delete",async e=>{await this.cleanup(),this.events.emit("session_delete",e)})}getProvider(e){if(!this.rpcProviders[e])throw new Error(`Provider not found: ${e}`);return this.rpcProviders[e]}onSessionUpdate(){Object.keys(this.rpcProviders).forEach(e=>{var r;this.getProvider(e).updateNamespace((r=this.session)==null?void 0:r.namespaces[e])})}setNamespaces(e){const{namespaces:r,optionalNamespaces:n,sessionProperties:i}=e;if(!r||!Object.keys(r).length)throw new Error("Namespaces must be not empty");this.client.core.storage.setItem(`${od}/namespaces`,r),this.namespaces=r,this.optionalNamespaces=n,this.sessionProperties=i}validateChain(e){const[r,n]=e?.split(":")||["",""];if(r&&!Object.keys(this.namespaces).includes(r))throw new Error(`Namespace '${r}' is not configured. Please call connect() first with namespace config.`);return!r||!n?Qv(this.namespaces):[r,n]}async requestAccounts(){const[e]=this.validateChain();return await this.getProvider(e).requestAccounts()}onChainChanged(e,r){const[n,i]=this.validateChain(r);this.getProvider(n).setDefaultChain(i),this.events.emit("chainChanged",e)}onConnect(){this.events.emit("connect",{session:this.session})}async cleanup(){this.session=void 0,await this.cleanupPendingPairings({deletePairings:!0})}}const u9=Pc,h9=Symbol(),ld=Object.getPrototypeOf,Tc=new WeakMap,f9=t=>t&&(Tc.has(t)?Tc.get(t):ld(t)===Object.prototype||ld(t)===Array.prototype),d9=t=>f9(t)&&t[h9]||null,ud=(t,e=!0)=>{Tc.set(t,e)},Nc=t=>typeof t=="object"&&t!==null,ln=new WeakMap,ys=new WeakSet,p9=(t=Object.is,e=(u,d)=>new Proxy(u,d),r=u=>Nc(u)&&!ys.has(u)&&(Array.isArray(u)||!(Symbol.iterator in u))&&!(u instanceof WeakMap)&&!(u instanceof WeakSet)&&!(u instanceof Error)&&!(u instanceof Number)&&!(u instanceof Date)&&!(u instanceof String)&&!(u instanceof RegExp)&&!(u instanceof ArrayBuffer),n=u=>{switch(u.status){case"fulfilled":return u.value;case"rejected":throw u.reason;default:throw u}},i=new WeakMap,o=(u,d,y=n)=>{const m=i.get(u);if(m?.[0]===d)return m[1];const w=Array.isArray(u)?[]:Object.create(Object.getPrototypeOf(u));return ud(w,!0),i.set(u,[d,w]),Reflect.ownKeys(u).forEach(_=>{const R=Reflect.get(u,_);ys.has(R)?(ud(R,!1),w[_]=R):R instanceof Promise?Object.defineProperty(w,_,{get(){return y(R)}}):ln.has(R)?w[_]=m9(R,y):w[_]=R}),Object.freeze(w)},s=new WeakMap,a=[1,1],l=u=>{if(!Nc(u))throw new Error("object required");const d=s.get(u);if(d)return d;let y=a[0];const m=new Set,w=(q,z=++a[0])=>{y!==z&&(y=z,m.forEach(Y=>Y(q,z)))};let _=a[1];const R=(q=++a[1])=>(_!==q&&!m.size&&(_=q,j.forEach(([z])=>{const Y=z[1](q);Y>y&&(y=Y)})),y),M=q=>(z,Y)=>{const re=[...z];re[1]=[q,...re[1]],w(re,Y)},j=new Map,D=(q,z)=>{if(void 0!=="production"&&j.has(q))throw new Error("prop listener already exists");if(m.size){const Y=z[3](M(q));j.set(q,[z,Y])}else j.set(q,[z])},N=q=>{var z;const Y=j.get(q);Y&&(j.delete(q),(z=Y[1])==null||z.call(Y))},S=q=>(m.add(q),m.size===1&&j.forEach(([Y,re],ie)=>{if(void 0!=="production"&&re)throw new Error("remove already exists");const E=Y[3](M(ie));j.set(ie,[Y,E])}),()=>{m.delete(q),m.size===0&&j.forEach(([Y,re],ie)=>{re&&(re(),j.set(ie,[Y]))})}),$=Array.isArray(u)?[]:Object.create(Object.getPrototypeOf(u)),h=e($,{deleteProperty(q,z){const Y=Reflect.get(q,z);N(z);const re=Reflect.deleteProperty(q,z);return re&&w(["delete",[z],Y]),re},set(q,z,Y,re){var ie;const E=Reflect.has(q,z),I=Reflect.get(q,z,re);if(E&&t(I,Y))return!0;N(z),Nc(Y)&&(Y=d9(Y)||Y);let Z=Y;if(!((ie=Object.getOwnPropertyDescriptor(q,z))!=null&&ie.set))if(Y instanceof Promise)Y.then(J=>{Y.status="fulfilled",Y.value=J,w(["resolve",[z],J])}).catch(J=>{Y.status="rejected",Y.reason=J,w(["reject",[z],J])});else{!ln.has(Y)&&r(Y)&&(Z=zr(Y));const J=!ys.has(Z)&&ln.get(Z);J&&D(z,J)}return Reflect.set(q,z,Z,re),w(["set",[z],Y,I]),!0}});s.set(u,h);const C=[$,R,o,S];return ln.set(h,C),Reflect.ownKeys(u).forEach(q=>{const z=Object.getOwnPropertyDescriptor(u,q);z.get||z.set?Object.defineProperty($,q,z):h[q]=u[q]}),h})=>[l,ln,ys,t,e,r,n,i,o,s,a],[g9]=p9();function zr(t={}){return g9(t)}function Vi(t,e,r){const n=ln.get(t);void 0!=="production"&&!n&&console.warn("Please use proxy object");let i;const o=[],s=n[3];let a=!1;const u=s(d=>{if(o.push(d),r){e(o.splice(0));return}i||(i=Promise.resolve().then(()=>{i=void 0,a&&e(o.splice(0))}))});return a=!0,()=>{a=!1,u()}}function m9(t,e){const r=ln.get(t);void 0!=="production"&&!r&&console.warn("Please use proxy object");const[n,i,o]=r;return o(n,i(),e)}var hd={},bs={};bs.byteLength=w9,bs.toByteArray=_9,bs.fromByteArray=S9;for(var _r=[],ur=[],y9=typeof Uint8Array<"u"?Uint8Array:Array,Rc="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Un=0,b9=Rc.length;Un<b9;++Un)_r[Un]=Rc[Un],ur[Rc.charCodeAt(Un)]=Un;ur["-".charCodeAt(0)]=62,ur["_".charCodeAt(0)]=63;function fd(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function w9(t){var e=fd(t),r=e[0],n=e[1];return(r+n)*3/4-n}function v9(t,e,r){return(e+r)*3/4-r}function _9(t){var e,r=fd(t),n=r[0],i=r[1],o=new y9(v9(t,n,i)),s=0,a=i>0?n-4:n,l;for(l=0;l<a;l+=4)e=ur[t.charCodeAt(l)]<<18|ur[t.charCodeAt(l+1)]<<12|ur[t.charCodeAt(l+2)]<<6|ur[t.charCodeAt(l+3)],o[s++]=e>>16&255,o[s++]=e>>8&255,o[s++]=e&255;return i===2&&(e=ur[t.charCodeAt(l)]<<2|ur[t.charCodeAt(l+1)]>>4,o[s++]=e&255),i===1&&(e=ur[t.charCodeAt(l)]<<10|ur[t.charCodeAt(l+1)]<<4|ur[t.charCodeAt(l+2)]>>2,o[s++]=e>>8&255,o[s++]=e&255),o}function E9(t){return _r[t>>18&63]+_r[t>>12&63]+_r[t>>6&63]+_r[t&63]}function x9(t,e,r){for(var n,i=[],o=e;o<r;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(E9(n));return i.join("")}function S9(t){for(var e,r=t.length,n=r%3,i=[],o=16383,s=0,a=r-n;s<a;s+=o)i.push(x9(t,s,s+o>a?a:s+o));return n===1?(e=t[r-1],i.push(_r[e>>2]+_r[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(_r[e>>10]+_r[e>>4&63]+_r[e<<2&63]+"=")),i.join("")}var Lc={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */Lc.read=function(t,e,r,n,i){var o,s,a=i*8-n-1,l=(1<<a)-1,u=l>>1,d=-7,y=r?i-1:0,m=r?-1:1,w=t[e+y];for(y+=m,o=w&(1<<-d)-1,w>>=-d,d+=a;d>0;o=o*256+t[e+y],y+=m,d-=8);for(s=o&(1<<-d)-1,o>>=-d,d+=n;d>0;s=s*256+t[e+y],y+=m,d-=8);if(o===0)o=1-u;else{if(o===l)return s?NaN:(w?-1:1)*(1/0);s=s+Math.pow(2,n),o=o-u}return(w?-1:1)*s*Math.pow(2,o-n)},Lc.write=function(t,e,r,n,i,o){var s,a,l,u=o*8-i-1,d=(1<<u)-1,y=d>>1,m=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=n?0:o-1,_=n?1:-1,R=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,s=d):(s=Math.floor(Math.log(e)/Math.LN2),e*(l=Math.pow(2,-s))<1&&(s--,l*=2),s+y>=1?e+=m/l:e+=m*Math.pow(2,1-y),e*l>=2&&(s++,l/=2),s+y>=d?(a=0,s=d):s+y>=1?(a=(e*l-1)*Math.pow(2,i),s=s+y):(a=e*Math.pow(2,y-1)*Math.pow(2,i),s=0));i>=8;t[r+w]=a&255,w+=_,a/=256,i-=8);for(s=s<<i|a,u+=i;u>0;t[r+w]=s&255,w+=_,s/=256,u-=8);t[r+w-_]|=R*128};/*!
67
106
  * The buffer module from node.js, for the browser.
68
107
  *
69
108
  * @author Feross Aboukhadijeh <https://feross.org>
70
109
  * @license MIT
71
- */(function(t){const e=ps,r=_a,n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=a,t.SlowBuffer=x,t.INSPECT_MAX_BYTES=50;const i=2147483647;t.kMaxLength=i,a.TYPED_ARRAY_SUPPORT=s(),!a.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function s(){try{const g=new Uint8Array(1),u={foo:function(){return 42}};return Object.setPrototypeOf(u,Uint8Array.prototype),Object.setPrototypeOf(g,u),g.foo()===42}catch{return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.buffer}}),Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.byteOffset}});function o(g){if(g>i)throw new RangeError('The value "'+g+'" is invalid for option "size"');const u=new Uint8Array(g);return Object.setPrototypeOf(u,a.prototype),u}function a(g,u,d){if(typeof g=="number"){if(typeof u=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return w(g)}return c(g,u,d)}a.poolSize=8192;function c(g,u,d){if(typeof g=="string")return m(g,u);if(ArrayBuffer.isView(g))return E(g);if(g==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof g);if(me(g,ArrayBuffer)||g&&me(g.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(me(g,SharedArrayBuffer)||g&&me(g.buffer,SharedArrayBuffer)))return T(g,u,d);if(typeof g=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const b=g.valueOf&&g.valueOf();if(b!=null&&b!==g)return a.from(b,u,d);const P=R(g);if(P)return P;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof g[Symbol.toPrimitive]=="function")return a.from(g[Symbol.toPrimitive]("string"),u,d);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof g)}a.from=function(g,u,d){return c(g,u,d)},Object.setPrototypeOf(a.prototype,Uint8Array.prototype),Object.setPrototypeOf(a,Uint8Array);function l(g){if(typeof g!="number")throw new TypeError('"size" argument must be of type number');if(g<0)throw new RangeError('The value "'+g+'" is invalid for option "size"')}function p(g,u,d){return l(g),g<=0?o(g):u!==void 0?typeof d=="string"?o(g).fill(u,d):o(g).fill(u):o(g)}a.alloc=function(g,u,d){return p(g,u,d)};function w(g){return l(g),o(g<0?0:L(g)|0)}a.allocUnsafe=function(g){return w(g)},a.allocUnsafeSlow=function(g){return w(g)};function m(g,u){if((typeof u!="string"||u==="")&&(u="utf8"),!a.isEncoding(u))throw new TypeError("Unknown encoding: "+u);const d=O(g,u)|0;let b=o(d);const P=b.write(g,u);return P!==d&&(b=b.slice(0,P)),b}function y(g){const u=g.length<0?0:L(g.length)|0,d=o(u);for(let b=0;b<u;b+=1)d[b]=g[b]&255;return d}function E(g){if(me(g,Uint8Array)){const u=new Uint8Array(g);return T(u.buffer,u.byteOffset,u.byteLength)}return y(g)}function T(g,u,d){if(u<0||g.byteLength<u)throw new RangeError('"offset" is outside of buffer bounds');if(g.byteLength<u+(d||0))throw new RangeError('"length" is outside of buffer bounds');let b;return u===void 0&&d===void 0?b=new Uint8Array(g):d===void 0?b=new Uint8Array(g,u):b=new Uint8Array(g,u,d),Object.setPrototypeOf(b,a.prototype),b}function R(g){if(a.isBuffer(g)){const u=L(g.length)|0,d=o(u);return d.length===0||g.copy(d,0,0,u),d}if(g.length!==void 0)return typeof g.length!="number"||Se(g.length)?o(0):y(g);if(g.type==="Buffer"&&Array.isArray(g.data))return y(g.data)}function L(g){if(g>=i)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i.toString(16)+" bytes");return g|0}function x(g){return+g!=g&&(g=0),a.alloc(+g)}a.isBuffer=function(u){return u!=null&&u._isBuffer===!0&&u!==a.prototype},a.compare=function(u,d){if(me(u,Uint8Array)&&(u=a.from(u,u.offset,u.byteLength)),me(d,Uint8Array)&&(d=a.from(d,d.offset,d.byteLength)),!a.isBuffer(u)||!a.isBuffer(d))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(u===d)return 0;let b=u.length,P=d.length;for(let U=0,k=Math.min(b,P);U<k;++U)if(u[U]!==d[U]){b=u[U],P=d[U];break}return b<P?-1:P<b?1:0},a.isEncoding=function(u){switch(String(u).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},a.concat=function(u,d){if(!Array.isArray(u))throw new TypeError('"list" argument must be an Array of Buffers');if(u.length===0)return a.alloc(0);let b;if(d===void 0)for(d=0,b=0;b<u.length;++b)d+=u[b].length;const P=a.allocUnsafe(d);let U=0;for(b=0;b<u.length;++b){let k=u[b];if(me(k,Uint8Array))U+k.length>P.length?(a.isBuffer(k)||(k=a.from(k)),k.copy(P,U)):Uint8Array.prototype.set.call(P,k,U);else if(a.isBuffer(k))k.copy(P,U);else throw new TypeError('"list" argument must be an Array of Buffers');U+=k.length}return P};function O(g,u){if(a.isBuffer(g))return g.length;if(ArrayBuffer.isView(g)||me(g,ArrayBuffer))return g.byteLength;if(typeof g!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof g);const d=g.length,b=arguments.length>2&&arguments[2]===!0;if(!b&&d===0)return 0;let P=!1;for(;;)switch(u){case"ascii":case"latin1":case"binary":return d;case"utf8":case"utf-8":return Ue(g).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return d*2;case"hex":return d>>>1;case"base64":return Pe(g).length;default:if(P)return b?-1:Ue(g).length;u=(""+u).toLowerCase(),P=!0}}a.byteLength=O;function _(g,u,d){let b=!1;if((u===void 0||u<0)&&(u=0),u>this.length||((d===void 0||d>this.length)&&(d=this.length),d<=0)||(d>>>=0,u>>>=0,d<=u))return"";for(g||(g="utf8");;)switch(g){case"hex":return z(this,u,d);case"utf8":case"utf-8":return C(this,u,d);case"ascii":return K(this,u,d);case"latin1":case"binary":return W(this,u,d);case"base64":return re(this,u,d);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return J(this,u,d);default:if(b)throw new TypeError("Unknown encoding: "+g);g=(g+"").toLowerCase(),b=!0}}a.prototype._isBuffer=!0;function D(g,u,d){const b=g[u];g[u]=g[d],g[d]=b}a.prototype.swap16=function(){const u=this.length;if(u%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let d=0;d<u;d+=2)D(this,d,d+1);return this},a.prototype.swap32=function(){const u=this.length;if(u%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let d=0;d<u;d+=4)D(this,d,d+3),D(this,d+1,d+2);return this},a.prototype.swap64=function(){const u=this.length;if(u%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let d=0;d<u;d+=8)D(this,d,d+7),D(this,d+1,d+6),D(this,d+2,d+5),D(this,d+3,d+4);return this},a.prototype.toString=function(){const u=this.length;return u===0?"":arguments.length===0?C(this,0,u):_.apply(this,arguments)},a.prototype.toLocaleString=a.prototype.toString,a.prototype.equals=function(u){if(!a.isBuffer(u))throw new TypeError("Argument must be a Buffer");return this===u?!0:a.compare(this,u)===0},a.prototype.inspect=function(){let u="";const d=t.INSPECT_MAX_BYTES;return u=this.toString("hex",0,d).replace(/(.{2})/g,"$1 ").trim(),this.length>d&&(u+=" ... "),"<Buffer "+u+">"},n&&(a.prototype[n]=a.prototype.inspect),a.prototype.compare=function(u,d,b,P,U){if(me(u,Uint8Array)&&(u=a.from(u,u.offset,u.byteLength)),!a.isBuffer(u))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof u);if(d===void 0&&(d=0),b===void 0&&(b=u?u.length:0),P===void 0&&(P=0),U===void 0&&(U=this.length),d<0||b>u.length||P<0||U>this.length)throw new RangeError("out of range index");if(P>=U&&d>=b)return 0;if(P>=U)return-1;if(d>=b)return 1;if(d>>>=0,b>>>=0,P>>>=0,U>>>=0,this===u)return 0;let k=U-P,oe=b-d;const he=Math.min(k,oe),Ne=this.slice(P,U),Be=u.slice(d,b);for(let Le=0;Le<he;++Le)if(Ne[Le]!==Be[Le]){k=Ne[Le],oe=Be[Le];break}return k<oe?-1:oe<k?1:0};function I(g,u,d,b,P){if(g.length===0)return-1;if(typeof d=="string"?(b=d,d=0):d>2147483647?d=2147483647:d<-2147483648&&(d=-2147483648),d=+d,Se(d)&&(d=P?0:g.length-1),d<0&&(d=g.length+d),d>=g.length){if(P)return-1;d=g.length-1}else if(d<0)if(P)d=0;else return-1;if(typeof u=="string"&&(u=a.from(u,b)),a.isBuffer(u))return u.length===0?-1:h(g,u,d,b,P);if(typeof u=="number")return u=u&255,typeof Uint8Array.prototype.indexOf=="function"?P?Uint8Array.prototype.indexOf.call(g,u,d):Uint8Array.prototype.lastIndexOf.call(g,u,d):h(g,[u],d,b,P);throw new TypeError("val must be string, number or Buffer")}function h(g,u,d,b,P){let U=1,k=g.length,oe=u.length;if(b!==void 0&&(b=String(b).toLowerCase(),b==="ucs2"||b==="ucs-2"||b==="utf16le"||b==="utf-16le")){if(g.length<2||u.length<2)return-1;U=2,k/=2,oe/=2,d/=2}function he(Be,Le){return U===1?Be[Le]:Be.readUInt16BE(Le*U)}let Ne;if(P){let Be=-1;for(Ne=d;Ne<k;Ne++)if(he(g,Ne)===he(u,Be===-1?0:Ne-Be)){if(Be===-1&&(Be=Ne),Ne-Be+1===oe)return Be*U}else Be!==-1&&(Ne-=Ne-Be),Be=-1}else for(d+oe>k&&(d=k-oe),Ne=d;Ne>=0;Ne--){let Be=!0;for(let Le=0;Le<oe;Le++)if(he(g,Ne+Le)!==he(u,Le)){Be=!1;break}if(Be)return Ne}return-1}a.prototype.includes=function(u,d,b){return this.indexOf(u,d,b)!==-1},a.prototype.indexOf=function(u,d,b){return I(this,u,d,b,!0)},a.prototype.lastIndexOf=function(u,d,b){return I(this,u,d,b,!1)};function v(g,u,d,b){d=Number(d)||0;const P=g.length-d;b?(b=Number(b),b>P&&(b=P)):b=P;const U=u.length;b>U/2&&(b=U/2);let k;for(k=0;k<b;++k){const oe=parseInt(u.substr(k*2,2),16);if(Se(oe))return k;g[d+k]=oe}return k}function H(g,u,d,b){return Ie(Ue(u,g.length-d),g,d,b)}function j(g,u,d,b){return Ie(Ge(u),g,d,b)}function q(g,u,d,b){return Ie(Pe(u),g,d,b)}function X(g,u,d,b){return Ie(qe(u,g.length-d),g,d,b)}a.prototype.write=function(u,d,b,P){if(d===void 0)P="utf8",b=this.length,d=0;else if(b===void 0&&typeof d=="string")P=d,b=this.length,d=0;else if(isFinite(d))d=d>>>0,isFinite(b)?(b=b>>>0,P===void 0&&(P="utf8")):(P=b,b=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const U=this.length-d;if((b===void 0||b>U)&&(b=U),u.length>0&&(b<0||d<0)||d>this.length)throw new RangeError("Attempt to write outside buffer bounds");P||(P="utf8");let k=!1;for(;;)switch(P){case"hex":return v(this,u,d,b);case"utf8":case"utf-8":return H(this,u,d,b);case"ascii":case"latin1":case"binary":return j(this,u,d,b);case"base64":return q(this,u,d,b);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return X(this,u,d,b);default:if(k)throw new TypeError("Unknown encoding: "+P);P=(""+P).toLowerCase(),k=!0}},a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function re(g,u,d){return u===0&&d===g.length?e.fromByteArray(g):e.fromByteArray(g.slice(u,d))}function C(g,u,d){d=Math.min(g.length,d);const b=[];let P=u;for(;P<d;){const U=g[P];let k=null,oe=U>239?4:U>223?3:U>191?2:1;if(P+oe<=d){let he,Ne,Be,Le;switch(oe){case 1:U<128&&(k=U);break;case 2:he=g[P+1],(he&192)===128&&(Le=(U&31)<<6|he&63,Le>127&&(k=Le));break;case 3:he=g[P+1],Ne=g[P+2],(he&192)===128&&(Ne&192)===128&&(Le=(U&15)<<12|(he&63)<<6|Ne&63,Le>2047&&(Le<55296||Le>57343)&&(k=Le));break;case 4:he=g[P+1],Ne=g[P+2],Be=g[P+3],(he&192)===128&&(Ne&192)===128&&(Be&192)===128&&(Le=(U&15)<<18|(he&63)<<12|(Ne&63)<<6|Be&63,Le>65535&&Le<1114112&&(k=Le))}}k===null?(k=65533,oe=1):k>65535&&(k-=65536,b.push(k>>>10&1023|55296),k=56320|k&1023),b.push(k),P+=oe}return G(b)}const A=4096;function G(g){const u=g.length;if(u<=A)return String.fromCharCode.apply(String,g);let d="",b=0;for(;b<u;)d+=String.fromCharCode.apply(String,g.slice(b,b+=A));return d}function K(g,u,d){let b="";d=Math.min(g.length,d);for(let P=u;P<d;++P)b+=String.fromCharCode(g[P]&127);return b}function W(g,u,d){let b="";d=Math.min(g.length,d);for(let P=u;P<d;++P)b+=String.fromCharCode(g[P]);return b}function z(g,u,d){const b=g.length;(!u||u<0)&&(u=0),(!d||d<0||d>b)&&(d=b);let P="";for(let U=u;U<d;++U)P+=Oe[g[U]];return P}function J(g,u,d){const b=g.slice(u,d);let P="";for(let U=0;U<b.length-1;U+=2)P+=String.fromCharCode(b[U]+b[U+1]*256);return P}a.prototype.slice=function(u,d){const b=this.length;u=~~u,d=d===void 0?b:~~d,u<0?(u+=b,u<0&&(u=0)):u>b&&(u=b),d<0?(d+=b,d<0&&(d=0)):d>b&&(d=b),d<u&&(d=u);const P=this.subarray(u,d);return Object.setPrototypeOf(P,a.prototype),P};function Z(g,u,d){if(g%1!==0||g<0)throw new RangeError("offset is not uint");if(g+u>d)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(u,d,b){u=u>>>0,d=d>>>0,b||Z(u,d,this.length);let P=this[u],U=1,k=0;for(;++k<d&&(U*=256);)P+=this[u+k]*U;return P},a.prototype.readUintBE=a.prototype.readUIntBE=function(u,d,b){u=u>>>0,d=d>>>0,b||Z(u,d,this.length);let P=this[u+--d],U=1;for(;d>0&&(U*=256);)P+=this[u+--d]*U;return P},a.prototype.readUint8=a.prototype.readUInt8=function(u,d){return u=u>>>0,d||Z(u,1,this.length),this[u]},a.prototype.readUint16LE=a.prototype.readUInt16LE=function(u,d){return u=u>>>0,d||Z(u,2,this.length),this[u]|this[u+1]<<8},a.prototype.readUint16BE=a.prototype.readUInt16BE=function(u,d){return u=u>>>0,d||Z(u,2,this.length),this[u]<<8|this[u+1]},a.prototype.readUint32LE=a.prototype.readUInt32LE=function(u,d){return u=u>>>0,d||Z(u,4,this.length),(this[u]|this[u+1]<<8|this[u+2]<<16)+this[u+3]*16777216},a.prototype.readUint32BE=a.prototype.readUInt32BE=function(u,d){return u=u>>>0,d||Z(u,4,this.length),this[u]*16777216+(this[u+1]<<16|this[u+2]<<8|this[u+3])},a.prototype.readBigUInt64LE=pe(function(u){u=u>>>0,ne(u,"offset");const d=this[u],b=this[u+7];(d===void 0||b===void 0)&&Ee(u,this.length-8);const P=d+this[++u]*2**8+this[++u]*2**16+this[++u]*2**24,U=this[++u]+this[++u]*2**8+this[++u]*2**16+b*2**24;return BigInt(P)+(BigInt(U)<<BigInt(32))}),a.prototype.readBigUInt64BE=pe(function(u){u=u>>>0,ne(u,"offset");const d=this[u],b=this[u+7];(d===void 0||b===void 0)&&Ee(u,this.length-8);const P=d*2**24+this[++u]*2**16+this[++u]*2**8+this[++u],U=this[++u]*2**24+this[++u]*2**16+this[++u]*2**8+b;return(BigInt(P)<<BigInt(32))+BigInt(U)}),a.prototype.readIntLE=function(u,d,b){u=u>>>0,d=d>>>0,b||Z(u,d,this.length);let P=this[u],U=1,k=0;for(;++k<d&&(U*=256);)P+=this[u+k]*U;return U*=128,P>=U&&(P-=Math.pow(2,8*d)),P},a.prototype.readIntBE=function(u,d,b){u=u>>>0,d=d>>>0,b||Z(u,d,this.length);let P=d,U=1,k=this[u+--P];for(;P>0&&(U*=256);)k+=this[u+--P]*U;return U*=128,k>=U&&(k-=Math.pow(2,8*d)),k},a.prototype.readInt8=function(u,d){return u=u>>>0,d||Z(u,1,this.length),this[u]&128?(255-this[u]+1)*-1:this[u]},a.prototype.readInt16LE=function(u,d){u=u>>>0,d||Z(u,2,this.length);const b=this[u]|this[u+1]<<8;return b&32768?b|4294901760:b},a.prototype.readInt16BE=function(u,d){u=u>>>0,d||Z(u,2,this.length);const b=this[u+1]|this[u]<<8;return b&32768?b|4294901760:b},a.prototype.readInt32LE=function(u,d){return u=u>>>0,d||Z(u,4,this.length),this[u]|this[u+1]<<8|this[u+2]<<16|this[u+3]<<24},a.prototype.readInt32BE=function(u,d){return u=u>>>0,d||Z(u,4,this.length),this[u]<<24|this[u+1]<<16|this[u+2]<<8|this[u+3]},a.prototype.readBigInt64LE=pe(function(u){u=u>>>0,ne(u,"offset");const d=this[u],b=this[u+7];(d===void 0||b===void 0)&&Ee(u,this.length-8);const P=this[u+4]+this[u+5]*2**8+this[u+6]*2**16+(b<<24);return(BigInt(P)<<BigInt(32))+BigInt(d+this[++u]*2**8+this[++u]*2**16+this[++u]*2**24)}),a.prototype.readBigInt64BE=pe(function(u){u=u>>>0,ne(u,"offset");const d=this[u],b=this[u+7];(d===void 0||b===void 0)&&Ee(u,this.length-8);const P=(d<<24)+this[++u]*2**16+this[++u]*2**8+this[++u];return(BigInt(P)<<BigInt(32))+BigInt(this[++u]*2**24+this[++u]*2**16+this[++u]*2**8+b)}),a.prototype.readFloatLE=function(u,d){return u=u>>>0,d||Z(u,4,this.length),r.read(this,u,!0,23,4)},a.prototype.readFloatBE=function(u,d){return u=u>>>0,d||Z(u,4,this.length),r.read(this,u,!1,23,4)},a.prototype.readDoubleLE=function(u,d){return u=u>>>0,d||Z(u,8,this.length),r.read(this,u,!0,52,8)},a.prototype.readDoubleBE=function(u,d){return u=u>>>0,d||Z(u,8,this.length),r.read(this,u,!1,52,8)};function ue(g,u,d,b,P,U){if(!a.isBuffer(g))throw new TypeError('"buffer" argument must be a Buffer instance');if(u>P||u<U)throw new RangeError('"value" argument is out of bounds');if(d+b>g.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(u,d,b,P){if(u=+u,d=d>>>0,b=b>>>0,!P){const oe=Math.pow(2,8*b)-1;ue(this,u,d,b,oe,0)}let U=1,k=0;for(this[d]=u&255;++k<b&&(U*=256);)this[d+k]=u/U&255;return d+b},a.prototype.writeUintBE=a.prototype.writeUIntBE=function(u,d,b,P){if(u=+u,d=d>>>0,b=b>>>0,!P){const oe=Math.pow(2,8*b)-1;ue(this,u,d,b,oe,0)}let U=b-1,k=1;for(this[d+U]=u&255;--U>=0&&(k*=256);)this[d+U]=u/k&255;return d+b},a.prototype.writeUint8=a.prototype.writeUInt8=function(u,d,b){return u=+u,d=d>>>0,b||ue(this,u,d,1,255,0),this[d]=u&255,d+1},a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(u,d,b){return u=+u,d=d>>>0,b||ue(this,u,d,2,65535,0),this[d]=u&255,this[d+1]=u>>>8,d+2},a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(u,d,b){return u=+u,d=d>>>0,b||ue(this,u,d,2,65535,0),this[d]=u>>>8,this[d+1]=u&255,d+2},a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(u,d,b){return u=+u,d=d>>>0,b||ue(this,u,d,4,4294967295,0),this[d+3]=u>>>24,this[d+2]=u>>>16,this[d+1]=u>>>8,this[d]=u&255,d+4},a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(u,d,b){return u=+u,d=d>>>0,b||ue(this,u,d,4,4294967295,0),this[d]=u>>>24,this[d+1]=u>>>16,this[d+2]=u>>>8,this[d+3]=u&255,d+4};function Q(g,u,d,b,P){ee(u,b,P,g,d,7);let U=Number(u&BigInt(4294967295));g[d++]=U,U=U>>8,g[d++]=U,U=U>>8,g[d++]=U,U=U>>8,g[d++]=U;let k=Number(u>>BigInt(32)&BigInt(4294967295));return g[d++]=k,k=k>>8,g[d++]=k,k=k>>8,g[d++]=k,k=k>>8,g[d++]=k,d}function fe(g,u,d,b,P){ee(u,b,P,g,d,7);let U=Number(u&BigInt(4294967295));g[d+7]=U,U=U>>8,g[d+6]=U,U=U>>8,g[d+5]=U,U=U>>8,g[d+4]=U;let k=Number(u>>BigInt(32)&BigInt(4294967295));return g[d+3]=k,k=k>>8,g[d+2]=k,k=k>>8,g[d+1]=k,k=k>>8,g[d]=k,d+8}a.prototype.writeBigUInt64LE=pe(function(u,d=0){return Q(this,u,d,BigInt(0),BigInt("0xffffffffffffffff"))}),a.prototype.writeBigUInt64BE=pe(function(u,d=0){return fe(this,u,d,BigInt(0),BigInt("0xffffffffffffffff"))}),a.prototype.writeIntLE=function(u,d,b,P){if(u=+u,d=d>>>0,!P){const he=Math.pow(2,8*b-1);ue(this,u,d,b,he-1,-he)}let U=0,k=1,oe=0;for(this[d]=u&255;++U<b&&(k*=256);)u<0&&oe===0&&this[d+U-1]!==0&&(oe=1),this[d+U]=(u/k>>0)-oe&255;return d+b},a.prototype.writeIntBE=function(u,d,b,P){if(u=+u,d=d>>>0,!P){const he=Math.pow(2,8*b-1);ue(this,u,d,b,he-1,-he)}let U=b-1,k=1,oe=0;for(this[d+U]=u&255;--U>=0&&(k*=256);)u<0&&oe===0&&this[d+U+1]!==0&&(oe=1),this[d+U]=(u/k>>0)-oe&255;return d+b},a.prototype.writeInt8=function(u,d,b){return u=+u,d=d>>>0,b||ue(this,u,d,1,127,-128),u<0&&(u=255+u+1),this[d]=u&255,d+1},a.prototype.writeInt16LE=function(u,d,b){return u=+u,d=d>>>0,b||ue(this,u,d,2,32767,-32768),this[d]=u&255,this[d+1]=u>>>8,d+2},a.prototype.writeInt16BE=function(u,d,b){return u=+u,d=d>>>0,b||ue(this,u,d,2,32767,-32768),this[d]=u>>>8,this[d+1]=u&255,d+2},a.prototype.writeInt32LE=function(u,d,b){return u=+u,d=d>>>0,b||ue(this,u,d,4,2147483647,-2147483648),this[d]=u&255,this[d+1]=u>>>8,this[d+2]=u>>>16,this[d+3]=u>>>24,d+4},a.prototype.writeInt32BE=function(u,d,b){return u=+u,d=d>>>0,b||ue(this,u,d,4,2147483647,-2147483648),u<0&&(u=4294967295+u+1),this[d]=u>>>24,this[d+1]=u>>>16,this[d+2]=u>>>8,this[d+3]=u&255,d+4},a.prototype.writeBigInt64LE=pe(function(u,d=0){return Q(this,u,d,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),a.prototype.writeBigInt64BE=pe(function(u,d=0){return fe(this,u,d,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function ae(g,u,d,b,P,U){if(d+b>g.length)throw new RangeError("Index out of range");if(d<0)throw new RangeError("Index out of range")}function Ce(g,u,d,b,P){return u=+u,d=d>>>0,P||ae(g,u,d,4),r.write(g,u,d,b,23,4),d+4}a.prototype.writeFloatLE=function(u,d,b){return Ce(this,u,d,!0,b)},a.prototype.writeFloatBE=function(u,d,b){return Ce(this,u,d,!1,b)};function B(g,u,d,b,P){return u=+u,d=d>>>0,P||ae(g,u,d,8),r.write(g,u,d,b,52,8),d+8}a.prototype.writeDoubleLE=function(u,d,b){return B(this,u,d,!0,b)},a.prototype.writeDoubleBE=function(u,d,b){return B(this,u,d,!1,b)},a.prototype.copy=function(u,d,b,P){if(!a.isBuffer(u))throw new TypeError("argument should be a Buffer");if(b||(b=0),!P&&P!==0&&(P=this.length),d>=u.length&&(d=u.length),d||(d=0),P>0&&P<b&&(P=b),P===b||u.length===0||this.length===0)return 0;if(d<0)throw new RangeError("targetStart out of bounds");if(b<0||b>=this.length)throw new RangeError("Index out of range");if(P<0)throw new RangeError("sourceEnd out of bounds");P>this.length&&(P=this.length),u.length-d<P-b&&(P=u.length-d+b);const U=P-b;return this===u&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(d,b,P):Uint8Array.prototype.set.call(u,this.subarray(b,P),d),U},a.prototype.fill=function(u,d,b,P){if(typeof u=="string"){if(typeof d=="string"?(P=d,d=0,b=this.length):typeof b=="string"&&(P=b,b=this.length),P!==void 0&&typeof P!="string")throw new TypeError("encoding must be a string");if(typeof P=="string"&&!a.isEncoding(P))throw new TypeError("Unknown encoding: "+P);if(u.length===1){const k=u.charCodeAt(0);(P==="utf8"&&k<128||P==="latin1")&&(u=k)}}else typeof u=="number"?u=u&255:typeof u=="boolean"&&(u=Number(u));if(d<0||this.length<d||this.length<b)throw new RangeError("Out of range index");if(b<=d)return this;d=d>>>0,b=b===void 0?this.length:b>>>0,u||(u=0);let U;if(typeof u=="number")for(U=d;U<b;++U)this[U]=u;else{const k=a.isBuffer(u)?u:a.from(u,P),oe=k.length;if(oe===0)throw new TypeError('The value "'+u+'" is invalid for argument "value"');for(U=0;U<b-d;++U)this[U+d]=k[U%oe]}return this};const F={};function N(g,u,d){F[g]=class extends d{constructor(){super(),Object.defineProperty(this,"message",{value:u.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${g}]`,this.stack,delete this.name}get code(){return g}set code(P){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:P,writable:!0})}toString(){return`${this.name} [${g}]: ${this.message}`}}}N("ERR_BUFFER_OUT_OF_BOUNDS",function(g){return g?`${g} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),N("ERR_INVALID_ARG_TYPE",function(g,u){return`The "${g}" argument must be of type number. Received type ${typeof u}`},TypeError),N("ERR_OUT_OF_RANGE",function(g,u,d){let b=`The value of "${g}" is out of range.`,P=d;return Number.isInteger(d)&&Math.abs(d)>2**32?P=f(String(d)):typeof d=="bigint"&&(P=String(d),(d>BigInt(2)**BigInt(32)||d<-(BigInt(2)**BigInt(32)))&&(P=f(P)),P+="n"),b+=` It must be ${u}. Received ${P}`,b},RangeError);function f(g){let u="",d=g.length;const b=g[0]==="-"?1:0;for(;d>=b+4;d-=3)u=`_${g.slice(d-3,d)}${u}`;return`${g.slice(0,d)}${u}`}function $(g,u,d){ne(u,"offset"),(g[u]===void 0||g[u+d]===void 0)&&Ee(u,g.length-(d+1))}function ee(g,u,d,b,P,U){if(g>d||g<u){const k=typeof u=="bigint"?"n":"";let oe;throw U>3?u===0||u===BigInt(0)?oe=`>= 0${k} and < 2${k} ** ${(U+1)*8}${k}`:oe=`>= -(2${k} ** ${(U+1)*8-1}${k}) and < 2 ** ${(U+1)*8-1}${k}`:oe=`>= ${u}${k} and <= ${d}${k}`,new F.ERR_OUT_OF_RANGE("value",oe,g)}$(b,P,U)}function ne(g,u){if(typeof g!="number")throw new F.ERR_INVALID_ARG_TYPE(u,"number",g)}function Ee(g,u,d){throw Math.floor(g)!==g?(ne(g,d),new F.ERR_OUT_OF_RANGE(d||"offset","an integer",g)):u<0?new F.ERR_BUFFER_OUT_OF_BOUNDS:new F.ERR_OUT_OF_RANGE(d||"offset",`>= ${d?1:0} and <= ${u}`,g)}const Me=/[^+/0-9A-Za-z-_]/g;function $e(g){if(g=g.split("=")[0],g=g.trim().replace(Me,""),g.length<2)return"";for(;g.length%4!==0;)g=g+"=";return g}function Ue(g,u){u=u||1/0;let d;const b=g.length;let P=null;const U=[];for(let k=0;k<b;++k){if(d=g.charCodeAt(k),d>55295&&d<57344){if(!P){if(d>56319){(u-=3)>-1&&U.push(239,191,189);continue}else if(k+1===b){(u-=3)>-1&&U.push(239,191,189);continue}P=d;continue}if(d<56320){(u-=3)>-1&&U.push(239,191,189),P=d;continue}d=(P-55296<<10|d-56320)+65536}else P&&(u-=3)>-1&&U.push(239,191,189);if(P=null,d<128){if((u-=1)<0)break;U.push(d)}else if(d<2048){if((u-=2)<0)break;U.push(d>>6|192,d&63|128)}else if(d<65536){if((u-=3)<0)break;U.push(d>>12|224,d>>6&63|128,d&63|128)}else if(d<1114112){if((u-=4)<0)break;U.push(d>>18|240,d>>12&63|128,d>>6&63|128,d&63|128)}else throw new Error("Invalid code point")}return U}function Ge(g){const u=[];for(let d=0;d<g.length;++d)u.push(g.charCodeAt(d)&255);return u}function qe(g,u){let d,b,P;const U=[];for(let k=0;k<g.length&&!((u-=2)<0);++k)d=g.charCodeAt(k),b=d>>8,P=d%256,U.push(P),U.push(b);return U}function Pe(g){return e.toByteArray($e(g))}function Ie(g,u,d,b){let P;for(P=0;P<b&&!(P+d>=u.length||P>=g.length);++P)u[P+d]=g[P];return P}function me(g,u){return g instanceof u||g!=null&&g.constructor!=null&&g.constructor.name!=null&&g.constructor.name===u.name}function Se(g){return g!==g}const Oe=function(){const g="0123456789abcdef",u=new Array(256);for(let d=0;d<16;++d){const b=d*16;for(let P=0;P<16;++P)u[b+P]=g[d]+g[P]}return u}();function pe(g){return typeof BigInt>"u"?xe:g}function xe(){throw new Error("BigInt not supported")}})(jh);const He=br({selectedChain:void 0,chains:void 0,standaloneChains:void 0,standaloneUri:void 0,address:void 0,profileName:void 0,profileAvatar:void 0,profileLoading:!1,balanceLoading:!1,balance:void 0,isConnected:!1,isStandalone:!1,isCustomDesktop:!1,isCustomMobile:!1,isExplorer:!1,isDataLoaded:!1,isUiLoaded:!1}),te={state:He,subscribe(t){return ci(He,()=>t(He))},setChains(t){He.chains=t},setStandaloneChains(t){He.standaloneChains=t},setStandaloneUri(t){He.standaloneUri=t},getSelectedChain(){const t=Ke.client().getNetwork().chain;return t&&(He.selectedChain=t),He.selectedChain},setSelectedChain(t){He.selectedChain=t},setIsStandalone(t){He.isStandalone=t},setIsCustomDesktop(t){He.isCustomDesktop=t},setIsCustomMobile(t){He.isCustomMobile=t},setIsExplorer(t){He.isExplorer=t},getAccount(){const t=Ke.client().getAccount();He.address=t.address,He.isConnected=t.isConnected},setAddress(t){He.address=t},setIsConnected(t){He.isConnected=t},setProfileName(t){He.profileName=t},setProfileAvatar(t){He.profileAvatar=t},setProfileLoading(t){He.profileLoading=t},setBalanceLoading(t){He.balanceLoading=t},setBalance(t){He.balance=t},setIsDataLoaded(t){He.isDataLoaded=t},setIsUiLoaded(t){He.isUiLoaded=t},resetEnsProfile(){He.profileName=void 0,He.profileAvatar=void 0},resetBalance(){He.balance=void 0},resetAccount(){He.address=void 0,te.resetEnsProfile(),te.resetBalance()}},li=br({initialized:!1,ethereumClient:void 0}),Ke={setEthereumClient(t){!li.initialized&&t&&(li.ethereumClient=t,te.setChains(t.chains),li.initialized=!0)},client(){if(li.ethereumClient)return li.ethereumClient;throw new Error("ClientCtrl has no client set")}},Te={WALLETCONNECT_DEEPLINK_CHOICE:"WALLETCONNECT_DEEPLINK_CHOICE",isMobile(){return typeof window<"u"?Boolean(window.matchMedia("(pointer:coarse)").matches||/Android|webOS|iPhone|iPad|iPod|BlackBerry|Opera Mini/u.test(navigator.userAgent)):!1},isAndroid(){return Te.isMobile()&&navigator.userAgent.toLowerCase().includes("android")},isEmptyObject(t){return Object.getPrototypeOf(t)===Object.prototype&&Object.getOwnPropertyNames(t).length===0&&Object.getOwnPropertySymbols(t).length===0},isHttpUrl(t){return t.startsWith("http://")||t.startsWith("https://")},formatNativeUrl(t,e,r){if(Te.isHttpUrl(t))return this.formatUniversalUrl(t,e,r);let n=t;n.includes("://")||(n=t.replaceAll("/","").replaceAll(":",""),n=`${n}://`),this.setWalletConnectDeepLink(n,r);const i=encodeURIComponent(e);return`${n}wc?uri=${i}`},formatUniversalUrl(t,e,r){if(!Te.isHttpUrl(t))return this.formatNativeUrl(t,e,r);let n=t;t.endsWith("/")&&(n=t.slice(0,-1)),this.setWalletConnectDeepLink(n,r);const i=encodeURIComponent(e);return`${n}/wc?uri=${i}`},async wait(t){return new Promise(e=>{setTimeout(e,t)})},openHref(t,e="_self"){window.open(t,e,"noreferrer noopener")},setWalletConnectDeepLink(t,e){localStorage.setItem(Te.WALLETCONNECT_DEEPLINK_CHOICE,JSON.stringify({href:t,name:e}))},setWalletConnectAndroidDeepLink(t){const[e]=t.split("?");localStorage.setItem(Te.WALLETCONNECT_DEEPLINK_CHOICE,JSON.stringify({href:e,name:"Android"}))},removeWalletConnectDeepLink(){localStorage.removeItem(Te.WALLETCONNECT_DEEPLINK_CHOICE)},isNull(t){return t===null},getWalletConnectVersion(){const{isStandalone:t}=te.state;let e=1;return t||(e=Ke.client().walletConnectVersion),e}};function lb(){return typeof matchMedia<"u"&&matchMedia("(prefers-color-scheme: dark)").matches}const ui=br({projectId:void 0,themeMode:lb()?"dark":"light",themeColor:"default",themeBackground:Te.isMobile()?"themeColor":"gradient",themeZIndex:89,mobileWallets:void 0,desktopWallets:void 0,walletImages:void 0,chainImages:void 0,tokenImages:void 0,standaloneChains:void 0,enableStandaloneMode:!1,enableNetworkView:!1,defaultChain:void 0,explorerAllowList:void 0,explorerDenyList:void 0,termsOfServiceUrl:void 0,privacyPolicyUrl:void 0}),et={state:ui,subscribe(t){return ci(ui,()=>t(ui))},setConfig(t){var e,r,n,i;if(te.setStandaloneChains(t.standaloneChains),te.setIsStandalone(Boolean((e=t.standaloneChains)==null?void 0:e.length)||Boolean(t.enableStandaloneMode)),te.setIsCustomMobile(Boolean((r=t.mobileWallets)==null?void 0:r.length)),te.setIsCustomDesktop(Boolean((n=t.desktopWallets)==null?void 0:n.length)),te.setIsExplorer(Boolean((i=t.projectId)==null?void 0:i.length)),t.defaultChain)te.setSelectedChain(t.defaultChain);else if(!te.state.isStandalone){const s=Ke.client().getDefaultChain();te.setSelectedChain(s)}Object.assign(ui,t)},setThemeConfig(t){Object.assign(ui,t)}},Hh="https://explorer-api.walletconnect.com";function ub(t){const e=Object.fromEntries(Object.entries(t).filter(([r,n])=>typeof n<"u"&&n!==null&&n!=="").map(([r,n])=>[r,n.toString()]));return new URLSearchParams(e).toString()}const gs={async fetchWallets(t,e){const r=ub(e),n=`${Hh}/v3/wallets?projectId=${t}&${r}`;return(await fetch(n)).json()},formatImageUrl(t,e){return`${Hh}/v3/logo/lg/${e}?projectId=${t}`}},Br=br({wallets:{listings:[],total:0,page:1},search:{listings:[],total:0,page:1},previewWallets:[],recomendedWallets:[]});function ms(){const{projectId:t}=et.state;if(!t)throw new Error("projectId is required to work with explorer api");return t}const at={state:Br,async getPreviewWallets(t){const{listings:e}=await gs.fetchWallets(ms(),t);return Br.previewWallets=Object.values(e),Br.previewWallets},async getRecomendedWallets(){const{listings:t}=await gs.fetchWallets(ms(),{page:1,entries:6});Br.recomendedWallets=Object.values(t)},async getPaginatedWallets(t){const{page:e,search:r}=t,{listings:n,total:i}=await gs.fetchWallets(ms(),t),s=Object.values(n),o=r?"search":"wallets";return Br[o]={listings:[...Br[o].listings,...s],total:i,page:e??1},{listings:s,total:i}},getImageUrl(t){return gs.formatImageUrl(ms(),t)},resetSearch(){Br.search={listings:[],total:0,page:1}}},Ut=br({history:["ConnectWallet"],view:"ConnectWallet",data:void 0}),Re={state:Ut,subscribe(t){return ci(Ut,()=>t(Ut))},push(t,e){t!==Ut.view&&(Ut.view=t,e&&(Ut.data=e),Ut.history.push(t))},replace(t){Ut.view=t,Ut.history=[t]},goBack(){if(Ut.history.length>1){Ut.history.pop();const[t]=Ut.history.slice(-1);Ut.view=t}}},gn=br({open:!1}),ht={state:gn,subscribe(t){return ci(gn,()=>t(gn))},async open(t){return new Promise(e=>{const{isConnected:r,isStandalone:n,isUiLoaded:i,isDataLoaded:s}=te.state,{enableNetworkView:o}=et.state;if(n?(te.setStandaloneUri(t?.uri),te.setStandaloneChains(t?.standaloneChains),Re.replace("ConnectWallet")):t!=null&&t.route?Re.replace(t.route):r?Re.replace("Account"):o?Re.replace("SelectNetwork"):Re.replace("ConnectWallet"),i&&s)gn.open=!0,e();else{const a=setInterval(()=>{te.state.isUiLoaded&&te.state.isDataLoaded&&(clearInterval(a),gn.open=!0,e())},200)}})},close(){gn.open=!1}},jr=br({open:!1,message:"",variant:"success"}),Nt={state:jr,subscribe(t){return ci(jr,()=>t(jr))},openToast(t,e){jr.open=!0,jr.message=t,jr.variant=e},closeToast(){jr.open=!1}};typeof window<"u"&&(window.Buffer||(window.Buffer=jh.Buffer),window.global||(window.global=window),window.process||(window.process={env:{}}));var hb=Object.defineProperty,zh=Object.getOwnPropertySymbols,db=Object.prototype.hasOwnProperty,fb=Object.prototype.propertyIsEnumerable,Wh=(t,e,r)=>e in t?hb(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,pb=(t,e)=>{for(var r in e||(e={}))db.call(e,r)&&Wh(t,r,e[r]);if(zh)for(var r of zh(e))fb.call(e,r)&&Wh(t,r,e[r]);return t};class gb{constructor(e){this.openModal=ht.open,this.closeModal=ht.close,this.subscribeModal=ht.subscribe,this.setTheme=et.setThemeConfig,et.setConfig(pb({enableStandaloneMode:!0},e)),this.initUi()}async initUi(){if(typeof window<"u"){await Promise.resolve().then(function(){return x_});const e=document.createElement("w3m-modal");document.body.insertAdjacentElement("beforeend",e),te.setIsUiLoaded(!0)}}}const mb="https://rpc.walletconnect.com/v1/",wb=["eth_requestAccounts","eth_accounts","eth_chainId","eth_sendTransaction","eth_signTransaction","eth_sign","eth_signTypedData","personal_sign"],yb=["chainChanged","accountsChanged"];function bb(t){return Number(t[0].split(":")[1])}class ws{constructor(){this.events=new vt.exports.EventEmitter,this.namespace="eip155",this.accounts=[],this.chainId=1,this.signer={},this.rpc={}}static async init(e){const r=new ws;return await r.initialize(e),r}async request(e){return await this.signer.request(e,this.formatChainId(this.chainId))}sendAsync(e,r){this.signer.sendAsync(e,r,this.formatChainId(this.chainId))}get connected(){return this.signer.client?this.signer.client.core.relayer.connected:!1}get connecting(){return this.signer.client?this.signer.client.core.relayer.connecting:!1}async enable(){return this.session||await this.connect(),await this.request({method:"eth_requestAccounts"})}async connect(e){if(!this.signer.client)throw new Error("Provider not initialized. Call init() first");this.loadConnectOpts(e);try{const r=await this.signer.connect({namespaces:{[this.namespace]:{chains:this.rpc.chains,methods:this.rpc.methods,events:this.rpc.events,rpcMap:this.rpc.rpcMap}},pairingTopic:e?.pairingTopic});if(!r)return;this.setChainIds(this.rpc.chains);const n=Gp(r.namespaces,[this.namespace]);this.setAccounts(n),this.events.emit("connect",{chainId:this.chainId,accounts:this.accounts})}catch(r){throw new Error(r.message)}finally{this.modal&&this.modal.closeModal()}}async disconnect(){this.session&&await this.signer.disconnect(),this.reset()}on(e,r){this.events.on(e,r)}once(e,r){this.events.once(e,r)}removeListener(e,r){this.events.removeListener(e,r)}off(e,r){this.events.off(e,r)}get isWalletConnect(){return!0}get session(){return this.signer.session}registerEventListeners(){this.signer.on("session_event",e=>{const{params:r}=e;if(!this.rpc.chains.includes(r.chainId))return;const{event:n}=r;n.name==="accountsChanged"?(this.accounts=n.data,this.events.emit("accountsChanged",this.accounts)):n.name==="chainChanged"?this.setChainId(this.formatChainId(n.data)):this.events.emit(n.name,n.data),this.events.emit("session_event",e)}),this.signer.on("chainChanged",e=>{this.chainId=e,this.events.emit("chainChanged",e)}),this.signer.on("session_update",e=>{this.events.emit("session_update",e)}),this.signer.on("session_delete",e=>{this.reset(),this.events.emit("session_delete",e)}),this.signer.on("display_uri",e=>{var r;this.rpc.showQrModal&&((r=this.modal)==null||r.openModal({uri:e})),this.events.emit("display_uri",e)})}setHttpProvider(e){const r=this.formatChainId(e);this.signer.setDefaultChain(r,this.getRpcUrl(e))}isCompatibleChainId(e){return typeof e=="string"?e.startsWith(`${this.namespace}:`):!1}formatChainId(e){return`${this.namespace}:${e}`}parseChainId(e){return Number(e.split(":")[1])}setChainIds(e){const r=e.filter(n=>this.isCompatibleChainId(n)).map(n=>this.parseChainId(n));r.length&&(this.chainId=r[0],this.events.emit("chainChanged",this.chainId))}setChainId(e){if(this.isCompatibleChainId(e)){const r=this.parseChainId(e);this.chainId=r,this.setHttpProvider(r)}}parseAccountId(e){const[r,n,i]=e.split(":");return{chainId:`${r}:${n}`,address:i}}setAccounts(e){this.accounts=e.filter(r=>this.parseChainId(this.parseAccountId(r).chainId)===this.chainId).map(r=>this.parseAccountId(r).address),this.events.emit("accountsChanged",this.accounts)}getRpcConfig(e){return{chains:e.chains.map(r=>this.formatChainId(r))||[`${this.namespace}:1`],methods:e?.methods||wb,events:e?.events||yb,rpcMap:e?.rpcMap||this.buildRpcMap(e.chains,e.projectId),showQrModal:e?.showQrModal||!0,projectId:e.projectId,metadata:e.metadata}}buildRpcMap(e,r){const n={};return e.forEach(i=>{n[i]=this.getRpcUrl(i,r)}),n}async initialize(e){this.rpc=this.getRpcConfig(e),this.chainId=bb(this.rpc.chains),this.signer=await Gy.init({projectId:this.rpc.projectId}),this.registerEventListeners(),this.loadPersistedSession(),this.rpc.showQrModal&&(this.modal=new gb({projectId:this.rpc.projectId,standaloneChains:this.rpc.chains}))}loadConnectOpts(e){if(!e)return;const{chains:r,rpcMap:n}=e;!un(r)||!r||(this.rpc.chains=this.rpc.chains.concat(r.map(i=>this.formatChainId(i))),this.rpc.chains=[...new Set(this.rpc.chains)],r.forEach(i=>{this.rpc.rpcMap[i]=n?.[i]||this.getRpcUrl(i)}))}getRpcUrl(e,r){var n;return((n=this.rpc.rpcMap)==null?void 0:n[e])||`${mb}?chainId=eip155:${e}&projectId=${r||this.rpc.projectId}`}loadPersistedSession(){this.session&&(this.setChainIds(this.session.namespaces[this.namespace].accounts),this.setAccounts(this.session.namespaces[this.namespace].accounts))}reset(){this.chainId=1,this.accounts=[]}}const vb=ws;/**
110
+ */(function(t){const e=bs,r=Lc,n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=a,t.SlowBuffer=D,t.INSPECT_MAX_BYTES=50;const i=2147483647;t.kMaxLength=i,a.TYPED_ARRAY_SUPPORT=o(),!a.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function o(){try{const b=new Uint8Array(1),f={foo:function(){return 42}};return Object.setPrototypeOf(f,Uint8Array.prototype),Object.setPrototypeOf(b,f),b.foo()===42}catch{return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.buffer}}),Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.byteOffset}});function s(b){if(b>i)throw new RangeError('The value "'+b+'" is invalid for option "size"');const f=new Uint8Array(b);return Object.setPrototypeOf(f,a.prototype),f}function a(b,f,p){if(typeof b=="number"){if(typeof f=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return y(b)}return l(b,f,p)}a.poolSize=8192;function l(b,f,p){if(typeof b=="string")return m(b,f);if(ArrayBuffer.isView(b))return _(b);if(b==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof b);if(ge(b,ArrayBuffer)||b&&ge(b.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(ge(b,SharedArrayBuffer)||b&&ge(b.buffer,SharedArrayBuffer)))return R(b,f,p);if(typeof b=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const O=b.valueOf&&b.valueOf();if(O!=null&&O!==b)return a.from(O,f,p);const L=M(b);if(L)return L;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof b[Symbol.toPrimitive]=="function")return a.from(b[Symbol.toPrimitive]("string"),f,p);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof b)}a.from=function(b,f,p){return l(b,f,p)},Object.setPrototypeOf(a.prototype,Uint8Array.prototype),Object.setPrototypeOf(a,Uint8Array);function u(b){if(typeof b!="number")throw new TypeError('"size" argument must be of type number');if(b<0)throw new RangeError('The value "'+b+'" is invalid for option "size"')}function d(b,f,p){return u(b),b<=0?s(b):f!==void 0?typeof p=="string"?s(b).fill(f,p):s(b).fill(f):s(b)}a.alloc=function(b,f,p){return d(b,f,p)};function y(b){return u(b),s(b<0?0:j(b)|0)}a.allocUnsafe=function(b){return y(b)},a.allocUnsafeSlow=function(b){return y(b)};function m(b,f){if((typeof f!="string"||f==="")&&(f="utf8"),!a.isEncoding(f))throw new TypeError("Unknown encoding: "+f);const p=N(b,f)|0;let O=s(p);const L=O.write(b,f);return L!==p&&(O=O.slice(0,L)),O}function w(b){const f=b.length<0?0:j(b.length)|0,p=s(f);for(let O=0;O<f;O+=1)p[O]=b[O]&255;return p}function _(b){if(ge(b,Uint8Array)){const f=new Uint8Array(b);return R(f.buffer,f.byteOffset,f.byteLength)}return w(b)}function R(b,f,p){if(f<0||b.byteLength<f)throw new RangeError('"offset" is outside of buffer bounds');if(b.byteLength<f+(p||0))throw new RangeError('"length" is outside of buffer bounds');let O;return f===void 0&&p===void 0?O=new Uint8Array(b):p===void 0?O=new Uint8Array(b,f):O=new Uint8Array(b,f,p),Object.setPrototypeOf(O,a.prototype),O}function M(b){if(a.isBuffer(b)){const f=j(b.length)|0,p=s(f);return p.length===0||b.copy(p,0,0,f),p}if(b.length!==void 0)return typeof b.length!="number"||we(b.length)?s(0):w(b);if(b.type==="Buffer"&&Array.isArray(b.data))return w(b.data)}function j(b){if(b>=i)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i.toString(16)+" bytes");return b|0}function D(b){return+b!=b&&(b=0),a.alloc(+b)}a.isBuffer=function(f){return f!=null&&f._isBuffer===!0&&f!==a.prototype},a.compare=function(f,p){if(ge(f,Uint8Array)&&(f=a.from(f,f.offset,f.byteLength)),ge(p,Uint8Array)&&(p=a.from(p,p.offset,p.byteLength)),!a.isBuffer(f)||!a.isBuffer(p))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(f===p)return 0;let O=f.length,L=p.length;for(let k=0,K=Math.min(O,L);k<K;++k)if(f[k]!==p[k]){O=f[k],L=p[k];break}return O<L?-1:L<O?1:0},a.isEncoding=function(f){switch(String(f).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},a.concat=function(f,p){if(!Array.isArray(f))throw new TypeError('"list" argument must be an Array of Buffers');if(f.length===0)return a.alloc(0);let O;if(p===void 0)for(p=0,O=0;O<f.length;++O)p+=f[O].length;const L=a.allocUnsafe(p);let k=0;for(O=0;O<f.length;++O){let K=f[O];if(ge(K,Uint8Array))k+K.length>L.length?(a.isBuffer(K)||(K=a.from(K)),K.copy(L,k)):Uint8Array.prototype.set.call(L,K,k);else if(a.isBuffer(K))K.copy(L,k);else throw new TypeError('"list" argument must be an Array of Buffers');k+=K.length}return L};function N(b,f){if(a.isBuffer(b))return b.length;if(ArrayBuffer.isView(b)||ge(b,ArrayBuffer))return b.byteLength;if(typeof b!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof b);const p=b.length,O=arguments.length>2&&arguments[2]===!0;if(!O&&p===0)return 0;let L=!1;for(;;)switch(f){case"ascii":case"latin1":case"binary":return p;case"utf8":case"utf-8":return be(b).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return p*2;case"hex":return p>>>1;case"base64":return xe(b).length;default:if(L)return O?-1:be(b).length;f=(""+f).toLowerCase(),L=!0}}a.byteLength=N;function S(b,f,p){let O=!1;if((f===void 0||f<0)&&(f=0),f>this.length||((p===void 0||p>this.length)&&(p=this.length),p<=0)||(p>>>=0,f>>>=0,p<=f))return"";for(b||(b="utf8");;)switch(b){case"hex":return B(this,f,p);case"utf8":case"utf-8":return E(this,f,p);case"ascii":return J(this,f,p);case"latin1":case"binary":return H(this,f,p);case"base64":return ie(this,f,p);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return W(this,f,p);default:if(O)throw new TypeError("Unknown encoding: "+b);b=(b+"").toLowerCase(),O=!0}}a.prototype._isBuffer=!0;function $(b,f,p){const O=b[f];b[f]=b[p],b[p]=O}a.prototype.swap16=function(){const f=this.length;if(f%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let p=0;p<f;p+=2)$(this,p,p+1);return this},a.prototype.swap32=function(){const f=this.length;if(f%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let p=0;p<f;p+=4)$(this,p,p+3),$(this,p+1,p+2);return this},a.prototype.swap64=function(){const f=this.length;if(f%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let p=0;p<f;p+=8)$(this,p,p+7),$(this,p+1,p+6),$(this,p+2,p+5),$(this,p+3,p+4);return this},a.prototype.toString=function(){const f=this.length;return f===0?"":arguments.length===0?E(this,0,f):S.apply(this,arguments)},a.prototype.toLocaleString=a.prototype.toString,a.prototype.equals=function(f){if(!a.isBuffer(f))throw new TypeError("Argument must be a Buffer");return this===f?!0:a.compare(this,f)===0},a.prototype.inspect=function(){let f="";const p=t.INSPECT_MAX_BYTES;return f=this.toString("hex",0,p).replace(/(.{2})/g,"$1 ").trim(),this.length>p&&(f+=" ... "),"<Buffer "+f+">"},n&&(a.prototype[n]=a.prototype.inspect),a.prototype.compare=function(f,p,O,L,k){if(ge(f,Uint8Array)&&(f=a.from(f,f.offset,f.byteLength)),!a.isBuffer(f))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof f);if(p===void 0&&(p=0),O===void 0&&(O=f?f.length:0),L===void 0&&(L=0),k===void 0&&(k=this.length),p<0||O>f.length||L<0||k>this.length)throw new RangeError("out of range index");if(L>=k&&p>=O)return 0;if(L>=k)return-1;if(p>=O)return 1;if(p>>>=0,O>>>=0,L>>>=0,k>>>=0,this===f)return 0;let K=k-L,se=O-p;const de=Math.min(K,se),De=this.slice(L,k),je=f.slice(p,O);for(let Pe=0;Pe<de;++Pe)if(De[Pe]!==je[Pe]){K=De[Pe],se=je[Pe];break}return K<se?-1:se<K?1:0};function P(b,f,p,O,L){if(b.length===0)return-1;if(typeof p=="string"?(O=p,p=0):p>2147483647?p=2147483647:p<-2147483648&&(p=-2147483648),p=+p,we(p)&&(p=L?0:b.length-1),p<0&&(p=b.length+p),p>=b.length){if(L)return-1;p=b.length-1}else if(p<0)if(L)p=0;else return-1;if(typeof f=="string"&&(f=a.from(f,O)),a.isBuffer(f))return f.length===0?-1:h(b,f,p,O,L);if(typeof f=="number")return f=f&255,typeof Uint8Array.prototype.indexOf=="function"?L?Uint8Array.prototype.indexOf.call(b,f,p):Uint8Array.prototype.lastIndexOf.call(b,f,p):h(b,[f],p,O,L);throw new TypeError("val must be string, number or Buffer")}function h(b,f,p,O,L){let k=1,K=b.length,se=f.length;if(O!==void 0&&(O=String(O).toLowerCase(),O==="ucs2"||O==="ucs-2"||O==="utf16le"||O==="utf-16le")){if(b.length<2||f.length<2)return-1;k=2,K/=2,se/=2,p/=2}function de(je,Pe){return k===1?je[Pe]:je.readUInt16BE(Pe*k)}let De;if(L){let je=-1;for(De=p;De<K;De++)if(de(b,De)===de(f,je===-1?0:De-je)){if(je===-1&&(je=De),De-je+1===se)return je*k}else je!==-1&&(De-=De-je),je=-1}else for(p+se>K&&(p=K-se),De=p;De>=0;De--){let je=!0;for(let Pe=0;Pe<se;Pe++)if(de(b,De+Pe)!==de(f,Pe)){je=!1;break}if(je)return De}return-1}a.prototype.includes=function(f,p,O){return this.indexOf(f,p,O)!==-1},a.prototype.indexOf=function(f,p,O){return P(this,f,p,O,!0)},a.prototype.lastIndexOf=function(f,p,O){return P(this,f,p,O,!1)};function C(b,f,p,O){p=Number(p)||0;const L=b.length-p;O?(O=Number(O),O>L&&(O=L)):O=L;const k=f.length;O>k/2&&(O=k/2);let K;for(K=0;K<O;++K){const se=parseInt(f.substr(K*2,2),16);if(we(se))return K;b[p+K]=se}return K}function q(b,f,p,O){return Ee(be(f,b.length-p),b,p,O)}function z(b,f,p,O){return Ee(ze(f),b,p,O)}function Y(b,f,p,O){return Ee(xe(f),b,p,O)}function re(b,f,p,O){return Ee(Ue(f,b.length-p),b,p,O)}a.prototype.write=function(f,p,O,L){if(p===void 0)L="utf8",O=this.length,p=0;else if(O===void 0&&typeof p=="string")L=p,O=this.length,p=0;else if(isFinite(p))p=p>>>0,isFinite(O)?(O=O>>>0,L===void 0&&(L="utf8")):(L=O,O=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const k=this.length-p;if((O===void 0||O>k)&&(O=k),f.length>0&&(O<0||p<0)||p>this.length)throw new RangeError("Attempt to write outside buffer bounds");L||(L="utf8");let K=!1;for(;;)switch(L){case"hex":return C(this,f,p,O);case"utf8":case"utf-8":return q(this,f,p,O);case"ascii":case"latin1":case"binary":return z(this,f,p,O);case"base64":return Y(this,f,p,O);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return re(this,f,p,O);default:if(K)throw new TypeError("Unknown encoding: "+L);L=(""+L).toLowerCase(),K=!0}},a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ie(b,f,p){return f===0&&p===b.length?e.fromByteArray(b):e.fromByteArray(b.slice(f,p))}function E(b,f,p){p=Math.min(b.length,p);const O=[];let L=f;for(;L<p;){const k=b[L];let K=null,se=k>239?4:k>223?3:k>191?2:1;if(L+se<=p){let de,De,je,Pe;switch(se){case 1:k<128&&(K=k);break;case 2:de=b[L+1],(de&192)===128&&(Pe=(k&31)<<6|de&63,Pe>127&&(K=Pe));break;case 3:de=b[L+1],De=b[L+2],(de&192)===128&&(De&192)===128&&(Pe=(k&15)<<12|(de&63)<<6|De&63,Pe>2047&&(Pe<55296||Pe>57343)&&(K=Pe));break;case 4:de=b[L+1],De=b[L+2],je=b[L+3],(de&192)===128&&(De&192)===128&&(je&192)===128&&(Pe=(k&15)<<18|(de&63)<<12|(De&63)<<6|je&63,Pe>65535&&Pe<1114112&&(K=Pe))}}K===null?(K=65533,se=1):K>65535&&(K-=65536,O.push(K>>>10&1023|55296),K=56320|K&1023),O.push(K),L+=se}return Z(O)}const I=4096;function Z(b){const f=b.length;if(f<=I)return String.fromCharCode.apply(String,b);let p="",O=0;for(;O<f;)p+=String.fromCharCode.apply(String,b.slice(O,O+=I));return p}function J(b,f,p){let O="";p=Math.min(b.length,p);for(let L=f;L<p;++L)O+=String.fromCharCode(b[L]&127);return O}function H(b,f,p){let O="";p=Math.min(b.length,p);for(let L=f;L<p;++L)O+=String.fromCharCode(b[L]);return O}function B(b,f,p){const O=b.length;(!f||f<0)&&(f=0),(!p||p<0||p>O)&&(p=O);let L="";for(let k=f;k<p;++k)L+=ve[b[k]];return L}function W(b,f,p){const O=b.slice(f,p);let L="";for(let k=0;k<O.length-1;k+=2)L+=String.fromCharCode(O[k]+O[k+1]*256);return L}a.prototype.slice=function(f,p){const O=this.length;f=~~f,p=p===void 0?O:~~p,f<0?(f+=O,f<0&&(f=0)):f>O&&(f=O),p<0?(p+=O,p<0&&(p=0)):p>O&&(p=O),p<f&&(p=f);const L=this.subarray(f,p);return Object.setPrototypeOf(L,a.prototype),L};function V(b,f,p){if(b%1!==0||b<0)throw new RangeError("offset is not uint");if(b+f>p)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(f,p,O){f=f>>>0,p=p>>>0,O||V(f,p,this.length);let L=this[f],k=1,K=0;for(;++K<p&&(k*=256);)L+=this[f+K]*k;return L},a.prototype.readUintBE=a.prototype.readUIntBE=function(f,p,O){f=f>>>0,p=p>>>0,O||V(f,p,this.length);let L=this[f+--p],k=1;for(;p>0&&(k*=256);)L+=this[f+--p]*k;return L},a.prototype.readUint8=a.prototype.readUInt8=function(f,p){return f=f>>>0,p||V(f,1,this.length),this[f]},a.prototype.readUint16LE=a.prototype.readUInt16LE=function(f,p){return f=f>>>0,p||V(f,2,this.length),this[f]|this[f+1]<<8},a.prototype.readUint16BE=a.prototype.readUInt16BE=function(f,p){return f=f>>>0,p||V(f,2,this.length),this[f]<<8|this[f+1]},a.prototype.readUint32LE=a.prototype.readUInt32LE=function(f,p){return f=f>>>0,p||V(f,4,this.length),(this[f]|this[f+1]<<8|this[f+2]<<16)+this[f+3]*16777216},a.prototype.readUint32BE=a.prototype.readUInt32BE=function(f,p){return f=f>>>0,p||V(f,4,this.length),this[f]*16777216+(this[f+1]<<16|this[f+2]<<8|this[f+3])},a.prototype.readBigUInt64LE=fe(function(f){f=f>>>0,Q(f,"offset");const p=this[f],O=this[f+7];(p===void 0||O===void 0)&&he(f,this.length-8);const L=p+this[++f]*2**8+this[++f]*2**16+this[++f]*2**24,k=this[++f]+this[++f]*2**8+this[++f]*2**16+O*2**24;return BigInt(L)+(BigInt(k)<<BigInt(32))}),a.prototype.readBigUInt64BE=fe(function(f){f=f>>>0,Q(f,"offset");const p=this[f],O=this[f+7];(p===void 0||O===void 0)&&he(f,this.length-8);const L=p*2**24+this[++f]*2**16+this[++f]*2**8+this[++f],k=this[++f]*2**24+this[++f]*2**16+this[++f]*2**8+O;return(BigInt(L)<<BigInt(32))+BigInt(k)}),a.prototype.readIntLE=function(f,p,O){f=f>>>0,p=p>>>0,O||V(f,p,this.length);let L=this[f],k=1,K=0;for(;++K<p&&(k*=256);)L+=this[f+K]*k;return k*=128,L>=k&&(L-=Math.pow(2,8*p)),L},a.prototype.readIntBE=function(f,p,O){f=f>>>0,p=p>>>0,O||V(f,p,this.length);let L=p,k=1,K=this[f+--L];for(;L>0&&(k*=256);)K+=this[f+--L]*k;return k*=128,K>=k&&(K-=Math.pow(2,8*p)),K},a.prototype.readInt8=function(f,p){return f=f>>>0,p||V(f,1,this.length),this[f]&128?(255-this[f]+1)*-1:this[f]},a.prototype.readInt16LE=function(f,p){f=f>>>0,p||V(f,2,this.length);const O=this[f]|this[f+1]<<8;return O&32768?O|4294901760:O},a.prototype.readInt16BE=function(f,p){f=f>>>0,p||V(f,2,this.length);const O=this[f+1]|this[f]<<8;return O&32768?O|4294901760:O},a.prototype.readInt32LE=function(f,p){return f=f>>>0,p||V(f,4,this.length),this[f]|this[f+1]<<8|this[f+2]<<16|this[f+3]<<24},a.prototype.readInt32BE=function(f,p){return f=f>>>0,p||V(f,4,this.length),this[f]<<24|this[f+1]<<16|this[f+2]<<8|this[f+3]},a.prototype.readBigInt64LE=fe(function(f){f=f>>>0,Q(f,"offset");const p=this[f],O=this[f+7];(p===void 0||O===void 0)&&he(f,this.length-8);const L=this[f+4]+this[f+5]*2**8+this[f+6]*2**16+(O<<24);return(BigInt(L)<<BigInt(32))+BigInt(p+this[++f]*2**8+this[++f]*2**16+this[++f]*2**24)}),a.prototype.readBigInt64BE=fe(function(f){f=f>>>0,Q(f,"offset");const p=this[f],O=this[f+7];(p===void 0||O===void 0)&&he(f,this.length-8);const L=(p<<24)+this[++f]*2**16+this[++f]*2**8+this[++f];return(BigInt(L)<<BigInt(32))+BigInt(this[++f]*2**24+this[++f]*2**16+this[++f]*2**8+O)}),a.prototype.readFloatLE=function(f,p){return f=f>>>0,p||V(f,4,this.length),r.read(this,f,!0,23,4)},a.prototype.readFloatBE=function(f,p){return f=f>>>0,p||V(f,4,this.length),r.read(this,f,!1,23,4)},a.prototype.readDoubleLE=function(f,p){return f=f>>>0,p||V(f,8,this.length),r.read(this,f,!0,52,8)},a.prototype.readDoubleBE=function(f,p){return f=f>>>0,p||V(f,8,this.length),r.read(this,f,!1,52,8)};function ce(b,f,p,O,L,k){if(!a.isBuffer(b))throw new TypeError('"buffer" argument must be a Buffer instance');if(f>L||f<k)throw new RangeError('"value" argument is out of bounds');if(p+O>b.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(f,p,O,L){if(f=+f,p=p>>>0,O=O>>>0,!L){const se=Math.pow(2,8*O)-1;ce(this,f,p,O,se,0)}let k=1,K=0;for(this[p]=f&255;++K<O&&(k*=256);)this[p+K]=f/k&255;return p+O},a.prototype.writeUintBE=a.prototype.writeUIntBE=function(f,p,O,L){if(f=+f,p=p>>>0,O=O>>>0,!L){const se=Math.pow(2,8*O)-1;ce(this,f,p,O,se,0)}let k=O-1,K=1;for(this[p+k]=f&255;--k>=0&&(K*=256);)this[p+k]=f/K&255;return p+O},a.prototype.writeUint8=a.prototype.writeUInt8=function(f,p,O){return f=+f,p=p>>>0,O||ce(this,f,p,1,255,0),this[p]=f&255,p+1},a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(f,p,O){return f=+f,p=p>>>0,O||ce(this,f,p,2,65535,0),this[p]=f&255,this[p+1]=f>>>8,p+2},a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(f,p,O){return f=+f,p=p>>>0,O||ce(this,f,p,2,65535,0),this[p]=f>>>8,this[p+1]=f&255,p+2},a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(f,p,O){return f=+f,p=p>>>0,O||ce(this,f,p,4,4294967295,0),this[p+3]=f>>>24,this[p+2]=f>>>16,this[p+1]=f>>>8,this[p]=f&255,p+4},a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(f,p,O){return f=+f,p=p>>>0,O||ce(this,f,p,4,4294967295,0),this[p]=f>>>24,this[p+1]=f>>>16,this[p+2]=f>>>8,this[p+3]=f&255,p+4};function te(b,f,p,O,L){G(f,O,L,b,p,7);let k=Number(f&BigInt(4294967295));b[p++]=k,k=k>>8,b[p++]=k,k=k>>8,b[p++]=k,k=k>>8,b[p++]=k;let K=Number(f>>BigInt(32)&BigInt(4294967295));return b[p++]=K,K=K>>8,b[p++]=K,K=K>>8,b[p++]=K,K=K>>8,b[p++]=K,p}function Se(b,f,p,O,L){G(f,O,L,b,p,7);let k=Number(f&BigInt(4294967295));b[p+7]=k,k=k>>8,b[p+6]=k,k=k>>8,b[p+5]=k,k=k>>8,b[p+4]=k;let K=Number(f>>BigInt(32)&BigInt(4294967295));return b[p+3]=K,K=K>>8,b[p+2]=K,K=K>>8,b[p+1]=K,K=K>>8,b[p]=K,p+8}a.prototype.writeBigUInt64LE=fe(function(f,p=0){return te(this,f,p,BigInt(0),BigInt("0xffffffffffffffff"))}),a.prototype.writeBigUInt64BE=fe(function(f,p=0){return Se(this,f,p,BigInt(0),BigInt("0xffffffffffffffff"))}),a.prototype.writeIntLE=function(f,p,O,L){if(f=+f,p=p>>>0,!L){const de=Math.pow(2,8*O-1);ce(this,f,p,O,de-1,-de)}let k=0,K=1,se=0;for(this[p]=f&255;++k<O&&(K*=256);)f<0&&se===0&&this[p+k-1]!==0&&(se=1),this[p+k]=(f/K>>0)-se&255;return p+O},a.prototype.writeIntBE=function(f,p,O,L){if(f=+f,p=p>>>0,!L){const de=Math.pow(2,8*O-1);ce(this,f,p,O,de-1,-de)}let k=O-1,K=1,se=0;for(this[p+k]=f&255;--k>=0&&(K*=256);)f<0&&se===0&&this[p+k+1]!==0&&(se=1),this[p+k]=(f/K>>0)-se&255;return p+O},a.prototype.writeInt8=function(f,p,O){return f=+f,p=p>>>0,O||ce(this,f,p,1,127,-128),f<0&&(f=255+f+1),this[p]=f&255,p+1},a.prototype.writeInt16LE=function(f,p,O){return f=+f,p=p>>>0,O||ce(this,f,p,2,32767,-32768),this[p]=f&255,this[p+1]=f>>>8,p+2},a.prototype.writeInt16BE=function(f,p,O){return f=+f,p=p>>>0,O||ce(this,f,p,2,32767,-32768),this[p]=f>>>8,this[p+1]=f&255,p+2},a.prototype.writeInt32LE=function(f,p,O){return f=+f,p=p>>>0,O||ce(this,f,p,4,2147483647,-2147483648),this[p]=f&255,this[p+1]=f>>>8,this[p+2]=f>>>16,this[p+3]=f>>>24,p+4},a.prototype.writeInt32BE=function(f,p,O){return f=+f,p=p>>>0,O||ce(this,f,p,4,2147483647,-2147483648),f<0&&(f=4294967295+f+1),this[p]=f>>>24,this[p+1]=f>>>16,this[p+2]=f>>>8,this[p+3]=f&255,p+4},a.prototype.writeBigInt64LE=fe(function(f,p=0){return te(this,f,p,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),a.prototype.writeBigInt64BE=fe(function(f,p=0){return Se(this,f,p,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function ne(b,f,p,O,L,k){if(p+O>b.length)throw new RangeError("Index out of range");if(p<0)throw new RangeError("Index out of range")}function Ie(b,f,p,O,L){return f=+f,p=p>>>0,L||ne(b,f,p,4),r.write(b,f,p,O,23,4),p+4}a.prototype.writeFloatLE=function(f,p,O){return Ie(this,f,p,!0,O)},a.prototype.writeFloatBE=function(f,p,O){return Ie(this,f,p,!1,O)};function T(b,f,p,O,L){return f=+f,p=p>>>0,L||ne(b,f,p,8),r.write(b,f,p,O,52,8),p+8}a.prototype.writeDoubleLE=function(f,p,O){return T(this,f,p,!0,O)},a.prototype.writeDoubleBE=function(f,p,O){return T(this,f,p,!1,O)},a.prototype.copy=function(f,p,O,L){if(!a.isBuffer(f))throw new TypeError("argument should be a Buffer");if(O||(O=0),!L&&L!==0&&(L=this.length),p>=f.length&&(p=f.length),p||(p=0),L>0&&L<O&&(L=O),L===O||f.length===0||this.length===0)return 0;if(p<0)throw new RangeError("targetStart out of bounds");if(O<0||O>=this.length)throw new RangeError("Index out of range");if(L<0)throw new RangeError("sourceEnd out of bounds");L>this.length&&(L=this.length),f.length-p<L-O&&(L=f.length-p+O);const k=L-O;return this===f&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(p,O,L):Uint8Array.prototype.set.call(f,this.subarray(O,L),p),k},a.prototype.fill=function(f,p,O,L){if(typeof f=="string"){if(typeof p=="string"?(L=p,p=0,O=this.length):typeof O=="string"&&(L=O,O=this.length),L!==void 0&&typeof L!="string")throw new TypeError("encoding must be a string");if(typeof L=="string"&&!a.isEncoding(L))throw new TypeError("Unknown encoding: "+L);if(f.length===1){const K=f.charCodeAt(0);(L==="utf8"&&K<128||L==="latin1")&&(f=K)}}else typeof f=="number"?f=f&255:typeof f=="boolean"&&(f=Number(f));if(p<0||this.length<p||this.length<O)throw new RangeError("Out of range index");if(O<=p)return this;p=p>>>0,O=O===void 0?this.length:O>>>0,f||(f=0);let k;if(typeof f=="number")for(k=p;k<O;++k)this[k]=f;else{const K=a.isBuffer(f)?f:a.from(f,L),se=K.length;if(se===0)throw new TypeError('The value "'+f+'" is invalid for argument "value"');for(k=0;k<O-p;++k)this[k+p]=K[k%se]}return this};const F={};function A(b,f,p){F[b]=class extends p{constructor(){super(),Object.defineProperty(this,"message",{value:f.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${b}]`,this.stack,delete this.name}get code(){return b}set code(L){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:L,writable:!0})}toString(){return`${this.name} [${b}]: ${this.message}`}}}A("ERR_BUFFER_OUT_OF_BOUNDS",function(b){return b?`${b} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),A("ERR_INVALID_ARG_TYPE",function(b,f){return`The "${b}" argument must be of type number. Received type ${typeof f}`},TypeError),A("ERR_OUT_OF_RANGE",function(b,f,p){let O=`The value of "${b}" is out of range.`,L=p;return Number.isInteger(p)&&Math.abs(p)>2**32?L=c(String(p)):typeof p=="bigint"&&(L=String(p),(p>BigInt(2)**BigInt(32)||p<-(BigInt(2)**BigInt(32)))&&(L=c(L)),L+="n"),O+=` It must be ${f}. Received ${L}`,O},RangeError);function c(b){let f="",p=b.length;const O=b[0]==="-"?1:0;for(;p>=O+4;p-=3)f=`_${b.slice(p-3,p)}${f}`;return`${b.slice(0,p)}${f}`}function v(b,f,p){Q(f,"offset"),(b[f]===void 0||b[f+p]===void 0)&&he(f,b.length-(p+1))}function G(b,f,p,O,L,k){if(b>p||b<f){const K=typeof f=="bigint"?"n":"";let se;throw k>3?f===0||f===BigInt(0)?se=`>= 0${K} and < 2${K} ** ${(k+1)*8}${K}`:se=`>= -(2${K} ** ${(k+1)*8-1}${K}) and < 2 ** ${(k+1)*8-1}${K}`:se=`>= ${f}${K} and <= ${p}${K}`,new F.ERR_OUT_OF_RANGE("value",se,b)}v(O,L,k)}function Q(b,f){if(typeof b!="number")throw new F.ERR_INVALID_ARG_TYPE(f,"number",b)}function he(b,f,p){throw Math.floor(b)!==b?(Q(b,p),new F.ERR_OUT_OF_RANGE(p||"offset","an integer",b)):f<0?new F.ERR_BUFFER_OUT_OF_BOUNDS:new F.ERR_OUT_OF_RANGE(p||"offset",`>= ${p?1:0} and <= ${f}`,b)}const ye=/[^+/0-9A-Za-z-_]/g;function pe(b){if(b=b.split("=")[0],b=b.trim().replace(ye,""),b.length<2)return"";for(;b.length%4!==0;)b=b+"=";return b}function be(b,f){f=f||1/0;let p;const O=b.length;let L=null;const k=[];for(let K=0;K<O;++K){if(p=b.charCodeAt(K),p>55295&&p<57344){if(!L){if(p>56319){(f-=3)>-1&&k.push(239,191,189);continue}else if(K+1===O){(f-=3)>-1&&k.push(239,191,189);continue}L=p;continue}if(p<56320){(f-=3)>-1&&k.push(239,191,189),L=p;continue}p=(L-55296<<10|p-56320)+65536}else L&&(f-=3)>-1&&k.push(239,191,189);if(L=null,p<128){if((f-=1)<0)break;k.push(p)}else if(p<2048){if((f-=2)<0)break;k.push(p>>6|192,p&63|128)}else if(p<65536){if((f-=3)<0)break;k.push(p>>12|224,p>>6&63|128,p&63|128)}else if(p<1114112){if((f-=4)<0)break;k.push(p>>18|240,p>>12&63|128,p>>6&63|128,p&63|128)}else throw new Error("Invalid code point")}return k}function ze(b){const f=[];for(let p=0;p<b.length;++p)f.push(b.charCodeAt(p)&255);return f}function Ue(b,f){let p,O,L;const k=[];for(let K=0;K<b.length&&!((f-=2)<0);++K)p=b.charCodeAt(K),O=p>>8,L=p%256,k.push(L),k.push(O);return k}function xe(b){return e.toByteArray(pe(b))}function Ee(b,f,p,O){let L;for(L=0;L<O&&!(L+p>=f.length||L>=b.length);++L)f[L+p]=b[L];return L}function ge(b,f){return b instanceof f||b!=null&&b.constructor!=null&&b.constructor.name!=null&&b.constructor.name===f.name}function we(b){return b!==b}const ve=function(){const b="0123456789abcdef",f=new Array(256);for(let p=0;p<16;++p){const O=p*16;for(let L=0;L<16;++L)f[O+L]=b[p]+b[L]}return f}();function fe(b){return typeof BigInt>"u"?me:b}function me(){throw new Error("BigInt not supported")}})(hd);const ft=zr({selectedChain:void 0,chains:void 0,standaloneChains:void 0,standaloneUri:void 0,address:void 0,profileName:void 0,profileAvatar:void 0,profileLoading:!1,balanceLoading:!1,balance:void 0,isConnected:!1,isStandalone:!1,isCustomDesktop:!1,isCustomMobile:!1,isDataLoaded:!1,isUiLoaded:!1,walletConnectVersion:1}),oe={state:ft,subscribe(t){return Vi(ft,()=>t(ft))},setChains(t){ft.chains=t},setStandaloneChains(t){ft.standaloneChains=t},setStandaloneUri(t){ft.standaloneUri=t},getSelectedChain(){const t=wt.client().getNetwork().chain;return t&&(ft.selectedChain=t),ft.selectedChain},setSelectedChain(t){ft.selectedChain=t},setIsStandalone(t){ft.isStandalone=t},setIsCustomDesktop(t){ft.isCustomDesktop=t},setIsCustomMobile(t){ft.isCustomMobile=t},getAccount(){const t=wt.client().getAccount();ft.address=t.address,ft.isConnected=t.isConnected},setAddress(t){ft.address=t},setIsConnected(t){ft.isConnected=t},setProfileName(t){ft.profileName=t},setProfileAvatar(t){ft.profileAvatar=t},setProfileLoading(t){ft.profileLoading=t},setBalanceLoading(t){ft.balanceLoading=t},setBalance(t){ft.balance=t},setIsDataLoaded(t){ft.isDataLoaded=t},setIsUiLoaded(t){ft.isUiLoaded=t},setWalletConnectVersion(t){ft.walletConnectVersion=t},resetEnsProfile(){ft.profileName=void 0,ft.profileAvatar=void 0},resetBalance(){ft.balance=void 0},resetAccount(){ft.address=void 0,ft.isConnected=!1,oe.resetEnsProfile(),oe.resetBalance()}},qi=zr({initialized:!1,ethereumClient:void 0}),wt={setEthereumClient(t){!qi.initialized&&t&&(qi.ethereumClient=t,oe.setChains(t.chains),qi.initialized=!0)},client(){if(qi.ethereumClient)return qi.ethereumClient;throw new Error("ClientCtrl has no client set")}},ct={WALLETCONNECT_DEEPLINK_CHOICE:"WALLETCONNECT_DEEPLINK_CHOICE",isMobile(){return typeof window<"u"?Boolean(window.matchMedia("(pointer:coarse)").matches||/Android|webOS|iPhone|iPad|iPod|BlackBerry|Opera Mini/u.test(navigator.userAgent)):!1},isAndroid(){return ct.isMobile()&&navigator.userAgent.toLowerCase().includes("android")},isEmptyObject(t){return Object.getPrototypeOf(t)===Object.prototype&&Object.getOwnPropertyNames(t).length===0&&Object.getOwnPropertySymbols(t).length===0},isHttpUrl(t){return t.startsWith("http://")||t.startsWith("https://")},formatNativeUrl(t,e,r){if(ct.isHttpUrl(t))return this.formatUniversalUrl(t,e,r);let n=t;n.includes("://")||(n=t.replaceAll("/","").replaceAll(":",""),n=`${n}://`),this.setWalletConnectDeepLink(n,r);const i=encodeURIComponent(e);return`${n}wc?uri=${i}`},formatUniversalUrl(t,e,r){if(!ct.isHttpUrl(t))return this.formatNativeUrl(t,e,r);let n=t;t.endsWith("/")&&(n=t.slice(0,-1)),this.setWalletConnectDeepLink(n,r);const i=encodeURIComponent(e);return`${n}/wc?uri=${i}`},async wait(t){return new Promise(e=>{setTimeout(e,t)})},openHref(t,e="_self"){window.open(t,e,"noreferrer noopener")},setWalletConnectDeepLink(t,e){localStorage.setItem(ct.WALLETCONNECT_DEEPLINK_CHOICE,JSON.stringify({href:t,name:e}))},setWalletConnectAndroidDeepLink(t){const[e]=t.split("?");localStorage.setItem(ct.WALLETCONNECT_DEEPLINK_CHOICE,JSON.stringify({href:e,name:"Android"}))},removeWalletConnectDeepLink(){localStorage.removeItem(ct.WALLETCONNECT_DEEPLINK_CHOICE)},isNull(t){return t===null}};function C9(){return typeof matchMedia<"u"&&matchMedia("(prefers-color-scheme: dark)").matches}const Ki=zr({projectId:"",themeMode:C9()?"dark":"light",themeColor:"default",themeBackground:ct.isMobile()?"themeColor":"gradient",themeZIndex:89,mobileWallets:void 0,desktopWallets:void 0,walletImages:void 0,chainImages:void 0,tokenImages:void 0,standaloneChains:void 0,enableStandaloneMode:!1,enableNetworkView:!1,enableAccountView:!0,defaultChain:void 0,explorerAllowList:void 0,explorerDenyList:void 0,termsOfServiceUrl:void 0,privacyPolicyUrl:void 0}),vt={state:Ki,subscribe(t){return Vi(Ki,()=>t(Ki))},setConfig(t){var e,r,n,i;if(oe.setStandaloneChains(t.standaloneChains),oe.setIsStandalone(Boolean((e=t.standaloneChains)==null?void 0:e.length)||Boolean(t.enableStandaloneMode)),oe.setIsCustomMobile(Boolean((r=t.mobileWallets)==null?void 0:r.length)),oe.setIsCustomDesktop(Boolean((n=t.desktopWallets)==null?void 0:n.length)),oe.setWalletConnectVersion((i=t.walletConnectVersion)!=null?i:1),t.defaultChain)oe.setSelectedChain(t.defaultChain);else if(!oe.state.isStandalone){const o=wt.client().getDefaultChain();oe.setSelectedChain(o)}Object.assign(Ki,t)},setThemeConfig(t){Object.assign(Ki,t)}},dd="https://explorer-api.walletconnect.com";function O9(t){const e=Object.fromEntries(Object.entries(t).filter(([r,n])=>typeof n<"u"&&n!==null&&n!=="").map(([r,n])=>[r,n.toString()]));return new URLSearchParams(e).toString()}const ws={async fetchWallets(t,e){const r=O9(e),n=`${dd}/v3/wallets?projectId=${t}&${r}`;return(await fetch(n)).json()},formatImageUrl(t,e){return`${dd}/v3/logo/lg/${e}?projectId=${t}`}},un=zr({wallets:{listings:[],total:0,page:1},search:{listings:[],total:0,page:1},previewWallets:[],recomendedWallets:[]});function vs(){const{projectId:t}=vt.state;if(!t)throw new Error("projectId is required to work with explorer api");return t}const St={state:un,async getPreviewWallets(t){const{listings:e}=await ws.fetchWallets(vs(),t);return un.previewWallets=Object.values(e),un.previewWallets},async getRecomendedWallets(){const{listings:t}=await ws.fetchWallets(vs(),{page:1,entries:6});un.recomendedWallets=Object.values(t)},async getPaginatedWallets(t){const{page:e,search:r}=t,{listings:n,total:i}=await ws.fetchWallets(vs(),t),o=Object.values(n),s=r?"search":"wallets";return un[s]={listings:[...un[s].listings,...o],total:i,page:e??1},{listings:o,total:i}},getImageUrl(t){return ws.formatImageUrl(vs(),t)},resetSearch(){un.search={listings:[],total:0,page:1}}},nr=zr({history:["ConnectWallet"],view:"ConnectWallet",data:void 0}),st={state:nr,subscribe(t){return Vi(nr,()=>t(nr))},push(t,e){t!==nr.view&&(nr.view=t,e&&(nr.data=e),nr.history.push(t))},replace(t){nr.view=t,nr.history=[t]},goBack(){if(nr.history.length>1){nr.history.pop();const[t]=nr.history.slice(-1);nr.view=t}}},jn=zr({open:!1}),Ft={state:jn,subscribe(t){return Vi(jn,()=>t(jn))},async open(t){return new Promise(e=>{const{isConnected:r,isStandalone:n,isUiLoaded:i,isDataLoaded:o}=oe.state,{enableNetworkView:s}=vt.state;if(n?(oe.setStandaloneUri(t?.uri),oe.setStandaloneChains(t?.standaloneChains),st.replace("ConnectWallet")):t!=null&&t.route?st.replace(t.route):r?st.replace("Account"):s?st.replace("SelectNetwork"):st.replace("ConnectWallet"),i&&o)jn.open=!0,e();else{const a=setInterval(()=>{oe.state.isUiLoaded&&oe.state.isDataLoaded&&(clearInterval(a),jn.open=!0,e())},200)}})},close(){jn.open=!1}},hn=zr({open:!1,message:"",variant:"success"}),er={state:hn,subscribe(t){return Vi(hn,()=>t(hn))},openToast(t,e){hn.open=!0,hn.message=t,hn.variant=e},closeToast(){hn.open=!1}};typeof window<"u"&&(window.Buffer||(window.Buffer=hd.Buffer),window.global||(window.global=window),window.process||(window.process={env:{}}));var A9=Object.defineProperty,pd=Object.getOwnPropertySymbols,I9=Object.prototype.hasOwnProperty,D9=Object.prototype.propertyIsEnumerable,gd=(t,e,r)=>e in t?A9(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,$9=(t,e)=>{for(var r in e||(e={}))I9.call(e,r)&&gd(t,r,e[r]);if(pd)for(var r of pd(e))D9.call(e,r)&&gd(t,r,e[r]);return t};class F9{constructor(e){this.openModal=Ft.open,this.closeModal=Ft.close,this.subscribeModal=Ft.subscribe,this.setTheme=vt.setThemeConfig,vt.setConfig($9({enableStandaloneMode:!0},e)),this.initUi()}async initUi(){if(typeof window<"u"){await Promise.resolve().then(function(){return kA});const e=document.createElement("w3m-modal");document.body.insertAdjacentElement("beforeend",e),oe.setIsUiLoaded(!0)}}}var P9=Object.defineProperty,T9=Object.defineProperties,N9=Object.getOwnPropertyDescriptors,md=Object.getOwnPropertySymbols,R9=Object.prototype.hasOwnProperty,L9=Object.prototype.propertyIsEnumerable,yd=(t,e,r)=>e in t?P9(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,M9=(t,e)=>{for(var r in e||(e={}))R9.call(e,r)&&yd(t,r,e[r]);if(md)for(var r of md(e))L9.call(e,r)&&yd(t,r,e[r]);return t},U9=(t,e)=>T9(t,N9(e));const j9="https://rpc.walletconnect.com/v1/",bd=["eth_sendTransaction","personal_sign"],wd=["chainChanged","accountsChanged"];function Mc(t){return Number(t[0].split(":")[1])}function B9(t){const{chains:e,optionalChains:r,methods:n,optionalMethods:i,events:o,optionalEvents:s,rpcMap:a}=t;if(!Br(e))throw new Error("Invalid chains");const l=e,u=n||bd,d=o||wd,y={[Mc(l)]:a[Mc(l)]},m={chains:l,methods:u,events:d,rpcMap:y};if(!r&&!s&&!i)return{required:m};const w={chains:[...new Set(l.concat(r||[]))],methods:[...new Set(u.concat(i||[]))],events:[...new Set(d.concat(s||[]))],rpcMap:a};return{required:m,optional:w}}class _s{constructor(){this.events=new Dt.exports.EventEmitter,this.namespace="eip155",this.accounts=[],this.chainId=1,this.signer={},this.rpc={}}static async init(e){const r=new _s;return await r.initialize(e),r}async request(e){return await this.signer.request(e,this.formatChainId(this.chainId))}sendAsync(e,r){this.signer.sendAsync(e,r,this.formatChainId(this.chainId))}get connected(){return this.signer.client?this.signer.client.core.relayer.connected:!1}get connecting(){return this.signer.client?this.signer.client.core.relayer.connecting:!1}async enable(){return this.session||await this.connect(),await this.request({method:"eth_requestAccounts"})}async connect(e){if(!this.signer.client)throw new Error("Provider not initialized. Call init() first");this.loadConnectOpts(e);const{required:r,optional:n}=B9(this.rpc);try{const i=await new Promise(async(s,a)=>{var l;this.rpc.showQrModal&&((l=this.modal)==null||l.subscribeModal(u=>{!u.open&&!this.signer.session&&a(new Error("User rejected the request."))})),s(await this.signer.connect(U9(M9({namespaces:{[this.namespace]:r}},n&&{optionalNamespaces:{[this.namespace]:n}}),{pairingTopic:e?.pairingTopic})))});if(!i)return;this.setChainIds(this.rpc.chains);const o=h5(i.namespaces,[this.namespace]);this.setAccounts(o),this.events.emit("connect",{chainId:this.chainId,accounts:this.accounts})}catch(i){throw this.signer.logger.error(i),i}finally{this.modal&&this.modal.closeModal()}}async disconnect(){this.session&&await this.signer.disconnect(),this.reset()}on(e,r){this.events.on(e,r)}once(e,r){this.events.once(e,r)}removeListener(e,r){this.events.removeListener(e,r)}off(e,r){this.events.off(e,r)}get isWalletConnect(){return!0}get session(){return this.signer.session}registerEventListeners(){this.signer.on("session_event",e=>{const{params:r}=e,{event:n}=r;n.name==="accountsChanged"?(this.accounts=n.data,this.events.emit("accountsChanged",this.accounts)):n.name==="chainChanged"?this.setChainId(this.formatChainId(n.data)):this.events.emit(n.name,n.data),this.events.emit("session_event",e)}),this.signer.on("chainChanged",e=>{this.chainId=e,this.events.emit("chainChanged",e)}),this.signer.on("session_update",e=>{this.events.emit("session_update",e)}),this.signer.on("session_delete",e=>{this.reset(),this.events.emit("session_delete",e)}),this.signer.on("display_uri",e=>{var r;this.rpc.showQrModal&&((r=this.modal)==null||r.openModal({uri:e})),this.events.emit("display_uri",e)})}setHttpProvider(e){const r=this.formatChainId(e);this.signer.setDefaultChain(r,this.getRpcUrl(e))}isCompatibleChainId(e){return typeof e=="string"?e.startsWith(`${this.namespace}:`):!1}formatChainId(e){return`${this.namespace}:${e}`}parseChainId(e){return Number(e.split(":")[1])}setChainIds(e){const r=e.filter(n=>this.isCompatibleChainId(n)).map(n=>this.parseChainId(n));r.length&&(this.chainId=r[0],this.events.emit("chainChanged",this.chainId))}setChainId(e){if(this.isCompatibleChainId(e)){const r=this.parseChainId(e);this.chainId=r,this.setHttpProvider(r)}}parseAccountId(e){const[r,n,i]=e.split(":");return{chainId:`${r}:${n}`,address:i}}setAccounts(e){this.accounts=e.filter(r=>this.parseChainId(this.parseAccountId(r).chainId)===this.chainId).map(r=>this.parseAccountId(r).address),this.events.emit("accountsChanged",this.accounts)}getRpcConfig(e){var r,n;return{chains:((r=e.chains)==null?void 0:r.map(i=>this.formatChainId(i)))||[`${this.namespace}:1`],optionalChains:e.optionalChains?e.optionalChains.map(i=>this.formatChainId(i)):void 0,methods:e?.methods||bd,events:e?.events||wd,optionalMethods:e?.optionalMethods||[],optionalEvents:e?.optionalEvents||[],rpcMap:e?.rpcMap||this.buildRpcMap(e.chains,e.projectId),showQrModal:(n=e?.showQrModal)!=null?n:!0,projectId:e.projectId,metadata:e.metadata}}buildRpcMap(e,r){const n={};return e.forEach(i=>{n[i]=this.getRpcUrl(i,r)}),n}async initialize(e){this.rpc=this.getRpcConfig(e),this.chainId=Mc(this.rpc.chains),this.signer=await u9.init({projectId:this.rpc.projectId}),this.registerEventListeners(),this.loadPersistedSession(),this.rpc.showQrModal&&(this.modal=new F9({walletConnectVersion:2,projectId:this.rpc.projectId,standaloneChains:this.rpc.chains}))}loadConnectOpts(e){if(!e)return;const{chains:r,optionalChains:n,rpcMap:i}=e;r&&Br(r)&&(this.rpc.chains=r.map(o=>this.formatChainId(o)),r.forEach(o=>{this.rpc.rpcMap[o]=i?.[o]||this.getRpcUrl(o)})),n&&Br(n)&&(this.rpc.optionalChains=[],this.rpc.optionalChains=n?.map(o=>this.formatChainId(o)),n.forEach(o=>{this.rpc.rpcMap[o]=i?.[o]||this.getRpcUrl(o)}))}getRpcUrl(e,r){var n;return((n=this.rpc.rpcMap)==null?void 0:n[e])||`${j9}?chainId=eip155:${e}&projectId=${r||this.rpc.projectId}`}loadPersistedSession(){this.session&&(this.setChainIds(this.session.namespaces[this.namespace].accounts),this.setAccounts(this.session.namespaces[this.namespace].accounts))}reset(){this.chainId=1,this.accounts=[]}}const k9=_s;/**
72
111
  * @license
73
112
  * Copyright 2019 Google LLC
74
113
  * SPDX-License-Identifier: BSD-3-Clause
75
- */const ys=window,Ea=ys.ShadowRoot&&(ys.ShadyCSS===void 0||ys.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,xa=Symbol(),qh=new WeakMap;class Vh{constructor(e,r,n){if(this._$cssResult$=!0,n!==xa)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=r}get styleSheet(){let e=this.o;const r=this.t;if(Ea&&e===void 0){const n=r!==void 0&&r.length===1;n&&(e=qh.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&qh.set(r,e))}return e}toString(){return this.cssText}}const _b=t=>new Vh(typeof t=="string"?t:t+"",void 0,xa),be=(t,...e)=>{const r=t.length===1?t[0]:e.reduce((n,i,s)=>n+(o=>{if(o._$cssResult$===!0)return o.cssText;if(typeof o=="number")return o;throw Error("Value passed to 'css' function must be a 'css' function result: "+o+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[s+1],t[0]);return new Vh(r,t,xa)},Eb=(t,e)=>{Ea?t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):e.forEach(r=>{const n=document.createElement("style"),i=ys.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,t.appendChild(n)})},Kh=Ea?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let r="";for(const n of e.cssRules)r+=n.cssText;return _b(r)})(t):t;/**
114
+ */const Es=window,Uc=Es.ShadowRoot&&(Es.ShadyCSS===void 0||Es.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,jc=Symbol(),vd=new WeakMap;class _d{constructor(e,r,n){if(this._$cssResult$=!0,n!==jc)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=r}get styleSheet(){let e=this.o;const r=this.t;if(Uc&&e===void 0){const n=r!==void 0&&r.length===1;n&&(e=vd.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&vd.set(r,e))}return e}toString(){return this.cssText}}const H9=t=>new _d(typeof t=="string"?t:t+"",void 0,jc),He=(t,...e)=>{const r=t.length===1?t[0]:e.reduce((n,i,o)=>n+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[o+1],t[0]);return new _d(r,t,jc)},z9=(t,e)=>{Uc?t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):e.forEach(r=>{const n=document.createElement("style"),i=Es.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,t.appendChild(n)})},Ed=Uc?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let r="";for(const n of e.cssRules)r+=n.cssText;return H9(r)})(t):t;/**
76
115
  * @license
77
116
  * Copyright 2017 Google LLC
78
117
  * SPDX-License-Identifier: BSD-3-Clause
79
- */var Ca;const bs=window,Gh=bs.trustedTypes,xb=Gh?Gh.emptyScript:"",Zh=bs.reactiveElementPolyfillSupport,Sa={toAttribute(t,e){switch(e){case Boolean:t=t?xb:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=t!==null;break;case Number:r=t===null?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch{r=null}}return r}},Yh=(t,e)=>e!==t&&(e==e||t==t),Da={attribute:!0,type:String,converter:Sa,reflect:!1,hasChanged:Yh};class mn extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(e){var r;this.finalize(),((r=this.h)!==null&&r!==void 0?r:this.h=[]).push(e)}static get observedAttributes(){this.finalize();const e=[];return this.elementProperties.forEach((r,n)=>{const i=this._$Ep(n,r);i!==void 0&&(this._$Ev.set(i,n),e.push(i))}),e}static createProperty(e,r=Da){if(r.state&&(r.attribute=!1),this.finalize(),this.elementProperties.set(e,r),!r.noAccessor&&!this.prototype.hasOwnProperty(e)){const n=typeof e=="symbol"?Symbol():"__"+e,i=this.getPropertyDescriptor(e,n,r);i!==void 0&&Object.defineProperty(this.prototype,e,i)}}static getPropertyDescriptor(e,r,n){return{get(){return this[r]},set(i){const s=this[e];this[r]=i,this.requestUpdate(e,s,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)||Da}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const e=Object.getPrototypeOf(this);if(e.finalize(),e.h!==void 0&&(this.h=[...e.h]),this.elementProperties=new Map(e.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const r=this.properties,n=[...Object.getOwnPropertyNames(r),...Object.getOwnPropertySymbols(r)];for(const i of n)this.createProperty(i,r[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(e){const r=[];if(Array.isArray(e)){const n=new Set(e.flat(1/0).reverse());for(const i of n)r.unshift(Kh(i))}else e!==void 0&&r.push(Kh(e));return r}static _$Ep(e,r){const n=r.attribute;return n===!1?void 0:typeof n=="string"?n:typeof e=="string"?e.toLowerCase():void 0}u(){var e;this._$E_=new Promise(r=>this.enableUpdating=r),this._$AL=new Map,this._$Eg(),this.requestUpdate(),(e=this.constructor.h)===null||e===void 0||e.forEach(r=>r(this))}addController(e){var r,n;((r=this._$ES)!==null&&r!==void 0?r:this._$ES=[]).push(e),this.renderRoot!==void 0&&this.isConnected&&((n=e.hostConnected)===null||n===void 0||n.call(e))}removeController(e){var r;(r=this._$ES)===null||r===void 0||r.splice(this._$ES.indexOf(e)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach((e,r)=>{this.hasOwnProperty(r)&&(this._$Ei.set(r,this[r]),delete this[r])})}createRenderRoot(){var e;const r=(e=this.shadowRoot)!==null&&e!==void 0?e:this.attachShadow(this.constructor.shadowRootOptions);return Eb(r,this.constructor.elementStyles),r}connectedCallback(){var e;this.renderRoot===void 0&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(e=this._$ES)===null||e===void 0||e.forEach(r=>{var n;return(n=r.hostConnected)===null||n===void 0?void 0:n.call(r)})}enableUpdating(e){}disconnectedCallback(){var e;(e=this._$ES)===null||e===void 0||e.forEach(r=>{var n;return(n=r.hostDisconnected)===null||n===void 0?void 0:n.call(r)})}attributeChangedCallback(e,r,n){this._$AK(e,n)}_$EO(e,r,n=Da){var i;const s=this.constructor._$Ep(e,n);if(s!==void 0&&n.reflect===!0){const o=(((i=n.converter)===null||i===void 0?void 0:i.toAttribute)!==void 0?n.converter:Sa).toAttribute(r,n.type);this._$El=e,o==null?this.removeAttribute(s):this.setAttribute(s,o),this._$El=null}}_$AK(e,r){var n;const i=this.constructor,s=i._$Ev.get(e);if(s!==void 0&&this._$El!==s){const o=i.getPropertyOptions(s),a=typeof o.converter=="function"?{fromAttribute:o.converter}:((n=o.converter)===null||n===void 0?void 0:n.fromAttribute)!==void 0?o.converter:Sa;this._$El=s,this[s]=a.fromAttribute(r,o.type),this._$El=null}}requestUpdate(e,r,n){let i=!0;e!==void 0&&(((n=n||this.constructor.getPropertyOptions(e)).hasChanged||Yh)(this[e],r)?(this._$AL.has(e)||this._$AL.set(e,r),n.reflect===!0&&this._$El!==e&&(this._$EC===void 0&&(this._$EC=new Map),this._$EC.set(e,n))):i=!1),!this.isUpdatePending&&i&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(r){Promise.reject(r)}const e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var e;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach((i,s)=>this[s]=i),this._$Ei=void 0);let r=!1;const n=this._$AL;try{r=this.shouldUpdate(n),r?(this.willUpdate(n),(e=this._$ES)===null||e===void 0||e.forEach(i=>{var s;return(s=i.hostUpdate)===null||s===void 0?void 0:s.call(i)}),this.update(n)):this._$Ek()}catch(i){throw r=!1,this._$Ek(),i}r&&this._$AE(n)}willUpdate(e){}_$AE(e){var r;(r=this._$ES)===null||r===void 0||r.forEach(n=>{var i;return(i=n.hostUpdated)===null||i===void 0?void 0:i.call(n)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(e){return!0}update(e){this._$EC!==void 0&&(this._$EC.forEach((r,n)=>this._$EO(n,this[n],r)),this._$EC=void 0),this._$Ek()}updated(e){}firstUpdated(e){}}mn.finalized=!0,mn.elementProperties=new Map,mn.elementStyles=[],mn.shadowRootOptions={mode:"open"},Zh?.({ReactiveElement:mn}),((Ca=bs.reactiveElementVersions)!==null&&Ca!==void 0?Ca:bs.reactiveElementVersions=[]).push("1.6.1");/**
118
+ */var Bc;const xs=window,xd=xs.trustedTypes,W9=xd?xd.emptyScript:"",Sd=xs.reactiveElementPolyfillSupport,kc={toAttribute(t,e){switch(e){case Boolean:t=t?W9:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=t!==null;break;case Number:r=t===null?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch{r=null}}return r}},Cd=(t,e)=>e!==t&&(e==e||t==t),Hc={attribute:!0,type:String,converter:kc,reflect:!1,hasChanged:Cd};class Bn extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(e){var r;this.finalize(),((r=this.h)!==null&&r!==void 0?r:this.h=[]).push(e)}static get observedAttributes(){this.finalize();const e=[];return this.elementProperties.forEach((r,n)=>{const i=this._$Ep(n,r);i!==void 0&&(this._$Ev.set(i,n),e.push(i))}),e}static createProperty(e,r=Hc){if(r.state&&(r.attribute=!1),this.finalize(),this.elementProperties.set(e,r),!r.noAccessor&&!this.prototype.hasOwnProperty(e)){const n=typeof e=="symbol"?Symbol():"__"+e,i=this.getPropertyDescriptor(e,n,r);i!==void 0&&Object.defineProperty(this.prototype,e,i)}}static getPropertyDescriptor(e,r,n){return{get(){return this[r]},set(i){const o=this[e];this[r]=i,this.requestUpdate(e,o,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)||Hc}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const e=Object.getPrototypeOf(this);if(e.finalize(),e.h!==void 0&&(this.h=[...e.h]),this.elementProperties=new Map(e.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const r=this.properties,n=[...Object.getOwnPropertyNames(r),...Object.getOwnPropertySymbols(r)];for(const i of n)this.createProperty(i,r[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(e){const r=[];if(Array.isArray(e)){const n=new Set(e.flat(1/0).reverse());for(const i of n)r.unshift(Ed(i))}else e!==void 0&&r.push(Ed(e));return r}static _$Ep(e,r){const n=r.attribute;return n===!1?void 0:typeof n=="string"?n:typeof e=="string"?e.toLowerCase():void 0}u(){var e;this._$E_=new Promise(r=>this.enableUpdating=r),this._$AL=new Map,this._$Eg(),this.requestUpdate(),(e=this.constructor.h)===null||e===void 0||e.forEach(r=>r(this))}addController(e){var r,n;((r=this._$ES)!==null&&r!==void 0?r:this._$ES=[]).push(e),this.renderRoot!==void 0&&this.isConnected&&((n=e.hostConnected)===null||n===void 0||n.call(e))}removeController(e){var r;(r=this._$ES)===null||r===void 0||r.splice(this._$ES.indexOf(e)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach((e,r)=>{this.hasOwnProperty(r)&&(this._$Ei.set(r,this[r]),delete this[r])})}createRenderRoot(){var e;const r=(e=this.shadowRoot)!==null&&e!==void 0?e:this.attachShadow(this.constructor.shadowRootOptions);return z9(r,this.constructor.elementStyles),r}connectedCallback(){var e;this.renderRoot===void 0&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(e=this._$ES)===null||e===void 0||e.forEach(r=>{var n;return(n=r.hostConnected)===null||n===void 0?void 0:n.call(r)})}enableUpdating(e){}disconnectedCallback(){var e;(e=this._$ES)===null||e===void 0||e.forEach(r=>{var n;return(n=r.hostDisconnected)===null||n===void 0?void 0:n.call(r)})}attributeChangedCallback(e,r,n){this._$AK(e,n)}_$EO(e,r,n=Hc){var i;const o=this.constructor._$Ep(e,n);if(o!==void 0&&n.reflect===!0){const s=(((i=n.converter)===null||i===void 0?void 0:i.toAttribute)!==void 0?n.converter:kc).toAttribute(r,n.type);this._$El=e,s==null?this.removeAttribute(o):this.setAttribute(o,s),this._$El=null}}_$AK(e,r){var n;const i=this.constructor,o=i._$Ev.get(e);if(o!==void 0&&this._$El!==o){const s=i.getPropertyOptions(o),a=typeof s.converter=="function"?{fromAttribute:s.converter}:((n=s.converter)===null||n===void 0?void 0:n.fromAttribute)!==void 0?s.converter:kc;this._$El=o,this[o]=a.fromAttribute(r,s.type),this._$El=null}}requestUpdate(e,r,n){let i=!0;e!==void 0&&(((n=n||this.constructor.getPropertyOptions(e)).hasChanged||Cd)(this[e],r)?(this._$AL.has(e)||this._$AL.set(e,r),n.reflect===!0&&this._$El!==e&&(this._$EC===void 0&&(this._$EC=new Map),this._$EC.set(e,n))):i=!1),!this.isUpdatePending&&i&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(r){Promise.reject(r)}const e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var e;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach((i,o)=>this[o]=i),this._$Ei=void 0);let r=!1;const n=this._$AL;try{r=this.shouldUpdate(n),r?(this.willUpdate(n),(e=this._$ES)===null||e===void 0||e.forEach(i=>{var o;return(o=i.hostUpdate)===null||o===void 0?void 0:o.call(i)}),this.update(n)):this._$Ek()}catch(i){throw r=!1,this._$Ek(),i}r&&this._$AE(n)}willUpdate(e){}_$AE(e){var r;(r=this._$ES)===null||r===void 0||r.forEach(n=>{var i;return(i=n.hostUpdated)===null||i===void 0?void 0:i.call(n)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(e){return!0}update(e){this._$EC!==void 0&&(this._$EC.forEach((r,n)=>this._$EO(n,this[n],r)),this._$EC=void 0),this._$Ek()}updated(e){}firstUpdated(e){}}Bn.finalized=!0,Bn.elementProperties=new Map,Bn.elementStyles=[],Bn.shadowRootOptions={mode:"open"},Sd?.({ReactiveElement:Bn}),((Bc=xs.reactiveElementVersions)!==null&&Bc!==void 0?Bc:xs.reactiveElementVersions=[]).push("1.6.1");/**
80
119
  * @license
81
120
  * Copyright 2017 Google LLC
82
121
  * SPDX-License-Identifier: BSD-3-Clause
83
- */var Ia;const vs=window,wn=vs.trustedTypes,Jh=wn?wn.createPolicy("lit-html",{createHTML:t=>t}):void 0,vr=`lit$${(Math.random()+"").slice(9)}$`,Xh="?"+vr,Cb=`<${Xh}>`,yn=document,hi=(t="")=>yn.createComment(t),di=t=>t===null||typeof t!="object"&&typeof t!="function",Qh=Array.isArray,Sb=t=>Qh(t)||typeof t?.[Symbol.iterator]=="function",fi=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,e0=/-->/g,t0=/>/g,kr=RegExp(`>|[
122
+ */var zc;const Ss=window,kn=Ss.trustedTypes,Od=kn?kn.createPolicy("lit-html",{createHTML:t=>t}):void 0,Wr=`lit$${(Math.random()+"").slice(9)}$`,Ad="?"+Wr,V9=`<${Ad}>`,Hn=document,Gi=(t="")=>Hn.createComment(t),Yi=t=>t===null||typeof t!="object"&&typeof t!="function",Id=Array.isArray,q9=t=>Id(t)||typeof t?.[Symbol.iterator]=="function",Zi=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Dd=/-->/g,$d=/>/g,fn=RegExp(`>|[
84
123
  \f\r](?:([^\\s"'>=/]+)([
85
124
  \f\r]*=[
86
125
  \f\r]*(?:[^
87
- \f\r"'\`<>=]|("|')|))|$)`,"g"),r0=/'/g,n0=/"/g,i0=/^(?:script|style|textarea|title)$/i,s0=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),V=s0(1),Ae=s0(2),Hr=Symbol.for("lit-noChange"),ct=Symbol.for("lit-nothing"),o0=new WeakMap,bn=yn.createTreeWalker(yn,129,null,!1),Db=(t,e)=>{const r=t.length-1,n=[];let i,s=e===2?"<svg>":"",o=fi;for(let c=0;c<r;c++){const l=t[c];let p,w,m=-1,y=0;for(;y<l.length&&(o.lastIndex=y,w=o.exec(l),w!==null);)y=o.lastIndex,o===fi?w[1]==="!--"?o=e0:w[1]!==void 0?o=t0:w[2]!==void 0?(i0.test(w[2])&&(i=RegExp("</"+w[2],"g")),o=kr):w[3]!==void 0&&(o=kr):o===kr?w[0]===">"?(o=i??fi,m=-1):w[1]===void 0?m=-2:(m=o.lastIndex-w[2].length,p=w[1],o=w[3]===void 0?kr:w[3]==='"'?n0:r0):o===n0||o===r0?o=kr:o===e0||o===t0?o=fi:(o=kr,i=void 0);const E=o===kr&&t[c+1].startsWith("/>")?" ":"";s+=o===fi?l+Cb:m>=0?(n.push(p),l.slice(0,m)+"$lit$"+l.slice(m)+vr+E):l+vr+(m===-2?(n.push(void 0),c):E)}const a=s+(t[r]||"<?>")+(e===2?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[Jh!==void 0?Jh.createHTML(a):a,n]};class pi{constructor({strings:e,_$litType$:r},n){let i;this.parts=[];let s=0,o=0;const a=e.length-1,c=this.parts,[l,p]=Db(e,r);if(this.el=pi.createElement(l,n),bn.currentNode=this.el.content,r===2){const w=this.el.content,m=w.firstChild;m.remove(),w.append(...m.childNodes)}for(;(i=bn.nextNode())!==null&&c.length<a;){if(i.nodeType===1){if(i.hasAttributes()){const w=[];for(const m of i.getAttributeNames())if(m.endsWith("$lit$")||m.startsWith(vr)){const y=p[o++];if(w.push(m),y!==void 0){const E=i.getAttribute(y.toLowerCase()+"$lit$").split(vr),T=/([.?@])?(.*)/.exec(y);c.push({type:1,index:s,name:T[2],strings:E,ctor:T[1]==="."?Ob:T[1]==="?"?$b:T[1]==="@"?Pb:_s})}else c.push({type:6,index:s})}for(const m of w)i.removeAttribute(m)}if(i0.test(i.tagName)){const w=i.textContent.split(vr),m=w.length-1;if(m>0){i.textContent=wn?wn.emptyScript:"";for(let y=0;y<m;y++)i.append(w[y],hi()),bn.nextNode(),c.push({type:2,index:++s});i.append(w[m],hi())}}}else if(i.nodeType===8)if(i.data===Xh)c.push({type:2,index:s});else{let w=-1;for(;(w=i.data.indexOf(vr,w+1))!==-1;)c.push({type:7,index:s}),w+=vr.length-1}s++}}static createElement(e,r){const n=yn.createElement("template");return n.innerHTML=e,n}}function vn(t,e,r=t,n){var i,s,o,a;if(e===Hr)return e;let c=n!==void 0?(i=r._$Co)===null||i===void 0?void 0:i[n]:r._$Cl;const l=di(e)?void 0:e._$litDirective$;return c?.constructor!==l&&((s=c?._$AO)===null||s===void 0||s.call(c,!1),l===void 0?c=void 0:(c=new l(t),c._$AT(t,r,n)),n!==void 0?((o=(a=r)._$Co)!==null&&o!==void 0?o:a._$Co=[])[n]=c:r._$Cl=c),c!==void 0&&(e=vn(t,c._$AS(t,e.values),c,n)),e}class Ib{constructor(e,r){this.u=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}v(e){var r;const{el:{content:n},parts:i}=this._$AD,s=((r=e?.creationScope)!==null&&r!==void 0?r:yn).importNode(n,!0);bn.currentNode=s;let o=bn.nextNode(),a=0,c=0,l=i[0];for(;l!==void 0;){if(a===l.index){let p;l.type===2?p=new gi(o,o.nextSibling,this,e):l.type===1?p=new l.ctor(o,l.name,l.strings,this,e):l.type===6&&(p=new Tb(o,this,e)),this.u.push(p),l=i[++c]}a!==l?.index&&(o=bn.nextNode(),a++)}return s}p(e){let r=0;for(const n of this.u)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,r),r+=n.strings.length-2):n._$AI(e[r])),r++}}class gi{constructor(e,r,n,i){var s;this.type=2,this._$AH=ct,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=n,this.options=i,this._$Cm=(s=i?.isConnected)===null||s===void 0||s}get _$AU(){var e,r;return(r=(e=this._$AM)===null||e===void 0?void 0:e._$AU)!==null&&r!==void 0?r:this._$Cm}get parentNode(){let e=this._$AA.parentNode;const r=this._$AM;return r!==void 0&&e.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=vn(this,e,r),di(e)?e===ct||e==null||e===""?(this._$AH!==ct&&this._$AR(),this._$AH=ct):e!==this._$AH&&e!==Hr&&this.g(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):Sb(e)?this.k(e):this.g(e)}O(e,r=this._$AB){return this._$AA.parentNode.insertBefore(e,r)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}g(e){this._$AH!==ct&&di(this._$AH)?this._$AA.nextSibling.data=e:this.T(yn.createTextNode(e)),this._$AH=e}$(e){var r;const{values:n,_$litType$:i}=e,s=typeof i=="number"?this._$AC(e):(i.el===void 0&&(i.el=pi.createElement(i.h,this.options)),i);if(((r=this._$AH)===null||r===void 0?void 0:r._$AD)===s)this._$AH.p(n);else{const o=new Ib(s,this),a=o.v(this.options);o.p(n),this.T(a),this._$AH=o}}_$AC(e){let r=o0.get(e.strings);return r===void 0&&o0.set(e.strings,r=new pi(e)),r}k(e){Qh(this._$AH)||(this._$AH=[],this._$AR());const r=this._$AH;let n,i=0;for(const s of e)i===r.length?r.push(n=new gi(this.O(hi()),this.O(hi()),this,this.options)):n=r[i],n._$AI(s),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(e=this._$AA.nextSibling,r){var n;for((n=this._$AP)===null||n===void 0||n.call(this,!1,!0,r);e&&e!==this._$AB;){const i=e.nextSibling;e.remove(),e=i}}setConnected(e){var r;this._$AM===void 0&&(this._$Cm=e,(r=this._$AP)===null||r===void 0||r.call(this,e))}}class _s{constructor(e,r,n,i,s){this.type=1,this._$AH=ct,this._$AN=void 0,this.element=e,this.name=r,this._$AM=i,this.options=s,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=ct}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(e,r=this,n,i){const s=this.strings;let o=!1;if(s===void 0)e=vn(this,e,r,0),o=!di(e)||e!==this._$AH&&e!==Hr,o&&(this._$AH=e);else{const a=e;let c,l;for(e=s[0],c=0;c<s.length-1;c++)l=vn(this,a[n+c],r,c),l===Hr&&(l=this._$AH[c]),o||(o=!di(l)||l!==this._$AH[c]),l===ct?e=ct:e!==ct&&(e+=(l??"")+s[c+1]),this._$AH[c]=l}o&&!i&&this.j(e)}j(e){e===ct?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}}class Ob extends _s{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===ct?void 0:e}}const Ab=wn?wn.emptyScript:"";class $b extends _s{constructor(){super(...arguments),this.type=4}j(e){e&&e!==ct?this.element.setAttribute(this.name,Ab):this.element.removeAttribute(this.name)}}class Pb extends _s{constructor(e,r,n,i,s){super(e,r,n,i,s),this.type=5}_$AI(e,r=this){var n;if((e=(n=vn(this,e,r,0))!==null&&n!==void 0?n:ct)===Hr)return;const i=this._$AH,s=e===ct&&i!==ct||e.capture!==i.capture||e.once!==i.once||e.passive!==i.passive,o=e!==ct&&(i===ct||s);s&&this.element.removeEventListener(this.name,this,i),o&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){var r,n;typeof this._$AH=="function"?this._$AH.call((n=(r=this.options)===null||r===void 0?void 0:r.host)!==null&&n!==void 0?n:this.element,e):this._$AH.handleEvent(e)}}class Tb{constructor(e,r,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){vn(this,e)}}const a0=vs.litHtmlPolyfillSupport;a0?.(pi,gi),((Ia=vs.litHtmlVersions)!==null&&Ia!==void 0?Ia:vs.litHtmlVersions=[]).push("2.6.1");const Rb=(t,e,r)=>{var n,i;const s=(n=r?.renderBefore)!==null&&n!==void 0?n:e;let o=s._$litPart$;if(o===void 0){const a=(i=r?.renderBefore)!==null&&i!==void 0?i:null;s._$litPart$=o=new gi(e.insertBefore(hi(),a),a,void 0,r??{})}return o._$AI(t),o};/**
126
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Fd=/'/g,Pd=/"/g,Td=/^(?:script|style|textarea|title)$/i,Nd=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),ee=Nd(1),Je=Nd(2),dn=Symbol.for("lit-noChange"),Ct=Symbol.for("lit-nothing"),Rd=new WeakMap,zn=Hn.createTreeWalker(Hn,129,null,!1),K9=(t,e)=>{const r=t.length-1,n=[];let i,o=e===2?"<svg>":"",s=Zi;for(let l=0;l<r;l++){const u=t[l];let d,y,m=-1,w=0;for(;w<u.length&&(s.lastIndex=w,y=s.exec(u),y!==null);)w=s.lastIndex,s===Zi?y[1]==="!--"?s=Dd:y[1]!==void 0?s=$d:y[2]!==void 0?(Td.test(y[2])&&(i=RegExp("</"+y[2],"g")),s=fn):y[3]!==void 0&&(s=fn):s===fn?y[0]===">"?(s=i??Zi,m=-1):y[1]===void 0?m=-2:(m=s.lastIndex-y[2].length,d=y[1],s=y[3]===void 0?fn:y[3]==='"'?Pd:Fd):s===Pd||s===Fd?s=fn:s===Dd||s===$d?s=Zi:(s=fn,i=void 0);const _=s===fn&&t[l+1].startsWith("/>")?" ":"";o+=s===Zi?u+V9:m>=0?(n.push(d),u.slice(0,m)+"$lit$"+u.slice(m)+Wr+_):u+Wr+(m===-2?(n.push(void 0),l):_)}const a=o+(t[r]||"<?>")+(e===2?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[Od!==void 0?Od.createHTML(a):a,n]};class Ji{constructor({strings:e,_$litType$:r},n){let i;this.parts=[];let o=0,s=0;const a=e.length-1,l=this.parts,[u,d]=K9(e,r);if(this.el=Ji.createElement(u,n),zn.currentNode=this.el.content,r===2){const y=this.el.content,m=y.firstChild;m.remove(),y.append(...m.childNodes)}for(;(i=zn.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes()){const y=[];for(const m of i.getAttributeNames())if(m.endsWith("$lit$")||m.startsWith(Wr)){const w=d[s++];if(y.push(m),w!==void 0){const _=i.getAttribute(w.toLowerCase()+"$lit$").split(Wr),R=/([.?@])?(.*)/.exec(w);l.push({type:1,index:o,name:R[2],strings:_,ctor:R[1]==="."?Y9:R[1]==="?"?J9:R[1]==="@"?X9:Cs})}else l.push({type:6,index:o})}for(const m of y)i.removeAttribute(m)}if(Td.test(i.tagName)){const y=i.textContent.split(Wr),m=y.length-1;if(m>0){i.textContent=kn?kn.emptyScript:"";for(let w=0;w<m;w++)i.append(y[w],Gi()),zn.nextNode(),l.push({type:2,index:++o});i.append(y[m],Gi())}}}else if(i.nodeType===8)if(i.data===Ad)l.push({type:2,index:o});else{let y=-1;for(;(y=i.data.indexOf(Wr,y+1))!==-1;)l.push({type:7,index:o}),y+=Wr.length-1}o++}}static createElement(e,r){const n=Hn.createElement("template");return n.innerHTML=e,n}}function Wn(t,e,r=t,n){var i,o,s,a;if(e===dn)return e;let l=n!==void 0?(i=r._$Co)===null||i===void 0?void 0:i[n]:r._$Cl;const u=Yi(e)?void 0:e._$litDirective$;return l?.constructor!==u&&((o=l?._$AO)===null||o===void 0||o.call(l,!1),u===void 0?l=void 0:(l=new u(t),l._$AT(t,r,n)),n!==void 0?((s=(a=r)._$Co)!==null&&s!==void 0?s:a._$Co=[])[n]=l:r._$Cl=l),l!==void 0&&(e=Wn(t,l._$AS(t,e.values),l,n)),e}class G9{constructor(e,r){this.u=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}v(e){var r;const{el:{content:n},parts:i}=this._$AD,o=((r=e?.creationScope)!==null&&r!==void 0?r:Hn).importNode(n,!0);zn.currentNode=o;let s=zn.nextNode(),a=0,l=0,u=i[0];for(;u!==void 0;){if(a===u.index){let d;u.type===2?d=new Xi(s,s.nextSibling,this,e):u.type===1?d=new u.ctor(s,u.name,u.strings,this,e):u.type===6&&(d=new Q9(s,this,e)),this.u.push(d),u=i[++l]}a!==u?.index&&(s=zn.nextNode(),a++)}return o}p(e){let r=0;for(const n of this.u)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,r),r+=n.strings.length-2):n._$AI(e[r])),r++}}class Xi{constructor(e,r,n,i){var o;this.type=2,this._$AH=Ct,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=n,this.options=i,this._$Cm=(o=i?.isConnected)===null||o===void 0||o}get _$AU(){var e,r;return(r=(e=this._$AM)===null||e===void 0?void 0:e._$AU)!==null&&r!==void 0?r:this._$Cm}get parentNode(){let e=this._$AA.parentNode;const r=this._$AM;return r!==void 0&&e.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=Wn(this,e,r),Yi(e)?e===Ct||e==null||e===""?(this._$AH!==Ct&&this._$AR(),this._$AH=Ct):e!==this._$AH&&e!==dn&&this.g(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):q9(e)?this.k(e):this.g(e)}O(e,r=this._$AB){return this._$AA.parentNode.insertBefore(e,r)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}g(e){this._$AH!==Ct&&Yi(this._$AH)?this._$AA.nextSibling.data=e:this.T(Hn.createTextNode(e)),this._$AH=e}$(e){var r;const{values:n,_$litType$:i}=e,o=typeof i=="number"?this._$AC(e):(i.el===void 0&&(i.el=Ji.createElement(i.h,this.options)),i);if(((r=this._$AH)===null||r===void 0?void 0:r._$AD)===o)this._$AH.p(n);else{const s=new G9(o,this),a=s.v(this.options);s.p(n),this.T(a),this._$AH=s}}_$AC(e){let r=Rd.get(e.strings);return r===void 0&&Rd.set(e.strings,r=new Ji(e)),r}k(e){Id(this._$AH)||(this._$AH=[],this._$AR());const r=this._$AH;let n,i=0;for(const o of e)i===r.length?r.push(n=new Xi(this.O(Gi()),this.O(Gi()),this,this.options)):n=r[i],n._$AI(o),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(e=this._$AA.nextSibling,r){var n;for((n=this._$AP)===null||n===void 0||n.call(this,!1,!0,r);e&&e!==this._$AB;){const i=e.nextSibling;e.remove(),e=i}}setConnected(e){var r;this._$AM===void 0&&(this._$Cm=e,(r=this._$AP)===null||r===void 0||r.call(this,e))}}class Cs{constructor(e,r,n,i,o){this.type=1,this._$AH=Ct,this._$AN=void 0,this.element=e,this.name=r,this._$AM=i,this.options=o,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=Ct}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(e,r=this,n,i){const o=this.strings;let s=!1;if(o===void 0)e=Wn(this,e,r,0),s=!Yi(e)||e!==this._$AH&&e!==dn,s&&(this._$AH=e);else{const a=e;let l,u;for(e=o[0],l=0;l<o.length-1;l++)u=Wn(this,a[n+l],r,l),u===dn&&(u=this._$AH[l]),s||(s=!Yi(u)||u!==this._$AH[l]),u===Ct?e=Ct:e!==Ct&&(e+=(u??"")+o[l+1]),this._$AH[l]=u}s&&!i&&this.j(e)}j(e){e===Ct?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}}class Y9 extends Cs{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===Ct?void 0:e}}const Z9=kn?kn.emptyScript:"";class J9 extends Cs{constructor(){super(...arguments),this.type=4}j(e){e&&e!==Ct?this.element.setAttribute(this.name,Z9):this.element.removeAttribute(this.name)}}class X9 extends Cs{constructor(e,r,n,i,o){super(e,r,n,i,o),this.type=5}_$AI(e,r=this){var n;if((e=(n=Wn(this,e,r,0))!==null&&n!==void 0?n:Ct)===dn)return;const i=this._$AH,o=e===Ct&&i!==Ct||e.capture!==i.capture||e.once!==i.once||e.passive!==i.passive,s=e!==Ct&&(i===Ct||o);o&&this.element.removeEventListener(this.name,this,i),s&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){var r,n;typeof this._$AH=="function"?this._$AH.call((n=(r=this.options)===null||r===void 0?void 0:r.host)!==null&&n!==void 0?n:this.element,e):this._$AH.handleEvent(e)}}class Q9{constructor(e,r,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){Wn(this,e)}}const Ld=Ss.litHtmlPolyfillSupport;Ld?.(Ji,Xi),((zc=Ss.litHtmlVersions)!==null&&zc!==void 0?zc:Ss.litHtmlVersions=[]).push("2.6.1");const ex=(t,e,r)=>{var n,i;const o=(n=r?.renderBefore)!==null&&n!==void 0?n:e;let s=o._$litPart$;if(s===void 0){const a=(i=r?.renderBefore)!==null&&i!==void 0?i:null;o._$litPart$=s=new Xi(e.insertBefore(Gi(),a),a,void 0,r??{})}return s._$AI(t),s};/**
88
127
  * @license
89
128
  * Copyright 2017 Google LLC
90
129
  * SPDX-License-Identifier: BSD-3-Clause
91
- */var Oa,Aa;class de extends mn{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var e,r;const n=super.createRenderRoot();return(e=(r=this.renderOptions).renderBefore)!==null&&e!==void 0||(r.renderBefore=n.firstChild),n}update(e){const r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=Rb(r,this.renderRoot,this.renderOptions)}connectedCallback(){var e;super.connectedCallback(),(e=this._$Do)===null||e===void 0||e.setConnected(!0)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this._$Do)===null||e===void 0||e.setConnected(!1)}render(){return Hr}}de.finalized=!0,de._$litElement$=!0,(Oa=globalThis.litElementHydrateSupport)===null||Oa===void 0||Oa.call(globalThis,{LitElement:de});const c0=globalThis.litElementPolyfillSupport;c0?.({LitElement:de}),((Aa=globalThis.litElementVersions)!==null&&Aa!==void 0?Aa:globalThis.litElementVersions=[]).push("3.2.2");/**
130
+ */var Wc,Vc;class Ae extends Bn{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var e,r;const n=super.createRenderRoot();return(e=(r=this.renderOptions).renderBefore)!==null&&e!==void 0||(r.renderBefore=n.firstChild),n}update(e){const r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=ex(r,this.renderRoot,this.renderOptions)}connectedCallback(){var e;super.connectedCallback(),(e=this._$Do)===null||e===void 0||e.setConnected(!0)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this._$Do)===null||e===void 0||e.setConnected(!1)}render(){return dn}}Ae.finalized=!0,Ae._$litElement$=!0,(Wc=globalThis.litElementHydrateSupport)===null||Wc===void 0||Wc.call(globalThis,{LitElement:Ae});const Md=globalThis.litElementPolyfillSupport;Md?.({LitElement:Ae}),((Vc=globalThis.litElementVersions)!==null&&Vc!==void 0?Vc:globalThis.litElementVersions=[]).push("3.2.2");/**
92
131
  * @license
93
132
  * Copyright 2017 Google LLC
94
133
  * SPDX-License-Identifier: BSD-3-Clause
95
- */const we=t=>e=>typeof e=="function"?((r,n)=>(customElements.define(r,n),n))(t,e):((r,n)=>{const{kind:i,elements:s}=n;return{kind:i,elements:s,finisher(o){customElements.define(r,o)}}})(t,e);/**
134
+ */const Le=t=>e=>typeof e=="function"?((r,n)=>(customElements.define(r,n),n))(t,e):((r,n)=>{const{kind:i,elements:o}=n;return{kind:i,elements:o,finisher(s){customElements.define(r,s)}}})(t,e);/**
96
135
  * @license
97
136
  * Copyright 2017 Google LLC
98
137
  * SPDX-License-Identifier: BSD-3-Clause
99
- */const Nb=(t,e)=>e.kind==="method"&&e.descriptor&&!("value"in e.descriptor)?{...e,finisher(r){r.createProperty(e.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:e.key,initializer(){typeof e.initializer=="function"&&(this[e.key]=e.initializer.call(this))},finisher(r){r.createProperty(e.key,t)}};function ve(t){return(e,r)=>r!==void 0?((n,i,s)=>{i.constructor.createProperty(s,n)})(t,e,r):Nb(t,e)}/**
138
+ */const tx=(t,e)=>e.kind==="method"&&e.descriptor&&!("value"in e.descriptor)?{...e,finisher(r){r.createProperty(e.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:e.key,initializer(){typeof e.initializer=="function"&&(this[e.key]=e.initializer.call(this))},finisher(r){r.createProperty(e.key,t)}};function Be(t){return(e,r)=>r!==void 0?((n,i,o)=>{i.constructor.createProperty(o,n)})(t,e,r):tx(t,e)}/**
100
139
  * @license
101
140
  * Copyright 2017 Google LLC
102
141
  * SPDX-License-Identifier: BSD-3-Clause
103
- */function Fe(t){return ve({...t,state:!0})}/**
142
+ */function ut(t){return Be({...t,state:!0})}/**
104
143
  * @license
105
144
  * Copyright 2021 Google LLC
106
145
  * SPDX-License-Identifier: BSD-3-Clause
107
- */var $a;(($a=window.HTMLSlotElement)===null||$a===void 0?void 0:$a.prototype.assignedElements)!=null;/**
146
+ */var qc;((qc=window.HTMLSlotElement)===null||qc===void 0?void 0:qc.prototype.assignedElements)!=null;/**
108
147
  * @license
109
148
  * Copyright 2017 Google LLC
110
149
  * SPDX-License-Identifier: BSD-3-Clause
111
- */const Lb={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},Mb=t=>(...e)=>({_$litDirective$:t,values:e});class Ub{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,r,n){this._$Ct=e,this._$AM=r,this._$Ci=n}_$AS(e,r){return this.update(e,r)}update(e,r){return this.render(...r)}}/**
150
+ */const rx={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},nx=t=>(...e)=>({_$litDirective$:t,values:e});class ix{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,r,n){this._$Ct=e,this._$AM=r,this._$Ci=n}_$AS(e,r){return this.update(e,r)}update(e,r){return this.render(...r)}}/**
112
151
  * @license
113
152
  * Copyright 2018 Google LLC
114
153
  * SPDX-License-Identifier: BSD-3-Clause
115
- */const Lt=Mb(class extends Ub{constructor(t){var e;if(super(t),t.type!==Lb.ATTRIBUTE||t.name!=="class"||((e=t.strings)===null||e===void 0?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter(e=>t[e]).join(" ")+" "}update(t,[e]){var r,n;if(this.nt===void 0){this.nt=new Set,t.strings!==void 0&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter(s=>s!=="")));for(const s in e)e[s]&&!(!((r=this.st)===null||r===void 0)&&r.has(s))&&this.nt.add(s);return this.render(e)}const i=t.element.classList;this.nt.forEach(s=>{s in e||(i.remove(s),this.nt.delete(s))});for(const s in e){const o=!!e[s];o===this.nt.has(s)||!((n=this.st)===null||n===void 0)&&n.has(s)||(o?(i.add(s),this.nt.add(s)):(i.remove(s),this.nt.delete(s)))}return Hr}});function Fb(t,e){t.indexOf(e)===-1&&t.push(e)}const l0=(t,e,r)=>Math.min(Math.max(r,t),e),qt={duration:.3,delay:0,endDelay:0,repeat:0,easing:"ease"},mi=t=>typeof t=="number",_n=t=>Array.isArray(t)&&!mi(t[0]),Bb=(t,e,r)=>{const n=e-t;return((r-t)%n+n)%n+t};function jb(t,e){return _n(t)?t[Bb(0,t.length,e)]:t}const u0=(t,e,r)=>-r*t+r*e+t,h0=()=>{},nr=t=>t,Pa=(t,e,r)=>e-t===0?1:(r-t)/(e-t);function d0(t,e){const r=t[t.length-1];for(let n=1;n<=e;n++){const i=Pa(0,e,n);t.push(u0(r,1,i))}}function kb(t){const e=[0];return d0(e,t-1),e}function Hb(t,e=kb(t.length),r=nr){const n=t.length,i=n-e.length;return i>0&&d0(e,i),s=>{let o=0;for(;o<n-2&&!(s<e[o+1]);o++);let a=l0(0,1,Pa(e[o],e[o+1],s));return a=jb(r,o)(a),u0(t[o],t[o+1],a)}}const f0=t=>Array.isArray(t)&&mi(t[0]),Ta=t=>typeof t=="object"&&Boolean(t.createAnimation),zr=t=>typeof t=="function",p0=t=>typeof t=="string",En={ms:t=>t*1e3,s:t=>t/1e3};function zb(t,e){return e?t*(1e3/e):0}const g0=(t,e,r)=>(((1-3*r+3*e)*t+(3*r-6*e))*t+3*e)*t,Wb=1e-7,qb=12;function Vb(t,e,r,n,i){let s,o,a=0;do o=e+(r-e)/2,s=g0(o,n,i)-t,s>0?r=o:e=o;while(Math.abs(s)>Wb&&++a<qb);return o}function wi(t,e,r,n){if(t===e&&r===n)return nr;const i=s=>Vb(s,0,1,t,r);return s=>s===0||s===1?s:g0(i(s),e,n)}const Kb=(t,e="end")=>r=>{r=e==="end"?Math.min(r,.999):Math.max(r,.001);const n=r*t,i=e==="end"?Math.floor(n):Math.ceil(n);return l0(0,1,i/t)},m0={ease:wi(.25,.1,.25,1),"ease-in":wi(.42,0,1,1),"ease-in-out":wi(.42,0,.58,1),"ease-out":wi(0,0,.58,1)},Gb=/\((.*?)\)/;function w0(t){if(zr(t))return t;if(f0(t))return wi(...t);if(m0[t])return m0[t];if(t.startsWith("steps")){const e=Gb.exec(t);if(e){const r=e[1].split(",");return Kb(parseFloat(r[0]),r[1].trim())}}return nr}class y0{constructor(e,r=[0,1],{easing:n,duration:i=qt.duration,delay:s=qt.delay,endDelay:o=qt.endDelay,repeat:a=qt.repeat,offset:c,direction:l="normal"}={}){if(this.startTime=null,this.rate=1,this.t=0,this.cancelTimestamp=null,this.easing=nr,this.duration=0,this.totalDuration=0,this.repeat=0,this.playState="idle",this.finished=new Promise((w,m)=>{this.resolve=w,this.reject=m}),n=n||qt.easing,Ta(n)){const w=n.createAnimation(r);n=w.easing,r=w.keyframes||r,i=w.duration||i}this.repeat=a,this.easing=_n(n)?nr:w0(n),this.updateDuration(i);const p=Hb(r,c,_n(n)?n.map(w0):nr);this.tick=w=>{var m;s=s;let y=0;this.pauseTime!==void 0?y=this.pauseTime:y=(w-this.startTime)*this.rate,this.t=y,y/=1e3,y=Math.max(y-s,0),this.playState==="finished"&&this.pauseTime===void 0&&(y=this.totalDuration);const E=y/this.duration;let T=Math.floor(E),R=E%1;!R&&E>=1&&(R=1),R===1&&T--;const L=T%2;(l==="reverse"||l==="alternate"&&L||l==="alternate-reverse"&&!L)&&(R=1-R);const x=y>=this.totalDuration?1:Math.min(R,1),O=p(this.easing(x));e(O),this.pauseTime===void 0&&(this.playState==="finished"||y>=this.totalDuration+o)?(this.playState="finished",(m=this.resolve)===null||m===void 0||m.call(this,O)):this.playState!=="idle"&&(this.frameRequestId=requestAnimationFrame(this.tick))},this.play()}play(){const e=performance.now();this.playState="running",this.pauseTime!==void 0?this.startTime=e-this.pauseTime:this.startTime||(this.startTime=e),this.cancelTimestamp=this.startTime,this.pauseTime=void 0,this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState="paused",this.pauseTime=this.t}finish(){this.playState="finished",this.tick(0)}stop(){var e;this.playState="idle",this.frameRequestId!==void 0&&cancelAnimationFrame(this.frameRequestId),(e=this.reject)===null||e===void 0||e.call(this,!1)}cancel(){this.stop(),this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(e){this.duration=e,this.totalDuration=e*(this.repeat+1)}get currentTime(){return this.t}set currentTime(e){this.pauseTime!==void 0||this.rate===0?this.pauseTime=e:this.startTime=performance.now()-e/this.rate}get playbackRate(){return this.rate}set playbackRate(e){this.rate=e}}var Ra=function(){};process.env.NODE_ENV!=="production"&&(Ra=function(t,e){if(!t)throw new Error(e)});class Zb{setAnimation(e){this.animation=e,e?.finished.then(()=>this.clearAnimation()).catch(()=>{})}clearAnimation(){this.animation=this.generator=void 0}}const Na=new WeakMap;function b0(t){return Na.has(t)||Na.set(t,{transforms:[],values:new Map}),Na.get(t)}function Yb(t,e){return t.has(e)||t.set(e,new Zb),t.get(e)}const Jb=["","X","Y","Z"],Xb=["translate","scale","rotate","skew"],Es={x:"translateX",y:"translateY",z:"translateZ"},v0={syntax:"<angle>",initialValue:"0deg",toDefaultUnit:t=>t+"deg"},Qb={translate:{syntax:"<length-percentage>",initialValue:"0px",toDefaultUnit:t=>t+"px"},rotate:v0,scale:{syntax:"<number>",initialValue:1,toDefaultUnit:nr},skew:v0},xn=new Map,La=t=>`--motion-${t}`,xs=["x","y","z"];Xb.forEach(t=>{Jb.forEach(e=>{xs.push(t+e),xn.set(La(t+e),Qb[t])})});const ev=(t,e)=>xs.indexOf(t)-xs.indexOf(e),tv=new Set(xs),_0=t=>tv.has(t),rv=(t,e)=>{Es[e]&&(e=Es[e]);const{transforms:r}=b0(t);Fb(r,e),t.style.transform=nv(r)},nv=t=>t.sort(ev).reduce(iv,"").trim(),iv=(t,e)=>`${t} ${e}(var(${La(e)}))`,Ma=t=>t.startsWith("--"),E0=new Set;function sv(t){if(!E0.has(t)){E0.add(t);try{const{syntax:e,initialValue:r}=xn.has(t)?xn.get(t):{};CSS.registerProperty({name:t,inherits:!1,syntax:e,initialValue:r})}catch{}}}const Ua=(t,e)=>document.createElement("div").animate(t,e),x0={cssRegisterProperty:()=>typeof CSS<"u"&&Object.hasOwnProperty.call(CSS,"registerProperty"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,"animate"),partialKeyframes:()=>{try{Ua({opacity:[1]})}catch{return!1}return!0},finished:()=>Boolean(Ua({opacity:[0,1]},{duration:.001}).finished),linearEasing:()=>{try{Ua({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0}},Fa={},Cn={};for(const t in x0)Cn[t]=()=>(Fa[t]===void 0&&(Fa[t]=x0[t]()),Fa[t]);const ov=.015,av=(t,e)=>{let r="";const n=Math.round(e/ov);for(let i=0;i<n;i++)r+=t(Pa(0,n-1,i))+", ";return r.substring(0,r.length-2)},C0=(t,e)=>zr(t)?Cn.linearEasing()?`linear(${av(t,e)})`:qt.easing:f0(t)?cv(t):t,cv=([t,e,r,n])=>`cubic-bezier(${t}, ${e}, ${r}, ${n})`;function lv(t,e){for(let r=0;r<t.length;r++)t[r]===null&&(t[r]=r?t[r-1]:e());return t}const uv=t=>Array.isArray(t)?t:[t];function Cs(t){return Es[t]&&(t=Es[t]),_0(t)?La(t):t}const Ss={get:(t,e)=>{e=Cs(e);let r=Ma(e)?t.style.getPropertyValue(e):getComputedStyle(t)[e];if(!r&&r!==0){const n=xn.get(e);n&&(r=n.initialValue)}return r},set:(t,e,r)=>{e=Cs(e),Ma(e)?t.style.setProperty(e,r):t.style[e]=r}};function S0(t,e=!0){if(!(!t||t.playState==="finished"))try{t.stop?t.stop():(e&&t.commitStyles(),t.cancel())}catch{}}function D0(t,e){var r;let n=e?.toDefaultUnit||nr;const i=t[t.length-1];if(p0(i)){const s=((r=i.match(/(-?[\d.]+)([a-z%]*)/))===null||r===void 0?void 0:r[2])||"";s&&(n=o=>o+s)}return n}function hv(){return window.__MOTION_DEV_TOOLS_RECORD}function dv(t,e,r,n={},i){const s=hv(),o=n.record!==!1&&s;let a,{duration:c=qt.duration,delay:l=qt.delay,endDelay:p=qt.endDelay,repeat:w=qt.repeat,easing:m=qt.easing,persist:y=!1,direction:E,offset:T,allowWebkitAcceleration:R=!1}=n;const L=b0(t),x=_0(e);let O=Cn.waapi();x&&rv(t,e);const _=Cs(e),D=Yb(L.values,_),I=xn.get(_);return S0(D.animation,!(Ta(m)&&D.generator)&&n.record!==!1),()=>{const h=()=>{var j,q;return(q=(j=Ss.get(t,_))!==null&&j!==void 0?j:I?.initialValue)!==null&&q!==void 0?q:0};let v=lv(uv(r),h);const H=D0(v,I);if(Ta(m)){const j=m.createAnimation(v,e!=="opacity",h,_,D);m=j.easing,v=j.keyframes||v,c=j.duration||c}if(Ma(_)&&(Cn.cssRegisterProperty()?sv(_):O=!1),x&&!Cn.linearEasing()&&(zr(m)||_n(m)&&m.some(zr))&&(O=!1),O){I&&(v=v.map(X=>mi(X)?I.toDefaultUnit(X):X)),v.length===1&&(!Cn.partialKeyframes()||o)&&v.unshift(h());const j={delay:En.ms(l),duration:En.ms(c),endDelay:En.ms(p),easing:_n(m)?void 0:C0(m,c),direction:E,iterations:w+1,fill:"both"};a=t.animate({[_]:v,offset:T,easing:_n(m)?m.map(X=>C0(X,c)):void 0},j),a.finished||(a.finished=new Promise((X,re)=>{a.onfinish=X,a.oncancel=re}));const q=v[v.length-1];a.finished.then(()=>{y||(Ss.set(t,_,q),a.cancel())}).catch(h0),R||(a.playbackRate=1.000001)}else if(i&&x)v=v.map(j=>typeof j=="string"?parseFloat(j):j),v.length===1&&v.unshift(parseFloat(h())),a=new i(j=>{Ss.set(t,_,H?H(j):j)},v,Object.assign(Object.assign({},n),{duration:c,easing:m}));else{const j=v[v.length-1];Ss.set(t,_,I&&mi(j)?I.toDefaultUnit(j):j)}return o&&s(t,e,v,{duration:c,delay:l,easing:m,repeat:w,offset:T},"motion-one"),D.setAnimation(a),a}}const fv=(t,e)=>t[e]?Object.assign(Object.assign({},t),t[e]):Object.assign({},t);function I0(t,e){var r;return typeof t=="string"?e?((r=e[t])!==null&&r!==void 0||(e[t]=document.querySelectorAll(t)),t=e[t]):t=document.querySelectorAll(t):t instanceof Element&&(t=[t]),Array.from(t||[])}const pv=t=>t(),O0=(t,e,r=qt.duration)=>new Proxy({animations:t.map(pv).filter(Boolean),duration:r,options:e},mv),gv=t=>t.animations[0],mv={get:(t,e)=>{const r=gv(t);switch(e){case"duration":return t.duration;case"currentTime":return En.s(r?.[e]||0);case"playbackRate":case"playState":return r?.[e];case"finished":return t.finished||(t.finished=Promise.all(t.animations.map(wv)).catch(h0)),t.finished;case"stop":return()=>{t.animations.forEach(n=>S0(n))};case"forEachNative":return n=>{t.animations.forEach(i=>n(i,t))};default:return typeof r?.[e]>"u"?void 0:()=>t.animations.forEach(n=>n[e]())}},set:(t,e,r)=>{switch(e){case"currentTime":r=En.ms(r);case"currentTime":case"playbackRate":for(let n=0;n<t.animations.length;n++)t.animations[n][e]=r;return!0}return!1}},wv=t=>t.finished;function yv(t,e,r){return zr(t)?t(e,r):t}function bv(t){return function(r,n,i={}){r=I0(r);const s=r.length;Ra(Boolean(s),"No valid element provided."),Ra(Boolean(n),"No keyframes defined.");const o=[];for(let a=0;a<s;a++){const c=r[a];for(const l in n){const p=fv(i,l);p.delay=yv(p.delay,a,s);const w=dv(c,l,n[l],p,t);o.push(w)}}return O0(o,i,i.duration)}}const vv=bv(y0);function _v(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}const Ev=5;function A0(t,e,r){const n=Math.max(e-Ev,0);return zb(r-t(n),e-n)}const Sn={stiffness:100,damping:10,mass:1},xv=(t=Sn.stiffness,e=Sn.damping,r=Sn.mass)=>e/(2*Math.sqrt(t*r));function Cv(t,e,r){return t<e&&r>=e||t>e&&r<=e}const Sv=({stiffness:t=Sn.stiffness,damping:e=Sn.damping,mass:r=Sn.mass,from:n=0,to:i=1,velocity:s=0,restSpeed:o=2,restDistance:a=.5}={})=>{s=s?En.s(s):0;const c={done:!1,hasReachedTarget:!1,current:n,target:i},l=i-n,p=Math.sqrt(t/r)/1e3,w=xv(t,e,r);let m;if(w<1){const y=p*Math.sqrt(1-w*w);m=E=>i-Math.exp(-w*p*E)*((-s+w*p*l)/y*Math.sin(y*E)+l*Math.cos(y*E))}else m=y=>i-Math.exp(-p*y)*(l+(-s+p*l)*y);return y=>{c.current=m(y);const E=y===0?s:A0(m,y,c.current),T=Math.abs(E)<=o,R=Math.abs(i-c.current)<=a;return c.done=T&&R,c.hasReachedTarget=Cv(n,i,c.current),c}},Ba=10,Dv=1e4;function Iv(t,e=nr){let r,n=Ba,i=t(0);const s=[e(i.current)];for(;!i.done&&n<Dv;)i=t(n),s.push(e(i.done?i.target:i.current)),r===void 0&&i.hasReachedTarget&&(r=n),n+=Ba;const o=n-Ba;return s.length===1&&s.push(i.current),{keyframes:s,duration:o/1e3,overshootDuration:(r??o)/1e3}}function $0(t){return mi(t)&&!isNaN(t)}function ja(t){return p0(t)?parseFloat(t):t}function Ov(t){const e=new WeakMap;return(r={})=>{const n=new Map,i=(o=0,a=100,c=0,l=!1)=>{const p=`${o}-${a}-${c}-${l}`;return n.has(p)||n.set(p,t(Object.assign({from:o,to:a,velocity:c,restSpeed:l?.05:2,restDistance:l?.01:.5},r))),n.get(p)},s=(o,a)=>(e.has(o)||e.set(o,Iv(o,a)),e.get(o));return{createAnimation:(o,a=!0,c,l,p)=>{let w,m,y,E=0,T=nr;const R=o.length;if(a){T=D0(o,l?xn.get(Cs(l)):void 0);const L=o[R-1];if(y=ja(L),R>1&&o[0]!==null)m=ja(o[0]);else{const x=p?.generator;if(x){const{animation:O,generatorStartTime:_}=p,D=O?.startTime||_||0,I=O?.currentTime||performance.now()-D,h=x(I).current;m=h,E=A0(v=>x(v).current,I,h)}else c&&(m=ja(c()))}}if($0(m)&&$0(y)){const L=i(m,y,E,l?.includes("scale"));w=Object.assign(Object.assign({},s(L,T)),{easing:"linear"}),p&&(p.generator=L,p.generatorStartTime=performance.now())}return w||(w={easing:"ease",duration:s(i(0,100)).overshootDuration}),w}}}}const Ds=Ov(Sv),Av={any:0,all:1};function $v(t,e,{root:r,margin:n,amount:i="any"}={}){if(typeof IntersectionObserver>"u")return()=>{};const s=I0(t),o=new WeakMap,a=l=>{l.forEach(p=>{const w=o.get(p.target);if(p.isIntersecting!==Boolean(w))if(p.isIntersecting){const m=e(p);zr(m)?o.set(p.target,m):c.unobserve(p.target)}else w&&(w(p),o.delete(p.target))})},c=new IntersectionObserver(a,{root:r,rootMargin:n,threshold:typeof i=="number"?i:Av[i]});return s.forEach(l=>c.observe(l)),()=>c.disconnect()}function ka(t,e,r){t.dispatchEvent(new CustomEvent(e,{detail:{originalEvent:r}}))}function P0(t,e,r){t.dispatchEvent(new CustomEvent(e,{detail:{originalEntry:r}}))}const Pv={isActive:t=>Boolean(t.inView),subscribe:(t,{enable:e,disable:r},{inViewOptions:n={}})=>{const{once:i}=n,s=_v(n,["once"]);return $v(t,o=>{if(e(),P0(t,"viewenter",o),!i)return a=>{r(),P0(t,"viewleave",a)}},s)}},T0=(t,e,r)=>n=>{n.pointerType&&n.pointerType!=="mouse"||(r(),ka(t,e,n))};[...Object.keys({inView:Pv,hover:{isActive:t=>Boolean(t.hover),subscribe:(t,{enable:e,disable:r})=>{const n=T0(t,"hoverstart",e),i=T0(t,"hoverend",r);return t.addEventListener("pointerenter",n),t.addEventListener("pointerleave",i),()=>{t.removeEventListener("pointerenter",n),t.removeEventListener("pointerleave",i)}}},press:{isActive:t=>Boolean(t.press),subscribe:(t,{enable:e,disable:r})=>{const n=s=>{r(),ka(t,"pressend",s),window.removeEventListener("pointerup",n)},i=s=>{e(),ka(t,"pressstart",s),window.addEventListener("pointerup",n)};return t.addEventListener("pointerdown",i),()=>{t.removeEventListener("pointerdown",i),window.removeEventListener("pointerup",n)}}}})];function Tv(t,e={}){return O0([()=>{const r=new y0(t,[0,1],e);return r.finished.catch(()=>{}),r}],e,e.duration)}function _r(t,e,r){return(zr(t)?Tv:vv)(t,e,r)}/**
154
+ */const tr=nx(class extends ix{constructor(t){var e;if(super(t),t.type!==rx.ATTRIBUTE||t.name!=="class"||((e=t.strings)===null||e===void 0?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter(e=>t[e]).join(" ")+" "}update(t,[e]){var r,n;if(this.nt===void 0){this.nt=new Set,t.strings!==void 0&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter(o=>o!=="")));for(const o in e)e[o]&&!(!((r=this.st)===null||r===void 0)&&r.has(o))&&this.nt.add(o);return this.render(e)}const i=t.element.classList;this.nt.forEach(o=>{o in e||(i.remove(o),this.nt.delete(o))});for(const o in e){const s=!!e[o];s===this.nt.has(o)||!((n=this.st)===null||n===void 0)&&n.has(o)||(s?(i.add(o),this.nt.add(o)):(i.remove(o),this.nt.delete(o)))}return dn}});function ox(t,e){t.indexOf(e)===-1&&t.push(e)}const Ud=(t,e,r)=>Math.min(Math.max(r,t),e),hr={duration:.3,delay:0,endDelay:0,repeat:0,easing:"ease"},Qi=t=>typeof t=="number",Vn=t=>Array.isArray(t)&&!Qi(t[0]),sx=(t,e,r)=>{const n=e-t;return((r-t)%n+n)%n+t};function ax(t,e){return Vn(t)?t[sx(0,t.length,e)]:t}const jd=(t,e,r)=>-r*t+r*e+t,Bd=()=>{},Er=t=>t,Kc=(t,e,r)=>e-t===0?1:(r-t)/(e-t);function kd(t,e){const r=t[t.length-1];for(let n=1;n<=e;n++){const i=Kc(0,e,n);t.push(jd(r,1,i))}}function cx(t){const e=[0];return kd(e,t-1),e}function lx(t,e=cx(t.length),r=Er){const n=t.length,i=n-e.length;return i>0&&kd(e,i),o=>{let s=0;for(;s<n-2&&!(o<e[s+1]);s++);let a=Ud(0,1,Kc(e[s],e[s+1],o));return a=ax(r,s)(a),jd(t[s],t[s+1],a)}}const Hd=t=>Array.isArray(t)&&Qi(t[0]),Gc=t=>typeof t=="object"&&Boolean(t.createAnimation),pn=t=>typeof t=="function",zd=t=>typeof t=="string",qn={ms:t=>t*1e3,s:t=>t/1e3};function ux(t,e){return e?t*(1e3/e):0}const Wd=(t,e,r)=>(((1-3*r+3*e)*t+(3*r-6*e))*t+3*e)*t,hx=1e-7,fx=12;function dx(t,e,r,n,i){let o,s,a=0;do s=e+(r-e)/2,o=Wd(s,n,i)-t,o>0?r=s:e=s;while(Math.abs(o)>hx&&++a<fx);return s}function eo(t,e,r,n){if(t===e&&r===n)return Er;const i=o=>dx(o,0,1,t,r);return o=>o===0||o===1?o:Wd(i(o),e,n)}const px=(t,e="end")=>r=>{r=e==="end"?Math.min(r,.999):Math.max(r,.001);const n=r*t,i=e==="end"?Math.floor(n):Math.ceil(n);return Ud(0,1,i/t)},Vd={ease:eo(.25,.1,.25,1),"ease-in":eo(.42,0,1,1),"ease-in-out":eo(.42,0,.58,1),"ease-out":eo(0,0,.58,1)},gx=/\((.*?)\)/;function qd(t){if(pn(t))return t;if(Hd(t))return eo(...t);if(Vd[t])return Vd[t];if(t.startsWith("steps")){const e=gx.exec(t);if(e){const r=e[1].split(",");return px(parseFloat(r[0]),r[1].trim())}}return Er}class Kd{constructor(e,r=[0,1],{easing:n,duration:i=hr.duration,delay:o=hr.delay,endDelay:s=hr.endDelay,repeat:a=hr.repeat,offset:l,direction:u="normal"}={}){if(this.startTime=null,this.rate=1,this.t=0,this.cancelTimestamp=null,this.easing=Er,this.duration=0,this.totalDuration=0,this.repeat=0,this.playState="idle",this.finished=new Promise((y,m)=>{this.resolve=y,this.reject=m}),n=n||hr.easing,Gc(n)){const y=n.createAnimation(r);n=y.easing,r=y.keyframes||r,i=y.duration||i}this.repeat=a,this.easing=Vn(n)?Er:qd(n),this.updateDuration(i);const d=lx(r,l,Vn(n)?n.map(qd):Er);this.tick=y=>{var m;o=o;let w=0;this.pauseTime!==void 0?w=this.pauseTime:w=(y-this.startTime)*this.rate,this.t=w,w/=1e3,w=Math.max(w-o,0),this.playState==="finished"&&this.pauseTime===void 0&&(w=this.totalDuration);const _=w/this.duration;let R=Math.floor(_),M=_%1;!M&&_>=1&&(M=1),M===1&&R--;const j=R%2;(u==="reverse"||u==="alternate"&&j||u==="alternate-reverse"&&!j)&&(M=1-M);const D=w>=this.totalDuration?1:Math.min(M,1),N=d(this.easing(D));e(N),this.pauseTime===void 0&&(this.playState==="finished"||w>=this.totalDuration+s)?(this.playState="finished",(m=this.resolve)===null||m===void 0||m.call(this,N)):this.playState!=="idle"&&(this.frameRequestId=requestAnimationFrame(this.tick))},this.play()}play(){const e=performance.now();this.playState="running",this.pauseTime!==void 0?this.startTime=e-this.pauseTime:this.startTime||(this.startTime=e),this.cancelTimestamp=this.startTime,this.pauseTime=void 0,this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState="paused",this.pauseTime=this.t}finish(){this.playState="finished",this.tick(0)}stop(){var e;this.playState="idle",this.frameRequestId!==void 0&&cancelAnimationFrame(this.frameRequestId),(e=this.reject)===null||e===void 0||e.call(this,!1)}cancel(){this.stop(),this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(e){this.duration=e,this.totalDuration=e*(this.repeat+1)}get currentTime(){return this.t}set currentTime(e){this.pauseTime!==void 0||this.rate===0?this.pauseTime=e:this.startTime=performance.now()-e/this.rate}get playbackRate(){return this.rate}set playbackRate(e){this.rate=e}}var Yc=function(){};process.env.NODE_ENV!=="production"&&(Yc=function(t,e){if(!t)throw new Error(e)});class mx{setAnimation(e){this.animation=e,e?.finished.then(()=>this.clearAnimation()).catch(()=>{})}clearAnimation(){this.animation=this.generator=void 0}}const Zc=new WeakMap;function Gd(t){return Zc.has(t)||Zc.set(t,{transforms:[],values:new Map}),Zc.get(t)}function yx(t,e){return t.has(e)||t.set(e,new mx),t.get(e)}const bx=["","X","Y","Z"],wx=["translate","scale","rotate","skew"],Os={x:"translateX",y:"translateY",z:"translateZ"},Yd={syntax:"<angle>",initialValue:"0deg",toDefaultUnit:t=>t+"deg"},vx={translate:{syntax:"<length-percentage>",initialValue:"0px",toDefaultUnit:t=>t+"px"},rotate:Yd,scale:{syntax:"<number>",initialValue:1,toDefaultUnit:Er},skew:Yd},Kn=new Map,Jc=t=>`--motion-${t}`,As=["x","y","z"];wx.forEach(t=>{bx.forEach(e=>{As.push(t+e),Kn.set(Jc(t+e),vx[t])})});const _x=(t,e)=>As.indexOf(t)-As.indexOf(e),Ex=new Set(As),Zd=t=>Ex.has(t),xx=(t,e)=>{Os[e]&&(e=Os[e]);const{transforms:r}=Gd(t);ox(r,e),t.style.transform=Sx(r)},Sx=t=>t.sort(_x).reduce(Cx,"").trim(),Cx=(t,e)=>`${t} ${e}(var(${Jc(e)}))`,Xc=t=>t.startsWith("--"),Jd=new Set;function Ox(t){if(!Jd.has(t)){Jd.add(t);try{const{syntax:e,initialValue:r}=Kn.has(t)?Kn.get(t):{};CSS.registerProperty({name:t,inherits:!1,syntax:e,initialValue:r})}catch{}}}const Qc=(t,e)=>document.createElement("div").animate(t,e),Xd={cssRegisterProperty:()=>typeof CSS<"u"&&Object.hasOwnProperty.call(CSS,"registerProperty"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,"animate"),partialKeyframes:()=>{try{Qc({opacity:[1]})}catch{return!1}return!0},finished:()=>Boolean(Qc({opacity:[0,1]},{duration:.001}).finished),linearEasing:()=>{try{Qc({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0}},el={},Gn={};for(const t in Xd)Gn[t]=()=>(el[t]===void 0&&(el[t]=Xd[t]()),el[t]);const Ax=.015,Ix=(t,e)=>{let r="";const n=Math.round(e/Ax);for(let i=0;i<n;i++)r+=t(Kc(0,n-1,i))+", ";return r.substring(0,r.length-2)},Qd=(t,e)=>pn(t)?Gn.linearEasing()?`linear(${Ix(t,e)})`:hr.easing:Hd(t)?Dx(t):t,Dx=([t,e,r,n])=>`cubic-bezier(${t}, ${e}, ${r}, ${n})`;function $x(t,e){for(let r=0;r<t.length;r++)t[r]===null&&(t[r]=r?t[r-1]:e());return t}const Fx=t=>Array.isArray(t)?t:[t];function Is(t){return Os[t]&&(t=Os[t]),Zd(t)?Jc(t):t}const Ds={get:(t,e)=>{e=Is(e);let r=Xc(e)?t.style.getPropertyValue(e):getComputedStyle(t)[e];if(!r&&r!==0){const n=Kn.get(e);n&&(r=n.initialValue)}return r},set:(t,e,r)=>{e=Is(e),Xc(e)?t.style.setProperty(e,r):t.style[e]=r}};function ep(t,e=!0){if(!(!t||t.playState==="finished"))try{t.stop?t.stop():(e&&t.commitStyles(),t.cancel())}catch{}}function tp(t,e){var r;let n=e?.toDefaultUnit||Er;const i=t[t.length-1];if(zd(i)){const o=((r=i.match(/(-?[\d.]+)([a-z%]*)/))===null||r===void 0?void 0:r[2])||"";o&&(n=s=>s+o)}return n}function Px(){return window.__MOTION_DEV_TOOLS_RECORD}function Tx(t,e,r,n={},i){const o=Px(),s=n.record!==!1&&o;let a,{duration:l=hr.duration,delay:u=hr.delay,endDelay:d=hr.endDelay,repeat:y=hr.repeat,easing:m=hr.easing,persist:w=!1,direction:_,offset:R,allowWebkitAcceleration:M=!1}=n;const j=Gd(t),D=Zd(e);let N=Gn.waapi();D&&xx(t,e);const S=Is(e),$=yx(j.values,S),P=Kn.get(S);return ep($.animation,!(Gc(m)&&$.generator)&&n.record!==!1),()=>{const h=()=>{var z,Y;return(Y=(z=Ds.get(t,S))!==null&&z!==void 0?z:P?.initialValue)!==null&&Y!==void 0?Y:0};let C=$x(Fx(r),h);const q=tp(C,P);if(Gc(m)){const z=m.createAnimation(C,e!=="opacity",h,S,$);m=z.easing,C=z.keyframes||C,l=z.duration||l}if(Xc(S)&&(Gn.cssRegisterProperty()?Ox(S):N=!1),D&&!Gn.linearEasing()&&(pn(m)||Vn(m)&&m.some(pn))&&(N=!1),N){P&&(C=C.map(re=>Qi(re)?P.toDefaultUnit(re):re)),C.length===1&&(!Gn.partialKeyframes()||s)&&C.unshift(h());const z={delay:qn.ms(u),duration:qn.ms(l),endDelay:qn.ms(d),easing:Vn(m)?void 0:Qd(m,l),direction:_,iterations:y+1,fill:"both"};a=t.animate({[S]:C,offset:R,easing:Vn(m)?m.map(re=>Qd(re,l)):void 0},z),a.finished||(a.finished=new Promise((re,ie)=>{a.onfinish=re,a.oncancel=ie}));const Y=C[C.length-1];a.finished.then(()=>{w||(Ds.set(t,S,Y),a.cancel())}).catch(Bd),M||(a.playbackRate=1.000001)}else if(i&&D)C=C.map(z=>typeof z=="string"?parseFloat(z):z),C.length===1&&C.unshift(parseFloat(h())),a=new i(z=>{Ds.set(t,S,q?q(z):z)},C,Object.assign(Object.assign({},n),{duration:l,easing:m}));else{const z=C[C.length-1];Ds.set(t,S,P&&Qi(z)?P.toDefaultUnit(z):z)}return s&&o(t,e,C,{duration:l,delay:u,easing:m,repeat:y,offset:R},"motion-one"),$.setAnimation(a),a}}const Nx=(t,e)=>t[e]?Object.assign(Object.assign({},t),t[e]):Object.assign({},t);function rp(t,e){var r;return typeof t=="string"?e?((r=e[t])!==null&&r!==void 0||(e[t]=document.querySelectorAll(t)),t=e[t]):t=document.querySelectorAll(t):t instanceof Element&&(t=[t]),Array.from(t||[])}const Rx=t=>t(),np=(t,e,r=hr.duration)=>new Proxy({animations:t.map(Rx).filter(Boolean),duration:r,options:e},Mx),Lx=t=>t.animations[0],Mx={get:(t,e)=>{const r=Lx(t);switch(e){case"duration":return t.duration;case"currentTime":return qn.s(r?.[e]||0);case"playbackRate":case"playState":return r?.[e];case"finished":return t.finished||(t.finished=Promise.all(t.animations.map(Ux)).catch(Bd)),t.finished;case"stop":return()=>{t.animations.forEach(n=>ep(n))};case"forEachNative":return n=>{t.animations.forEach(i=>n(i,t))};default:return typeof r?.[e]>"u"?void 0:()=>t.animations.forEach(n=>n[e]())}},set:(t,e,r)=>{switch(e){case"currentTime":r=qn.ms(r);case"currentTime":case"playbackRate":for(let n=0;n<t.animations.length;n++)t.animations[n][e]=r;return!0}return!1}},Ux=t=>t.finished;function jx(t,e,r){return pn(t)?t(e,r):t}function Bx(t){return function(r,n,i={}){r=rp(r);const o=r.length;Yc(Boolean(o),"No valid element provided."),Yc(Boolean(n),"No keyframes defined.");const s=[];for(let a=0;a<o;a++){const l=r[a];for(const u in n){const d=Nx(i,u);d.delay=jx(d.delay,a,o);const y=Tx(l,u,n[u],d,t);s.push(y)}}return np(s,i,i.duration)}}const kx=Bx(Kd);function Hx(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}const zx=5;function ip(t,e,r){const n=Math.max(e-zx,0);return ux(r-t(n),e-n)}const Yn={stiffness:100,damping:10,mass:1},Wx=(t=Yn.stiffness,e=Yn.damping,r=Yn.mass)=>e/(2*Math.sqrt(t*r));function Vx(t,e,r){return t<e&&r>=e||t>e&&r<=e}const qx=({stiffness:t=Yn.stiffness,damping:e=Yn.damping,mass:r=Yn.mass,from:n=0,to:i=1,velocity:o=0,restSpeed:s=2,restDistance:a=.5}={})=>{o=o?qn.s(o):0;const l={done:!1,hasReachedTarget:!1,current:n,target:i},u=i-n,d=Math.sqrt(t/r)/1e3,y=Wx(t,e,r);let m;if(y<1){const w=d*Math.sqrt(1-y*y);m=_=>i-Math.exp(-y*d*_)*((-o+y*d*u)/w*Math.sin(w*_)+u*Math.cos(w*_))}else m=w=>i-Math.exp(-d*w)*(u+(-o+d*u)*w);return w=>{l.current=m(w);const _=w===0?o:ip(m,w,l.current),R=Math.abs(_)<=s,M=Math.abs(i-l.current)<=a;return l.done=R&&M,l.hasReachedTarget=Vx(n,i,l.current),l}},tl=10,Kx=1e4;function Gx(t,e=Er){let r,n=tl,i=t(0);const o=[e(i.current)];for(;!i.done&&n<Kx;)i=t(n),o.push(e(i.done?i.target:i.current)),r===void 0&&i.hasReachedTarget&&(r=n),n+=tl;const s=n-tl;return o.length===1&&o.push(i.current),{keyframes:o,duration:s/1e3,overshootDuration:(r??s)/1e3}}function op(t){return Qi(t)&&!isNaN(t)}function rl(t){return zd(t)?parseFloat(t):t}function Yx(t){const e=new WeakMap;return(r={})=>{const n=new Map,i=(s=0,a=100,l=0,u=!1)=>{const d=`${s}-${a}-${l}-${u}`;return n.has(d)||n.set(d,t(Object.assign({from:s,to:a,velocity:l,restSpeed:u?.05:2,restDistance:u?.01:.5},r))),n.get(d)},o=(s,a)=>(e.has(s)||e.set(s,Gx(s,a)),e.get(s));return{createAnimation:(s,a=!0,l,u,d)=>{let y,m,w,_=0,R=Er;const M=s.length;if(a){R=tp(s,u?Kn.get(Is(u)):void 0);const j=s[M-1];if(w=rl(j),M>1&&s[0]!==null)m=rl(s[0]);else{const D=d?.generator;if(D){const{animation:N,generatorStartTime:S}=d,$=N?.startTime||S||0,P=N?.currentTime||performance.now()-$,h=D(P).current;m=h,_=ip(C=>D(C).current,P,h)}else l&&(m=rl(l()))}}if(op(m)&&op(w)){const j=i(m,w,_,u?.includes("scale"));y=Object.assign(Object.assign({},o(j,R)),{easing:"linear"}),d&&(d.generator=j,d.generatorStartTime=performance.now())}return y||(y={easing:"ease",duration:o(i(0,100)).overshootDuration}),y}}}}const $s=Yx(qx),Zx={any:0,all:1};function Jx(t,e,{root:r,margin:n,amount:i="any"}={}){if(typeof IntersectionObserver>"u")return()=>{};const o=rp(t),s=new WeakMap,a=u=>{u.forEach(d=>{const y=s.get(d.target);if(d.isIntersecting!==Boolean(y))if(d.isIntersecting){const m=e(d);pn(m)?s.set(d.target,m):l.unobserve(d.target)}else y&&(y(d),s.delete(d.target))})},l=new IntersectionObserver(a,{root:r,rootMargin:n,threshold:typeof i=="number"?i:Zx[i]});return o.forEach(u=>l.observe(u)),()=>l.disconnect()}function nl(t,e,r){t.dispatchEvent(new CustomEvent(e,{detail:{originalEvent:r}}))}function sp(t,e,r){t.dispatchEvent(new CustomEvent(e,{detail:{originalEntry:r}}))}const Xx={isActive:t=>Boolean(t.inView),subscribe:(t,{enable:e,disable:r},{inViewOptions:n={}})=>{const{once:i}=n,o=Hx(n,["once"]);return Jx(t,s=>{if(e(),sp(t,"viewenter",s),!i)return a=>{r(),sp(t,"viewleave",a)}},o)}},ap=(t,e,r)=>n=>{n.pointerType&&n.pointerType!=="mouse"||(r(),nl(t,e,n))};[...Object.keys({inView:Xx,hover:{isActive:t=>Boolean(t.hover),subscribe:(t,{enable:e,disable:r})=>{const n=ap(t,"hoverstart",e),i=ap(t,"hoverend",r);return t.addEventListener("pointerenter",n),t.addEventListener("pointerleave",i),()=>{t.removeEventListener("pointerenter",n),t.removeEventListener("pointerleave",i)}}},press:{isActive:t=>Boolean(t.press),subscribe:(t,{enable:e,disable:r})=>{const n=o=>{r(),nl(t,"pressend",o),window.removeEventListener("pointerup",n)},i=o=>{e(),nl(t,"pressstart",o),window.addEventListener("pointerup",n)};return t.addEventListener("pointerdown",i),()=>{t.removeEventListener("pointerdown",i),window.removeEventListener("pointerup",n)}}}})];function Qx(t,e={}){return np([()=>{const r=new Kd(t,[0,1],e);return r.finished.catch(()=>{}),r}],e,e.duration)}function Vr(t,e,r){return(pn(t)?Qx:kx)(t,e,r)}/**
116
155
  * @license
117
156
  * Copyright 2018 Google LLC
118
157
  * SPDX-License-Identifier: BSD-3-Clause
119
- */const Ft=t=>t??ct;var yi={},Rv=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then},R0={},Bt={};let Ha;const Nv=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];Bt.getSymbolSize=function(e){if(!e)throw new Error('"version" cannot be null or undefined');if(e<1||e>40)throw new Error('"version" should be in range from 1 to 40');return e*4+17},Bt.getSymbolTotalCodewords=function(e){return Nv[e]},Bt.getBCHDigit=function(t){let e=0;for(;t!==0;)e++,t>>>=1;return e},Bt.setToSJISFunction=function(e){if(typeof e!="function")throw new Error('"toSJISFunc" is not a valid function.');Ha=e},Bt.isKanjiModeEnabled=function(){return typeof Ha<"u"},Bt.toSJIS=function(e){return Ha(e)};var Is={};(function(t){t.L={bit:1},t.M={bit:0},t.Q={bit:3},t.H={bit:2};function e(r){if(typeof r!="string")throw new Error("Param is not a string");switch(r.toLowerCase()){case"l":case"low":return t.L;case"m":case"medium":return t.M;case"q":case"quartile":return t.Q;case"h":case"high":return t.H;default:throw new Error("Unknown EC Level: "+r)}}t.isValid=function(n){return n&&typeof n.bit<"u"&&n.bit>=0&&n.bit<4},t.from=function(n,i){if(t.isValid(n))return n;try{return e(n)}catch{return i}}})(Is);function N0(){this.buffer=[],this.length=0}N0.prototype={get:function(t){const e=Math.floor(t/8);return(this.buffer[e]>>>7-t%8&1)===1},put:function(t,e){for(let r=0;r<e;r++)this.putBit((t>>>e-r-1&1)===1)},getLengthInBits:function(){return this.length},putBit:function(t){const e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}};var Lv=N0;function bi(t){if(!t||t<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}bi.prototype.set=function(t,e,r,n){const i=t*this.size+e;this.data[i]=r,n&&(this.reservedBit[i]=!0)},bi.prototype.get=function(t,e){return this.data[t*this.size+e]},bi.prototype.xor=function(t,e,r){this.data[t*this.size+e]^=r},bi.prototype.isReserved=function(t,e){return this.reservedBit[t*this.size+e]};var Mv=bi,L0={};(function(t){const e=Bt.getSymbolSize;t.getRowColCoords=function(n){if(n===1)return[];const i=Math.floor(n/7)+2,s=e(n),o=s===145?26:Math.ceil((s-13)/(2*i-2))*2,a=[s-7];for(let c=1;c<i-1;c++)a[c]=a[c-1]-o;return a.push(6),a.reverse()},t.getPositions=function(n){const i=[],s=t.getRowColCoords(n),o=s.length;for(let a=0;a<o;a++)for(let c=0;c<o;c++)a===0&&c===0||a===0&&c===o-1||a===o-1&&c===0||i.push([s[a],s[c]]);return i}})(L0);var M0={};const Uv=Bt.getSymbolSize,U0=7;M0.getPositions=function(e){const r=Uv(e);return[[0,0],[r-U0,0],[0,r-U0]]};var F0={};(function(t){t.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const e={N1:3,N2:3,N3:40,N4:10};t.isValid=function(i){return i!=null&&i!==""&&!isNaN(i)&&i>=0&&i<=7},t.from=function(i){return t.isValid(i)?parseInt(i,10):void 0},t.getPenaltyN1=function(i){const s=i.size;let o=0,a=0,c=0,l=null,p=null;for(let w=0;w<s;w++){a=c=0,l=p=null;for(let m=0;m<s;m++){let y=i.get(w,m);y===l?a++:(a>=5&&(o+=e.N1+(a-5)),l=y,a=1),y=i.get(m,w),y===p?c++:(c>=5&&(o+=e.N1+(c-5)),p=y,c=1)}a>=5&&(o+=e.N1+(a-5)),c>=5&&(o+=e.N1+(c-5))}return o},t.getPenaltyN2=function(i){const s=i.size;let o=0;for(let a=0;a<s-1;a++)for(let c=0;c<s-1;c++){const l=i.get(a,c)+i.get(a,c+1)+i.get(a+1,c)+i.get(a+1,c+1);(l===4||l===0)&&o++}return o*e.N2},t.getPenaltyN3=function(i){const s=i.size;let o=0,a=0,c=0;for(let l=0;l<s;l++){a=c=0;for(let p=0;p<s;p++)a=a<<1&2047|i.get(l,p),p>=10&&(a===1488||a===93)&&o++,c=c<<1&2047|i.get(p,l),p>=10&&(c===1488||c===93)&&o++}return o*e.N3},t.getPenaltyN4=function(i){let s=0;const o=i.data.length;for(let c=0;c<o;c++)s+=i.data[c];return Math.abs(Math.ceil(s*100/o/5)-10)*e.N4};function r(n,i,s){switch(n){case t.Patterns.PATTERN000:return(i+s)%2===0;case t.Patterns.PATTERN001:return i%2===0;case t.Patterns.PATTERN010:return s%3===0;case t.Patterns.PATTERN011:return(i+s)%3===0;case t.Patterns.PATTERN100:return(Math.floor(i/2)+Math.floor(s/3))%2===0;case t.Patterns.PATTERN101:return i*s%2+i*s%3===0;case t.Patterns.PATTERN110:return(i*s%2+i*s%3)%2===0;case t.Patterns.PATTERN111:return(i*s%3+(i+s)%2)%2===0;default:throw new Error("bad maskPattern:"+n)}}t.applyMask=function(i,s){const o=s.size;for(let a=0;a<o;a++)for(let c=0;c<o;c++)s.isReserved(c,a)||s.xor(c,a,r(i,c,a))},t.getBestMask=function(i,s){const o=Object.keys(t.Patterns).length;let a=0,c=1/0;for(let l=0;l<o;l++){s(l),t.applyMask(l,i);const p=t.getPenaltyN1(i)+t.getPenaltyN2(i)+t.getPenaltyN3(i)+t.getPenaltyN4(i);t.applyMask(l,i),p<c&&(c=p,a=l)}return a}})(F0);var Os={};const Er=Is,As=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],$s=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];Os.getBlocksCount=function(e,r){switch(r){case Er.L:return As[(e-1)*4+0];case Er.M:return As[(e-1)*4+1];case Er.Q:return As[(e-1)*4+2];case Er.H:return As[(e-1)*4+3];default:return}},Os.getTotalCodewordsCount=function(e,r){switch(r){case Er.L:return $s[(e-1)*4+0];case Er.M:return $s[(e-1)*4+1];case Er.Q:return $s[(e-1)*4+2];case Er.H:return $s[(e-1)*4+3];default:return}};var B0={},Ps={};const vi=new Uint8Array(512),Ts=new Uint8Array(256);(function(){let e=1;for(let r=0;r<255;r++)vi[r]=e,Ts[e]=r,e<<=1,e&256&&(e^=285);for(let r=255;r<512;r++)vi[r]=vi[r-255]})(),Ps.log=function(e){if(e<1)throw new Error("log("+e+")");return Ts[e]},Ps.exp=function(e){return vi[e]},Ps.mul=function(e,r){return e===0||r===0?0:vi[Ts[e]+Ts[r]]},function(t){const e=Ps;t.mul=function(n,i){const s=new Uint8Array(n.length+i.length-1);for(let o=0;o<n.length;o++)for(let a=0;a<i.length;a++)s[o+a]^=e.mul(n[o],i[a]);return s},t.mod=function(n,i){let s=new Uint8Array(n);for(;s.length-i.length>=0;){const o=s[0];for(let c=0;c<i.length;c++)s[c]^=e.mul(i[c],o);let a=0;for(;a<s.length&&s[a]===0;)a++;s=s.slice(a)}return s},t.generateECPolynomial=function(n){let i=new Uint8Array([1]);for(let s=0;s<n;s++)i=t.mul(i,new Uint8Array([1,e.exp(s)]));return i}}(B0);const j0=B0;function za(t){this.genPoly=void 0,this.degree=t,this.degree&&this.initialize(this.degree)}za.prototype.initialize=function(e){this.degree=e,this.genPoly=j0.generateECPolynomial(this.degree)},za.prototype.encode=function(e){if(!this.genPoly)throw new Error("Encoder not initialized");const r=new Uint8Array(e.length+this.degree);r.set(e);const n=j0.mod(r,this.genPoly),i=this.degree-n.length;if(i>0){const s=new Uint8Array(this.degree);return s.set(n,i),s}return n};var Fv=za,k0={},xr={},Wa={};Wa.isValid=function(e){return!isNaN(e)&&e>=1&&e<=40};var ir={};const H0="[0-9]+",Bv="[A-Z $%*+\\-./:]+";let _i="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";_i=_i.replace(/u/g,"\\u");const jv="(?:(?![A-Z0-9 $%*+\\-./:]|"+_i+`)(?:.|[\r
120
- ]))+`;ir.KANJI=new RegExp(_i,"g"),ir.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),ir.BYTE=new RegExp(jv,"g"),ir.NUMERIC=new RegExp(H0,"g"),ir.ALPHANUMERIC=new RegExp(Bv,"g");const kv=new RegExp("^"+_i+"$"),Hv=new RegExp("^"+H0+"$"),zv=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");ir.testKanji=function(e){return kv.test(e)},ir.testNumeric=function(e){return Hv.test(e)},ir.testAlphanumeric=function(e){return zv.test(e)},function(t){const e=Wa,r=ir;t.NUMERIC={id:"Numeric",bit:1<<0,ccBits:[10,12,14]},t.ALPHANUMERIC={id:"Alphanumeric",bit:1<<1,ccBits:[9,11,13]},t.BYTE={id:"Byte",bit:1<<2,ccBits:[8,16,16]},t.KANJI={id:"Kanji",bit:1<<3,ccBits:[8,10,12]},t.MIXED={bit:-1},t.getCharCountIndicator=function(s,o){if(!s.ccBits)throw new Error("Invalid mode: "+s);if(!e.isValid(o))throw new Error("Invalid version: "+o);return o>=1&&o<10?s.ccBits[0]:o<27?s.ccBits[1]:s.ccBits[2]},t.getBestModeForData=function(s){return r.testNumeric(s)?t.NUMERIC:r.testAlphanumeric(s)?t.ALPHANUMERIC:r.testKanji(s)?t.KANJI:t.BYTE},t.toString=function(s){if(s&&s.id)return s.id;throw new Error("Invalid mode")},t.isValid=function(s){return s&&s.bit&&s.ccBits};function n(i){if(typeof i!="string")throw new Error("Param is not a string");switch(i.toLowerCase()){case"numeric":return t.NUMERIC;case"alphanumeric":return t.ALPHANUMERIC;case"kanji":return t.KANJI;case"byte":return t.BYTE;default:throw new Error("Unknown mode: "+i)}}t.from=function(s,o){if(t.isValid(s))return s;try{return n(s)}catch{return o}}}(xr),function(t){const e=Bt,r=Os,n=Is,i=xr,s=Wa,o=1<<12|1<<11|1<<10|1<<9|1<<8|1<<5|1<<2|1<<0,a=e.getBCHDigit(o);function c(m,y,E){for(let T=1;T<=40;T++)if(y<=t.getCapacity(T,E,m))return T}function l(m,y){return i.getCharCountIndicator(m,y)+4}function p(m,y){let E=0;return m.forEach(function(T){const R=l(T.mode,y);E+=R+T.getBitsLength()}),E}function w(m,y){for(let E=1;E<=40;E++)if(p(m,E)<=t.getCapacity(E,y,i.MIXED))return E}t.from=function(y,E){return s.isValid(y)?parseInt(y,10):E},t.getCapacity=function(y,E,T){if(!s.isValid(y))throw new Error("Invalid QR Code version");typeof T>"u"&&(T=i.BYTE);const R=e.getSymbolTotalCodewords(y),L=r.getTotalCodewordsCount(y,E),x=(R-L)*8;if(T===i.MIXED)return x;const O=x-l(T,y);switch(T){case i.NUMERIC:return Math.floor(O/10*3);case i.ALPHANUMERIC:return Math.floor(O/11*2);case i.KANJI:return Math.floor(O/13);case i.BYTE:default:return Math.floor(O/8)}},t.getBestVersionForData=function(y,E){let T;const R=n.from(E,n.M);if(Array.isArray(y)){if(y.length>1)return w(y,R);if(y.length===0)return 1;T=y[0]}else T=y;return c(T.mode,T.getLength(),R)},t.getEncodedBits=function(y){if(!s.isValid(y)||y<7)throw new Error("Invalid QR Code version");let E=y<<12;for(;e.getBCHDigit(E)-a>=0;)E^=o<<e.getBCHDigit(E)-a;return y<<12|E}}(k0);var z0={};const qa=Bt,W0=1<<10|1<<8|1<<5|1<<4|1<<2|1<<1|1<<0,Wv=1<<14|1<<12|1<<10|1<<4|1<<1,q0=qa.getBCHDigit(W0);z0.getEncodedBits=function(e,r){const n=e.bit<<3|r;let i=n<<10;for(;qa.getBCHDigit(i)-q0>=0;)i^=W0<<qa.getBCHDigit(i)-q0;return(n<<10|i)^Wv};var V0={};const qv=xr;function Dn(t){this.mode=qv.NUMERIC,this.data=t.toString()}Dn.getBitsLength=function(e){return 10*Math.floor(e/3)+(e%3?e%3*3+1:0)},Dn.prototype.getLength=function(){return this.data.length},Dn.prototype.getBitsLength=function(){return Dn.getBitsLength(this.data.length)},Dn.prototype.write=function(e){let r,n,i;for(r=0;r+3<=this.data.length;r+=3)n=this.data.substr(r,3),i=parseInt(n,10),e.put(i,10);const s=this.data.length-r;s>0&&(n=this.data.substr(r),i=parseInt(n,10),e.put(i,s*3+1))};var Vv=Dn;const Kv=xr,Va=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function In(t){this.mode=Kv.ALPHANUMERIC,this.data=t}In.getBitsLength=function(e){return 11*Math.floor(e/2)+6*(e%2)},In.prototype.getLength=function(){return this.data.length},In.prototype.getBitsLength=function(){return In.getBitsLength(this.data.length)},In.prototype.write=function(e){let r;for(r=0;r+2<=this.data.length;r+=2){let n=Va.indexOf(this.data[r])*45;n+=Va.indexOf(this.data[r+1]),e.put(n,11)}this.data.length%2&&e.put(Va.indexOf(this.data[r]),6)};var Gv=In,Zv=function(e){for(var r=[],n=e.length,i=0;i<n;i++){var s=e.charCodeAt(i);if(s>=55296&&s<=56319&&n>i+1){var o=e.charCodeAt(i+1);o>=56320&&o<=57343&&(s=(s-55296)*1024+o-56320+65536,i+=1)}if(s<128){r.push(s);continue}if(s<2048){r.push(s>>6|192),r.push(s&63|128);continue}if(s<55296||s>=57344&&s<65536){r.push(s>>12|224),r.push(s>>6&63|128),r.push(s&63|128);continue}if(s>=65536&&s<=1114111){r.push(s>>18|240),r.push(s>>12&63|128),r.push(s>>6&63|128),r.push(s&63|128);continue}r.push(239,191,189)}return new Uint8Array(r).buffer};const Yv=Zv,Jv=xr;function On(t){this.mode=Jv.BYTE,typeof t=="string"&&(t=Yv(t)),this.data=new Uint8Array(t)}On.getBitsLength=function(e){return e*8},On.prototype.getLength=function(){return this.data.length},On.prototype.getBitsLength=function(){return On.getBitsLength(this.data.length)},On.prototype.write=function(t){for(let e=0,r=this.data.length;e<r;e++)t.put(this.data[e],8)};var Xv=On;const Qv=xr,e6=Bt;function An(t){this.mode=Qv.KANJI,this.data=t}An.getBitsLength=function(e){return e*13},An.prototype.getLength=function(){return this.data.length},An.prototype.getBitsLength=function(){return An.getBitsLength(this.data.length)},An.prototype.write=function(t){let e;for(e=0;e<this.data.length;e++){let r=e6.toSJIS(this.data[e]);if(r>=33088&&r<=40956)r-=33088;else if(r>=57408&&r<=60351)r-=49472;else throw new Error("Invalid SJIS character: "+this.data[e]+`
121
- Make sure your charset is UTF-8`);r=(r>>>8&255)*192+(r&255),t.put(r,13)}};var t6=An,K0={exports:{}};(function(t){var e={single_source_shortest_paths:function(r,n,i){var s={},o={};o[n]=0;var a=e.PriorityQueue.make();a.push(n,0);for(var c,l,p,w,m,y,E,T,R;!a.empty();){c=a.pop(),l=c.value,w=c.cost,m=r[l]||{};for(p in m)m.hasOwnProperty(p)&&(y=m[p],E=w+y,T=o[p],R=typeof o[p]>"u",(R||T>E)&&(o[p]=E,a.push(p,E),s[p]=l))}if(typeof i<"u"&&typeof o[i]>"u"){var L=["Could not find a path from ",n," to ",i,"."].join("");throw new Error(L)}return s},extract_shortest_path_from_predecessor_list:function(r,n){for(var i=[],s=n;s;)i.push(s),r[s],s=r[s];return i.reverse(),i},find_path:function(r,n,i){var s=e.single_source_shortest_paths(r,n,i);return e.extract_shortest_path_from_predecessor_list(s,i)},PriorityQueue:{make:function(r){var n=e.PriorityQueue,i={},s;r=r||{};for(s in n)n.hasOwnProperty(s)&&(i[s]=n[s]);return i.queue=[],i.sorter=r.sorter||n.default_sorter,i},default_sorter:function(r,n){return r.cost-n.cost},push:function(r,n){var i={value:r,cost:n};this.queue.push(i),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return this.queue.length===0}}};t.exports=e})(K0),function(t){const e=xr,r=Vv,n=Gv,i=Xv,s=t6,o=ir,a=Bt,c=K0.exports;function l(L){return unescape(encodeURIComponent(L)).length}function p(L,x,O){const _=[];let D;for(;(D=L.exec(O))!==null;)_.push({data:D[0],index:D.index,mode:x,length:D[0].length});return _}function w(L){const x=p(o.NUMERIC,e.NUMERIC,L),O=p(o.ALPHANUMERIC,e.ALPHANUMERIC,L);let _,D;return a.isKanjiModeEnabled()?(_=p(o.BYTE,e.BYTE,L),D=p(o.KANJI,e.KANJI,L)):(_=p(o.BYTE_KANJI,e.BYTE,L),D=[]),x.concat(O,_,D).sort(function(h,v){return h.index-v.index}).map(function(h){return{data:h.data,mode:h.mode,length:h.length}})}function m(L,x){switch(x){case e.NUMERIC:return r.getBitsLength(L);case e.ALPHANUMERIC:return n.getBitsLength(L);case e.KANJI:return s.getBitsLength(L);case e.BYTE:return i.getBitsLength(L)}}function y(L){return L.reduce(function(x,O){const _=x.length-1>=0?x[x.length-1]:null;return _&&_.mode===O.mode?(x[x.length-1].data+=O.data,x):(x.push(O),x)},[])}function E(L){const x=[];for(let O=0;O<L.length;O++){const _=L[O];switch(_.mode){case e.NUMERIC:x.push([_,{data:_.data,mode:e.ALPHANUMERIC,length:_.length},{data:_.data,mode:e.BYTE,length:_.length}]);break;case e.ALPHANUMERIC:x.push([_,{data:_.data,mode:e.BYTE,length:_.length}]);break;case e.KANJI:x.push([_,{data:_.data,mode:e.BYTE,length:l(_.data)}]);break;case e.BYTE:x.push([{data:_.data,mode:e.BYTE,length:l(_.data)}])}}return x}function T(L,x){const O={},_={start:{}};let D=["start"];for(let I=0;I<L.length;I++){const h=L[I],v=[];for(let H=0;H<h.length;H++){const j=h[H],q=""+I+H;v.push(q),O[q]={node:j,lastCount:0},_[q]={};for(let X=0;X<D.length;X++){const re=D[X];O[re]&&O[re].node.mode===j.mode?(_[re][q]=m(O[re].lastCount+j.length,j.mode)-m(O[re].lastCount,j.mode),O[re].lastCount+=j.length):(O[re]&&(O[re].lastCount=j.length),_[re][q]=m(j.length,j.mode)+4+e.getCharCountIndicator(j.mode,x))}}D=v}for(let I=0;I<D.length;I++)_[D[I]].end=0;return{map:_,table:O}}function R(L,x){let O;const _=e.getBestModeForData(L);if(O=e.from(x,_),O!==e.BYTE&&O.bit<_.bit)throw new Error('"'+L+'" cannot be encoded with mode '+e.toString(O)+`.
122
- Suggested mode is: `+e.toString(_));switch(O===e.KANJI&&!a.isKanjiModeEnabled()&&(O=e.BYTE),O){case e.NUMERIC:return new r(L);case e.ALPHANUMERIC:return new n(L);case e.KANJI:return new s(L);case e.BYTE:return new i(L)}}t.fromArray=function(x){return x.reduce(function(O,_){return typeof _=="string"?O.push(R(_,null)):_.data&&O.push(R(_.data,_.mode)),O},[])},t.fromString=function(x,O){const _=w(x,a.isKanjiModeEnabled()),D=E(_),I=T(D,O),h=c.find_path(I.map,"start","end"),v=[];for(let H=1;H<h.length-1;H++)v.push(I.table[h[H]].node);return t.fromArray(y(v))},t.rawSplit=function(x){return t.fromArray(w(x,a.isKanjiModeEnabled()))}}(V0);const Rs=Bt,Ka=Is,r6=Lv,n6=Mv,i6=L0,s6=M0,Ga=F0,Za=Os,o6=Fv,Ns=k0,a6=z0,c6=xr,Ya=V0;function l6(t,e){const r=t.size,n=s6.getPositions(e);for(let i=0;i<n.length;i++){const s=n[i][0],o=n[i][1];for(let a=-1;a<=7;a++)if(!(s+a<=-1||r<=s+a))for(let c=-1;c<=7;c++)o+c<=-1||r<=o+c||(a>=0&&a<=6&&(c===0||c===6)||c>=0&&c<=6&&(a===0||a===6)||a>=2&&a<=4&&c>=2&&c<=4?t.set(s+a,o+c,!0,!0):t.set(s+a,o+c,!1,!0))}}function u6(t){const e=t.size;for(let r=8;r<e-8;r++){const n=r%2===0;t.set(r,6,n,!0),t.set(6,r,n,!0)}}function h6(t,e){const r=i6.getPositions(e);for(let n=0;n<r.length;n++){const i=r[n][0],s=r[n][1];for(let o=-2;o<=2;o++)for(let a=-2;a<=2;a++)o===-2||o===2||a===-2||a===2||o===0&&a===0?t.set(i+o,s+a,!0,!0):t.set(i+o,s+a,!1,!0)}}function d6(t,e){const r=t.size,n=Ns.getEncodedBits(e);let i,s,o;for(let a=0;a<18;a++)i=Math.floor(a/3),s=a%3+r-8-3,o=(n>>a&1)===1,t.set(i,s,o,!0),t.set(s,i,o,!0)}function Ja(t,e,r){const n=t.size,i=a6.getEncodedBits(e,r);let s,o;for(s=0;s<15;s++)o=(i>>s&1)===1,s<6?t.set(s,8,o,!0):s<8?t.set(s+1,8,o,!0):t.set(n-15+s,8,o,!0),s<8?t.set(8,n-s-1,o,!0):s<9?t.set(8,15-s-1+1,o,!0):t.set(8,15-s-1,o,!0);t.set(n-8,8,1,!0)}function f6(t,e){const r=t.size;let n=-1,i=r-1,s=7,o=0;for(let a=r-1;a>0;a-=2)for(a===6&&a--;;){for(let c=0;c<2;c++)if(!t.isReserved(i,a-c)){let l=!1;o<e.length&&(l=(e[o]>>>s&1)===1),t.set(i,a-c,l),s--,s===-1&&(o++,s=7)}if(i+=n,i<0||r<=i){i-=n,n=-n;break}}}function p6(t,e,r){const n=new r6;r.forEach(function(c){n.put(c.mode.bit,4),n.put(c.getLength(),c6.getCharCountIndicator(c.mode,t)),c.write(n)});const i=Rs.getSymbolTotalCodewords(t),s=Za.getTotalCodewordsCount(t,e),o=(i-s)*8;for(n.getLengthInBits()+4<=o&&n.put(0,4);n.getLengthInBits()%8!==0;)n.putBit(0);const a=(o-n.getLengthInBits())/8;for(let c=0;c<a;c++)n.put(c%2?17:236,8);return g6(n,t,e)}function g6(t,e,r){const n=Rs.getSymbolTotalCodewords(e),i=Za.getTotalCodewordsCount(e,r),s=n-i,o=Za.getBlocksCount(e,r),a=n%o,c=o-a,l=Math.floor(n/o),p=Math.floor(s/o),w=p+1,m=l-p,y=new o6(m);let E=0;const T=new Array(o),R=new Array(o);let L=0;const x=new Uint8Array(t.buffer);for(let h=0;h<o;h++){const v=h<c?p:w;T[h]=x.slice(E,E+v),R[h]=y.encode(T[h]),E+=v,L=Math.max(L,v)}const O=new Uint8Array(n);let _=0,D,I;for(D=0;D<L;D++)for(I=0;I<o;I++)D<T[I].length&&(O[_++]=T[I][D]);for(D=0;D<m;D++)for(I=0;I<o;I++)O[_++]=R[I][D];return O}function m6(t,e,r,n){let i;if(Array.isArray(t))i=Ya.fromArray(t);else if(typeof t=="string"){let l=e;if(!l){const p=Ya.rawSplit(t);l=Ns.getBestVersionForData(p,r)}i=Ya.fromString(t,l||40)}else throw new Error("Invalid data");const s=Ns.getBestVersionForData(i,r);if(!s)throw new Error("The amount of data is too big to be stored in a QR Code");if(!e)e=s;else if(e<s)throw new Error(`
158
+ */const ir=t=>t??Ct;var to={},eS=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then},cp={},or={};let il;const tS=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];or.getSymbolSize=function(e){if(!e)throw new Error('"version" cannot be null or undefined');if(e<1||e>40)throw new Error('"version" should be in range from 1 to 40');return e*4+17},or.getSymbolTotalCodewords=function(e){return tS[e]},or.getBCHDigit=function(t){let e=0;for(;t!==0;)e++,t>>>=1;return e},or.setToSJISFunction=function(e){if(typeof e!="function")throw new Error('"toSJISFunc" is not a valid function.');il=e},or.isKanjiModeEnabled=function(){return typeof il<"u"},or.toSJIS=function(e){return il(e)};var Fs={};(function(t){t.L={bit:1},t.M={bit:0},t.Q={bit:3},t.H={bit:2};function e(r){if(typeof r!="string")throw new Error("Param is not a string");switch(r.toLowerCase()){case"l":case"low":return t.L;case"m":case"medium":return t.M;case"q":case"quartile":return t.Q;case"h":case"high":return t.H;default:throw new Error("Unknown EC Level: "+r)}}t.isValid=function(n){return n&&typeof n.bit<"u"&&n.bit>=0&&n.bit<4},t.from=function(n,i){if(t.isValid(n))return n;try{return e(n)}catch{return i}}})(Fs);function lp(){this.buffer=[],this.length=0}lp.prototype={get:function(t){const e=Math.floor(t/8);return(this.buffer[e]>>>7-t%8&1)===1},put:function(t,e){for(let r=0;r<e;r++)this.putBit((t>>>e-r-1&1)===1)},getLengthInBits:function(){return this.length},putBit:function(t){const e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}};var rS=lp;function ro(t){if(!t||t<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}ro.prototype.set=function(t,e,r,n){const i=t*this.size+e;this.data[i]=r,n&&(this.reservedBit[i]=!0)},ro.prototype.get=function(t,e){return this.data[t*this.size+e]},ro.prototype.xor=function(t,e,r){this.data[t*this.size+e]^=r},ro.prototype.isReserved=function(t,e){return this.reservedBit[t*this.size+e]};var nS=ro,up={};(function(t){const e=or.getSymbolSize;t.getRowColCoords=function(n){if(n===1)return[];const i=Math.floor(n/7)+2,o=e(n),s=o===145?26:Math.ceil((o-13)/(2*i-2))*2,a=[o-7];for(let l=1;l<i-1;l++)a[l]=a[l-1]-s;return a.push(6),a.reverse()},t.getPositions=function(n){const i=[],o=t.getRowColCoords(n),s=o.length;for(let a=0;a<s;a++)for(let l=0;l<s;l++)a===0&&l===0||a===0&&l===s-1||a===s-1&&l===0||i.push([o[a],o[l]]);return i}})(up);var hp={};const iS=or.getSymbolSize,fp=7;hp.getPositions=function(e){const r=iS(e);return[[0,0],[r-fp,0],[0,r-fp]]};var dp={};(function(t){t.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const e={N1:3,N2:3,N3:40,N4:10};t.isValid=function(i){return i!=null&&i!==""&&!isNaN(i)&&i>=0&&i<=7},t.from=function(i){return t.isValid(i)?parseInt(i,10):void 0},t.getPenaltyN1=function(i){const o=i.size;let s=0,a=0,l=0,u=null,d=null;for(let y=0;y<o;y++){a=l=0,u=d=null;for(let m=0;m<o;m++){let w=i.get(y,m);w===u?a++:(a>=5&&(s+=e.N1+(a-5)),u=w,a=1),w=i.get(m,y),w===d?l++:(l>=5&&(s+=e.N1+(l-5)),d=w,l=1)}a>=5&&(s+=e.N1+(a-5)),l>=5&&(s+=e.N1+(l-5))}return s},t.getPenaltyN2=function(i){const o=i.size;let s=0;for(let a=0;a<o-1;a++)for(let l=0;l<o-1;l++){const u=i.get(a,l)+i.get(a,l+1)+i.get(a+1,l)+i.get(a+1,l+1);(u===4||u===0)&&s++}return s*e.N2},t.getPenaltyN3=function(i){const o=i.size;let s=0,a=0,l=0;for(let u=0;u<o;u++){a=l=0;for(let d=0;d<o;d++)a=a<<1&2047|i.get(u,d),d>=10&&(a===1488||a===93)&&s++,l=l<<1&2047|i.get(d,u),d>=10&&(l===1488||l===93)&&s++}return s*e.N3},t.getPenaltyN4=function(i){let o=0;const s=i.data.length;for(let l=0;l<s;l++)o+=i.data[l];return Math.abs(Math.ceil(o*100/s/5)-10)*e.N4};function r(n,i,o){switch(n){case t.Patterns.PATTERN000:return(i+o)%2===0;case t.Patterns.PATTERN001:return i%2===0;case t.Patterns.PATTERN010:return o%3===0;case t.Patterns.PATTERN011:return(i+o)%3===0;case t.Patterns.PATTERN100:return(Math.floor(i/2)+Math.floor(o/3))%2===0;case t.Patterns.PATTERN101:return i*o%2+i*o%3===0;case t.Patterns.PATTERN110:return(i*o%2+i*o%3)%2===0;case t.Patterns.PATTERN111:return(i*o%3+(i+o)%2)%2===0;default:throw new Error("bad maskPattern:"+n)}}t.applyMask=function(i,o){const s=o.size;for(let a=0;a<s;a++)for(let l=0;l<s;l++)o.isReserved(l,a)||o.xor(l,a,r(i,l,a))},t.getBestMask=function(i,o){const s=Object.keys(t.Patterns).length;let a=0,l=1/0;for(let u=0;u<s;u++){o(u),t.applyMask(u,i);const d=t.getPenaltyN1(i)+t.getPenaltyN2(i)+t.getPenaltyN3(i)+t.getPenaltyN4(i);t.applyMask(u,i),d<l&&(l=d,a=u)}return a}})(dp);var Ps={};const qr=Fs,Ts=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],Ns=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];Ps.getBlocksCount=function(e,r){switch(r){case qr.L:return Ts[(e-1)*4+0];case qr.M:return Ts[(e-1)*4+1];case qr.Q:return Ts[(e-1)*4+2];case qr.H:return Ts[(e-1)*4+3];default:return}},Ps.getTotalCodewordsCount=function(e,r){switch(r){case qr.L:return Ns[(e-1)*4+0];case qr.M:return Ns[(e-1)*4+1];case qr.Q:return Ns[(e-1)*4+2];case qr.H:return Ns[(e-1)*4+3];default:return}};var pp={},Rs={};const no=new Uint8Array(512),Ls=new Uint8Array(256);(function(){let e=1;for(let r=0;r<255;r++)no[r]=e,Ls[e]=r,e<<=1,e&256&&(e^=285);for(let r=255;r<512;r++)no[r]=no[r-255]})(),Rs.log=function(e){if(e<1)throw new Error("log("+e+")");return Ls[e]},Rs.exp=function(e){return no[e]},Rs.mul=function(e,r){return e===0||r===0?0:no[Ls[e]+Ls[r]]},function(t){const e=Rs;t.mul=function(n,i){const o=new Uint8Array(n.length+i.length-1);for(let s=0;s<n.length;s++)for(let a=0;a<i.length;a++)o[s+a]^=e.mul(n[s],i[a]);return o},t.mod=function(n,i){let o=new Uint8Array(n);for(;o.length-i.length>=0;){const s=o[0];for(let l=0;l<i.length;l++)o[l]^=e.mul(i[l],s);let a=0;for(;a<o.length&&o[a]===0;)a++;o=o.slice(a)}return o},t.generateECPolynomial=function(n){let i=new Uint8Array([1]);for(let o=0;o<n;o++)i=t.mul(i,new Uint8Array([1,e.exp(o)]));return i}}(pp);const gp=pp;function ol(t){this.genPoly=void 0,this.degree=t,this.degree&&this.initialize(this.degree)}ol.prototype.initialize=function(e){this.degree=e,this.genPoly=gp.generateECPolynomial(this.degree)},ol.prototype.encode=function(e){if(!this.genPoly)throw new Error("Encoder not initialized");const r=new Uint8Array(e.length+this.degree);r.set(e);const n=gp.mod(r,this.genPoly),i=this.degree-n.length;if(i>0){const o=new Uint8Array(this.degree);return o.set(n,i),o}return n};var oS=ol,mp={},Kr={},sl={};sl.isValid=function(e){return!isNaN(e)&&e>=1&&e<=40};var xr={};const yp="[0-9]+",sS="[A-Z $%*+\\-./:]+";let io="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";io=io.replace(/u/g,"\\u");const aS="(?:(?![A-Z0-9 $%*+\\-./:]|"+io+`)(?:.|[\r
159
+ ]))+`;xr.KANJI=new RegExp(io,"g"),xr.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),xr.BYTE=new RegExp(aS,"g"),xr.NUMERIC=new RegExp(yp,"g"),xr.ALPHANUMERIC=new RegExp(sS,"g");const cS=new RegExp("^"+io+"$"),lS=new RegExp("^"+yp+"$"),uS=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");xr.testKanji=function(e){return cS.test(e)},xr.testNumeric=function(e){return lS.test(e)},xr.testAlphanumeric=function(e){return uS.test(e)},function(t){const e=sl,r=xr;t.NUMERIC={id:"Numeric",bit:1<<0,ccBits:[10,12,14]},t.ALPHANUMERIC={id:"Alphanumeric",bit:1<<1,ccBits:[9,11,13]},t.BYTE={id:"Byte",bit:1<<2,ccBits:[8,16,16]},t.KANJI={id:"Kanji",bit:1<<3,ccBits:[8,10,12]},t.MIXED={bit:-1},t.getCharCountIndicator=function(o,s){if(!o.ccBits)throw new Error("Invalid mode: "+o);if(!e.isValid(s))throw new Error("Invalid version: "+s);return s>=1&&s<10?o.ccBits[0]:s<27?o.ccBits[1]:o.ccBits[2]},t.getBestModeForData=function(o){return r.testNumeric(o)?t.NUMERIC:r.testAlphanumeric(o)?t.ALPHANUMERIC:r.testKanji(o)?t.KANJI:t.BYTE},t.toString=function(o){if(o&&o.id)return o.id;throw new Error("Invalid mode")},t.isValid=function(o){return o&&o.bit&&o.ccBits};function n(i){if(typeof i!="string")throw new Error("Param is not a string");switch(i.toLowerCase()){case"numeric":return t.NUMERIC;case"alphanumeric":return t.ALPHANUMERIC;case"kanji":return t.KANJI;case"byte":return t.BYTE;default:throw new Error("Unknown mode: "+i)}}t.from=function(o,s){if(t.isValid(o))return o;try{return n(o)}catch{return s}}}(Kr),function(t){const e=or,r=Ps,n=Fs,i=Kr,o=sl,s=1<<12|1<<11|1<<10|1<<9|1<<8|1<<5|1<<2|1<<0,a=e.getBCHDigit(s);function l(m,w,_){for(let R=1;R<=40;R++)if(w<=t.getCapacity(R,_,m))return R}function u(m,w){return i.getCharCountIndicator(m,w)+4}function d(m,w){let _=0;return m.forEach(function(R){const M=u(R.mode,w);_+=M+R.getBitsLength()}),_}function y(m,w){for(let _=1;_<=40;_++)if(d(m,_)<=t.getCapacity(_,w,i.MIXED))return _}t.from=function(w,_){return o.isValid(w)?parseInt(w,10):_},t.getCapacity=function(w,_,R){if(!o.isValid(w))throw new Error("Invalid QR Code version");typeof R>"u"&&(R=i.BYTE);const M=e.getSymbolTotalCodewords(w),j=r.getTotalCodewordsCount(w,_),D=(M-j)*8;if(R===i.MIXED)return D;const N=D-u(R,w);switch(R){case i.NUMERIC:return Math.floor(N/10*3);case i.ALPHANUMERIC:return Math.floor(N/11*2);case i.KANJI:return Math.floor(N/13);case i.BYTE:default:return Math.floor(N/8)}},t.getBestVersionForData=function(w,_){let R;const M=n.from(_,n.M);if(Array.isArray(w)){if(w.length>1)return y(w,M);if(w.length===0)return 1;R=w[0]}else R=w;return l(R.mode,R.getLength(),M)},t.getEncodedBits=function(w){if(!o.isValid(w)||w<7)throw new Error("Invalid QR Code version");let _=w<<12;for(;e.getBCHDigit(_)-a>=0;)_^=s<<e.getBCHDigit(_)-a;return w<<12|_}}(mp);var bp={};const al=or,wp=1<<10|1<<8|1<<5|1<<4|1<<2|1<<1|1<<0,hS=1<<14|1<<12|1<<10|1<<4|1<<1,vp=al.getBCHDigit(wp);bp.getEncodedBits=function(e,r){const n=e.bit<<3|r;let i=n<<10;for(;al.getBCHDigit(i)-vp>=0;)i^=wp<<al.getBCHDigit(i)-vp;return(n<<10|i)^hS};var _p={};const fS=Kr;function Zn(t){this.mode=fS.NUMERIC,this.data=t.toString()}Zn.getBitsLength=function(e){return 10*Math.floor(e/3)+(e%3?e%3*3+1:0)},Zn.prototype.getLength=function(){return this.data.length},Zn.prototype.getBitsLength=function(){return Zn.getBitsLength(this.data.length)},Zn.prototype.write=function(e){let r,n,i;for(r=0;r+3<=this.data.length;r+=3)n=this.data.substr(r,3),i=parseInt(n,10),e.put(i,10);const o=this.data.length-r;o>0&&(n=this.data.substr(r),i=parseInt(n,10),e.put(i,o*3+1))};var dS=Zn;const pS=Kr,cl=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function Jn(t){this.mode=pS.ALPHANUMERIC,this.data=t}Jn.getBitsLength=function(e){return 11*Math.floor(e/2)+6*(e%2)},Jn.prototype.getLength=function(){return this.data.length},Jn.prototype.getBitsLength=function(){return Jn.getBitsLength(this.data.length)},Jn.prototype.write=function(e){let r;for(r=0;r+2<=this.data.length;r+=2){let n=cl.indexOf(this.data[r])*45;n+=cl.indexOf(this.data[r+1]),e.put(n,11)}this.data.length%2&&e.put(cl.indexOf(this.data[r]),6)};var gS=Jn,mS=function(e){for(var r=[],n=e.length,i=0;i<n;i++){var o=e.charCodeAt(i);if(o>=55296&&o<=56319&&n>i+1){var s=e.charCodeAt(i+1);s>=56320&&s<=57343&&(o=(o-55296)*1024+s-56320+65536,i+=1)}if(o<128){r.push(o);continue}if(o<2048){r.push(o>>6|192),r.push(o&63|128);continue}if(o<55296||o>=57344&&o<65536){r.push(o>>12|224),r.push(o>>6&63|128),r.push(o&63|128);continue}if(o>=65536&&o<=1114111){r.push(o>>18|240),r.push(o>>12&63|128),r.push(o>>6&63|128),r.push(o&63|128);continue}r.push(239,191,189)}return new Uint8Array(r).buffer};const yS=mS,bS=Kr;function Xn(t){this.mode=bS.BYTE,typeof t=="string"&&(t=yS(t)),this.data=new Uint8Array(t)}Xn.getBitsLength=function(e){return e*8},Xn.prototype.getLength=function(){return this.data.length},Xn.prototype.getBitsLength=function(){return Xn.getBitsLength(this.data.length)},Xn.prototype.write=function(t){for(let e=0,r=this.data.length;e<r;e++)t.put(this.data[e],8)};var wS=Xn;const vS=Kr,_S=or;function Qn(t){this.mode=vS.KANJI,this.data=t}Qn.getBitsLength=function(e){return e*13},Qn.prototype.getLength=function(){return this.data.length},Qn.prototype.getBitsLength=function(){return Qn.getBitsLength(this.data.length)},Qn.prototype.write=function(t){let e;for(e=0;e<this.data.length;e++){let r=_S.toSJIS(this.data[e]);if(r>=33088&&r<=40956)r-=33088;else if(r>=57408&&r<=60351)r-=49472;else throw new Error("Invalid SJIS character: "+this.data[e]+`
160
+ Make sure your charset is UTF-8`);r=(r>>>8&255)*192+(r&255),t.put(r,13)}};var ES=Qn,Ep={exports:{}};(function(t){var e={single_source_shortest_paths:function(r,n,i){var o={},s={};s[n]=0;var a=e.PriorityQueue.make();a.push(n,0);for(var l,u,d,y,m,w,_,R,M;!a.empty();){l=a.pop(),u=l.value,y=l.cost,m=r[u]||{};for(d in m)m.hasOwnProperty(d)&&(w=m[d],_=y+w,R=s[d],M=typeof s[d]>"u",(M||R>_)&&(s[d]=_,a.push(d,_),o[d]=u))}if(typeof i<"u"&&typeof s[i]>"u"){var j=["Could not find a path from ",n," to ",i,"."].join("");throw new Error(j)}return o},extract_shortest_path_from_predecessor_list:function(r,n){for(var i=[],o=n;o;)i.push(o),r[o],o=r[o];return i.reverse(),i},find_path:function(r,n,i){var o=e.single_source_shortest_paths(r,n,i);return e.extract_shortest_path_from_predecessor_list(o,i)},PriorityQueue:{make:function(r){var n=e.PriorityQueue,i={},o;r=r||{};for(o in n)n.hasOwnProperty(o)&&(i[o]=n[o]);return i.queue=[],i.sorter=r.sorter||n.default_sorter,i},default_sorter:function(r,n){return r.cost-n.cost},push:function(r,n){var i={value:r,cost:n};this.queue.push(i),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return this.queue.length===0}}};t.exports=e})(Ep),function(t){const e=Kr,r=dS,n=gS,i=wS,o=ES,s=xr,a=or,l=Ep.exports;function u(j){return unescape(encodeURIComponent(j)).length}function d(j,D,N){const S=[];let $;for(;($=j.exec(N))!==null;)S.push({data:$[0],index:$.index,mode:D,length:$[0].length});return S}function y(j){const D=d(s.NUMERIC,e.NUMERIC,j),N=d(s.ALPHANUMERIC,e.ALPHANUMERIC,j);let S,$;return a.isKanjiModeEnabled()?(S=d(s.BYTE,e.BYTE,j),$=d(s.KANJI,e.KANJI,j)):(S=d(s.BYTE_KANJI,e.BYTE,j),$=[]),D.concat(N,S,$).sort(function(h,C){return h.index-C.index}).map(function(h){return{data:h.data,mode:h.mode,length:h.length}})}function m(j,D){switch(D){case e.NUMERIC:return r.getBitsLength(j);case e.ALPHANUMERIC:return n.getBitsLength(j);case e.KANJI:return o.getBitsLength(j);case e.BYTE:return i.getBitsLength(j)}}function w(j){return j.reduce(function(D,N){const S=D.length-1>=0?D[D.length-1]:null;return S&&S.mode===N.mode?(D[D.length-1].data+=N.data,D):(D.push(N),D)},[])}function _(j){const D=[];for(let N=0;N<j.length;N++){const S=j[N];switch(S.mode){case e.NUMERIC:D.push([S,{data:S.data,mode:e.ALPHANUMERIC,length:S.length},{data:S.data,mode:e.BYTE,length:S.length}]);break;case e.ALPHANUMERIC:D.push([S,{data:S.data,mode:e.BYTE,length:S.length}]);break;case e.KANJI:D.push([S,{data:S.data,mode:e.BYTE,length:u(S.data)}]);break;case e.BYTE:D.push([{data:S.data,mode:e.BYTE,length:u(S.data)}])}}return D}function R(j,D){const N={},S={start:{}};let $=["start"];for(let P=0;P<j.length;P++){const h=j[P],C=[];for(let q=0;q<h.length;q++){const z=h[q],Y=""+P+q;C.push(Y),N[Y]={node:z,lastCount:0},S[Y]={};for(let re=0;re<$.length;re++){const ie=$[re];N[ie]&&N[ie].node.mode===z.mode?(S[ie][Y]=m(N[ie].lastCount+z.length,z.mode)-m(N[ie].lastCount,z.mode),N[ie].lastCount+=z.length):(N[ie]&&(N[ie].lastCount=z.length),S[ie][Y]=m(z.length,z.mode)+4+e.getCharCountIndicator(z.mode,D))}}$=C}for(let P=0;P<$.length;P++)S[$[P]].end=0;return{map:S,table:N}}function M(j,D){let N;const S=e.getBestModeForData(j);if(N=e.from(D,S),N!==e.BYTE&&N.bit<S.bit)throw new Error('"'+j+'" cannot be encoded with mode '+e.toString(N)+`.
161
+ Suggested mode is: `+e.toString(S));switch(N===e.KANJI&&!a.isKanjiModeEnabled()&&(N=e.BYTE),N){case e.NUMERIC:return new r(j);case e.ALPHANUMERIC:return new n(j);case e.KANJI:return new o(j);case e.BYTE:return new i(j)}}t.fromArray=function(D){return D.reduce(function(N,S){return typeof S=="string"?N.push(M(S,null)):S.data&&N.push(M(S.data,S.mode)),N},[])},t.fromString=function(D,N){const S=y(D,a.isKanjiModeEnabled()),$=_(S),P=R($,N),h=l.find_path(P.map,"start","end"),C=[];for(let q=1;q<h.length-1;q++)C.push(P.table[h[q]].node);return t.fromArray(w(C))},t.rawSplit=function(D){return t.fromArray(y(D,a.isKanjiModeEnabled()))}}(_p);const Ms=or,ll=Fs,xS=rS,SS=nS,CS=up,OS=hp,ul=dp,hl=Ps,AS=oS,Us=mp,IS=bp,DS=Kr,fl=_p;function $S(t,e){const r=t.size,n=OS.getPositions(e);for(let i=0;i<n.length;i++){const o=n[i][0],s=n[i][1];for(let a=-1;a<=7;a++)if(!(o+a<=-1||r<=o+a))for(let l=-1;l<=7;l++)s+l<=-1||r<=s+l||(a>=0&&a<=6&&(l===0||l===6)||l>=0&&l<=6&&(a===0||a===6)||a>=2&&a<=4&&l>=2&&l<=4?t.set(o+a,s+l,!0,!0):t.set(o+a,s+l,!1,!0))}}function FS(t){const e=t.size;for(let r=8;r<e-8;r++){const n=r%2===0;t.set(r,6,n,!0),t.set(6,r,n,!0)}}function PS(t,e){const r=CS.getPositions(e);for(let n=0;n<r.length;n++){const i=r[n][0],o=r[n][1];for(let s=-2;s<=2;s++)for(let a=-2;a<=2;a++)s===-2||s===2||a===-2||a===2||s===0&&a===0?t.set(i+s,o+a,!0,!0):t.set(i+s,o+a,!1,!0)}}function TS(t,e){const r=t.size,n=Us.getEncodedBits(e);let i,o,s;for(let a=0;a<18;a++)i=Math.floor(a/3),o=a%3+r-8-3,s=(n>>a&1)===1,t.set(i,o,s,!0),t.set(o,i,s,!0)}function dl(t,e,r){const n=t.size,i=IS.getEncodedBits(e,r);let o,s;for(o=0;o<15;o++)s=(i>>o&1)===1,o<6?t.set(o,8,s,!0):o<8?t.set(o+1,8,s,!0):t.set(n-15+o,8,s,!0),o<8?t.set(8,n-o-1,s,!0):o<9?t.set(8,15-o-1+1,s,!0):t.set(8,15-o-1,s,!0);t.set(n-8,8,1,!0)}function NS(t,e){const r=t.size;let n=-1,i=r-1,o=7,s=0;for(let a=r-1;a>0;a-=2)for(a===6&&a--;;){for(let l=0;l<2;l++)if(!t.isReserved(i,a-l)){let u=!1;s<e.length&&(u=(e[s]>>>o&1)===1),t.set(i,a-l,u),o--,o===-1&&(s++,o=7)}if(i+=n,i<0||r<=i){i-=n,n=-n;break}}}function RS(t,e,r){const n=new xS;r.forEach(function(l){n.put(l.mode.bit,4),n.put(l.getLength(),DS.getCharCountIndicator(l.mode,t)),l.write(n)});const i=Ms.getSymbolTotalCodewords(t),o=hl.getTotalCodewordsCount(t,e),s=(i-o)*8;for(n.getLengthInBits()+4<=s&&n.put(0,4);n.getLengthInBits()%8!==0;)n.putBit(0);const a=(s-n.getLengthInBits())/8;for(let l=0;l<a;l++)n.put(l%2?17:236,8);return LS(n,t,e)}function LS(t,e,r){const n=Ms.getSymbolTotalCodewords(e),i=hl.getTotalCodewordsCount(e,r),o=n-i,s=hl.getBlocksCount(e,r),a=n%s,l=s-a,u=Math.floor(n/s),d=Math.floor(o/s),y=d+1,m=u-d,w=new AS(m);let _=0;const R=new Array(s),M=new Array(s);let j=0;const D=new Uint8Array(t.buffer);for(let h=0;h<s;h++){const C=h<l?d:y;R[h]=D.slice(_,_+C),M[h]=w.encode(R[h]),_+=C,j=Math.max(j,C)}const N=new Uint8Array(n);let S=0,$,P;for($=0;$<j;$++)for(P=0;P<s;P++)$<R[P].length&&(N[S++]=R[P][$]);for($=0;$<m;$++)for(P=0;P<s;P++)N[S++]=M[P][$];return N}function MS(t,e,r,n){let i;if(Array.isArray(t))i=fl.fromArray(t);else if(typeof t=="string"){let u=e;if(!u){const d=fl.rawSplit(t);u=Us.getBestVersionForData(d,r)}i=fl.fromString(t,u||40)}else throw new Error("Invalid data");const o=Us.getBestVersionForData(i,r);if(!o)throw new Error("The amount of data is too big to be stored in a QR Code");if(!e)e=o;else if(e<o)throw new Error(`
123
162
  The chosen QR Code version cannot contain this amount of data.
124
- Minimum version required to store current data is: `+s+`.
125
- `);const o=p6(e,r,i),a=Rs.getSymbolSize(e),c=new n6(a);return l6(c,e),u6(c),h6(c,e),Ja(c,r,0),e>=7&&d6(c,e),f6(c,o),isNaN(n)&&(n=Ga.getBestMask(c,Ja.bind(null,c,r))),Ga.applyMask(n,c),Ja(c,r,n),{modules:c,version:e,errorCorrectionLevel:r,maskPattern:n,segments:i}}R0.create=function(e,r){if(typeof e>"u"||e==="")throw new Error("No input text");let n=Ka.M,i,s;return typeof r<"u"&&(n=Ka.from(r.errorCorrectionLevel,Ka.M),i=Ns.from(r.version),s=Ga.from(r.maskPattern),r.toSJISFunc&&Rs.setToSJISFunction(r.toSJISFunc)),m6(e,i,n,s)};var G0={},Xa={};(function(t){function e(r){if(typeof r=="number"&&(r=r.toString()),typeof r!="string")throw new Error("Color should be defined as hex string");let n=r.slice().replace("#","").split("");if(n.length<3||n.length===5||n.length>8)throw new Error("Invalid hex color: "+r);(n.length===3||n.length===4)&&(n=Array.prototype.concat.apply([],n.map(function(s){return[s,s]}))),n.length===6&&n.push("F","F");const i=parseInt(n.join(""),16);return{r:i>>24&255,g:i>>16&255,b:i>>8&255,a:i&255,hex:"#"+n.slice(0,6).join("")}}t.getOptions=function(n){n||(n={}),n.color||(n.color={});const i=typeof n.margin>"u"||n.margin===null||n.margin<0?4:n.margin,s=n.width&&n.width>=21?n.width:void 0,o=n.scale||4;return{width:s,scale:s?4:o,margin:i,color:{dark:e(n.color.dark||"#000000ff"),light:e(n.color.light||"#ffffffff")},type:n.type,rendererOpts:n.rendererOpts||{}}},t.getScale=function(n,i){return i.width&&i.width>=n+i.margin*2?i.width/(n+i.margin*2):i.scale},t.getImageWidth=function(n,i){const s=t.getScale(n,i);return Math.floor((n+i.margin*2)*s)},t.qrToImageData=function(n,i,s){const o=i.modules.size,a=i.modules.data,c=t.getScale(o,s),l=Math.floor((o+s.margin*2)*c),p=s.margin*c,w=[s.color.light,s.color.dark];for(let m=0;m<l;m++)for(let y=0;y<l;y++){let E=(m*l+y)*4,T=s.color.light;if(m>=p&&y>=p&&m<l-p&&y<l-p){const R=Math.floor((m-p)/c),L=Math.floor((y-p)/c);T=w[a[R*o+L]?1:0]}n[E++]=T.r,n[E++]=T.g,n[E++]=T.b,n[E]=T.a}}})(Xa),function(t){const e=Xa;function r(i,s,o){i.clearRect(0,0,s.width,s.height),s.style||(s.style={}),s.height=o,s.width=o,s.style.height=o+"px",s.style.width=o+"px"}function n(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}t.render=function(s,o,a){let c=a,l=o;typeof c>"u"&&(!o||!o.getContext)&&(c=o,o=void 0),o||(l=n()),c=e.getOptions(c);const p=e.getImageWidth(s.modules.size,c),w=l.getContext("2d"),m=w.createImageData(p,p);return e.qrToImageData(m.data,s,c),r(w,l,p),w.putImageData(m,0,0),l},t.renderToDataURL=function(s,o,a){let c=a;typeof c>"u"&&(!o||!o.getContext)&&(c=o,o=void 0),c||(c={});const l=t.render(s,o,c),p=c.type||"image/png",w=c.rendererOpts||{};return l.toDataURL(p,w.quality)}}(G0);var Z0={};const w6=Xa;function Y0(t,e){const r=t.a/255,n=e+'="'+t.hex+'"';return r<1?n+" "+e+'-opacity="'+r.toFixed(2).slice(1)+'"':n}function Qa(t,e,r){let n=t+e;return typeof r<"u"&&(n+=" "+r),n}function y6(t,e,r){let n="",i=0,s=!1,o=0;for(let a=0;a<t.length;a++){const c=Math.floor(a%e),l=Math.floor(a/e);!c&&!s&&(s=!0),t[a]?(o++,a>0&&c>0&&t[a-1]||(n+=s?Qa("M",c+r,.5+l+r):Qa("m",i,0),i=0,s=!1),c+1<e&&t[a+1]||(n+=Qa("h",o),o=0)):i++}return n}Z0.render=function(e,r,n){const i=w6.getOptions(r),s=e.modules.size,o=e.modules.data,a=s+i.margin*2,c=i.color.light.a?"<path "+Y0(i.color.light,"fill")+' d="M0 0h'+a+"v"+a+'H0z"/>':"",l="<path "+Y0(i.color.dark,"stroke")+' d="'+y6(o,s,i.margin)+'"/>',p='viewBox="0 0 '+a+" "+a+'"',m='<svg xmlns="http://www.w3.org/2000/svg" '+(i.width?'width="'+i.width+'" height="'+i.width+'" ':"")+p+' shape-rendering="crispEdges">'+c+l+`</svg>
126
- `;return typeof n=="function"&&n(null,m),m};const b6=Rv,ec=R0,J0=G0,v6=Z0;function tc(t,e,r,n,i){const s=[].slice.call(arguments,1),o=s.length,a=typeof s[o-1]=="function";if(!a&&!b6())throw new Error("Callback required as last argument");if(a){if(o<2)throw new Error("Too few arguments provided");o===2?(i=r,r=e,e=n=void 0):o===3&&(e.getContext&&typeof i>"u"?(i=n,n=void 0):(i=n,n=r,r=e,e=void 0))}else{if(o<1)throw new Error("Too few arguments provided");return o===1?(r=e,e=n=void 0):o===2&&!e.getContext&&(n=r,r=e,e=void 0),new Promise(function(c,l){try{const p=ec.create(r,n);c(t(p,e,n))}catch(p){l(p)}})}try{const c=ec.create(r,n);i(null,t(c,e,n))}catch(c){i(c)}}yi.create=ec.create,yi.toCanvas=tc.bind(null,J0.render),yi.toDataURL=tc.bind(null,J0.renderToDataURL),yi.toString=tc.bind(null,function(t,e,r){return v6.render(t,r)});var _6=Object.defineProperty,X0=Object.getOwnPropertySymbols,E6=Object.prototype.hasOwnProperty,x6=Object.prototype.propertyIsEnumerable,Q0=(t,e,r)=>e in t?_6(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,ed=(t,e)=>{for(var r in e||(e={}))E6.call(e,r)&&Q0(t,r,e[r]);if(X0)for(var r of X0(e))x6.call(e,r)&&Q0(t,r,e[r]);return t};function td(){return{default:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(51,150,255)",background:"rgb(232,242,252)"},dark:{inverse:"rgb(255,255,255)",foreground:"rgb(71,161,255)",background:"rgb(21,38,55)"}},magenta:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(198,83,128)",background:"rgb(244,221,230)"},dark:{inverse:"rgb(255,255,255)",foreground:"rgb(203,77,140)",background:"rgb(57,35,43)"}},blue:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(61,92,245)",background:"rgb(232,235,252)"},dark:{inverse:"rgb(255,255,255)",foreground:"rgb(81,109,251)",background:"rgb(28,33,59)"}},orange:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(234,140,46)",background:"rgb(244,236,221)"},dark:{inverse:"rgb(0,0,0)",foreground:"rgb(255,166,76)",background:"rgb(57,50,34)"}},green:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(38,181,98)",background:"rgb(218,246,218)"},dark:{inverse:"rgb(0,0,0)",foreground:"rgb(38,217,98)",background:"rgb(35,52,40)"}},purple:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(121,76,255)",background:"rgb(225,218,246)"},dark:{inverse:"rgb(255,255,255)",foreground:"rgb(144,110,247)",background:"rgb(36,31,51)"}},teal:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(43,182,182)",background:"rgb(217,242,238)"},dark:{inverse:"rgb(0,0,0)",foreground:"rgb(54,226,226)",background:"rgb(29,48,52)"}},blackWhite:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(20,20,20)",background:"rgb(255,255,255)"},dark:{inverse:"rgb(0,0,0)",foreground:"rgb(255,255,255)",background:"rgb(20,20,20)"}}}}function C6(){return{light:{foreground:{1:"rgb(20,20,20)",2:"rgb(121,134,134)",3:"rgb(158,169,169)"},background:{1:"rgb(255,255,255)",2:"rgb(241,243,243)",3:"rgb(228,231,231)"},overlay:"rgba(0,0,0,0.1)"},dark:{foreground:{1:"rgb(228,231,231)",2:"rgb(148,158,158)",3:"rgb(110,119,119)"},background:{1:"rgb(20,20,20)",2:"rgb(39,42,42)",3:"rgb(59,64,64)"},overlay:"rgba(255,255,255,0.1"}}}function S6(){return{default:{1:"#B6B9C9",2:"#C653C6",3:"#794DFF",4:"#2EB8B8"},blue:{1:"#E8EBFD",2:"#C653C6",3:"#2DD2C5",4:"#3D5CF5"},magenta:{1:"#F4DDE6",2:"#E0D452",3:"#F09475",4:"#D1618D"},orange:{1:"#F4ECDD",2:"#B4EB47",3:"#3075E8",4:"#EB9947"},green:{1:"#DAF6DA",2:"#E06B92",3:"#99E54D",4:"#26B562"},purple:{1:"#E1DAF6",2:"#EB9947",3:"#E06B92",4:"#794DFF"},teal:{1:"#D9F2EE",2:"#F09475",3:"#794DFF",4:"#2EB8B8"},blackWhite:{1:"#E3E8E8",2:"#98AEAE",3:"#516767",4:"#242E2E"}}}const le={color(){var t,e;const r=(t=et.state.themeColor)!=null?t:"default",n=(e=et.state.themeMode)!=null?e:"dark",i=td()[r][n],s=C6()[n],o=S6()[r];return{foreground:ed({accent:i.foreground,inverse:i.inverse},s.foreground),background:ed({accent:i.background},s.background),gradient:o,overlay:s.overlay,error:"rgb(242, 90, 103)"}},setTheme(){const t=document.querySelector(":root"),{themeZIndex:e}=et.state;if(t){const r={"--color-fg-accent":le.color().foreground.accent,"--color-fg-inverse":le.color().foreground.inverse,"--color-fg-1":le.color().foreground[1],"--color-fg-2":le.color().foreground[2],"--color-fg-3":le.color().foreground[3],"--color-bg-1":le.color().background[1],"--color-bg-2":le.color().background[2],"--color-bg-3":le.color().background[3],"--color-overlay":le.color().overlay,"--color-err":le.color().error,"--color-success":td().green.light.foreground,"--gradient-1":le.color().gradient[1],"--gradient-2":le.color().gradient[2],"--gradient-3":le.color().gradient[3],"--gradient-4":le.color().gradient[4],"--modal-z-index":`${e}`};Object.entries(r).forEach(([n,i])=>t.style.setProperty(n,i))}},globalCss:be`*,::after,::before{margin:0;padding:0;box-sizing:border-box;font-style:normal;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;backface-visibility:hidden}button{cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;border:none;background-color:transparent}button::after{content:'';position:absolute;inset:0;transition:background-color,.2s ease}button:disabled{cursor:not-allowed}button svg,button w3m-text{position:relative;z-index:1}input{border:none;outline:0;appearance:none}img{display:block}::selection{color:var(--color-fg-inverse);background:var(--color-fg-accent)}`},D6=be`button{display:flex;border-radius:10px;flex-direction:column;transition:background-color .2s ease;justify-content:center;padding:5px;width:100px}button:hover{background-color:var(--color-overlay)}button>div{display:flex;justify-content:center;align-items:center;width:32px;height:32px;box-shadow:inset 0 0 0 1px var(--color-overlay);background-color:var(--color-fg-accent);border-radius:50%;margin-bottom:4px}button path{fill:var(--color-fg-inverse)}`;var I6=Object.defineProperty,O6=Object.getOwnPropertyDescriptor,Ls=(t,e,r,n)=>{for(var i=n>1?void 0:n?O6(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&I6(e,r,i),i};let $n=class extends de{constructor(){super(...arguments),this.icon=void 0,this.label="",this.onClick=()=>null}render(){return V`<button @click="${this.onClick}"><div>${this.icon}</div><w3m-text variant="xsmall-normal" color="accent">${this.label}</w3m-text></button>`}};$n.styles=[le.globalCss,D6],Ls([ve()],$n.prototype,"icon",2),Ls([ve()],$n.prototype,"label",2),Ls([ve()],$n.prototype,"onClick",2),$n=Ls([we("w3m-box-button")],$n);const A6=be`button{border-radius:28px;height:28px;padding:0 10px;background-color:var(--color-fg-accent)}button path{fill:var(--color-fg-inverse)}button::after{border-radius:inherit;border:1px solid var(--color-overlay)}button:disabled::after{background-color:transparent}.w3m-icon-left svg{margin-right:5px}.w3m-icon-right svg{margin-left:5px}button:hover::after{background-color:var(--color-overlay)}button:disabled{background-color:var(--color-bg-3)}`;var $6=Object.defineProperty,P6=Object.getOwnPropertyDescriptor,Ei=(t,e,r,n)=>{for(var i=n>1?void 0:n?P6(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&$6(e,r,i),i};let Wr=class extends de{constructor(){super(...arguments),this.disabled=!1,this.iconLeft=void 0,this.iconRight=void 0,this.onClick=()=>null}render(){const t={"w3m-icon-left":this.iconLeft!==void 0,"w3m-icon-right":this.iconRight!==void 0};return V`<button class="${Lt(t)}" ?disabled="${this.disabled}" @click="${this.onClick}">${this.iconLeft}<w3m-text variant="small-normal" color="inverse"><slot></slot></w3m-text>${this.iconRight}</button>`}};Wr.styles=[le.globalCss,A6],Ei([ve()],Wr.prototype,"disabled",2),Ei([ve()],Wr.prototype,"iconLeft",2),Ei([ve()],Wr.prototype,"iconRight",2),Ei([ve()],Wr.prototype,"onClick",2),Wr=Ei([we("w3m-button")],Wr);const T6=be`:host{display:inline-block}button{padding:0 15px 1px;height:40px;border-radius:10px;color:var(--color-fg-inverse);background-color:var(--color-fg-accent)}button::after{content:'';inset:0;position:absolute;background-color:transparent;border-radius:inherit;transition:background-color .2s ease;border:1px solid var(--color-overlay)}button:hover::after{background-color:var(--color-overlay)}button:disabled{padding-bottom:0;background-color:var(--color-bg-3);color:var(--color-fg-3)}.w3m-secondary{color:var(--color-fg-accent);background-color:transparent}.w3m-secondary::after{display:none}`;var R6=Object.defineProperty,N6=Object.getOwnPropertyDescriptor,rc=(t,e,r,n)=>{for(var i=n>1?void 0:n?N6(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&R6(e,r,i),i};let xi=class extends de{constructor(){super(...arguments),this.disabled=!1,this.variant="primary"}render(){const t={"w3m-secondary":this.variant==="secondary"};return V`<button ?disabled="${this.disabled}" class="${Lt(t)}"><slot></slot></button>`}};xi.styles=[le.globalCss,T6],rc([ve()],xi.prototype,"disabled",2),rc([ve()],xi.prototype,"variant",2),xi=rc([we("w3m-button-big")],xi);class L6{constructor(...e){this.angle=0,this.t=1253106,this.last=0,this.height=500,this.amp=300,this.seed=15,this.freqX=14e-5,this.freqY=29e-5,this.freqDelta=1e-5,this.activeColors=[1,1,1,1],this.isMetaKey=!1,this.playing=!1,rd(this,"resize",()=>{this.width=window.innerWidth,this.minigl.setSize(this.width,this.height),this.minigl.setOrthographicCamera(),this.xSegCount=Math.ceil(this.width*this.conf.density[0]),this.ySegCount=Math.ceil(this.height*this.conf.density[1]),this.mesh.geometry.setTopology(this.xSegCount,this.ySegCount),this.mesh.geometry.setSize(this.width,this.height),this.mesh.material.uniforms.u_shadow_power.value=this.width<550?5:6}),rd(this,"animate",r=>{if(this.playing){if(this.shouldSkipFrame(r)||(this.t+=Math.min(r-this.last,1e3/15),this.last=r,this.mesh.material.uniforms.u_time.value=this.t,this.minigl.render()),this.last!==0&&this.isStatic)return this.minigl.render();requestAnimationFrame(this.animate)}})}play(e){this.el=e,this.connect()}stop(){this.playing=!1}async connect(){this.shaderFiles={vertex:"varying vec3 v_color;void main(){float time=u_time*u_global.noiseSpeed;vec2 noiseCoord=resolution*uvNorm*u_global.noiseFreq;vec2 st=1.-uvNorm.xy;float tilt=resolution.y/2.0*uvNorm.y;float incline=resolution.x*uvNorm.x/2.0*u_vertDeform.incline;float offset=resolution.x/2.0*u_vertDeform.incline*mix(u_vertDeform.offsetBottom,u_vertDeform.offsetTop,uv.y);float noise=snoise(vec3(noiseCoord.x*u_vertDeform.noiseFreq.x+time*u_vertDeform.noiseFlow,noiseCoord.y*u_vertDeform.noiseFreq.y,time*u_vertDeform.noiseSpeed+u_vertDeform.noiseSeed))*u_vertDeform.noiseAmp;noise*=1.0-pow(abs(uvNorm.y),2.0);noise=max(0.0,noise);vec3 pos=vec3(position.x,position.y+tilt+incline+noise-offset,position.z);if(u_active_colors[0]==1.){v_color=u_baseColor;}for(int i=0;i<u_waveLayers_length;i++){if(u_active_colors[i+1]==1.){WaveLayers layer=u_waveLayers[i];float noise=smoothstep(layer.noiseFloor,layer.noiseCeil,snoise(vec3(noiseCoord.x*layer.noiseFreq.x+time*layer.noiseFlow,noiseCoord.y*layer.noiseFreq.y,time*layer.noiseSpeed+layer.noiseSeed))/2.0+0.5);v_color=blendNormal(v_color,layer.color,pow(noise,4.));}}gl_Position=projectionMatrix*modelViewMatrix*vec4(pos,1.0);}",noise:`
163
+ Minimum version required to store current data is: `+o+`.
164
+ `);const s=RS(e,r,i),a=Ms.getSymbolSize(e),l=new SS(a);return $S(l,e),FS(l),PS(l,e),dl(l,r,0),e>=7&&TS(l,e),NS(l,s),isNaN(n)&&(n=ul.getBestMask(l,dl.bind(null,l,r))),ul.applyMask(n,l),dl(l,r,n),{modules:l,version:e,errorCorrectionLevel:r,maskPattern:n,segments:i}}cp.create=function(e,r){if(typeof e>"u"||e==="")throw new Error("No input text");let n=ll.M,i,o;return typeof r<"u"&&(n=ll.from(r.errorCorrectionLevel,ll.M),i=Us.from(r.version),o=ul.from(r.maskPattern),r.toSJISFunc&&Ms.setToSJISFunction(r.toSJISFunc)),MS(e,i,n,o)};var xp={},pl={};(function(t){function e(r){if(typeof r=="number"&&(r=r.toString()),typeof r!="string")throw new Error("Color should be defined as hex string");let n=r.slice().replace("#","").split("");if(n.length<3||n.length===5||n.length>8)throw new Error("Invalid hex color: "+r);(n.length===3||n.length===4)&&(n=Array.prototype.concat.apply([],n.map(function(o){return[o,o]}))),n.length===6&&n.push("F","F");const i=parseInt(n.join(""),16);return{r:i>>24&255,g:i>>16&255,b:i>>8&255,a:i&255,hex:"#"+n.slice(0,6).join("")}}t.getOptions=function(n){n||(n={}),n.color||(n.color={});const i=typeof n.margin>"u"||n.margin===null||n.margin<0?4:n.margin,o=n.width&&n.width>=21?n.width:void 0,s=n.scale||4;return{width:o,scale:o?4:s,margin:i,color:{dark:e(n.color.dark||"#000000ff"),light:e(n.color.light||"#ffffffff")},type:n.type,rendererOpts:n.rendererOpts||{}}},t.getScale=function(n,i){return i.width&&i.width>=n+i.margin*2?i.width/(n+i.margin*2):i.scale},t.getImageWidth=function(n,i){const o=t.getScale(n,i);return Math.floor((n+i.margin*2)*o)},t.qrToImageData=function(n,i,o){const s=i.modules.size,a=i.modules.data,l=t.getScale(s,o),u=Math.floor((s+o.margin*2)*l),d=o.margin*l,y=[o.color.light,o.color.dark];for(let m=0;m<u;m++)for(let w=0;w<u;w++){let _=(m*u+w)*4,R=o.color.light;if(m>=d&&w>=d&&m<u-d&&w<u-d){const M=Math.floor((m-d)/l),j=Math.floor((w-d)/l);R=y[a[M*s+j]?1:0]}n[_++]=R.r,n[_++]=R.g,n[_++]=R.b,n[_]=R.a}}})(pl),function(t){const e=pl;function r(i,o,s){i.clearRect(0,0,o.width,o.height),o.style||(o.style={}),o.height=s,o.width=s,o.style.height=s+"px",o.style.width=s+"px"}function n(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}t.render=function(o,s,a){let l=a,u=s;typeof l>"u"&&(!s||!s.getContext)&&(l=s,s=void 0),s||(u=n()),l=e.getOptions(l);const d=e.getImageWidth(o.modules.size,l),y=u.getContext("2d"),m=y.createImageData(d,d);return e.qrToImageData(m.data,o,l),r(y,u,d),y.putImageData(m,0,0),u},t.renderToDataURL=function(o,s,a){let l=a;typeof l>"u"&&(!s||!s.getContext)&&(l=s,s=void 0),l||(l={});const u=t.render(o,s,l),d=l.type||"image/png",y=l.rendererOpts||{};return u.toDataURL(d,y.quality)}}(xp);var Sp={};const US=pl;function Cp(t,e){const r=t.a/255,n=e+'="'+t.hex+'"';return r<1?n+" "+e+'-opacity="'+r.toFixed(2).slice(1)+'"':n}function gl(t,e,r){let n=t+e;return typeof r<"u"&&(n+=" "+r),n}function jS(t,e,r){let n="",i=0,o=!1,s=0;for(let a=0;a<t.length;a++){const l=Math.floor(a%e),u=Math.floor(a/e);!l&&!o&&(o=!0),t[a]?(s++,a>0&&l>0&&t[a-1]||(n+=o?gl("M",l+r,.5+u+r):gl("m",i,0),i=0,o=!1),l+1<e&&t[a+1]||(n+=gl("h",s),s=0)):i++}return n}Sp.render=function(e,r,n){const i=US.getOptions(r),o=e.modules.size,s=e.modules.data,a=o+i.margin*2,l=i.color.light.a?"<path "+Cp(i.color.light,"fill")+' d="M0 0h'+a+"v"+a+'H0z"/>':"",u="<path "+Cp(i.color.dark,"stroke")+' d="'+jS(s,o,i.margin)+'"/>',d='viewBox="0 0 '+a+" "+a+'"',m='<svg xmlns="http://www.w3.org/2000/svg" '+(i.width?'width="'+i.width+'" height="'+i.width+'" ':"")+d+' shape-rendering="crispEdges">'+l+u+`</svg>
165
+ `;return typeof n=="function"&&n(null,m),m};const BS=eS,ml=cp,Op=xp,kS=Sp;function yl(t,e,r,n,i){const o=[].slice.call(arguments,1),s=o.length,a=typeof o[s-1]=="function";if(!a&&!BS())throw new Error("Callback required as last argument");if(a){if(s<2)throw new Error("Too few arguments provided");s===2?(i=r,r=e,e=n=void 0):s===3&&(e.getContext&&typeof i>"u"?(i=n,n=void 0):(i=n,n=r,r=e,e=void 0))}else{if(s<1)throw new Error("Too few arguments provided");return s===1?(r=e,e=n=void 0):s===2&&!e.getContext&&(n=r,r=e,e=void 0),new Promise(function(l,u){try{const d=ml.create(r,n);l(t(d,e,n))}catch(d){u(d)}})}try{const l=ml.create(r,n);i(null,t(l,e,n))}catch(l){i(l)}}to.create=ml.create,to.toCanvas=yl.bind(null,Op.render),to.toDataURL=yl.bind(null,Op.renderToDataURL),to.toString=yl.bind(null,function(t,e,r){return kS.render(t,r)});var HS=Object.defineProperty,Ap=Object.getOwnPropertySymbols,zS=Object.prototype.hasOwnProperty,WS=Object.prototype.propertyIsEnumerable,Ip=(t,e,r)=>e in t?HS(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Dp=(t,e)=>{for(var r in e||(e={}))zS.call(e,r)&&Ip(t,r,e[r]);if(Ap)for(var r of Ap(e))WS.call(e,r)&&Ip(t,r,e[r]);return t};function $p(){return{default:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(51,150,255)",background:"rgb(232,242,252)"},dark:{inverse:"rgb(255,255,255)",foreground:"rgb(71,161,255)",background:"rgb(21,38,55)"}},magenta:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(198,83,128)",background:"rgb(244,221,230)"},dark:{inverse:"rgb(255,255,255)",foreground:"rgb(203,77,140)",background:"rgb(57,35,43)"}},blue:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(61,92,245)",background:"rgb(232,235,252)"},dark:{inverse:"rgb(255,255,255)",foreground:"rgb(81,109,251)",background:"rgb(28,33,59)"}},orange:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(234,140,46)",background:"rgb(244,236,221)"},dark:{inverse:"rgb(0,0,0)",foreground:"rgb(255,166,76)",background:"rgb(57,50,34)"}},green:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(38,181,98)",background:"rgb(218,246,218)"},dark:{inverse:"rgb(0,0,0)",foreground:"rgb(38,217,98)",background:"rgb(35,52,40)"}},purple:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(121,76,255)",background:"rgb(225,218,246)"},dark:{inverse:"rgb(255,255,255)",foreground:"rgb(144,110,247)",background:"rgb(36,31,51)"}},teal:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(43,182,182)",background:"rgb(217,242,238)"},dark:{inverse:"rgb(0,0,0)",foreground:"rgb(54,226,226)",background:"rgb(29,48,52)"}},blackWhite:{light:{inverse:"rgb(255,255,255)",foreground:"rgb(20,20,20)",background:"rgb(255,255,255)"},dark:{inverse:"rgb(0,0,0)",foreground:"rgb(255,255,255)",background:"rgb(20,20,20)"}}}}function VS(){return{light:{foreground:{1:"rgb(20,20,20)",2:"rgb(121,134,134)",3:"rgb(158,169,169)"},background:{1:"rgb(255,255,255)",2:"rgb(241,243,243)",3:"rgb(228,231,231)"},overlay:"rgba(0,0,0,0.1)"},dark:{foreground:{1:"rgb(228,231,231)",2:"rgb(148,158,158)",3:"rgb(110,119,119)"},background:{1:"rgb(20,20,20)",2:"rgb(39,42,42)",3:"rgb(59,64,64)"},overlay:"rgba(255,255,255,0.1"}}}function qS(){return{default:{1:"#B6B9C9",2:"#C653C6",3:"#794DFF",4:"#2EB8B8"},blue:{1:"#E8EBFD",2:"#C653C6",3:"#2DD2C5",4:"#3D5CF5"},magenta:{1:"#F4DDE6",2:"#E0D452",3:"#F09475",4:"#D1618D"},orange:{1:"#F4ECDD",2:"#B4EB47",3:"#3075E8",4:"#EB9947"},green:{1:"#DAF6DA",2:"#E06B92",3:"#99E54D",4:"#26B562"},purple:{1:"#E1DAF6",2:"#EB9947",3:"#E06B92",4:"#794DFF"},teal:{1:"#D9F2EE",2:"#F09475",3:"#794DFF",4:"#2EB8B8"},blackWhite:{1:"#E3E8E8",2:"#98AEAE",3:"#516767",4:"#242E2E"}}}const _e={color(){var t,e;const r=(t=vt.state.themeColor)!=null?t:"default",n=(e=vt.state.themeMode)!=null?e:"dark",i=$p()[r][n],o=VS()[n],s=qS()[r];return{foreground:Dp({accent:i.foreground,inverse:i.inverse},o.foreground),background:Dp({accent:i.background},o.background),gradient:s,overlay:o.overlay,error:"rgb(242, 90, 103)"}},setTheme(){const t=document.querySelector(":root"),{themeZIndex:e}=vt.state;if(t){const r={"--w3m-color-fg-accent":_e.color().foreground.accent,"--w3m-color-fg-inverse":_e.color().foreground.inverse,"--w3m-color-fg-1":_e.color().foreground[1],"--w3m-color-fg-2":_e.color().foreground[2],"--w3m-color-fg-3":_e.color().foreground[3],"--w3m-color-bg-1":_e.color().background[1],"--w3m-color-bg-2":_e.color().background[2],"--w3m-color-bg-3":_e.color().background[3],"--w3m-color-overlay":_e.color().overlay,"--w3m-color-err":_e.color().error,"--w3m-color-success":$p().green.light.foreground,"--w3m-gradient-1":_e.color().gradient[1],"--w3m-gradient-2":_e.color().gradient[2],"--w3m-gradient-3":_e.color().gradient[3],"--w3m-gradient-4":_e.color().gradient[4],"--w3m-modal-z-index":`${e}`};Object.entries(r).forEach(([n,i])=>t.style.setProperty(n,i))}},globalCss:He`*,::after,::before{margin:0;padding:0;box-sizing:border-box;font-style:normal;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;backface-visibility:hidden}button{cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;border:none;background-color:transparent}button::after{content:'';position:absolute;inset:0;transition:background-color,.2s ease}button:disabled{cursor:not-allowed}button svg,button w3m-text{position:relative;z-index:1}input{border:none;outline:0;appearance:none}img{display:block}::selection{color:var(--w3m-color-fg-inverse);background:var(--w3m-color-fg-accent)}`},KS=He`button{display:flex;border-radius:10px;flex-direction:column;transition:background-color .2s ease;justify-content:center;padding:5px;width:100px}button:hover{background-color:var(--w3m-color-overlay)}button>div{display:flex;justify-content:center;align-items:center;width:32px;height:32px;box-shadow:inset 0 0 0 1px var(--w3m-color-overlay);background-color:var(--w3m-color-fg-accent);border-radius:50%;margin-bottom:4px}button path{fill:var(--w3m-color-fg-inverse)}`;var GS=Object.defineProperty,YS=Object.getOwnPropertyDescriptor,js=(t,e,r,n)=>{for(var i=n>1?void 0:n?YS(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&GS(e,r,i),i};let ei=class extends Ae{constructor(){super(...arguments),this.icon=void 0,this.label="",this.onClick=()=>null}render(){return ee`<button @click="${this.onClick}"><div>${this.icon}</div><w3m-text variant="xsmall-normal" color="accent">${this.label}</w3m-text></button>`}};ei.styles=[_e.globalCss,KS],js([Be()],ei.prototype,"icon",2),js([Be()],ei.prototype,"label",2),js([Be()],ei.prototype,"onClick",2),ei=js([Le("w3m-box-button")],ei);const ZS=He`button{border-radius:28px;height:28px;padding:0 10px;background-color:var(--w3m-color-fg-accent)}button path{fill:var(--w3m-color-fg-inverse)}button::after{border-radius:inherit;border:1px solid var(--w3m-color-overlay)}button:disabled::after{background-color:transparent}.w3m-icon-left svg{margin-right:5px}.w3m-icon-right svg{margin-left:5px}button:hover::after{background-color:var(--w3m-color-overlay)}button:disabled{background-color:var(--w3m-color-bg-3)}`;var JS=Object.defineProperty,XS=Object.getOwnPropertyDescriptor,oo=(t,e,r,n)=>{for(var i=n>1?void 0:n?XS(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&JS(e,r,i),i};let gn=class extends Ae{constructor(){super(...arguments),this.disabled=!1,this.iconLeft=void 0,this.iconRight=void 0,this.onClick=()=>null}render(){const t={"w3m-icon-left":this.iconLeft!==void 0,"w3m-icon-right":this.iconRight!==void 0};return ee`<button class="${tr(t)}" ?disabled="${this.disabled}" @click="${this.onClick}">${this.iconLeft}<w3m-text variant="small-normal" color="inverse"><slot></slot></w3m-text>${this.iconRight}</button>`}};gn.styles=[_e.globalCss,ZS],oo([Be()],gn.prototype,"disabled",2),oo([Be()],gn.prototype,"iconLeft",2),oo([Be()],gn.prototype,"iconRight",2),oo([Be()],gn.prototype,"onClick",2),gn=oo([Le("w3m-button")],gn);const QS=He`:host{display:inline-block}button{padding:0 15px 1px;height:40px;border-radius:10px;color:var(--w3m-color-fg-inverse);background-color:var(--w3m-color-fg-accent)}button::after{content:'';inset:0;position:absolute;background-color:transparent;border-radius:inherit;transition:background-color .2s ease;border:1px solid var(--w3m-color-overlay)}button:hover::after{background-color:var(--w3m-color-overlay)}button:disabled{padding-bottom:0;background-color:var(--w3m-color-bg-3);color:var(--w3m-color-fg-3)}.w3m-secondary{color:var(--w3m-color-fg-accent);background-color:transparent}.w3m-secondary::after{display:none}`;var eC=Object.defineProperty,tC=Object.getOwnPropertyDescriptor,bl=(t,e,r,n)=>{for(var i=n>1?void 0:n?tC(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&eC(e,r,i),i};let so=class extends Ae{constructor(){super(...arguments),this.disabled=!1,this.variant="primary"}render(){const t={"w3m-secondary":this.variant==="secondary"};return ee`<button ?disabled="${this.disabled}" class="${tr(t)}"><slot></slot></button>`}};so.styles=[_e.globalCss,QS],bl([Be()],so.prototype,"disabled",2),bl([Be()],so.prototype,"variant",2),so=bl([Le("w3m-button-big")],so);let rC=class{constructor(...t){this.angle=0,this.t=1253106,this.last=0,this.height=500,this.amp=300,this.seed=15,this.freqX=14e-5,this.freqY=29e-5,this.freqDelta=1e-5,this.activeColors=[1,1,1,1],this.isMetaKey=!1,this.playing=!1,Fp(this,"resize",()=>{this.width=window.innerWidth,this.minigl.setSize(this.width,this.height),this.minigl.setOrthographicCamera(),this.xSegCount=Math.ceil(this.width*this.conf.density[0]),this.ySegCount=Math.ceil(this.height*this.conf.density[1]),this.mesh.geometry.setTopology(this.xSegCount,this.ySegCount),this.mesh.geometry.setSize(this.width,this.height),this.mesh.material.uniforms.u_shadow_power.value=this.width<550?5:6}),Fp(this,"animate",e=>{if(this.playing){if(this.shouldSkipFrame(e)||(this.t+=Math.min(e-this.last,1e3/15),this.last=e,this.mesh.material.uniforms.u_time.value=this.t,this.minigl.render()),this.last!==0&&this.isStatic)return this.minigl.render();requestAnimationFrame(this.animate)}})}play(t){this.el=t,this.connect()}stop(){this.playing=!1}async connect(){this.shaderFiles={vertex:"varying vec3 v_color;void main(){float time=u_time*u_global.noiseSpeed;vec2 noiseCoord=resolution*uvNorm*u_global.noiseFreq;vec2 st=1.-uvNorm.xy;float tilt=resolution.y/2.0*uvNorm.y;float incline=resolution.x*uvNorm.x/2.0*u_vertDeform.incline;float offset=resolution.x/2.0*u_vertDeform.incline*mix(u_vertDeform.offsetBottom,u_vertDeform.offsetTop,uv.y);float noise=snoise(vec3(noiseCoord.x*u_vertDeform.noiseFreq.x+time*u_vertDeform.noiseFlow,noiseCoord.y*u_vertDeform.noiseFreq.y,time*u_vertDeform.noiseSpeed+u_vertDeform.noiseSeed))*u_vertDeform.noiseAmp;noise*=1.0-pow(abs(uvNorm.y),2.0);noise=max(0.0,noise);vec3 pos=vec3(position.x,position.y+tilt+incline+noise-offset,position.z);if(u_active_colors[0]==1.){v_color=u_baseColor;}for(int i=0;i<u_waveLayers_length;i++){if(u_active_colors[i+1]==1.){WaveLayers layer=u_waveLayers[i];float noise=smoothstep(layer.noiseFloor,layer.noiseCeil,snoise(vec3(noiseCoord.x*layer.noiseFreq.x+time*layer.noiseFlow,noiseCoord.y*layer.noiseFreq.y,time*layer.noiseSpeed+layer.noiseSeed))/2.0+0.5);v_color=blendNormal(v_color,layer.color,pow(noise,4.));}}gl_Position=projectionMatrix*modelViewMatrix*vec4(pos,1.0);}",noise:`
127
166
  // MIT License: Copyright (C) 2011 Ashima Arts. All rights reserved. https://github.com/ashima/webgl-noise, https://github.com/stegu/webgl-noise
128
167
  vec3 mod289(vec3 x){return x-floor(x*(1.0/289.0))*289.0;}vec4 mod289(vec4 x){return x-floor(x*(1.0/289.0))*289.0;}vec4 permute(vec4 x){return mod289(((x*34.0)+1.0)*x);}vec4 taylorInvSqrt(vec4 r){return 1.79284291400159-0.85373472095314*r;}float snoise(vec3 v){const vec2 C=vec2(1.0/6.0,1.0/3.0);const vec4 D=vec4(0.0,0.5,1.0,2.0);vec3 i=floor(v+dot(v,C.yyy));vec3 x0=v-i+dot(i,C.xxx);vec3 g=step(x0.yzx,x0.xyz);vec3 l=1.0-g;vec3 i1=min(g.xyz,l.zxy);vec3 i2=max(g.xyz,l.zxy);vec3 x1=x0-i1+C.xxx;vec3 x2=x0-i2+C.yyy;vec3 x3=x0-D.yyy;i=mod289(i);vec4 p=permute(permute(permute(i.z+vec4(0.0,i1.z,i2.z,1.0))+i.y+vec4(0.0,i1.y,i2.y,1.0))+i.x+vec4(0.0,i1.x,i2.x,1.0));float n_=0.142857142857;vec3 ns=n_*D.wyz-D.xzx;vec4 j=p-49.0*floor(p*ns.z*ns.z);vec4 x_=floor(j*ns.z);vec4 y_=floor(j-7.0*x_);vec4 x=x_*ns.x+ns.yyyy;vec4 y=y_*ns.x+ns.yyyy;vec4 h=1.0-abs(x)-abs(y);vec4 b0=vec4(x.xy,y.xy);vec4 b1=vec4(x.zw,y.zw);vec4 s0=floor(b0)*2.0+1.0;vec4 s1=floor(b1)*2.0+1.0;vec4 sh=-step(h,vec4(0.0));vec4 a0=b0.xzyw+s0.xzyw*sh.xxyy;vec4 a1=b1.xzyw+s1.xzyw*sh.zzww;vec3 p0=vec3(a0.xy,h.x);vec3 p1=vec3(a0.zw,h.y);vec3 p2=vec3(a1.xy,h.z);vec3 p3=vec3(a1.zw,h.w);vec4 norm=taylorInvSqrt(vec4(dot(p0,p0),dot(p1,p1),dot(p2,p2),dot(p3,p3)));p0*=norm.x;p1*=norm.y;p2*=norm.z;p3*=norm.w;vec4 m=max(0.6-vec4(dot(x0,x0),dot(x1,x1),dot(x2,x2),dot(x3,x3)),0.0);m=m*m;return 42.0*dot(m*m,vec4(dot(p0,x0),dot(p1,x1),dot(p2,x2),dot(p3,x3)));}`,blend:`
129
168
  // MIT Licence: Copyright (C) 2015 Jamie Owen. All rights reserved. https://github.com/jamieowen/glsl-blend
130
- vec3 blendNormal(vec3 base, vec3 blend){return blend;}vec3 blendNormal(vec3 base,vec3 blend,float opacity){return (blendNormal(base,blend)*opacity+base*(1.0-opacity));}float blendScreen(float base,float blend){return 1.0-((1.0-base)*(1.0-blend));}vec3 blendScreen(vec3 base,vec3 blend){return vec3(blendScreen(base.r,blend.r),blendScreen(base.g,blend.g),blendScreen(base.b,blend.b));}vec3 blendScreen(vec3 base,vec3 blend,float opacity){return (blendScreen(base, blend)*opacity+base*(1.0-opacity));}vec3 blendMultiply(vec3 base,vec3 blend){return base*blend;}vec3 blendMultiply(vec3 base,vec3 blend,float opacity){return (blendMultiply(base,blend)*opacity+base*(1.0-opacity));}float blendOverlay(float base,float blend){return base<0.5?(2.0*base*blend):(1.0-2.0*(1.0-base)*(1.0-blend));}vec3 blendOverlay(vec3 base,vec3 blend){return vec3(blendOverlay(base.r,blend.r),blendOverlay(base.g,blend.g),blendOverlay(base.b,blend.b));}vec3 blendOverlay(vec3 base,vec3 blend,float opacity){return (blendOverlay(base,blend)*opacity+base*(1.0-opacity));}vec3 blendHardLight(vec3 base,vec3 blend){return blendOverlay(blend,base);}vec3 blendHardLight(vec3 base,vec3 blend,float opacity){return (blendHardLight(base,blend)*opacity+base*(1.0-opacity));}float blendSoftLight(float base,float blend){return (blend<0.5)?(2.0*base*blend+base*base*(1.0-2.0*blend)):(sqrt(base)*(2.0*blend-1.0)+2.0*base*(1.0-blend));}vec3 blendSoftLight(vec3 base,vec3 blend){return vec3(blendSoftLight(base.r,blend.r),blendSoftLight(base.g,blend.g),blendSoftLight(base.b,blend.b));}vec3 blendSoftLight(vec3 base,vec3 blend,float opacity){return (blendSoftLight(base,blend)*opacity+base*(1.0-opacity));}float blendColorDodge(float base,float blend){return (blend==1.0)?blend:min(base/(1.0-blend),1.0);}vec3 blendColorDodge(vec3 base,vec3 blend){return vec3(blendColorDodge(base.r,blend.r),blendColorDodge(base.g,blend.g),blendColorDodge(base.b,blend.b));}vec3 blendColorDodge(vec3 base,vec3 blend,float opacity){return (blendColorDodge(base, blend)*opacity+base*(1.0-opacity));}float blendColorBurn(float base,float blend){return (blend==0.0)?blend:max((1.0-((1.0-base)/blend)),0.0);}vec3 blendColorBurn(vec3 base,vec3 blend){return vec3(blendColorBurn(base.r,blend.r),blendColorBurn(base.g,blend.g),blendColorBurn(base.b,blend.b));}vec3 blendColorBurn(vec3 base,vec3 blend,float opacity){return (blendColorBurn(base, blend)*opacity+base*(1.0-opacity));}float blendVividLight(float base,float blend){return (blend<0.5)?blendColorBurn(base,(2.0*blend)):blendColorDodge(base,(2.0*(blend-0.5)));}vec3 blendVividLight(vec3 base,vec3 blend){return vec3(blendVividLight(base.r,blend.r),blendVividLight(base.g,blend.g),blendVividLight(base.b,blend.b));}vec3 blendVividLight(vec3 base,vec3 blend,float opacity){return (blendVividLight(base,blend)*opacity+base*(1.0-opacity));}float blendLighten(float base,float blend){return max(blend,base);}vec3 blendLighten(vec3 base,vec3 blend){return vec3(blendLighten(base.r,blend.r),blendLighten(base.g,blend.g),blendLighten(base.b,blend.b));}vec3 blendLighten(vec3 base,vec3 blend,float opacity){return (blendLighten(base,blend)*opacity+base*(1.0-opacity));}float blendLinearBurn(float base,float blend){return max(base+blend-1.0,0.0);}vec3 blendLinearBurn(vec3 base,vec3 blend){return max(base+blend-vec3(1.0),vec3(0.0));}vec3 blendLinearBurn(vec3 base,vec3 blend,float opacity){return (blendLinearBurn(base, blend)*opacity+base*(1.0-opacity));}float blendLinearDodge(float base,float blend){return min(base+blend,1.0);}vec3 blendLinearDodge(vec3 base,vec3 blend){return min(base+blend,vec3(1.0));}vec3 blendLinearDodge(vec3 base,vec3 blend,float opacity){return (blendLinearDodge(base,blend)*opacity+base*(1.0-opacity));}float blendLinearLight(float base,float blend){return blend<0.5?blendLinearBurn(base,(2.0*blend)):blendLinearDodge(base,(2.0*(blend-0.5)));}vec3 blendLinearLight(vec3 base,vec3 blend){return vec3(blendLinearLight(base.r,blend.r),blendLinearLight(base.g,blend.g),blendLinearLight(base.b,blend.b));}vec3 blendLinearLight(vec3 base,vec3 blend,float opacity){return (blendLinearLight(base,blend)*opacity+base*(1.0-opacity));}`,fragment:"varying vec3 v_color;void main(){vec3 color=v_color;if(u_darken_top==1.0){vec2 st=gl_FragCoord.xy/resolution.xy;color.g-=pow(st.y+sin(-12.0)*st.x,u_shadow_power)*0.4;}gl_FragColor=vec4(color,1.0);}"},this.conf={density:[.06,.16]},this.minigl=new U6(this.el,null,null,!0),requestAnimationFrame(()=>{this.el&&(this.computedCanvasStyle=getComputedStyle(this.el),this.waitForCssVars())})}initMaterial(){this.uniforms={u_time:new this.minigl.Uniform({value:0}),u_shadow_power:new this.minigl.Uniform({value:5}),u_darken_top:new this.minigl.Uniform({value:this.el.dataset.jsDarkenTop===""?1:0}),u_active_colors:new this.minigl.Uniform({value:this.activeColors,type:"vec4"}),u_global:new this.minigl.Uniform({value:{noiseFreq:new this.minigl.Uniform({value:[this.freqX,this.freqY],type:"vec2"}),noiseSpeed:new this.minigl.Uniform({value:5e-6})},type:"struct"}),u_vertDeform:new this.minigl.Uniform({value:{incline:new this.minigl.Uniform({value:Math.sin(this.angle)/Math.cos(this.angle)}),offsetTop:new this.minigl.Uniform({value:-.5}),offsetBottom:new this.minigl.Uniform({value:-.5}),noiseFreq:new this.minigl.Uniform({value:[3,4],type:"vec2"}),noiseAmp:new this.minigl.Uniform({value:this.amp}),noiseSpeed:new this.minigl.Uniform({value:10}),noiseFlow:new this.minigl.Uniform({value:3}),noiseSeed:new this.minigl.Uniform({value:this.seed})},type:"struct",excludeFrom:"fragment"}),u_baseColor:new this.minigl.Uniform({value:this.sectionColors[0],type:"vec3",excludeFrom:"fragment"}),u_waveLayers:new this.minigl.Uniform({value:[],excludeFrom:"fragment",type:"array"})};for(let e=1;e<this.sectionColors.length;e+=1)this.uniforms.u_waveLayers.value.push(new this.minigl.Uniform({value:{color:new this.minigl.Uniform({value:this.sectionColors[e],type:"vec3"}),noiseFreq:new this.minigl.Uniform({value:[2+e/this.sectionColors.length,3+e/this.sectionColors.length],type:"vec2"}),noiseSpeed:new this.minigl.Uniform({value:11+.3*e}),noiseFlow:new this.minigl.Uniform({value:6.5+.3*e}),noiseSeed:new this.minigl.Uniform({value:this.seed+10*e}),noiseFloor:new this.minigl.Uniform({value:.1}),noiseCeil:new this.minigl.Uniform({value:.63+.07*e})},type:"struct"}));return this.vertexShader=[this.shaderFiles.noise,this.shaderFiles.blend,this.shaderFiles.vertex].join(""),new this.minigl.Material(this.vertexShader,this.shaderFiles.fragment,this.uniforms)}initMesh(){this.material=this.initMaterial(),this.geometry=new this.minigl.PlaneGeometry,this.mesh=new this.minigl.Mesh(this.geometry,this.material)}shouldSkipFrame(e){return!!window.document.hidden||parseInt(e,10)%2==0||void 0}updateFrequency(e){this.freqX+=e,this.freqY+=e}toggleColor(e){this.activeColors[e]=this.activeColors[e]===0?1:0}init(){this.playing=!0,this.initGradientColors(),this.initMesh(),this.resize(),requestAnimationFrame(this.animate)}waitForCssVars(){this.computedCanvasStyle&&this.computedCanvasStyle.getPropertyValue("--gradient-1").indexOf("#")!==-1?this.init():this.init()}initGradientColors(){this.sectionColors=["--gradient-1","--gradient-2","--gradient-3","--gradient-4"].map(e=>{let r=this.computedCanvasStyle.getPropertyValue(e).trim();return r.length===4&&(r=`#${r.substr(1).split("").map(n=>n+n).join("")}`),r&&`0x${r.substr(1)}`}).filter(Boolean).map(M6)}}function M6(t){return[(t>>16&255)/255,(t>>8&255)/255,(255&t)/255]}function rd(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}let U6=class{constructor(t,e,r){const n=this;n.canvas=t,n.gl=n.canvas.getContext("webgl",{antialias:!0}),n.meshes=[];const i=n.gl;e&&r&&this.setSize(e,r),Object.defineProperties(n,{Material:{enumerable:!1,value:class{constructor(o,a,c={}){const l=this;function p(y,E){const T=i.createShader(y);return i.shaderSource(T,E),i.compileShader(T),i.getShaderParameter(T,i.COMPILE_STATUS)||console.error(i.getShaderInfoLog(T)),T}function w(y,E){return Object.entries(y).map(([T,R])=>R.getDeclaration(T,E)).join("")}l.uniforms=c,l.uniformInstances=[];const m="precision highp float;";l.vertexSource=`${m} attribute vec4 position;attribute vec2 uv;attribute vec2 uvNorm;${w(n.commonUniforms,"vertex")} ${w(c,"vertex")} ${o}`,l.Source=`${m} ${w(n.commonUniforms,"fragment")} ${w(c,"fragment")} ${a} `,l.vertexShader=p(i.VERTEX_SHADER,l.vertexSource),l.fragmentShader=p(i.FRAGMENT_SHADER,l.Source),l.program=i.createProgram(),i.attachShader(l.program,l.vertexShader),i.attachShader(l.program,l.fragmentShader),i.linkProgram(l.program),i.getProgramParameter(l.program,i.LINK_STATUS)||console.error(i.getProgramInfoLog(l.program)),i.useProgram(l.program),l.attachUniforms(void 0,n.commonUniforms),l.attachUniforms(void 0,l.uniforms)}attachUniforms(o,a){const c=this;o===void 0?Object.entries(a).forEach(([l,p])=>{c.attachUniforms(l,p)}):a.type=="array"?a.value.forEach((l,p)=>c.attachUniforms(`${o}[${p}]`,l)):a.type=="struct"?Object.entries(a.value).forEach(([l,p])=>c.attachUniforms(`${o}.${l}`,p)):c.uniformInstances.push({uniform:a,location:i.getUniformLocation(c.program,o)})}}},Uniform:{enumerable:!1,value:class{constructor(o){this.type="float",Object.assign(this,o),this.typeFn={float:"1f",int:"1i",vec2:"2fv",vec3:"3fv",vec4:"4fv",mat4:"Matrix4fv"}[this.type]||"1f",this.update()}update(o){this.value!==void 0&&i[`uniform${this.typeFn}`](o,this.typeFn.indexOf("Matrix")===0?this.transpose:this.value,this.typeFn.indexOf("Matrix")===0?this.value:null)}getDeclaration(o,a,c){const l=this;if(l.excludeFrom!==a){if(l.type==="array")return l.value[0].getDeclaration(o,a,l.value.length)+`const int ${o}_length=${l.value.length};`;if(l.type==="struct"){let p=o.replace("u_","");return p=p.charAt(0).toUpperCase()+p.slice(1),`uniform struct ${p} {`+Object.entries(l.value).map(([w,m])=>m.getDeclaration(w,a).replace(/^uniform/,"")).join("")+`} ${o}${c>0?`[${c}]`:""};`}return`uniform ${l.type} ${o}${c>0?`[${c}]`:""};`}}}},PlaneGeometry:{enumerable:!1,value:class{constructor(o,a,c,l,p){i.createBuffer(),this.attributes={position:new n.Attribute({target:i.ARRAY_BUFFER,size:3}),uv:new n.Attribute({target:i.ARRAY_BUFFER,size:2}),uvNorm:new n.Attribute({target:i.ARRAY_BUFFER,size:2}),index:new n.Attribute({target:i.ELEMENT_ARRAY_BUFFER,size:3,type:i.UNSIGNED_SHORT})},this.setTopology(c,l),this.setSize(o,a,p)}setTopology(o=1,a=1){const c=this;c.xSegCount=o,c.ySegCount=a,c.vertexCount=(c.xSegCount+1)*(c.ySegCount+1),c.quadCount=c.xSegCount*c.ySegCount*2,c.attributes.uv.values=new Float32Array(2*c.vertexCount),c.attributes.uvNorm.values=new Float32Array(2*c.vertexCount),c.attributes.index.values=new Uint16Array(3*c.quadCount);for(let l=0;l<=c.ySegCount;l++)for(let p=0;p<=c.xSegCount;p++){const w=l*(c.xSegCount+1)+p;if(c.attributes.uv.values[2*w]=p/c.xSegCount,c.attributes.uv.values[2*w+1]=1-l/c.ySegCount,c.attributes.uvNorm.values[2*w]=p/c.xSegCount*2-1,c.attributes.uvNorm.values[2*w+1]=1-l/c.ySegCount*2,p<c.xSegCount&&l<c.ySegCount){const m=l*c.xSegCount+p;c.attributes.index.values[6*m]=w,c.attributes.index.values[6*m+1]=w+1+c.xSegCount,c.attributes.index.values[6*m+2]=w+1,c.attributes.index.values[6*m+3]=w+1,c.attributes.index.values[6*m+4]=w+1+c.xSegCount,c.attributes.index.values[6*m+5]=w+2+c.xSegCount}}c.attributes.uv.update(),c.attributes.uvNorm.update(),c.attributes.index.update()}setSize(o=1,a=1,c="xz"){const l=this;l.width=o,l.height=a,l.orientation=c,l.attributes.position.values&&l.attributes.position.values.length===3*l.vertexCount||(l.attributes.position.values=new Float32Array(3*l.vertexCount));const p=o/-2,w=a/-2,m=o/l.xSegCount,y=a/l.ySegCount;for(let E=0;E<=l.ySegCount;E++){const T=w+E*y;for(let R=0;R<=l.xSegCount;R++){const L=p+R*m,x=E*(l.xSegCount+1)+R;l.attributes.position.values[3*x+"xyz".indexOf(c[0])]=L,l.attributes.position.values[3*x+"xyz".indexOf(c[1])]=-T}}l.attributes.position.update()}}},Mesh:{enumerable:!1,value:class{constructor(o,a){const c=this;c.geometry=o,c.material=a,c.attributeInstances=[],Object.entries(c.geometry.attributes).forEach(([l,p])=>{c.attributeInstances.push({attribute:p,location:p.attach(l,c.material.program)})}),n.meshes.push(c)}draw(){i.useProgram(this.material.program),this.material.uniformInstances.forEach(({uniform:o,location:a})=>o.update(a)),this.attributeInstances.forEach(({attribute:o,location:a})=>o.use(a)),i.drawElements(i.TRIANGLES,this.geometry.attributes.index.values.length,i.UNSIGNED_SHORT,0)}remove(){n.meshes=n.meshes.filter(o=>o!=this)}}},Attribute:{enumerable:!1,value:class{constructor(o){this.type=i.FLOAT,this.normalized=!1,this.buffer=i.createBuffer(),Object.assign(this,o),this.update()}update(){this.values!==void 0&&(i.bindBuffer(this.target,this.buffer),i.bufferData(this.target,this.values,i.STATIC_DRAW))}attach(o,a){const c=i.getAttribLocation(a,o);return this.target===i.ARRAY_BUFFER&&(i.enableVertexAttribArray(c),i.vertexAttribPointer(c,this.size,this.type,this.normalized,0,0)),c}use(o){i.bindBuffer(this.target,this.buffer),this.target===i.ARRAY_BUFFER&&(i.enableVertexAttribArray(o),i.vertexAttribPointer(o,this.size,this.type,this.normalized,0,0))}}}});const s=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];n.commonUniforms={projectionMatrix:new n.Uniform({type:"mat4",value:s}),modelViewMatrix:new n.Uniform({type:"mat4",value:s}),resolution:new n.Uniform({type:"vec2",value:[1,1]}),aspectRatio:new n.Uniform({type:"float",value:1})}}setSize(t=640,e=480){this.width=t,this.height=e,this.canvas.width=t,this.canvas.height=e,this.gl.viewport(0,0,t,e),this.commonUniforms.resolution.value=[t,e],this.commonUniforms.aspectRatio.value=t/e}setOrthographicCamera(t=0,e=0,r=0,n=-2e3,i=2e3){this.commonUniforms.projectionMatrix.value=[2/this.width,0,0,0,0,2/this.height,0,0,0,0,2/(n-i),0,t,e,r,1]}render(){this.gl.clearColor(0,0,0,0),this.gl.clearDepth(1),this.meshes.forEach(t=>t.draw())}};const ye={CROSS_ICON:Ae`<svg width="12" height="12" viewBox="0 0 12 12"><path d="M9.94 11A.75.75 0 1 0 11 9.94L7.414 6.353a.5.5 0 0 1 0-.708L11 2.061A.75.75 0 1 0 9.94 1L6.353 4.586a.5.5 0 0 1-.708 0L2.061 1A.75.75 0 0 0 1 2.06l3.586 3.586a.5.5 0 0 1 0 .708L1 9.939A.75.75 0 1 0 2.06 11l3.586-3.586a.5.5 0 0 1 .708 0L9.939 11Z" fill="#fff"/></svg>`,NOISE_TEXTURE:Ae`<svg id="w3m-transparent-noise"><filter id="w3m-noise"><feTurbulence type="fractalNoise" baseFrequency="0.8"/></filter><rect width="100%" height="100%" filter="url(#w3m-noise)"/></svg>`,WALLET_CONNECT_LOGO:Ae`<svg width="178" height="29" viewBox="0 0 178 29" id="w3m-wc-logo"><path d="M10.683 7.926c5.284-5.17 13.85-5.17 19.134 0l.636.623a.652.652 0 0 1 0 .936l-2.176 2.129a.343.343 0 0 1-.478 0l-.875-.857c-3.686-3.607-9.662-3.607-13.348 0l-.937.918a.343.343 0 0 1-.479 0l-2.175-2.13a.652.652 0 0 1 0-.936l.698-.683Zm23.633 4.403 1.935 1.895a.652.652 0 0 1 0 .936l-8.73 8.543a.687.687 0 0 1-.956 0L20.37 17.64a.172.172 0 0 0-.239 0l-6.195 6.063a.687.687 0 0 1-.957 0l-8.73-8.543a.652.652 0 0 1 0-.936l1.936-1.895a.687.687 0 0 1 .957 0l6.196 6.064a.172.172 0 0 0 .239 0l6.195-6.064a.687.687 0 0 1 .957 0l6.196 6.064a.172.172 0 0 0 .24 0l6.195-6.064a.687.687 0 0 1 .956 0ZM48.093 20.948l2.338-9.355c.139-.515.258-1.07.416-1.942.12.872.258 1.427.357 1.942l2.022 9.355h4.181l3.528-13.874h-3.21l-1.943 8.523a24.825 24.825 0 0 0-.456 2.457c-.158-.931-.317-1.625-.495-2.438l-1.883-8.542h-4.201l-2.042 8.542a41.204 41.204 0 0 0-.475 2.438 41.208 41.208 0 0 0-.476-2.438l-1.903-8.542h-3.349l3.508 13.874h4.083ZM63.33 21.304c1.585 0 2.596-.654 3.11-1.605-.059.297-.078.595-.078.892v.357h2.655V15.22c0-2.735-1.248-4.32-4.3-4.32-2.636 0-4.36 1.466-4.52 3.487h2.914c.1-.891.734-1.426 1.705-1.426.911 0 1.407.515 1.407 1.11 0 .435-.258.693-1.03.792l-1.388.159c-2.061.257-3.825 1.01-3.825 3.19 0 1.982 1.645 3.092 3.35 3.092Zm.891-2.041c-.773 0-1.348-.436-1.348-1.19 0-.733.655-1.09 1.645-1.268l.674-.119c.575-.118.892-.218 1.09-.396v.912c0 1.228-.892 2.06-2.06 2.06ZM70.398 7.074v13.874h2.874V7.074h-2.874ZM74.934 7.074v13.874h2.874V7.074h-2.874ZM84.08 21.304c2.735 0 4.5-1.546 4.697-3.567h-2.893c-.139.892-.892 1.387-1.804 1.387-1.228 0-2.12-.99-2.14-2.358h6.897v-.555c0-3.21-1.764-5.312-4.816-5.312-2.933 0-4.994 2.062-4.994 5.173 0 3.37 2.12 5.232 5.053 5.232Zm-2.16-6.421c.119-1.11.932-1.922 2.081-1.922 1.11 0 1.883.772 1.903 1.922H81.92ZM94.92 21.146c.633 0 1.248-.1 1.525-.179v-2.18c-.218.04-.475.06-.693.06-1.05 0-1.427-.595-1.427-1.566v-3.805h2.338v-2.24h-2.338V7.788H91.47v3.448H89.37v2.24h2.1v4.201c0 2.3 1.15 3.469 3.45 3.469ZM104.62 21.304c3.924 0 6.302-2.299 6.599-5.608h-3.111c-.238 1.803-1.506 3.032-3.369 3.032-2.2 0-3.746-1.784-3.746-4.796 0-2.953 1.605-4.638 3.805-4.638 1.883 0 2.953 1.15 3.171 2.834h3.191c-.317-3.448-2.854-5.41-6.342-5.41-3.984 0-7.036 2.695-7.036 7.214 0 4.677 2.676 7.372 6.838 7.372ZM117.449 21.304c2.993 0 5.114-1.882 5.114-5.172 0-3.23-2.121-5.233-5.114-5.233-2.972 0-5.093 2.002-5.093 5.233 0 3.29 2.101 5.172 5.093 5.172Zm0-2.22c-1.327 0-2.18-1.09-2.18-2.952 0-1.903.892-2.973 2.18-2.973 1.308 0 2.2 1.07 2.2 2.973 0 1.862-.872 2.953-2.2 2.953ZM126.569 20.948v-5.689c0-1.208.753-2.1 1.823-2.1 1.011 0 1.606.773 1.606 2.06v5.729h2.873v-6.144c0-2.339-1.229-3.905-3.428-3.905-1.526 0-2.458.734-2.953 1.606a5.31 5.31 0 0 0 .079-.892v-.377h-2.874v9.712h2.874ZM137.464 20.948v-5.689c0-1.208.753-2.1 1.823-2.1 1.011 0 1.606.773 1.606 2.06v5.729h2.873v-6.144c0-2.339-1.228-3.905-3.428-3.905-1.526 0-2.458.734-2.953 1.606a5.31 5.31 0 0 0 .079-.892v-.377h-2.874v9.712h2.874ZM149.949 21.304c2.735 0 4.499-1.546 4.697-3.567h-2.893c-.139.892-.892 1.387-1.804 1.387-1.228 0-2.12-.99-2.14-2.358h6.897v-.555c0-3.21-1.764-5.312-4.816-5.312-2.933 0-4.994 2.062-4.994 5.173 0 3.37 2.12 5.232 5.053 5.232Zm-2.16-6.421c.119-1.11.932-1.922 2.081-1.922 1.11 0 1.883.772 1.903 1.922h-3.984ZM160.876 21.304c3.013 0 4.658-1.645 4.975-4.201h-2.874c-.099 1.07-.713 1.982-2.001 1.982-1.309 0-2.2-1.21-2.2-2.993 0-1.942 1.03-2.933 2.259-2.933 1.209 0 1.803.872 1.883 1.882h2.873c-.218-2.358-1.823-4.142-4.776-4.142-2.874 0-5.153 1.903-5.153 5.193 0 3.25 1.923 5.212 5.014 5.212ZM172.067 21.146c.634 0 1.248-.1 1.526-.179v-2.18c-.218.04-.476.06-.694.06-1.05 0-1.427-.595-1.427-1.566v-3.805h2.339v-2.24h-2.339V7.788h-2.854v3.448h-2.1v2.24h2.1v4.201c0 2.3 1.15 3.469 3.449 3.469Z" fill="#fff"/></svg>`,WALLET_CONNECT_ICON:Ae`<svg width="28" height="20" viewBox="0 0 28 20"><g clip-path="url(#a)"><path d="M7.386 6.482c3.653-3.576 9.575-3.576 13.228 0l.44.43a.451.451 0 0 1 0 .648L19.55 9.033a.237.237 0 0 1-.33 0l-.606-.592c-2.548-2.496-6.68-2.496-9.228 0l-.648.634a.237.237 0 0 1-.33 0L6.902 7.602a.451.451 0 0 1 0-.647l.483-.473Zm16.338 3.046 1.339 1.31a.451.451 0 0 1 0 .648l-6.035 5.909a.475.475 0 0 1-.662 0L14.083 13.2a.119.119 0 0 0-.166 0l-4.283 4.194a.475.475 0 0 1-.662 0l-6.035-5.91a.451.451 0 0 1 0-.647l1.338-1.31a.475.475 0 0 1 .662 0l4.283 4.194c.046.044.12.044.166 0l4.283-4.194a.475.475 0 0 1 .662 0l4.283 4.194c.046.044.12.044.166 0l4.283-4.194a.475.475 0 0 1 .662 0Z" fill="#000000"/></g><defs><clipPath id="a"><path fill="#ffffff" d="M0 0h28v20H0z"/></clipPath></defs></svg>`,WALLET_CONNECT_ICON_COLORED:Ae`<svg width="96" height="96" fill="none"><path fill="#fff" d="M25.322 33.597c12.525-12.263 32.83-12.263 45.355 0l1.507 1.476a1.547 1.547 0 0 1 0 2.22l-5.156 5.048a.814.814 0 0 1-1.134 0l-2.074-2.03c-8.737-8.555-22.903-8.555-31.64 0l-2.222 2.175a.814.814 0 0 1-1.134 0l-5.156-5.049a1.547 1.547 0 0 1 0-2.22l1.654-1.62Zm56.019 10.44 4.589 4.494a1.547 1.547 0 0 1 0 2.22l-20.693 20.26a1.628 1.628 0 0 1-2.267 0L48.283 56.632a.407.407 0 0 0-.567 0L33.03 71.012a1.628 1.628 0 0 1-2.268 0L10.07 50.75a1.547 1.547 0 0 1 0-2.22l4.59-4.494a1.628 1.628 0 0 1 2.267 0l14.687 14.38c.156.153.41.153.567 0l14.685-14.38a1.628 1.628 0 0 1 2.268 0l14.687 14.38c.156.153.41.153.567 0l14.686-14.38a1.628 1.628 0 0 1 2.268 0Z"/><path stroke="#000" d="M25.672 33.954c12.33-12.072 32.325-12.072 44.655 0l1.508 1.476a1.047 1.047 0 0 1 0 1.506l-5.157 5.048a.314.314 0 0 1-.434 0l-2.074-2.03c-8.932-8.746-23.409-8.746-32.34 0l-2.222 2.174a.314.314 0 0 1-.434 0l-5.157-5.048a1.047 1.047 0 0 1 0-1.506l1.655-1.62Zm55.319 10.44 4.59 4.494a1.047 1.047 0 0 1 0 1.506l-20.694 20.26a1.128 1.128 0 0 1-1.568 0l-14.686-14.38a.907.907 0 0 0-1.267 0L32.68 70.655a1.128 1.128 0 0 1-1.568 0L10.42 50.394a1.047 1.047 0 0 1 0-1.506l4.59-4.493a1.128 1.128 0 0 1 1.567 0l14.687 14.379a.907.907 0 0 0 1.266 0l-.35-.357.35.357 14.686-14.38a1.128 1.128 0 0 1 1.568 0l14.687 14.38a.907.907 0 0 0 1.267 0l14.686-14.38a1.128 1.128 0 0 1 1.568 0Z"/></svg>`,BACK_ICON:Ae`<svg width="10" height="18" viewBox="0 0 10 18"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.735.179a.75.75 0 0 1 .087 1.057L2.92 8.192a1.25 1.25 0 0 0 0 1.617l5.902 6.956a.75.75 0 1 1-1.144.97L1.776 10.78a2.75 2.75 0 0 1 0-3.559L7.678.265A.75.75 0 0 1 8.735.18Z" fill="#fff"/></svg>`,COPY_ICON:Ae`<svg width="24" height="24" fill="none"><path fill="#fff" fill-rule="evenodd" d="M7.01 7.01c.03-1.545.138-2.5.535-3.28A5 5 0 0 1 9.73 1.545C10.8 1 12.2 1 15 1c2.8 0 4.2 0 5.27.545a5 5 0 0 1 2.185 2.185C23 4.8 23 6.2 23 9c0 2.8 0 4.2-.545 5.27a5 5 0 0 1-2.185 2.185c-.78.397-1.735.505-3.28.534l-.001.01c-.03 1.54-.138 2.493-.534 3.27a5 5 0 0 1-2.185 2.186C13.2 23 11.8 23 9 23c-2.8 0-4.2 0-5.27-.545a5 5 0 0 1-2.185-2.185C1 19.2 1 17.8 1 15c0-2.8 0-4.2.545-5.27A5 5 0 0 1 3.73 7.545C4.508 7.149 5.46 7.04 7 7.01h.01ZM15 15.5c-1.425 0-2.403-.001-3.162-.063-.74-.06-1.139-.172-1.427-.319a3.5 3.5 0 0 1-1.53-1.529c-.146-.288-.257-.686-.318-1.427C8.501 11.403 8.5 10.425 8.5 9c0-1.425.001-2.403.063-3.162.06-.74.172-1.139.318-1.427a3.5 3.5 0 0 1 1.53-1.53c.288-.146.686-.257 1.427-.318.759-.062 1.737-.063 3.162-.063 1.425 0 2.403.001 3.162.063.74.06 1.139.172 1.427.318a3.5 3.5 0 0 1 1.53 1.53c.146.288.257.686.318 1.427.062.759.063 1.737.063 3.162 0 1.425-.001 2.403-.063 3.162-.06.74-.172 1.139-.319 1.427a3.5 3.5 0 0 1-1.529 1.53c-.288.146-.686.257-1.427.318-.759.062-1.737.063-3.162.063ZM7 8.511c-.444.009-.825.025-1.162.052-.74.06-1.139.172-1.427.318a3.5 3.5 0 0 0-1.53 1.53c-.146.288-.257.686-.318 1.427-.062.759-.063 1.737-.063 3.162 0 1.425.001 2.403.063 3.162.06.74.172 1.139.318 1.427a3.5 3.5 0 0 0 1.53 1.53c.288.146.686.257 1.427.318.759.062 1.737.063 3.162.063 1.425 0 2.403-.001 3.162-.063.74-.06 1.139-.172 1.427-.319a3.5 3.5 0 0 0 1.53-1.53c.146-.287.257-.685.318-1.426.027-.337.043-.718.052-1.162H15c-2.8 0-4.2 0-5.27-.545a5 5 0 0 1-2.185-2.185C7 13.2 7 11.8 7 9v-.489Z" clip-rule="evenodd"/></svg>`,RETRY_ICON:Ae`<svg width="15" height="16" viewBox="0 0 15 16"><path d="M6.464 2.03A.75.75 0 0 0 5.403.97L2.08 4.293a1 1 0 0 0 0 1.414L5.403 9.03a.75.75 0 0 0 1.06-1.06L4.672 6.177a.25.25 0 0 1 .177-.427h2.085a4 4 0 1 1-3.93 4.746c-.077-.407-.405-.746-.82-.746-.414 0-.755.338-.7.748a5.501 5.501 0 1 0 5.45-6.248H4.848a.25.25 0 0 1-.177-.427L6.464 2.03Z" fill="#fff"/></svg>`,DESKTOP_ICON:Ae`<svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 5.98c0-1.85 0-2.775.394-3.466a3 3 0 0 1 1.12-1.12C2.204 1 3.13 1 4.98 1h6.04c1.85 0 2.775 0 3.466.394a3 3 0 0 1 1.12 1.12C16 3.204 16 4.13 16 5.98v1.04c0 1.85 0 2.775-.394 3.466a3 3 0 0 1-1.12 1.12C13.796 12 12.87 12 11.02 12H4.98c-1.85 0-2.775 0-3.466-.394a3 3 0 0 1-1.12-1.12C0 9.796 0 8.87 0 7.02V5.98ZM4.98 2.5h6.04c.953 0 1.568.001 2.034.043.446.04.608.108.69.154a1.5 1.5 0 0 1 .559.56c.046.08.114.243.154.69.042.465.043 1.08.043 2.033v1.04c0 .952-.001 1.568-.043 2.034-.04.446-.108.608-.154.69a1.499 1.499 0 0 1-.56.559c-.08.046-.243.114-.69.154-.466.042-1.08.043-2.033.043H4.98c-.952 0-1.568-.001-2.034-.043-.446-.04-.608-.108-.69-.154a1.5 1.5 0 0 1-.559-.56c-.046-.08-.114-.243-.154-.69-.042-.465-.043-1.08-.043-2.033V5.98c0-.952.001-1.568.043-2.034.04-.446.108-.608.154-.69a1.5 1.5 0 0 1 .56-.559c.08-.046.243-.114.69-.154.465-.042 1.08-.043 2.033-.043Z" fill="#fff"/><path d="M4 14.25a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75Z" fill="#fff"/></svg>`,MOBILE_ICON:Ae`<svg width="16" height="16" viewBox="0 0 16 16"><path d="M6.75 5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 4.98c0-1.85 0-2.775.394-3.466a3 3 0 0 1 1.12-1.12C5.204 0 6.136 0 8 0s2.795 0 3.486.394a3 3 0 0 1 1.12 1.12C13 2.204 13 3.13 13 4.98v6.04c0 1.85 0 2.775-.394 3.466a3 3 0 0 1-1.12 1.12C10.796 16 9.864 16 8 16s-2.795 0-3.486-.394a3 3 0 0 1-1.12-1.12C3 13.796 3 12.87 3 11.02V4.98Zm8.5 0v6.04c0 .953-.001 1.568-.043 2.034-.04.446-.108.608-.154.69a1.499 1.499 0 0 1-.56.559c-.08.045-.242.113-.693.154-.47.042-1.091.043-2.05.043-.959 0-1.58-.001-2.05-.043-.45-.04-.613-.109-.693-.154a1.5 1.5 0 0 1-.56-.56c-.046-.08-.114-.243-.154-.69-.042-.466-.043-1.08-.043-2.033V4.98c0-.952.001-1.568.043-2.034.04-.446.108-.608.154-.69a1.5 1.5 0 0 1 .56-.559c.08-.045.243-.113.693-.154C6.42 1.501 7.041 1.5 8 1.5c.959 0 1.58.001 2.05.043.45.04.613.109.693.154a1.5 1.5 0 0 1 .56.56c.046.08.114.243.154.69.042.465.043 1.08.043 2.033Z" fill="#fff"/></svg>`,ARROW_DOWN_ICON:Ae`<svg width="14" height="14" viewBox="0 0 14 14"><path d="M2.28 7.47a.75.75 0 0 0-1.06 1.06l5.25 5.25a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0-1.06-1.06l-3.544 3.543a.25.25 0 0 1-.426-.177V.75a.75.75 0 0 0-1.5 0v10.086a.25.25 0 0 1-.427.176L2.28 7.47Z" fill="#fff"/></svg>`,ARROW_UP_RIGHT_ICON:Ae`<svg width="15" height="14" fill="none"><path d="M4.5 1.75A.75.75 0 0 1 5.25 1H12a1.5 1.5 0 0 1 1.5 1.5v6.75a.75.75 0 0 1-1.5 0V4.164a.25.25 0 0 0-.427-.176L4.061 11.5A.75.75 0 0 1 3 10.44l7.513-7.513a.25.25 0 0 0-.177-.427H5.25a.75.75 0 0 1-.75-.75Z" fill="#fff"/></svg>`,ARROW_RIGHT_ICON:Ae`<svg width="6" height="14" viewBox="0 0 6 14"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.181 1.099a.75.75 0 0 1 1.024.279l2.433 4.258a2.75 2.75 0 0 1 0 2.729l-2.433 4.257a.75.75 0 1 1-1.303-.744L4.335 7.62a1.25 1.25 0 0 0 0-1.24L1.902 2.122a.75.75 0 0 1 .28-1.023Z" fill="#fff"/></svg>`,QRCODE_ICON:Ae`<svg width="25" height="24" viewBox="0 0 25 24"><path d="M23.748 9a.748.748 0 0 0 .748-.752c-.018-2.596-.128-4.07-.784-5.22a6 6 0 0 0-2.24-2.24c-1.15-.656-2.624-.766-5.22-.784a.748.748 0 0 0-.752.748c0 .414.335.749.748.752 1.015.007 1.82.028 2.494.088.995.09 1.561.256 1.988.5.7.398 1.28.978 1.679 1.678.243.427.41.993.498 1.988.061.675.082 1.479.09 2.493a.753.753 0 0 0 .75.749ZM3.527.788C4.677.132 6.152.022 8.747.004A.748.748 0 0 1 9.5.752a.753.753 0 0 1-.749.752c-1.014.007-1.818.028-2.493.088-.995.09-1.561.256-1.988.5-.7.398-1.28.978-1.679 1.678-.243.427-.41.993-.499 1.988-.06.675-.081 1.479-.088 2.493A.753.753 0 0 1 1.252 9a.748.748 0 0 1-.748-.752c.018-2.596.128-4.07.784-5.22a6 6 0 0 1 2.24-2.24ZM1.252 15a.748.748 0 0 0-.748.752c.018 2.596.128 4.07.784 5.22a6 6 0 0 0 2.24 2.24c1.15.656 2.624.766 5.22.784a.748.748 0 0 0 .752-.748.753.753 0 0 0-.749-.752c-1.014-.007-1.818-.028-2.493-.089-.995-.089-1.561-.255-1.988-.498a4.5 4.5 0 0 1-1.679-1.68c-.243-.426-.41-.992-.499-1.987-.06-.675-.081-1.479-.088-2.493A.753.753 0 0 0 1.252 15ZM22.996 15.749a.753.753 0 0 1 .752-.749c.415 0 .751.338.748.752-.018 2.596-.128 4.07-.784 5.22a6 6 0 0 1-2.24 2.24c-1.15.656-2.624.766-5.22.784a.748.748 0 0 1-.752-.748c0-.414.335-.749.748-.752 1.015-.007 1.82-.028 2.494-.089.995-.089 1.561-.255 1.988-.498a4.5 4.5 0 0 0 1.679-1.68c.243-.426.41-.992.498-1.987.061-.675.082-1.479.09-2.493Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 4a2.5 2.5 0 0 0-2.5 2.5v2A2.5 2.5 0 0 0 7 11h2a2.5 2.5 0 0 0 2.5-2.5v-2A2.5 2.5 0 0 0 9 4H7Zm2 1.5H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1ZM13.5 6.5A2.5 2.5 0 0 1 16 4h2a2.5 2.5 0 0 1 2.5 2.5v2A2.5 2.5 0 0 1 18 11h-2a2.5 2.5 0 0 1-2.5-2.5v-2Zm2.5-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1ZM7 13a2.5 2.5 0 0 0-2.5 2.5v2A2.5 2.5 0 0 0 7 20h2a2.5 2.5 0 0 0 2.5-2.5v-2A2.5 2.5 0 0 0 9 13H7Zm2 1.5H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1Z" fill="#fff"/><path d="M13.5 15.5c0-.465 0-.697.038-.89a2 2 0 0 1 1.572-1.572C15.303 13 15.535 13 16 13v2.5h-2.5ZM18 13c.465 0 .697 0 .89.038a2 2 0 0 1 1.572 1.572c.038.193.038.425.038.89H18V13ZM18 17.5h2.5c0 .465 0 .697-.038.89a2 2 0 0 1-1.572 1.572C18.697 20 18.465 20 18 20v-2.5ZM13.5 17.5H16V20c-.465 0-.697 0-.89-.038a2 2 0 0 1-1.572-1.572c-.038-.193-.038-.425-.038-.89Z" fill="#fff"/></svg>`,SCAN_ICON:Ae`<svg width="16" height="16" fill="none"><path fill="#fff" d="M10 15.216c0 .422.347.763.768.74 1.202-.064 2.025-.222 2.71-.613a5.001 5.001 0 0 0 1.865-1.866c.39-.684.549-1.507.613-2.709a.735.735 0 0 0-.74-.768.768.768 0 0 0-.76.732c-.009.157-.02.306-.032.447-.073.812-.206 1.244-.384 1.555-.31.545-.761.996-1.306 1.306-.311.178-.743.311-1.555.384-.141.013-.29.023-.447.032a.768.768 0 0 0-.732.76ZM10 .784c0 .407.325.737.732.76.157.009.306.02.447.032.812.073 1.244.206 1.555.384a3.5 3.5 0 0 1 1.306 1.306c.178.311.311.743.384 1.555.013.142.023.29.032.447a.768.768 0 0 0 .76.732.734.734 0 0 0 .74-.768c-.064-1.202-.222-2.025-.613-2.71A5 5 0 0 0 13.477.658c-.684-.39-1.507-.549-2.709-.613a.735.735 0 0 0-.768.74ZM5.232.044A.735.735 0 0 1 6 .784a.768.768 0 0 1-.732.76c-.157.009-.305.02-.447.032-.812.073-1.244.206-1.555.384A3.5 3.5 0 0 0 1.96 3.266c-.178.311-.311.743-.384 1.555-.013.142-.023.29-.032.447A.768.768 0 0 1 .784 6a.735.735 0 0 1-.74-.768c.064-1.202.222-2.025.613-2.71A5 5 0 0 1 2.523.658C3.207.267 4.03.108 5.233.044ZM5.268 14.456a.768.768 0 0 1 .732.76.734.734 0 0 1-.768.74c-1.202-.064-2.025-.222-2.71-.613a5 5 0 0 1-1.865-1.866c-.39-.684-.549-1.507-.613-2.709A.735.735 0 0 1 .784 10c.407 0 .737.325.76.732.009.157.02.306.032.447.073.812.206 1.244.384 1.555a3.5 3.5 0 0 0 1.306 1.306c.311.178.743.311 1.555.384.142.013.29.023.447.032Z"/></svg>`,CHECKMARK_ICON:Ae`<svg width="13" height="12" viewBox="0 0 13 12"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.155.132a.75.75 0 0 1 .232 1.035L5.821 11.535a1 1 0 0 1-1.626.09L.665 7.21a.75.75 0 1 1 1.17-.937L4.71 9.867a.25.25 0 0 0 .406-.023L11.12.364a.75.75 0 0 1 1.035-.232Z" fill="#fff"/></svg>`,HELP_ETH_IMG:Ae`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#j)"><rect width="60" height="60" rx="30" fill="#987DE8"/><path fill-rule="evenodd" clip-rule="evenodd" d="m15.48 28.367 11.966-19.3c1.174-1.892 3.927-1.892 5.1 0l11.97 19.306a6 6 0 0 1 .9 3.142v.028a6 6 0 0 1-1.154 3.56L33.227 50.208c-1.599 2.188-4.864 2.188-6.461 0L15.733 35.095a6 6 0 0 1-1.154-3.538v-.029a6 6 0 0 1 .9-3.161Z" fill="#fff"/><path d="M30.84 10.112a.992.992 0 0 0-.844-.464V24.5l12.598 5.53c.081-.466-.001-.963-.27-1.398L30.84 10.112Z" fill="#643CDD"/><path d="M29.996 9.648a.991.991 0 0 0-.845.465l-11.489 18.53a1.991 1.991 0 0 0-.264 1.387l12.598-5.53V9.648Z" fill="#BDADEB"/><path d="M29.996 50.544a.994.994 0 0 0 .808-.41l11.235-15.38c.307-.434-.193-.988-.658-.72L31.49 39.71a2.998 2.998 0 0 1-1.494.398v10.437Z" fill="#643CDD"/><path d="M17.966 34.762 29.19 50.134c.2.274.503.41.807.41V40.108a2.998 2.998 0 0 1-1.493-.398l-9.884-5.676c-.468-.27-.971.292-.653.728Z" fill="#BDADEB"/><path d="M42.594 30.03 29.996 24.5v13.138a3 3 0 0 0 1.495-.399l10.149-5.83c.525-.31.856-.823.954-1.38Z" fill="#401AB3"/><path d="M29.996 37.638V24.462l-12.598 5.566c.098.564.437 1.083.974 1.392l10.13 5.82c.462.265.978.398 1.494.398Z" fill="#7C5AE2"/></g><rect class="help-img-highlight" x=".5" y=".5" width="59" height="59" rx="29.5"/><defs><clipPath id="j"><rect width="60" height="60" rx="30" fill="#fff"/></clipPath></defs></svg>`,HELP_PAINTING_IMG:Ae`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#k)"><rect width="60" height="60" rx="3" fill="#C653C6"/><path d="M52.094 47.344c0-4.246-1.436-9.557-5.885-12.4a2.876 2.876 0 0 0-1.615-3.891v-.819a4.037 4.037 0 0 0-1.34-3.007 4.75 4.75 0 0 0-2.41-6.252v-5.506c0-6.248-5.065-11.313-11.313-11.313-6.247 0-11.312 5.065-11.312 11.313v2.152a3.343 3.343 0 0 0-1.18 5.045 4.738 4.738 0 0 0-1.633 3.584 4.73 4.73 0 0 0 .956 2.858 5.218 5.218 0 0 0-2.358 6.815c-3.06 4.129-6.098 8.298-6.098 15.64 0 2.668.364 4.856.731 6.385.184.765.368 1.366.509 1.78a12.721 12.721 0 0 0 .225.611l.015.037.005.011.001.004v.002h.001l.92-.393-.92.394.26.606h38.26l.291-.49-.86-.51.86.51v-.001l.002-.002.002-.005.01-.017.035-.06.127-.225c.108-.195.26-.477.441-.835.363-.714.845-1.732 1.328-2.953.959-2.427 1.945-5.725 1.945-9.068Z" fill="#E87DE8" stroke="#fff" stroke-width="2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M26.5 29.5c-3-.5-5.5-3-5.503-7l.002-7c0-.466 0-.698.026-.893a3 3 0 0 1 2.582-2.582c.195-.026.428-.026.893-.026 2 0 2.5-2.5 2.5-2.5s0 2.5 2.5 2.5c1.398 0 2.097 0 2.648.229a3 3 0 0 1 1.624 1.623c.228.552.228 1.25.228 2.649v6c0 4-3 7-6.5 7 1.35.23 4 0 6.5-2v9.53C34 38.5 31.495 40 28 40s-6-1.5-6-2.97L24 34l2.5 1.5v-6ZM26 47h4.5c2.5 0 3 4 3 5.5h-3l-1-1.5H26v-4Zm-6.25 5.5H24V57h-8c0-1 1-4.5 3.75-4.5Z" fill="#fff"/></g><rect class="help-img-highlight" x=".5" y=".5" width="59" height="59" rx="2.5"/><defs><clipPath id="k"><rect width="60" height="60" rx="3" fill="#fff"/></clipPath></defs></svg>`,HELP_CHART_IMG:Ae`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#l)"><path d="M0 25.01C0 15.76 0 11.133 1.97 7.678a15 15 0 0 1 5.598-5.597C11.023.11 15.648.11 24.9.11h10.2c9.251 0 13.877 0 17.332 1.97a15 15 0 0 1 5.597 5.597C60 11.133 60 15.758 60 25.01v10.2c0 9.252 0 13.877-1.97 17.332a15 15 0 0 1-5.598 5.598c-3.455 1.97-8.08 1.97-17.332 1.97H24.9c-9.251 0-13.877 0-17.332-1.97a14.999 14.999 0 0 1-5.597-5.598C0 49.087 0 44.462 0 35.21v-10.2Z" fill="#1DC956"/><path d="M.5 25.01c0-4.635 0-8.078.244-10.795.244-2.71.726-4.65 1.66-6.289a14.5 14.5 0 0 1 5.412-5.41c1.639-.936 3.579-1.418 6.289-1.661C16.822.61 20.265.61 24.9.61h10.2c4.635 0 8.078 0 10.795.245 2.71.243 4.65.725 6.29 1.66a14.5 14.5 0 0 1 5.41 5.411c.935 1.64 1.417 3.579 1.66 6.29.244 2.717.245 6.16.245 10.794v10.2c0 4.635 0 8.078-.244 10.795-.244 2.71-.726 4.65-1.66 6.29a14.5 14.5 0 0 1-5.412 5.41c-1.639.936-3.579 1.418-6.289 1.661-2.717.244-6.16.244-10.795.244H24.9c-4.635 0-8.078 0-10.795-.244-2.71-.243-4.65-.725-6.29-1.66a14.5 14.5 0 0 1-5.41-5.412C1.47 50.655.988 48.716.745 46.005.5 43.288.5 39.845.5 35.21v-10.2Z" stroke="#fff" stroke-opacity=".1"/><path d="M16.109 60c-3.833-.179-6.41-.645-8.541-1.86a15 15 0 0 1-5.598-5.598C.553 50.057.155 46.967.043 41.985l4.146-1.382a4 4 0 0 0 2.48-2.39l4.654-12.409a2 2 0 0 1 2.505-1.195l2.526.842a2 2 0 0 0 2.422-1.003l2.968-5.938c.81-1.62 3.185-1.415 3.705.32l3.774 12.581a2 2 0 0 0 3.025 1.09l3.342-2.228c.27-.18.49-.422.646-.706l5.297-9.712a2 2 0 0 1 1.428-1.016l4.134-.689a2 2 0 0 1 1.61.437l3.892 3.243a2 2 0 0 0 2.694-.122l4.633-4.632C60 19.28 60 21.88 60 25.01v10.2c0 9.252 0 13.877-1.97 17.332a14.998 14.998 0 0 1-5.598 5.598c-2.131 1.215-4.708 1.681-8.54 1.86H16.108Z" fill="#2BEE6C"/><path d="M.072 43.03a112.37 112.37 0 0 1-.048-2.093l3.85-1.283a3 3 0 0 0 1.86-1.793l4.653-12.408a3 3 0 0 1 3.758-1.793l2.526.842a1 1 0 0 0 1.21-.501l2.97-5.938c1.214-2.43 4.775-2.123 5.556.48l3.774 12.58a1 1 0 0 0 1.513.545l3.341-2.227a1 1 0 0 0 .323-.353l5.298-9.712a3 3 0 0 1 2.14-1.523l4.135-.69a3 3 0 0 1 2.414.655l3.892 3.244a1 1 0 0 0 1.347-.061l5.28-5.28c.046.845.077 1.752.097 2.732l-3.962 3.962a3 3 0 0 1-4.042.183l-3.893-3.243a1 1 0 0 0-.804-.218l-4.135.689a1 1 0 0 0-.714.507l-5.297 9.712c-.233.427-.565.79-.97 1.06l-3.34 2.228a3 3 0 0 1-4.538-1.635l-3.775-12.58c-.26-.868-1.447-.97-1.852-.16l-2.969 5.937a3 3 0 0 1-3.632 1.505l-2.526-.842a1 1 0 0 0-1.252.597L7.606 38.564a5 5 0 0 1-3.1 2.988L.072 43.029Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M49.5 19a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Z" fill="#2BEE6C"/><path d="M47.5 19a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z" fill="#fff"/><path d="M45 .283v59.654c-.63.042-1.294.074-2 .098V.185c.706.025 1.37.056 2 .098Z" fill="#fff"/><path class="help-img-highlight" d="M.5 25.01c0-4.635 0-8.078.244-10.795.244-2.71.726-4.65 1.66-6.289a14.5 14.5 0 0 1 5.412-5.41c1.639-.936 3.579-1.418 6.289-1.661C16.822.61 20.265.61 24.9.61h10.2c4.635 0 8.078 0 10.795.245 2.71.243 4.65.725 6.29 1.66a14.5 14.5 0 0 1 5.41 5.411c.935 1.64 1.417 3.579 1.66 6.29.244 2.717.245 6.16.245 10.794v10.2c0 4.635 0 8.078-.244 10.795-.244 2.71-.726 4.65-1.66 6.29a14.5 14.5 0 0 1-5.412 5.41c-1.639.936-3.579 1.418-6.289 1.661-2.717.244-6.16.244-10.795.244H24.9c-4.635 0-8.078 0-10.795-.244-2.71-.243-4.65-.725-6.29-1.66a14.5 14.5 0 0 1-5.41-5.412C1.47 50.655.988 48.716.745 46.005.5 43.288.5 39.845.5 35.21v-10.2Z"/></g><defs><clipPath id="l"><path fill="#fff" d="M0 0h60v60H0z"/></clipPath></defs></svg>`,HELP_KEY_IMG:Ae`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#m)"><path fill="#EB8B47" d="M0 24.9c0-9.252 0-13.878 1.97-17.332A15 15 0 0 1 7.569 1.97C11.023 0 15.648 0 24.9 0h10.2c9.251 0 13.877 0 17.332 1.97a15 15 0 0 1 5.597 5.598C60 11.022 60 15.648 60 24.899v10.2c0 9.252 0 13.878-1.97 17.332a15.001 15.001 0 0 1-5.598 5.598c-3.455 1.97-8.08 1.97-17.332 1.97H24.9c-9.251 0-13.877 0-17.332-1.97a15 15 0 0 1-5.597-5.598C0 48.977 0 44.351 0 35.1V24.9Z"/><path class="help-img-highlight" d="M.5 24.9c0-4.635 0-8.078.244-10.795.244-2.71.726-4.65 1.66-6.29a14.5 14.5 0 0 1 5.412-5.41C9.455 1.468 11.395.986 14.105.743 16.822.5 20.265.5 24.9.5h10.2c4.635 0 8.078 0 10.795.244 2.71.243 4.65.725 6.29 1.66a14.5 14.5 0 0 1 5.41 5.411c.935 1.64 1.417 3.58 1.66 6.29.244 2.717.245 6.16.245 10.794v10.2c0 4.635 0 8.078-.244 10.796-.244 2.71-.726 4.65-1.66 6.289a14.5 14.5 0 0 1-5.412 5.41c-1.639.936-3.579 1.418-6.289 1.661-2.717.244-6.16.244-10.795.244H24.9c-4.635 0-8.078 0-10.795-.244-2.71-.243-4.65-.725-6.29-1.66a14.5 14.5 0 0 1-5.41-5.411c-.935-1.64-1.417-3.58-1.66-6.29C.5 43.178.5 39.734.5 35.1V24.9Z"/><path fill="#FF974C" stroke="#fff" stroke-width="2" d="M39.192 29.192c5.077-5.077 5.077-13.308 0-18.385-5.076-5.077-13.308-5.077-18.384 0-5.077 5.077-5.077 13.308 0 18.385l1.287 1.291c1.137 1.142 1.706 1.712 2.097 2.387.267.462.472.957.608 1.473.2.755.2 1.56.2 3.171V48.75c0 1.077 0 1.615.134 2.119a4 4 0 0 0 .407.984c.262.45.643.831 1.404 1.592l.294.295c.654.654.982.981 1.365 1.086.26.07.533.07.792 0 .383-.105.71-.432 1.365-1.086l3.478-3.479c.655-.654.982-.981 1.087-1.365a1.5 1.5 0 0 0 0-.791c-.105-.384-.432-.711-1.087-1.365l-.478-.479c-.655-.654-.982-.981-1.087-1.365a1.5 1.5 0 0 1 0-.791c.105-.384.432-.711 1.087-1.365l.478-.479c.655-.654.982-.981 1.087-1.365a1.5 1.5 0 0 0 0-.791c-.105-.384-.432-.711-1.087-1.365l-.492-.493c-.65-.65-.974-.974-1.08-1.355a1.5 1.5 0 0 1-.003-.788c.102-.382.425-.71 1.069-1.364l5.46-5.547Z"/><circle cx="30" cy="17" r="4" fill="#EB8B47" stroke="#fff" stroke-width="2"/></g><defs><clipPath id="m"><path fill="#fff" d="M0 0h60v60H0z"/></clipPath></defs></svg>`,HELP_USER_IMG:Ae`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#n)"><rect width="60" height="60" fill="#00ACE6" rx="30"/><path fill="#1AC6FF" stroke="#fff" stroke-width="2" d="M59 73c0 16.016-12.984 29-29 29S1 89.016 1 73c0-16.017 11-29 29-29s29 12.983 29 29ZM18.69 19.902a11 11 0 0 1 9.281-8.692 14.842 14.842 0 0 1 4.058 0 11 11 0 0 1 9.28 8.692c.178.866.322 1.75.44 2.625.132.977.132 1.968 0 2.945a39.467 39.467 0 0 1-.44 2.625 11 11 0 0 1-9.28 8.692 14.862 14.862 0 0 1-4.058 0 11 11 0 0 1-9.28-8.692 39.467 39.467 0 0 1-.44-2.625 11.004 11.004 0 0 1 0-2.945c.118-.876.262-1.759.44-2.625Z"/><circle cx="24.5" cy="23.5" r="1.5" fill="#fff"/><circle cx="35.5" cy="23.5" r="1.5" fill="#fff"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m31 20-3 8h4"/></g><rect class="help-img-highlight" width="59" height="59" x=".5" y=".5" rx="29.5"/><defs><clipPath id="n"><rect width="60" height="60" fill="#fff" rx="30"/></clipPath></defs></svg>`,HELP_LOCK_IMG:Ae`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><rect width="60" height="60" fill="#C653C6" rx="3"/><path fill="#fff" d="M20.034 15.216C20 15.607 20 16.07 20 17v2.808c0 1.13 0 1.696-.2 2.11a1.78 1.78 0 0 1-.584.714c-.366.28-1.051.42-2.423.7a7.076 7.076 0 0 0-1.597.511 9.001 9.001 0 0 0-4.353 4.353C10 30.005 10 32.336 10 37c0 4.663 0 6.995.843 8.804a9.001 9.001 0 0 0 4.353 4.353C17.005 51 19.336 51 24 51h12c4.663 0 6.995 0 8.804-.843a9.001 9.001 0 0 0 4.353-4.353C50 43.995 50 41.664 50 37c0-4.663 0-6.995-.843-8.804a9.001 9.001 0 0 0-4.353-4.353 7.076 7.076 0 0 0-1.597-.511c-1.372-.28-2.057-.42-2.423-.7a1.78 1.78 0 0 1-.583-.715C40 21.505 40 20.94 40 19.809V17c0-.929 0-1.393-.034-1.784a9 9 0 0 0-8.182-8.182C31.393 7 30.93 7 30 7s-1.393 0-1.784.034a9 9 0 0 0-8.182 8.182Z"/><path fill="#E87DE8" d="M22 17c0-.929 0-1.393.044-1.784a7 7 0 0 1 6.172-6.172C28.606 9 29.071 9 30 9s1.393 0 1.784.044a7 7 0 0 1 6.172 6.172c.044.39.044.855.044 1.784v4.5a1.5 1.5 0 0 1-3 0V17c0-.93 0-1.394-.077-1.78a4 4 0 0 0-3.143-3.143C31.394 12 30.93 12 30 12s-1.394 0-1.78.077a4 4 0 0 0-3.143 3.143C25 15.606 25 16.07 25 17v4.5a1.5 1.5 0 0 1-3 0V17Z"/><path fill="#E87DE8" fill-rule="evenodd" d="M12 36.62c0-4.317 0-6.476.92-8.088a7 7 0 0 1 2.612-2.612c1.612-.92 3.77-.92 8.088-.92h6.855c.469 0 .703 0 .906.017 2.73.222 4.364 2.438 4.619 4.983.27-2.698 2.111-5 5.015-5A6.985 6.985 0 0 1 48 31.985v5.395c0 4.317 0 6.476-.92 8.088a7 7 0 0 1-2.612 2.612c-1.612.92-3.77.92-8.088.92h-5.855c-.469 0-.703 0-.906-.017-2.73-.222-4.364-2.438-4.619-4.983-.258 2.583-1.943 4.818-4.714 4.99-.155.01-.335.01-.694.01-.55 0-.825 0-1.057-.015a7 7 0 0 1-6.52-6.52C12 42.233 12 41.958 12 41.408V36.62Zm21.24-.273a4 4 0 1 0-6.478 0c.985 1.36 1.479 2.039 1.564 2.229.178.398.176.818.174 1.247V42.5a1.5 1.5 0 0 0 3 0v-2.677c-.002-.429-.004-.85.174-1.247.085-.19.579-.87 1.565-2.229Z" clip-rule="evenodd"/><rect class="help-img-highlight" width="59" height="59" x=".5" y=".5" rx="2.5"/></svg>`,HELP_COMPAS_IMG:Ae`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><rect width="60" height="60" fill="#1DC956" rx="30"/><circle cx="30" cy="29.999" r="3" fill="#fff"/><path fill="#2BEE6C" stroke="#fff" stroke-width="2" d="m45.316 17.9-.88-.425.88.424a7.9 7.9 0 0 1 .026-.053c.093-.192.21-.432.26-.687l-.819-.162.819.162a2 2 0 0 0-.239-1.405c-.132-.224-.32-.412-.472-.562a8.415 8.415 0 0 1-.042-.042l-.042-.042c-.15-.151-.338-.34-.562-.472l-.508.862.508-.862a2 2 0 0 0-1.405-.239c-.255.05-.495.167-.687.26l-.053.026-15.05 7.246-.108.052c-1.131.545-1.843.887-2.456 1.374a6.994 6.994 0 0 0-1.13 1.13c-.487.613-.83 1.325-1.375 2.457l-.051.108-7.247 15.05-.025.053c-.094.192-.21.431-.26.686a2 2 0 0 0 .239 1.406l.855-.505-.856.505c.133.224.321.411.473.562l.042.042.041.042c.15.151.338.34.563.472a2 2 0 0 0 1.405.239l-.195-.981.195.98c.255-.05.494-.166.686-.26l.054-.025-.419-.87.419.87 15.05-7.247.107-.051c1.132-.545 1.844-.888 2.457-1.374a7.002 7.002 0 0 0 1.13-1.13c.487-.614.83-1.325 1.374-2.457l.052-.108 7.246-15.05Z"/><path fill="#1DC956" d="m33.376 32.723-2.669-3.43-14.85 14.849.206.205a1 1 0 0 0 1.141.194l15.105-7.273a3 3 0 0 0 1.067-4.545Z"/><path fill="#86F999" d="m26.624 27.276 2.669 3.43 14.85-14.849-.206-.205a1 1 0 0 0-1.141-.194L27.69 22.731a3 3 0 0 0-1.067 4.545Z"/><circle cx="30" cy="30" r="3" fill="#fff" transform="rotate(45 30 30)"/><rect class="help-img-highlight" width="59" height="59" x=".5" y=".5" rx="29.5"/></svg>`,HELP_NOUN_IMG:Ae`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><rect width="60" height="60" fill="#794CFF" rx="3"/><path fill="#987DE8" stroke="#fff" stroke-width="2" d="M33 22.5v-1H16v5H8.5V36H13v-5h3v7.5h17V31h1v7.5h17v-17H34v5h-1v-4Z"/><path fill="#fff" d="M37.5 25h10v10h-10z"/><path fill="#4019B2" d="M42.5 25h5v10h-5z"/><path fill="#fff" d="M19.5 25h10v10h-10z"/><path fill="#4019B2" d="M24.5 25h5v10h-5z"/><path fill="#fff" d="M12 30.5h4V37h-4v-6.5Z"/><rect class="help-img-highlight" width="59" height="59" x=".5" y=".5" rx="2.5"/></svg>`,HELP_DAO_IMG:Ae`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#o)"><path fill="#EB8B47" d="M0 24.9c0-9.252 0-13.878 1.97-17.332A15 15 0 0 1 7.569 1.97C11.023 0 15.648 0 24.9 0h10.2c9.251 0 13.877 0 17.332 1.97a15 15 0 0 1 5.597 5.598C60 11.022 60 15.648 60 24.899v10.2c0 9.252 0 13.878-1.97 17.332a15.001 15.001 0 0 1-5.598 5.598c-3.455 1.97-8.08 1.97-17.332 1.97H24.9c-9.251 0-13.877 0-17.332-1.97a15 15 0 0 1-5.597-5.598C0 48.977 0 44.351 0 35.1V24.9Z"/><path class="help-img-highlight" d="M.5 24.9c0-4.635 0-8.078.244-10.795.244-2.71.726-4.65 1.66-6.29a14.5 14.5 0 0 1 5.412-5.41C9.455 1.468 11.395.986 14.105.743 16.822.5 20.265.5 24.9.5h10.2c4.635 0 8.078 0 10.795.244 2.71.243 4.65.725 6.29 1.66a14.5 14.5 0 0 1 5.41 5.411c.935 1.64 1.417 3.58 1.66 6.29.244 2.717.245 6.16.245 10.794v10.2c0 4.635 0 8.078-.244 10.796-.244 2.71-.726 4.65-1.66 6.289a14.5 14.5 0 0 1-5.412 5.41c-1.639.936-3.579 1.418-6.289 1.661-2.717.244-6.16.244-10.795.244H24.9c-4.635 0-8.078 0-10.795-.244-2.71-.243-4.65-.725-6.29-1.66a14.5 14.5 0 0 1-5.41-5.411c-.935-1.64-1.417-3.58-1.66-6.29C.5 43.178.5 39.734.5 35.1V24.9Z"/><path fill="#FF974C" stroke="#fff" stroke-width="2" d="M19 52c5.523 0 10-4.477 10-10s-4.477-10-10-10S9 36.477 9 42s4.477 10 10 10Z"/><path fill="#fff" fill-rule="evenodd" d="M42.844 8.326a1 1 0 0 0-1.687 0L28.978 27.463A1 1 0 0 0 29.822 29h24.357a1 1 0 0 0 .843-1.537L42.844 8.326Z" clip-rule="evenodd"/><path fill="#FF974C" fill-rule="evenodd" d="M42.335 11.646c.324.115.571.504 1.066 1.28l7.332 11.523c.562.883.843 1.325.792 1.69a1 1 0 0 1-.342.623c-.28.238-.803.238-1.85.238H34.667c-1.047 0-1.57 0-1.85-.238a1 1 0 0 1-.342-.623c-.051-.365.23-.806.792-1.69l7.332-11.523c.495-.776.742-1.165 1.066-1.28a1 1 0 0 1 .67 0ZM35 27a7 7 0 0 0 7-7 7 7 0 0 0 7 7H35Z" clip-rule="evenodd"/><path fill="#FF974C" stroke="#fff" stroke-width="2" d="M10.106 9.357c-.109.32-.107.682-.106.975V25.668c-.001.293-.003.654.106.975a2 2 0 0 0 1.251 1.25c.32.11.682.108.975.107H19c5.523 0 10-4.477 10-10S24.523 8 19 8h-6.668c-.293-.001-.654-.003-.975.106a2 2 0 0 0-1.25 1.251Z"/><circle cx="19" cy="18" r="4" fill="#EB8B47" stroke="#fff" stroke-width="2"/><circle cx="19" cy="41.999" r="4" fill="#EB8B47" stroke="#fff" stroke-width="2"/></g><defs><clipPath id="o"><path fill="#fff" d="M0 0h60v60H0z"/></clipPath></defs></svg>`,SEARCH_ICON:Ae`<svg width="20" height="21"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.432 13.992c-.354-.353-.91-.382-1.35-.146a5.5 5.5 0 1 1 2.265-2.265c-.237.441-.208.997.145 1.35l3.296 3.296a.75.75 0 1 1-1.06 1.061l-3.296-3.296Zm.06-5a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" fill="#949E9E"/></svg>`,HELP_ICON:Ae`<svg width="11" height="17" viewBox="0 0 11 17"><path fill="#fff" d="M5.22 2.97c-1.07 0-2.25.843-2.25 2.25a.75.75 0 0 1-1.5 0c0-2.393 2.019-3.75 3.75-3.75 1.73 0 3.75 1.357 3.75 3.75 0 1.64-1.038 2.466-1.785 3.057-.802.635-1.215.984-1.215 1.693a.75.75 0 1 1-1.5 0c0-1.466.985-2.24 1.681-2.788l.103-.081C7.007 6.504 7.47 6.08 7.47 5.22c0-1.407-1.181-2.25-2.25-2.25ZM5.22 14.97a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"/></svg>`,WALLET_ICON:Ae`<svg width="15" height="14" fill="none" viewBox="0 0 15 14"><path fill="#fff" fill-rule="evenodd" d="M.64 9.2v-3h.001c.009-1.857.07-2.886.525-3.682a4 4 0 0 1 1.492-1.493C3.58.5 4.813.5 7.28.5h3.735c.58 0 .871 0 1.114.04A3 3 0 0 1 14.6 3.011c.04.243.04.533.04 1.114 0 .58 0 .871-.04 1.114a3 3 0 0 1-2.471 2.47c-.243.041-.533.041-1.114.041h-.777c.178.307.302.648.362 1.011.04.243.04.533.04 1.114 0 .58 0 .871-.04 1.114a3 3 0 0 1-2.471 2.47c-.243.041-.533.041-1.114.041H4.507A3.867 3.867 0 0 1 .64 9.633V9.2ZM7.28 2h3.735c.64 0 .779.005.87.02a1.5 1.5 0 0 1 1.235 1.236c.015.09.02.229.02.869s-.005.779-.02.87a1.5 1.5 0 0 1-1.236 1.235c-.09.015-.229.02-.869.02H4.023c-.697 0-1.345.21-1.883.572V6.25h.001c.004-.791.015-1.383.059-1.867.056-.629.157-.926.269-1.122a2.5 2.5 0 0 1 .932-.933c.197-.111.494-.212 1.123-.268C5.173 2 6.019 2 7.28 2Zm-.265 5.75H4.023c-1.04 0-1.883.843-1.883 1.883A2.367 2.367 0 0 0 4.507 12h2.508c.64 0 .779-.005.87-.02a1.5 1.5 0 0 0 1.235-1.236c.015-.09.02-.229.02-.869s-.005-.779-.02-.87A1.5 1.5 0 0 0 7.884 7.77c-.09-.015-.228-.02-.869-.02Z" clip-rule="evenodd"/></svg>`,NETWORK_PLACEHOLDER:Ae`<svg width="28" height="28" fill="none" viewBox="0 0 28 28"><mask id="p" width="26" height="28" x="1" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#D9D9D9" d="M12 1.172a4 4 0 0 1 4 0l8.124 4.69a4 4 0 0 1 2 3.465v9.381a4 4 0 0 1-2 3.464L16 26.862a4 4 0 0 1-4 0l-8.124-4.69a4 4 0 0 1-2-3.464V9.327a4 4 0 0 1 2-3.464L12 1.173Z"/></mask><g mask="url(#p)"><path id="network-placeholder-fill" fill="#fff" d="M0 0h28v28H0z"/><path id="network-placeholder-dash" stroke="#000" stroke-dasharray="2 2" d="m8.953 2.931 2.032-1.173.25.433 1.015-.586c.269-.155.553-.271.844-.35l-.13-.483a4.003 4.003 0 0 1 2.071 0l-.13.483c.293.079.576.195.845.35l1.016.586.25-.433 2.03 1.173-.25.433 2.032 1.173.25-.433 2.03 1.172-.25.433 1.016.587c.269.155.512.342.725.556l.354-.354a4.003 4.003 0 0 1 1.035 1.794l-.483.129c.078.292.12.596.12.906v1.172h.5v2.346h-.5v2.345h.5v2.345h-.5v1.173c0 .31-.042.614-.12.906l.483.13a4.003 4.003 0 0 1-1.035 1.793l-.354-.354a3.498 3.498 0 0 1-.725.556l-1.015.586.25.434-2.031 1.172-.25-.433-2.031 1.173.25.433-2.031 1.172-.25-.433-1.016.587a3.494 3.494 0 0 1-.844.35l.13.482a4.003 4.003 0 0 1-2.071 0l.13-.483a3.496 3.496 0 0 1-.845-.35l-1.015-.586-.25.433-2.032-1.172.25-.433-2.03-1.173-.25.433L4.89 22.76l.25-.434-1.015-.586a3.498 3.498 0 0 1-.725-.556l-.354.354a4.003 4.003 0 0 1-1.035-1.794l.483-.13a3.497 3.497 0 0 1-.12-.905v-1.173h-.5V15.19h.5v-2.345h-.5v-2.346h.5V9.327c0-.31.042-.614.12-.906l-.483-.13a4.003 4.003 0 0 1 1.035-1.793l.354.354c.213-.214.456-.401.725-.556l1.015-.587-.25-.433 2.031-1.172.25.433 2.031-1.173-.25-.433Z"/><path fill="#798686" stroke="#fff" d="M14.243 13.563 14 13.428l-.243.135-6.388 3.549-.024.013c-.432.24-.79.44-1.053.622-.266.184-.516.405-.636.722a1.5 1.5 0 0 0 0 1.062c.12.317.37.538.636.722.263.183.62.382 1.053.622l.024.013 3.164 1.758.088.049c1.164.646 1.857 1.032 2.607 1.162.51.09 1.033.09 1.544 0 .75-.13 1.443-.516 2.606-1.162l.09-.05 3.163-1.757.024-.013c.432-.24.79-.44 1.053-.622.266-.184.516-.405.636-.722l-.468-.177.468.177a1.5 1.5 0 0 0 0-1.062l-.468.177.468-.177c-.12-.317-.37-.538-.636-.722-.263-.183-.62-.382-1.053-.622l-.024-.013-6.388-3.55Z"/><path fill="#9EA9A9" stroke="#fff" d="M14.243 8.563 14 8.428l-.243.135-6.388 3.549-.024.013c-.432.24-.79.44-1.053.622-.266.184-.516.405-.636.722a1.5 1.5 0 0 0 0 1.062c.12.316.37.537.636.722.263.183.62.382 1.053.622l.024.013 3.164 1.758.088.049c1.164.646 1.857 1.032 2.607 1.162.51.09 1.033.09 1.544 0 .75-.13 1.443-.516 2.606-1.162l.09-.05 3.163-1.757.024-.013c.432-.24.79-.44 1.053-.622.266-.184.516-.405.636-.722l-.468-.177.468.177a1.5 1.5 0 0 0 0-1.062l-.468.177.468-.177c-.12-.316-.37-.537-.636-.722-.263-.183-.62-.382-1.053-.622l-.024-.013-6.388-3.55Z"/><path fill="#C9CFCF" stroke="#fff" d="m22.344 9.53-.468-.176.468.177a1.5 1.5 0 0 0 0-1.062l-.468.177.468-.177c-.12-.317-.37-.537-.636-.722-.263-.183-.62-.382-1.053-.622l-.024-.013-3.163-1.758-.09-.05c-1.163-.645-1.856-1.03-2.606-1.161a4.5 4.5 0 0 0-1.544 0c-.75.13-1.443.516-2.607 1.162l-.088.05-3.164 1.757-.024.013c-.432.24-.79.44-1.053.622-.266.185-.516.405-.636.722a1.5 1.5 0 0 0 0 1.062c.12.317.37.537.636.722.263.183.62.382 1.053.622l.024.013 3.164 1.758.088.049c1.164.646 1.857 1.032 2.607 1.162.51.09 1.033.09 1.544 0 .75-.13 1.443-.516 2.606-1.162l.09-.05 3.163-1.757.024-.013c.432-.24.79-.44 1.053-.622.266-.184.516-.405.636-.722Z"/></g></svg>`,WALLET_PLACEHOLDER:Ae`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#q)"><path id="wallet-placeholder-fill" fill="#fff" d="M0 24.9c0-9.251 0-13.877 1.97-17.332a15 15 0 0 1 5.598-5.597C11.023 0 15.648 0 24.9 0h10.2c9.252 0 13.877 0 17.332 1.97a15 15 0 0 1 5.597 5.598C60 11.023 60 15.648 60 24.9v10.2c0 9.252 0 13.877-1.97 17.332a15.001 15.001 0 0 1-5.598 5.597C48.977 60 44.352 60 35.1 60H24.9c-9.251 0-13.877 0-17.332-1.97a15 15 0 0 1-5.597-5.598C0 48.977 0 44.352 0 35.1V24.9Z"/><path id="wallet-placeholder-dash" stroke="#000" stroke-dasharray="4 4" stroke-width="1.5" d="M.04 41.708a231.598 231.598 0 0 1-.039-4.403l.75-.001L.75 35.1v-2.55H0v-5.1h.75V24.9l.001-2.204h-.75c.003-1.617.011-3.077.039-4.404l.75.016c.034-1.65.099-3.08.218-4.343l-.746-.07c.158-1.678.412-3.083.82-4.316l.713.236c.224-.679.497-1.296.827-1.875a14.25 14.25 0 0 1 1.05-1.585L3.076 5.9A15 15 0 0 1 5.9 3.076l.455.596a14.25 14.25 0 0 1 1.585-1.05c.579-.33 1.196-.603 1.875-.827l-.236-.712C10.812.674 12.217.42 13.895.262l.07.746C15.23.89 16.66.824 18.308.79l-.016-.75C19.62.012 21.08.004 22.695.001l.001.75L24.9.75h2.55V0h5.1v.75h2.55l2.204.001v-.75c1.617.003 3.077.011 4.404.039l-.016.75c1.65.034 3.08.099 4.343.218l.07-.746c1.678.158 3.083.412 4.316.82l-.236.713c.679.224 1.296.497 1.875.827a14.24 14.24 0 0 1 1.585 1.05l.455-.596A14.999 14.999 0 0 1 56.924 5.9l-.596.455c.384.502.735 1.032 1.05 1.585.33.579.602 1.196.827 1.875l.712-.236c.409 1.233.663 2.638.822 4.316l-.747.07c.119 1.264.184 2.694.218 4.343l.75-.016c.028 1.327.036 2.787.039 4.403l-.75.001.001 2.204v2.55H60v5.1h-.75v2.55l-.001 2.204h.75a231.431 231.431 0 0 1-.039 4.404l-.75-.016c-.034 1.65-.099 3.08-.218 4.343l.747.07c-.159 1.678-.413 3.083-.822 4.316l-.712-.236a10.255 10.255 0 0 1-.827 1.875 14.242 14.242 0 0 1-1.05 1.585l.596.455a14.997 14.997 0 0 1-2.824 2.824l-.455-.596c-.502.384-1.032.735-1.585 1.05-.579.33-1.196.602-1.875.827l.236.712c-1.233.409-2.638.663-4.316.822l-.07-.747c-1.264.119-2.694.184-4.343.218l.016.75c-1.327.028-2.787.036-4.403.039l-.001-.75-2.204.001h-2.55V60h-5.1v-.75H24.9l-2.204-.001v.75a231.431 231.431 0 0 1-4.404-.039l.016-.75c-1.65-.034-3.08-.099-4.343-.218l-.07.747c-1.678-.159-3.083-.413-4.316-.822l.236-.712a10.258 10.258 0 0 1-1.875-.827 14.252 14.252 0 0 1-1.585-1.05l-.455.596A14.999 14.999 0 0 1 3.076 54.1l.596-.455a14.24 14.24 0 0 1-1.05-1.585 10.259 10.259 0 0 1-.827-1.875l-.712.236C.674 49.188.42 47.783.262 46.105l.746-.07C.89 44.77.824 43.34.79 41.692l-.75.016Z"/><path fill="#fff" fill-rule="evenodd" d="M35.643 32.145c-.297-.743-.445-1.114-.401-1.275a.42.42 0 0 1 .182-.27c.134-.1.463-.1 1.123-.1.742 0 1.499.046 2.236-.05a6 6 0 0 0 5.166-5.166c.051-.39.051-.855.051-1.784 0-.928 0-1.393-.051-1.783a6 6 0 0 0-5.166-5.165c-.39-.052-.854-.052-1.783-.052h-7.72c-4.934 0-7.401 0-9.244 1.051a8 8 0 0 0-2.985 2.986C16.057 22.28 16.003 24.58 16 29 15.998 31.075 16 33.15 16 35.224A7.778 7.778 0 0 0 23.778 43H28.5c1.394 0 2.09 0 2.67-.116a6 6 0 0 0 4.715-4.714c.115-.58.115-1.301.115-2.744 0-1.31 0-1.964-.114-2.49a4.998 4.998 0 0 0-.243-.792Z" clip-rule="evenodd"/><path fill="#9EA9A9" fill-rule="evenodd" d="M37 18h-7.72c-2.494 0-4.266.002-5.647.126-1.361.122-2.197.354-2.854.728a6.5 6.5 0 0 0-2.425 2.426c-.375.657-.607 1.492-.729 2.853-.11 1.233-.123 2.777-.125 4.867 0 .7 0 1.05.097 1.181.096.13.182.181.343.2.163.02.518-.18 1.229-.581a6.195 6.195 0 0 1 3.053-.8H37c.977 0 1.32-.003 1.587-.038a4.5 4.5 0 0 0 3.874-3.874c.036-.268.039-.611.039-1.588 0-.976-.003-1.319-.038-1.587a4.5 4.5 0 0 0-3.875-3.874C38.32 18.004 37.977 18 37 18Zm-7.364 12.5h-7.414a4.722 4.722 0 0 0-4.722 4.723 6.278 6.278 0 0 0 6.278 6.278H28.5c1.466 0 1.98-.008 2.378-.087a4.5 4.5 0 0 0 3.535-3.536c.08-.397.087-.933.087-2.451 0-1.391-.009-1.843-.08-2.17a3.5 3.5 0 0 0-2.676-2.676c-.328-.072-.762-.08-2.108-.08Z" clip-rule="evenodd"/></g><defs><clipPath id="q"><path fill="#fff" d="M0 0h60v60H0z"/></clipPath></defs></svg>`,TOKEN_PLACEHOLDER:Ae`<svg width="60" height="60" viewBox="0 0 60 60" fill="none"><rect id="token-placeholder-fill" width="58" height="58" x="1" y="1" fill="#fff" rx="29"/><path fill="#3B4040" stroke="#fff" stroke-width="2" d="M32 10a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v5.566c0 .357.192.685.495.875a16.001 16.001 0 0 1 4.256 3.894c.667.88.33 2.113-.627 2.665l-2.494 1.44c-.956.552-2.166.204-2.913-.609a9.12 9.12 0 1 0 .064 12.267c.739-.82 1.945-1.181 2.907-.64l2.509 1.415c.962.542 1.312 1.77.654 2.658a16 16 0 0 1-4.356 4.028c-.303.19-.495.518-.495.875V50a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-2.992c0-.602-.528-1.065-1.13-1.032-.579.032-1.16.032-1.74 0-.602-.032-1.13.43-1.13 1.032V50a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-5.566c0-.357-.192-.685-.495-.875a16 16 0 0 1 0-27.118c.303-.19.495-.517.495-.875V10a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2.992c0 .601.528 1.064 1.13 1.032.58-.032 1.161-.032 1.74 0 .602.033 1.13-.43 1.13-1.032V10Z"/><rect id="token-placeholder-dash" width="58" height="58" x="1" y="1" stroke="#000" stroke-dasharray="6 6" stroke-width="2" rx="29"/></svg>`,ACCOUNT_COPY:Ae`<svg width="14" height="14" fill="none" viewBox="0 0 14 14"><path fill="#fff" fill-rule="evenodd" d="M4.003 4.005c.012-1.225.074-1.936.391-2.491a3 3 0 0 1 1.12-1.12C6.204 0 7.136 0 9 0s2.795 0 3.486.394a3 3 0 0 1 1.12 1.12C14 2.204 14 3.136 14 5s0 2.795-.394 3.486a3 3 0 0 1-1.12 1.12c-.555.317-1.266.379-2.491.391l.002.003c-.012 1.222-.075 1.932-.391 2.486a3 3 0 0 1-1.12 1.12C7.796 14 6.864 14 5 14s-2.795 0-3.486-.394a3 3 0 0 1-1.12-1.12C0 11.796 0 10.864 0 9s0-2.795.394-3.486a3 3 0 0 1 1.12-1.12c.554-.316 1.264-.379 2.486-.391l.003.002ZM9 8.5c-.959 0-1.58-.001-2.05-.043-.45-.04-.613-.109-.693-.154a1.5 1.5 0 0 1-.56-.56c-.045-.08-.113-.243-.154-.693C5.501 6.58 5.5 5.959 5.5 5c0-.959.001-1.58.043-2.05.04-.45.109-.613.154-.693a1.5 1.5 0 0 1 .56-.56c.08-.045.243-.113.693-.154C7.42 1.501 8.041 1.5 9 1.5c.959 0 1.58.001 2.05.043.45.04.613.109.693.154a1.5 1.5 0 0 1 .56.56c.045.08.113.243.154.693.042.47.043 1.091.043 2.05 0 .959-.001 1.58-.043 2.05-.04.45-.109.613-.154.693a1.5 1.5 0 0 1-.56.56c-.08.045-.242.113-.693.154-.47.042-1.091.043-2.05.043ZM4 5.503a13.77 13.77 0 0 0-1.05.04c-.45.04-.613.109-.693.154a1.5 1.5 0 0 0-.56.56c-.045.08-.113.243-.154.693C1.501 7.42 1.5 8.041 1.5 9c0 .959.001 1.58.043 2.05.04.45.109.613.154.693a1.5 1.5 0 0 0 .56.56c.08.045.243.113.693.154.47.042 1.091.043 2.05.043.959 0 1.58-.001 2.05-.043.45-.04.613-.109.693-.154a1.5 1.5 0 0 0 .56-.56c.045-.08.113-.242.154-.693.025-.283.035-.619.04-1.05-1.534-.003-2.358-.037-2.983-.394a3 3 0 0 1-1.12-1.12c-.357-.625-.39-1.449-.394-2.983Z" clip-rule="evenodd"/></svg>`,ACCOUNT_DISCONNECT:Ae`<svg width="16" height="14" fill="none" viewBox="0 0 16 14"><path fill="#fff" d="M9.677 1.5h-2.61c-1.261 0-2.107.001-2.757.06-.629.056-.926.157-1.122.268a2.5 2.5 0 0 0-.933.933c-.112.196-.212.493-.269 1.122-.058.65-.06 1.496-.06 2.757v.72c0 1.26.002 2.107.06 2.756.057.63.157.927.27 1.123a2.5 2.5 0 0 0 .932.933c.196.111.493.212 1.122.268.65.059 1.496.06 2.757.06h2.61a.75.75 0 1 1 0 1.5h-2.61c-2.467 0-3.7 0-4.622-.525a4 4 0 0 1-1.493-1.493C.427 11.06.427 9.827.427 7.36v-.72c0-2.467 0-3.7.525-4.622A4 4 0 0 1 2.445.525C3.366 0 4.6 0 7.067 0h2.61a.75.75 0 1 1 0 1.5Z"/><path fill="#fff" d="M10.896 11.03a.75.75 0 0 1 0-1.06l1.793-1.793a.25.25 0 0 0-.176-.427H8.177a.75.75 0 0 1 0-1.5h4.336a.25.25 0 0 0 .176-.427L10.896 4.03a.75.75 0 0 1 1.061-1.06l3.323 3.323a1 1 0 0 1 0 1.414l-3.323 3.323a.75.75 0 0 1-1.06 0Z"/></svg>`},F6={1:"692ed6ba-e569-459a-556a-776476829e00",42161:"600a9a04-c1b9-42ca-6785-9b4b6ff85200",43114:"30c46e53-e989-45fb-4549-be3bd4eb3b00",56:"93564157-2e8e-4ce7-81df-b264dbee9b00",250:"06b26297-fe0c-4733-5d6b-ffa5498aac00",10:"ab9c186a-c52f-464b-2906-ca59d760a400",137:"41d04d42-da3b-4453-8506-668cc0727900"};var sr=(t=>(t.metaMask="metaMask",t.trust="trust",t.phantom="phantom",t.brave="brave",t.spotEthWallet="spotEthWallet",t.exodus="exodus",t.tokenPocket="tokenPocket",t.frame="frame",t.tally="tally",t.coinbaseWallet="coinbaseWallet",t.core="core",t.bitkeep="bitkeep",t.mathWallet="mathWallet",t.opera="opera",t.tokenary="tokenary",t["1inch"]="1inch",t.kuCoinWallet="kuCoinWallet",t.ledger="ledger",t))(sr||{});const qr={injectedPreset:{metaMask:{name:"MetaMask",icon:"619537c0-2ff3-4c78-9ed8-a05e7567f300",url:"https://metamask.io",isMobile:!0,isInjected:!0},trust:{name:"Trust",icon:"0528ee7e-16d1-4089-21e3-bbfb41933100",url:"https://trustwallet.com",isMobile:!0,isInjected:!0},spotEthWallet:{name:"Spot",icon:"1bf33a89-b049-4a1c-d1f6-4dd7419ee400",url:"https://www.spot-wallet.com",isMobile:!0,isInjected:!0},phantom:{name:"Phantom",icon:"62471a22-33cb-4e65-5b54-c3d9ea24b900",url:"https://phantom.app",isInjected:!0},core:{name:"Core",icon:"35f9c46e-cc57-4aa7-315d-e6ccb2a1d600",url:"https://core.app",isMobile:!0,isInjected:!0},bitkeep:{name:"BitKeep",icon:"3f7075d0-4ab7-4db5-404d-3e4c05e6fe00",url:"https://bitkeep.com",isMobile:!0,isInjected:!0},tokenPocket:{name:"TokenPocket",icon:"f3119826-4ef5-4d31-4789-d4ae5c18e400",url:"https://www.tokenpocket.pro",isMobile:!0,isInjected:!0},mathWallet:{name:"MathWallet",icon:"26a8f588-3231-4411-60ce-5bb6b805a700",url:"https://mathwallet.org",isMobile:!0,isInjected:!0},exodus:{name:"Exodus",icon:"4c16cad4-cac9-4643-6726-c696efaf5200",url:"https://www.exodus.com",isMobile:!0,isDesktop:!0,isInjected:!0},kuCoinWallet:{name:"KuCoin Wallet",icon:"1e47340b-8fd7-4ad6-17e7-b2bd651fae00",url:"https://kuwallet.com",isMobile:!0,isInjected:!0},ledger:{name:"Ledger",icon:"a7f416de-aa03-4c5e-3280-ab49269aef00",url:"https://www.ledger.com",isDesktop:!0},brave:{name:"Brave",icon:"125e828e-9936-4451-a8f2-949c119b7400",url:"https://brave.com/wallet",isInjected:!0},frame:{name:"Frame",icon:"cd492418-ea85-4ef1-aeed-1c9e20b58900",url:"https://frame.sh",isInjected:!0},tally:{name:"Tally",icon:"98d2620c-9fc8-4a1c-31bc-78d59d00a300",url:"https://tallyho.org",isInjected:!0},coinbaseWallet:{name:"Coinbase",icon:"f8068a7f-83d7-4190-1f94-78154a12c600",url:"https://www.coinbase.com/wallet",isInjected:!0},opera:{name:"Opera",icon:"877fa1a4-304d-4d45-ca8e-f76d1a556f00",url:"https://www.opera.com/crypto",isInjected:!0},tokenary:{name:"Tokenary",icon:"5e481041-dc3c-4a81-373a-76bbde91b800",url:"https://tokenary.io",isDesktop:!0,isInjected:!0},["1inch"]:{name:"1inch Wallet",icon:"dce1ee99-403f-44a9-9f94-20de30616500",url:"https://1inch.io/wallet",isMobile:!0}},getInjectedId(t){if(t.toUpperCase()!=="INJECTED"&&t.length)return t;const{ethereum:e,spotEthWallet:r,coinbaseWalletExtension:n}=window;return e?e.isTrust||e.isTrustWallet?"trust":e.isPhantom?"phantom":e.isBraveWallet?"brave":r?"spotEthWallet":e.isExodus?"exodus":e.isTokenPocket?"tokenPocket":e.isFrame?"frame":e.isTally?"tally":n?"coinbaseWallet":e.isAvalanche?"core":e.isBitKeep?"bitkeep":e.isMathWallet?"mathWallet":e.isOpera?"opera":e.isTokenary?"tokenary":e.isOneInchIOSWallet||e.isOneInchAndroidWallet?"1inch":e.isKuCoinWallet?"kuCoinWallet":e.isMetaMask?"metaMask":"injected":"metaMask"},getInjectedName(t){var e,r;if(t.length&&t.toUpperCase()!=="INJECTED")return t;const n=qr.getInjectedId("");return(r=(e=qr.injectedPreset[n])==null?void 0:e.name)!=null?r:"Injected"}},B6={ETH:{icon:"692ed6ba-e569-459a-556a-776476829e00"},WETH:{icon:"692ed6ba-e569-459a-556a-776476829e00"},AVAX:{icon:"30c46e53-e989-45fb-4549-be3bd4eb3b00"},FTM:{icon:"06b26297-fe0c-4733-5d6b-ffa5498aac00"},BNB:{icon:"93564157-2e8e-4ce7-81df-b264dbee9b00"},MATIC:{icon:"41d04d42-da3b-4453-8506-668cc0727900"},OP:{icon:"ab9c186a-c52f-464b-2906-ca59d760a400"}};var j6=Object.defineProperty,nd=Object.getOwnPropertySymbols,k6=Object.prototype.hasOwnProperty,H6=Object.prototype.propertyIsEnumerable,id=(t,e,r)=>e in t?j6(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,z6=(t,e)=>{for(var r in e||(e={}))k6.call(e,r)&&id(t,r,e[r]);if(nd)for(var r of nd(e))H6.call(e,r)&&id(t,r,e[r]);return t};const ie={MOBILE_BREAKPOINT:600,W3M_RECENT_WALLET:"W3M_RECENT_WALLET",rejectStandaloneButtonComponent(){const{isStandalone:t}=te.state;if(t)throw new Error("Web3Modal button components are not available in standalone mode.")},getShadowRootElement(t,e){const r=t.renderRoot.querySelector(e);if(!r)throw new Error(`${e} not found`);return r},getWalletId(t){return qr.getInjectedId(t)},getWalletIcon(t){var e,r;const n=(e=qr.injectedPreset[t])==null?void 0:e.icon,{projectId:i,walletImages:s}=et.state;return(r=s?.[t])!=null?r:i&&n?at.getImageUrl(n):""},getWalletName(t,e=!1){const r=qr.getInjectedName(t);return e?r.split(" ")[0]:r},getChainIcon(t){var e;const r=F6[t],{projectId:n,chainImages:i}=et.state;return(e=i?.[t])!=null?e:n&&r?at.getImageUrl(r):""},getTokenIcon(t){var e,r;const n=(e=B6[t])==null?void 0:e.icon,{projectId:i,tokenImages:s}=et.state;return(r=s?.[t])!=null?r:i&&n?at.getImageUrl(n):""},isMobileAnimation(){return window.innerWidth<=ie.MOBILE_BREAKPOINT},async preloadImage(t){return new Promise((e,r)=>{const n=new Image;n.onload=e,n.onerror=r,n.src=t})},getErrorMessage(t){return t instanceof Error?t.message:"Unknown Error"},debounce(t,e=500){let r;return(...n)=>{function i(){t(...n)}r&&clearTimeout(r),r=setTimeout(i,e)}},async handleMobileLinking(t){const{standaloneUri:e,selectedChain:r}=te.state,{links:n,name:i}=t;function s(o){let a="";n!=null&&n.universal?a=Te.formatUniversalUrl(n.universal,o,i):n!=null&&n.native&&(a=Te.formatNativeUrl(n.native,o,i)),Te.openHref(a)}e?s(e):(await Ke.client().connectWalletConnect(o=>{s(o)},r?.id),ht.close()),ie.setRecentWallet(t)},async handleAndroidLinking(){const{standaloneUri:t,selectedChain:e}=te.state;t?Te.openHref(t):(await Ke.client().connectWalletConnect(r=>{Te.setWalletConnectAndroidDeepLink(r),Te.openHref(r)},e?.id),ht.close())},async handleUriCopy(){const{standaloneUri:t}=te.state;if(t)await navigator.clipboard.writeText(t);else{const e=Ke.client().walletConnectUri;await navigator.clipboard.writeText(e)}Nt.openToast("Link copied","success")},async handleConnectorConnection(t,e){try{const{selectedChain:r}=te.state;await Ke.client().connectConnector(t,r?.id),ht.close()}catch(r){e?e():Nt.openToast(ie.getErrorMessage(r),"error")}},getCustomWallets(){var t;const{desktopWallets:e,mobileWallets:r}=et.state;return(t=Te.isMobile()?r:e)!=null?t:[]},getCustomImageUrls(){const{chainImages:t,walletImages:e}=et.state,r=Object.values(t??{}),n=Object.values(e??{});return Object.values([...r,...n])},getConnectorImageUrls(){return Ke.client().getConnectors().map(({id:t})=>qr.getInjectedId(t)).map(t=>ie.getWalletIcon(t))},truncate(t,e=8){return t.length<=e?t:`${t.substring(0,4)}...${t.substring(t.length-4)}`},generateAvatarColors(t){var e;const r=(e=t.match(/.{1,7}/g))==null?void 0:e.splice(0,5),n=[];r?.forEach(s=>{let o=0;for(let c=0;c<s.length;c+=1)o=s.charCodeAt(c)+((o<<5)-o),o=o&o;const a=[0,0,0];for(let c=0;c<3;c+=1){const l=o>>c*8&255;a[c]=l}n.push(`rgb(${a[0]}, ${a[1]}, ${a[2]})`)});const i=document.querySelector(":root");if(i){const s={"--color-av-1":n[0],"--color-av-2":n[1],"--color-av-3":n[2],"--color-av-4":n[3],"--color-av-5":n[4]};Object.entries(s).forEach(([o,a])=>i.style.setProperty(o,a))}},setRecentWallet(t){localStorage.setItem(ie.W3M_RECENT_WALLET,JSON.stringify(t))},getRecentWallet(){const t=localStorage.getItem(ie.W3M_RECENT_WALLET);if(t)return JSON.parse(t)},getExtensionWallets(){const t=[];for(const[e,r]of Object.entries(qr.injectedPreset))e!==sr.coinbaseWallet&&r&&r.isInjected&&!r.isDesktop&&t.push(z6({id:e},r));return t},caseSafeIncludes(t,e){return t.toUpperCase().includes(e.toUpperCase())}},W6=be`#w3m-transparent-noise,.w3m-canvas,.w3m-color-placeholder,.w3m-gradient-placeholder,.w3m-highlight{inset:0;position:absolute;display:block;pointer-events:none;width:100%;height:100px;border-radius:8px 8px 0 0;transform:translateY(-5px)}.w3m-gradient-placeholder{background:linear-gradient(var(--gradient-1),var(--gradient-2),var(--gradient-3),var(--gradient-4))}.w3m-color-placeholder{background-color:var(--color-fg-accent)}.w3m-highlight{border:1px solid var(--color-overlay)}.w3m-canvas{opacity:0;transition:opacity 2s ease;box-shadow:0 8px 28px -6px rgba(10,16,31,.12),0 18px 88px -4px rgba(10,16,31,.14)}.w3m-canvas-visible{opacity:1}#w3m-transparent-noise{mix-blend-mode:multiply;opacity:.35}.w3m-toolbar{height:28px;display:flex;position:relative;margin:5px 15px 5px 5px;justify-content:space-between;align-items:center}.w3m-toolbar img,.w3m-toolbar svg{height:28px;object-position:left center;object-fit:contain}#w3m-wc-logo path{fill:var(--color-fg-inverse)}.w3m-action-btn{width:28px;height:28px;border-radius:50%;border:0;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color,.2s ease;background-color:var(--color-bg-1);box-shadow:0 0 0 1px var(--color-overlay),0 2px 4px -2px rgba(0,0,0,.12),0 4px 4px -2px rgba(0,0,0,.08)}.w3m-action-btn:hover{background-color:var(--color-bg-2)}.w3m-action-btn svg{display:block;object-position:center}.w3m-action-btn path{fill:var(--color-fg-1)}.w3m-actions{display:flex}.w3m-actions button:first-child{margin-right:16px}.w3m-help-active button:first-child{background-color:var(--color-fg-1)}.w3m-help-active button:first-child path{fill:var(--color-bg-1)}`;var q6=Object.defineProperty,V6=Object.getOwnPropertyDescriptor,nc=(t,e,r,n)=>{for(var i=n>1?void 0:n?V6(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&q6(e,r,i),i};const sd=new L6;let Ci=class extends de{constructor(){super(),this.open=!1,this.isHelp=!1,this.unsubscribeRouter=void 0,this.playTimeout=void 0,this.unsubscribeRouter=Re.subscribe(t=>{this.isHelp=t.view==="Help"})}firstUpdated(){const{themeBackground:t}=et.state;t==="gradient"&&(this.playTimeout=setTimeout(()=>{sd.play(this.canvasEl),this.open=!0},800))}disconnectedCallback(){var t;(t=this.unsubscribeRouter)==null||t.call(this),clearTimeout(this.playTimeout),sd.stop()}get canvasEl(){return ie.getShadowRootElement(this,".w3m-canvas")}onHelp(){Re.push("Help")}render(){const{themeBackground:t}=et.state,e={"w3m-canvas":!0,"w3m-canvas-visible":this.open},r={"w3m-actions":!0,"w3m-help-active":this.isHelp};return V`${t==="themeColor"?V`<div class="w3m-color-placeholder"></div>`:null} ${t==="gradient"?V`<div class="w3m-gradient-placeholder"></div><canvas class="${Lt(e)}"></canvas>${ye.NOISE_TEXTURE}`:null}<div class="w3m-highlight"></div><div class="w3m-toolbar">${ye.WALLET_CONNECT_LOGO}<div class="${Lt(r)}"><button class="w3m-action-btn" @click="${this.onHelp}">${ye.HELP_ICON}</button> <button class="w3m-action-btn" @click="${ht.close}">${ye.CROSS_ICON}</button></div></div>`}};Ci.styles=[le.globalCss,W6],nc([Fe()],Ci.prototype,"open",2),nc([Fe()],Ci.prototype,"isHelp",2),Ci=nc([we("w3m-modal-backcard")],Ci);const K6=be`main{padding:20px;padding-top:0;width:100%}`;var G6=Object.defineProperty,Z6=Object.getOwnPropertyDescriptor,Y6=(t,e,r,n)=>{for(var i=n>1?void 0:n?Z6(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&G6(e,r,i),i};let ic=class extends de{render(){return V`<main><slot></slot></main>`}};ic.styles=[le.globalCss,K6],ic=Y6([we("w3m-modal-content")],ic);const J6=be`footer{padding:10px;display:flex;flex-direction:column;align-items:inherit;justify-content:inherit;border-top:1px solid var(--color-bg-2)}`;var X6=Object.defineProperty,Q6=Object.getOwnPropertyDescriptor,e4=(t,e,r,n)=>{for(var i=n>1?void 0:n?Q6(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&X6(e,r,i),i};let sc=class extends de{render(){return V`<footer><slot></slot></footer>`}};sc.styles=[le.globalCss,J6],sc=e4([we("w3m-modal-footer")],sc);const t4=be`header{display:flex;justify-content:center;align-items:center;padding:20px;position:relative}.w3m-border{border-bottom:1px solid var(--color-bg-2);margin-bottom:20px}header button{padding:15px 20px;transition:opacity .2s ease}@media(hover:hover){header button:hover{opacity:.5}}.w3m-back-btn{position:absolute;left:0}.w3m-action-btn{position:absolute;right:0}path{fill:var(--color-fg-accent)}`;var r4=Object.defineProperty,n4=Object.getOwnPropertyDescriptor,Si=(t,e,r,n)=>{for(var i=n>1?void 0:n?n4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&r4(e,r,i),i};let Vr=class extends de{constructor(){super(...arguments),this.title="",this.onAction=void 0,this.actionIcon=void 0,this.border=!1}backBtnTemplate(){return V`<button class="w3m-back-btn" @click="${Re.goBack}">${ye.BACK_ICON}</button>`}actionBtnTemplate(){return V`<button class="w3m-action-btn" @click="${this.onAction}">${this.actionIcon}</button>`}render(){const t={"w3m-border":this.border},e=Re.state.history.length>1,r=this.title?V`<w3m-text variant="large-bold">${this.title}</w3m-text>`:V`<slot></slot>`;return V`<header class="${Lt(t)}">${e?this.backBtnTemplate():null} ${r} ${this.onAction?this.actionBtnTemplate():null}</header>`}};Vr.styles=[le.globalCss,t4],Si([ve()],Vr.prototype,"title",2),Si([ve()],Vr.prototype,"onAction",2),Si([ve()],Vr.prototype,"actionIcon",2),Si([ve()],Vr.prototype,"border",2),Vr=Si([we("w3m-modal-header")],Vr);const i4=be`.w3m-router{overflow:hidden;will-change:transform}.w3m-content{display:flex;flex-direction:column}`;var s4=Object.defineProperty,o4=Object.getOwnPropertyDescriptor,oc=(t,e,r,n)=>{for(var i=n>1?void 0:n?o4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&s4(e,r,i),i};let Di=class extends de{constructor(){super(),this.view=Re.state.view,this.prevView=Re.state.view,this.unsubscribe=void 0,this.oldHeight="0px",this.resizeObserver=void 0,this.unsubscribe=Re.subscribe(t=>{this.view!==t.view&&this.onChangeRoute()})}firstUpdated(){this.resizeObserver=new ResizeObserver(([t])=>{const e=`${t.contentRect.height}px`;this.oldHeight!=="0px"&&(_r(this.routerEl,{height:[this.oldHeight,e]},{duration:.2}),_r(this.routerEl,{opacity:[0,1],scale:[.99,1]},{duration:.37,delay:.03})),this.oldHeight=e}),this.resizeObserver.observe(this.contentEl)}disconnectedCallback(){var t,e;(t=this.unsubscribe)==null||t.call(this),(e=this.resizeObserver)==null||e.disconnect()}get routerEl(){return ie.getShadowRootElement(this,".w3m-router")}get contentEl(){return ie.getShadowRootElement(this,".w3m-content")}viewTemplate(){switch(this.view){case"ConnectWallet":return V`<w3m-connect-wallet-view></w3m-connect-wallet-view>`;case"SelectNetwork":return V`<w3m-select-network-view></w3m-select-network-view>`;case"InjectedConnector":return V`<w3m-injected-connector-view></w3m-injected-connector-view>`;case"InstallConnector":return V`<w3m-install-connector-view></w3m-install-connector-view>`;case"GetWallet":return V`<w3m-get-wallet-view></w3m-get-wallet-view>`;case"DesktopConnector":return V`<w3m-desktop-connector-view></w3m-desktop-connector-view>`;case"WalletExplorer":return V`<w3m-wallet-explorer-view></w3m-wallet-explorer-view>`;case"Qrcode":return V`<w3m-qrcode-view></w3m-qrcode-view>`;case"Help":return V`<w3m-help-view></w3m-help-view>`;case"WalletFilter":return V`<w3m-wallet-filter-view></w3m-wallet-filter-view>`;case"Account":return V`<w3m-account-view></w3m-account-view>`;case"SwitchNetwork":return V`<w3m-switch-network-view></w3m-switch-network-view>`;default:return V`<div>Not Found</div>`}}async onChangeRoute(){await _r(this.routerEl,{opacity:[1,0],scale:[1,1.02]},{duration:.15}).finished,this.view=Re.state.view}render(){return V`<div class="w3m-router"><div class="w3m-content">${this.viewTemplate()}</div></div>`}};Di.styles=[le.globalCss,i4],oc([Fe()],Di.prototype,"view",2),oc([Fe()],Di.prototype,"prevView",2),Di=oc([we("w3m-modal-router")],Di);const a4=be`div{height:36px;width:max-content;display:flex;justify-content:center;align-items:center;padding:10px 15px;position:absolute;top:12px;box-shadow:0 6px 14px -6px rgba(10,16,31,.3),0 10px 32px -4px rgba(10,16,31,.15);z-index:2;left:50%;transform:translateX(-50%);pointer-events:none;backdrop-filter:blur(20px) saturate(1.8);-webkit-backdrop-filter:blur(20px) saturate(1.8);border-radius:36px;border:1px solid var(--color-overlay);background-color:var(--color-overlay)}svg{margin-right:5px}@-moz-document url-prefix(){div{background-color:var(--color-bg-3)}}.w3m-success path{fill:var(--color-fg-accent)}.w3m-error path{fill:var(--color-err)}`;var c4=Object.defineProperty,l4=Object.getOwnPropertyDescriptor,od=(t,e,r,n)=>{for(var i=n>1?void 0:n?l4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&c4(e,r,i),i};let Ms=class extends de{constructor(){super(),this.open=!1,this.unsubscribe=void 0,this.timeout=void 0,this.unsubscribe=Nt.subscribe(t=>{t.open?(this.open=!0,this.timeout=setTimeout(()=>Nt.closeToast(),2200)):(this.open=!1,clearTimeout(this.timeout))})}disconnectedCallback(){var t;(t=this.unsubscribe)==null||t.call(this),clearTimeout(this.timeout),Nt.closeToast()}render(){const{message:t,variant:e}=Nt.state,r={"w3m-success":e==="success","w3m-error":e==="error"};return this.open?V`<div class="${Lt(r)}">${e==="success"?ye.CHECKMARK_ICON:null} ${e==="error"?ye.CROSS_ICON:null}<w3m-text variant="small-normal">${t}</w3m-text></div>`:null}};Ms.styles=[le.globalCss,a4],od([Fe()],Ms.prototype,"open",2),Ms=od([we("w3m-modal-toast")],Ms);const u4=be`button{padding:5px;border-radius:10px;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:90px}w3m-network-image{width:54px;height:59px}w3m-text{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;margin-top:5px}button:hover{background-color:var(--color-overlay)}`;var h4=Object.defineProperty,d4=Object.getOwnPropertyDescriptor,Us=(t,e,r,n)=>{for(var i=n>1?void 0:n?d4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&h4(e,r,i),i};let Pn=class extends de{constructor(){super(...arguments),this.onClick=()=>null,this.name="",this.chainId=""}render(){return V`<button @click="${this.onClick}"><w3m-network-image chainId="${this.chainId}"></w3m-network-image><w3m-text variant="xsmall-normal">${this.name}</w3m-text></button>`}};Pn.styles=[le.globalCss,u4],Us([ve()],Pn.prototype,"onClick",2),Us([ve()],Pn.prototype,"name",2),Us([ve()],Pn.prototype,"chainId",2),Pn=Us([we("w3m-network-button")],Pn);const f4=be`div{width:inherit;height:inherit}.polygon-stroke{stroke:var(--color-overlay)}svg{width:100%;height:100%;margin:0}#network-placeholder-fill{fill:var(--color-bg-3)}#network-placeholder-dash{stroke:var(--color-overlay)}`;var p4=Object.defineProperty,g4=Object.getOwnPropertyDescriptor,ad=(t,e,r,n)=>{for(var i=n>1?void 0:n?g4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&p4(e,r,i),i};let Fs=class extends de{constructor(){super(...arguments),this.chainId=""}render(){const t=ie.getChainIcon(this.chainId);return t?V`<div><svg width="54" height="59" viewBox="0 0 54 59" fill="none"><defs><clipPath id="polygon"><path d="M17.033 4.964c3.852-2.262 5.778-3.393 7.84-3.77a11.807 11.807 0 0 1 4.254 0c2.062.377 3.988 1.508 7.84 3.77l6.066 3.562c3.852 2.263 5.777 3.394 7.13 5.022a12.268 12.268 0 0 1 2.127 3.747c.71 2.006.71 4.268.71 8.793v7.124c0 4.525 0 6.787-.71 8.793a12.268 12.268 0 0 1-2.126 3.747c-1.354 1.628-3.28 2.76-7.131 5.022l-6.066 3.562c-3.852 2.262-5.778 3.393-7.84 3.771a11.814 11.814 0 0 1-4.254 0c-2.062-.378-3.988-1.509-7.84-3.77l-6.066-3.563c-3.852-2.263-5.778-3.394-7.13-5.022a12.268 12.268 0 0 1-2.127-3.747C1 40 1 37.737 1 33.212v-7.124c0-4.525 0-6.787.71-8.793a12.268 12.268 0 0 1 2.127-3.747c1.352-1.628 3.278-2.76 7.13-5.022l6.066-3.562Z"/></clipPath></defs><image clip-path="url(#polygon)" href="${t}" width="58" height="59" x="-2" y="0"/><path class="polygon-stroke" d="M17.22 5.295c3.877-2.277 5.737-3.363 7.72-3.726a11.44 11.44 0 0 1 4.12 0c1.983.363 3.844 1.45 7.72 3.726l6.065 3.562c3.876 2.276 5.731 3.372 7.032 4.938a11.896 11.896 0 0 1 2.06 3.63c.683 1.928.688 4.11.688 8.663v7.124c0 4.553-.005 6.735-.688 8.664a11.896 11.896 0 0 1-2.06 3.63c-1.3 1.565-3.156 2.66-7.032 4.937l-6.065 3.563c-3.877 2.276-5.737 3.362-7.72 3.725a11.46 11.46 0 0 1-4.12 0c-1.983-.363-3.844-1.449-7.72-3.726l-6.065-3.562c-3.876-2.276-5.731-3.372-7.032-4.938a11.885 11.885 0 0 1-2.06-3.63c-.682-1.928-.688-4.11-.688-8.663v-7.124c0-4.553.006-6.735.688-8.664a11.885 11.885 0 0 1 2.06-3.63c1.3-1.565 3.156-2.66 7.032-4.937l6.065-3.562Z" stroke="#fff"/></svg></div>`:V`${ye.NETWORK_PLACEHOLDER}`}};Fs.styles=[le.globalCss,f4],ad([ve()],Fs.prototype,"chainId",2),Fs=ad([we("w3m-network-image")],Fs);const m4=.1,cd=2.5,hr=7;function ac(t,e,r){return t===e?!1:(t-e<0?e-t:t-e)<=r+m4}function w4(t,e){const r=Array.prototype.slice.call(yi.create(t,{errorCorrectionLevel:e}).modules.data,0),n=Math.sqrt(r.length);return r.reduce((i,s,o)=>(o%n===0?i.push([s]):i[i.length-1].push(s))&&i,[])}const y4={generate(t,e,r,n){const i=n==="light"?"#141414":"#fff",s=n==="light"?"#fff":"#141414",o=[],a=w4(t,"Q"),c=e/a.length,l=[{x:0,y:0},{x:1,y:0},{x:0,y:1}];l.forEach(({x:T,y:R})=>{const L=(a.length-hr)*c*T,x=(a.length-hr)*c*R,O=.32;for(let _=0;_<l.length;_+=1){const D=c*(hr-_*2);o.push(Ae`<rect fill="${_%2===0?i:s}" height="${D}" rx="${D*O}" ry="${D*O}" width="${D}" x="${L+c*_}" y="${x+c*_}">`)}});const p=Math.floor((r+25)/c),w=a.length/2-p/2,m=a.length/2+p/2-1,y=[];a.forEach((T,R)=>{T.forEach((L,x)=>{if(a[R][x]&&!(R<hr&&x<hr||R>a.length-(hr+1)&&x<hr||R<hr&&x>a.length-(hr+1))&&!(R>w&&R<m&&x>w&&x<m)){const O=R*c+c/2,_=x*c+c/2;y.push([O,_])}})});const E={};return y.forEach(([T,R])=>{E[T]?E[T].push(R):E[T]=[R]}),Object.entries(E).map(([T,R])=>{const L=R.filter(x=>R.every(O=>!ac(x,O,c)));return[Number(T),L]}).forEach(([T,R])=>{R.forEach(L=>{o.push(Ae`<circle cx="${T}" cy="${L}" fill="${i}" r="${c/cd}">`)})}),Object.entries(E).filter(([T,R])=>R.length>1).map(([T,R])=>{const L=R.filter(x=>R.some(O=>ac(x,O,c)));return[Number(T),L]}).map(([T,R])=>{R.sort((x,O)=>x<O?-1:1);const L=[];for(const x of R){const O=L.find(_=>_.some(D=>ac(x,D,c)));O?O.push(x):L.push([x])}return[T,L.map(x=>[x[0],x[x.length-1]])]}).forEach(([T,R])=>{R.forEach(([L,x])=>{o.push(Ae`<line x1="${T}" x2="${T}" y1="${L}" y2="${x}" stroke="${i}" stroke-width="${c/(cd/2)}" stroke-linecap="round">`)})}),o}},b4=be`@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}div{position:relative;user-select:none;display:block;overflow:hidden;width:100%;aspect-ratio:1/1;animation:fadeIn ease .2s}svg:first-child,w3m-wallet-image{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}w3m-wallet-image{transform:translateY(-50%) translateX(-50%)}w3m-wallet-image{width:25%;height:25%;border-radius:15px}svg:first-child{transform:translateY(-50%) translateX(-50%) scale(.9)}svg:first-child path:first-child{fill:var(--color-fg-accent)}svg:first-child path:last-child{stroke:var(--color-overlay)}`;var v4=Object.defineProperty,_4=Object.getOwnPropertyDescriptor,Ii=(t,e,r,n)=>{for(var i=n>1?void 0:n?_4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&v4(e,r,i),i};let Kr=class extends de{constructor(){super(...arguments),this.uri="",this.size=0,this.logoSrc="",this.walletId=""}svgTemplate(){var t;const e=(t=et.state.themeMode)!=null?t:"light";return Ae`<svg height="${this.size}" width="${this.size}">${y4.generate(this.uri,this.size,this.size/4,e)}</svg>`}render(){return V`<div>${this.walletId||this.logoSrc?V`<w3m-wallet-image walletId="${Ft(this.walletId)}" src="${Ft(this.logoSrc)}"></w3m-wallet-image>`:ye.WALLET_CONNECT_ICON_COLORED} ${this.svgTemplate()}</div>`}};Kr.styles=[le.globalCss,b4],Ii([ve()],Kr.prototype,"uri",2),Ii([ve({type:Number})],Kr.prototype,"size",2),Ii([ve()],Kr.prototype,"logoSrc",2),Ii([ve()],Kr.prototype,"walletId",2),Kr=Ii([we("w3m-qrcode")],Kr);const E4=be`:host{position:relative;height:28px;width:75%}input{width:100%;height:100%;line-height:28px!important;border-radius:28px;font-style:normal;font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Ubuntu,'Helvetica Neue',sans-serif;font-feature-settings:'case' on;font-weight:500;font-size:16px;letter-spacing:-.03em;padding:0 10px 0 34px;transition:.2s all ease;color:transparent;position:absolute;background-color:var(--color-bg-3);box-shadow:inset 0 0 0 1px var(--color-overlay)}input::placeholder{color:transparent}svg{margin-right:4px}.w3m-placeholder{top:0;left:50%;transform:translateX(-50%);transition:.2s all ease;pointer-events:none;display:flex;align-items:center;justify-content:center;height:100%;width:fit-content;position:relative}input:focus-within+.w3m-placeholder,input:not(:placeholder-shown)+.w3m-placeholder{transform:translateX(10px);left:0}w3m-text{opacity:1;transition:.2s opacity ease}input:focus-within+.w3m-placeholder w3m-text,input:not(:placeholder-shown)+.w3m-placeholder w3m-text{opacity:0}input:focus-within,input:not(:placeholder-shown){color:var(--color-fg-1)}input:focus-within{box-shadow:inset 0 0 0 1px var(--color-fg-accent)}path{fill:var(--color-fg-2)}`;var x4=Object.defineProperty,C4=Object.getOwnPropertyDescriptor,ld=(t,e,r,n)=>{for(var i=n>1?void 0:n?C4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&x4(e,r,i),i};let Bs=class extends de{constructor(){super(...arguments),this.onChange=()=>null}render(){const t=Te.isMobile()?"Search mobile wallets":"Search desktop wallets";return V`<input type="text" @input="${this.onChange}" placeholder="${t}"><div class="w3m-placeholder">${ye.SEARCH_ICON}<w3m-text color="secondary" variant="medium-thin">${t}</w3m-text></div>`}};Bs.styles=[le.globalCss,E4],ld([ve()],Bs.prototype,"onChange",2),Bs=ld([we("w3m-search-input")],Bs);const S4=be`@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}svg{animation:rotate 2s linear infinite;display:flex;justify-content:center;align-items:center}svg circle{stroke-linecap:round;animation:dash 1.5s ease infinite;stroke:var(--color-fg-accent)}`;var D4=Object.defineProperty,I4=Object.getOwnPropertyDescriptor,O4=(t,e,r,n)=>{for(var i=n>1?void 0:n?I4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&D4(e,r,i),i};let cc=class extends de{render(){return V`<svg viewBox="0 0 50 50" width="24" height="24"><circle cx="25" cy="25" r="20" fill="none" stroke-width="4" stroke="#fff"/></svg>`}};cc.styles=[le.globalCss,S4],cc=O4([we("w3m-spinner")],cc);const A4=be`span{font-style:normal;font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Ubuntu,'Helvetica Neue',sans-serif;font-feature-settings:'tnum' on,'lnum' on,'case' on}.w3m-xxsmall-bold{font-weight:700;font-size:10px;line-height:12px;letter-spacing:.02em;text-transform:uppercase}.w3m-xsmall-normal{font-weight:600;font-size:12px;line-height:14px;letter-spacing:-.03em}.w3m-small-thin{font-weight:500;font-size:14px;line-height:16px;letter-spacing:-.03em}.w3m-small-normal{font-weight:600;font-size:14px;line-height:16px;letter-spacing:-.03em}.w3m-medium-thin{font-weight:500;font-size:16px;line-height:20px;letter-spacing:-.03em}.w3m-medium-normal{font-weight:600;font-size:16px;line-height:20px;letter-spacing:-.03em}.w3m-medium-bold{font-weight:700;font-size:16px;line-height:20px;letter-spacing:-.03em}.w3m-large-bold{font-weight:600;font-size:20px;line-height:24px;letter-spacing:-.03em}:host(*){color:var(--color-fg-1)}.w3m-color-primary{color:var(--color-fg-1)}.w3m-color-secondary{color:var(--color-fg-2)}.w3m-color-tertiary{color:var(--color-fg-3)}.w3m-color-inverse{color:var(--color-fg-inverse)}.w3m-color-accnt{color:var(--color-fg-accent)}.w3m-color-error{color:var(--color-err)}`;var $4=Object.defineProperty,P4=Object.getOwnPropertyDescriptor,lc=(t,e,r,n)=>{for(var i=n>1?void 0:n?P4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&$4(e,r,i),i};let Oi=class extends de{constructor(){super(...arguments),this.variant="medium-normal",this.color="primary"}render(){const t={"w3m-large-bold":this.variant==="large-bold","w3m-medium-bold":this.variant==="medium-bold","w3m-medium-normal":this.variant==="medium-normal","w3m-medium-thin":this.variant==="medium-thin","w3m-small-normal":this.variant==="small-normal","w3m-small-thin":this.variant==="small-thin","w3m-xsmall-normal":this.variant==="xsmall-normal","w3m-xxsmall-bold":this.variant==="xxsmall-bold","w3m-color-primary":this.color==="primary","w3m-color-secondary":this.color==="secondary","w3m-color-tertiary":this.color==="tertiary","w3m-color-inverse":this.color==="inverse","w3m-color-accnt":this.color==="accent","w3m-color-error":this.color==="error"};return V`<span class="${Lt(t)}"><slot></slot></span>`}};Oi.styles=[le.globalCss,A4],lc([ve()],Oi.prototype,"variant",2),lc([ve()],Oi.prototype,"color",2),Oi=lc([we("w3m-text")],Oi);const T4=be`div{overflow:hidden;position:relative;border-radius:50%}div::after{content:'';position:absolute;inset:0;border-radius:50%;border:1px solid var(--color-overlay)}div img{width:100%;height:100%;object-fit:cover;object-position:center}svg{width:100%;height:100%}#token-placeholder-fill{fill:var(--color-bg-3)}#token-placeholder-dash{stroke:var(--color-overlay)}`;var R4=Object.defineProperty,N4=Object.getOwnPropertyDescriptor,ud=(t,e,r,n)=>{for(var i=n>1?void 0:n?N4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&R4(e,r,i),i};let js=class extends de{constructor(){super(...arguments),this.symbol=void 0}render(){var t;const e=ie.getTokenIcon((t=this.symbol)!=null?t:"");return e?V`<div><img src="${e}" alt="${this.id}"></div>`:ye.TOKEN_PLACEHOLDER}};js.styles=[le.globalCss,T4],ud([ve()],js.prototype,"symbol",2),js=ud([we("w3m-token-image")],js);const L4=be`button{transition:all .2s ease;width:100%;height:100%;border-radius:10px;display:flex;align-items:flex-start}button:hover{background-color:var(--color-overlay)}button>div{width:80px;padding:5px 0;display:flex;flex-direction:column;align-items:center}w3m-text{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}w3m-wallet-image{height:60px;width:60px;transition:all .2s ease;border-radius:15px;margin-bottom:5px}.w3m-sublabel{margin-top:2px}`;var M4=Object.defineProperty,U4=Object.getOwnPropertyDescriptor,Cr=(t,e,r,n)=>{for(var i=n>1?void 0:n?U4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&M4(e,r,i),i};let or=class extends de{constructor(){super(...arguments),this.onClick=()=>null,this.name="",this.walletId="",this.label=void 0,this.src=void 0,this.installed=!1,this.recent=!1}sublabelTemplate(){return this.recent?V`<w3m-text class="w3m-sublabel" variant="xxsmall-bold" color="tertiary">RECENT</w3m-text>`:this.installed?V`<w3m-text class="w3m-sublabel" variant="xxsmall-bold" color="tertiary">INSTALLED</w3m-text>`:null}render(){var t;return V`<button @click="${this.onClick}"><div><w3m-wallet-image walletId="${this.walletId}" .src="${this.src}"></w3m-wallet-image><w3m-text variant="xsmall-normal">${(t=this.label)!=null?t:ie.getWalletName(this.name,!0)}</w3m-text>${this.sublabelTemplate()}</div></button>`}};or.styles=[le.globalCss,L4],Cr([ve()],or.prototype,"onClick",2),Cr([ve()],or.prototype,"name",2),Cr([ve()],or.prototype,"walletId",2),Cr([ve()],or.prototype,"label",2),Cr([ve()],or.prototype,"src",2),Cr([ve()],or.prototype,"installed",2),Cr([ve()],or.prototype,"recent",2),or=Cr([we("w3m-wallet-button")],or);const F4=be`div{overflow:hidden;position:relative;border-radius:inherit;width:100%;height:100%}svg{position:relative;width:100%;height:100%}div::after{content:'';position:absolute;inset:0;border-radius:inherit;border:1px solid var(--color-overlay)}div img{width:100%;height:100%;object-fit:cover;object-position:center}#wallet-placeholder-fill{fill:var(--color-bg-3)}#wallet-placeholder-dash{stroke:var(--color-overlay)}`;var B4=Object.defineProperty,j4=Object.getOwnPropertyDescriptor,uc=(t,e,r,n)=>{for(var i=n>1?void 0:n?j4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&B4(e,r,i),i};let Ai=class extends de{constructor(){super(...arguments),this.walletId=void 0,this.src=void 0}render(){var t;const e=ie.getWalletId((t=this.walletId)!=null?t:""),r=ie.getWalletId(e),n=this.src?this.src:ie.getWalletIcon(r);return V`${n.length?V`<div><img src="${n}" alt="${this.id}"></div>`:ye.WALLET_PLACEHOLDER}`}};Ai.styles=[le.globalCss,F4],uc([ve()],Ai.prototype,"walletId",2),uc([ve()],Ai.prototype,"src",2),Ai=uc([we("w3m-wallet-image")],Ai);const k4=be`:host{all:initial}div{display:flex;align-items:center;background-color:var(--color-overlay);box-shadow:inset 0 0 0 1px var(--color-overlay);border-radius:10px;padding:4px 4px 4px 8px}div button{border-radius:16px;padding:4px 8px 4px 4px;height:auto;margin-left:10px;color:var(--color-fg-inverse);background-color:var(--color-fg-accent)}button::after{content:'';inset:0;position:absolute;background-color:transparent;border-radius:inherit;transition:background-color .2s ease;border:1px solid var(--color-overlay)}button:hover::after{background-color:var(--color-overlay)}w3m-avatar{margin-right:6px}w3m-button-big w3m-avatar{margin-left:-5px}`;var H4=Object.defineProperty,z4=Object.getOwnPropertyDescriptor,hd=(t,e,r,n)=>{for(var i=n>1?void 0:n?z4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&H4(e,r,i),i};let $i=class extends de{constructor(){super(),this.balance="hide",ie.rejectStandaloneButtonComponent()}onOpen(){const{isStandalone:t}=te.state;t||ht.open({route:"Account"})}accountTemplate(){return V`<w3m-avatar></w3m-avatar><w3m-address-text></w3m-address-text>`}render(){return this.balance==="show"?V`<div><w3m-balance></w3m-balance><button @click="${this.onOpen}">${this.accountTemplate()}</button></div>`:V`<w3m-button-big @click="${this.onOpen}">${this.accountTemplate()}</w3m-button-big>`}};$i.styles=[le.globalCss,k4],hd([ve()],$i.prototype,"balance",2),$i=hd([we("w3m-account-button")],$i);const W4=be`button{display:flex;border-radius:10px;flex-direction:column;transition:background-color .2s ease;justify-content:center;padding:5px;width:100px}button:hover{background-color:var(--color-overlay)}button:disabled{pointer-events:none}w3m-network-image{width:32px;height:32px}w3m-text{margin-top:4px}`;var q4=Object.defineProperty,V4=Object.getOwnPropertyDescriptor,hc=(t,e,r,n)=>{for(var i=n>1?void 0:n?V4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&q4(e,r,i),i};let Pi=class extends de{constructor(){super(),this.chainId="",this.label="",this.unsubscribeNetwork=void 0;const{selectedChain:t}=te.state;this.chainId=t?.id.toString(),this.label=t?.name,this.unsubscribeNetwork=te.subscribe(({selectedChain:e})=>{this.chainId=e?.id.toString(),this.label=e?.name})}disconnectedCallback(){var t;(t=this.unsubscribeNetwork)==null||t.call(this)}onClick(){Re.push("SelectNetwork")}render(){const{chains:t}=te.state,e=t&&t.length>1;return V`<button @click="${this.onClick}" ?disabled="${!e}"><w3m-network-image chainId="${Ft(this.chainId)}"></w3m-network-image><w3m-text variant="xsmall-normal" color="accent">${this.label}</w3m-text></button>`}};Pi.styles=[le.globalCss,W4],hc([Fe()],Pi.prototype,"chainId",2),hc([Fe()],Pi.prototype,"label",2),Pi=hc([we("w3m-account-network-button")],Pi);const K4=be`@keyframes slide{0%{background-position:0 0}100%{background-position:200px 0}}w3m-text{padding:1px 0}.w3m-loading{background:linear-gradient(270deg,var(--color-fg-1) 36.33%,var(--color-fg-3) 42.07%,var(--color-fg-1) 83.3%);background-size:200px 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation-name:slide;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear}`;var G4=Object.defineProperty,Z4=Object.getOwnPropertyDescriptor,Ti=(t,e,r,n)=>{for(var i=n>1?void 0:n?Z4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&G4(e,r,i),i};let Gr=class extends de{constructor(){super(),this.address=void 0,this.name=void 0,this.loading=!0,this.variant="button",this.unsubscribeAccount=void 0,this.address=te.state.address,this.name=te.state.profileName,this.loading=Boolean(te.state.profileLoading),this.unsubscribeAccount=te.subscribe(({address:t,profileName:e,profileLoading:r})=>{this.address=t,this.name=e,this.loading=Boolean(r)})}disconnectedCallback(){var t;(t=this.unsubscribeAccount)==null||t.call(this)}render(){var t;const e=this.variant==="button",r={"w3m-loading":this.loading};return V`<w3m-text class="${Lt(r)}" variant="${e?"medium-normal":"large-bold"}" color="${e?"inverse":"primary"}">${this.name?this.name:ie.truncate((t=this.address)!=null?t:"")}</w3m-text>`}};Gr.styles=[le.globalCss,K4],Ti([Fe()],Gr.prototype,"address",2),Ti([Fe()],Gr.prototype,"name",2),Ti([Fe()],Gr.prototype,"loading",2),Ti([ve()],Gr.prototype,"variant",2),Gr=Ti([we("w3m-address-text")],Gr);const Y4=be`@keyframes scroll{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(calc(-70px * 10),0,0)}}.w3m-slider{position:relative;overflow-x:hidden;padding:10px 0;margin:0 -20px}.w3m-slider::after,.w3m-slider::before{content:'';height:100%;width:50px;z-index:2;position:absolute;background:linear-gradient(to right,var(--color-bg-1) 0,transparent 100%);top:0}.w3m-slider::before{left:0}.w3m-slider::after{right:0;transform:rotateZ(180deg)}.w3m-track{display:flex;width:calc(70px * 20);animation:scroll 20s linear infinite}.w3m-action{padding:30px 0 10px 0;display:flex;justify-content:center;align-items:center;flex-direction:column}.w3m-action w3m-button-big:last-child{margin-top:10px}w3m-wallet-image{width:60px;height:60px;margin:0 5px;box-shadow:0 2px 4px -2px rgba(0,0,0,.12),0 4px 4px -2px rgba(0,0,0,.08);border-radius:15px}`;var J4=Object.defineProperty,X4=Object.getOwnPropertyDescriptor,Q4=(t,e,r,n)=>{for(var i=n>1?void 0:n?X4(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&J4(e,r,i),i};let dc=class extends de{onGoToQrcode(){Re.push("Qrcode")}onGoToGetWallet(){Re.push("GetWallet")}render(){const{previewWallets:t}=at.state,e=t.length,r=[...t,...t];return V`<w3m-modal-header title="Connect your wallet" .onAction="${this.onGoToQrcode}" .actionIcon="${ye.QRCODE_ICON}"></w3m-modal-header><w3m-modal-content>${e?V`<div class="w3m-slider"><div class="w3m-track">${r.map(({image_url:n})=>V`<w3m-wallet-image src="${n.lg}"></w3m-wallet-image>`)}</div></div>`:null}<div class="w3m-action"><w3m-button-big @click="${ie.handleAndroidLinking}"><w3m-text variant="medium-normal" color="inverse">Select Wallet</w3m-text></w3m-button-big><w3m-button-big variant="secondary" @click="${this.onGoToGetWallet}"><w3m-text variant="medium-normal" color="accent">I don’t have a wallet</w3m-text></w3m-button-big></div></w3m-modal-content>`}};dc.styles=[le.globalCss,Y4],dc=Q4([we("w3m-android-wallet-selection")],dc);const e8=be`@keyframes slide{0%{transform:translateX(-50px)}100%{transform:translateX(200px)}}.w3m-placeholder,img{border-radius:50%;box-shadow:inset 0 0 0 1px var(--color-overlay);display:block;position:relative;overflow:hidden!important;background-color:var(--color-av-1);background-image:radial-gradient(at 66% 77%,var(--color-av-2) 0,transparent 50%),radial-gradient(at 29% 97%,var(--color-av-3) 0,transparent 50%),radial-gradient(at 99% 86%,var(--color-av-4) 0,transparent 50%),radial-gradient(at 29% 88%,var(--color-av-5) 0,transparent 50%);transform:translateZ(0)}.w3m-loader{width:50px;height:100%;background:linear-gradient(270deg,transparent 0,rgba(255,255,255,.4) 30%,transparent 100%);animation-name:slide;animation-duration:1.5s;transform:translateX(-50px);animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:.55s}.w3m-small{width:24px;height:24px}.w3m-medium{width:60px;height:60px}`;var t8=Object.defineProperty,r8=Object.getOwnPropertyDescriptor,Ri=(t,e,r,n)=>{for(var i=n>1?void 0:n?r8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&t8(e,r,i),i};let Zr=class extends de{constructor(){super(),this.address=void 0,this.avatar=void 0,this.loading=!0,this.size="small",this.unsubscribeAccount=void 0,this.address=te.state.address,this.avatar=te.state.profileAvatar,this.loading=Boolean(te.state.profileLoading),this.unsubscribeAccount=te.subscribe(({address:t,profileAvatar:e,profileLoading:r})=>{this.address=t,this.avatar=e,this.loading=Boolean(r)})}disconnectedCallback(){var t;(t=this.unsubscribeAccount)==null||t.call(this)}render(){const t={"w3m-placeholder":!0,"w3m-small":this.size==="small","w3m-medium":this.size==="medium"};return this.avatar?V`<img class="${Lt(t)}" src="${this.avatar}">`:this.address?(ie.generateAvatarColors(this.address),V`<div class="${Lt(t)}">${this.loading?V`<div class="w3m-loader"></div>`:null}</div>`):null}};Zr.styles=[le.globalCss,e8],Ri([Fe()],Zr.prototype,"address",2),Ri([Fe()],Zr.prototype,"avatar",2),Ri([Fe()],Zr.prototype,"loading",2),Ri([ve()],Zr.prototype,"size",2),Zr=Ri([we("w3m-avatar")],Zr);const n8=be`div{display:flex;align-items:center}w3m-token-image{width:28px;height:28px;margin-right:6px}`;var i8=Object.defineProperty,s8=Object.getOwnPropertyDescriptor,fc=(t,e,r,n)=>{for(var i=n>1?void 0:n?s8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&i8(e,r,i),i};let Ni=class extends de{constructor(){var t,e;super(),this.symbol=void 0,this.amount=void 0,this.unsubscribeAccount=void 0,this.symbol=(t=te.state.balance)==null?void 0:t.symbol,this.amount=(e=te.state.balance)==null?void 0:e.amount,this.unsubscribeAccount=te.subscribe(({balance:r})=>{this.symbol=r?.symbol,this.amount=r?.amount})}disconnectedCallback(){var t;(t=this.unsubscribeAccount)==null||t.call(this)}render(){let t="_._";return this.amount==="0.0"&&(t=0),this.amount&&this.amount.length>6&&(t=parseFloat(this.amount).toFixed(3)),V`<div><w3m-token-image symbol="${Ft(this.symbol)}"></w3m-token-image><w3m-text variant="medium-normal" color="primary">${t} ${this.symbol}</w3m-text></div>`}};Ni.styles=[le.globalCss,n8],fc([Fe()],Ni.prototype,"symbol",2),fc([Fe()],Ni.prototype,"amount",2),Ni=fc([we("w3m-balance")],Ni);const o8=be`:host{all:initial}svg{width:28px;height:20px;margin:-1px 3px 0 -5px}svg path{fill:var(--color-fg-inverse)}button:disabled svg path{fill:var(--color-fg-3)}w3m-spinner{margin:0 10px 0 0}`;var a8=Object.defineProperty,c8=Object.getOwnPropertyDescriptor,ks=(t,e,r,n)=>{for(var i=n>1?void 0:n?c8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&a8(e,r,i),i};let Yr=class extends de{constructor(){super(),this.loading=!1,this.label="Connect Wallet",this.icon="show",this.modalUnsub=void 0,ie.rejectStandaloneButtonComponent(),this.modalUnsub=ht.subscribe(t=>{t.open&&(this.loading=!0),t.open||(this.loading=!1)})}disconnectedCallback(){var t;(t=this.modalUnsub)==null||t.call(this)}iconTemplate(){return this.icon==="show"?ye.WALLET_CONNECT_ICON:null}onOpen(){this.loading=!0;const{enableNetworkView:t}=et.state,{chains:e,selectedChain:r}=te.state,n=e?.length&&e.length>1;t||n&&!r?ht.open({route:"SelectNetwork"}):ht.open({route:"ConnectWallet"})}render(){return V`<w3m-button-big .disabled="${this.loading}" @click="${this.onOpen}">${this.loading?V`<w3m-spinner></w3m-spinner><w3m-text variant="medium-normal" color="accent">Connecting...</w3m-text>`:V`${this.iconTemplate()}<w3m-text variant="medium-normal" color="inverse">${this.label}</w3m-text>`}</w3m-button-big>`}};Yr.styles=[le.globalCss,o8],ks([Fe()],Yr.prototype,"loading",2),ks([ve()],Yr.prototype,"label",2),ks([ve()],Yr.prototype,"icon",2),Yr=ks([we("w3m-connect-button")],Yr);var l8=Object.defineProperty,u8=Object.getOwnPropertyDescriptor,Li=(t,e,r,n)=>{for(var i=n>1?void 0:n?u8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&l8(e,r,i),i};let Jr=class extends de{constructor(){super(),this.isConnected=!1,this.label="Connect Wallet",this.icon="show",this.balance="hide",this.unsubscribeAccount=void 0,ie.rejectStandaloneButtonComponent(),this.isConnected=te.state.isConnected,this.unsubscribeAccount=te.subscribe(({isConnected:t})=>{this.isConnected=t})}disconnectedCallback(){var t;(t=this.unsubscribeAccount)==null||t.call(this)}render(){return this.isConnected?V`<w3m-account-button balance="${Ft(this.balance)}"></w3m-account-button>`:V`<w3m-connect-button label="${Ft(this.label)}" icon="${Ft(this.icon)}"></w3m-connect-button>`}};Li([Fe()],Jr.prototype,"isConnected",2),Li([ve()],Jr.prototype,"label",2),Li([ve()],Jr.prototype,"icon",2),Li([ve()],Jr.prototype,"balance",2),Jr=Li([we("w3m-core-button")],Jr);const Zt={allowedExplorerListings(t){const{explorerAllowList:e,explorerDenyList:r}=et.state;let n=[...t];return e!=null&&e.length&&(n=n.filter(i=>e.includes(i.id))),r!=null&&r.length&&(n=n.filter(i=>!r.includes(i.id))),n},walletsWithInjected(t){let e=[...t??[]];if(window.ethereum){const r=ie.getWalletName("");e=e.filter(({name:n})=>!ie.caseSafeIncludes(n,r))}return e},connectorWallets(){const{isStandalone:t}=te.state;if(t)return[];let e=Ke.client().getConnectors();return!window.ethereum&&Te.isMobile()&&(e=e.filter(({id:r})=>r!=="injected"&&r!==sr.metaMask)),e},walletTemplatesWithRecent(t,e){let r=[...t];if(e){const n=ie.getRecentWallet();r=r.filter(i=>!i.values.includes(n?.name)),r.splice(1,0,e)}return r},deduplicateExplorerListingsFromConnectors(t){const{isStandalone:e}=te.state;if(e)return t;const r=Ke.client().getConnectors().map(({name:n})=>n.toUpperCase());return t.filter(({name:n})=>!r.includes(n.toUpperCase()))}},h8=be`.w3m-grid{display:grid;grid-template-columns:repeat(4,80px);justify-content:space-between}.w3m-desktop-title,.w3m-mobile-title{display:flex;align-items:center}.w3m-mobile-title{justify-content:space-between;margin-bottom:20px;margin-top:-10px}.w3m-desktop-title{margin-bottom:10px;padding:0 10px}.w3m-subtitle{display:flex;align-items:center}.w3m-subtitle:last-child path{fill:var(--color-fg-3)}.w3m-desktop-title svg,.w3m-mobile-title svg{margin-right:6px}.w3m-desktop-title path,.w3m-mobile-title path{fill:var(--color-fg-accent)}`;var d8=Object.defineProperty,f8=Object.getOwnPropertyDescriptor,p8=(t,e,r,n)=>{for(var i=n>1?void 0:n?f8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&d8(e,r,i),i};let pc=class extends de{onDesktopWallet(t){Re.push("DesktopConnector",{DesktopConnector:t})}onInjectedWallet(){Re.push("InjectedConnector")}onInstallConnector(){Re.push("InstallConnector",{InstallConnector:{id:"metaMask",name:"MetaMask",isMobile:!0,url:"https://metamask.io"}})}async onConnectorWallet(t){window.ethereum?t==="injected"||t===sr.metaMask?this.onInjectedWallet():await ie.handleConnectorConnection(t):this.onInstallConnector()}desktopWalletsTemplate(){const{desktopWallets:t}=et.state;return t?.map(({id:e,name:r,links:{universal:n,native:i}})=>V`<w3m-wallet-button walletId="${e}" name="${r}" .onClick="${()=>this.onDesktopWallet({name:r,walletId:e,universal:n,native:i})}"></w3m-wallet-button>`)}previewWalletsTemplate(){let t=Zt.allowedExplorerListings(at.state.previewWallets);return t=Zt.deduplicateExplorerListingsFromConnectors(t),t.map(({name:e,desktop:{universal:r,native:n},homepage:i,image_url:s,id:o})=>V`<w3m-wallet-button src="${s.lg}" name="${e}" .onClick="${()=>this.onDesktopWallet({walletId:o,name:e,native:n,universal:r||i,icon:s.lg})}"></w3m-wallet-button>`)}connectorWalletsTemplate(){return Zt.connectorWallets().map(({id:t,name:e,ready:r})=>V`<w3m-wallet-button .installed="${["injected","metaMask"].includes(t)&&r}" name="${e}" walletId="${t}" .onClick="${async()=>this.onConnectorWallet(t)}"></w3m-wallet-button>`)}recentWalletTemplate(){const t=ie.getRecentWallet();if(!t)return;const{id:e,name:r,links:n,image:i}=t;return V`<w3m-wallet-button .recent="${!0}" name="${r}" walletId="${Ft(e)}" src="${Ft(i)}" .onClick="${()=>this.onDesktopWallet({name:r,walletId:e,universal:n?.universal,native:n?.native,icon:i})}"></w3m-wallet-button>`}render(){const{standaloneUri:t}=te.state,e=this.desktopWalletsTemplate(),r=this.previewWalletsTemplate(),n=this.connectorWalletsTemplate(),i=this.recentWalletTemplate(),s=e??r;let o=[...n,...s];o=Zt.walletTemplatesWithRecent(o,i);const a=t?s:o,c=a.length>4;let l=[];c?l=a.filter(w=>!w.values.includes(sr.coinbaseWallet)).slice(0,3):l=a;const p=Boolean(l.length);return V`<w3m-modal-header border="${!0}" title="Connect your wallet" .onAction="${ie.handleUriCopy}" .actionIcon="${ye.COPY_ICON}"></w3m-modal-header><w3m-modal-content><div class="w3m-mobile-title"><div class="w3m-subtitle">${ye.MOBILE_ICON}<w3m-text variant="small-normal" color="accent">Mobile</w3m-text></div><div class="w3m-subtitle">${ye.SCAN_ICON}<w3m-text variant="small-normal" color="secondary">Scan with your wallet</w3m-text></div></div><w3m-walletconnect-qr></w3m-walletconnect-qr></w3m-modal-content>${p?V`<w3m-modal-footer><div class="w3m-desktop-title">${ye.DESKTOP_ICON}<w3m-text variant="small-normal" color="accent">Desktop</w3m-text></div><div class="w3m-grid">${l} ${c?V`<w3m-view-all-wallets-button></w3m-view-all-wallets-button>`:null}</div></w3m-modal-footer>`:null}`}};pc.styles=[le.globalCss,h8],pc=p8([we("w3m-desktop-wallet-selection")],pc);const g8=be`div{background-color:var(--color-bg-2);padding:10px 20px 15px 20px;border-top:1px solid var(--color-bg-3);text-align:center}a{color:var(--color-fg-accent);text-decoration:none;transition:opacity .2s ease-in-out}a:hover{opacity:.8}`;var m8=Object.defineProperty,w8=Object.getOwnPropertyDescriptor,y8=(t,e,r,n)=>{for(var i=n>1?void 0:n?w8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&m8(e,r,i),i};let gc=class extends de{render(){const{termsOfServiceUrl:t,privacyPolicyUrl:e}=et.state;return t??e?V`<div><w3m-text variant="small-normal" color="secondary">By connecting your wallet, you agree to our<br>${t?V`<a href="${t}" target="_blank" rel="noopener noreferrer">Terms of Service</a>`:null} ${t&&e?"and":null} ${e?V`<a href="${e}" target="_blank" rel="noopener noreferrer">Privacy Policy</a>`:null}</w3m-text></div>`:null}};gc.styles=[le.globalCss,g8],gc=y8([we("w3m-legal-notice")],gc);const b8=be`.w3m-grid{display:grid;grid-template-columns:repeat(4,80px);margin:0 -10px;justify-content:space-between;row-gap:10px}`;var v8=Object.defineProperty,_8=Object.getOwnPropertyDescriptor,E8=(t,e,r,n)=>{for(var i=n>1?void 0:n?_8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&v8(e,r,i),i};let mc=class extends de{onGoToQrcode(){Re.push("Qrcode")}async onConnectorWallet(t){await ie.handleConnectorConnection(t)}mobileWalletsTemplate(){const{mobileWallets:t}=et.state,e=Zt.walletsWithInjected(t);if(e.length)return e.map(({id:r,name:n,links:{universal:i,native:s}})=>V`<w3m-wallet-button name="${n}" walletId="${r}" .onClick="${async()=>ie.handleMobileLinking({links:{native:s,universal:i},name:n,id:r})}"></w3m-wallet-button>`)}previewWalletsTemplate(){const{previewWallets:t}=at.state;let e=Zt.walletsWithInjected(t);return e=Zt.allowedExplorerListings(e),e=Zt.deduplicateExplorerListingsFromConnectors(e),e.map(({image_url:r,name:n,mobile:{native:i,universal:s},id:o})=>V`<w3m-wallet-button name="${n}" src="${r.lg}" .onClick="${async()=>ie.handleMobileLinking({links:{native:i,universal:s},name:n,id:o,image:r.lg})}"></w3m-wallet-button>`)}connectorWalletsTemplate(){let t=Zt.connectorWallets();return window.ethereum||(t=t.filter(({id:e})=>e!=="injected"&&e!==sr.metaMask)),t.map(({name:e,id:r,ready:n})=>V`<w3m-wallet-button .installed="${["injected","metaMask"].includes(r)&&n}" name="${e}" walletId="${r}" .onClick="${async()=>this.onConnectorWallet(r)}"></w3m-wallet-button>`)}recentWalletTemplate(){const t=ie.getRecentWallet();if(!t)return;const{id:e,name:r,links:n,image:i}=t;return V`<w3m-wallet-button .recent="${!0}" name="${r}" walletId="${Ft(e)}" src="${Ft(i)}" .onClick="${async()=>ie.handleMobileLinking({name:r,id:e,links:n,image:i})}"></w3m-wallet-button>`}render(){const{standaloneUri:t}=te.state,e=this.connectorWalletsTemplate(),r=this.mobileWalletsTemplate(),n=this.previewWalletsTemplate(),i=this.recentWalletTemplate(),s=r??n;let o=[...e,...s];o=Zt.walletTemplatesWithRecent(o,i);const a=t?s:o,c=a.length>8;let l=[];c?l=a.filter(y=>!y.values.includes(sr.coinbaseWallet)).slice(0,7):l=a;const p=l.slice(0,4),w=l.slice(4,8),m=Boolean(l.length);return V`<w3m-modal-header title="Connect your wallet" .onAction="${this.onGoToQrcode}" .actionIcon="${ye.QRCODE_ICON}"></w3m-modal-header>${m?V`<w3m-modal-content><div class="w3m-grid">${p} ${w.length?V`${w} ${c?V`<w3m-view-all-wallets-button></w3m-view-all-wallets-button>`:null}`:null}</div></w3m-modal-content>`:null}`}};mc.styles=[le.globalCss,b8],mc=E8([we("w3m-mobile-wallet-selection")],mc);const x8=be`:host{all:initial}.w3m-overlay{inset:0;position:fixed;z-index:var(--modal-z-index);overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.3);opacity:0;pointer-events:none}.w3m-open{pointer-events:auto}.w3m-container{position:relative;max-width:360px;width:100%;outline:0}.w3m-card{width:100%;position:relative;transform:translateY(5px);border-radius:30px;overflow:hidden;box-shadow:0 6px 14px -6px rgba(10,16,31,.12),0 10px 32px -4px rgba(10,16,31,.1),0 0 0 1px var(--color-overlay);background-color:var(--color-bg-1);color:var(--color-fg-1)}@media(max-width:600px){.w3m-container{max-width:440px}.w3m-card{border-radius:40px 40px 0 0}.w3m-overlay{align-items:flex-end}}@media(max-width:600px){.w3m-container{max-width:440px}.w3m-card{transform:translateY(5px);border-radius:40px 40px 0 0}.w3m-overlay{align-items:flex-end}}`;var C8=Object.defineProperty,S8=Object.getOwnPropertyDescriptor,Hs=(t,e,r,n)=>{for(var i=n>1?void 0:n?S8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&C8(e,r,i),i};let Xr=class extends de{constructor(){if(super(),this.open=!1,this.preload=!0,this.activeChainId=void 0,this.unsubscribeModal=void 0,this.unsubscribeConfig=void 0,this.unwatchAccount=void 0,this.unwatchNetwork=void 0,this.abortController=void 0,le.setTheme(),this.unsubscribeConfig=et.subscribe(le.setTheme),this.unsubscribeModal=ht.subscribe(t=>{t.open?this.onOpenModalEvent():this.onCloseModalEvent()}),!te.state.isStandalone){te.getAccount();const t=te.getSelectedChain();this.activeChainId=t?.id,this.fetchEnsProfile(),this.fetchBalance(),this.unwatchNetwork=Ke.client().watchNetwork(e=>{const r=e.chain;r&&this.activeChainId!==r.id&&(te.setSelectedChain(r),this.activeChainId=r.id,te.resetBalance(),this.fetchBalance())}),this.unwatchAccount=Ke.client().watchAccount(e=>{const{address:r}=te.state;e.address!==r&&(this.fetchEnsProfile(e.address),this.fetchBalance(e.address)),te.setAddress(e.address),te.setIsConnected(e.isConnected)})}this.preloadModalData()}disconnectedCallback(){var t,e,r,n;(t=this.unsubscribeModal)==null||t.call(this),(e=this.unsubscribeConfig)==null||e.call(this),(r=this.unwatchAccount)==null||r.call(this),(n=this.unwatchNetwork)==null||n.call(this)}get overlayEl(){return ie.getShadowRootElement(this,".w3m-overlay")}get containerEl(){return ie.getShadowRootElement(this,".w3m-container")}async fetchEnsProfile(t){try{te.setProfileLoading(!0);const e=t??te.state.address,{id:r}=Ke.client().getDefaultChain();if(e&&r===1){const[n,i]=await Promise.all([Ke.client().fetchEnsName({address:e,chainId:1}),Ke.client().fetchEnsAvatar({address:e,chainId:1})]);i&&await ie.preloadImage(i),te.setProfileName(n),te.setProfileAvatar(i)}}catch(e){Nt.openToast(ie.getErrorMessage(e),"error")}finally{te.setProfileLoading(!1)}}async fetchBalance(t){try{te.setBalanceLoading(!0);const e=t??te.state.address;if(e){const r=await Ke.client().fetchBalance({address:e});te.setBalance({amount:r.formatted,symbol:r.symbol})}}catch(e){Nt.openToast(ie.getErrorMessage(e),"error")}finally{te.setBalanceLoading(!1)}}toggleBodyScroll(t){document.querySelector("body")&&(t?document.getElementById("w3m-styles")?.remove():document.head.insertAdjacentHTML("beforeend",'<style id="w3m-styles">html,body{touch-action:none;overflow:hidden;overscroll-behavior:contain;}</style>'))}async preloadExplorerData(){var t;const{standaloneChains:e,chains:r,isExplorer:n}=te.state;if(n){const i=e?.join(",");await Promise.all([at.getPreviewWallets({page:1,entries:10,chains:i,device:Te.isMobile()?"mobile":"desktop",version:Te.getWalletConnectVersion()}),at.getRecomendedWallets()]),te.setIsDataLoaded(!0);const{previewWallets:s,recomendedWallets:o}=at.state,a=(t=r?.map(l=>ie.getChainIcon(l.id)))!=null?t:[],c=[...s,...o].map(l=>l.image_url.lg);await this.preloadExplorerImages([...a,...c])}else te.setIsDataLoaded(!0)}async preloadExplorerImages(t){t.length&&await Promise.all(t.map(async e=>ie.preloadImage(e)))}async preloadCustomImages(){const t=ie.getCustomImageUrls();t.length&&await Promise.all(t.map(async e=>ie.preloadImage(e)))}async preloadConnectorImages(){const t=ie.getConnectorImageUrls();t.length&&await Promise.all(t.map(async e=>ie.preloadImage(e)))}async preloadModalData(){try{this.preload&&(this.preload=!1,await Promise.all([this.preloadExplorerData(),this.preloadCustomImages(),this.preloadConnectorImages()]))}catch{Nt.openToast("Failed preloading","error")}}onCloseModal(t){t.target===t.currentTarget&&ht.close()}async onOpenModalEvent(){await this.preloadModalData(),this.toggleBodyScroll(!1);const t=.2;await _r(this.containerEl,{y:0},{duration:0}).finished,_r(this.overlayEl,{opacity:[0,1]},{duration:.2,delay:t}),_r(this.containerEl,ie.isMobileAnimation()?{y:["50vh",0]}:{scale:[.98,1]},{scale:{easing:Ds({velocity:.4})},y:{easing:Ds({mass:.5})},delay:t}),this.addKeyboardEvents(),this.open=!0}async onCloseModalEvent(){this.toggleBodyScroll(!0),this.removeKeyboardEvents(),await Promise.all([_r(this.containerEl,ie.isMobileAnimation()?{y:[0,"50vh"]}:{scale:[1,.98]},{scale:{easing:Ds({velocity:0})},y:{easing:Ds({mass:.5})}}).finished,_r(this.overlayEl,{opacity:[1,0]},{duration:.2}).finished]),this.open=!1}addKeyboardEvents(){this.abortController=new AbortController,window.addEventListener("keydown",t=>{var e;t.key==="Escape"?ht.close():t.key==="Tab"&&((e=t.target)!=null&&e.tagName.includes("W3M-")||this.containerEl.focus())},this.abortController),this.containerEl.focus()}removeKeyboardEvents(){var t;(t=this.abortController)==null||t.abort(),this.abortController=void 0}render(){const t={"w3m-overlay":!0,"w3m-open":this.open};return V`<div id="w3m-modal" class="${Lt(t)}" @click="${this.onCloseModal}" role="alertdialog" aria-modal="true"><div class="w3m-container" tabindex="0">${this.open?V`<w3m-modal-backcard></w3m-modal-backcard><div class="w3m-card"><w3m-modal-router></w3m-modal-router><w3m-modal-toast></w3m-modal-toast></div>`:null}</div></div>`}};Xr.styles=[le.globalCss,x8],Hs([Fe()],Xr.prototype,"open",2),Hs([Fe()],Xr.prototype,"preload",2),Hs([Fe()],Xr.prototype,"activeChainId",2),Xr=Hs([we("w3m-modal")],Xr);const D8=be`:host{all:initial}w3m-network-image{margin-left:-6px;margin-right:6px;width:28px;height:28px}`;var I8=Object.defineProperty,O8=Object.getOwnPropertyDescriptor,zs=(t,e,r,n)=>{for(var i=n>1?void 0:n?O8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&I8(e,r,i),i};let Qr=class extends de{constructor(){super(),this.chainId="",this.label="",this.wrongNetwork=!1,this.unsubscribeNetwork=void 0,ie.rejectStandaloneButtonComponent();const{selectedChain:t}=te.state;this.onSetChainData(t),this.unsubscribeNetwork=te.subscribe(({selectedChain:e})=>{this.onSetChainData(e)})}disconnectedCallback(){var t;(t=this.unsubscribeNetwork)==null||t.call(this)}onSetChainData(t){if(t){const{chains:e}=te.state,r=e?.map(n=>n.id);this.chainId=t.id.toString(),this.wrongNetwork=!(r!=null&&r.includes(t.id)),this.label=this.wrongNetwork?"Wrong Network":t.name}}onClick(){ht.open({route:"SelectNetwork"})}render(){var t;const{chains:e}=te.state,r=e&&e.length>1;return V`<w3m-button-big @click="${this.onClick}" ?disabled="${!r}"><w3m-network-image chainId="${Ft(this.chainId)}"></w3m-network-image><w3m-text variant="medium-normal" color="inverse">${(t=this.label)!=null&&t.length?this.label:"Select Network"}</w3m-text></w3m-button-big>`}};Qr.styles=[le.globalCss,D8],zs([Fe()],Qr.prototype,"chainId",2),zs([Fe()],Qr.prototype,"label",2),zs([Fe()],Qr.prototype,"wrongNetwork",2),Qr=zs([we("w3m-network-switch")],Qr);const A8=be`button{display:flex;flex-direction:column;padding:5px 10px;border-radius:10px;transition:background-color .2s ease;height:100%;justify-content:flex-start}.w3m-icons{width:60px;height:60px;display:flex;flex-wrap:wrap;padding:7px;border-radius:15px;justify-content:space-between;align-items:center;margin-bottom:5px;background-color:var(--color-bg-2);box-shadow:inset 0 0 0 1px var(--color-overlay)}button:hover{background-color:var(--color-overlay)}.w3m-icons img{width:21px;height:21px;object-fit:cover;object-position:center;border-radius:8px;border:1px solid var(--color-overlay)}.w3m-icons svg{width:21px;height:21px}.w3m-icons img:nth-child(1),.w3m-icons img:nth-child(2),.w3m-icons svg:nth-child(1),.w3m-icons svg:nth-child(2){margin-bottom:4px}w3m-text{width:100%;text-align:center}#wallet-placeholder-fill{fill:var(--color-bg-3)}#wallet-placeholder-dash{stroke:var(--color-overlay)}`;var $8=Object.defineProperty,P8=Object.getOwnPropertyDescriptor,T8=(t,e,r,n)=>{for(var i=n>1?void 0:n?P8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&$8(e,r,i),i};let wc=class extends de{onClick(t,e){t?Re.push("WalletExplorer"):e&&Re.push("WalletFilter")}render(){const{previewWallets:t}=at.state,e=ie.getCustomWallets(),r=[...t].reverse().slice(0,4),n=[...e].reverse().slice(0,4),i=Boolean(r.length),s=Boolean(n.length);return V`<button @click="${()=>this.onClick(i,s)}"><div class="w3m-icons">${i?r.map(o=>V`<img src="${o.image_url.lg}">`):null} ${s?n.map(o=>{const a=ie.getWalletId(o.id),c=ie.getWalletIcon(a);return c?V`<img src="${c}">`:ye.WALLET_PLACEHOLDER}):null}</div><w3m-text variant="xsmall-normal">View All</w3m-text></button>`}};wc.styles=[le.globalCss,A8],wc=T8([we("w3m-view-all-wallets-button")],wc);const R8=be`.w3m-qr-container{width:100%;display:flex;justify-content:center;align-items:center;aspect-ratio:1/1}`;var N8=Object.defineProperty,L8=Object.getOwnPropertyDescriptor,dd=(t,e,r,n)=>{for(var i=n>1?void 0:n?L8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&N8(e,r,i),i};let Ws=class extends de{constructor(){super(),this.uri="",this.createConnectionAndWait()}get overlayEl(){return ie.getShadowRootElement(this,".w3m-qr-container")}async createConnectionAndWait(t=0){var e;try{const{standaloneUri:r}=te.state;r?setTimeout(()=>this.uri=r,0):(await Ke.client().connectWalletConnect(n=>this.uri=n,(e=te.state.selectedChain)==null?void 0:e.id),ht.close())}catch{Nt.openToast("Connection request declined","error"),t<2&&this.createConnectionAndWait(t+1)}}render(){return V`<div class="w3m-qr-container">${this.uri?V`<w3m-qrcode size="${this.overlayEl.offsetWidth}" uri="${this.uri}"></w3m-qrcode>`:V`<w3m-spinner></w3m-spinner>`}</div>`}};Ws.styles=[le.globalCss,R8],dd([Fe()],Ws.prototype,"uri",2),Ws=dd([we("w3m-walletconnect-qr")],Ws);const M8=be`.w3m-profile{display:flex;justify-content:space-between;align-items:flex-start;padding-top:20px}.w3m-connection-badge{background-color:var(--color-bg-2);box-shadow:inset 0 0 0 1px var(--color-overlay);padding:6px 10px 6px 26px;position:relative;border-radius:28px}.w3m-connection-badge::before{content:'';position:absolute;width:10px;height:10px;left:10px;background-color:var(--color-success);border-radius:50%;top:50%;margin-top:-5px;box-shadow:0 1px 4px 1px var(--color-success),inset 0 0 0 1px var(--color-overlay)}.w3m-footer{display:flex;justify-content:space-between}w3m-address-text{margin-top:10px;display:block}.w3m-balance{border-top:1px solid var(--color-bg-2);padding:11px 20px}`;var U8=Object.defineProperty,F8=Object.getOwnPropertyDescriptor,B8=(t,e,r,n)=>{for(var i=n>1?void 0:n?F8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&U8(e,r,i),i};let yc=class extends de{onDisconnect(){ht.close(),Ke.client().disconnect(),te.resetAccount()}async onCopyAddress(){var t;await navigator.clipboard.writeText((t=te.state.address)!=null?t:""),Nt.openToast("Address copied","success")}render(){return V`<w3m-modal-content><div class="w3m-profile"><div class="w3m-info"><w3m-avatar size="medium"></w3m-avatar><w3m-address-text variant="modal"></w3m-address-text></div><div class="w3m-connection-badge"><w3m-text variant="small-normal" color="secondary">Connected</w3m-text></div></div></w3m-modal-content><div class="w3m-balance"><w3m-balance></w3m-balance></div><w3m-modal-footer><div class="w3m-footer"><w3m-account-network-button></w3m-account-network-button><w3m-box-button label="Copy Address" .onClick="${this.onCopyAddress}" .icon="${ye.ACCOUNT_COPY}"></w3m-box-button><w3m-box-button label="Disconnect" .onClick="${this.onDisconnect}" .icon="${ye.ACCOUNT_DISCONNECT}"></w3m-box-button></div></w3m-modal-footer>`}};yc.styles=[le.globalCss,M8],yc=B8([we("w3m-account-view")],yc);var j8=Object.defineProperty,k8=Object.getOwnPropertyDescriptor,H8=(t,e,r,n)=>{for(var i=n>1?void 0:n?k8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&j8(e,r,i),i};let bc=class extends de{viewTemplate(){return Te.isAndroid()?V`<w3m-android-wallet-selection></w3m-android-wallet-selection>`:Te.isMobile()?V`<w3m-mobile-wallet-selection></w3m-mobile-wallet-selection>`:V`<w3m-desktop-wallet-selection></w3m-desktop-wallet-selection>`}render(){return V`${this.viewTemplate()}<w3m-legal-notice></w3m-legal-notice>`}};bc.styles=[le.globalCss],bc=H8([we("w3m-connect-wallet-view")],bc);const z8=be`.w3m-wrapper{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;flex-direction:column}.w3m-connecting-title{display:flex;align-items:center;justify-content:center;margin-bottom:16px}w3m-spinner{margin-right:10px}w3m-wallet-image{border-radius:15px;width:25%;aspect-ratio:1/1;margin-bottom:20px}.w3m-install-actions{display:flex}.w3m-install-actions w3m-button{margin:0 5px;opacity:1}`;var W8=Object.defineProperty,q8=Object.getOwnPropertyDescriptor,fd=(t,e,r,n)=>{for(var i=n>1?void 0:n?q8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&W8(e,r,i),i};let qs=class extends de{constructor(){super(),this.uri="",this.createConnectionAndWait()}getRouterData(){var t;const e=(t=Re.state.data)==null?void 0:t.DesktopConnector;if(!e)throw new Error("Missing router data");return e}onFormatAndRedirect(t){const{native:e,universal:r,name:n}=this.getRouterData();if(e){const i=Te.formatNativeUrl(e,t,n);Te.openHref(i)}else if(r){const i=Te.formatUniversalUrl(r,t,n);Te.openHref(i,"_blank")}}async createConnectionAndWait(t=0){var e;const{standaloneUri:r}=te.state;if(r)this.onFormatAndRedirect(r);else try{await Ke.client().connectWalletConnect(c=>{this.uri=c,this.onFormatAndRedirect(c)},(e=te.state.selectedChain)==null?void 0:e.id);const{name:n,walletId:i,native:s,universal:o,icon:a}=this.getRouterData();ie.setRecentWallet({name:n,id:i,links:{native:s,universal:o},image:a}),ht.close()}catch{Nt.openToast("Connection request declined","error"),t<2&&this.createConnectionAndWait(t+1)}}onConnectWithMobile(){Re.push("Qrcode")}onGoToWallet(){const{universal:t,name:e}=this.getRouterData();if(t){const r=Te.formatUniversalUrl(t,this.uri,e);Te.openHref(r,"_blank")}}render(){const{name:t,icon:e,universal:r,walletId:n}=this.getRouterData(),i=ie.getWalletName(t);return V`<w3m-modal-header title="${i}"></w3m-modal-header><w3m-modal-content><div class="w3m-wrapper">${e?V`<w3m-wallet-image src="${e}" size="lg"></w3m-wallet-image>`:V`<w3m-wallet-image size="lg" walletid="${Ft(n)}"></w3m-wallet-image>`}<div class="w3m-connecting-title"><w3m-spinner></w3m-spinner><w3m-text variant="large-bold" color="secondary">${`Continue in ${i}...`}</w3m-text></div><div class="w3m-install-actions"><w3m-button .onClick="${async()=>this.createConnectionAndWait()}" .iconRight="${ye.RETRY_ICON}">Retry</w3m-button>${r?V`<w3m-button .onClick="${this.onGoToWallet.bind(this)}" .iconLeft="${ye.ARROW_UP_RIGHT_ICON}">Go to Wallet</w3m-button>`:V`<w3m-button .onClick="${this.onConnectWithMobile}" .iconLeft="${ye.MOBILE_ICON}">Connect with Mobile</w3m-button>`}</div></div></w3m-modal-content>`}};qs.styles=[le.globalCss,z8],fd([Fe()],qs.prototype,"uri",2),qs=fd([we("w3m-desktop-connector-view")],qs);const V8=be`.w3m-info-text{margin:5px 0 15px;max-width:320px;text-align:center}.w3m-wallet-item{margin:0 -20px 0 0;padding-right:20px;display:flex;align-items:center;border-bottom:1px solid var(--color-bg-2)}.w3m-wallet-item:last-child{margin-bottom:-20px;border-bottom:0}.w3m-wallet-content{margin-left:20px;height:60px;display:flex;flex:1;align-items:center;justify-content:space-between}.w3m-footer-actions{display:flex;flex-direction:column;align-items:center;padding:20px 0;border-top:1px solid var(--color-bg-2)}w3m-wallet-image{display:block;width:40px;height:40px;border-radius:10px}`;var K8=Object.defineProperty,G8=Object.getOwnPropertyDescriptor,Z8=(t,e,r,n)=>{for(var i=n>1?void 0:n?G8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&K8(e,r,i),i};let vc=class extends de{constructor(){super(...arguments),this.explorerUrl="https://explorer.walletconnect.com/"}onGet(t){Te.openHref(t,"_blank")}onExplore(){Te.openHref(this.explorerUrl,"_blank")}render(){const{recomendedWallets:t}=at.state,e=ie.getCustomWallets().slice(0,6),r=t.length,n=e.length;return V`<w3m-modal-header title="Get a wallet"></w3m-modal-header><w3m-modal-content>${r?t.map(({name:i,image_url:s,homepage:o})=>V`<div class="w3m-wallet-item"><w3m-wallet-image src="${s.lg}"></w3m-wallet-image><div class="w3m-wallet-content"><w3m-text variant="medium-normal">${i}</w3m-text><w3m-button .iconRight="${ye.ARROW_RIGHT_ICON}" .onClick="${()=>this.onGet(o)}">Get</w3m-button></div></div>`):null} ${n?e.map(({name:i,id:s,links:o})=>V`<div class="w3m-wallet-item"><w3m-wallet-image walletId="${s}"></w3m-wallet-image><div class="w3m-wallet-content"><w3m-text variant="medium-normal">${i}</w3m-text><w3m-button .iconRight="${ye.ARROW_RIGHT_ICON}" .onClick="${()=>this.onGet(o.universal)}">Get</w3m-button></div></div>`):null}</w3m-modal-content><div class="w3m-footer-actions"><w3m-text variant="medium-normal">Not what you're looking for?</w3m-text><w3m-text variant="small-thin" color="secondary" class="w3m-info-text">With hundreds of wallets out there, there's something for everyone</w3m-text><w3m-button .onClick="${this.onExplore.bind(this)}" .iconRight="${ye.ARROW_UP_RIGHT_ICON}">Explore Wallets</w3m-button></div>`}};vc.styles=[le.globalCss,V8],vc=Z8([we("w3m-get-wallet-view")],vc);const Y8=be`.w3m-footer-actions{display:flex;justify-content:center}.w3m-footer-actions w3m-button{margin:0 5px}.w3m-info-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:20px}.w3m-info-container:last-child{margin-bottom:0}.w3m-info-text{margin-top:5px;text-align:center}.w3m-images svg{margin:0 2px 5px;width:55px;height:55px}.help-img-highlight{stroke:var(--color-overlay)}`;var J8=Object.defineProperty,X8=Object.getOwnPropertyDescriptor,Q8=(t,e,r,n)=>{for(var i=n>1?void 0:n?X8(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&J8(e,r,i),i};let _c=class extends de{constructor(){super(...arguments),this.learnUrl="https://ethereum.org/en/wallets/"}onGet(){Re.push("GetWallet")}onLearnMore(){Te.openHref(this.learnUrl,"_blank")}render(){return V`<w3m-modal-header title="What is a wallet?"></w3m-modal-header><w3m-modal-content><div class="w3m-info-container"><div class="w3m-images">${ye.HELP_CHART_IMG} ${ye.HELP_PAINTING_IMG} ${ye.HELP_ETH_IMG}</div><w3m-text variant="medium-normal">A home for your digital assets</w3m-text><w3m-text variant="small-thin" color="secondary" class="w3m-info-text">A wallet lets you store, send and receive digital assets like cryptocurrencies and NFTs.</w3m-text></div><div class="w3m-info-container"><div class="w3m-images">${ye.HELP_KEY_IMG} ${ye.HELP_USER_IMG} ${ye.HELP_LOCK_IMG}</div><w3m-text variant="medium-normal">One login for all of web3</w3m-text><w3m-text variant="small-thin" color="secondary" class="w3m-info-text">Log in to any app by connecting your wallet. Say goodbye to countless passwords!</w3m-text></div><div class="w3m-info-container"><div class="w3m-images">${ye.HELP_COMPAS_IMG} ${ye.HELP_NOUN_IMG} ${ye.HELP_DAO_IMG}</div><w3m-text variant="medium-normal">Your gateway to a new web</w3m-text><w3m-text variant="small-thin" color="secondary" class="w3m-info-text">With your wallet, you can explore and interact with DeFi, NFTs, DAOs, and much more.</w3m-text></div><div class="w3m-footer-actions"><w3m-button .onClick="${this.onGet.bind(this)}" .iconLeft="${ye.WALLET_ICON}">Get a Wallet</w3m-button><w3m-button .onClick="${this.onLearnMore.bind(this)}" .iconRight="${ye.ARROW_UP_RIGHT_ICON}">Learn More</w3m-button></div></w3m-modal-content>`}};_c.styles=[le.globalCss,Y8],_c=Q8([we("w3m-help-view")],_c);const e_=be`.w3m-injected-wrapper{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;flex-direction:column}.w3m-connecting-title{display:flex;align-items:center;justify-content:center;margin-bottom:20px}w3m-spinner{margin-right:10px}w3m-wallet-image{border-radius:15px;width:25%;aspect-ratio:1/1;margin-bottom:20px}w3m-button{opacity:0}.w3m-injected-error w3m-button{opacity:1}`;var t_=Object.defineProperty,r_=Object.getOwnPropertyDescriptor,Ec=(t,e,r,n)=>{for(var i=n>1?void 0:n?r_(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&t_(e,r,i),i};let Mi=class extends de{constructor(){super(),this.connecting=!0,this.error=!1,this.connector=Ke.client().getConnectorById("injected"),this.onConnect()}async onConnect(){const{ready:t}=this.connector;t&&(this.error=!1,this.connecting=!0,await ie.handleConnectorConnection("injected",()=>{this.error=!0,this.connecting=!1}))}render(){const t=ie.getWalletName(this.connector.name),e=ie.getWalletId(this.connector.id),r={"w3m-injected-wrapper":!0,"w3m-injected-error":this.error};return V`<w3m-modal-header title="${t}"></w3m-modal-header><w3m-modal-content><div class="${Lt(r)}"><w3m-wallet-image walletId="${e}" size="lg"></w3m-wallet-image><div class="w3m-connecting-title">${this.connecting?V`<w3m-spinner></w3m-spinner>`:null}<w3m-text variant="large-bold" color="${this.error?"error":"secondary"}">${this.error?"Connection declined":`Continue in ${t}...`}</w3m-text></div><w3m-button .onClick="${this.onConnect.bind(this)}" .disabled="${!this.error}" .iconRight="${ye.RETRY_ICON}">Try Again</w3m-button></div></w3m-modal-content>`}};Mi.styles=[le.globalCss,e_],Ec([Fe()],Mi.prototype,"connecting",2),Ec([Fe()],Mi.prototype,"error",2),Mi=Ec([we("w3m-injected-connector-view")],Mi);const n_=be`.w3m-injected-wrapper{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;flex-direction:column}.w3m-connecting-title{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.w3m-install-title{display:flex;align-items:center;justify-content:center;flex-direction:column}.w3m-install-title w3m-text:last-child{margin-top:10px;max-width:240px}.w3m-install-actions{display:flex;margin-top:15px;align-items:center;flex-direction:column}@media(max-width:355px){.w3m-install-actions{flex-direction:column;align-items:center}}w3m-wallet-image{border-radius:15px;width:25%;aspect-ratio:1/1;margin-bottom:20px}w3m-button{opacity:0}.w3m-install-actions w3m-button{margin:5px;opacity:1}.w3m-info-text{text-align:center}`;var i_=Object.defineProperty,s_=Object.getOwnPropertyDescriptor,o_=(t,e,r,n)=>{for(var i=n>1?void 0:n?s_(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&i_(e,r,i),i};let xc=class extends de{getRouterData(){var t;const e=(t=Re.state.data)==null?void 0:t.InstallConnector;if(!e)throw new Error("Missing router data");return e}onInstall(){const{url:t}=this.getRouterData();Te.openHref(t,"_blank")}onMobile(){const{name:t}=this.getRouterData();Re.push("ConnectWallet"),Nt.openToast(`Scan the code with ${t}`,"success")}render(){const{name:t,id:e,isMobile:r}=this.getRouterData();return V`<w3m-modal-header title="${t}"></w3m-modal-header><w3m-modal-content><div class="w3m-injected-wrapper"><w3m-wallet-image walletId="${e}" size="lg"></w3m-wallet-image><div class="w3m-install-title"><w3m-text variant="large-bold">Install ${t}</w3m-text><w3m-text color="secondary" variant="medium-thin" class="w3m-info-text">To connect ${t}, install the browser extension.</w3m-text></div><div class="w3m-install-actions"><w3m-button .onClick="${this.onInstall.bind(this)}" .iconLeft="${ye.ARROW_DOWN_ICON}">Install Extension</w3m-button>${r?V`<w3m-button .onClick="${this.onMobile.bind(this)}" .iconLeft="${ye.MOBILE_ICON}">${t} Mobile</w3m-button>`:null}</div></div></w3m-modal-content>`}};xc.styles=[le.globalCss,n_],xc=o_([we("w3m-install-connector-view")],xc);var a_=Object.defineProperty,c_=Object.getOwnPropertyDescriptor,l_=(t,e,r,n)=>{for(var i=n>1?void 0:n?c_(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&a_(e,r,i),i};let Cc=class extends de{render(){return V`<w3m-modal-header title="Scan the code" .onAction="${ie.handleUriCopy}" .actionIcon="${ye.COPY_ICON}"></w3m-modal-header><w3m-modal-content><w3m-walletconnect-qr></w3m-walletconnect-qr></w3m-modal-content>`}};Cc.styles=[le.globalCss],Cc=l_([we("w3m-qrcode-view")],Cc);const u_=be`.w3m-grid{display:grid;grid-template-columns:repeat(4,80px);margin:-5px -10px;justify-content:space-between}`;var h_=Object.defineProperty,d_=Object.getOwnPropertyDescriptor,f_=(t,e,r,n)=>{for(var i=n>1?void 0:n?d_(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&h_(e,r,i),i};let Sc=class extends de{onSelectChain(t){const{isConnected:e,selectedChain:r}=te.state;e?r?.id===t.id?Re.replace("Account"):Re.push("SwitchNetwork",{SwitchNetwork:t}):(Re.push("ConnectWallet"),te.setSelectedChain(t))}render(){const{chains:t}=te.state;return V`<w3m-modal-header title="Select network"></w3m-modal-header><w3m-modal-content><div class="w3m-grid">${t?.map(e=>V`<w3m-network-button name="${e.name}" chainId="${e.id}" .onClick="${()=>this.onSelectChain(e)}">${e.name}</w3m-network-button>`)}</div></w3m-modal-content>`}};Sc.styles=[le.globalCss,u_],Sc=f_([we("w3m-select-network-view")],Sc);const p_=be`.w3m-wrapper{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;flex-direction:column}.w3m-connecting-title{display:flex;align-items:center;justify-content:center;margin-bottom:16px}w3m-spinner{margin-right:10px}w3m-network-image{width:96px;height:96px;margin-bottom:20px}w3m-button{opacity:0}.w3m-error w3m-button{opacity:1}`;var g_=Object.defineProperty,m_=Object.getOwnPropertyDescriptor,pd=(t,e,r,n)=>{for(var i=n>1?void 0:n?m_(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&g_(e,r,i),i};let Vs=class extends de{constructor(){super(),this.error=!1,this.onSwitchNetwork()}getRouterData(){var t;const e=(t=Re.state.data)==null?void 0:t.SwitchNetwork;if(!e)throw new Error("Missing router data");return e}async onSwitchNetwork(){try{this.error=!1;const t=this.getRouterData();await Ke.client().switchNetwork({chainId:t.id}),te.setSelectedChain(t),Re.replace("Account")}catch{this.error=!0}}render(){const{id:t,name:e}=this.getRouterData(),r={"w3m-wrapper":!0,"w3m-error":this.error};return V`<w3m-modal-header title="${`Connect to ${e}`}"></w3m-modal-header><w3m-modal-content><div class="${Lt(r)}"><w3m-network-image chainId="${t}"></w3m-network-image><div class="w3m-connecting-title">${this.error?null:V`<w3m-spinner></w3m-spinner>`}<w3m-text variant="large-bold" color="${this.error?"error":"secondary"}">${this.error?"Connection declined":"Approve in your wallet"}</w3m-text></div><w3m-button .onClick="${this.onSwitchNetwork.bind(this)}" .disabled="${!this.error}" .iconRight="${ye.RETRY_ICON}">Try Again</w3m-button></div></w3m-modal-content>`}};Vs.styles=[le.globalCss,p_],pd([Fe()],Vs.prototype,"error",2),Vs=pd([we("w3m-switch-network-view")],Vs);const w_=be`w3m-modal-content{height:clamp(200px,60vh,600px);display:block;overflow:scroll;scrollbar-width:none;position:relative;margin-top:1px}.w3m-grid{display:grid;grid-template-columns:repeat(4,80px);justify-content:space-between;margin:-15px -10px;padding-top:20px}w3m-modal-content::after,w3m-modal-content::before{content:'';position:fixed;pointer-events:none;z-index:1;width:100%;height:20px;opacity:1}w3m-modal-content::before{box-shadow:0 -1px 0 0 var(--color-bg-1);background:linear-gradient(var(--color-bg-1),rgba(255,255,255,0))}w3m-modal-content::after{box-shadow:0 1px 0 0 var(--color-bg-1);background:linear-gradient(rgba(255,255,255,0),var(--color-bg-1));top:calc(100% - 20px)}w3m-modal-content::-webkit-scrollbar{display:none}.w3m-placeholder-block{display:flex;justify-content:center;align-items:center;height:100px;overflow:hidden}.w3m-empty,.w3m-loading{display:flex}.w3m-loading .w3m-placeholder-block{height:100%}.w3m-end-reached .w3m-placeholder-block{height:0;opacity:0}.w3m-empty .w3m-placeholder-block{opacity:1;height:100%}w3m-wallet-button{margin:calc((100% - 60px)/ 3) 0}`;var y_=Object.defineProperty,b_=Object.getOwnPropertyDescriptor,Ui=(t,e,r,n)=>{for(var i=n>1?void 0:n?b_(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&y_(e,r,i),i};const Dc=40;let en=class extends de{constructor(){super(...arguments),this.loading=!at.state.wallets.listings.length,this.firstFetch=!at.state.wallets.listings.length,this.search="",this.endReached=!1,this.intersectionObserver=void 0,this.searchDebounce=ie.debounce(t=>{t.length>=3?(this.firstFetch=!0,this.endReached=!1,this.search=t,at.resetSearch(),this.fetchWallets()):this.search&&(this.search="",this.endReached=this.isLastPage(),at.resetSearch())})}firstUpdated(){this.createPaginationObserver()}disconnectedCallback(){var t;(t=this.intersectionObserver)==null||t.disconnect()}get placeholderEl(){return ie.getShadowRootElement(this,".w3m-placeholder-block")}createPaginationObserver(){this.intersectionObserver=new IntersectionObserver(([t])=>{t.isIntersecting&&!(this.search&&this.firstFetch)&&this.fetchWallets()}),this.intersectionObserver.observe(this.placeholderEl)}isLastPage(){const{wallets:t,search:e}=at.state,{listings:r,total:n}=this.search?e:t;return n<=Dc||r.length>=n}async fetchWallets(){var t;const{wallets:e,search:r}=at.state,n=ie.getExtensionWallets(),{listings:i,total:s,page:o}=this.search?r:e;if(!this.endReached&&(this.firstFetch||s>Dc&&i.length<s))try{this.loading=!0;const a=(t=te.state.standaloneChains)==null?void 0:t.join(","),{listings:c}=await at.getPaginatedWallets({page:this.firstFetch?1:o+1,entries:Dc,device:Te.isMobile()?"mobile":"desktop",search:this.search,version:Te.getWalletConnectVersion(),chains:a}),l=c.map(({image_url:w})=>w.lg),p=n.map(({id:w})=>ie.getWalletIcon(w));await Promise.all([...l.map(async w=>ie.preloadImage(w)),...p.map(async w=>ie.preloadImage(w)),Te.wait(300)]),this.endReached=this.isLastPage()}catch(a){Nt.openToast(ie.getErrorMessage(a),"error")}finally{this.loading=!1,this.firstFetch=!1}}async onConnectPlatform(t){if(Te.isMobile()){const{id:e,image_url:r}=t,{native:n,universal:i}=t.mobile;await ie.handleMobileLinking({links:{native:n,universal:i},name:t.name,id:e,image:r.lg})}else Re.push("DesktopConnector",{DesktopConnector:{name:t.name,icon:t.image_url.lg,universal:t.desktop.universal||t.homepage,native:t.desktop.native}})}onConnectExtension(t){ie.getWalletId("")===t.id?Re.push("InjectedConnector"):Re.push("InstallConnector",{InstallConnector:t})}onSearchChange(t){const{value:e}=t.target;this.searchDebounce(e)}coinbaseConnectorTemplate(){try{const t=Ke.client().getConnectorById(sr.coinbaseWallet);return V`<w3m-wallet-button name="${t.name}" walletId="${t.id}" .onClick="${async()=>ie.handleConnectorConnection(sr.coinbaseWallet)}"></w3m-wallet-button>`}catch{return null}}render(){const{wallets:t,search:e}=at.state,{isStandalone:r}=te.state;let{listings:n}=this.search?e:t;n=Zt.allowedExplorerListings(n);const i=this.loading&&!n.length,s=this.search.length>=3,o=!i&&(!s||ie.caseSafeIncludes(sr.coinbaseWallet,this.search));let a=!r&&!Te.isMobile()?ie.getExtensionWallets():[];s&&(a=a.filter(({name:w})=>ie.caseSafeIncludes(w,this.search)));const c=!this.loading&&!n.length&&!a.length&&!o,l=Math.max(a.length,n.length),p={"w3m-loading":i,"w3m-end-reached":this.endReached||!this.loading,"w3m-empty":c};return V`<w3m-modal-header><w3m-search-input .onChange="${this.onSearchChange.bind(this)}"></w3m-search-input></w3m-modal-header><w3m-modal-content class="${Lt(p)}"><div class="w3m-grid">${i?null:[...Array(l)].map((w,m)=>V`${a[m]?V`<w3m-wallet-button name="${a[m].name}" walletId="${a[m].id}" .onClick="${()=>this.onConnectExtension(a[m])}"></w3m-wallet-button>`:null} ${n[m]?V`<w3m-wallet-button src="${n[m].image_url.lg}" name="${n[m].name}" walletId="${n[m].id}" .onClick="${async()=>this.onConnectPlatform(n[m])}"></w3m-wallet-button>`:null}`)} ${o?this.coinbaseConnectorTemplate():null}</div><div class="w3m-placeholder-block">${c?V`<w3m-text variant="large-bold" color="secondary">No results found</w3m-text>`:null} ${!c&&this.loading?V`<w3m-spinner></w3m-spinner>`:null}</div></w3m-modal-content>`}};en.styles=[le.globalCss,w_],Ui([Fe()],en.prototype,"loading",2),Ui([Fe()],en.prototype,"firstFetch",2),Ui([Fe()],en.prototype,"search",2),Ui([Fe()],en.prototype,"endReached",2),en=Ui([we("w3m-wallet-explorer-view")],en);const v_=be`w3m-modal-content{display:flex;max-height:55vh;overflow:scroll;scrollbar-width:none;position:relative;margin-top:1px}w3m-modal-content::after,w3m-modal-content::before{content:'';position:fixed;pointer-events:none;z-index:1;width:100%;height:20px;opacity:1}w3m-modal-content::before{box-shadow:0 -1px 0 0 var(--color-bg-1);background:linear-gradient(var(--color-bg-1),transparent)}w3m-modal-content::after{box-shadow:0 1px 0 0 var(--color-bg-1);background:linear-gradient(transparent,var(--color-bg-1));top:calc(100% - 20px)}w3m-modal-content::-webkit-scrollbar{display:none}.w3m-grid{display:grid;grid-template-columns:repeat(4,80px);justify-content:space-between;margin:-15px -10px}w3m-wallet-button{margin:calc((100% - 60px)/ 3) 0}`;var __=Object.defineProperty,E_=Object.getOwnPropertyDescriptor,gd=(t,e,r,n)=>{for(var i=n>1?void 0:n?E_(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(i=(n?o(e,r,i):o(i))||i);return n&&i&&__(e,r,i),i};let Ks=class extends de{constructor(){super(...arguments),this.search=""}async onConnectPlatform({name:t,universal:e,native:r,walletId:n}){Te.isMobile()?await ie.handleMobileLinking({links:{native:r,universal:e},name:t,id:n}):Re.push("DesktopConnector",{DesktopConnector:{name:t,walletId:n,universal:e,native:r}})}onSearchChange(t){const{value:e}=t.target;this.search=e}render(){const t=ie.getCustomWallets(),e=this.search.length?t.filter(r=>ie.caseSafeIncludes(r.name,this.search)):t;return V`<w3m-modal-header><w3m-search-input .onChange="${this.onSearchChange.bind(this)}"></w3m-search-input></w3m-modal-header><w3m-modal-content><div class="w3m-grid">${e.map(({id:r,name:n,links:{native:i,universal:s}})=>V`<w3m-wallet-button walletId="${r}" name="${n}" .onClick="${async()=>this.onConnectPlatform({name:n,universal:s,native:i,walletId:r})}"></w3m-wallet-button>`)}</div></w3m-modal-content>`}};Ks.styles=[le.globalCss,v_],gd([Fe()],Ks.prototype,"search",2),Ks=gd([we("w3m-wallet-filter-view")],Ks);var x_=Object.freeze({__proto__:null,get W3mAccountButton(){return $i},get W3mConnectButton(){return Yr},get W3mCoreButton(){return Jr},get W3mModal(){return Xr},get W3mNetworkSwitch(){return Qr}});Or.EthereumProvider=vb,Or.default=ws,Object.defineProperty(Or,"__esModule",{value:!0})});
169
+ vec3 blendNormal(vec3 base, vec3 blend){return blend;}vec3 blendNormal(vec3 base,vec3 blend,float opacity){return (blendNormal(base,blend)*opacity+base*(1.0-opacity));}float blendScreen(float base,float blend){return 1.0-((1.0-base)*(1.0-blend));}vec3 blendScreen(vec3 base,vec3 blend){return vec3(blendScreen(base.r,blend.r),blendScreen(base.g,blend.g),blendScreen(base.b,blend.b));}vec3 blendScreen(vec3 base,vec3 blend,float opacity){return (blendScreen(base, blend)*opacity+base*(1.0-opacity));}vec3 blendMultiply(vec3 base,vec3 blend){return base*blend;}vec3 blendMultiply(vec3 base,vec3 blend,float opacity){return (blendMultiply(base,blend)*opacity+base*(1.0-opacity));}float blendOverlay(float base,float blend){return base<0.5?(2.0*base*blend):(1.0-2.0*(1.0-base)*(1.0-blend));}vec3 blendOverlay(vec3 base,vec3 blend){return vec3(blendOverlay(base.r,blend.r),blendOverlay(base.g,blend.g),blendOverlay(base.b,blend.b));}vec3 blendOverlay(vec3 base,vec3 blend,float opacity){return (blendOverlay(base,blend)*opacity+base*(1.0-opacity));}vec3 blendHardLight(vec3 base,vec3 blend){return blendOverlay(blend,base);}vec3 blendHardLight(vec3 base,vec3 blend,float opacity){return (blendHardLight(base,blend)*opacity+base*(1.0-opacity));}float blendSoftLight(float base,float blend){return (blend<0.5)?(2.0*base*blend+base*base*(1.0-2.0*blend)):(sqrt(base)*(2.0*blend-1.0)+2.0*base*(1.0-blend));}vec3 blendSoftLight(vec3 base,vec3 blend){return vec3(blendSoftLight(base.r,blend.r),blendSoftLight(base.g,blend.g),blendSoftLight(base.b,blend.b));}vec3 blendSoftLight(vec3 base,vec3 blend,float opacity){return (blendSoftLight(base,blend)*opacity+base*(1.0-opacity));}float blendColorDodge(float base,float blend){return (blend==1.0)?blend:min(base/(1.0-blend),1.0);}vec3 blendColorDodge(vec3 base,vec3 blend){return vec3(blendColorDodge(base.r,blend.r),blendColorDodge(base.g,blend.g),blendColorDodge(base.b,blend.b));}vec3 blendColorDodge(vec3 base,vec3 blend,float opacity){return (blendColorDodge(base, blend)*opacity+base*(1.0-opacity));}float blendColorBurn(float base,float blend){return (blend==0.0)?blend:max((1.0-((1.0-base)/blend)),0.0);}vec3 blendColorBurn(vec3 base,vec3 blend){return vec3(blendColorBurn(base.r,blend.r),blendColorBurn(base.g,blend.g),blendColorBurn(base.b,blend.b));}vec3 blendColorBurn(vec3 base,vec3 blend,float opacity){return (blendColorBurn(base, blend)*opacity+base*(1.0-opacity));}float blendVividLight(float base,float blend){return (blend<0.5)?blendColorBurn(base,(2.0*blend)):blendColorDodge(base,(2.0*(blend-0.5)));}vec3 blendVividLight(vec3 base,vec3 blend){return vec3(blendVividLight(base.r,blend.r),blendVividLight(base.g,blend.g),blendVividLight(base.b,blend.b));}vec3 blendVividLight(vec3 base,vec3 blend,float opacity){return (blendVividLight(base,blend)*opacity+base*(1.0-opacity));}float blendLighten(float base,float blend){return max(blend,base);}vec3 blendLighten(vec3 base,vec3 blend){return vec3(blendLighten(base.r,blend.r),blendLighten(base.g,blend.g),blendLighten(base.b,blend.b));}vec3 blendLighten(vec3 base,vec3 blend,float opacity){return (blendLighten(base,blend)*opacity+base*(1.0-opacity));}float blendLinearBurn(float base,float blend){return max(base+blend-1.0,0.0);}vec3 blendLinearBurn(vec3 base,vec3 blend){return max(base+blend-vec3(1.0),vec3(0.0));}vec3 blendLinearBurn(vec3 base,vec3 blend,float opacity){return (blendLinearBurn(base, blend)*opacity+base*(1.0-opacity));}float blendLinearDodge(float base,float blend){return min(base+blend,1.0);}vec3 blendLinearDodge(vec3 base,vec3 blend){return min(base+blend,vec3(1.0));}vec3 blendLinearDodge(vec3 base,vec3 blend,float opacity){return (blendLinearDodge(base,blend)*opacity+base*(1.0-opacity));}float blendLinearLight(float base,float blend){return blend<0.5?blendLinearBurn(base,(2.0*blend)):blendLinearDodge(base,(2.0*(blend-0.5)));}vec3 blendLinearLight(vec3 base,vec3 blend){return vec3(blendLinearLight(base.r,blend.r),blendLinearLight(base.g,blend.g),blendLinearLight(base.b,blend.b));}vec3 blendLinearLight(vec3 base,vec3 blend,float opacity){return (blendLinearLight(base,blend)*opacity+base*(1.0-opacity));}`,fragment:"varying vec3 v_color;void main(){vec3 color=v_color;if(u_darken_top==1.0){vec2 st=gl_FragCoord.xy/resolution.xy;color.g-=pow(st.y+sin(-12.0)*st.x,u_shadow_power)*0.4;}gl_FragColor=vec4(color,1.0);}"},this.conf={density:[.06,.16]},this.minigl=new iC(this.el,null,null,!0),requestAnimationFrame(()=>{this.el&&(this.computedCanvasStyle=getComputedStyle(this.el),this.waitForCssVars())})}initMaterial(){this.uniforms={u_time:new this.minigl.Uniform({value:0}),u_shadow_power:new this.minigl.Uniform({value:5}),u_darken_top:new this.minigl.Uniform({value:this.el.dataset.jsDarkenTop===""?1:0}),u_active_colors:new this.minigl.Uniform({value:this.activeColors,type:"vec4"}),u_global:new this.minigl.Uniform({value:{noiseFreq:new this.minigl.Uniform({value:[this.freqX,this.freqY],type:"vec2"}),noiseSpeed:new this.minigl.Uniform({value:5e-6})},type:"struct"}),u_vertDeform:new this.minigl.Uniform({value:{incline:new this.minigl.Uniform({value:Math.sin(this.angle)/Math.cos(this.angle)}),offsetTop:new this.minigl.Uniform({value:-.5}),offsetBottom:new this.minigl.Uniform({value:-.5}),noiseFreq:new this.minigl.Uniform({value:[3,4],type:"vec2"}),noiseAmp:new this.minigl.Uniform({value:this.amp}),noiseSpeed:new this.minigl.Uniform({value:10}),noiseFlow:new this.minigl.Uniform({value:3}),noiseSeed:new this.minigl.Uniform({value:this.seed})},type:"struct",excludeFrom:"fragment"}),u_baseColor:new this.minigl.Uniform({value:this.sectionColors[0],type:"vec3",excludeFrom:"fragment"}),u_waveLayers:new this.minigl.Uniform({value:[],excludeFrom:"fragment",type:"array"})};for(let t=1;t<this.sectionColors.length;t+=1)this.uniforms.u_waveLayers.value.push(new this.minigl.Uniform({value:{color:new this.minigl.Uniform({value:this.sectionColors[t],type:"vec3"}),noiseFreq:new this.minigl.Uniform({value:[2+t/this.sectionColors.length,3+t/this.sectionColors.length],type:"vec2"}),noiseSpeed:new this.minigl.Uniform({value:11+.3*t}),noiseFlow:new this.minigl.Uniform({value:6.5+.3*t}),noiseSeed:new this.minigl.Uniform({value:this.seed+10*t}),noiseFloor:new this.minigl.Uniform({value:.1}),noiseCeil:new this.minigl.Uniform({value:.63+.07*t})},type:"struct"}));return this.vertexShader=[this.shaderFiles.noise,this.shaderFiles.blend,this.shaderFiles.vertex].join(""),new this.minigl.Material(this.vertexShader,this.shaderFiles.fragment,this.uniforms)}initMesh(){this.material=this.initMaterial(),this.geometry=new this.minigl.PlaneGeometry,this.mesh=new this.minigl.Mesh(this.geometry,this.material)}shouldSkipFrame(t){return!!window.document.hidden||parseInt(t,10)%2==0||void 0}updateFrequency(t){this.freqX+=t,this.freqY+=t}toggleColor(t){this.activeColors[t]=this.activeColors[t]===0?1:0}init(){this.playing=!0,this.initGradientColors(),this.initMesh(),this.resize(),requestAnimationFrame(this.animate)}waitForCssVars(){this.computedCanvasStyle&&this.computedCanvasStyle.getPropertyValue("--w3m-gradient-1").indexOf("#")!==-1?this.init():this.init()}initGradientColors(){this.sectionColors=["--w3m-gradient-1","--w3m-gradient-2","--w3m-gradient-3","--w3m-gradient-4"].map(t=>{let e=this.computedCanvasStyle.getPropertyValue(t).trim();return e.length===4&&(e=`#${e.substr(1).split("").map(r=>r+r).join("")}`),e&&`0x${e.substr(1)}`}).filter(Boolean).map(nC)}};function nC(t){return[(t>>16&255)/255,(t>>8&255)/255,(255&t)/255]}function Fp(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}let iC=class{constructor(t,e,r){const n=this;n.canvas=t,n.gl=n.canvas.getContext("webgl",{antialias:!0}),n.meshes=[];const i=n.gl;e&&r&&this.setSize(e,r),Object.defineProperties(n,{Material:{enumerable:!1,value:class{constructor(s,a,l={}){const u=this;function d(w,_){const R=i.createShader(w);return i.shaderSource(R,_),i.compileShader(R),i.getShaderParameter(R,i.COMPILE_STATUS)||console.error(i.getShaderInfoLog(R)),R}function y(w,_){return Object.entries(w).map(([R,M])=>M.getDeclaration(R,_)).join("")}u.uniforms=l,u.uniformInstances=[];const m="precision highp float;";u.vertexSource=`${m} attribute vec4 position;attribute vec2 uv;attribute vec2 uvNorm;${y(n.commonUniforms,"vertex")} ${y(l,"vertex")} ${s}`,u.Source=`${m} ${y(n.commonUniforms,"fragment")} ${y(l,"fragment")} ${a} `,u.vertexShader=d(i.VERTEX_SHADER,u.vertexSource),u.fragmentShader=d(i.FRAGMENT_SHADER,u.Source),u.program=i.createProgram(),i.attachShader(u.program,u.vertexShader),i.attachShader(u.program,u.fragmentShader),i.linkProgram(u.program),i.getProgramParameter(u.program,i.LINK_STATUS)||console.error(i.getProgramInfoLog(u.program)),i.useProgram(u.program),u.attachUniforms(void 0,n.commonUniforms),u.attachUniforms(void 0,u.uniforms)}attachUniforms(s,a){const l=this;s===void 0?Object.entries(a).forEach(([u,d])=>{l.attachUniforms(u,d)}):a.type=="array"?a.value.forEach((u,d)=>l.attachUniforms(`${s}[${d}]`,u)):a.type=="struct"?Object.entries(a.value).forEach(([u,d])=>l.attachUniforms(`${s}.${u}`,d)):l.uniformInstances.push({uniform:a,location:i.getUniformLocation(l.program,s)})}}},Uniform:{enumerable:!1,value:class{constructor(s){this.type="float",Object.assign(this,s),this.typeFn={float:"1f",int:"1i",vec2:"2fv",vec3:"3fv",vec4:"4fv",mat4:"Matrix4fv"}[this.type]||"1f",this.update()}update(s){this.value!==void 0&&i[`uniform${this.typeFn}`](s,this.typeFn.indexOf("Matrix")===0?this.transpose:this.value,this.typeFn.indexOf("Matrix")===0?this.value:null)}getDeclaration(s,a,l){const u=this;if(u.excludeFrom!==a){if(u.type==="array")return u.value[0].getDeclaration(s,a,u.value.length)+`const int ${s}_length=${u.value.length};`;if(u.type==="struct"){let d=s.replace("u_","");return d=d.charAt(0).toUpperCase()+d.slice(1),`uniform struct ${d} {`+Object.entries(u.value).map(([y,m])=>m.getDeclaration(y,a).replace(/^uniform/,"")).join("")+`} ${s}${l>0?`[${l}]`:""};`}return`uniform ${u.type} ${s}${l>0?`[${l}]`:""};`}}}},PlaneGeometry:{enumerable:!1,value:class{constructor(s,a,l,u,d){i.createBuffer(),this.attributes={position:new n.Attribute({target:i.ARRAY_BUFFER,size:3}),uv:new n.Attribute({target:i.ARRAY_BUFFER,size:2}),uvNorm:new n.Attribute({target:i.ARRAY_BUFFER,size:2}),index:new n.Attribute({target:i.ELEMENT_ARRAY_BUFFER,size:3,type:i.UNSIGNED_SHORT})},this.setTopology(l,u),this.setSize(s,a,d)}setTopology(s=1,a=1){const l=this;l.xSegCount=s,l.ySegCount=a,l.vertexCount=(l.xSegCount+1)*(l.ySegCount+1),l.quadCount=l.xSegCount*l.ySegCount*2,l.attributes.uv.values=new Float32Array(2*l.vertexCount),l.attributes.uvNorm.values=new Float32Array(2*l.vertexCount),l.attributes.index.values=new Uint16Array(3*l.quadCount);for(let u=0;u<=l.ySegCount;u++)for(let d=0;d<=l.xSegCount;d++){const y=u*(l.xSegCount+1)+d;if(l.attributes.uv.values[2*y]=d/l.xSegCount,l.attributes.uv.values[2*y+1]=1-u/l.ySegCount,l.attributes.uvNorm.values[2*y]=d/l.xSegCount*2-1,l.attributes.uvNorm.values[2*y+1]=1-u/l.ySegCount*2,d<l.xSegCount&&u<l.ySegCount){const m=u*l.xSegCount+d;l.attributes.index.values[6*m]=y,l.attributes.index.values[6*m+1]=y+1+l.xSegCount,l.attributes.index.values[6*m+2]=y+1,l.attributes.index.values[6*m+3]=y+1,l.attributes.index.values[6*m+4]=y+1+l.xSegCount,l.attributes.index.values[6*m+5]=y+2+l.xSegCount}}l.attributes.uv.update(),l.attributes.uvNorm.update(),l.attributes.index.update()}setSize(s=1,a=1,l="xz"){const u=this;u.width=s,u.height=a,u.orientation=l,u.attributes.position.values&&u.attributes.position.values.length===3*u.vertexCount||(u.attributes.position.values=new Float32Array(3*u.vertexCount));const d=s/-2,y=a/-2,m=s/u.xSegCount,w=a/u.ySegCount;for(let _=0;_<=u.ySegCount;_++){const R=y+_*w;for(let M=0;M<=u.xSegCount;M++){const j=d+M*m,D=_*(u.xSegCount+1)+M;u.attributes.position.values[3*D+"xyz".indexOf(l[0])]=j,u.attributes.position.values[3*D+"xyz".indexOf(l[1])]=-R}}u.attributes.position.update()}}},Mesh:{enumerable:!1,value:class{constructor(s,a){const l=this;l.geometry=s,l.material=a,l.attributeInstances=[],Object.entries(l.geometry.attributes).forEach(([u,d])=>{l.attributeInstances.push({attribute:d,location:d.attach(u,l.material.program)})}),n.meshes.push(l)}draw(){i.useProgram(this.material.program),this.material.uniformInstances.forEach(({uniform:s,location:a})=>s.update(a)),this.attributeInstances.forEach(({attribute:s,location:a})=>s.use(a)),i.drawElements(i.TRIANGLES,this.geometry.attributes.index.values.length,i.UNSIGNED_SHORT,0)}remove(){n.meshes=n.meshes.filter(s=>s!=this)}}},Attribute:{enumerable:!1,value:class{constructor(s){this.type=i.FLOAT,this.normalized=!1,this.buffer=i.createBuffer(),Object.assign(this,s),this.update()}update(){this.values!==void 0&&(i.bindBuffer(this.target,this.buffer),i.bufferData(this.target,this.values,i.STATIC_DRAW))}attach(s,a){const l=i.getAttribLocation(a,s);return this.target===i.ARRAY_BUFFER&&(i.enableVertexAttribArray(l),i.vertexAttribPointer(l,this.size,this.type,this.normalized,0,0)),l}use(s){i.bindBuffer(this.target,this.buffer),this.target===i.ARRAY_BUFFER&&(i.enableVertexAttribArray(s),i.vertexAttribPointer(s,this.size,this.type,this.normalized,0,0))}}}});const o=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];n.commonUniforms={projectionMatrix:new n.Uniform({type:"mat4",value:o}),modelViewMatrix:new n.Uniform({type:"mat4",value:o}),resolution:new n.Uniform({type:"vec2",value:[1,1]}),aspectRatio:new n.Uniform({type:"float",value:1})}}setSize(t=640,e=480){this.width=t,this.height=e,this.canvas.width=t,this.canvas.height=e,this.gl.viewport(0,0,t,e),this.commonUniforms.resolution.value=[t,e],this.commonUniforms.aspectRatio.value=t/e}setOrthographicCamera(t=0,e=0,r=0,n=-2e3,i=2e3){this.commonUniforms.projectionMatrix.value=[2/this.width,0,0,0,0,2/this.height,0,0,0,0,2/(n-i),0,t,e,r,1]}render(){this.gl.clearColor(0,0,0,0),this.gl.clearDepth(1),this.meshes.forEach(t=>t.draw())}};const Me={CROSS_ICON:Je`<svg width="12" height="12" viewBox="0 0 12 12"><path d="M9.94 11A.75.75 0 1 0 11 9.94L7.414 6.353a.5.5 0 0 1 0-.708L11 2.061A.75.75 0 1 0 9.94 1L6.353 4.586a.5.5 0 0 1-.708 0L2.061 1A.75.75 0 0 0 1 2.06l3.586 3.586a.5.5 0 0 1 0 .708L1 9.939A.75.75 0 1 0 2.06 11l3.586-3.586a.5.5 0 0 1 .708 0L9.939 11Z" fill="#fff"/></svg>`,NOISE_TEXTURE:Je`<svg id="w3m-transparent-noise"><filter id="w3m-noise"><feTurbulence type="fractalNoise" baseFrequency="0.8"/></filter><rect width="100%" height="100%" filter="url(#w3m-noise)"/></svg>`,WALLET_CONNECT_LOGO:Je`<svg width="178" height="29" viewBox="0 0 178 29" id="w3m-wc-logo"><path d="M10.683 7.926c5.284-5.17 13.85-5.17 19.134 0l.636.623a.652.652 0 0 1 0 .936l-2.176 2.129a.343.343 0 0 1-.478 0l-.875-.857c-3.686-3.607-9.662-3.607-13.348 0l-.937.918a.343.343 0 0 1-.479 0l-2.175-2.13a.652.652 0 0 1 0-.936l.698-.683Zm23.633 4.403 1.935 1.895a.652.652 0 0 1 0 .936l-8.73 8.543a.687.687 0 0 1-.956 0L20.37 17.64a.172.172 0 0 0-.239 0l-6.195 6.063a.687.687 0 0 1-.957 0l-8.73-8.543a.652.652 0 0 1 0-.936l1.936-1.895a.687.687 0 0 1 .957 0l6.196 6.064a.172.172 0 0 0 .239 0l6.195-6.064a.687.687 0 0 1 .957 0l6.196 6.064a.172.172 0 0 0 .24 0l6.195-6.064a.687.687 0 0 1 .956 0ZM48.093 20.948l2.338-9.355c.139-.515.258-1.07.416-1.942.12.872.258 1.427.357 1.942l2.022 9.355h4.181l3.528-13.874h-3.21l-1.943 8.523a24.825 24.825 0 0 0-.456 2.457c-.158-.931-.317-1.625-.495-2.438l-1.883-8.542h-4.201l-2.042 8.542a41.204 41.204 0 0 0-.475 2.438 41.208 41.208 0 0 0-.476-2.438l-1.903-8.542h-3.349l3.508 13.874h4.083ZM63.33 21.304c1.585 0 2.596-.654 3.11-1.605-.059.297-.078.595-.078.892v.357h2.655V15.22c0-2.735-1.248-4.32-4.3-4.32-2.636 0-4.36 1.466-4.52 3.487h2.914c.1-.891.734-1.426 1.705-1.426.911 0 1.407.515 1.407 1.11 0 .435-.258.693-1.03.792l-1.388.159c-2.061.257-3.825 1.01-3.825 3.19 0 1.982 1.645 3.092 3.35 3.092Zm.891-2.041c-.773 0-1.348-.436-1.348-1.19 0-.733.655-1.09 1.645-1.268l.674-.119c.575-.118.892-.218 1.09-.396v.912c0 1.228-.892 2.06-2.06 2.06ZM70.398 7.074v13.874h2.874V7.074h-2.874ZM74.934 7.074v13.874h2.874V7.074h-2.874ZM84.08 21.304c2.735 0 4.5-1.546 4.697-3.567h-2.893c-.139.892-.892 1.387-1.804 1.387-1.228 0-2.12-.99-2.14-2.358h6.897v-.555c0-3.21-1.764-5.312-4.816-5.312-2.933 0-4.994 2.062-4.994 5.173 0 3.37 2.12 5.232 5.053 5.232Zm-2.16-6.421c.119-1.11.932-1.922 2.081-1.922 1.11 0 1.883.772 1.903 1.922H81.92ZM94.92 21.146c.633 0 1.248-.1 1.525-.179v-2.18c-.218.04-.475.06-.693.06-1.05 0-1.427-.595-1.427-1.566v-3.805h2.338v-2.24h-2.338V7.788H91.47v3.448H89.37v2.24h2.1v4.201c0 2.3 1.15 3.469 3.45 3.469ZM104.62 21.304c3.924 0 6.302-2.299 6.599-5.608h-3.111c-.238 1.803-1.506 3.032-3.369 3.032-2.2 0-3.746-1.784-3.746-4.796 0-2.953 1.605-4.638 3.805-4.638 1.883 0 2.953 1.15 3.171 2.834h3.191c-.317-3.448-2.854-5.41-6.342-5.41-3.984 0-7.036 2.695-7.036 7.214 0 4.677 2.676 7.372 6.838 7.372ZM117.449 21.304c2.993 0 5.114-1.882 5.114-5.172 0-3.23-2.121-5.233-5.114-5.233-2.972 0-5.093 2.002-5.093 5.233 0 3.29 2.101 5.172 5.093 5.172Zm0-2.22c-1.327 0-2.18-1.09-2.18-2.952 0-1.903.892-2.973 2.18-2.973 1.308 0 2.2 1.07 2.2 2.973 0 1.862-.872 2.953-2.2 2.953ZM126.569 20.948v-5.689c0-1.208.753-2.1 1.823-2.1 1.011 0 1.606.773 1.606 2.06v5.729h2.873v-6.144c0-2.339-1.229-3.905-3.428-3.905-1.526 0-2.458.734-2.953 1.606a5.31 5.31 0 0 0 .079-.892v-.377h-2.874v9.712h2.874ZM137.464 20.948v-5.689c0-1.208.753-2.1 1.823-2.1 1.011 0 1.606.773 1.606 2.06v5.729h2.873v-6.144c0-2.339-1.228-3.905-3.428-3.905-1.526 0-2.458.734-2.953 1.606a5.31 5.31 0 0 0 .079-.892v-.377h-2.874v9.712h2.874ZM149.949 21.304c2.735 0 4.499-1.546 4.697-3.567h-2.893c-.139.892-.892 1.387-1.804 1.387-1.228 0-2.12-.99-2.14-2.358h6.897v-.555c0-3.21-1.764-5.312-4.816-5.312-2.933 0-4.994 2.062-4.994 5.173 0 3.37 2.12 5.232 5.053 5.232Zm-2.16-6.421c.119-1.11.932-1.922 2.081-1.922 1.11 0 1.883.772 1.903 1.922h-3.984ZM160.876 21.304c3.013 0 4.658-1.645 4.975-4.201h-2.874c-.099 1.07-.713 1.982-2.001 1.982-1.309 0-2.2-1.21-2.2-2.993 0-1.942 1.03-2.933 2.259-2.933 1.209 0 1.803.872 1.883 1.882h2.873c-.218-2.358-1.823-4.142-4.776-4.142-2.874 0-5.153 1.903-5.153 5.193 0 3.25 1.923 5.212 5.014 5.212ZM172.067 21.146c.634 0 1.248-.1 1.526-.179v-2.18c-.218.04-.476.06-.694.06-1.05 0-1.427-.595-1.427-1.566v-3.805h2.339v-2.24h-2.339V7.788h-2.854v3.448h-2.1v2.24h2.1v4.201c0 2.3 1.15 3.469 3.449 3.469Z" fill="#fff"/></svg>`,WALLET_CONNECT_ICON:Je`<svg width="28" height="20" viewBox="0 0 28 20"><g clip-path="url(#a)"><path d="M7.386 6.482c3.653-3.576 9.575-3.576 13.228 0l.44.43a.451.451 0 0 1 0 .648L19.55 9.033a.237.237 0 0 1-.33 0l-.606-.592c-2.548-2.496-6.68-2.496-9.228 0l-.648.634a.237.237 0 0 1-.33 0L6.902 7.602a.451.451 0 0 1 0-.647l.483-.473Zm16.338 3.046 1.339 1.31a.451.451 0 0 1 0 .648l-6.035 5.909a.475.475 0 0 1-.662 0L14.083 13.2a.119.119 0 0 0-.166 0l-4.283 4.194a.475.475 0 0 1-.662 0l-6.035-5.91a.451.451 0 0 1 0-.647l1.338-1.31a.475.475 0 0 1 .662 0l4.283 4.194c.046.044.12.044.166 0l4.283-4.194a.475.475 0 0 1 .662 0l4.283 4.194c.046.044.12.044.166 0l4.283-4.194a.475.475 0 0 1 .662 0Z" fill="#000000"/></g><defs><clipPath id="a"><path fill="#ffffff" d="M0 0h28v20H0z"/></clipPath></defs></svg>`,WALLET_CONNECT_ICON_COLORED:Je`<svg width="96" height="96" fill="none"><path fill="#fff" d="M25.322 33.597c12.525-12.263 32.83-12.263 45.355 0l1.507 1.476a1.547 1.547 0 0 1 0 2.22l-5.156 5.048a.814.814 0 0 1-1.134 0l-2.074-2.03c-8.737-8.555-22.903-8.555-31.64 0l-2.222 2.175a.814.814 0 0 1-1.134 0l-5.156-5.049a1.547 1.547 0 0 1 0-2.22l1.654-1.62Zm56.019 10.44 4.589 4.494a1.547 1.547 0 0 1 0 2.22l-20.693 20.26a1.628 1.628 0 0 1-2.267 0L48.283 56.632a.407.407 0 0 0-.567 0L33.03 71.012a1.628 1.628 0 0 1-2.268 0L10.07 50.75a1.547 1.547 0 0 1 0-2.22l4.59-4.494a1.628 1.628 0 0 1 2.267 0l14.687 14.38c.156.153.41.153.567 0l14.685-14.38a1.628 1.628 0 0 1 2.268 0l14.687 14.38c.156.153.41.153.567 0l14.686-14.38a1.628 1.628 0 0 1 2.268 0Z"/><path stroke="#000" d="M25.672 33.954c12.33-12.072 32.325-12.072 44.655 0l1.508 1.476a1.047 1.047 0 0 1 0 1.506l-5.157 5.048a.314.314 0 0 1-.434 0l-2.074-2.03c-8.932-8.746-23.409-8.746-32.34 0l-2.222 2.174a.314.314 0 0 1-.434 0l-5.157-5.048a1.047 1.047 0 0 1 0-1.506l1.655-1.62Zm55.319 10.44 4.59 4.494a1.047 1.047 0 0 1 0 1.506l-20.694 20.26a1.128 1.128 0 0 1-1.568 0l-14.686-14.38a.907.907 0 0 0-1.267 0L32.68 70.655a1.128 1.128 0 0 1-1.568 0L10.42 50.394a1.047 1.047 0 0 1 0-1.506l4.59-4.493a1.128 1.128 0 0 1 1.567 0l14.687 14.379a.907.907 0 0 0 1.266 0l-.35-.357.35.357 14.686-14.38a1.128 1.128 0 0 1 1.568 0l14.687 14.38a.907.907 0 0 0 1.267 0l14.686-14.38a1.128 1.128 0 0 1 1.568 0Z"/></svg>`,BACK_ICON:Je`<svg width="10" height="18" viewBox="0 0 10 18"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.735.179a.75.75 0 0 1 .087 1.057L2.92 8.192a1.25 1.25 0 0 0 0 1.617l5.902 6.956a.75.75 0 1 1-1.144.97L1.776 10.78a2.75 2.75 0 0 1 0-3.559L7.678.265A.75.75 0 0 1 8.735.18Z" fill="#fff"/></svg>`,COPY_ICON:Je`<svg width="24" height="24" fill="none"><path fill="#fff" fill-rule="evenodd" d="M7.01 7.01c.03-1.545.138-2.5.535-3.28A5 5 0 0 1 9.73 1.545C10.8 1 12.2 1 15 1c2.8 0 4.2 0 5.27.545a5 5 0 0 1 2.185 2.185C23 4.8 23 6.2 23 9c0 2.8 0 4.2-.545 5.27a5 5 0 0 1-2.185 2.185c-.78.397-1.735.505-3.28.534l-.001.01c-.03 1.54-.138 2.493-.534 3.27a5 5 0 0 1-2.185 2.186C13.2 23 11.8 23 9 23c-2.8 0-4.2 0-5.27-.545a5 5 0 0 1-2.185-2.185C1 19.2 1 17.8 1 15c0-2.8 0-4.2.545-5.27A5 5 0 0 1 3.73 7.545C4.508 7.149 5.46 7.04 7 7.01h.01ZM15 15.5c-1.425 0-2.403-.001-3.162-.063-.74-.06-1.139-.172-1.427-.319a3.5 3.5 0 0 1-1.53-1.529c-.146-.288-.257-.686-.318-1.427C8.501 11.403 8.5 10.425 8.5 9c0-1.425.001-2.403.063-3.162.06-.74.172-1.139.318-1.427a3.5 3.5 0 0 1 1.53-1.53c.288-.146.686-.257 1.427-.318.759-.062 1.737-.063 3.162-.063 1.425 0 2.403.001 3.162.063.74.06 1.139.172 1.427.318a3.5 3.5 0 0 1 1.53 1.53c.146.288.257.686.318 1.427.062.759.063 1.737.063 3.162 0 1.425-.001 2.403-.063 3.162-.06.74-.172 1.139-.319 1.427a3.5 3.5 0 0 1-1.529 1.53c-.288.146-.686.257-1.427.318-.759.062-1.737.063-3.162.063ZM7 8.511c-.444.009-.825.025-1.162.052-.74.06-1.139.172-1.427.318a3.5 3.5 0 0 0-1.53 1.53c-.146.288-.257.686-.318 1.427-.062.759-.063 1.737-.063 3.162 0 1.425.001 2.403.063 3.162.06.74.172 1.139.318 1.427a3.5 3.5 0 0 0 1.53 1.53c.288.146.686.257 1.427.318.759.062 1.737.063 3.162.063 1.425 0 2.403-.001 3.162-.063.74-.06 1.139-.172 1.427-.319a3.5 3.5 0 0 0 1.53-1.53c.146-.287.257-.685.318-1.426.027-.337.043-.718.052-1.162H15c-2.8 0-4.2 0-5.27-.545a5 5 0 0 1-2.185-2.185C7 13.2 7 11.8 7 9v-.489Z" clip-rule="evenodd"/></svg>`,RETRY_ICON:Je`<svg width="15" height="16" viewBox="0 0 15 16"><path d="M6.464 2.03A.75.75 0 0 0 5.403.97L2.08 4.293a1 1 0 0 0 0 1.414L5.403 9.03a.75.75 0 0 0 1.06-1.06L4.672 6.177a.25.25 0 0 1 .177-.427h2.085a4 4 0 1 1-3.93 4.746c-.077-.407-.405-.746-.82-.746-.414 0-.755.338-.7.748a5.501 5.501 0 1 0 5.45-6.248H4.848a.25.25 0 0 1-.177-.427L6.464 2.03Z" fill="#fff"/></svg>`,DESKTOP_ICON:Je`<svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 5.98c0-1.85 0-2.775.394-3.466a3 3 0 0 1 1.12-1.12C2.204 1 3.13 1 4.98 1h6.04c1.85 0 2.775 0 3.466.394a3 3 0 0 1 1.12 1.12C16 3.204 16 4.13 16 5.98v1.04c0 1.85 0 2.775-.394 3.466a3 3 0 0 1-1.12 1.12C13.796 12 12.87 12 11.02 12H4.98c-1.85 0-2.775 0-3.466-.394a3 3 0 0 1-1.12-1.12C0 9.796 0 8.87 0 7.02V5.98ZM4.98 2.5h6.04c.953 0 1.568.001 2.034.043.446.04.608.108.69.154a1.5 1.5 0 0 1 .559.56c.046.08.114.243.154.69.042.465.043 1.08.043 2.033v1.04c0 .952-.001 1.568-.043 2.034-.04.446-.108.608-.154.69a1.499 1.499 0 0 1-.56.559c-.08.046-.243.114-.69.154-.466.042-1.08.043-2.033.043H4.98c-.952 0-1.568-.001-2.034-.043-.446-.04-.608-.108-.69-.154a1.5 1.5 0 0 1-.559-.56c-.046-.08-.114-.243-.154-.69-.042-.465-.043-1.08-.043-2.033V5.98c0-.952.001-1.568.043-2.034.04-.446.108-.608.154-.69a1.5 1.5 0 0 1 .56-.559c.08-.046.243-.114.69-.154.465-.042 1.08-.043 2.033-.043Z" fill="#fff"/><path d="M4 14.25a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75Z" fill="#fff"/></svg>`,MOBILE_ICON:Je`<svg width="16" height="16" viewBox="0 0 16 16"><path d="M6.75 5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 4.98c0-1.85 0-2.775.394-3.466a3 3 0 0 1 1.12-1.12C5.204 0 6.136 0 8 0s2.795 0 3.486.394a3 3 0 0 1 1.12 1.12C13 2.204 13 3.13 13 4.98v6.04c0 1.85 0 2.775-.394 3.466a3 3 0 0 1-1.12 1.12C10.796 16 9.864 16 8 16s-2.795 0-3.486-.394a3 3 0 0 1-1.12-1.12C3 13.796 3 12.87 3 11.02V4.98Zm8.5 0v6.04c0 .953-.001 1.568-.043 2.034-.04.446-.108.608-.154.69a1.499 1.499 0 0 1-.56.559c-.08.045-.242.113-.693.154-.47.042-1.091.043-2.05.043-.959 0-1.58-.001-2.05-.043-.45-.04-.613-.109-.693-.154a1.5 1.5 0 0 1-.56-.56c-.046-.08-.114-.243-.154-.69-.042-.466-.043-1.08-.043-2.033V4.98c0-.952.001-1.568.043-2.034.04-.446.108-.608.154-.69a1.5 1.5 0 0 1 .56-.559c.08-.045.243-.113.693-.154C6.42 1.501 7.041 1.5 8 1.5c.959 0 1.58.001 2.05.043.45.04.613.109.693.154a1.5 1.5 0 0 1 .56.56c.046.08.114.243.154.69.042.465.043 1.08.043 2.033Z" fill="#fff"/></svg>`,ARROW_DOWN_ICON:Je`<svg width="14" height="14" viewBox="0 0 14 14"><path d="M2.28 7.47a.75.75 0 0 0-1.06 1.06l5.25 5.25a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0-1.06-1.06l-3.544 3.543a.25.25 0 0 1-.426-.177V.75a.75.75 0 0 0-1.5 0v10.086a.25.25 0 0 1-.427.176L2.28 7.47Z" fill="#fff"/></svg>`,ARROW_UP_RIGHT_ICON:Je`<svg width="15" height="14" fill="none"><path d="M4.5 1.75A.75.75 0 0 1 5.25 1H12a1.5 1.5 0 0 1 1.5 1.5v6.75a.75.75 0 0 1-1.5 0V4.164a.25.25 0 0 0-.427-.176L4.061 11.5A.75.75 0 0 1 3 10.44l7.513-7.513a.25.25 0 0 0-.177-.427H5.25a.75.75 0 0 1-.75-.75Z" fill="#fff"/></svg>`,ARROW_RIGHT_ICON:Je`<svg width="6" height="14" viewBox="0 0 6 14"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.181 1.099a.75.75 0 0 1 1.024.279l2.433 4.258a2.75 2.75 0 0 1 0 2.729l-2.433 4.257a.75.75 0 1 1-1.303-.744L4.335 7.62a1.25 1.25 0 0 0 0-1.24L1.902 2.122a.75.75 0 0 1 .28-1.023Z" fill="#fff"/></svg>`,QRCODE_ICON:Je`<svg width="25" height="24" viewBox="0 0 25 24"><path d="M23.748 9a.748.748 0 0 0 .748-.752c-.018-2.596-.128-4.07-.784-5.22a6 6 0 0 0-2.24-2.24c-1.15-.656-2.624-.766-5.22-.784a.748.748 0 0 0-.752.748c0 .414.335.749.748.752 1.015.007 1.82.028 2.494.088.995.09 1.561.256 1.988.5.7.398 1.28.978 1.679 1.678.243.427.41.993.498 1.988.061.675.082 1.479.09 2.493a.753.753 0 0 0 .75.749ZM3.527.788C4.677.132 6.152.022 8.747.004A.748.748 0 0 1 9.5.752a.753.753 0 0 1-.749.752c-1.014.007-1.818.028-2.493.088-.995.09-1.561.256-1.988.5-.7.398-1.28.978-1.679 1.678-.243.427-.41.993-.499 1.988-.06.675-.081 1.479-.088 2.493A.753.753 0 0 1 1.252 9a.748.748 0 0 1-.748-.752c.018-2.596.128-4.07.784-5.22a6 6 0 0 1 2.24-2.24ZM1.252 15a.748.748 0 0 0-.748.752c.018 2.596.128 4.07.784 5.22a6 6 0 0 0 2.24 2.24c1.15.656 2.624.766 5.22.784a.748.748 0 0 0 .752-.748.753.753 0 0 0-.749-.752c-1.014-.007-1.818-.028-2.493-.089-.995-.089-1.561-.255-1.988-.498a4.5 4.5 0 0 1-1.679-1.68c-.243-.426-.41-.992-.499-1.987-.06-.675-.081-1.479-.088-2.493A.753.753 0 0 0 1.252 15ZM22.996 15.749a.753.753 0 0 1 .752-.749c.415 0 .751.338.748.752-.018 2.596-.128 4.07-.784 5.22a6 6 0 0 1-2.24 2.24c-1.15.656-2.624.766-5.22.784a.748.748 0 0 1-.752-.748c0-.414.335-.749.748-.752 1.015-.007 1.82-.028 2.494-.089.995-.089 1.561-.255 1.988-.498a4.5 4.5 0 0 0 1.679-1.68c.243-.426.41-.992.498-1.987.061-.675.082-1.479.09-2.493Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 4a2.5 2.5 0 0 0-2.5 2.5v2A2.5 2.5 0 0 0 7 11h2a2.5 2.5 0 0 0 2.5-2.5v-2A2.5 2.5 0 0 0 9 4H7Zm2 1.5H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1ZM13.5 6.5A2.5 2.5 0 0 1 16 4h2a2.5 2.5 0 0 1 2.5 2.5v2A2.5 2.5 0 0 1 18 11h-2a2.5 2.5 0 0 1-2.5-2.5v-2Zm2.5-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1ZM7 13a2.5 2.5 0 0 0-2.5 2.5v2A2.5 2.5 0 0 0 7 20h2a2.5 2.5 0 0 0 2.5-2.5v-2A2.5 2.5 0 0 0 9 13H7Zm2 1.5H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1Z" fill="#fff"/><path d="M13.5 15.5c0-.465 0-.697.038-.89a2 2 0 0 1 1.572-1.572C15.303 13 15.535 13 16 13v2.5h-2.5ZM18 13c.465 0 .697 0 .89.038a2 2 0 0 1 1.572 1.572c.038.193.038.425.038.89H18V13ZM18 17.5h2.5c0 .465 0 .697-.038.89a2 2 0 0 1-1.572 1.572C18.697 20 18.465 20 18 20v-2.5ZM13.5 17.5H16V20c-.465 0-.697 0-.89-.038a2 2 0 0 1-1.572-1.572c-.038-.193-.038-.425-.038-.89Z" fill="#fff"/></svg>`,SCAN_ICON:Je`<svg width="16" height="16" fill="none"><path fill="#fff" d="M10 15.216c0 .422.347.763.768.74 1.202-.064 2.025-.222 2.71-.613a5.001 5.001 0 0 0 1.865-1.866c.39-.684.549-1.507.613-2.709a.735.735 0 0 0-.74-.768.768.768 0 0 0-.76.732c-.009.157-.02.306-.032.447-.073.812-.206 1.244-.384 1.555-.31.545-.761.996-1.306 1.306-.311.178-.743.311-1.555.384-.141.013-.29.023-.447.032a.768.768 0 0 0-.732.76ZM10 .784c0 .407.325.737.732.76.157.009.306.02.447.032.812.073 1.244.206 1.555.384a3.5 3.5 0 0 1 1.306 1.306c.178.311.311.743.384 1.555.013.142.023.29.032.447a.768.768 0 0 0 .76.732.734.734 0 0 0 .74-.768c-.064-1.202-.222-2.025-.613-2.71A5 5 0 0 0 13.477.658c-.684-.39-1.507-.549-2.709-.613a.735.735 0 0 0-.768.74ZM5.232.044A.735.735 0 0 1 6 .784a.768.768 0 0 1-.732.76c-.157.009-.305.02-.447.032-.812.073-1.244.206-1.555.384A3.5 3.5 0 0 0 1.96 3.266c-.178.311-.311.743-.384 1.555-.013.142-.023.29-.032.447A.768.768 0 0 1 .784 6a.735.735 0 0 1-.74-.768c.064-1.202.222-2.025.613-2.71A5 5 0 0 1 2.523.658C3.207.267 4.03.108 5.233.044ZM5.268 14.456a.768.768 0 0 1 .732.76.734.734 0 0 1-.768.74c-1.202-.064-2.025-.222-2.71-.613a5 5 0 0 1-1.865-1.866c-.39-.684-.549-1.507-.613-2.709A.735.735 0 0 1 .784 10c.407 0 .737.325.76.732.009.157.02.306.032.447.073.812.206 1.244.384 1.555a3.5 3.5 0 0 0 1.306 1.306c.311.178.743.311 1.555.384.142.013.29.023.447.032Z"/></svg>`,CHECKMARK_ICON:Je`<svg width="13" height="12" viewBox="0 0 13 12"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.155.132a.75.75 0 0 1 .232 1.035L5.821 11.535a1 1 0 0 1-1.626.09L.665 7.21a.75.75 0 1 1 1.17-.937L4.71 9.867a.25.25 0 0 0 .406-.023L11.12.364a.75.75 0 0 1 1.035-.232Z" fill="#fff"/></svg>`,HELP_ETH_IMG:Je`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#j)"><rect width="60" height="60" rx="30" fill="#987DE8"/><path fill-rule="evenodd" clip-rule="evenodd" d="m15.48 28.367 11.966-19.3c1.174-1.892 3.927-1.892 5.1 0l11.97 19.306a6 6 0 0 1 .9 3.142v.028a6 6 0 0 1-1.154 3.56L33.227 50.208c-1.599 2.188-4.864 2.188-6.461 0L15.733 35.095a6 6 0 0 1-1.154-3.538v-.029a6 6 0 0 1 .9-3.161Z" fill="#fff"/><path d="M30.84 10.112a.992.992 0 0 0-.844-.464V24.5l12.598 5.53c.081-.466-.001-.963-.27-1.398L30.84 10.112Z" fill="#643CDD"/><path d="M29.996 9.648a.991.991 0 0 0-.845.465l-11.489 18.53a1.991 1.991 0 0 0-.264 1.387l12.598-5.53V9.648Z" fill="#BDADEB"/><path d="M29.996 50.544a.994.994 0 0 0 .808-.41l11.235-15.38c.307-.434-.193-.988-.658-.72L31.49 39.71a2.998 2.998 0 0 1-1.494.398v10.437Z" fill="#643CDD"/><path d="M17.966 34.762 29.19 50.134c.2.274.503.41.807.41V40.108a2.998 2.998 0 0 1-1.493-.398l-9.884-5.676c-.468-.27-.971.292-.653.728Z" fill="#BDADEB"/><path d="M42.594 30.03 29.996 24.5v13.138a3 3 0 0 0 1.495-.399l10.149-5.83c.525-.31.856-.823.954-1.38Z" fill="#401AB3"/><path d="M29.996 37.638V24.462l-12.598 5.566c.098.564.437 1.083.974 1.392l10.13 5.82c.462.265.978.398 1.494.398Z" fill="#7C5AE2"/></g><rect class="help-img-highlight" x=".5" y=".5" width="59" height="59" rx="29.5"/><defs><clipPath id="j"><rect width="60" height="60" rx="30" fill="#fff"/></clipPath></defs></svg>`,HELP_PAINTING_IMG:Je`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#k)"><rect width="60" height="60" rx="3" fill="#C653C6"/><path d="M52.094 47.344c0-4.246-1.436-9.557-5.885-12.4a2.876 2.876 0 0 0-1.615-3.891v-.819a4.037 4.037 0 0 0-1.34-3.007 4.75 4.75 0 0 0-2.41-6.252v-5.506c0-6.248-5.065-11.313-11.313-11.313-6.247 0-11.312 5.065-11.312 11.313v2.152a3.343 3.343 0 0 0-1.18 5.045 4.738 4.738 0 0 0-1.633 3.584 4.73 4.73 0 0 0 .956 2.858 5.218 5.218 0 0 0-2.358 6.815c-3.06 4.129-6.098 8.298-6.098 15.64 0 2.668.364 4.856.731 6.385.184.765.368 1.366.509 1.78a12.721 12.721 0 0 0 .225.611l.015.037.005.011.001.004v.002h.001l.92-.393-.92.394.26.606h38.26l.291-.49-.86-.51.86.51v-.001l.002-.002.002-.005.01-.017.035-.06.127-.225c.108-.195.26-.477.441-.835.363-.714.845-1.732 1.328-2.953.959-2.427 1.945-5.725 1.945-9.068Z" fill="#E87DE8" stroke="#fff" stroke-width="2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M26.5 29.5c-3-.5-5.5-3-5.503-7l.002-7c0-.466 0-.698.026-.893a3 3 0 0 1 2.582-2.582c.195-.026.428-.026.893-.026 2 0 2.5-2.5 2.5-2.5s0 2.5 2.5 2.5c1.398 0 2.097 0 2.648.229a3 3 0 0 1 1.624 1.623c.228.552.228 1.25.228 2.649v6c0 4-3 7-6.5 7 1.35.23 4 0 6.5-2v9.53C34 38.5 31.495 40 28 40s-6-1.5-6-2.97L24 34l2.5 1.5v-6ZM26 47h4.5c2.5 0 3 4 3 5.5h-3l-1-1.5H26v-4Zm-6.25 5.5H24V57h-8c0-1 1-4.5 3.75-4.5Z" fill="#fff"/></g><rect class="help-img-highlight" x=".5" y=".5" width="59" height="59" rx="2.5"/><defs><clipPath id="k"><rect width="60" height="60" rx="3" fill="#fff"/></clipPath></defs></svg>`,HELP_CHART_IMG:Je`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#l)"><path d="M0 25.01C0 15.76 0 11.133 1.97 7.678a15 15 0 0 1 5.598-5.597C11.023.11 15.648.11 24.9.11h10.2c9.251 0 13.877 0 17.332 1.97a15 15 0 0 1 5.597 5.597C60 11.133 60 15.758 60 25.01v10.2c0 9.252 0 13.877-1.97 17.332a15 15 0 0 1-5.598 5.598c-3.455 1.97-8.08 1.97-17.332 1.97H24.9c-9.251 0-13.877 0-17.332-1.97a14.999 14.999 0 0 1-5.597-5.598C0 49.087 0 44.462 0 35.21v-10.2Z" fill="#1DC956"/><path d="M.5 25.01c0-4.635 0-8.078.244-10.795.244-2.71.726-4.65 1.66-6.289a14.5 14.5 0 0 1 5.412-5.41c1.639-.936 3.579-1.418 6.289-1.661C16.822.61 20.265.61 24.9.61h10.2c4.635 0 8.078 0 10.795.245 2.71.243 4.65.725 6.29 1.66a14.5 14.5 0 0 1 5.41 5.411c.935 1.64 1.417 3.579 1.66 6.29.244 2.717.245 6.16.245 10.794v10.2c0 4.635 0 8.078-.244 10.795-.244 2.71-.726 4.65-1.66 6.29a14.5 14.5 0 0 1-5.412 5.41c-1.639.936-3.579 1.418-6.289 1.661-2.717.244-6.16.244-10.795.244H24.9c-4.635 0-8.078 0-10.795-.244-2.71-.243-4.65-.725-6.29-1.66a14.5 14.5 0 0 1-5.41-5.412C1.47 50.655.988 48.716.745 46.005.5 43.288.5 39.845.5 35.21v-10.2Z" stroke="#fff" stroke-opacity=".1"/><path d="M16.109 60c-3.833-.179-6.41-.645-8.541-1.86a15 15 0 0 1-5.598-5.598C.553 50.057.155 46.967.043 41.985l4.146-1.382a4 4 0 0 0 2.48-2.39l4.654-12.409a2 2 0 0 1 2.505-1.195l2.526.842a2 2 0 0 0 2.422-1.003l2.968-5.938c.81-1.62 3.185-1.415 3.705.32l3.774 12.581a2 2 0 0 0 3.025 1.09l3.342-2.228c.27-.18.49-.422.646-.706l5.297-9.712a2 2 0 0 1 1.428-1.016l4.134-.689a2 2 0 0 1 1.61.437l3.892 3.243a2 2 0 0 0 2.694-.122l4.633-4.632C60 19.28 60 21.88 60 25.01v10.2c0 9.252 0 13.877-1.97 17.332a14.998 14.998 0 0 1-5.598 5.598c-2.131 1.215-4.708 1.681-8.54 1.86H16.108Z" fill="#2BEE6C"/><path d="M.072 43.03a112.37 112.37 0 0 1-.048-2.093l3.85-1.283a3 3 0 0 0 1.86-1.793l4.653-12.408a3 3 0 0 1 3.758-1.793l2.526.842a1 1 0 0 0 1.21-.501l2.97-5.938c1.214-2.43 4.775-2.123 5.556.48l3.774 12.58a1 1 0 0 0 1.513.545l3.341-2.227a1 1 0 0 0 .323-.353l5.298-9.712a3 3 0 0 1 2.14-1.523l4.135-.69a3 3 0 0 1 2.414.655l3.892 3.244a1 1 0 0 0 1.347-.061l5.28-5.28c.046.845.077 1.752.097 2.732l-3.962 3.962a3 3 0 0 1-4.042.183l-3.893-3.243a1 1 0 0 0-.804-.218l-4.135.689a1 1 0 0 0-.714.507l-5.297 9.712c-.233.427-.565.79-.97 1.06l-3.34 2.228a3 3 0 0 1-4.538-1.635l-3.775-12.58c-.26-.868-1.447-.97-1.852-.16l-2.969 5.937a3 3 0 0 1-3.632 1.505l-2.526-.842a1 1 0 0 0-1.252.597L7.606 38.564a5 5 0 0 1-3.1 2.988L.072 43.029Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M49.5 19a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Z" fill="#2BEE6C"/><path d="M47.5 19a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z" fill="#fff"/><path d="M45 .283v59.654c-.63.042-1.294.074-2 .098V.185c.706.025 1.37.056 2 .098Z" fill="#fff"/><path class="help-img-highlight" d="M.5 25.01c0-4.635 0-8.078.244-10.795.244-2.71.726-4.65 1.66-6.289a14.5 14.5 0 0 1 5.412-5.41c1.639-.936 3.579-1.418 6.289-1.661C16.822.61 20.265.61 24.9.61h10.2c4.635 0 8.078 0 10.795.245 2.71.243 4.65.725 6.29 1.66a14.5 14.5 0 0 1 5.41 5.411c.935 1.64 1.417 3.579 1.66 6.29.244 2.717.245 6.16.245 10.794v10.2c0 4.635 0 8.078-.244 10.795-.244 2.71-.726 4.65-1.66 6.29a14.5 14.5 0 0 1-5.412 5.41c-1.639.936-3.579 1.418-6.289 1.661-2.717.244-6.16.244-10.795.244H24.9c-4.635 0-8.078 0-10.795-.244-2.71-.243-4.65-.725-6.29-1.66a14.5 14.5 0 0 1-5.41-5.412C1.47 50.655.988 48.716.745 46.005.5 43.288.5 39.845.5 35.21v-10.2Z"/></g><defs><clipPath id="l"><path fill="#fff" d="M0 0h60v60H0z"/></clipPath></defs></svg>`,HELP_KEY_IMG:Je`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#m)"><path fill="#EB8B47" d="M0 24.9c0-9.252 0-13.878 1.97-17.332A15 15 0 0 1 7.569 1.97C11.023 0 15.648 0 24.9 0h10.2c9.251 0 13.877 0 17.332 1.97a15 15 0 0 1 5.597 5.598C60 11.022 60 15.648 60 24.899v10.2c0 9.252 0 13.878-1.97 17.332a15.001 15.001 0 0 1-5.598 5.598c-3.455 1.97-8.08 1.97-17.332 1.97H24.9c-9.251 0-13.877 0-17.332-1.97a15 15 0 0 1-5.597-5.598C0 48.977 0 44.351 0 35.1V24.9Z"/><path class="help-img-highlight" d="M.5 24.9c0-4.635 0-8.078.244-10.795.244-2.71.726-4.65 1.66-6.29a14.5 14.5 0 0 1 5.412-5.41C9.455 1.468 11.395.986 14.105.743 16.822.5 20.265.5 24.9.5h10.2c4.635 0 8.078 0 10.795.244 2.71.243 4.65.725 6.29 1.66a14.5 14.5 0 0 1 5.41 5.411c.935 1.64 1.417 3.58 1.66 6.29.244 2.717.245 6.16.245 10.794v10.2c0 4.635 0 8.078-.244 10.796-.244 2.71-.726 4.65-1.66 6.289a14.5 14.5 0 0 1-5.412 5.41c-1.639.936-3.579 1.418-6.289 1.661-2.717.244-6.16.244-10.795.244H24.9c-4.635 0-8.078 0-10.795-.244-2.71-.243-4.65-.725-6.29-1.66a14.5 14.5 0 0 1-5.41-5.411c-.935-1.64-1.417-3.58-1.66-6.29C.5 43.178.5 39.734.5 35.1V24.9Z"/><path fill="#FF974C" stroke="#fff" stroke-width="2" d="M39.192 29.192c5.077-5.077 5.077-13.308 0-18.385-5.076-5.077-13.308-5.077-18.384 0-5.077 5.077-5.077 13.308 0 18.385l1.287 1.291c1.137 1.142 1.706 1.712 2.097 2.387.267.462.472.957.608 1.473.2.755.2 1.56.2 3.171V48.75c0 1.077 0 1.615.134 2.119a4 4 0 0 0 .407.984c.262.45.643.831 1.404 1.592l.294.295c.654.654.982.981 1.365 1.086.26.07.533.07.792 0 .383-.105.71-.432 1.365-1.086l3.478-3.479c.655-.654.982-.981 1.087-1.365a1.5 1.5 0 0 0 0-.791c-.105-.384-.432-.711-1.087-1.365l-.478-.479c-.655-.654-.982-.981-1.087-1.365a1.5 1.5 0 0 1 0-.791c.105-.384.432-.711 1.087-1.365l.478-.479c.655-.654.982-.981 1.087-1.365a1.5 1.5 0 0 0 0-.791c-.105-.384-.432-.711-1.087-1.365l-.492-.493c-.65-.65-.974-.974-1.08-1.355a1.5 1.5 0 0 1-.003-.788c.102-.382.425-.71 1.069-1.364l5.46-5.547Z"/><circle cx="30" cy="17" r="4" fill="#EB8B47" stroke="#fff" stroke-width="2"/></g><defs><clipPath id="m"><path fill="#fff" d="M0 0h60v60H0z"/></clipPath></defs></svg>`,HELP_USER_IMG:Je`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#n)"><rect width="60" height="60" fill="#00ACE6" rx="30"/><path fill="#1AC6FF" stroke="#fff" stroke-width="2" d="M59 73c0 16.016-12.984 29-29 29S1 89.016 1 73c0-16.017 11-29 29-29s29 12.983 29 29ZM18.69 19.902a11 11 0 0 1 9.281-8.692 14.842 14.842 0 0 1 4.058 0 11 11 0 0 1 9.28 8.692c.178.866.322 1.75.44 2.625.132.977.132 1.968 0 2.945a39.467 39.467 0 0 1-.44 2.625 11 11 0 0 1-9.28 8.692 14.862 14.862 0 0 1-4.058 0 11 11 0 0 1-9.28-8.692 39.467 39.467 0 0 1-.44-2.625 11.004 11.004 0 0 1 0-2.945c.118-.876.262-1.759.44-2.625Z"/><circle cx="24.5" cy="23.5" r="1.5" fill="#fff"/><circle cx="35.5" cy="23.5" r="1.5" fill="#fff"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m31 20-3 8h4"/></g><rect class="help-img-highlight" width="59" height="59" x=".5" y=".5" rx="29.5"/><defs><clipPath id="n"><rect width="60" height="60" fill="#fff" rx="30"/></clipPath></defs></svg>`,HELP_LOCK_IMG:Je`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><rect width="60" height="60" fill="#C653C6" rx="3"/><path fill="#fff" d="M20.034 15.216C20 15.607 20 16.07 20 17v2.808c0 1.13 0 1.696-.2 2.11a1.78 1.78 0 0 1-.584.714c-.366.28-1.051.42-2.423.7a7.076 7.076 0 0 0-1.597.511 9.001 9.001 0 0 0-4.353 4.353C10 30.005 10 32.336 10 37c0 4.663 0 6.995.843 8.804a9.001 9.001 0 0 0 4.353 4.353C17.005 51 19.336 51 24 51h12c4.663 0 6.995 0 8.804-.843a9.001 9.001 0 0 0 4.353-4.353C50 43.995 50 41.664 50 37c0-4.663 0-6.995-.843-8.804a9.001 9.001 0 0 0-4.353-4.353 7.076 7.076 0 0 0-1.597-.511c-1.372-.28-2.057-.42-2.423-.7a1.78 1.78 0 0 1-.583-.715C40 21.505 40 20.94 40 19.809V17c0-.929 0-1.393-.034-1.784a9 9 0 0 0-8.182-8.182C31.393 7 30.93 7 30 7s-1.393 0-1.784.034a9 9 0 0 0-8.182 8.182Z"/><path fill="#E87DE8" d="M22 17c0-.929 0-1.393.044-1.784a7 7 0 0 1 6.172-6.172C28.606 9 29.071 9 30 9s1.393 0 1.784.044a7 7 0 0 1 6.172 6.172c.044.39.044.855.044 1.784v4.5a1.5 1.5 0 0 1-3 0V17c0-.93 0-1.394-.077-1.78a4 4 0 0 0-3.143-3.143C31.394 12 30.93 12 30 12s-1.394 0-1.78.077a4 4 0 0 0-3.143 3.143C25 15.606 25 16.07 25 17v4.5a1.5 1.5 0 0 1-3 0V17Z"/><path fill="#E87DE8" fill-rule="evenodd" d="M12 36.62c0-4.317 0-6.476.92-8.088a7 7 0 0 1 2.612-2.612c1.612-.92 3.77-.92 8.088-.92h6.855c.469 0 .703 0 .906.017 2.73.222 4.364 2.438 4.619 4.983.27-2.698 2.111-5 5.015-5A6.985 6.985 0 0 1 48 31.985v5.395c0 4.317 0 6.476-.92 8.088a7 7 0 0 1-2.612 2.612c-1.612.92-3.77.92-8.088.92h-5.855c-.469 0-.703 0-.906-.017-2.73-.222-4.364-2.438-4.619-4.983-.258 2.583-1.943 4.818-4.714 4.99-.155.01-.335.01-.694.01-.55 0-.825 0-1.057-.015a7 7 0 0 1-6.52-6.52C12 42.233 12 41.958 12 41.408V36.62Zm21.24-.273a4 4 0 1 0-6.478 0c.985 1.36 1.479 2.039 1.564 2.229.178.398.176.818.174 1.247V42.5a1.5 1.5 0 0 0 3 0v-2.677c-.002-.429-.004-.85.174-1.247.085-.19.579-.87 1.565-2.229Z" clip-rule="evenodd"/><rect class="help-img-highlight" width="59" height="59" x=".5" y=".5" rx="2.5"/></svg>`,HELP_COMPAS_IMG:Je`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><rect width="60" height="60" fill="#1DC956" rx="30"/><circle cx="30" cy="29.999" r="3" fill="#fff"/><path fill="#2BEE6C" stroke="#fff" stroke-width="2" d="m45.316 17.9-.88-.425.88.424a7.9 7.9 0 0 1 .026-.053c.093-.192.21-.432.26-.687l-.819-.162.819.162a2 2 0 0 0-.239-1.405c-.132-.224-.32-.412-.472-.562a8.415 8.415 0 0 1-.042-.042l-.042-.042c-.15-.151-.338-.34-.562-.472l-.508.862.508-.862a2 2 0 0 0-1.405-.239c-.255.05-.495.167-.687.26l-.053.026-15.05 7.246-.108.052c-1.131.545-1.843.887-2.456 1.374a6.994 6.994 0 0 0-1.13 1.13c-.487.613-.83 1.325-1.375 2.457l-.051.108-7.247 15.05-.025.053c-.094.192-.21.431-.26.686a2 2 0 0 0 .239 1.406l.855-.505-.856.505c.133.224.321.411.473.562l.042.042.041.042c.15.151.338.34.563.472a2 2 0 0 0 1.405.239l-.195-.981.195.98c.255-.05.494-.166.686-.26l.054-.025-.419-.87.419.87 15.05-7.247.107-.051c1.132-.545 1.844-.888 2.457-1.374a7.002 7.002 0 0 0 1.13-1.13c.487-.614.83-1.325 1.374-2.457l.052-.108 7.246-15.05Z"/><path fill="#1DC956" d="m33.376 32.723-2.669-3.43-14.85 14.849.206.205a1 1 0 0 0 1.141.194l15.105-7.273a3 3 0 0 0 1.067-4.545Z"/><path fill="#86F999" d="m26.624 27.276 2.669 3.43 14.85-14.849-.206-.205a1 1 0 0 0-1.141-.194L27.69 22.731a3 3 0 0 0-1.067 4.545Z"/><circle cx="30" cy="30" r="3" fill="#fff" transform="rotate(45 30 30)"/><rect class="help-img-highlight" width="59" height="59" x=".5" y=".5" rx="29.5"/></svg>`,HELP_NOUN_IMG:Je`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><rect width="60" height="60" fill="#794CFF" rx="3"/><path fill="#987DE8" stroke="#fff" stroke-width="2" d="M33 22.5v-1H16v5H8.5V36H13v-5h3v7.5h17V31h1v7.5h17v-17H34v5h-1v-4Z"/><path fill="#fff" d="M37.5 25h10v10h-10z"/><path fill="#4019B2" d="M42.5 25h5v10h-5z"/><path fill="#fff" d="M19.5 25h10v10h-10z"/><path fill="#4019B2" d="M24.5 25h5v10h-5z"/><path fill="#fff" d="M12 30.5h4V37h-4v-6.5Z"/><rect class="help-img-highlight" width="59" height="59" x=".5" y=".5" rx="2.5"/></svg>`,HELP_DAO_IMG:Je`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#o)"><path fill="#EB8B47" d="M0 24.9c0-9.252 0-13.878 1.97-17.332A15 15 0 0 1 7.569 1.97C11.023 0 15.648 0 24.9 0h10.2c9.251 0 13.877 0 17.332 1.97a15 15 0 0 1 5.597 5.598C60 11.022 60 15.648 60 24.899v10.2c0 9.252 0 13.878-1.97 17.332a15.001 15.001 0 0 1-5.598 5.598c-3.455 1.97-8.08 1.97-17.332 1.97H24.9c-9.251 0-13.877 0-17.332-1.97a15 15 0 0 1-5.597-5.598C0 48.977 0 44.351 0 35.1V24.9Z"/><path class="help-img-highlight" d="M.5 24.9c0-4.635 0-8.078.244-10.795.244-2.71.726-4.65 1.66-6.29a14.5 14.5 0 0 1 5.412-5.41C9.455 1.468 11.395.986 14.105.743 16.822.5 20.265.5 24.9.5h10.2c4.635 0 8.078 0 10.795.244 2.71.243 4.65.725 6.29 1.66a14.5 14.5 0 0 1 5.41 5.411c.935 1.64 1.417 3.58 1.66 6.29.244 2.717.245 6.16.245 10.794v10.2c0 4.635 0 8.078-.244 10.796-.244 2.71-.726 4.65-1.66 6.289a14.5 14.5 0 0 1-5.412 5.41c-1.639.936-3.579 1.418-6.289 1.661-2.717.244-6.16.244-10.795.244H24.9c-4.635 0-8.078 0-10.795-.244-2.71-.243-4.65-.725-6.29-1.66a14.5 14.5 0 0 1-5.41-5.411c-.935-1.64-1.417-3.58-1.66-6.29C.5 43.178.5 39.734.5 35.1V24.9Z"/><path fill="#FF974C" stroke="#fff" stroke-width="2" d="M19 52c5.523 0 10-4.477 10-10s-4.477-10-10-10S9 36.477 9 42s4.477 10 10 10Z"/><path fill="#fff" fill-rule="evenodd" d="M42.844 8.326a1 1 0 0 0-1.687 0L28.978 27.463A1 1 0 0 0 29.822 29h24.357a1 1 0 0 0 .843-1.537L42.844 8.326Z" clip-rule="evenodd"/><path fill="#FF974C" fill-rule="evenodd" d="M42.335 11.646c.324.115.571.504 1.066 1.28l7.332 11.523c.562.883.843 1.325.792 1.69a1 1 0 0 1-.342.623c-.28.238-.803.238-1.85.238H34.667c-1.047 0-1.57 0-1.85-.238a1 1 0 0 1-.342-.623c-.051-.365.23-.806.792-1.69l7.332-11.523c.495-.776.742-1.165 1.066-1.28a1 1 0 0 1 .67 0ZM35 27a7 7 0 0 0 7-7 7 7 0 0 0 7 7H35Z" clip-rule="evenodd"/><path fill="#FF974C" stroke="#fff" stroke-width="2" d="M10.106 9.357c-.109.32-.107.682-.106.975V25.668c-.001.293-.003.654.106.975a2 2 0 0 0 1.251 1.25c.32.11.682.108.975.107H19c5.523 0 10-4.477 10-10S24.523 8 19 8h-6.668c-.293-.001-.654-.003-.975.106a2 2 0 0 0-1.25 1.251Z"/><circle cx="19" cy="18" r="4" fill="#EB8B47" stroke="#fff" stroke-width="2"/><circle cx="19" cy="41.999" r="4" fill="#EB8B47" stroke="#fff" stroke-width="2"/></g><defs><clipPath id="o"><path fill="#fff" d="M0 0h60v60H0z"/></clipPath></defs></svg>`,SEARCH_ICON:Je`<svg width="20" height="21"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.432 13.992c-.354-.353-.91-.382-1.35-.146a5.5 5.5 0 1 1 2.265-2.265c-.237.441-.208.997.145 1.35l3.296 3.296a.75.75 0 1 1-1.06 1.061l-3.296-3.296Zm.06-5a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" fill="#949E9E"/></svg>`,HELP_ICON:Je`<svg width="11" height="17" viewBox="0 0 11 17"><path fill="#fff" d="M5.22 2.97c-1.07 0-2.25.843-2.25 2.25a.75.75 0 0 1-1.5 0c0-2.393 2.019-3.75 3.75-3.75 1.73 0 3.75 1.357 3.75 3.75 0 1.64-1.038 2.466-1.785 3.057-.802.635-1.215.984-1.215 1.693a.75.75 0 1 1-1.5 0c0-1.466.985-2.24 1.681-2.788l.103-.081C7.007 6.504 7.47 6.08 7.47 5.22c0-1.407-1.181-2.25-2.25-2.25ZM5.22 14.97a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"/></svg>`,WALLET_ICON:Je`<svg width="15" height="14" fill="none" viewBox="0 0 15 14"><path fill="#fff" fill-rule="evenodd" d="M.64 9.2v-3h.001c.009-1.857.07-2.886.525-3.682a4 4 0 0 1 1.492-1.493C3.58.5 4.813.5 7.28.5h3.735c.58 0 .871 0 1.114.04A3 3 0 0 1 14.6 3.011c.04.243.04.533.04 1.114 0 .58 0 .871-.04 1.114a3 3 0 0 1-2.471 2.47c-.243.041-.533.041-1.114.041h-.777c.178.307.302.648.362 1.011.04.243.04.533.04 1.114 0 .58 0 .871-.04 1.114a3 3 0 0 1-2.471 2.47c-.243.041-.533.041-1.114.041H4.507A3.867 3.867 0 0 1 .64 9.633V9.2ZM7.28 2h3.735c.64 0 .779.005.87.02a1.5 1.5 0 0 1 1.235 1.236c.015.09.02.229.02.869s-.005.779-.02.87a1.5 1.5 0 0 1-1.236 1.235c-.09.015-.229.02-.869.02H4.023c-.697 0-1.345.21-1.883.572V6.25h.001c.004-.791.015-1.383.059-1.867.056-.629.157-.926.269-1.122a2.5 2.5 0 0 1 .932-.933c.197-.111.494-.212 1.123-.268C5.173 2 6.019 2 7.28 2Zm-.265 5.75H4.023c-1.04 0-1.883.843-1.883 1.883A2.367 2.367 0 0 0 4.507 12h2.508c.64 0 .779-.005.87-.02a1.5 1.5 0 0 0 1.235-1.236c.015-.09.02-.229.02-.869s-.005-.779-.02-.87A1.5 1.5 0 0 0 7.884 7.77c-.09-.015-.228-.02-.869-.02Z" clip-rule="evenodd"/></svg>`,NETWORK_PLACEHOLDER:Je`<svg width="28" height="28" fill="none" viewBox="0 0 28 28"><mask id="p" width="26" height="28" x="1" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#D9D9D9" d="M12 1.172a4 4 0 0 1 4 0l8.124 4.69a4 4 0 0 1 2 3.465v9.381a4 4 0 0 1-2 3.464L16 26.862a4 4 0 0 1-4 0l-8.124-4.69a4 4 0 0 1-2-3.464V9.327a4 4 0 0 1 2-3.464L12 1.173Z"/></mask><g mask="url(#p)"><path id="network-placeholder-fill" fill="#fff" d="M0 0h28v28H0z"/><path id="network-placeholder-dash" stroke="#000" stroke-dasharray="2 2" d="m8.953 2.931 2.032-1.173.25.433 1.015-.586c.269-.155.553-.271.844-.35l-.13-.483a4.003 4.003 0 0 1 2.071 0l-.13.483c.293.079.576.195.845.35l1.016.586.25-.433 2.03 1.173-.25.433 2.032 1.173.25-.433 2.03 1.172-.25.433 1.016.587c.269.155.512.342.725.556l.354-.354a4.003 4.003 0 0 1 1.035 1.794l-.483.129c.078.292.12.596.12.906v1.172h.5v2.346h-.5v2.345h.5v2.345h-.5v1.173c0 .31-.042.614-.12.906l.483.13a4.003 4.003 0 0 1-1.035 1.793l-.354-.354a3.498 3.498 0 0 1-.725.556l-1.015.586.25.434-2.031 1.172-.25-.433-2.031 1.173.25.433-2.031 1.172-.25-.433-1.016.587a3.494 3.494 0 0 1-.844.35l.13.482a4.003 4.003 0 0 1-2.071 0l.13-.483a3.496 3.496 0 0 1-.845-.35l-1.015-.586-.25.433-2.032-1.172.25-.433-2.03-1.173-.25.433L4.89 22.76l.25-.434-1.015-.586a3.498 3.498 0 0 1-.725-.556l-.354.354a4.003 4.003 0 0 1-1.035-1.794l.483-.13a3.497 3.497 0 0 1-.12-.905v-1.173h-.5V15.19h.5v-2.345h-.5v-2.346h.5V9.327c0-.31.042-.614.12-.906l-.483-.13a4.003 4.003 0 0 1 1.035-1.793l.354.354c.213-.214.456-.401.725-.556l1.015-.587-.25-.433 2.031-1.172.25.433 2.031-1.173-.25-.433Z"/><path fill="#798686" stroke="#fff" d="M14.243 13.563 14 13.428l-.243.135-6.388 3.549-.024.013c-.432.24-.79.44-1.053.622-.266.184-.516.405-.636.722a1.5 1.5 0 0 0 0 1.062c.12.317.37.538.636.722.263.183.62.382 1.053.622l.024.013 3.164 1.758.088.049c1.164.646 1.857 1.032 2.607 1.162.51.09 1.033.09 1.544 0 .75-.13 1.443-.516 2.606-1.162l.09-.05 3.163-1.757.024-.013c.432-.24.79-.44 1.053-.622.266-.184.516-.405.636-.722l-.468-.177.468.177a1.5 1.5 0 0 0 0-1.062l-.468.177.468-.177c-.12-.317-.37-.538-.636-.722-.263-.183-.62-.382-1.053-.622l-.024-.013-6.388-3.55Z"/><path fill="#9EA9A9" stroke="#fff" d="M14.243 8.563 14 8.428l-.243.135-6.388 3.549-.024.013c-.432.24-.79.44-1.053.622-.266.184-.516.405-.636.722a1.5 1.5 0 0 0 0 1.062c.12.316.37.537.636.722.263.183.62.382 1.053.622l.024.013 3.164 1.758.088.049c1.164.646 1.857 1.032 2.607 1.162.51.09 1.033.09 1.544 0 .75-.13 1.443-.516 2.606-1.162l.09-.05 3.163-1.757.024-.013c.432-.24.79-.44 1.053-.622.266-.184.516-.405.636-.722l-.468-.177.468.177a1.5 1.5 0 0 0 0-1.062l-.468.177.468-.177c-.12-.316-.37-.537-.636-.722-.263-.183-.62-.382-1.053-.622l-.024-.013-6.388-3.55Z"/><path fill="#C9CFCF" stroke="#fff" d="m22.344 9.53-.468-.176.468.177a1.5 1.5 0 0 0 0-1.062l-.468.177.468-.177c-.12-.317-.37-.537-.636-.722-.263-.183-.62-.382-1.053-.622l-.024-.013-3.163-1.758-.09-.05c-1.163-.645-1.856-1.03-2.606-1.161a4.5 4.5 0 0 0-1.544 0c-.75.13-1.443.516-2.607 1.162l-.088.05-3.164 1.757-.024.013c-.432.24-.79.44-1.053.622-.266.185-.516.405-.636.722a1.5 1.5 0 0 0 0 1.062c.12.317.37.537.636.722.263.183.62.382 1.053.622l.024.013 3.164 1.758.088.049c1.164.646 1.857 1.032 2.607 1.162.51.09 1.033.09 1.544 0 .75-.13 1.443-.516 2.606-1.162l.09-.05 3.163-1.757.024-.013c.432-.24.79-.44 1.053-.622.266-.184.516-.405.636-.722Z"/></g></svg>`,WALLET_PLACEHOLDER:Je`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#q)"><path id="wallet-placeholder-fill" fill="#fff" d="M0 24.9c0-9.251 0-13.877 1.97-17.332a15 15 0 0 1 5.598-5.597C11.023 0 15.648 0 24.9 0h10.2c9.252 0 13.877 0 17.332 1.97a15 15 0 0 1 5.597 5.598C60 11.023 60 15.648 60 24.9v10.2c0 9.252 0 13.877-1.97 17.332a15.001 15.001 0 0 1-5.598 5.597C48.977 60 44.352 60 35.1 60H24.9c-9.251 0-13.877 0-17.332-1.97a15 15 0 0 1-5.597-5.598C0 48.977 0 44.352 0 35.1V24.9Z"/><path id="wallet-placeholder-dash" stroke="#000" stroke-dasharray="4 4" stroke-width="1.5" d="M.04 41.708a231.598 231.598 0 0 1-.039-4.403l.75-.001L.75 35.1v-2.55H0v-5.1h.75V24.9l.001-2.204h-.75c.003-1.617.011-3.077.039-4.404l.75.016c.034-1.65.099-3.08.218-4.343l-.746-.07c.158-1.678.412-3.083.82-4.316l.713.236c.224-.679.497-1.296.827-1.875a14.25 14.25 0 0 1 1.05-1.585L3.076 5.9A15 15 0 0 1 5.9 3.076l.455.596a14.25 14.25 0 0 1 1.585-1.05c.579-.33 1.196-.603 1.875-.827l-.236-.712C10.812.674 12.217.42 13.895.262l.07.746C15.23.89 16.66.824 18.308.79l-.016-.75C19.62.012 21.08.004 22.695.001l.001.75L24.9.75h2.55V0h5.1v.75h2.55l2.204.001v-.75c1.617.003 3.077.011 4.404.039l-.016.75c1.65.034 3.08.099 4.343.218l.07-.746c1.678.158 3.083.412 4.316.82l-.236.713c.679.224 1.296.497 1.875.827a14.24 14.24 0 0 1 1.585 1.05l.455-.596A14.999 14.999 0 0 1 56.924 5.9l-.596.455c.384.502.735 1.032 1.05 1.585.33.579.602 1.196.827 1.875l.712-.236c.409 1.233.663 2.638.822 4.316l-.747.07c.119 1.264.184 2.694.218 4.343l.75-.016c.028 1.327.036 2.787.039 4.403l-.75.001.001 2.204v2.55H60v5.1h-.75v2.55l-.001 2.204h.75a231.431 231.431 0 0 1-.039 4.404l-.75-.016c-.034 1.65-.099 3.08-.218 4.343l.747.07c-.159 1.678-.413 3.083-.822 4.316l-.712-.236a10.255 10.255 0 0 1-.827 1.875 14.242 14.242 0 0 1-1.05 1.585l.596.455a14.997 14.997 0 0 1-2.824 2.824l-.455-.596c-.502.384-1.032.735-1.585 1.05-.579.33-1.196.602-1.875.827l.236.712c-1.233.409-2.638.663-4.316.822l-.07-.747c-1.264.119-2.694.184-4.343.218l.016.75c-1.327.028-2.787.036-4.403.039l-.001-.75-2.204.001h-2.55V60h-5.1v-.75H24.9l-2.204-.001v.75a231.431 231.431 0 0 1-4.404-.039l.016-.75c-1.65-.034-3.08-.099-4.343-.218l-.07.747c-1.678-.159-3.083-.413-4.316-.822l.236-.712a10.258 10.258 0 0 1-1.875-.827 14.252 14.252 0 0 1-1.585-1.05l-.455.596A14.999 14.999 0 0 1 3.076 54.1l.596-.455a14.24 14.24 0 0 1-1.05-1.585 10.259 10.259 0 0 1-.827-1.875l-.712.236C.674 49.188.42 47.783.262 46.105l.746-.07C.89 44.77.824 43.34.79 41.692l-.75.016Z"/><path fill="#fff" fill-rule="evenodd" d="M35.643 32.145c-.297-.743-.445-1.114-.401-1.275a.42.42 0 0 1 .182-.27c.134-.1.463-.1 1.123-.1.742 0 1.499.046 2.236-.05a6 6 0 0 0 5.166-5.166c.051-.39.051-.855.051-1.784 0-.928 0-1.393-.051-1.783a6 6 0 0 0-5.166-5.165c-.39-.052-.854-.052-1.783-.052h-7.72c-4.934 0-7.401 0-9.244 1.051a8 8 0 0 0-2.985 2.986C16.057 22.28 16.003 24.58 16 29 15.998 31.075 16 33.15 16 35.224A7.778 7.778 0 0 0 23.778 43H28.5c1.394 0 2.09 0 2.67-.116a6 6 0 0 0 4.715-4.714c.115-.58.115-1.301.115-2.744 0-1.31 0-1.964-.114-2.49a4.998 4.998 0 0 0-.243-.792Z" clip-rule="evenodd"/><path fill="#9EA9A9" fill-rule="evenodd" d="M37 18h-7.72c-2.494 0-4.266.002-5.647.126-1.361.122-2.197.354-2.854.728a6.5 6.5 0 0 0-2.425 2.426c-.375.657-.607 1.492-.729 2.853-.11 1.233-.123 2.777-.125 4.867 0 .7 0 1.05.097 1.181.096.13.182.181.343.2.163.02.518-.18 1.229-.581a6.195 6.195 0 0 1 3.053-.8H37c.977 0 1.32-.003 1.587-.038a4.5 4.5 0 0 0 3.874-3.874c.036-.268.039-.611.039-1.588 0-.976-.003-1.319-.038-1.587a4.5 4.5 0 0 0-3.875-3.874C38.32 18.004 37.977 18 37 18Zm-7.364 12.5h-7.414a4.722 4.722 0 0 0-4.722 4.723 6.278 6.278 0 0 0 6.278 6.278H28.5c1.466 0 1.98-.008 2.378-.087a4.5 4.5 0 0 0 3.535-3.536c.08-.397.087-.933.087-2.451 0-1.391-.009-1.843-.08-2.17a3.5 3.5 0 0 0-2.676-2.676c-.328-.072-.762-.08-2.108-.08Z" clip-rule="evenodd"/></g><defs><clipPath id="q"><path fill="#fff" d="M0 0h60v60H0z"/></clipPath></defs></svg>`,TOKEN_PLACEHOLDER:Je`<svg width="60" height="60" viewBox="0 0 60 60" fill="none"><rect id="token-placeholder-fill" width="58" height="58" x="1" y="1" fill="#fff" rx="29"/><path fill="#3B4040" stroke="#fff" stroke-width="2" d="M32 10a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v5.566c0 .357.192.685.495.875a16.001 16.001 0 0 1 4.256 3.894c.667.88.33 2.113-.627 2.665l-2.494 1.44c-.956.552-2.166.204-2.913-.609a9.12 9.12 0 1 0 .064 12.267c.739-.82 1.945-1.181 2.907-.64l2.509 1.415c.962.542 1.312 1.77.654 2.658a16 16 0 0 1-4.356 4.028c-.303.19-.495.518-.495.875V50a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-2.992c0-.602-.528-1.065-1.13-1.032-.579.032-1.16.032-1.74 0-.602-.032-1.13.43-1.13 1.032V50a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-5.566c0-.357-.192-.685-.495-.875a16 16 0 0 1 0-27.118c.303-.19.495-.517.495-.875V10a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2.992c0 .601.528 1.064 1.13 1.032.58-.032 1.161-.032 1.74 0 .602.033 1.13-.43 1.13-1.032V10Z"/><rect id="token-placeholder-dash" width="58" height="58" x="1" y="1" stroke="#000" stroke-dasharray="6 6" stroke-width="2" rx="29"/></svg>`,ACCOUNT_COPY:Je`<svg width="14" height="14" fill="none" viewBox="0 0 14 14"><path fill="#fff" fill-rule="evenodd" d="M4.003 4.005c.012-1.225.074-1.936.391-2.491a3 3 0 0 1 1.12-1.12C6.204 0 7.136 0 9 0s2.795 0 3.486.394a3 3 0 0 1 1.12 1.12C14 2.204 14 3.136 14 5s0 2.795-.394 3.486a3 3 0 0 1-1.12 1.12c-.555.317-1.266.379-2.491.391l.002.003c-.012 1.222-.075 1.932-.391 2.486a3 3 0 0 1-1.12 1.12C7.796 14 6.864 14 5 14s-2.795 0-3.486-.394a3 3 0 0 1-1.12-1.12C0 11.796 0 10.864 0 9s0-2.795.394-3.486a3 3 0 0 1 1.12-1.12c.554-.316 1.264-.379 2.486-.391l.003.002ZM9 8.5c-.959 0-1.58-.001-2.05-.043-.45-.04-.613-.109-.693-.154a1.5 1.5 0 0 1-.56-.56c-.045-.08-.113-.243-.154-.693C5.501 6.58 5.5 5.959 5.5 5c0-.959.001-1.58.043-2.05.04-.45.109-.613.154-.693a1.5 1.5 0 0 1 .56-.56c.08-.045.243-.113.693-.154C7.42 1.501 8.041 1.5 9 1.5c.959 0 1.58.001 2.05.043.45.04.613.109.693.154a1.5 1.5 0 0 1 .56.56c.045.08.113.243.154.693.042.47.043 1.091.043 2.05 0 .959-.001 1.58-.043 2.05-.04.45-.109.613-.154.693a1.5 1.5 0 0 1-.56.56c-.08.045-.242.113-.693.154-.47.042-1.091.043-2.05.043ZM4 5.503a13.77 13.77 0 0 0-1.05.04c-.45.04-.613.109-.693.154a1.5 1.5 0 0 0-.56.56c-.045.08-.113.243-.154.693C1.501 7.42 1.5 8.041 1.5 9c0 .959.001 1.58.043 2.05.04.45.109.613.154.693a1.5 1.5 0 0 0 .56.56c.08.045.243.113.693.154.47.042 1.091.043 2.05.043.959 0 1.58-.001 2.05-.043.45-.04.613-.109.693-.154a1.5 1.5 0 0 0 .56-.56c.045-.08.113-.242.154-.693.025-.283.035-.619.04-1.05-1.534-.003-2.358-.037-2.983-.394a3 3 0 0 1-1.12-1.12c-.357-.625-.39-1.449-.394-2.983Z" clip-rule="evenodd"/></svg>`,ACCOUNT_DISCONNECT:Je`<svg width="16" height="14" fill="none" viewBox="0 0 16 14"><path fill="#fff" d="M9.677 1.5h-2.61c-1.261 0-2.107.001-2.757.06-.629.056-.926.157-1.122.268a2.5 2.5 0 0 0-.933.933c-.112.196-.212.493-.269 1.122-.058.65-.06 1.496-.06 2.757v.72c0 1.26.002 2.107.06 2.756.057.63.157.927.27 1.123a2.5 2.5 0 0 0 .932.933c.196.111.493.212 1.122.268.65.059 1.496.06 2.757.06h2.61a.75.75 0 1 1 0 1.5h-2.61c-2.467 0-3.7 0-4.622-.525a4 4 0 0 1-1.493-1.493C.427 11.06.427 9.827.427 7.36v-.72c0-2.467 0-3.7.525-4.622A4 4 0 0 1 2.445.525C3.366 0 4.6 0 7.067 0h2.61a.75.75 0 1 1 0 1.5Z"/><path fill="#fff" d="M10.896 11.03a.75.75 0 0 1 0-1.06l1.793-1.793a.25.25 0 0 0-.176-.427H8.177a.75.75 0 0 1 0-1.5h4.336a.25.25 0 0 0 .176-.427L10.896 4.03a.75.75 0 0 1 1.061-1.06l3.323 3.323a1 1 0 0 1 0 1.414l-3.323 3.323a.75.75 0 0 1-1.06 0Z"/></svg>`},oC={1:"692ed6ba-e569-459a-556a-776476829e00",42161:"600a9a04-c1b9-42ca-6785-9b4b6ff85200",43114:"30c46e53-e989-45fb-4549-be3bd4eb3b00",56:"93564157-2e8e-4ce7-81df-b264dbee9b00",250:"06b26297-fe0c-4733-5d6b-ffa5498aac00",10:"ab9c186a-c52f-464b-2906-ca59d760a400",137:"41d04d42-da3b-4453-8506-668cc0727900",100:"02b53f6a-e3d4-479e-1cb4-21178987d100",9001:"f926ff41-260d-4028-635e-91913fc28e00",324:"b310f07f-4ef7-49f3-7073-2a0a39685800",314:"5a73b3dd-af74-424e-cae0-0de859ee9400",4689:"34e68754-e536-40da-c153-6ef2e7188a00",1088:"3897a66d-40b9-4833-162f-a2c90531c900",1284:"161038da-44ae-4ec7-1208-0ea569454b00",1285:"f1d73bb6-5450-4e18-38f7-fb6484264a00"};var Sr=(t=>(t.metaMask="metaMask",t.trust="trust",t.phantom="phantom",t.brave="brave",t.spotEthWallet="spotEthWallet",t.exodus="exodus",t.tokenPocket="tokenPocket",t.frame="frame",t.tally="tally",t.coinbaseWallet="coinbaseWallet",t.core="core",t.bitkeep="bitkeep",t.mathWallet="mathWallet",t.opera="opera",t.tokenary="tokenary",t["1inch"]="1inch",t.kuCoinWallet="kuCoinWallet",t.ledger="ledger",t))(Sr||{});const mn={injectedPreset:{metaMask:{name:"MetaMask",icon:"619537c0-2ff3-4c78-9ed8-a05e7567f300",url:"https://metamask.io",isMobile:!0,isInjected:!0},trust:{name:"Trust",icon:"0528ee7e-16d1-4089-21e3-bbfb41933100",url:"https://trustwallet.com",isMobile:!0,isInjected:!0},spotEthWallet:{name:"Spot",icon:"1bf33a89-b049-4a1c-d1f6-4dd7419ee400",url:"https://www.spot-wallet.com",isMobile:!0,isInjected:!0},phantom:{name:"Phantom",icon:"62471a22-33cb-4e65-5b54-c3d9ea24b900",url:"https://phantom.app",isInjected:!0},core:{name:"Core",icon:"35f9c46e-cc57-4aa7-315d-e6ccb2a1d600",url:"https://core.app",isMobile:!0,isInjected:!0},bitkeep:{name:"BitKeep",icon:"3f7075d0-4ab7-4db5-404d-3e4c05e6fe00",url:"https://bitkeep.com",isMobile:!0,isInjected:!0},tokenPocket:{name:"TokenPocket",icon:"f3119826-4ef5-4d31-4789-d4ae5c18e400",url:"https://www.tokenpocket.pro",isMobile:!0,isInjected:!0},mathWallet:{name:"MathWallet",icon:"26a8f588-3231-4411-60ce-5bb6b805a700",url:"https://mathwallet.org",isMobile:!0,isInjected:!0},exodus:{name:"Exodus",icon:"4c16cad4-cac9-4643-6726-c696efaf5200",url:"https://www.exodus.com",isMobile:!0,isDesktop:!0,isInjected:!0},kuCoinWallet:{name:"KuCoin Wallet",icon:"1e47340b-8fd7-4ad6-17e7-b2bd651fae00",url:"https://kuwallet.com",isMobile:!0,isInjected:!0},ledger:{name:"Ledger",icon:"a7f416de-aa03-4c5e-3280-ab49269aef00",url:"https://www.ledger.com",isDesktop:!0},brave:{name:"Brave",icon:"125e828e-9936-4451-a8f2-949c119b7400",url:"https://brave.com/wallet",isInjected:!0},frame:{name:"Frame",icon:"cd492418-ea85-4ef1-aeed-1c9e20b58900",url:"https://frame.sh",isInjected:!0},tally:{name:"Tally",icon:"98d2620c-9fc8-4a1c-31bc-78d59d00a300",url:"https://tallyho.org",isInjected:!0},coinbaseWallet:{name:"Coinbase",icon:"f8068a7f-83d7-4190-1f94-78154a12c600",url:"https://www.coinbase.com/wallet",isInjected:!0},opera:{name:"Opera",icon:"877fa1a4-304d-4d45-ca8e-f76d1a556f00",url:"https://www.opera.com/crypto",isInjected:!0},tokenary:{name:"Tokenary",icon:"5e481041-dc3c-4a81-373a-76bbde91b800",url:"https://tokenary.io",isDesktop:!0,isInjected:!0},["1inch"]:{name:"1inch Wallet",icon:"dce1ee99-403f-44a9-9f94-20de30616500",url:"https://1inch.io/wallet",isMobile:!0}},getInjectedId(t){if(t.toUpperCase()!=="INJECTED"&&t.length)return t;const{ethereum:e,spotEthWallet:r,coinbaseWalletExtension:n}=window;return e?e.isTrust||e.isTrustWallet?"trust":e.isPhantom?"phantom":e.isBraveWallet?"brave":r?"spotEthWallet":e.isExodus?"exodus":e.isTokenPocket?"tokenPocket":e.isFrame?"frame":e.isTally?"tally":n?"coinbaseWallet":e.isAvalanche?"core":e.isBitKeep?"bitkeep":e.isMathWallet?"mathWallet":e.isOpera?"opera":e.isTokenary?"tokenary":e.isOneInchIOSWallet||e.isOneInchAndroidWallet?"1inch":e.isKuCoinWallet?"kuCoinWallet":e.isMetaMask?"metaMask":"injected":"metaMask"},getInjectedName(t){var e,r;if(t.length&&t.toUpperCase()!=="INJECTED")return t;const n=mn.getInjectedId("");return(r=(e=mn.injectedPreset[n])==null?void 0:e.name)!=null?r:"Injected"}},sC={ETH:{icon:"692ed6ba-e569-459a-556a-776476829e00"},WETH:{icon:"692ed6ba-e569-459a-556a-776476829e00"},AVAX:{icon:"30c46e53-e989-45fb-4549-be3bd4eb3b00"},FTM:{icon:"06b26297-fe0c-4733-5d6b-ffa5498aac00"},BNB:{icon:"93564157-2e8e-4ce7-81df-b264dbee9b00"},MATIC:{icon:"41d04d42-da3b-4453-8506-668cc0727900"},OP:{icon:"ab9c186a-c52f-464b-2906-ca59d760a400"},xDAI:{icon:"02b53f6a-e3d4-479e-1cb4-21178987d100"},EVMOS:{icon:"f926ff41-260d-4028-635e-91913fc28e00"},METIS:{icon:"3897a66d-40b9-4833-162f-a2c90531c900"},IOTX:{icon:"34e68754-e536-40da-c153-6ef2e7188a00"}};var aC=Object.defineProperty,Pp=Object.getOwnPropertySymbols,cC=Object.prototype.hasOwnProperty,lC=Object.prototype.propertyIsEnumerable,Tp=(t,e,r)=>e in t?aC(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,uC=(t,e)=>{for(var r in e||(e={}))cC.call(e,r)&&Tp(t,r,e[r]);if(Pp)for(var r of Pp(e))lC.call(e,r)&&Tp(t,r,e[r]);return t};const le={MOBILE_BREAKPOINT:600,W3M_RECENT_WALLET:"W3M_RECENT_WALLET",rejectStandaloneButtonComponent(){const{isStandalone:t}=oe.state;if(t)throw new Error("Web3Modal button components are not available in standalone mode.")},getShadowRootElement(t,e){const r=t.renderRoot.querySelector(e);if(!r)throw new Error(`${e} not found`);return r},getWalletId(t){return mn.getInjectedId(t)},getWalletIcon(t){var e,r;const n=(e=mn.injectedPreset[t])==null?void 0:e.icon,{projectId:i,walletImages:o}=vt.state;return(r=o?.[t])!=null?r:i&&n?St.getImageUrl(n):""},getWalletName(t,e=!1){const r=mn.getInjectedName(t);return e?r.split(" ")[0]:r},getChainIcon(t){var e;const r=oC[t],{projectId:n,chainImages:i}=vt.state;return(e=i?.[t])!=null?e:n&&r?St.getImageUrl(r):""},getTokenIcon(t){var e,r;const n=(e=sC[t])==null?void 0:e.icon,{projectId:i,tokenImages:o}=vt.state;return(r=o?.[t])!=null?r:i&&n?St.getImageUrl(n):""},isMobileAnimation(){return window.innerWidth<=le.MOBILE_BREAKPOINT},async preloadImage(t){return new Promise((e,r)=>{const n=new Image;n.onload=e,n.onerror=r,n.src=t})},getErrorMessage(t){return t instanceof Error?t.message:"Unknown Error"},debounce(t,e=500){let r;return(...n)=>{function i(){t(...n)}r&&clearTimeout(r),r=setTimeout(i,e)}},async handleMobileLinking(t){const{standaloneUri:e,selectedChain:r}=oe.state,{links:n,name:i}=t;function o(s){let a="";n!=null&&n.universal?a=ct.formatUniversalUrl(n.universal,s,i):n!=null&&n.native&&(a=ct.formatNativeUrl(n.native,s,i)),ct.openHref(a)}e?(le.setRecentWallet(t),o(e)):(await wt.client().connectWalletConnect(s=>{o(s)},r?.id),le.setRecentWallet(t),Ft.close())},async handleAndroidLinking(){const{standaloneUri:t,selectedChain:e}=oe.state;t?ct.openHref(t):(await wt.client().connectWalletConnect(r=>{ct.setWalletConnectAndroidDeepLink(r),ct.openHref(r)},e?.id),Ft.close())},async handleUriCopy(){const{standaloneUri:t}=oe.state;if(t)await navigator.clipboard.writeText(t);else{const e=wt.client().walletConnectUri;await navigator.clipboard.writeText(e)}er.openToast("Link copied","success")},async handleConnectorConnection(t,e){try{const{selectedChain:r}=oe.state;await wt.client().connectConnector(t,r?.id),Ft.close()}catch(r){console.error(r),e?e():er.openToast(le.getErrorMessage(r),"error")}},getCustomWallets(){var t;const{desktopWallets:e,mobileWallets:r}=vt.state;return(t=ct.isMobile()?r:e)!=null?t:[]},getCustomImageUrls(){const{chainImages:t,walletImages:e}=vt.state,r=Object.values(t??{}),n=Object.values(e??{});return Object.values([...r,...n])},getConnectorImageUrls(){return wt.client().getConnectors().map(({id:t})=>mn.getInjectedId(t)).map(t=>le.getWalletIcon(t))},truncate(t,e=8){return t.length<=e?t:`${t.substring(0,4)}...${t.substring(t.length-4)}`},generateAvatarColors(t){var e;const r=(e=t.match(/.{1,7}/g))==null?void 0:e.splice(0,5),n=[];r?.forEach(o=>{let s=0;for(let l=0;l<o.length;l+=1)s=o.charCodeAt(l)+((s<<5)-s),s=s&s;const a=[0,0,0];for(let l=0;l<3;l+=1){const u=s>>l*8&255;a[l]=u}n.push(`rgb(${a[0]}, ${a[1]}, ${a[2]})`)});const i=document.querySelector(":root");if(i){const o={"--w3m-color-av-1":n[0],"--w3m-color-av-2":n[1],"--w3m-color-av-3":n[2],"--w3m-color-av-4":n[3],"--w3m-color-av-5":n[4]};Object.entries(o).forEach(([s,a])=>i.style.setProperty(s,a))}},setRecentWallet(t){const{walletConnectVersion:e}=oe.state;localStorage.setItem(le.W3M_RECENT_WALLET,JSON.stringify({[e]:t}))},getRecentWallet(){const t=localStorage.getItem(le.W3M_RECENT_WALLET);if(t){const{walletConnectVersion:e}=oe.state,r=JSON.parse(t);if(r[e])return r[e]}},getExtensionWallets(){const t=[];for(const[e,r]of Object.entries(mn.injectedPreset))e!==Sr.coinbaseWallet&&r&&r.isInjected&&!r.isDesktop&&t.push(uC({id:e},r));return t},caseSafeIncludes(t,e){return t.toUpperCase().includes(e.toUpperCase())}},hC=He`#w3m-transparent-noise,.w3m-canvas,.w3m-color-placeholder,.w3m-gradient-placeholder,.w3m-highlight{inset:0;position:absolute;display:block;pointer-events:none;width:100%;height:100px;border-radius:8px 8px 0 0;transform:translateY(-5px)}.w3m-gradient-placeholder{background:linear-gradient(var(--w3m-gradient-1),var(--w3m-gradient-2),var(--w3m-gradient-3),var(--w3m-gradient-4))}.w3m-color-placeholder{background-color:var(--w3m-color-fg-accent)}.w3m-highlight{border:1px solid var(--w3m-color-overlay)}.w3m-canvas{opacity:0;transition:opacity 2s ease;box-shadow:0 8px 28px -6px rgba(10,16,31,.12),0 18px 88px -4px rgba(10,16,31,.14)}.w3m-canvas-visible{opacity:1}#w3m-transparent-noise{mix-blend-mode:multiply;opacity:.35}.w3m-toolbar{height:28px;display:flex;position:relative;margin:5px 15px 5px 5px;justify-content:space-between;align-items:center}.w3m-toolbar img,.w3m-toolbar svg{height:28px;object-position:left center;object-fit:contain}#w3m-wc-logo path{fill:var(--w3m-color-fg-inverse)}.w3m-action-btn{width:28px;height:28px;border-radius:50%;border:0;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color,.2s ease;background-color:var(--w3m-color-bg-1);box-shadow:0 0 0 1px var(--w3m-color-overlay),0 2px 4px -2px rgba(0,0,0,.12),0 4px 4px -2px rgba(0,0,0,.08)}.w3m-action-btn:hover{background-color:var(--w3m-color-bg-2)}.w3m-action-btn svg{display:block;object-position:center}.w3m-action-btn path{fill:var(--w3m-color-fg-1)}.w3m-actions{display:flex}.w3m-actions button:first-child{margin-right:16px}.w3m-help-active button:first-child{background-color:var(--w3m-color-fg-1)}.w3m-help-active button:first-child path{fill:var(--w3m-color-bg-1)}`;var fC=Object.defineProperty,dC=Object.getOwnPropertyDescriptor,wl=(t,e,r,n)=>{for(var i=n>1?void 0:n?dC(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&fC(e,r,i),i};const Np=new rC;let ao=class extends Ae{constructor(){super(),this.open=!1,this.isHelp=!1,this.unsubscribeRouter=void 0,this.playTimeout=void 0,this.unsubscribeRouter=st.subscribe(t=>{this.isHelp=t.view==="Help"})}firstUpdated(){const{themeBackground:t}=vt.state;t==="gradient"&&(this.playTimeout=setTimeout(()=>{Np.play(this.canvasEl),this.open=!0},800))}disconnectedCallback(){var t;(t=this.unsubscribeRouter)==null||t.call(this),clearTimeout(this.playTimeout),Np.stop()}get canvasEl(){return le.getShadowRootElement(this,".w3m-canvas")}onHelp(){st.push("Help")}render(){const{themeBackground:t}=vt.state,e={"w3m-canvas":!0,"w3m-canvas-visible":this.open},r={"w3m-actions":!0,"w3m-help-active":this.isHelp};return ee`${t==="themeColor"?ee`<div class="w3m-color-placeholder"></div>`:null} ${t==="gradient"?ee`<div class="w3m-gradient-placeholder"></div><canvas class="${tr(e)}"></canvas>${Me.NOISE_TEXTURE}`:null}<div class="w3m-highlight"></div><div class="w3m-toolbar">${Me.WALLET_CONNECT_LOGO}<div class="${tr(r)}"><button class="w3m-action-btn" @click="${this.onHelp}">${Me.HELP_ICON}</button> <button class="w3m-action-btn" @click="${Ft.close}">${Me.CROSS_ICON}</button></div></div>`}};ao.styles=[_e.globalCss,hC],wl([ut()],ao.prototype,"open",2),wl([ut()],ao.prototype,"isHelp",2),ao=wl([Le("w3m-modal-backcard")],ao);const pC=He`main{padding:20px;padding-top:0;width:100%}`;var gC=Object.defineProperty,mC=Object.getOwnPropertyDescriptor,yC=(t,e,r,n)=>{for(var i=n>1?void 0:n?mC(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&gC(e,r,i),i};let vl=class extends Ae{render(){return ee`<main><slot></slot></main>`}};vl.styles=[_e.globalCss,pC],vl=yC([Le("w3m-modal-content")],vl);const bC=He`footer{padding:10px;display:flex;flex-direction:column;align-items:inherit;justify-content:inherit;border-top:1px solid var(--w3m-color-bg-2)}`;var wC=Object.defineProperty,vC=Object.getOwnPropertyDescriptor,_C=(t,e,r,n)=>{for(var i=n>1?void 0:n?vC(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&wC(e,r,i),i};let _l=class extends Ae{render(){return ee`<footer><slot></slot></footer>`}};_l.styles=[_e.globalCss,bC],_l=_C([Le("w3m-modal-footer")],_l);const EC=He`header{display:flex;justify-content:center;align-items:center;padding:20px;position:relative}.w3m-border{border-bottom:1px solid var(--w3m-color-bg-2);margin-bottom:20px}header button{padding:15px 20px;transition:opacity .2s ease}@media(hover:hover){header button:hover{opacity:.5}}.w3m-back-btn{position:absolute;left:0}.w3m-action-btn{position:absolute;right:0}path{fill:var(--w3m-color-fg-accent)}`;var xC=Object.defineProperty,SC=Object.getOwnPropertyDescriptor,co=(t,e,r,n)=>{for(var i=n>1?void 0:n?SC(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&xC(e,r,i),i};let yn=class extends Ae{constructor(){super(...arguments),this.title="",this.onAction=void 0,this.actionIcon=void 0,this.border=!1}backBtnTemplate(){return ee`<button class="w3m-back-btn" @click="${st.goBack}">${Me.BACK_ICON}</button>`}actionBtnTemplate(){return ee`<button class="w3m-action-btn" @click="${this.onAction}">${this.actionIcon}</button>`}render(){const t={"w3m-border":this.border},e=st.state.history.length>1,r=this.title?ee`<w3m-text variant="large-bold">${this.title}</w3m-text>`:ee`<slot></slot>`;return ee`<header class="${tr(t)}">${e?this.backBtnTemplate():null} ${r} ${this.onAction?this.actionBtnTemplate():null}</header>`}};yn.styles=[_e.globalCss,EC],co([Be()],yn.prototype,"title",2),co([Be()],yn.prototype,"onAction",2),co([Be()],yn.prototype,"actionIcon",2),co([Be()],yn.prototype,"border",2),yn=co([Le("w3m-modal-header")],yn);const CC=He`.w3m-router{overflow:hidden;will-change:transform}.w3m-content{display:flex;flex-direction:column}`;var OC=Object.defineProperty,AC=Object.getOwnPropertyDescriptor,El=(t,e,r,n)=>{for(var i=n>1?void 0:n?AC(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&OC(e,r,i),i};let lo=class extends Ae{constructor(){super(),this.view=st.state.view,this.prevView=st.state.view,this.unsubscribe=void 0,this.oldHeight="0px",this.resizeObserver=void 0,this.unsubscribe=st.subscribe(t=>{this.view!==t.view&&this.onChangeRoute()})}firstUpdated(){this.resizeObserver=new ResizeObserver(([t])=>{const e=`${t.contentRect.height}px`;this.oldHeight!=="0px"&&(Vr(this.routerEl,{height:[this.oldHeight,e]},{duration:.2}),Vr(this.routerEl,{opacity:[0,1],scale:[.99,1]},{duration:.37,delay:.03})),this.oldHeight=e}),this.resizeObserver.observe(this.contentEl)}disconnectedCallback(){var t,e;(t=this.unsubscribe)==null||t.call(this),(e=this.resizeObserver)==null||e.disconnect()}get routerEl(){return le.getShadowRootElement(this,".w3m-router")}get contentEl(){return le.getShadowRootElement(this,".w3m-content")}viewTemplate(){switch(this.view){case"ConnectWallet":return ee`<w3m-connect-wallet-view></w3m-connect-wallet-view>`;case"SelectNetwork":return ee`<w3m-select-network-view></w3m-select-network-view>`;case"InjectedConnector":return ee`<w3m-injected-connector-view></w3m-injected-connector-view>`;case"InstallConnector":return ee`<w3m-install-connector-view></w3m-install-connector-view>`;case"GetWallet":return ee`<w3m-get-wallet-view></w3m-get-wallet-view>`;case"DesktopConnector":return ee`<w3m-desktop-connector-view></w3m-desktop-connector-view>`;case"WalletExplorer":return ee`<w3m-wallet-explorer-view></w3m-wallet-explorer-view>`;case"Qrcode":return ee`<w3m-qrcode-view></w3m-qrcode-view>`;case"Help":return ee`<w3m-help-view></w3m-help-view>`;case"Account":return ee`<w3m-account-view></w3m-account-view>`;case"SwitchNetwork":return ee`<w3m-switch-network-view></w3m-switch-network-view>`;default:return ee`<div>Not Found</div>`}}async onChangeRoute(){await Vr(this.routerEl,{opacity:[1,0],scale:[1,1.02]},{duration:.15}).finished,this.view=st.state.view}render(){return ee`<div class="w3m-router"><div class="w3m-content">${this.viewTemplate()}</div></div>`}};lo.styles=[_e.globalCss,CC],El([ut()],lo.prototype,"view",2),El([ut()],lo.prototype,"prevView",2),lo=El([Le("w3m-modal-router")],lo);const IC=He`div{height:36px;width:max-content;display:flex;justify-content:center;align-items:center;padding:10px 15px;position:absolute;top:12px;box-shadow:0 6px 14px -6px rgba(10,16,31,.3),0 10px 32px -4px rgba(10,16,31,.15);z-index:2;left:50%;transform:translateX(-50%);pointer-events:none;backdrop-filter:blur(20px) saturate(1.8);-webkit-backdrop-filter:blur(20px) saturate(1.8);border-radius:36px;border:1px solid var(--w3m-color-overlay);background-color:var(--w3m-color-overlay)}svg{margin-right:5px}@-moz-document url-prefix(){div{background-color:var(--w3m-color-bg-3)}}.w3m-success path{fill:var(--w3m-color-fg-accent)}.w3m-error path{fill:var(--w3m-color-err)}`;var DC=Object.defineProperty,$C=Object.getOwnPropertyDescriptor,Rp=(t,e,r,n)=>{for(var i=n>1?void 0:n?$C(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&DC(e,r,i),i};let Bs=class extends Ae{constructor(){super(),this.open=!1,this.unsubscribe=void 0,this.timeout=void 0,this.unsubscribe=er.subscribe(t=>{t.open?(this.open=!0,this.timeout=setTimeout(()=>er.closeToast(),2200)):(this.open=!1,clearTimeout(this.timeout))})}disconnectedCallback(){var t;(t=this.unsubscribe)==null||t.call(this),clearTimeout(this.timeout),er.closeToast()}render(){const{message:t,variant:e}=er.state,r={"w3m-success":e==="success","w3m-error":e==="error"};return this.open?ee`<div class="${tr(r)}">${e==="success"?Me.CHECKMARK_ICON:null} ${e==="error"?Me.CROSS_ICON:null}<w3m-text variant="small-normal">${t}</w3m-text></div>`:null}};Bs.styles=[_e.globalCss,IC],Rp([ut()],Bs.prototype,"open",2),Bs=Rp([Le("w3m-modal-toast")],Bs);const FC=He`button{padding:5px;border-radius:10px;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:90px}w3m-network-image{width:54px;height:59px}w3m-text{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;margin-top:5px}button:hover{background-color:var(--w3m-color-overlay)}`;var PC=Object.defineProperty,TC=Object.getOwnPropertyDescriptor,ks=(t,e,r,n)=>{for(var i=n>1?void 0:n?TC(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&PC(e,r,i),i};let ti=class extends Ae{constructor(){super(...arguments),this.onClick=()=>null,this.name="",this.chainId=""}render(){return ee`<button @click="${this.onClick}"><w3m-network-image chainId="${this.chainId}"></w3m-network-image><w3m-text variant="xsmall-normal">${this.name}</w3m-text></button>`}};ti.styles=[_e.globalCss,FC],ks([Be()],ti.prototype,"onClick",2),ks([Be()],ti.prototype,"name",2),ks([Be()],ti.prototype,"chainId",2),ti=ks([Le("w3m-network-button")],ti);const NC=He`div{width:inherit;height:inherit}.polygon-stroke{stroke:var(--w3m-color-overlay)}svg{width:100%;height:100%;margin:0}#network-placeholder-fill{fill:var(--w3m-color-bg-3)}#network-placeholder-dash{stroke:var(--w3m-color-overlay)}`;var RC=Object.defineProperty,LC=Object.getOwnPropertyDescriptor,Lp=(t,e,r,n)=>{for(var i=n>1?void 0:n?LC(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&RC(e,r,i),i};let Hs=class extends Ae{constructor(){super(...arguments),this.chainId=""}render(){const t=le.getChainIcon(this.chainId);return t?ee`<div><svg width="54" height="59" viewBox="0 0 54 59" fill="none"><defs><clipPath id="polygon"><path d="M17.033 4.964c3.852-2.262 5.778-3.393 7.84-3.77a11.807 11.807 0 0 1 4.254 0c2.062.377 3.988 1.508 7.84 3.77l6.066 3.562c3.852 2.263 5.777 3.394 7.13 5.022a12.268 12.268 0 0 1 2.127 3.747c.71 2.006.71 4.268.71 8.793v7.124c0 4.525 0 6.787-.71 8.793a12.268 12.268 0 0 1-2.126 3.747c-1.354 1.628-3.28 2.76-7.131 5.022l-6.066 3.562c-3.852 2.262-5.778 3.393-7.84 3.771a11.814 11.814 0 0 1-4.254 0c-2.062-.378-3.988-1.509-7.84-3.77l-6.066-3.563c-3.852-2.263-5.778-3.394-7.13-5.022a12.268 12.268 0 0 1-2.127-3.747C1 40 1 37.737 1 33.212v-7.124c0-4.525 0-6.787.71-8.793a12.268 12.268 0 0 1 2.127-3.747c1.352-1.628 3.278-2.76 7.13-5.022l6.066-3.562Z"/></clipPath></defs><image clip-path="url(#polygon)" href="${t}" width="58" height="59" x="-2" y="0"/><path class="polygon-stroke" d="M17.22 5.295c3.877-2.277 5.737-3.363 7.72-3.726a11.44 11.44 0 0 1 4.12 0c1.983.363 3.844 1.45 7.72 3.726l6.065 3.562c3.876 2.276 5.731 3.372 7.032 4.938a11.896 11.896 0 0 1 2.06 3.63c.683 1.928.688 4.11.688 8.663v7.124c0 4.553-.005 6.735-.688 8.664a11.896 11.896 0 0 1-2.06 3.63c-1.3 1.565-3.156 2.66-7.032 4.937l-6.065 3.563c-3.877 2.276-5.737 3.362-7.72 3.725a11.46 11.46 0 0 1-4.12 0c-1.983-.363-3.844-1.449-7.72-3.726l-6.065-3.562c-3.876-2.276-5.731-3.372-7.032-4.938a11.885 11.885 0 0 1-2.06-3.63c-.682-1.928-.688-4.11-.688-8.663v-7.124c0-4.553.006-6.735.688-8.664a11.885 11.885 0 0 1 2.06-3.63c1.3-1.565 3.156-2.66 7.032-4.937l6.065-3.562Z" stroke="#fff"/></svg></div>`:ee`${Me.NETWORK_PLACEHOLDER}`}};Hs.styles=[_e.globalCss,NC],Lp([Be()],Hs.prototype,"chainId",2),Hs=Lp([Le("w3m-network-image")],Hs);const MC=.1,Mp=2.5,Dr=7;function xl(t,e,r){return t===e?!1:(t-e<0?e-t:t-e)<=r+MC}function UC(t,e){const r=Array.prototype.slice.call(to.create(t,{errorCorrectionLevel:e}).modules.data,0),n=Math.sqrt(r.length);return r.reduce((i,o,s)=>(s%n===0?i.push([o]):i[i.length-1].push(o))&&i,[])}const jC={generate(t,e,r,n){const i=n==="light"?"#141414":"#fff",o=n==="light"?"#fff":"#141414",s=[],a=UC(t,"Q"),l=e/a.length,u=[{x:0,y:0},{x:1,y:0},{x:0,y:1}];u.forEach(({x:R,y:M})=>{const j=(a.length-Dr)*l*R,D=(a.length-Dr)*l*M,N=.32;for(let S=0;S<u.length;S+=1){const $=l*(Dr-S*2);s.push(Je`<rect fill="${S%2===0?i:o}" height="${$}" rx="${$*N}" ry="${$*N}" width="${$}" x="${j+l*S}" y="${D+l*S}">`)}});const d=Math.floor((r+25)/l),y=a.length/2-d/2,m=a.length/2+d/2-1,w=[];a.forEach((R,M)=>{R.forEach((j,D)=>{if(a[M][D]&&!(M<Dr&&D<Dr||M>a.length-(Dr+1)&&D<Dr||M<Dr&&D>a.length-(Dr+1))&&!(M>y&&M<m&&D>y&&D<m)){const N=M*l+l/2,S=D*l+l/2;w.push([N,S])}})});const _={};return w.forEach(([R,M])=>{_[R]?_[R].push(M):_[R]=[M]}),Object.entries(_).map(([R,M])=>{const j=M.filter(D=>M.every(N=>!xl(D,N,l)));return[Number(R),j]}).forEach(([R,M])=>{M.forEach(j=>{s.push(Je`<circle cx="${R}" cy="${j}" fill="${i}" r="${l/Mp}">`)})}),Object.entries(_).filter(([R,M])=>M.length>1).map(([R,M])=>{const j=M.filter(D=>M.some(N=>xl(D,N,l)));return[Number(R),j]}).map(([R,M])=>{M.sort((D,N)=>D<N?-1:1);const j=[];for(const D of M){const N=j.find(S=>S.some($=>xl(D,$,l)));N?N.push(D):j.push([D])}return[R,j.map(D=>[D[0],D[D.length-1]])]}).forEach(([R,M])=>{M.forEach(([j,D])=>{s.push(Je`<line x1="${R}" x2="${R}" y1="${j}" y2="${D}" stroke="${i}" stroke-width="${l/(Mp/2)}" stroke-linecap="round">`)})}),s}},BC=He`@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}div{position:relative;user-select:none;display:block;overflow:hidden;width:100%;aspect-ratio:1/1;animation:fadeIn ease .2s}svg:first-child,w3m-wallet-image{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}w3m-wallet-image{transform:translateY(-50%) translateX(-50%)}w3m-wallet-image{width:25%;height:25%;border-radius:15px}svg:first-child{transform:translateY(-50%) translateX(-50%) scale(.9)}svg:first-child path:first-child{fill:var(--w3m-color-fg-accent)}svg:first-child path:last-child{stroke:var(--w3m-color-overlay)}`;var kC=Object.defineProperty,HC=Object.getOwnPropertyDescriptor,uo=(t,e,r,n)=>{for(var i=n>1?void 0:n?HC(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&kC(e,r,i),i};let bn=class extends Ae{constructor(){super(...arguments),this.uri="",this.size=0,this.logoSrc="",this.walletId=""}svgTemplate(){var t;const e=(t=vt.state.themeMode)!=null?t:"light";return Je`<svg height="${this.size}" width="${this.size}">${jC.generate(this.uri,this.size,this.size/4,e)}</svg>`}render(){return ee`<div>${this.walletId||this.logoSrc?ee`<w3m-wallet-image walletId="${ir(this.walletId)}" src="${ir(this.logoSrc)}"></w3m-wallet-image>`:Me.WALLET_CONNECT_ICON_COLORED} ${this.svgTemplate()}</div>`}};bn.styles=[_e.globalCss,BC],uo([Be()],bn.prototype,"uri",2),uo([Be({type:Number})],bn.prototype,"size",2),uo([Be()],bn.prototype,"logoSrc",2),uo([Be()],bn.prototype,"walletId",2),bn=uo([Le("w3m-qrcode")],bn);const zC=He`:host{position:relative;height:28px;width:75%}input{width:100%;height:100%;line-height:28px!important;border-radius:28px;font-style:normal;font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Ubuntu,'Helvetica Neue',sans-serif;font-feature-settings:'case' on;font-weight:500;font-size:16px;letter-spacing:-.03em;padding:0 10px 0 34px;transition:.2s all ease;color:transparent;position:absolute;background-color:var(--w3m-color-bg-3);box-shadow:inset 0 0 0 1px var(--w3m-color-overlay)}input::placeholder{color:transparent}svg{margin-right:4px}.w3m-placeholder{top:0;left:50%;transform:translateX(-50%);transition:.2s all ease;pointer-events:none;display:flex;align-items:center;justify-content:center;height:100%;width:fit-content;position:relative}input:focus-within+.w3m-placeholder,input:not(:placeholder-shown)+.w3m-placeholder{transform:translateX(10px);left:0}w3m-text{opacity:1;transition:.2s opacity ease}input:focus-within+.w3m-placeholder w3m-text,input:not(:placeholder-shown)+.w3m-placeholder w3m-text{opacity:0}input:focus-within,input:not(:placeholder-shown){color:var(--w3m-color-fg-1)}input:focus-within{box-shadow:inset 0 0 0 1px var(--w3m-color-fg-accent)}path{fill:var(--w3m-color-fg-2)}`;var WC=Object.defineProperty,VC=Object.getOwnPropertyDescriptor,Up=(t,e,r,n)=>{for(var i=n>1?void 0:n?VC(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&WC(e,r,i),i};let zs=class extends Ae{constructor(){super(...arguments),this.onChange=()=>null}render(){const t=ct.isMobile()?"Search mobile wallets":"Search desktop wallets";return ee`<input type="text" @input="${this.onChange}" placeholder="${t}"><div class="w3m-placeholder">${Me.SEARCH_ICON}<w3m-text color="secondary" variant="medium-thin">${t}</w3m-text></div>`}};zs.styles=[_e.globalCss,zC],Up([Be()],zs.prototype,"onChange",2),zs=Up([Le("w3m-search-input")],zs);const qC=He`@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}svg{animation:rotate 2s linear infinite;display:flex;justify-content:center;align-items:center}svg circle{stroke-linecap:round;animation:dash 1.5s ease infinite;stroke:var(--w3m-color-fg-accent)}`;var KC=Object.defineProperty,GC=Object.getOwnPropertyDescriptor,YC=(t,e,r,n)=>{for(var i=n>1?void 0:n?GC(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&KC(e,r,i),i};let Sl=class extends Ae{render(){return ee`<svg viewBox="0 0 50 50" width="24" height="24"><circle cx="25" cy="25" r="20" fill="none" stroke-width="4" stroke="#fff"/></svg>`}};Sl.styles=[_e.globalCss,qC],Sl=YC([Le("w3m-spinner")],Sl);const ZC=He`span{font-style:normal;font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Ubuntu,'Helvetica Neue',sans-serif;font-feature-settings:'tnum' on,'lnum' on,'case' on}.w3m-xxsmall-bold{font-weight:700;font-size:10px;line-height:12px;letter-spacing:.02em;text-transform:uppercase}.w3m-xsmall-normal{font-weight:600;font-size:12px;line-height:14px;letter-spacing:-.03em}.w3m-small-thin{font-weight:500;font-size:14px;line-height:16px;letter-spacing:-.03em}.w3m-small-normal{font-weight:600;font-size:14px;line-height:16px;letter-spacing:-.03em}.w3m-medium-thin{font-weight:500;font-size:16px;line-height:20px;letter-spacing:-.03em}.w3m-medium-normal{font-weight:600;font-size:16px;line-height:20px;letter-spacing:-.03em}.w3m-medium-bold{font-weight:700;font-size:16px;line-height:20px;letter-spacing:-.03em}.w3m-large-bold{font-weight:600;font-size:20px;line-height:24px;letter-spacing:-.03em}:host(*){color:var(--w3m-color-fg-1)}.w3m-color-primary{color:var(--w3m-color-fg-1)}.w3m-color-secondary{color:var(--w3m-color-fg-2)}.w3m-color-tertiary{color:var(--w3m-color-fg-3)}.w3m-color-inverse{color:var(--w3m-color-fg-inverse)}.w3m-color-accnt{color:var(--w3m-color-fg-accent)}.w3m-color-error{color:var(--w3m-color-err)}`;var JC=Object.defineProperty,XC=Object.getOwnPropertyDescriptor,Cl=(t,e,r,n)=>{for(var i=n>1?void 0:n?XC(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&JC(e,r,i),i};let ho=class extends Ae{constructor(){super(...arguments),this.variant="medium-normal",this.color="primary"}render(){const t={"w3m-large-bold":this.variant==="large-bold","w3m-medium-bold":this.variant==="medium-bold","w3m-medium-normal":this.variant==="medium-normal","w3m-medium-thin":this.variant==="medium-thin","w3m-small-normal":this.variant==="small-normal","w3m-small-thin":this.variant==="small-thin","w3m-xsmall-normal":this.variant==="xsmall-normal","w3m-xxsmall-bold":this.variant==="xxsmall-bold","w3m-color-primary":this.color==="primary","w3m-color-secondary":this.color==="secondary","w3m-color-tertiary":this.color==="tertiary","w3m-color-inverse":this.color==="inverse","w3m-color-accnt":this.color==="accent","w3m-color-error":this.color==="error"};return ee`<span class="${tr(t)}"><slot></slot></span>`}};ho.styles=[_e.globalCss,ZC],Cl([Be()],ho.prototype,"variant",2),Cl([Be()],ho.prototype,"color",2),ho=Cl([Le("w3m-text")],ho);const QC=He`div{overflow:hidden;position:relative;border-radius:50%}div::after{content:'';position:absolute;inset:0;border-radius:50%;border:1px solid var(--w3m-color-overlay)}div img{width:100%;height:100%;object-fit:cover;object-position:center}svg{width:100%;height:100%}#token-placeholder-fill{fill:var(--w3m-color-bg-3)}#token-placeholder-dash{stroke:var(--w3m-color-overlay)}`;var eO=Object.defineProperty,tO=Object.getOwnPropertyDescriptor,jp=(t,e,r,n)=>{for(var i=n>1?void 0:n?tO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&eO(e,r,i),i};let Ws=class extends Ae{constructor(){super(...arguments),this.symbol=void 0}render(){var t;const e=le.getTokenIcon((t=this.symbol)!=null?t:"");return e?ee`<div><img src="${e}" alt="${this.id}"></div>`:Me.TOKEN_PLACEHOLDER}};Ws.styles=[_e.globalCss,QC],jp([Be()],Ws.prototype,"symbol",2),Ws=jp([Le("w3m-token-image")],Ws);const rO=He`button{transition:all .2s ease;width:100%;height:100%;border-radius:10px;display:flex;align-items:flex-start}button:hover{background-color:var(--w3m-color-overlay)}button>div{width:80px;padding:5px 0;display:flex;flex-direction:column;align-items:center}w3m-text{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}w3m-wallet-image{height:60px;width:60px;transition:all .2s ease;border-radius:15px;margin-bottom:5px}.w3m-sublabel{margin-top:2px}`;var nO=Object.defineProperty,iO=Object.getOwnPropertyDescriptor,Gr=(t,e,r,n)=>{for(var i=n>1?void 0:n?iO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&nO(e,r,i),i};let Cr=class extends Ae{constructor(){super(...arguments),this.onClick=()=>null,this.name="",this.walletId="",this.label=void 0,this.src=void 0,this.installed=!1,this.recent=!1}sublabelTemplate(){return this.recent?ee`<w3m-text class="w3m-sublabel" variant="xxsmall-bold" color="tertiary">RECENT</w3m-text>`:this.installed?ee`<w3m-text class="w3m-sublabel" variant="xxsmall-bold" color="tertiary">INSTALLED</w3m-text>`:null}render(){var t;return ee`<button @click="${this.onClick}"><div><w3m-wallet-image walletId="${this.walletId}" .src="${this.src}"></w3m-wallet-image><w3m-text variant="xsmall-normal">${(t=this.label)!=null?t:le.getWalletName(this.name,!0)}</w3m-text>${this.sublabelTemplate()}</div></button>`}};Cr.styles=[_e.globalCss,rO],Gr([Be()],Cr.prototype,"onClick",2),Gr([Be()],Cr.prototype,"name",2),Gr([Be()],Cr.prototype,"walletId",2),Gr([Be()],Cr.prototype,"label",2),Gr([Be()],Cr.prototype,"src",2),Gr([Be()],Cr.prototype,"installed",2),Gr([Be()],Cr.prototype,"recent",2),Cr=Gr([Le("w3m-wallet-button")],Cr);const oO=He`div{overflow:hidden;position:relative;border-radius:inherit;width:100%;height:100%}svg{position:relative;width:100%;height:100%}div::after{content:'';position:absolute;inset:0;border-radius:inherit;border:1px solid var(--w3m-color-overlay)}div img{width:100%;height:100%;object-fit:cover;object-position:center}#wallet-placeholder-fill{fill:var(--w3m-color-bg-3)}#wallet-placeholder-dash{stroke:var(--w3m-color-overlay)}`;var sO=Object.defineProperty,aO=Object.getOwnPropertyDescriptor,Ol=(t,e,r,n)=>{for(var i=n>1?void 0:n?aO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&sO(e,r,i),i};let fo=class extends Ae{constructor(){super(...arguments),this.walletId=void 0,this.src=void 0}render(){var t;const e=le.getWalletId((t=this.walletId)!=null?t:""),r=le.getWalletId(e),n=this.src?this.src:le.getWalletIcon(r);return ee`${n.length?ee`<div><img src="${n}" alt="${this.id}"></div>`:Me.WALLET_PLACEHOLDER}`}};fo.styles=[_e.globalCss,oO],Ol([Be()],fo.prototype,"walletId",2),Ol([Be()],fo.prototype,"src",2),fo=Ol([Le("w3m-wallet-image")],fo);const cO=He`:host{all:initial}div{display:flex;align-items:center;background-color:var(--w3m-color-overlay);box-shadow:inset 0 0 0 1px var(--w3m-color-overlay);border-radius:10px;padding:4px 4px 4px 8px}div button{border-radius:16px;padding:4px 8px 4px 4px;height:auto;margin-left:10px;color:var(--w3m-color-fg-inverse);background-color:var(--w3m-color-fg-accent)}button::after{content:'';inset:0;position:absolute;background-color:transparent;border-radius:inherit;transition:background-color .2s ease;border:1px solid var(--w3m-color-overlay)}button:hover::after{background-color:var(--w3m-color-overlay)}w3m-avatar{margin-right:6px}w3m-button-big w3m-avatar{margin-left:-5px}`;var lO=Object.defineProperty,uO=Object.getOwnPropertyDescriptor,Bp=(t,e,r,n)=>{for(var i=n>1?void 0:n?uO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&lO(e,r,i),i};let po=class extends Ae{constructor(){super(),this.balance="hide",le.rejectStandaloneButtonComponent()}onOpen(){const{isStandalone:t}=oe.state;t||Ft.open({route:"Account"})}accountTemplate(){return ee`<w3m-avatar></w3m-avatar><w3m-address-text></w3m-address-text>`}render(){return this.balance==="show"?ee`<div><w3m-balance></w3m-balance><button @click="${this.onOpen}">${this.accountTemplate()}</button></div>`:ee`<w3m-button-big @click="${this.onOpen}">${this.accountTemplate()}</w3m-button-big>`}};po.styles=[_e.globalCss,cO],Bp([Be()],po.prototype,"balance",2),po=Bp([Le("w3m-account-button")],po);const hO=He`button{display:flex;border-radius:10px;flex-direction:column;transition:background-color .2s ease;justify-content:center;padding:5px;width:100px}button:hover{background-color:var(--w3m-color-overlay)}button:disabled{pointer-events:none}w3m-network-image{width:32px;height:32px}w3m-text{margin-top:4px}`;var fO=Object.defineProperty,dO=Object.getOwnPropertyDescriptor,Al=(t,e,r,n)=>{for(var i=n>1?void 0:n?dO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&fO(e,r,i),i};let go=class extends Ae{constructor(){super(),this.chainId="",this.label="",this.unsubscribeNetwork=void 0;const{selectedChain:t}=oe.state;this.chainId=t?.id.toString(),this.label=t?.name,this.unsubscribeNetwork=oe.subscribe(({selectedChain:e})=>{this.chainId=e?.id.toString(),this.label=e?.name})}disconnectedCallback(){var t;(t=this.unsubscribeNetwork)==null||t.call(this)}onClick(){st.push("SelectNetwork")}render(){const{chains:t}=oe.state,e=t&&t.length>1;return ee`<button @click="${this.onClick}" ?disabled="${!e}"><w3m-network-image chainId="${ir(this.chainId)}"></w3m-network-image><w3m-text variant="xsmall-normal" color="accent">${this.label}</w3m-text></button>`}};go.styles=[_e.globalCss,hO],Al([ut()],go.prototype,"chainId",2),Al([ut()],go.prototype,"label",2),go=Al([Le("w3m-account-network-button")],go);const pO=He`@keyframes slide{0%{background-position:0 0}100%{background-position:200px 0}}w3m-text{padding:1px 0}.w3m-loading{background:linear-gradient(270deg,var(--w3m-color-fg-1) 36.33%,var(--w3m-color-fg-3) 42.07%,var(--w3m-color-fg-1) 83.3%);background-size:200px 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation-name:slide;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear}`;var gO=Object.defineProperty,mO=Object.getOwnPropertyDescriptor,mo=(t,e,r,n)=>{for(var i=n>1?void 0:n?mO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&gO(e,r,i),i};let wn=class extends Ae{constructor(){super(),this.address=void 0,this.name=void 0,this.loading=!0,this.variant="button",this.unsubscribeAccount=void 0,this.address=oe.state.address,this.name=oe.state.profileName,this.loading=Boolean(oe.state.profileLoading),this.unsubscribeAccount=oe.subscribe(({address:t,profileName:e,profileLoading:r})=>{this.address=t,this.name=e,this.loading=Boolean(r)})}disconnectedCallback(){var t;(t=this.unsubscribeAccount)==null||t.call(this)}render(){var t;const e=this.variant==="button",r={"w3m-loading":this.loading};return ee`<w3m-text class="${tr(r)}" variant="${e?"medium-normal":"large-bold"}" color="${e?"inverse":"primary"}">${this.name?this.name:le.truncate((t=this.address)!=null?t:"")}</w3m-text>`}};wn.styles=[_e.globalCss,pO],mo([ut()],wn.prototype,"address",2),mo([ut()],wn.prototype,"name",2),mo([ut()],wn.prototype,"loading",2),mo([Be()],wn.prototype,"variant",2),wn=mo([Le("w3m-address-text")],wn);const yO=He`@keyframes scroll{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(calc(-70px * 10),0,0)}}.w3m-slider{position:relative;overflow-x:hidden;padding:10px 0;margin:0 -20px}.w3m-slider::after,.w3m-slider::before{content:'';height:100%;width:50px;z-index:2;position:absolute;background:linear-gradient(to right,var(--w3m-color-bg-1) 0,transparent 100%);top:0}.w3m-slider::before{left:0}.w3m-slider::after{right:0;transform:rotateZ(180deg)}.w3m-track{display:flex;width:calc(70px * 20);animation:scroll 20s linear infinite}.w3m-action{padding:30px 0 10px 0;display:flex;justify-content:center;align-items:center;flex-direction:column}.w3m-action w3m-button-big:last-child{margin-top:10px}w3m-wallet-image{width:60px;height:60px;margin:0 5px;box-shadow:0 2px 4px -2px rgba(0,0,0,.12),0 4px 4px -2px rgba(0,0,0,.08);border-radius:15px}`;var bO=Object.defineProperty,wO=Object.getOwnPropertyDescriptor,vO=(t,e,r,n)=>{for(var i=n>1?void 0:n?wO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&bO(e,r,i),i};let Il=class extends Ae{onGoToQrcode(){st.push("Qrcode")}onGoToGetWallet(){st.push("GetWallet")}render(){const{previewWallets:t}=St.state,e=t.length,r=[...t,...t];return ee`<w3m-modal-header title="Connect your wallet" .onAction="${this.onGoToQrcode}" .actionIcon="${Me.QRCODE_ICON}"></w3m-modal-header><w3m-modal-content>${e?ee`<div class="w3m-slider"><div class="w3m-track">${r.map(({image_url:n})=>ee`<w3m-wallet-image src="${n.lg}"></w3m-wallet-image>`)}</div></div>`:null}<div class="w3m-action"><w3m-button-big @click="${le.handleAndroidLinking}"><w3m-text variant="medium-normal" color="inverse">Select Wallet</w3m-text></w3m-button-big><w3m-button-big variant="secondary" @click="${this.onGoToGetWallet}"><w3m-text variant="medium-normal" color="accent">I don’t have a wallet</w3m-text></w3m-button-big></div></w3m-modal-content>`}};Il.styles=[_e.globalCss,yO],Il=vO([Le("w3m-android-wallet-selection")],Il);const _O=He`@keyframes slide{0%{transform:translateX(-50px)}100%{transform:translateX(200px)}}.w3m-placeholder,img{border-radius:50%;box-shadow:inset 0 0 0 1px var(--w3m-color-overlay);display:block;position:relative;overflow:hidden!important;background-color:var(--w3m-color-av-1);background-image:radial-gradient(at 66% 77%,var(--w3m-color-av-2) 0,transparent 50%),radial-gradient(at 29% 97%,var(--w3m-color-av-3) 0,transparent 50%),radial-gradient(at 99% 86%,var(--w3m-color-av-4) 0,transparent 50%),radial-gradient(at 29% 88%,var(--w3m-color-av-5) 0,transparent 50%);transform:translateZ(0)}.w3m-loader{width:50px;height:100%;background:linear-gradient(270deg,transparent 0,rgba(255,255,255,.4) 30%,transparent 100%);animation-name:slide;animation-duration:1.5s;transform:translateX(-50px);animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:.55s}.w3m-small{width:24px;height:24px}.w3m-medium{width:60px;height:60px}`;var EO=Object.defineProperty,xO=Object.getOwnPropertyDescriptor,yo=(t,e,r,n)=>{for(var i=n>1?void 0:n?xO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&EO(e,r,i),i};let vn=class extends Ae{constructor(){super(),this.address=void 0,this.avatar=void 0,this.loading=!0,this.size="small",this.unsubscribeAccount=void 0,this.address=oe.state.address,this.avatar=oe.state.profileAvatar,this.loading=Boolean(oe.state.profileLoading),this.unsubscribeAccount=oe.subscribe(({address:t,profileAvatar:e,profileLoading:r})=>{this.address=t,this.avatar=e,this.loading=Boolean(r)})}disconnectedCallback(){var t;(t=this.unsubscribeAccount)==null||t.call(this)}render(){const t={"w3m-placeholder":!0,"w3m-small":this.size==="small","w3m-medium":this.size==="medium"};return this.avatar?ee`<img class="${tr(t)}" src="${this.avatar}">`:this.address?(le.generateAvatarColors(this.address),ee`<div class="${tr(t)}">${this.loading?ee`<div class="w3m-loader"></div>`:null}</div>`):null}};vn.styles=[_e.globalCss,_O],yo([ut()],vn.prototype,"address",2),yo([ut()],vn.prototype,"avatar",2),yo([ut()],vn.prototype,"loading",2),yo([Be()],vn.prototype,"size",2),vn=yo([Le("w3m-avatar")],vn);const SO=He`div{display:flex;align-items:center}w3m-token-image{width:28px;height:28px;margin-right:6px}`;var CO=Object.defineProperty,OO=Object.getOwnPropertyDescriptor,Dl=(t,e,r,n)=>{for(var i=n>1?void 0:n?OO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&CO(e,r,i),i};let bo=class extends Ae{constructor(){var t,e;super(),this.symbol=void 0,this.amount=void 0,this.unsubscribeAccount=void 0,this.symbol=(t=oe.state.balance)==null?void 0:t.symbol,this.amount=(e=oe.state.balance)==null?void 0:e.amount,this.unsubscribeAccount=oe.subscribe(({balance:r})=>{this.symbol=r?.symbol,this.amount=r?.amount})}disconnectedCallback(){var t;(t=this.unsubscribeAccount)==null||t.call(this)}render(){let t="_._";return this.amount==="0.0"&&(t=0),this.amount&&this.amount.length>6&&(t=parseFloat(this.amount).toFixed(3)),ee`<div><w3m-token-image symbol="${ir(this.symbol)}"></w3m-token-image><w3m-text variant="medium-normal" color="primary">${t} ${this.symbol}</w3m-text></div>`}};bo.styles=[_e.globalCss,SO],Dl([ut()],bo.prototype,"symbol",2),Dl([ut()],bo.prototype,"amount",2),bo=Dl([Le("w3m-balance")],bo);const AO=He`:host{all:initial}svg{width:28px;height:20px;margin:-1px 3px 0 -5px}svg path{fill:var(--w3m-color-fg-inverse)}button:disabled svg path{fill:var(--w3m-color-fg-3)}w3m-spinner{margin:0 10px 0 0}`;var IO=Object.defineProperty,DO=Object.getOwnPropertyDescriptor,Vs=(t,e,r,n)=>{for(var i=n>1?void 0:n?DO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&IO(e,r,i),i};let _n=class extends Ae{constructor(){super(),this.loading=!1,this.label="Connect Wallet",this.icon="show",this.modalUnsub=void 0,le.rejectStandaloneButtonComponent(),this.modalUnsub=Ft.subscribe(t=>{t.open&&(this.loading=!0),t.open||(this.loading=!1)})}disconnectedCallback(){var t;(t=this.modalUnsub)==null||t.call(this)}iconTemplate(){return this.icon==="show"?Me.WALLET_CONNECT_ICON:null}onClick(){oe.state.isConnected?this.onDisconnect():this.onConnect()}onConnect(){this.loading=!0;const{enableNetworkView:t}=vt.state,{chains:e,selectedChain:r}=oe.state,n=e?.length&&e.length>1;t||n&&!r?Ft.open({route:"SelectNetwork"}):Ft.open({route:"ConnectWallet"})}onDisconnect(){wt.client().disconnect(),oe.resetAccount()}render(){return ee`<w3m-button-big .disabled="${this.loading}" @click="${this.onClick}">${this.loading?ee`<w3m-spinner></w3m-spinner><w3m-text variant="medium-normal" color="accent">Connecting...</w3m-text>`:ee`${this.iconTemplate()}<w3m-text variant="medium-normal" color="inverse">${this.label}</w3m-text>`}</w3m-button-big>`}};_n.styles=[_e.globalCss,AO],Vs([ut()],_n.prototype,"loading",2),Vs([Be()],_n.prototype,"label",2),Vs([Be()],_n.prototype,"icon",2),_n=Vs([Le("w3m-connect-button")],_n);var $O=Object.defineProperty,FO=Object.getOwnPropertyDescriptor,wo=(t,e,r,n)=>{for(var i=n>1?void 0:n?FO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&$O(e,r,i),i};let En=class extends Ae{constructor(){super(),this.isConnected=!1,this.label="Connect Wallet",this.icon="show",this.balance="hide",this.unsubscribeAccount=void 0,le.rejectStandaloneButtonComponent(),this.isConnected=oe.state.isConnected,this.unsubscribeAccount=oe.subscribe(({isConnected:t})=>{this.isConnected=t})}disconnectedCallback(){var t;(t=this.unsubscribeAccount)==null||t.call(this)}render(){const{enableAccountView:t}=vt.state;return this.isConnected&&t?ee`<w3m-account-button balance="${ir(this.balance)}"></w3m-account-button>`:ee`<w3m-connect-button label="${this.isConnected?"Disconnect":ir(this.label)}" icon="${ir(this.icon)}"></w3m-connect-button>`}};wo([ut()],En.prototype,"isConnected",2),wo([Be()],En.prototype,"label",2),wo([Be()],En.prototype,"icon",2),wo([Be()],En.prototype,"balance",2),En=wo([Le("w3m-core-button")],En);const sr={allowedExplorerListings(t){const{explorerAllowList:e,explorerDenyList:r}=vt.state;let n=[...t];return e&&(n=n.filter(i=>e.includes(i.id))),r&&(n=n.filter(i=>!r.includes(i.id))),n},walletsWithInjected(t){let e=[...t??[]];if(window.ethereum){const r=le.getWalletName("");e=e.filter(({name:n})=>!le.caseSafeIncludes(n,r))}return e},connectorWallets(){const{isStandalone:t}=oe.state;if(t)return[];let e=wt.client().getConnectors();return!window.ethereum&&ct.isMobile()&&(e=e.filter(({id:r})=>r!=="injected"&&r!==Sr.metaMask)),e},walletTemplatesWithRecent(t,e){let r=[...t];if(e){const n=le.getRecentWallet();r=r.filter(i=>!i.values.includes(n?.name)),r.splice(1,0,e)}return r},deduplicateExplorerListingsFromConnectors(t){const{isStandalone:e}=oe.state;if(e)return t;const r=wt.client().getConnectors().map(({name:n})=>n.toUpperCase());return t.filter(({name:n})=>!r.includes(n.toUpperCase()))}},PO=He`.w3m-grid{display:grid;grid-template-columns:repeat(4,80px);justify-content:space-between}.w3m-desktop-title,.w3m-mobile-title{display:flex;align-items:center}.w3m-mobile-title{justify-content:space-between;margin-bottom:20px;margin-top:-10px}.w3m-desktop-title{margin-bottom:10px;padding:0 10px}.w3m-subtitle{display:flex;align-items:center}.w3m-subtitle:last-child path{fill:var(--w3m-color-fg-3)}.w3m-desktop-title svg,.w3m-mobile-title svg{margin-right:6px}.w3m-desktop-title path,.w3m-mobile-title path{fill:var(--w3m-color-fg-accent)}`;var TO=Object.defineProperty,NO=Object.getOwnPropertyDescriptor,RO=(t,e,r,n)=>{for(var i=n>1?void 0:n?NO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&TO(e,r,i),i};let $l=class extends Ae{onDesktopWallet(t){st.push("DesktopConnector",{DesktopConnector:t})}onInjectedWallet(){st.push("InjectedConnector")}onInstallConnector(){st.push("InstallConnector",{InstallConnector:{id:"metaMask",name:"MetaMask",isMobile:!0,url:"https://metamask.io"}})}async onConnectorWallet(t){window.ethereum?t==="injected"||t===Sr.metaMask?this.onInjectedWallet():await le.handleConnectorConnection(t):this.onInstallConnector()}desktopWalletsTemplate(){const{desktopWallets:t}=vt.state;return t?.map(({id:e,name:r,links:{universal:n,native:i}})=>ee`<w3m-wallet-button walletId="${e}" name="${r}" .onClick="${()=>this.onDesktopWallet({name:r,walletId:e,universal:n,native:i})}"></w3m-wallet-button>`)}previewWalletsTemplate(){let t=sr.allowedExplorerListings(St.state.previewWallets);return t=sr.deduplicateExplorerListingsFromConnectors(t),t.map(({name:e,desktop:{universal:r,native:n},homepage:i,image_url:o,id:s})=>ee`<w3m-wallet-button src="${o.lg}" name="${e}" .onClick="${()=>this.onDesktopWallet({walletId:s,name:e,native:n,universal:r||i,icon:o.lg})}"></w3m-wallet-button>`)}connectorWalletsTemplate(){return sr.connectorWallets().map(({id:t,name:e,ready:r})=>ee`<w3m-wallet-button .installed="${["injected","metaMask"].includes(t)&&r}" name="${e}" walletId="${t}" .onClick="${async()=>this.onConnectorWallet(t)}"></w3m-wallet-button>`)}recentWalletTemplate(){const t=le.getRecentWallet();if(!t)return;const{id:e,name:r,links:n,image:i}=t;return ee`<w3m-wallet-button .recent="${!0}" name="${r}" walletId="${ir(e)}" src="${ir(i)}" .onClick="${()=>this.onDesktopWallet({name:r,walletId:e,universal:n?.universal,native:n?.native,icon:i})}"></w3m-wallet-button>`}render(){const{standaloneUri:t}=oe.state,e=this.desktopWalletsTemplate(),r=this.previewWalletsTemplate(),n=this.connectorWalletsTemplate(),i=this.recentWalletTemplate(),o=[...e??[],...r],s=[...n,...o],a=sr.walletTemplatesWithRecent(s,i),l=sr.walletTemplatesWithRecent(o,i),u=t?l:a,d=u.length>4;let y=[];d?y=u.filter(w=>!w.values.includes(Sr.coinbaseWallet)).slice(0,3):y=u;const m=Boolean(y.length);return ee`<w3m-modal-header border="${!0}" title="Connect your wallet" .onAction="${le.handleUriCopy}" .actionIcon="${Me.COPY_ICON}"></w3m-modal-header><w3m-modal-content><div class="w3m-mobile-title"><div class="w3m-subtitle">${Me.MOBILE_ICON}<w3m-text variant="small-normal" color="accent">Mobile</w3m-text></div><div class="w3m-subtitle">${Me.SCAN_ICON}<w3m-text variant="small-normal" color="secondary">Scan with your wallet</w3m-text></div></div><w3m-walletconnect-qr></w3m-walletconnect-qr></w3m-modal-content>${m?ee`<w3m-modal-footer><div class="w3m-desktop-title">${Me.DESKTOP_ICON}<w3m-text variant="small-normal" color="accent">Desktop</w3m-text></div><div class="w3m-grid">${y} ${d?ee`<w3m-view-all-wallets-button></w3m-view-all-wallets-button>`:null}</div></w3m-modal-footer>`:null}`}};$l.styles=[_e.globalCss,PO],$l=RO([Le("w3m-desktop-wallet-selection")],$l);const LO=He`div{background-color:var(--w3m-color-bg-2);padding:10px 20px 15px 20px;border-top:1px solid var(--w3m-color-bg-3);text-align:center}a{color:var(--w3m-color-fg-accent);text-decoration:none;transition:opacity .2s ease-in-out}a:hover{opacity:.8}`;var MO=Object.defineProperty,UO=Object.getOwnPropertyDescriptor,jO=(t,e,r,n)=>{for(var i=n>1?void 0:n?UO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&MO(e,r,i),i};let Fl=class extends Ae{render(){const{termsOfServiceUrl:t,privacyPolicyUrl:e}=vt.state;return t??e?ee`<div><w3m-text variant="small-normal" color="secondary">By connecting your wallet, you agree to our<br>${t?ee`<a href="${t}" target="_blank" rel="noopener noreferrer">Terms of Service</a>`:null} ${t&&e?"and":null} ${e?ee`<a href="${e}" target="_blank" rel="noopener noreferrer">Privacy Policy</a>`:null}</w3m-text></div>`:null}};Fl.styles=[_e.globalCss,LO],Fl=jO([Le("w3m-legal-notice")],Fl);const BO=He`.w3m-grid{display:grid;grid-template-columns:repeat(4,80px);margin:0 -10px;justify-content:space-between;row-gap:10px}`;var kO=Object.defineProperty,HO=Object.getOwnPropertyDescriptor,zO=(t,e,r,n)=>{for(var i=n>1?void 0:n?HO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&kO(e,r,i),i};let Pl=class extends Ae{onGoToQrcode(){st.push("Qrcode")}async onConnectorWallet(t){await le.handleConnectorConnection(t)}mobileWalletsTemplate(){const{mobileWallets:t}=vt.state,e=sr.walletsWithInjected(t);if(e.length)return e.map(({id:r,name:n,links:{universal:i,native:o}})=>ee`<w3m-wallet-button name="${n}" walletId="${r}" .onClick="${async()=>le.handleMobileLinking({links:{native:o,universal:i},name:n,id:r})}"></w3m-wallet-button>`)}previewWalletsTemplate(){const{previewWallets:t}=St.state;let e=sr.walletsWithInjected(t);return e=sr.allowedExplorerListings(e),e=sr.deduplicateExplorerListingsFromConnectors(e),e.map(({image_url:r,name:n,mobile:{native:i,universal:o},id:s})=>ee`<w3m-wallet-button name="${n}" src="${r.lg}" .onClick="${async()=>le.handleMobileLinking({links:{native:i,universal:o},name:n,id:s,image:r.lg})}"></w3m-wallet-button>`)}connectorWalletsTemplate(){let t=sr.connectorWallets();return window.ethereum||(t=t.filter(({id:e})=>e!=="injected"&&e!==Sr.metaMask)),t.map(({name:e,id:r,ready:n})=>ee`<w3m-wallet-button .installed="${["injected","metaMask"].includes(r)&&n}" name="${e}" walletId="${r}" .onClick="${async()=>this.onConnectorWallet(r)}"></w3m-wallet-button>`)}recentWalletTemplate(){const t=le.getRecentWallet();if(!t)return;const{id:e,name:r,links:n,image:i}=t;return ee`<w3m-wallet-button .recent="${!0}" name="${r}" walletId="${ir(e)}" src="${ir(i)}" .onClick="${async()=>le.handleMobileLinking({name:r,id:e,links:n,image:i})}"></w3m-wallet-button>`}render(){const{standaloneUri:t}=oe.state,e=this.connectorWalletsTemplate(),r=this.mobileWalletsTemplate(),n=this.previewWalletsTemplate(),i=this.recentWalletTemplate(),o=r??n,s=[...e,...o],a=sr.walletTemplatesWithRecent(s,i),l=sr.walletTemplatesWithRecent(o,i),u=t?l:a,d=u.length>8;let y=[];d?y=u.filter(R=>!R.values.includes(Sr.coinbaseWallet)).slice(0,7):y=u;const m=y.slice(0,4),w=y.slice(4,8),_=Boolean(y.length);return ee`<w3m-modal-header title="Connect your wallet" .onAction="${this.onGoToQrcode}" .actionIcon="${Me.QRCODE_ICON}"></w3m-modal-header>${_?ee`<w3m-modal-content><div class="w3m-grid">${m} ${w.length?ee`${w} ${d?ee`<w3m-view-all-wallets-button></w3m-view-all-wallets-button>`:null}`:null}</div></w3m-modal-content>`:null}`}};Pl.styles=[_e.globalCss,BO],Pl=zO([Le("w3m-mobile-wallet-selection")],Pl);const WO=He`:host{all:initial}.w3m-overlay{inset:0;position:fixed;z-index:var(--w3m-modal-z-index);overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.3);opacity:0;pointer-events:none}.w3m-open{pointer-events:auto}.w3m-container{position:relative;max-width:360px;width:100%;outline:0}.w3m-card{width:100%;position:relative;transform:translateY(5px);border-radius:30px;overflow:hidden;box-shadow:0 6px 14px -6px rgba(10,16,31,.12),0 10px 32px -4px rgba(10,16,31,.1),0 0 0 1px var(--w3m-color-overlay);background-color:var(--w3m-color-bg-1);color:var(--w3m-color-fg-1)}@media(max-width:600px){.w3m-container{max-width:440px}.w3m-card{border-radius:40px 40px 0 0}.w3m-overlay{align-items:flex-end}}@media(max-width:600px){.w3m-container{max-width:440px}.w3m-card{transform:translateY(5px);border-radius:40px 40px 0 0}.w3m-overlay{align-items:flex-end}}`;var VO=Object.defineProperty,qO=Object.getOwnPropertyDescriptor,qs=(t,e,r,n)=>{for(var i=n>1?void 0:n?qO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&VO(e,r,i),i};let xn=class extends Ae{constructor(){if(super(),this.open=!1,this.preload=!0,this.activeChainId=void 0,this.unsubscribeModal=void 0,this.unsubscribeConfig=void 0,this.unwatchAccount=void 0,this.unwatchNetwork=void 0,this.abortController=void 0,_e.setTheme(),this.unsubscribeConfig=vt.subscribe(_e.setTheme),this.unsubscribeModal=Ft.subscribe(t=>{t.open?this.onOpenModalEvent():this.onCloseModalEvent()}),!oe.state.isStandalone){oe.getAccount();const t=oe.getSelectedChain();this.activeChainId=t?.id,this.fetchEnsProfile(),this.fetchBalance(),this.unwatchNetwork=wt.client().watchNetwork(e=>{const r=e.chain;r&&this.activeChainId!==r.id&&(oe.setSelectedChain(r),this.activeChainId=r.id,oe.resetBalance(),this.fetchBalance())}),this.unwatchAccount=wt.client().watchAccount(e=>{const{address:r}=oe.state;e.address!==r&&(this.fetchEnsProfile(e.address),this.fetchBalance(e.address)),oe.setAddress(e.address),oe.setIsConnected(e.isConnected)})}this.preloadModalData()}disconnectedCallback(){var t,e,r,n;(t=this.unsubscribeModal)==null||t.call(this),(e=this.unsubscribeConfig)==null||e.call(this),(r=this.unwatchAccount)==null||r.call(this),(n=this.unwatchNetwork)==null||n.call(this)}get overlayEl(){return le.getShadowRootElement(this,".w3m-overlay")}get containerEl(){return le.getShadowRootElement(this,".w3m-container")}async fetchEnsProfile(t){try{if(vt.state.enableAccountView){oe.setProfileLoading(!0);const e=t??oe.state.address,{id:r}=wt.client().getDefaultChain();if(e&&r===1){const[n,i]=await Promise.all([wt.client().fetchEnsName({address:e,chainId:1}),wt.client().fetchEnsAvatar({address:e,chainId:1})]);i&&await le.preloadImage(i),oe.setProfileName(n),oe.setProfileAvatar(i)}}}catch(e){console.error(e),er.openToast(le.getErrorMessage(e),"error")}finally{oe.setProfileLoading(!1)}}async fetchBalance(t){try{if(vt.state.enableAccountView){oe.setBalanceLoading(!0);const e=t??oe.state.address;if(e){const r=await wt.client().fetchBalance({address:e});oe.setBalance({amount:r.formatted,symbol:r.symbol})}}}catch(e){console.error(e),er.openToast(le.getErrorMessage(e),"error")}finally{oe.setBalanceLoading(!1)}}toggleBodyScroll(t){document.querySelector("body")&&(t?document.getElementById("w3m-styles")?.remove():document.head.insertAdjacentHTML("beforeend",'<style id="w3m-styles">html,body{touch-action:none;overflow:hidden;overscroll-behavior:contain;}</style>'))}async preloadExplorerData(){var t;const{standaloneChains:e,chains:r,walletConnectVersion:n}=oe.state,i=e?.join(",");await Promise.all([St.getPreviewWallets({page:1,entries:10,chains:i,device:ct.isMobile()?"mobile":"desktop",version:n}),St.getRecomendedWallets()]),oe.setIsDataLoaded(!0);const{previewWallets:o,recomendedWallets:s}=St.state,a=(t=r?.map(u=>le.getChainIcon(u.id)))!=null?t:[],l=[...o,...s].map(u=>u.image_url.lg);await this.preloadExplorerImages([...a,...l])}async preloadExplorerImages(t){t.length&&await Promise.all(t.map(async e=>le.preloadImage(e)))}async preloadCustomImages(){const t=le.getCustomImageUrls();t.length&&await Promise.all(t.map(async e=>le.preloadImage(e)))}async preloadConnectorImages(){if(!oe.state.isStandalone){const t=le.getConnectorImageUrls();t.length&&await Promise.all(t.map(async e=>le.preloadImage(e)))}}async preloadModalData(){try{this.preload&&(this.preload=!1,await Promise.all([this.preloadExplorerData(),this.preloadCustomImages(),this.preloadConnectorImages()]))}catch(t){console.error(t),er.openToast("Failed preloading","error")}}onCloseModal(t){t.target===t.currentTarget&&Ft.close()}async onOpenModalEvent(){await this.preloadModalData(),this.toggleBodyScroll(!1);const t=.2;await Vr(this.containerEl,{y:0},{duration:0}).finished,Vr(this.overlayEl,{opacity:[0,1]},{duration:.2,delay:t}),Vr(this.containerEl,le.isMobileAnimation()?{y:["50vh",0]}:{scale:[.98,1]},{scale:{easing:$s({velocity:.4})},y:{easing:$s({mass:.5})},delay:t}),this.addKeyboardEvents(),this.open=!0}async onCloseModalEvent(){this.toggleBodyScroll(!0),this.removeKeyboardEvents(),await Promise.all([Vr(this.containerEl,le.isMobileAnimation()?{y:[0,"50vh"]}:{scale:[1,.98]},{scale:{easing:$s({velocity:0})},y:{easing:$s({mass:.5})}}).finished,Vr(this.overlayEl,{opacity:[1,0]},{duration:.2}).finished]),this.open=!1}addKeyboardEvents(){this.abortController=new AbortController,window.addEventListener("keydown",t=>{var e;t.key==="Escape"?Ft.close():t.key==="Tab"&&((e=t.target)!=null&&e.tagName.includes("W3M-")||this.containerEl.focus())},this.abortController),this.containerEl.focus()}removeKeyboardEvents(){var t;(t=this.abortController)==null||t.abort(),this.abortController=void 0}render(){const t={"w3m-overlay":!0,"w3m-open":this.open};return ee`<div id="w3m-modal" class="${tr(t)}" @click="${this.onCloseModal}" role="alertdialog" aria-modal="true"><div class="w3m-container" tabindex="0">${this.open?ee`<w3m-modal-backcard></w3m-modal-backcard><div class="w3m-card"><w3m-modal-router></w3m-modal-router><w3m-modal-toast></w3m-modal-toast></div>`:null}</div></div>`}};xn.styles=[_e.globalCss,WO],qs([ut()],xn.prototype,"open",2),qs([ut()],xn.prototype,"preload",2),qs([ut()],xn.prototype,"activeChainId",2),xn=qs([Le("w3m-modal")],xn);const KO=He`:host{all:initial}w3m-network-image{margin-left:-6px;margin-right:6px;width:28px;height:28px}`;var GO=Object.defineProperty,YO=Object.getOwnPropertyDescriptor,Ks=(t,e,r,n)=>{for(var i=n>1?void 0:n?YO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&GO(e,r,i),i};let Sn=class extends Ae{constructor(){super(),this.chainId="",this.label="",this.wrongNetwork=!1,this.unsubscribeNetwork=void 0,le.rejectStandaloneButtonComponent();const{selectedChain:t}=oe.state;this.onSetChainData(t),this.unsubscribeNetwork=oe.subscribe(({selectedChain:e})=>{this.onSetChainData(e)})}disconnectedCallback(){var t;(t=this.unsubscribeNetwork)==null||t.call(this)}onSetChainData(t){if(t){const{chains:e}=oe.state,r=e?.map(n=>n.id);this.chainId=t.id.toString(),this.wrongNetwork=!(r!=null&&r.includes(t.id)),this.label=this.wrongNetwork?"Wrong Network":t.name}}onClick(){Ft.open({route:"SelectNetwork"})}render(){var t;const{chains:e}=oe.state,r=e&&e.length>1;return ee`<w3m-button-big @click="${this.onClick}" ?disabled="${!r}"><w3m-network-image chainId="${ir(this.chainId)}"></w3m-network-image><w3m-text variant="medium-normal" color="inverse">${(t=this.label)!=null&&t.length?this.label:"Select Network"}</w3m-text></w3m-button-big>`}};Sn.styles=[_e.globalCss,KO],Ks([ut()],Sn.prototype,"chainId",2),Ks([ut()],Sn.prototype,"label",2),Ks([ut()],Sn.prototype,"wrongNetwork",2),Sn=Ks([Le("w3m-network-switch")],Sn);const ZO=He`button{display:flex;flex-direction:column;padding:5px 10px;border-radius:10px;transition:background-color .2s ease;height:100%;justify-content:flex-start}.w3m-icons{width:60px;height:60px;display:flex;flex-wrap:wrap;padding:7px;border-radius:15px;justify-content:space-between;align-items:center;margin-bottom:5px;background-color:var(--w3m-color-bg-2);box-shadow:inset 0 0 0 1px var(--w3m-color-overlay)}button:hover{background-color:var(--w3m-color-overlay)}.w3m-icons img{width:21px;height:21px;object-fit:cover;object-position:center;border-radius:8px;border:1px solid var(--w3m-color-overlay)}.w3m-icons svg{width:21px;height:21px}.w3m-icons img:nth-child(1),.w3m-icons img:nth-child(2),.w3m-icons svg:nth-child(1),.w3m-icons svg:nth-child(2){margin-bottom:4px}w3m-text{width:100%;text-align:center}#wallet-placeholder-fill{fill:var(--w3m-color-bg-3)}#wallet-placeholder-dash{stroke:var(--w3m-color-overlay)}`;var JO=Object.defineProperty,XO=Object.getOwnPropertyDescriptor,QO=(t,e,r,n)=>{for(var i=n>1?void 0:n?XO(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&JO(e,r,i),i};let Tl=class extends Ae{onClick(){st.push("WalletExplorer")}render(){const{previewWallets:t}=St.state,e=le.getCustomWallets(),r=[...t,...e].reverse().slice(0,4);return ee`<button @click="${this.onClick}"><div class="w3m-icons">${r.map(n=>{var i;const o=(i=n.image_url)==null?void 0:i.lg;if(o)return ee`<img src="${o}">`;const s=le.getWalletId(n.id),a=le.getWalletIcon(s);return a?ee`<img src="${a}">`:Me.WALLET_PLACEHOLDER})}</div><w3m-text variant="xsmall-normal">View All</w3m-text></button>`}};Tl.styles=[_e.globalCss,ZO],Tl=QO([Le("w3m-view-all-wallets-button")],Tl);const eA=He`.w3m-qr-container{width:100%;display:flex;justify-content:center;align-items:center;aspect-ratio:1/1}`;var tA=Object.defineProperty,rA=Object.getOwnPropertyDescriptor,kp=(t,e,r,n)=>{for(var i=n>1?void 0:n?rA(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&tA(e,r,i),i};let Gs=class extends Ae{constructor(){super(),this.uri="",this.createConnectionAndWait()}get overlayEl(){return le.getShadowRootElement(this,".w3m-qr-container")}async createConnectionAndWait(t=0){var e;try{const{standaloneUri:r}=oe.state;r?setTimeout(()=>this.uri=r,0):(await wt.client().connectWalletConnect(n=>this.uri=n,(e=oe.state.selectedChain)==null?void 0:e.id),Ft.close())}catch(r){console.error(r),er.openToast("Connection request declined","error"),t<2&&this.createConnectionAndWait(t+1)}}render(){return ee`<div class="w3m-qr-container">${this.uri?ee`<w3m-qrcode size="${this.overlayEl.offsetWidth}" uri="${this.uri}"></w3m-qrcode>`:ee`<w3m-spinner></w3m-spinner>`}</div>`}};Gs.styles=[_e.globalCss,eA],kp([ut()],Gs.prototype,"uri",2),Gs=kp([Le("w3m-walletconnect-qr")],Gs);const nA=He`.w3m-profile{display:flex;justify-content:space-between;align-items:flex-start;padding-top:20px}.w3m-connection-badge{background-color:var(--w3m-color-bg-2);box-shadow:inset 0 0 0 1px var(--w3m-color-overlay);padding:6px 10px 6px 26px;position:relative;border-radius:28px}.w3m-connection-badge::before{content:'';position:absolute;width:10px;height:10px;left:10px;background-color:var(--w3m-color-success);border-radius:50%;top:50%;margin-top:-5px;box-shadow:0 1px 4px 1px var(--w3m-color-success),inset 0 0 0 1px var(--w3m-color-overlay)}.w3m-footer{display:flex;justify-content:space-between}w3m-address-text{margin-top:10px;display:block}.w3m-balance{border-top:1px solid var(--w3m-color-bg-2);padding:11px 20px}`;var iA=Object.defineProperty,oA=Object.getOwnPropertyDescriptor,sA=(t,e,r,n)=>{for(var i=n>1?void 0:n?oA(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&iA(e,r,i),i};let Nl=class extends Ae{onDisconnect(){Ft.close(),wt.client().disconnect(),oe.resetAccount()}async onCopyAddress(){var t;await navigator.clipboard.writeText((t=oe.state.address)!=null?t:""),er.openToast("Address copied","success")}render(){return ee`<w3m-modal-content><div class="w3m-profile"><div class="w3m-info"><w3m-avatar size="medium"></w3m-avatar><w3m-address-text variant="modal"></w3m-address-text></div><div class="w3m-connection-badge"><w3m-text variant="small-normal" color="secondary">Connected</w3m-text></div></div></w3m-modal-content><div class="w3m-balance"><w3m-balance></w3m-balance></div><w3m-modal-footer><div class="w3m-footer"><w3m-account-network-button></w3m-account-network-button><w3m-box-button label="Copy Address" .onClick="${this.onCopyAddress}" .icon="${Me.ACCOUNT_COPY}"></w3m-box-button><w3m-box-button label="Disconnect" .onClick="${this.onDisconnect}" .icon="${Me.ACCOUNT_DISCONNECT}"></w3m-box-button></div></w3m-modal-footer>`}};Nl.styles=[_e.globalCss,nA],Nl=sA([Le("w3m-account-view")],Nl);var aA=Object.defineProperty,cA=Object.getOwnPropertyDescriptor,lA=(t,e,r,n)=>{for(var i=n>1?void 0:n?cA(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&aA(e,r,i),i};let Rl=class extends Ae{viewTemplate(){return ct.isAndroid()?ee`<w3m-android-wallet-selection></w3m-android-wallet-selection>`:ct.isMobile()?ee`<w3m-mobile-wallet-selection></w3m-mobile-wallet-selection>`:ee`<w3m-desktop-wallet-selection></w3m-desktop-wallet-selection>`}render(){return ee`${this.viewTemplate()}<w3m-legal-notice></w3m-legal-notice>`}};Rl.styles=[_e.globalCss],Rl=lA([Le("w3m-connect-wallet-view")],Rl);const uA=He`.w3m-wrapper{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;flex-direction:column}.w3m-connecting-title{display:flex;align-items:center;justify-content:center;margin-bottom:16px}w3m-spinner{margin-right:10px}w3m-wallet-image{border-radius:15px;width:25%;aspect-ratio:1/1;margin-bottom:20px}.w3m-install-actions{display:flex}.w3m-install-actions w3m-button{margin:0 5px;opacity:1}`;var hA=Object.defineProperty,fA=Object.getOwnPropertyDescriptor,Hp=(t,e,r,n)=>{for(var i=n>1?void 0:n?fA(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&hA(e,r,i),i};let Ys=class extends Ae{constructor(){super(),this.uri="",this.createConnectionAndWait()}getRouterData(){var t;const e=(t=st.state.data)==null?void 0:t.DesktopConnector;if(!e)throw new Error("Missing router data");return e}onFormatAndRedirect(t){const{native:e,universal:r,name:n}=this.getRouterData();if(e){const i=ct.formatNativeUrl(e,t,n);ct.openHref(i)}else if(r){const i=ct.formatUniversalUrl(r,t,n);ct.openHref(i,"_blank")}}async createConnectionAndWait(t=0){var e;const{standaloneUri:r}=oe.state,{name:n,walletId:i,native:o,universal:s,icon:a}=this.getRouterData(),l={name:n,id:i,links:{native:o,universal:s},image:a};if(r)le.setRecentWallet(l),this.onFormatAndRedirect(r);else try{await wt.client().connectWalletConnect(u=>{this.uri=u,this.onFormatAndRedirect(u)},(e=oe.state.selectedChain)==null?void 0:e.id),le.setRecentWallet(l),Ft.close()}catch(u){console.error(u),er.openToast("Connection request declined","error"),t<2&&this.createConnectionAndWait(t+1)}}onConnectWithMobile(){st.push("Qrcode")}onGoToWallet(){const{universal:t,name:e}=this.getRouterData();if(t){const r=ct.formatUniversalUrl(t,this.uri,e);ct.openHref(r,"_blank")}}render(){const{name:t,icon:e,universal:r,walletId:n}=this.getRouterData(),i=le.getWalletName(t);return ee`<w3m-modal-header title="${i}"></w3m-modal-header><w3m-modal-content><div class="w3m-wrapper">${e?ee`<w3m-wallet-image src="${e}" size="lg"></w3m-wallet-image>`:ee`<w3m-wallet-image size="lg" walletid="${ir(n)}"></w3m-wallet-image>`}<div class="w3m-connecting-title"><w3m-spinner></w3m-spinner><w3m-text variant="large-bold" color="secondary">${`Continue in ${i}...`}</w3m-text></div><div class="w3m-install-actions"><w3m-button .onClick="${async()=>this.createConnectionAndWait()}" .iconRight="${Me.RETRY_ICON}">Retry</w3m-button>${r?ee`<w3m-button .onClick="${this.onGoToWallet.bind(this)}" .iconLeft="${Me.ARROW_UP_RIGHT_ICON}">Go to Wallet</w3m-button>`:ee`<w3m-button .onClick="${this.onConnectWithMobile}" .iconLeft="${Me.MOBILE_ICON}">Connect with Mobile</w3m-button>`}</div></div></w3m-modal-content>`}};Ys.styles=[_e.globalCss,uA],Hp([ut()],Ys.prototype,"uri",2),Ys=Hp([Le("w3m-desktop-connector-view")],Ys);const dA=He`.w3m-info-text{margin:5px 0 15px;max-width:320px;text-align:center}.w3m-wallet-item{margin:0 -20px 0 0;padding-right:20px;display:flex;align-items:center;border-bottom:1px solid var(--w3m-color-bg-2)}.w3m-wallet-item:last-child{margin-bottom:-20px;border-bottom:0}.w3m-wallet-content{margin-left:20px;height:60px;display:flex;flex:1;align-items:center;justify-content:space-between}.w3m-footer-actions{display:flex;flex-direction:column;align-items:center;padding:20px 0;border-top:1px solid var(--w3m-color-bg-2)}w3m-wallet-image{display:block;width:40px;height:40px;border-radius:10px}`;var pA=Object.defineProperty,gA=Object.getOwnPropertyDescriptor,mA=(t,e,r,n)=>{for(var i=n>1?void 0:n?gA(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&pA(e,r,i),i};let Ll=class extends Ae{constructor(){super(...arguments),this.explorerUrl="https://explorer.walletconnect.com/"}onGet(t){ct.openHref(t,"_blank")}onExplore(){ct.openHref(this.explorerUrl,"_blank")}render(){const{recomendedWallets:t}=St.state,e=le.getCustomWallets().slice(0,6),r=t.length,n=e.length;return ee`<w3m-modal-header title="Get a wallet"></w3m-modal-header><w3m-modal-content>${r?t.map(({name:i,image_url:o,homepage:s})=>ee`<div class="w3m-wallet-item"><w3m-wallet-image src="${o.lg}"></w3m-wallet-image><div class="w3m-wallet-content"><w3m-text variant="medium-normal">${i}</w3m-text><w3m-button .iconRight="${Me.ARROW_RIGHT_ICON}" .onClick="${()=>this.onGet(s)}">Get</w3m-button></div></div>`):null} ${n?e.map(({name:i,id:o,links:s})=>ee`<div class="w3m-wallet-item"><w3m-wallet-image walletId="${o}"></w3m-wallet-image><div class="w3m-wallet-content"><w3m-text variant="medium-normal">${i}</w3m-text><w3m-button .iconRight="${Me.ARROW_RIGHT_ICON}" .onClick="${()=>this.onGet(s.universal)}">Get</w3m-button></div></div>`):null}</w3m-modal-content><div class="w3m-footer-actions"><w3m-text variant="medium-normal">Not what you're looking for?</w3m-text><w3m-text variant="small-thin" color="secondary" class="w3m-info-text">With hundreds of wallets out there, there's something for everyone</w3m-text><w3m-button .onClick="${this.onExplore.bind(this)}" .iconRight="${Me.ARROW_UP_RIGHT_ICON}">Explore Wallets</w3m-button></div>`}};Ll.styles=[_e.globalCss,dA],Ll=mA([Le("w3m-get-wallet-view")],Ll);const yA=He`.w3m-footer-actions{display:flex;justify-content:center}.w3m-footer-actions w3m-button{margin:0 5px}.w3m-info-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:20px}.w3m-info-container:last-child{margin-bottom:0}.w3m-info-text{margin-top:5px;text-align:center}.w3m-images svg{margin:0 2px 5px;width:55px;height:55px}.help-img-highlight{stroke:var(--w3m-color-overlay)}`;var bA=Object.defineProperty,wA=Object.getOwnPropertyDescriptor,vA=(t,e,r,n)=>{for(var i=n>1?void 0:n?wA(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&bA(e,r,i),i};let Ml=class extends Ae{constructor(){super(...arguments),this.learnUrl="https://ethereum.org/en/wallets/"}onGet(){st.push("GetWallet")}onLearnMore(){ct.openHref(this.learnUrl,"_blank")}render(){return ee`<w3m-modal-header title="What is a wallet?"></w3m-modal-header><w3m-modal-content><div class="w3m-info-container"><div class="w3m-images">${Me.HELP_CHART_IMG} ${Me.HELP_PAINTING_IMG} ${Me.HELP_ETH_IMG}</div><w3m-text variant="medium-normal">A home for your digital assets</w3m-text><w3m-text variant="small-thin" color="secondary" class="w3m-info-text">A wallet lets you store, send and receive digital assets like cryptocurrencies and NFTs.</w3m-text></div><div class="w3m-info-container"><div class="w3m-images">${Me.HELP_KEY_IMG} ${Me.HELP_USER_IMG} ${Me.HELP_LOCK_IMG}</div><w3m-text variant="medium-normal">One login for all of web3</w3m-text><w3m-text variant="small-thin" color="secondary" class="w3m-info-text">Log in to any app by connecting your wallet. Say goodbye to countless passwords!</w3m-text></div><div class="w3m-info-container"><div class="w3m-images">${Me.HELP_COMPAS_IMG} ${Me.HELP_NOUN_IMG} ${Me.HELP_DAO_IMG}</div><w3m-text variant="medium-normal">Your gateway to a new web</w3m-text><w3m-text variant="small-thin" color="secondary" class="w3m-info-text">With your wallet, you can explore and interact with DeFi, NFTs, DAOs, and much more.</w3m-text></div><div class="w3m-footer-actions"><w3m-button .onClick="${this.onGet.bind(this)}" .iconLeft="${Me.WALLET_ICON}">Get a Wallet</w3m-button><w3m-button .onClick="${this.onLearnMore.bind(this)}" .iconRight="${Me.ARROW_UP_RIGHT_ICON}">Learn More</w3m-button></div></w3m-modal-content>`}};Ml.styles=[_e.globalCss,yA],Ml=vA([Le("w3m-help-view")],Ml);const _A=He`.w3m-injected-wrapper{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;flex-direction:column}.w3m-connecting-title{display:flex;align-items:center;justify-content:center;margin-bottom:20px}w3m-spinner{margin-right:10px}w3m-wallet-image{border-radius:15px;width:25%;aspect-ratio:1/1;margin-bottom:20px}w3m-button{opacity:0}.w3m-injected-error w3m-button{opacity:1}`;var EA=Object.defineProperty,xA=Object.getOwnPropertyDescriptor,Ul=(t,e,r,n)=>{for(var i=n>1?void 0:n?xA(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&EA(e,r,i),i};let vo=class extends Ae{constructor(){super(),this.connecting=!0,this.error=!1,this.connector=wt.client().getConnectorById("injected"),this.onConnect()}async onConnect(){const{ready:t}=this.connector;t&&(this.error=!1,this.connecting=!0,await le.handleConnectorConnection("injected",()=>{this.error=!0,this.connecting=!1}))}render(){const t=le.getWalletName(this.connector.name),e=le.getWalletId(this.connector.id),r={"w3m-injected-wrapper":!0,"w3m-injected-error":this.error};return ee`<w3m-modal-header title="${t}"></w3m-modal-header><w3m-modal-content><div class="${tr(r)}"><w3m-wallet-image walletId="${e}" size="lg"></w3m-wallet-image><div class="w3m-connecting-title">${this.connecting?ee`<w3m-spinner></w3m-spinner>`:null}<w3m-text variant="large-bold" color="${this.error?"error":"secondary"}">${this.error?"Connection declined":`Continue in ${t}...`}</w3m-text></div><w3m-button .onClick="${this.onConnect.bind(this)}" .disabled="${!this.error}" .iconRight="${Me.RETRY_ICON}">Try Again</w3m-button></div></w3m-modal-content>`}};vo.styles=[_e.globalCss,_A],Ul([ut()],vo.prototype,"connecting",2),Ul([ut()],vo.prototype,"error",2),vo=Ul([Le("w3m-injected-connector-view")],vo);const SA=He`.w3m-injected-wrapper{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;flex-direction:column}.w3m-connecting-title{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.w3m-install-title{display:flex;align-items:center;justify-content:center;flex-direction:column}.w3m-install-title w3m-text:last-child{margin-top:10px;max-width:240px}.w3m-install-actions{display:flex;margin-top:15px;align-items:center;flex-direction:column}@media(max-width:355px){.w3m-install-actions{flex-direction:column;align-items:center}}w3m-wallet-image{border-radius:15px;width:25%;aspect-ratio:1/1;margin-bottom:20px}w3m-button{opacity:0}.w3m-install-actions w3m-button{margin:5px;opacity:1}.w3m-info-text{text-align:center}`;var CA=Object.defineProperty,OA=Object.getOwnPropertyDescriptor,AA=(t,e,r,n)=>{for(var i=n>1?void 0:n?OA(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&CA(e,r,i),i};let jl=class extends Ae{getRouterData(){var t;const e=(t=st.state.data)==null?void 0:t.InstallConnector;if(!e)throw new Error("Missing router data");return e}onInstall(){const{url:t}=this.getRouterData();ct.openHref(t,"_blank")}onMobile(){const{name:t}=this.getRouterData();st.push("ConnectWallet"),er.openToast(`Scan the code with ${t}`,"success")}render(){const{name:t,id:e,isMobile:r}=this.getRouterData();return ee`<w3m-modal-header title="${t}"></w3m-modal-header><w3m-modal-content><div class="w3m-injected-wrapper"><w3m-wallet-image walletId="${e}" size="lg"></w3m-wallet-image><div class="w3m-install-title"><w3m-text variant="large-bold">Install ${t}</w3m-text><w3m-text color="secondary" variant="medium-thin" class="w3m-info-text">To connect ${t}, install the browser extension.</w3m-text></div><div class="w3m-install-actions"><w3m-button .onClick="${this.onInstall.bind(this)}" .iconLeft="${Me.ARROW_DOWN_ICON}">Install Extension</w3m-button>${r?ee`<w3m-button .onClick="${this.onMobile.bind(this)}" .iconLeft="${Me.MOBILE_ICON}">${t} Mobile</w3m-button>`:null}</div></div></w3m-modal-content>`}};jl.styles=[_e.globalCss,SA],jl=AA([Le("w3m-install-connector-view")],jl);var IA=Object.defineProperty,DA=Object.getOwnPropertyDescriptor,$A=(t,e,r,n)=>{for(var i=n>1?void 0:n?DA(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&IA(e,r,i),i};let Bl=class extends Ae{render(){return ee`<w3m-modal-header title="Scan the code" .onAction="${le.handleUriCopy}" .actionIcon="${Me.COPY_ICON}"></w3m-modal-header><w3m-modal-content><w3m-walletconnect-qr></w3m-walletconnect-qr></w3m-modal-content>`}};Bl.styles=[_e.globalCss],Bl=$A([Le("w3m-qrcode-view")],Bl);const FA=He`.w3m-grid{display:grid;grid-template-columns:repeat(4,80px);margin:-5px -10px;justify-content:space-between}`;var PA=Object.defineProperty,TA=Object.getOwnPropertyDescriptor,NA=(t,e,r,n)=>{for(var i=n>1?void 0:n?TA(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&PA(e,r,i),i};let kl=class extends Ae{async onSelectChain(t){const{isConnected:e,selectedChain:r,walletConnectVersion:n}=oe.state;e?r?.id===t.id?st.replace("Account"):n===2?(await wt.client().switchNetwork({chainId:t.id}),st.replace("Account")):st.push("SwitchNetwork",{SwitchNetwork:t}):(st.push("ConnectWallet"),oe.setSelectedChain(t))}render(){const{chains:t}=oe.state;return ee`<w3m-modal-header title="Select network"></w3m-modal-header><w3m-modal-content><div class="w3m-grid">${t?.map(e=>ee`<w3m-network-button name="${e.name}" chainId="${e.id}" .onClick="${async()=>this.onSelectChain(e)}">${e.name}</w3m-network-button>`)}</div></w3m-modal-content>`}};kl.styles=[_e.globalCss,FA],kl=NA([Le("w3m-select-network-view")],kl);const RA=He`.w3m-wrapper{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;flex-direction:column}.w3m-connecting-title{display:flex;align-items:center;justify-content:center;margin-bottom:16px}w3m-spinner{margin-right:10px}w3m-network-image{width:96px;height:96px;margin-bottom:20px}w3m-button{opacity:0}.w3m-error w3m-button{opacity:1}`;var LA=Object.defineProperty,MA=Object.getOwnPropertyDescriptor,zp=(t,e,r,n)=>{for(var i=n>1?void 0:n?MA(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&LA(e,r,i),i};let Zs=class extends Ae{constructor(){super(),this.error=!1,this.onSwitchNetwork()}getRouterData(){var t;const e=(t=st.state.data)==null?void 0:t.SwitchNetwork;if(!e)throw new Error("Missing router data");return e}async onSwitchNetwork(){try{this.error=!1;const t=this.getRouterData();await wt.client().switchNetwork({chainId:t.id}),oe.setSelectedChain(t),st.replace("Account")}catch{this.error=!0}}render(){const{id:t,name:e}=this.getRouterData(),r={"w3m-wrapper":!0,"w3m-error":this.error};return ee`<w3m-modal-header title="${`Connect to ${e}`}"></w3m-modal-header><w3m-modal-content><div class="${tr(r)}"><w3m-network-image chainId="${t}"></w3m-network-image><div class="w3m-connecting-title">${this.error?null:ee`<w3m-spinner></w3m-spinner>`}<w3m-text variant="large-bold" color="${this.error?"error":"secondary"}">${this.error?"Connection declined":"Approve in your wallet"}</w3m-text></div><w3m-button .onClick="${this.onSwitchNetwork.bind(this)}" .disabled="${!this.error}" .iconRight="${Me.RETRY_ICON}">Try Again</w3m-button></div></w3m-modal-content>`}};Zs.styles=[_e.globalCss,RA],zp([ut()],Zs.prototype,"error",2),Zs=zp([Le("w3m-switch-network-view")],Zs);const UA=He`w3m-modal-content{height:clamp(200px,60vh,600px);display:block;overflow:scroll;scrollbar-width:none;position:relative;margin-top:1px}.w3m-grid{display:grid;grid-template-columns:repeat(4,80px);justify-content:space-between;margin:-15px -10px;padding-top:20px}w3m-modal-content::after,w3m-modal-content::before{content:'';position:fixed;pointer-events:none;z-index:1;width:100%;height:20px;opacity:1}w3m-modal-content::before{box-shadow:0 -1px 0 0 var(--w3m-color-bg-1);background:linear-gradient(var(--w3m-color-bg-1),rgba(255,255,255,0))}w3m-modal-content::after{box-shadow:0 1px 0 0 var(--w3m-color-bg-1);background:linear-gradient(rgba(255,255,255,0),var(--w3m-color-bg-1));top:calc(100% - 20px)}w3m-modal-content::-webkit-scrollbar{display:none}.w3m-placeholder-block{display:flex;justify-content:center;align-items:center;height:100px;overflow:hidden}.w3m-empty,.w3m-loading{display:flex}.w3m-loading .w3m-placeholder-block{height:100%}.w3m-end-reached .w3m-placeholder-block{height:0;opacity:0}.w3m-empty .w3m-placeholder-block{opacity:1;height:100%}w3m-wallet-button{margin:calc((100% - 60px)/ 3) 0}`;var jA=Object.defineProperty,BA=Object.getOwnPropertyDescriptor,_o=(t,e,r,n)=>{for(var i=n>1?void 0:n?BA(e,r):e,o=t.length-1,s;o>=0;o--)(s=t[o])&&(i=(n?s(e,r,i):s(i))||i);return n&&i&&jA(e,r,i),i};const Hl=40;let Cn=class extends Ae{constructor(){super(...arguments),this.loading=!St.state.wallets.listings.length,this.firstFetch=!St.state.wallets.listings.length,this.search="",this.endReached=!1,this.intersectionObserver=void 0,this.searchDebounce=le.debounce(t=>{t.length>=3?(this.firstFetch=!0,this.endReached=!1,this.search=t,St.resetSearch(),this.fetchWallets()):this.search&&(this.search="",this.endReached=this.isLastPage(),St.resetSearch())})}firstUpdated(){this.createPaginationObserver()}disconnectedCallback(){var t;(t=this.intersectionObserver)==null||t.disconnect()}get placeholderEl(){return le.getShadowRootElement(this,".w3m-placeholder-block")}createPaginationObserver(){this.intersectionObserver=new IntersectionObserver(([t])=>{t.isIntersecting&&!(this.search&&this.firstFetch)&&this.fetchWallets()}),this.intersectionObserver.observe(this.placeholderEl)}isLastPage(){const{wallets:t,search:e}=St.state,{listings:r,total:n}=this.search?e:t;return n<=Hl||r.length>=n}async fetchWallets(){var t;const{wallets:e,search:r}=St.state,n=le.getExtensionWallets(),{listings:i,total:o,page:s}=this.search?r:e;if(!this.endReached&&(this.firstFetch||o>Hl&&i.length<o))try{this.loading=!0;const a=(t=oe.state.standaloneChains)==null?void 0:t.join(","),{listings:l}=await St.getPaginatedWallets({page:this.firstFetch?1:s+1,entries:Hl,device:ct.isMobile()?"mobile":"desktop",search:this.search,version:oe.state.walletConnectVersion,chains:a}),u=l.map(({image_url:y})=>y.lg),d=n.map(({id:y})=>le.getWalletIcon(y));await Promise.all([...u.map(async y=>le.preloadImage(y)),...d.map(async y=>le.preloadImage(y)),ct.wait(300)]),this.endReached=this.isLastPage()}catch(a){console.error(a),er.openToast(le.getErrorMessage(a),"error")}finally{this.loading=!1,this.firstFetch=!1}}onConnectCustom({name:t,id:e,links:r}){ct.isMobile()?le.handleMobileLinking({links:r,name:t,id:e}):st.push("DesktopConnector",{DesktopConnector:{name:t,walletId:e,universal:r.universal,native:r.native}})}onConnectListing(t){if(ct.isMobile()){const{id:e,image_url:r}=t,{native:n,universal:i}=t.mobile;le.handleMobileLinking({links:{native:n,universal:i},name:t.name,id:e,image:r.lg})}else st.push("DesktopConnector",{DesktopConnector:{name:t.name,icon:t.image_url.lg,universal:t.desktop.universal||t.homepage,native:t.desktop.native}})}onConnectExtension(t){le.getWalletId("")===t.id?st.push("InjectedConnector"):st.push("InstallConnector",{InstallConnector:t})}onSearchChange(t){const{value:e}=t.target;this.searchDebounce(e)}coinbaseConnectorTemplate(){try{const t=wt.client().getConnectorById(Sr.coinbaseWallet);return ee`<w3m-wallet-button name="${t.name}" walletId="${t.id}" .onClick="${async()=>le.handleConnectorConnection(Sr.coinbaseWallet)}"></w3m-wallet-button>`}catch{return null}}render(){const{wallets:t,search:e}=St.state,{isStandalone:r}=oe.state;let{listings:n}=this.search?e:t;n=sr.allowedExplorerListings(n);const i=this.loading&&!n.length,o=this.search.length>=3,s=!i&&(!o||le.caseSafeIncludes(Sr.coinbaseWallet,this.search));let a=!r&&!ct.isMobile()?le.getExtensionWallets():[],l=le.getCustomWallets();o&&(a=a.filter(({name:m})=>le.caseSafeIncludes(m,this.search)),l=l.filter(({name:m})=>le.caseSafeIncludes(m,this.search)));const u=!this.loading&&!n.length&&!a.length&&!s,d=Math.max(a.length,n.length),y={"w3m-loading":i,"w3m-end-reached":this.endReached||!this.loading,"w3m-empty":u};return ee`<w3m-modal-header><w3m-search-input .onChange="${this.onSearchChange.bind(this)}"></w3m-search-input></w3m-modal-header><w3m-modal-content class="${tr(y)}"><div class="w3m-grid">${i?null:[...Array(d)].map((m,w)=>ee`${l[w]?ee`<w3m-wallet-button name="${l[w].name}" walletId="${l[w].id}" .onClick="${()=>this.onConnectCustom(l[w])}"></w3m-wallet-button>`:null} ${a[w]?ee`<w3m-wallet-button name="${a[w].name}" walletId="${a[w].id}" .onClick="${()=>this.onConnectExtension(a[w])}"></w3m-wallet-button>`:null} ${n[w]?ee`<w3m-wallet-button src="${n[w].image_url.lg}" name="${n[w].name}" walletId="${n[w].id}" .onClick="${()=>this.onConnectListing(n[w])}"></w3m-wallet-button>`:null}`)} ${s?this.coinbaseConnectorTemplate():null}</div><div class="w3m-placeholder-block">${u?ee`<w3m-text variant="large-bold" color="secondary">No results found</w3m-text>`:null} ${!u&&this.loading?ee`<w3m-spinner></w3m-spinner>`:null}</div></w3m-modal-content>`}};Cn.styles=[_e.globalCss,UA],_o([ut()],Cn.prototype,"loading",2),_o([ut()],Cn.prototype,"firstFetch",2),_o([ut()],Cn.prototype,"search",2),_o([ut()],Cn.prototype,"endReached",2),Cn=_o([Le("w3m-wallet-explorer-view")],Cn);var kA=Object.freeze({__proto__:null,get W3mAccountButton(){return po},get W3mConnectButton(){return _n},get W3mCoreButton(){return En},get W3mModal(){return xn},get W3mNetworkSwitch(){return Sn}});Yr.EthereumProvider=k9,Yr.default=_s,Object.defineProperty(Yr,"__esModule",{value:!0})});
131
170
  //# sourceMappingURL=index.umd.js.map