@walletconnect/ethereum-provider 2.8.3 → 2.8.4-bb15cb97
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 +34 -34
- package/dist/index.umd.js.map +1 -1
- package/package.json +5 -5
- package/dist/tsconfig.tsbuildinfo +0 -1
package/dist/index.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(_n,pr){typeof exports=="object"&&typeof module<"u"?pr(exports):typeof define=="function"&&define.amd?define(["exports"],pr):(_n=typeof globalThis<"u"?globalThis:_n||self,pr(_n["@walletconnect/ethereum-provider"]={}))})(this,function(_n){"use strict";var pr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function dw(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Mi(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 br={exports:{}},Es=typeof Reflect=="object"?Reflect:null,ld=Es&&typeof Es.apply=="function"?Es.apply:function(e,r,n){return Function.prototype.apply.call(e,r,n)},La;Es&&typeof Es.ownKeys=="function"?La=Es.ownKeys:Object.getOwnPropertySymbols?La=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:La=function(e){return Object.getOwnPropertyNames(e)};function pw(t){console&&console.warn&&console.warn(t)}var ud=Number.isNaN||function(e){return e!==e};function _t(){_t.init.call(this)}br.exports=_t,br.exports.once=vw,_t.EventEmitter=_t,_t.prototype._events=void 0,_t.prototype._eventsCount=0,_t.prototype._maxListeners=void 0;var hd=10;function Ma(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(_t,"defaultMaxListeners",{enumerable:!0,get:function(){return hd},set:function(t){if(typeof t!="number"||t<0||ud(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");hd=t}}),_t.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},_t.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||ud(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 fd(t){return t._maxListeners===void 0?_t.defaultMaxListeners:t._maxListeners}_t.prototype.getMaxListeners=function(){return fd(this)},_t.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 c;if(r.length>0&&(c=r[0]),c instanceof Error)throw c;var l=new Error("Unhandled error."+(c?" ("+c.message+")":""));throw l.context=c,l}var h=o[e];if(h===void 0)return!1;if(typeof h=="function")ld(h,this,r);else for(var d=h.length,v=wd(h,d),n=0;n<d;++n)ld(v[n],this,r);return!0};function dd(t,e,r,n){var i,o,c;if(Ma(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),c=o[e]),c===void 0)c=o[e]=r,++t._eventsCount;else if(typeof c=="function"?c=o[e]=n?[r,c]:[c,r]:n?c.unshift(r):c.push(r),i=fd(t),i>0&&c.length>i&&!c.warned){c.warned=!0;var l=new Error("Possible EventEmitter memory leak detected. "+c.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");l.name="MaxListenersExceededWarning",l.emitter=t,l.type=e,l.count=c.length,pw(l)}return t}_t.prototype.addListener=function(e,r){return dd(this,e,r,!1)},_t.prototype.on=_t.prototype.addListener,_t.prototype.prependListener=function(e,r){return dd(this,e,r,!0)};function gw(){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 pd(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=gw.bind(n);return i.listener=r,n.wrapFn=i,i}_t.prototype.once=function(e,r){return Ma(r),this.on(e,pd(this,e,r)),this},_t.prototype.prependOnceListener=function(e,r){return Ma(r),this.prependListener(e,pd(this,e,r)),this},_t.prototype.removeListener=function(e,r){var n,i,o,c,l;if(Ma(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,c=n.length-1;c>=0;c--)if(n[c]===r||n[c].listener===r){l=n[c].listener,o=c;break}if(o<0)return this;o===0?n.shift():mw(n,o),n.length===1&&(i[e]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",e,l||r)}return this},_t.prototype.off=_t.prototype.removeListener,_t.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),c;for(i=0;i<o.length;++i)c=o[i],c!=="removeListener"&&this.removeAllListeners(c);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 gd(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?ww(i):wd(i,i.length)}_t.prototype.listeners=function(e){return gd(this,e,!0)},_t.prototype.rawListeners=function(e){return gd(this,e,!1)},_t.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):md.call(t,e)},_t.prototype.listenerCount=md;function md(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}_t.prototype.eventNames=function(){return this._eventsCount>0?La(this._events):[]};function wd(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function mw(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function ww(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function vw(t,e){return new Promise(function(r,n){function i(c){t.removeListener(e,o),n(c)}function o(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}vd(t,e,o,{once:!0}),e!=="error"&&yw(t,i,{once:!0})})}function yw(t,e,r){typeof t.on=="function"&&vd(t,"error",e,r)}function vd(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 Xl={},Ua={},et={},yd={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});function e(l,h){var d=l>>>16&65535,v=l&65535,x=h>>>16&65535,_=h&65535;return v*_+(d*_+v*x<<16>>>0)|0}t.mul=Math.imul||e;function r(l,h){return l+h|0}t.add=r;function n(l,h){return l-h|0}t.sub=n;function i(l,h){return l<<h|l>>>32-h}t.rotl=i;function o(l,h){return l<<32-h|l>>>h}t.rotr=o;function c(l){return typeof l=="number"&&isFinite(l)&&Math.floor(l)===l}t.isInteger=Number.isInteger||c,t.MAX_SAFE_INTEGER=9007199254740991,t.isSafeInteger=function(l){return t.isInteger(l)&&l>=-t.MAX_SAFE_INTEGER&&l<=t.MAX_SAFE_INTEGER}})(yd),Object.defineProperty(et,"__esModule",{value:!0});var bd=yd;function bw(t,e){return e===void 0&&(e=0),(t[e+0]<<8|t[e+1])<<16>>16}et.readInt16BE=bw;function _w(t,e){return e===void 0&&(e=0),(t[e+0]<<8|t[e+1])>>>0}et.readUint16BE=_w;function Ew(t,e){return e===void 0&&(e=0),(t[e+1]<<8|t[e])<<16>>16}et.readInt16LE=Ew;function xw(t,e){return e===void 0&&(e=0),(t[e+1]<<8|t[e])>>>0}et.readUint16LE=xw;function _d(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}et.writeUint16BE=_d,et.writeInt16BE=_d;function Ed(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}et.writeUint16LE=Ed,et.writeInt16LE=Ed;function Ql(t,e){return e===void 0&&(e=0),t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3]}et.readInt32BE=Ql;function eu(t,e){return e===void 0&&(e=0),(t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3])>>>0}et.readUint32BE=eu;function tu(t,e){return e===void 0&&(e=0),t[e+3]<<24|t[e+2]<<16|t[e+1]<<8|t[e]}et.readInt32LE=tu;function ru(t,e){return e===void 0&&(e=0),(t[e+3]<<24|t[e+2]<<16|t[e+1]<<8|t[e])>>>0}et.readUint32LE=ru;function ja(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}et.writeUint32BE=ja,et.writeInt32BE=ja;function Fa(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}et.writeUint32LE=Fa,et.writeInt32LE=Fa;function Cw(t,e){e===void 0&&(e=0);var r=Ql(t,e),n=Ql(t,e+4);return r*4294967296+n-(n>>31)*4294967296}et.readInt64BE=Cw;function Iw(t,e){e===void 0&&(e=0);var r=eu(t,e),n=eu(t,e+4);return r*4294967296+n}et.readUint64BE=Iw;function Ow(t,e){e===void 0&&(e=0);var r=tu(t,e),n=tu(t,e+4);return n*4294967296+r-(r>>31)*4294967296}et.readInt64LE=Ow;function Aw(t,e){e===void 0&&(e=0);var r=ru(t,e),n=ru(t,e+4);return n*4294967296+r}et.readUint64LE=Aw;function xd(t,e,r){return e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0),ja(t/4294967296>>>0,e,r),ja(t>>>0,e,r+4),e}et.writeUint64BE=xd,et.writeInt64BE=xd;function Cd(t,e,r){return e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0),Fa(t>>>0,e,r),Fa(t/4294967296>>>0,e,r+4),e}et.writeUint64LE=Cd,et.writeInt64LE=Cd;function Sw(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}et.readUintBE=Sw;function Dw(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}et.readUintLE=Dw;function $w(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(!bd.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}et.writeUintBE=$w;function Pw(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(!bd.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}et.writeUintLE=Pw;function Tw(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat32(e)}et.readFloat32BE=Tw;function Rw(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat32(e,!0)}et.readFloat32LE=Rw;function Nw(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat64(e)}et.readFloat64BE=Nw;function Lw(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat64(e,!0)}et.readFloat64LE=Lw;function Mw(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}et.writeFloat32BE=Mw;function Uw(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}et.writeFloat32LE=Uw;function jw(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}et.writeFloat64BE=jw;function Fw(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}et.writeFloat64LE=Fw;var Yr={};Object.defineProperty(Yr,"__esModule",{value:!0});function Bw(t){for(var e=0;e<t.length;e++)t[e]=0;return t}Yr.wipe=Bw,Object.defineProperty(Ua,"__esModule",{value:!0});var Ir=et,nu=Yr,kw=20;function Hw(t,e,r){for(var n=1634760805,i=857760878,o=2036477234,c=1797285236,l=r[3]<<24|r[2]<<16|r[1]<<8|r[0],h=r[7]<<24|r[6]<<16|r[5]<<8|r[4],d=r[11]<<24|r[10]<<16|r[9]<<8|r[8],v=r[15]<<24|r[14]<<16|r[13]<<8|r[12],x=r[19]<<24|r[18]<<16|r[17]<<8|r[16],_=r[23]<<24|r[22]<<16|r[21]<<8|r[20],O=r[27]<<24|r[26]<<16|r[25]<<8|r[24],P=r[31]<<24|r[30]<<16|r[29]<<8|r[28],U=e[3]<<24|e[2]<<16|e[1]<<8|e[0],H=e[7]<<24|e[6]<<16|e[5]<<8|e[4],G=e[11]<<24|e[10]<<16|e[9]<<8|e[8],N=e[15]<<24|e[14]<<16|e[13]<<8|e[12],L=n,$=i,T=o,I=c,f=l,E=h,J=d,z=v,ee=x,de=_,me=O,A=P,j=U,ce=H,le=G,re=N,ne=0;ne<kw;ne+=2)L=L+f|0,j^=L,j=j>>>32-16|j<<16,ee=ee+j|0,f^=ee,f=f>>>32-12|f<<12,$=$+E|0,ce^=$,ce=ce>>>32-16|ce<<16,de=de+ce|0,E^=de,E=E>>>32-12|E<<12,T=T+J|0,le^=T,le=le>>>32-16|le<<16,me=me+le|0,J^=me,J=J>>>32-12|J<<12,I=I+z|0,re^=I,re=re>>>32-16|re<<16,A=A+re|0,z^=A,z=z>>>32-12|z<<12,T=T+J|0,le^=T,le=le>>>32-8|le<<8,me=me+le|0,J^=me,J=J>>>32-7|J<<7,I=I+z|0,re^=I,re=re>>>32-8|re<<8,A=A+re|0,z^=A,z=z>>>32-7|z<<7,$=$+E|0,ce^=$,ce=ce>>>32-8|ce<<8,de=de+ce|0,E^=de,E=E>>>32-7|E<<7,L=L+f|0,j^=L,j=j>>>32-8|j<<8,ee=ee+j|0,f^=ee,f=f>>>32-7|f<<7,L=L+E|0,re^=L,re=re>>>32-16|re<<16,me=me+re|0,E^=me,E=E>>>32-12|E<<12,$=$+J|0,j^=$,j=j>>>32-16|j<<16,A=A+j|0,J^=A,J=J>>>32-12|J<<12,T=T+z|0,ce^=T,ce=ce>>>32-16|ce<<16,ee=ee+ce|0,z^=ee,z=z>>>32-12|z<<12,I=I+f|0,le^=I,le=le>>>32-16|le<<16,de=de+le|0,f^=de,f=f>>>32-12|f<<12,T=T+z|0,ce^=T,ce=ce>>>32-8|ce<<8,ee=ee+ce|0,z^=ee,z=z>>>32-7|z<<7,I=I+f|0,le^=I,le=le>>>32-8|le<<8,de=de+le|0,f^=de,f=f>>>32-7|f<<7,$=$+J|0,j^=$,j=j>>>32-8|j<<8,A=A+j|0,J^=A,J=J>>>32-7|J<<7,L=L+E|0,re^=L,re=re>>>32-8|re<<8,me=me+re|0,E^=me,E=E>>>32-7|E<<7;Ir.writeUint32LE(L+n|0,t,0),Ir.writeUint32LE($+i|0,t,4),Ir.writeUint32LE(T+o|0,t,8),Ir.writeUint32LE(I+c|0,t,12),Ir.writeUint32LE(f+l|0,t,16),Ir.writeUint32LE(E+h|0,t,20),Ir.writeUint32LE(J+d|0,t,24),Ir.writeUint32LE(z+v|0,t,28),Ir.writeUint32LE(ee+x|0,t,32),Ir.writeUint32LE(de+_|0,t,36),Ir.writeUint32LE(me+O|0,t,40),Ir.writeUint32LE(A+P|0,t,44),Ir.writeUint32LE(j+U|0,t,48),Ir.writeUint32LE(ce+H|0,t,52),Ir.writeUint32LE(le+G|0,t,56),Ir.writeUint32LE(re+N|0,t,60)}function Id(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,c;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),c=o.length-e.length,o.set(e,c)}else{if(e.length!==16)throw new Error("ChaCha nonce with counter must be 16 bytes");o=e,c=i}for(var l=new Uint8Array(64),h=0;h<r.length;h+=64){Hw(l,o,t);for(var d=h;d<h+64&&d<r.length;d++)n[d]=r[d]^l[d-h];Ww(o,0,c)}return nu.wipe(l),i===0&&nu.wipe(o),n}Ua.streamXOR=Id;function zw(t,e,r,n){return n===void 0&&(n=0),nu.wipe(r),Id(t,e,r,r,n)}Ua.stream=zw;function Ww(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 Od={},li={};Object.defineProperty(li,"__esModule",{value:!0});function qw(t,e,r){return~(t-1)&e|t-1&r}li.select=qw;function Vw(t,e){return(t|0)-(e|0)-1>>>31&1}li.lessOrEqual=Vw;function Ad(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}li.compare=Ad;function Kw(t,e){return t.length===0||e.length===0?!1:Ad(t,e)!==0}li.equal=Kw,function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=li,r=Yr;t.DIGEST_LENGTH=16;var n=function(){function c(l){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 h=l[0]|l[1]<<8;this._r[0]=h&8191;var d=l[2]|l[3]<<8;this._r[1]=(h>>>13|d<<3)&8191;var v=l[4]|l[5]<<8;this._r[2]=(d>>>10|v<<6)&7939;var x=l[6]|l[7]<<8;this._r[3]=(v>>>7|x<<9)&8191;var _=l[8]|l[9]<<8;this._r[4]=(x>>>4|_<<12)&255,this._r[5]=_>>>1&8190;var O=l[10]|l[11]<<8;this._r[6]=(_>>>14|O<<2)&8191;var P=l[12]|l[13]<<8;this._r[7]=(O>>>11|P<<5)&8065;var U=l[14]|l[15]<<8;this._r[8]=(P>>>8|U<<8)&8191,this._r[9]=U>>>5&127,this._pad[0]=l[16]|l[17]<<8,this._pad[1]=l[18]|l[19]<<8,this._pad[2]=l[20]|l[21]<<8,this._pad[3]=l[22]|l[23]<<8,this._pad[4]=l[24]|l[25]<<8,this._pad[5]=l[26]|l[27]<<8,this._pad[6]=l[28]|l[29]<<8,this._pad[7]=l[30]|l[31]<<8}return c.prototype._blocks=function(l,h,d){for(var v=this._fin?0:2048,x=this._h[0],_=this._h[1],O=this._h[2],P=this._h[3],U=this._h[4],H=this._h[5],G=this._h[6],N=this._h[7],L=this._h[8],$=this._h[9],T=this._r[0],I=this._r[1],f=this._r[2],E=this._r[3],J=this._r[4],z=this._r[5],ee=this._r[6],de=this._r[7],me=this._r[8],A=this._r[9];d>=16;){var j=l[h+0]|l[h+1]<<8;x+=j&8191;var ce=l[h+2]|l[h+3]<<8;_+=(j>>>13|ce<<3)&8191;var le=l[h+4]|l[h+5]<<8;O+=(ce>>>10|le<<6)&8191;var re=l[h+6]|l[h+7]<<8;P+=(le>>>7|re<<9)&8191;var ne=l[h+8]|l[h+9]<<8;U+=(re>>>4|ne<<12)&8191,H+=ne>>>1&8191;var ae=l[h+10]|l[h+11]<<8;G+=(ne>>>14|ae<<2)&8191;var ie=l[h+12]|l[h+13]<<8;N+=(ae>>>11|ie<<5)&8191;var Se=l[h+14]|l[h+15]<<8;L+=(ie>>>8|Se<<8)&8191,$+=Se>>>5|v;var ge=0,Be=ge;Be+=x*T,Be+=_*(5*A),Be+=O*(5*me),Be+=P*(5*de),Be+=U*(5*ee),ge=Be>>>13,Be&=8191,Be+=H*(5*z),Be+=G*(5*J),Be+=N*(5*E),Be+=L*(5*f),Be+=$*(5*I),ge+=Be>>>13,Be&=8191;var ye=ge;ye+=x*I,ye+=_*T,ye+=O*(5*A),ye+=P*(5*me),ye+=U*(5*de),ge=ye>>>13,ye&=8191,ye+=H*(5*ee),ye+=G*(5*z),ye+=N*(5*J),ye+=L*(5*E),ye+=$*(5*f),ge+=ye>>>13,ye&=8191;var Me=ge;Me+=x*f,Me+=_*I,Me+=O*T,Me+=P*(5*A),Me+=U*(5*me),ge=Me>>>13,Me&=8191,Me+=H*(5*de),Me+=G*(5*ee),Me+=N*(5*z),Me+=L*(5*J),Me+=$*(5*E),ge+=Me>>>13,Me&=8191;var X=ge;X+=x*E,X+=_*f,X+=O*I,X+=P*T,X+=U*(5*A),ge=X>>>13,X&=8191,X+=H*(5*me),X+=G*(5*de),X+=N*(5*ee),X+=L*(5*z),X+=$*(5*J),ge+=X>>>13,X&=8191;var Y=ge;Y+=x*J,Y+=_*E,Y+=O*f,Y+=P*I,Y+=U*T,ge=Y>>>13,Y&=8191,Y+=H*(5*A),Y+=G*(5*me),Y+=N*(5*de),Y+=L*(5*ee),Y+=$*(5*z),ge+=Y>>>13,Y&=8191;var W=ge;W+=x*z,W+=_*J,W+=O*E,W+=P*f,W+=U*I,ge=W>>>13,W&=8191,W+=H*T,W+=G*(5*A),W+=N*(5*me),W+=L*(5*de),W+=$*(5*ee),ge+=W>>>13,W&=8191;var w=ge;w+=x*ee,w+=_*z,w+=O*J,w+=P*E,w+=U*f,ge=w>>>13,w&=8191,w+=H*I,w+=G*T,w+=N*(5*A),w+=L*(5*me),w+=$*(5*de),ge+=w>>>13,w&=8191;var F=ge;F+=x*de,F+=_*ee,F+=O*z,F+=P*J,F+=U*E,ge=F>>>13,F&=8191,F+=H*f,F+=G*I,F+=N*T,F+=L*(5*A),F+=$*(5*me),ge+=F>>>13,F&=8191;var we=ge;we+=x*me,we+=_*de,we+=O*ee,we+=P*z,we+=U*J,ge=we>>>13,we&=8191,we+=H*E,we+=G*f,we+=N*I,we+=L*T,we+=$*(5*A),ge+=we>>>13,we&=8191;var ve=ge;ve+=x*A,ve+=_*me,ve+=O*de,ve+=P*ee,ve+=U*z,ge=ve>>>13,ve&=8191,ve+=H*J,ve+=G*E,ve+=N*f,ve+=L*I,ve+=$*T,ge+=ve>>>13,ve&=8191,ge=(ge<<2)+ge|0,ge=ge+Be|0,Be=ge&8191,ge=ge>>>13,ye+=ge,x=Be,_=ye,O=Me,P=X,U=Y,H=W,G=w,N=F,L=we,$=ve,h+=16,d-=16}this._h[0]=x,this._h[1]=_,this._h[2]=O,this._h[3]=P,this._h[4]=U,this._h[5]=H,this._h[6]=G,this._h[7]=N,this._h[8]=L,this._h[9]=$},c.prototype.finish=function(l,h){h===void 0&&(h=0);var d=new Uint16Array(10),v,x,_,O;if(this._leftover){for(O=this._leftover,this._buffer[O++]=1;O<16;O++)this._buffer[O]=0;this._fin=1,this._blocks(this._buffer,0,16)}for(v=this._h[1]>>>13,this._h[1]&=8191,O=2;O<10;O++)this._h[O]+=v,v=this._h[O]>>>13,this._h[O]&=8191;for(this._h[0]+=v*5,v=this._h[0]>>>13,this._h[0]&=8191,this._h[1]+=v,v=this._h[1]>>>13,this._h[1]&=8191,this._h[2]+=v,d[0]=this._h[0]+5,v=d[0]>>>13,d[0]&=8191,O=1;O<10;O++)d[O]=this._h[O]+v,v=d[O]>>>13,d[O]&=8191;for(d[9]-=8192,x=(v^1)-1,O=0;O<10;O++)d[O]&=x;for(x=~x,O=0;O<10;O++)this._h[O]=this._h[O]&x|d[O];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,_=this._h[0]+this._pad[0],this._h[0]=_&65535,O=1;O<8;O++)_=(this._h[O]+this._pad[O]|0)+(_>>>16)|0,this._h[O]=_&65535;return l[h+0]=this._h[0]>>>0,l[h+1]=this._h[0]>>>8,l[h+2]=this._h[1]>>>0,l[h+3]=this._h[1]>>>8,l[h+4]=this._h[2]>>>0,l[h+5]=this._h[2]>>>8,l[h+6]=this._h[3]>>>0,l[h+7]=this._h[3]>>>8,l[h+8]=this._h[4]>>>0,l[h+9]=this._h[4]>>>8,l[h+10]=this._h[5]>>>0,l[h+11]=this._h[5]>>>8,l[h+12]=this._h[6]>>>0,l[h+13]=this._h[6]>>>8,l[h+14]=this._h[7]>>>0,l[h+15]=this._h[7]>>>8,this._finished=!0,this},c.prototype.update=function(l){var h=0,d=l.length,v;if(this._leftover){v=16-this._leftover,v>d&&(v=d);for(var x=0;x<v;x++)this._buffer[this._leftover+x]=l[h+x];if(d-=v,h+=v,this._leftover+=v,this._leftover<16)return this;this._blocks(this._buffer,0,16),this._leftover=0}if(d>=16&&(v=d-d%16,this._blocks(l,h,v),h+=v,d-=v),d){for(var x=0;x<d;x++)this._buffer[this._leftover+x]=l[h+x];this._leftover+=d}return this},c.prototype.digest=function(){if(this._finished)throw new Error("Poly1305 was finished");var l=new Uint8Array(16);return this.finish(l),l},c.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},c}();t.Poly1305=n;function i(c,l){var h=new n(c);h.update(l);var d=h.digest();return h.clean(),d}t.oneTimeAuth=i;function o(c,l){return c.length!==t.DIGEST_LENGTH||l.length!==t.DIGEST_LENGTH?!1:e.equal(c,l)}t.equal=o}(Od),function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=Ua,r=Od,n=Yr,i=et,o=li;t.KEY_LENGTH=32,t.NONCE_LENGTH=12,t.TAG_LENGTH=16;var c=new Uint8Array(16),l=function(){function h(d){if(this.nonceLength=t.NONCE_LENGTH,this.tagLength=t.TAG_LENGTH,d.length!==t.KEY_LENGTH)throw new Error("ChaCha20Poly1305 needs 32-byte key");this._key=new Uint8Array(d)}return h.prototype.seal=function(d,v,x,_){if(d.length>16)throw new Error("ChaCha20Poly1305: incorrect nonce length");var O=new Uint8Array(16);O.set(d,O.length-d.length);var P=new Uint8Array(32);e.stream(this._key,O,P,4);var U=v.length+this.tagLength,H;if(_){if(_.length!==U)throw new Error("ChaCha20Poly1305: incorrect destination length");H=_}else H=new Uint8Array(U);return e.streamXOR(this._key,O,v,H,4),this._authenticate(H.subarray(H.length-this.tagLength,H.length),P,H.subarray(0,H.length-this.tagLength),x),n.wipe(O),H},h.prototype.open=function(d,v,x,_){if(d.length>16)throw new Error("ChaCha20Poly1305: incorrect nonce length");if(v.length<this.tagLength)return null;var O=new Uint8Array(16);O.set(d,O.length-d.length);var P=new Uint8Array(32);e.stream(this._key,O,P,4);var U=new Uint8Array(this.tagLength);if(this._authenticate(U,P,v.subarray(0,v.length-this.tagLength),x),!o.equal(U,v.subarray(v.length-this.tagLength,v.length)))return null;var H=v.length-this.tagLength,G;if(_){if(_.length!==H)throw new Error("ChaCha20Poly1305: incorrect destination length");G=_}else G=new Uint8Array(H);return e.streamXOR(this._key,O,v.subarray(0,v.length-this.tagLength),G,4),n.wipe(O),G},h.prototype.clean=function(){return n.wipe(this._key),this},h.prototype._authenticate=function(d,v,x,_){var O=new r.Poly1305(v);_&&(O.update(_),_.length%16>0&&O.update(c.subarray(_.length%16))),O.update(x),x.length%16>0&&O.update(c.subarray(x.length%16));var P=new Uint8Array(8);_&&i.writeUint64LE(_.length,P),O.update(P),i.writeUint64LE(x.length,P),O.update(P);for(var U=O.digest(),H=0;H<U.length;H++)d[H]=U[H];O.clean(),n.wipe(U),n.wipe(P)},h}();t.ChaCha20Poly1305=l}(Xl);var Sd={},yo={},iu={};Object.defineProperty(iu,"__esModule",{value:!0});function Gw(t){return typeof t.saveState<"u"&&typeof t.restoreState<"u"&&typeof t.cleanSavedState<"u"}iu.isSerializableHash=Gw,Object.defineProperty(yo,"__esModule",{value:!0});var Dn=iu,Zw=li,Yw=Yr,Dd=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),Dn.isSerializableHash(this._inner)&&Dn.isSerializableHash(this._outer)&&(this._innerKeyedState=this._inner.saveState(),this._outerKeyedState=this._outer.saveState()),Yw.wipe(n)}return t.prototype.reset=function(){if(!Dn.isSerializableHash(this._inner)||!Dn.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(){Dn.isSerializableHash(this._inner)&&this._inner.cleanSavedState(this._innerKeyedState),Dn.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(!Dn.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(!Dn.isSerializableHash(this._inner)||!Dn.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(!Dn.isSerializableHash(this._inner))throw new Error("hmac: can't cleanSavedState() because hash doesn't implement it");this._inner.cleanSavedState(e)},t}();yo.HMAC=Dd;function Jw(t,e,r){var n=new Dd(t,e);n.update(r);var i=n.digest();return n.clean(),i}yo.hmac=Jw,yo.equal=Zw.equal,Object.defineProperty(Sd,"__esModule",{value:!0});var $d=yo,Pd=Yr,Xw=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=$d.hmac(this._hash,n,r);this._hmac=new $d.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(),Pd.wipe(this._buffer),Pd.wipe(this._counter),this._bufpos=0},t}(),Qw=Sd.HKDF=Xw,xs={},Ba={},ka={};Object.defineProperty(ka,"__esModule",{value:!0}),ka.BrowserRandomSource=void 0;const Td=65536;class ev{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+=Td)this._crypto.getRandomValues(r.subarray(n,n+Math.min(r.length-n,Td)));return r}}ka.BrowserRandomSource=ev;function tv(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 Ha={},rv={},nv=Object.freeze({__proto__:null,default:rv}),iv=Mi(nv);Object.defineProperty(Ha,"__esModule",{value:!0}),Ha.NodeRandomSource=void 0;const sv=Yr;class ov{constructor(){if(this.isAvailable=!1,this.isInstantiated=!1,typeof tv<"u"){const e=iv;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,sv.wipe)(r),n}}Ha.NodeRandomSource=ov,Object.defineProperty(Ba,"__esModule",{value:!0}),Ba.SystemRandomSource=void 0;const av=ka,cv=Ha;class lv{constructor(){if(this.isAvailable=!1,this.name="",this._source=new av.BrowserRandomSource,this._source.isAvailable){this.isAvailable=!0,this.name="Browser";return}if(this._source=new cv.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)}}Ba.SystemRandomSource=lv,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.randomStringForEntropy=t.randomString=t.randomUint32=t.randomBytes=t.defaultRandomSource=void 0;const e=Ba,r=et,n=Yr;t.defaultRandomSource=new e.SystemRandomSource;function i(d,v=t.defaultRandomSource){return v.randomBytes(d)}t.randomBytes=i;function o(d=t.defaultRandomSource){const v=i(4,d),x=(0,r.readUint32LE)(v);return(0,n.wipe)(v),x}t.randomUint32=o;const c="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";function l(d,v=c,x=t.defaultRandomSource){if(v.length<2)throw new Error("randomString charset is too short");if(v.length>256)throw new Error("randomString charset is too long");let _="";const O=v.length,P=256-256%O;for(;d>0;){const U=i(Math.ceil(d*256/P),x);for(let H=0;H<U.length&&d>0;H++){const G=U[H];G<P&&(_+=v.charAt(G%O),d--)}(0,n.wipe)(U)}return _}t.randomString=l;function h(d,v=c,x=t.defaultRandomSource){const _=Math.ceil(d/(Math.log(v.length)/Math.LN2));return l(_,v,x)}t.randomStringForEntropy=h}(xs);var za={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=et,r=Yr;t.DIGEST_LENGTH=32,t.BLOCK_SIZE=64;var n=function(){function l(){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 l.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},l.prototype.reset=function(){return this._initState(),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this},l.prototype.clean=function(){r.wipe(this._buffer),r.wipe(this._temp),this.reset()},l.prototype.update=function(h,d){if(d===void 0&&(d=h.length),this._finished)throw new Error("SHA256: can't update because hash was finished.");var v=0;if(this._bytesHashed+=d,this._bufferLength>0){for(;this._bufferLength<this.blockSize&&d>0;)this._buffer[this._bufferLength++]=h[v++],d--;this._bufferLength===this.blockSize&&(o(this._temp,this._state,this._buffer,0,this.blockSize),this._bufferLength=0)}for(d>=this.blockSize&&(v=o(this._temp,this._state,h,v,d),d%=this.blockSize);d>0;)this._buffer[this._bufferLength++]=h[v++],d--;return this},l.prototype.finish=function(h){if(!this._finished){var d=this._bytesHashed,v=this._bufferLength,x=d/536870912|0,_=d<<3,O=d%64<56?64:128;this._buffer[v]=128;for(var P=v+1;P<O-8;P++)this._buffer[P]=0;e.writeUint32BE(x,this._buffer,O-8),e.writeUint32BE(_,this._buffer,O-4),o(this._temp,this._state,this._buffer,0,O),this._finished=!0}for(var P=0;P<this.digestLength/4;P++)e.writeUint32BE(this._state[P],h,P*4);return this},l.prototype.digest=function(){var h=new Uint8Array(this.digestLength);return this.finish(h),h},l.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}},l.prototype.restoreState=function(h){return this._state.set(h.state),this._bufferLength=h.bufferLength,h.buffer&&this._buffer.set(h.buffer),this._bytesHashed=h.bytesHashed,this._finished=!1,this},l.prototype.cleanSavedState=function(h){r.wipe(h.state),h.buffer&&r.wipe(h.buffer),h.bufferLength=0,h.bytesHashed=0},l}();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(l,h,d,v,x){for(;x>=64;){for(var _=h[0],O=h[1],P=h[2],U=h[3],H=h[4],G=h[5],N=h[6],L=h[7],$=0;$<16;$++){var T=v+$*4;l[$]=e.readUint32BE(d,T)}for(var $=16;$<64;$++){var I=l[$-2],f=(I>>>17|I<<32-17)^(I>>>19|I<<32-19)^I>>>10;I=l[$-15];var E=(I>>>7|I<<32-7)^(I>>>18|I<<32-18)^I>>>3;l[$]=(f+l[$-7]|0)+(E+l[$-16]|0)}for(var $=0;$<64;$++){var f=(((H>>>6|H<<26)^(H>>>11|H<<21)^(H>>>25|H<<7))+(H&G^~H&N)|0)+(L+(i[$]+l[$]|0)|0)|0,E=((_>>>2|_<<32-2)^(_>>>13|_<<32-13)^(_>>>22|_<<32-22))+(_&O^_&P^O&P)|0;L=N,N=G,G=H,H=U+f|0,U=P,P=O,O=_,_=f+E|0}h[0]+=_,h[1]+=O,h[2]+=P,h[3]+=U,h[4]+=H,h[5]+=G,h[6]+=N,h[7]+=L,v+=64,x-=64}return v}function c(l){var h=new n;h.update(l);var d=h.digest();return h.clean(),d}t.hash=c})(za);var su={};(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=xs,r=Yr;t.PUBLIC_KEY_LENGTH=32,t.SECRET_KEY_LENGTH=32,t.SHARED_KEY_LENGTH=32;function n($){const T=new Float64Array(16);if($)for(let I=0;I<$.length;I++)T[I]=$[I];return T}const i=new Uint8Array(32);i[0]=9;const o=n([56129,1]);function c($){let T=1;for(let I=0;I<16;I++){let f=$[I]+T+65535;T=Math.floor(f/65536),$[I]=f-T*65536}$[0]+=T-1+37*(T-1)}function l($,T,I){const f=~(I-1);for(let E=0;E<16;E++){const J=f&($[E]^T[E]);$[E]^=J,T[E]^=J}}function h($,T){const I=n(),f=n();for(let E=0;E<16;E++)f[E]=T[E];c(f),c(f),c(f);for(let E=0;E<2;E++){I[0]=f[0]-65517;for(let z=1;z<15;z++)I[z]=f[z]-65535-(I[z-1]>>16&1),I[z-1]&=65535;I[15]=f[15]-32767-(I[14]>>16&1);const J=I[15]>>16&1;I[14]&=65535,l(f,I,1-J)}for(let E=0;E<16;E++)$[2*E]=f[E]&255,$[2*E+1]=f[E]>>8}function d($,T){for(let I=0;I<16;I++)$[I]=T[2*I]+(T[2*I+1]<<8);$[15]&=32767}function v($,T,I){for(let f=0;f<16;f++)$[f]=T[f]+I[f]}function x($,T,I){for(let f=0;f<16;f++)$[f]=T[f]-I[f]}function _($,T,I){let f,E,J=0,z=0,ee=0,de=0,me=0,A=0,j=0,ce=0,le=0,re=0,ne=0,ae=0,ie=0,Se=0,ge=0,Be=0,ye=0,Me=0,X=0,Y=0,W=0,w=0,F=0,we=0,ve=0,Ue=0,nt=0,at=0,Ge=0,Dt=0,$t=0,Je=I[0],He=I[1],ke=I[2],Ke=I[3],rt=I[4],je=I[5],Ze=I[6],b=I[7],p=I[8],m=I[9],D=I[10],B=I[11],K=I[12],Q=I[13],Ee=I[14],Te=I[15];f=T[0],J+=f*Je,z+=f*He,ee+=f*ke,de+=f*Ke,me+=f*rt,A+=f*je,j+=f*Ze,ce+=f*b,le+=f*p,re+=f*m,ne+=f*D,ae+=f*B,ie+=f*K,Se+=f*Q,ge+=f*Ee,Be+=f*Te,f=T[1],z+=f*Je,ee+=f*He,de+=f*ke,me+=f*Ke,A+=f*rt,j+=f*je,ce+=f*Ze,le+=f*b,re+=f*p,ne+=f*m,ae+=f*D,ie+=f*B,Se+=f*K,ge+=f*Q,Be+=f*Ee,ye+=f*Te,f=T[2],ee+=f*Je,de+=f*He,me+=f*ke,A+=f*Ke,j+=f*rt,ce+=f*je,le+=f*Ze,re+=f*b,ne+=f*p,ae+=f*m,ie+=f*D,Se+=f*B,ge+=f*K,Be+=f*Q,ye+=f*Ee,Me+=f*Te,f=T[3],de+=f*Je,me+=f*He,A+=f*ke,j+=f*Ke,ce+=f*rt,le+=f*je,re+=f*Ze,ne+=f*b,ae+=f*p,ie+=f*m,Se+=f*D,ge+=f*B,Be+=f*K,ye+=f*Q,Me+=f*Ee,X+=f*Te,f=T[4],me+=f*Je,A+=f*He,j+=f*ke,ce+=f*Ke,le+=f*rt,re+=f*je,ne+=f*Ze,ae+=f*b,ie+=f*p,Se+=f*m,ge+=f*D,Be+=f*B,ye+=f*K,Me+=f*Q,X+=f*Ee,Y+=f*Te,f=T[5],A+=f*Je,j+=f*He,ce+=f*ke,le+=f*Ke,re+=f*rt,ne+=f*je,ae+=f*Ze,ie+=f*b,Se+=f*p,ge+=f*m,Be+=f*D,ye+=f*B,Me+=f*K,X+=f*Q,Y+=f*Ee,W+=f*Te,f=T[6],j+=f*Je,ce+=f*He,le+=f*ke,re+=f*Ke,ne+=f*rt,ae+=f*je,ie+=f*Ze,Se+=f*b,ge+=f*p,Be+=f*m,ye+=f*D,Me+=f*B,X+=f*K,Y+=f*Q,W+=f*Ee,w+=f*Te,f=T[7],ce+=f*Je,le+=f*He,re+=f*ke,ne+=f*Ke,ae+=f*rt,ie+=f*je,Se+=f*Ze,ge+=f*b,Be+=f*p,ye+=f*m,Me+=f*D,X+=f*B,Y+=f*K,W+=f*Q,w+=f*Ee,F+=f*Te,f=T[8],le+=f*Je,re+=f*He,ne+=f*ke,ae+=f*Ke,ie+=f*rt,Se+=f*je,ge+=f*Ze,Be+=f*b,ye+=f*p,Me+=f*m,X+=f*D,Y+=f*B,W+=f*K,w+=f*Q,F+=f*Ee,we+=f*Te,f=T[9],re+=f*Je,ne+=f*He,ae+=f*ke,ie+=f*Ke,Se+=f*rt,ge+=f*je,Be+=f*Ze,ye+=f*b,Me+=f*p,X+=f*m,Y+=f*D,W+=f*B,w+=f*K,F+=f*Q,we+=f*Ee,ve+=f*Te,f=T[10],ne+=f*Je,ae+=f*He,ie+=f*ke,Se+=f*Ke,ge+=f*rt,Be+=f*je,ye+=f*Ze,Me+=f*b,X+=f*p,Y+=f*m,W+=f*D,w+=f*B,F+=f*K,we+=f*Q,ve+=f*Ee,Ue+=f*Te,f=T[11],ae+=f*Je,ie+=f*He,Se+=f*ke,ge+=f*Ke,Be+=f*rt,ye+=f*je,Me+=f*Ze,X+=f*b,Y+=f*p,W+=f*m,w+=f*D,F+=f*B,we+=f*K,ve+=f*Q,Ue+=f*Ee,nt+=f*Te,f=T[12],ie+=f*Je,Se+=f*He,ge+=f*ke,Be+=f*Ke,ye+=f*rt,Me+=f*je,X+=f*Ze,Y+=f*b,W+=f*p,w+=f*m,F+=f*D,we+=f*B,ve+=f*K,Ue+=f*Q,nt+=f*Ee,at+=f*Te,f=T[13],Se+=f*Je,ge+=f*He,Be+=f*ke,ye+=f*Ke,Me+=f*rt,X+=f*je,Y+=f*Ze,W+=f*b,w+=f*p,F+=f*m,we+=f*D,ve+=f*B,Ue+=f*K,nt+=f*Q,at+=f*Ee,Ge+=f*Te,f=T[14],ge+=f*Je,Be+=f*He,ye+=f*ke,Me+=f*Ke,X+=f*rt,Y+=f*je,W+=f*Ze,w+=f*b,F+=f*p,we+=f*m,ve+=f*D,Ue+=f*B,nt+=f*K,at+=f*Q,Ge+=f*Ee,Dt+=f*Te,f=T[15],Be+=f*Je,ye+=f*He,Me+=f*ke,X+=f*Ke,Y+=f*rt,W+=f*je,w+=f*Ze,F+=f*b,we+=f*p,ve+=f*m,Ue+=f*D,nt+=f*B,at+=f*K,Ge+=f*Q,Dt+=f*Ee,$t+=f*Te,J+=38*ye,z+=38*Me,ee+=38*X,de+=38*Y,me+=38*W,A+=38*w,j+=38*F,ce+=38*we,le+=38*ve,re+=38*Ue,ne+=38*nt,ae+=38*at,ie+=38*Ge,Se+=38*Dt,ge+=38*$t,E=1,f=J+E+65535,E=Math.floor(f/65536),J=f-E*65536,f=z+E+65535,E=Math.floor(f/65536),z=f-E*65536,f=ee+E+65535,E=Math.floor(f/65536),ee=f-E*65536,f=de+E+65535,E=Math.floor(f/65536),de=f-E*65536,f=me+E+65535,E=Math.floor(f/65536),me=f-E*65536,f=A+E+65535,E=Math.floor(f/65536),A=f-E*65536,f=j+E+65535,E=Math.floor(f/65536),j=f-E*65536,f=ce+E+65535,E=Math.floor(f/65536),ce=f-E*65536,f=le+E+65535,E=Math.floor(f/65536),le=f-E*65536,f=re+E+65535,E=Math.floor(f/65536),re=f-E*65536,f=ne+E+65535,E=Math.floor(f/65536),ne=f-E*65536,f=ae+E+65535,E=Math.floor(f/65536),ae=f-E*65536,f=ie+E+65535,E=Math.floor(f/65536),ie=f-E*65536,f=Se+E+65535,E=Math.floor(f/65536),Se=f-E*65536,f=ge+E+65535,E=Math.floor(f/65536),ge=f-E*65536,f=Be+E+65535,E=Math.floor(f/65536),Be=f-E*65536,J+=E-1+37*(E-1),E=1,f=J+E+65535,E=Math.floor(f/65536),J=f-E*65536,f=z+E+65535,E=Math.floor(f/65536),z=f-E*65536,f=ee+E+65535,E=Math.floor(f/65536),ee=f-E*65536,f=de+E+65535,E=Math.floor(f/65536),de=f-E*65536,f=me+E+65535,E=Math.floor(f/65536),me=f-E*65536,f=A+E+65535,E=Math.floor(f/65536),A=f-E*65536,f=j+E+65535,E=Math.floor(f/65536),j=f-E*65536,f=ce+E+65535,E=Math.floor(f/65536),ce=f-E*65536,f=le+E+65535,E=Math.floor(f/65536),le=f-E*65536,f=re+E+65535,E=Math.floor(f/65536),re=f-E*65536,f=ne+E+65535,E=Math.floor(f/65536),ne=f-E*65536,f=ae+E+65535,E=Math.floor(f/65536),ae=f-E*65536,f=ie+E+65535,E=Math.floor(f/65536),ie=f-E*65536,f=Se+E+65535,E=Math.floor(f/65536),Se=f-E*65536,f=ge+E+65535,E=Math.floor(f/65536),ge=f-E*65536,f=Be+E+65535,E=Math.floor(f/65536),Be=f-E*65536,J+=E-1+37*(E-1),$[0]=J,$[1]=z,$[2]=ee,$[3]=de,$[4]=me,$[5]=A,$[6]=j,$[7]=ce,$[8]=le,$[9]=re,$[10]=ne,$[11]=ae,$[12]=ie,$[13]=Se,$[14]=ge,$[15]=Be}function O($,T){_($,T,T)}function P($,T){const I=n();for(let f=0;f<16;f++)I[f]=T[f];for(let f=253;f>=0;f--)O(I,I),f!==2&&f!==4&&_(I,I,T);for(let f=0;f<16;f++)$[f]=I[f]}function U($,T){const I=new Uint8Array(32),f=new Float64Array(80),E=n(),J=n(),z=n(),ee=n(),de=n(),me=n();for(let le=0;le<31;le++)I[le]=$[le];I[31]=$[31]&127|64,I[0]&=248,d(f,T);for(let le=0;le<16;le++)J[le]=f[le];E[0]=ee[0]=1;for(let le=254;le>=0;--le){const re=I[le>>>3]>>>(le&7)&1;l(E,J,re),l(z,ee,re),v(de,E,z),x(E,E,z),v(z,J,ee),x(J,J,ee),O(ee,de),O(me,E),_(E,z,E),_(z,J,de),v(de,E,z),x(E,E,z),O(J,E),x(z,ee,me),_(E,z,o),v(E,E,ee),_(z,z,E),_(E,ee,me),_(ee,J,f),O(J,de),l(E,J,re),l(z,ee,re)}for(let le=0;le<16;le++)f[le+16]=E[le],f[le+32]=z[le],f[le+48]=J[le],f[le+64]=ee[le];const A=f.subarray(32),j=f.subarray(16);P(A,A),_(j,j,A);const ce=new Uint8Array(32);return h(ce,j),ce}t.scalarMult=U;function H($){return U($,i)}t.scalarMultBase=H;function G($){if($.length!==t.SECRET_KEY_LENGTH)throw new Error(`x25519: seed must be ${t.SECRET_KEY_LENGTH} bytes`);const T=new Uint8Array($);return{publicKey:H(T),secretKey:T}}t.generateKeyPairFromSeed=G;function N($){const T=(0,e.randomBytes)(32,$),I=G(T);return(0,r.wipe)(T),I}t.generateKeyPair=N;function L($,T,I=!1){if($.length!==t.PUBLIC_KEY_LENGTH)throw new Error("X25519: incorrect secret key length");if(T.length!==t.PUBLIC_KEY_LENGTH)throw new Error("X25519: incorrect public key length");const f=U($,T);if(I){let E=0;for(let J=0;J<f.length;J++)E|=f[J];if(E===0)throw new Error("X25519: invalid shared key")}return f}t.sharedKey=L})(su);function ou(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function Rd(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?ou(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function au(t,e){e||(e=t.reduce((i,o)=>i+o.length,0));const r=Rd(e);let n=0;for(const i of t)r.set(i,n),n+=i.length;return ou(r)}function uv(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),c=o.charCodeAt(0);if(r[c]!==255)throw new TypeError(o+" is ambiguous");r[c]=i}var l=t.length,h=t.charAt(0),d=Math.log(l)/Math.log(256),v=Math.log(256)/Math.log(l);function x(P){if(P instanceof Uint8Array||(ArrayBuffer.isView(P)?P=new Uint8Array(P.buffer,P.byteOffset,P.byteLength):Array.isArray(P)&&(P=Uint8Array.from(P))),!(P instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(P.length===0)return"";for(var U=0,H=0,G=0,N=P.length;G!==N&&P[G]===0;)G++,U++;for(var L=(N-G)*v+1>>>0,$=new Uint8Array(L);G!==N;){for(var T=P[G],I=0,f=L-1;(T!==0||I<H)&&f!==-1;f--,I++)T+=256*$[f]>>>0,$[f]=T%l>>>0,T=T/l>>>0;if(T!==0)throw new Error("Non-zero carry");H=I,G++}for(var E=L-H;E!==L&&$[E]===0;)E++;for(var J=h.repeat(U);E<L;++E)J+=t.charAt($[E]);return J}function _(P){if(typeof P!="string")throw new TypeError("Expected String");if(P.length===0)return new Uint8Array;var U=0;if(P[U]!==" "){for(var H=0,G=0;P[U]===h;)H++,U++;for(var N=(P.length-U)*d+1>>>0,L=new Uint8Array(N);P[U];){var $=r[P.charCodeAt(U)];if($===255)return;for(var T=0,I=N-1;($!==0||T<G)&&I!==-1;I--,T++)$+=l*L[I]>>>0,L[I]=$%256>>>0,$=$/256>>>0;if($!==0)throw new Error("Non-zero carry");G=T,U++}if(P[U]!==" "){for(var f=N-G;f!==N&&L[f]===0;)f++;for(var E=new Uint8Array(H+(N-f)),J=H;f!==N;)E[J++]=L[f++];return E}}}function O(P){var U=_(P);if(U)return U;throw new Error(`Non-${e} character`)}return{encode:x,decodeUnsafe:_,decode:O}}var hv=uv,fv=hv;const Nd=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")},dv=t=>new TextEncoder().encode(t),pv=t=>new TextDecoder().decode(t);class gv{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 mv{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 Ld(this,e)}}class wv{constructor(e){this.decoders=e}or(e){return Ld(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 Ld=(t,e)=>new wv({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}});class vv{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new gv(e,r,n),this.decoder=new mv(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const Wa=({name:t,prefix:e,encode:r,decode:n})=>new vv(t,e,r,n),bo=({prefix:t,name:e,alphabet:r})=>{const{encode:n,decode:i}=fv(r,e);return Wa({prefix:t,name:e,encode:n,decode:o=>Nd(i(o))})},yv=(t,e,r,n)=>{const i={};for(let v=0;v<e.length;++v)i[e[v]]=v;let o=t.length;for(;t[o-1]==="=";)--o;const c=new Uint8Array(o*r/8|0);let l=0,h=0,d=0;for(let v=0;v<o;++v){const x=i[t[v]];if(x===void 0)throw new SyntaxError(`Non-${n} character`);h=h<<r|x,l+=r,l>=8&&(l-=8,c[d++]=255&h>>l)}if(l>=r||255&h<<8-l)throw new SyntaxError("Unexpected end of data");return c},bv=(t,e,r)=>{const n=e[e.length-1]==="=",i=(1<<r)-1;let o="",c=0,l=0;for(let h=0;h<t.length;++h)for(l=l<<8|t[h],c+=8;c>r;)c-=r,o+=e[i&l>>c];if(c&&(o+=e[i&l<<r-c]),n)for(;o.length*r&7;)o+="=";return o},_r=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>Wa({prefix:e,name:t,encode(i){return bv(i,n,r)},decode(i){return yv(i,n,r,t)}}),_v=Wa({prefix:"\0",name:"identity",encode:t=>pv(t),decode:t=>dv(t)});var Ev=Object.freeze({__proto__:null,identity:_v});const xv=_r({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Cv=Object.freeze({__proto__:null,base2:xv});const Iv=_r({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Ov=Object.freeze({__proto__:null,base8:Iv});const Av=bo({prefix:"9",name:"base10",alphabet:"0123456789"});var Sv=Object.freeze({__proto__:null,base10:Av});const Dv=_r({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),$v=_r({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Pv=Object.freeze({__proto__:null,base16:Dv,base16upper:$v});const Tv=_r({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Rv=_r({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Nv=_r({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Lv=_r({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Mv=_r({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Uv=_r({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),jv=_r({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Fv=_r({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Bv=_r({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var kv=Object.freeze({__proto__:null,base32:Tv,base32upper:Rv,base32pad:Nv,base32padupper:Lv,base32hex:Mv,base32hexupper:Uv,base32hexpad:jv,base32hexpadupper:Fv,base32z:Bv});const Hv=bo({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),zv=bo({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Wv=Object.freeze({__proto__:null,base36:Hv,base36upper:zv});const qv=bo({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Vv=bo({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Kv=Object.freeze({__proto__:null,base58btc:qv,base58flickr:Vv});const Gv=_r({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Zv=_r({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Yv=_r({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Jv=_r({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Xv=Object.freeze({__proto__:null,base64:Gv,base64pad:Zv,base64url:Yv,base64urlpad:Jv});const Md=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}"),Qv=Md.reduce((t,e,r)=>(t[r]=e,t),[]),ey=Md.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function ty(t){return t.reduce((e,r)=>(e+=Qv[r],e),"")}function ry(t){const e=[];for(const r of t){const n=ey[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}const ny=Wa({prefix:"\u{1F680}",name:"base256emoji",encode:ty,decode:ry});var iy=Object.freeze({__proto__:null,base256emoji:ny}),sy=jd,Ud=128,oy=127,ay=~oy,cy=Math.pow(2,31);function jd(t,e,r){e=e||[],r=r||0;for(var n=r;t>=cy;)e[r++]=t&255|Ud,t/=128;for(;t&ay;)e[r++]=t&255|Ud,t>>>=7;return e[r]=t|0,jd.bytes=r-n+1,e}var ly=cu,uy=128,Fd=127;function cu(t,n){var r=0,n=n||0,i=0,o=n,c,l=t.length;do{if(o>=l)throw cu.bytes=0,new RangeError("Could not decode varint");c=t[o++],r+=i<28?(c&Fd)<<i:(c&Fd)*Math.pow(2,i),i+=7}while(c>=uy);return cu.bytes=o-n,r}var hy=Math.pow(2,7),fy=Math.pow(2,14),dy=Math.pow(2,21),py=Math.pow(2,28),gy=Math.pow(2,35),my=Math.pow(2,42),wy=Math.pow(2,49),vy=Math.pow(2,56),yy=Math.pow(2,63),by=function(t){return t<hy?1:t<fy?2:t<dy?3:t<py?4:t<gy?5:t<my?6:t<wy?7:t<vy?8:t<yy?9:10},_y={encode:sy,decode:ly,encodingLength:by},Bd=_y;const kd=(t,e,r=0)=>(Bd.encode(t,e,r),e),Hd=t=>Bd.encodingLength(t),lu=(t,e)=>{const r=e.byteLength,n=Hd(t),i=n+Hd(r),o=new Uint8Array(i+r);return kd(t,o,0),kd(r,o,n),o.set(e,i),new Ey(t,r,e,o)};class Ey{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}}const zd=({name:t,code:e,encode:r})=>new xy(t,e,r);class xy{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?lu(this.code,r):r.then(n=>lu(this.code,n))}else throw Error("Unknown type, must be binary type")}}const Wd=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),Cy=zd({name:"sha2-256",code:18,encode:Wd("SHA-256")}),Iy=zd({name:"sha2-512",code:19,encode:Wd("SHA-512")});var Oy=Object.freeze({__proto__:null,sha256:Cy,sha512:Iy});const qd=0,Ay="identity",Vd=Nd;var Sy=Object.freeze({__proto__:null,identity:{code:qd,name:Ay,encode:Vd,digest:t=>lu(qd,Vd(t))}});new TextEncoder,new TextDecoder;const Kd={...Ev,...Cv,...Ov,...Sv,...Pv,...kv,...Wv,...Kv,...Xv,...iy};({...Oy,...Sy});function Gd(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}const Zd=Gd("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),uu=Gd("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=Rd(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),Yd={utf8:Zd,"utf-8":Zd,hex:Kd.base16,latin1:uu,ascii:uu,binary:uu,...Kd};function Hr(t,e="utf8"){const r=Yd[e];if(!r)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?ou(globalThis.Buffer.from(t,"utf-8")):r.decoder.decode(`${r.prefix}${t}`)}function Dr(t,e="utf8"){const r=Yd[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 Jd=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))},Dy=function(){function t(e,r,n){this.name=e,this.version=r,this.os=n,this.type="browser"}return t}(),$y=function(){function t(e){this.version=e,this.type="node",this.name="node",this.os=process.platform}return t}(),Py=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}(),Ty=function(){function t(){this.type="bot",this.bot=!0,this.name="bot",this.version=null,this.os=null}return t}(),Ry=function(){function t(){this.type="react-native",this.name="react-native",this.version=null,this.os=null}return t}(),Ny=/alexa|bot|crawl(er|ing)|facebookexternalhit|feedburner|google web preview|nagios|postrank|pingdom|slurp|spider|yahoo!|yandex/,Ly=/(nuhk|curl|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask\ Jeeves\/Teoma|ia_archiver)/,Xd=3,My=[["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",Ny]],Qd=[["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 Uy(t){return t?e1(t):typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"?new Ry:typeof navigator<"u"?e1(navigator.userAgent):By()}function jy(t){return t!==""&&My.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 e1(t){var e=jy(t);if(!e)return null;var r=e[0],n=e[1];if(r==="searchbot")return new Ty;var i=n[1]&&n[1].split(".").join("_").split("_").slice(0,3);i?i.length<Xd&&(i=Jd(Jd([],i,!0),ky(Xd-i.length),!0)):i=[];var o=i.join("."),c=Fy(t),l=Ly.exec(t);return l&&l[1]?new Py(r,o,c,l[1]):new Dy(r,o,c)}function Fy(t){for(var e=0,r=Qd.length;e<r;e++){var n=Qd[e],i=n[0],o=n[1],c=o.exec(t);if(c)return i}return null}function By(){var t=typeof process<"u"&&process.version;return t?new $y(process.version.slice(1)):null}function ky(t){for(var e=[],r=0;r<t;r++)e.push("0");return e}var Re={};/*! *****************************************************************************
|
|
1
|
+
(function(bn,pr){typeof exports=="object"&&typeof module<"u"?pr(exports):typeof define=="function"&&define.amd?define(["exports"],pr):(bn=typeof globalThis<"u"?globalThis:bn||self,pr(bn["@walletconnect/ethereum-provider"]={}))})(this,function(bn){"use strict";var pr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function uw(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Li(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 br={exports:{}},_s=typeof Reflect=="object"?Reflect:null,cd=_s&&typeof _s.apply=="function"?_s.apply:function(e,r,n){return Function.prototype.apply.call(e,r,n)},Ra;_s&&typeof _s.ownKeys=="function"?Ra=_s.ownKeys:Object.getOwnPropertySymbols?Ra=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Ra=function(e){return Object.getOwnPropertyNames(e)};function hw(t){console&&console.warn&&console.warn(t)}var ld=Number.isNaN||function(e){return e!==e};function _t(){_t.init.call(this)}br.exports=_t,br.exports.once=gw,_t.EventEmitter=_t,_t.prototype._events=void 0,_t.prototype._eventsCount=0,_t.prototype._maxListeners=void 0;var ud=10;function La(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(_t,"defaultMaxListeners",{enumerable:!0,get:function(){return ud},set:function(t){if(typeof t!="number"||t<0||ld(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");ud=t}}),_t.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},_t.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||ld(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 hd(t){return t._maxListeners===void 0?_t.defaultMaxListeners:t._maxListeners}_t.prototype.getMaxListeners=function(){return hd(this)},_t.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 c;if(r.length>0&&(c=r[0]),c instanceof Error)throw c;var l=new Error("Unhandled error."+(c?" ("+c.message+")":""));throw l.context=c,l}var h=o[e];if(h===void 0)return!1;if(typeof h=="function")cd(h,this,r);else for(var d=h.length,v=md(h,d),n=0;n<d;++n)cd(v[n],this,r);return!0};function fd(t,e,r,n){var i,o,c;if(La(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),c=o[e]),c===void 0)c=o[e]=r,++t._eventsCount;else if(typeof c=="function"?c=o[e]=n?[r,c]:[c,r]:n?c.unshift(r):c.push(r),i=hd(t),i>0&&c.length>i&&!c.warned){c.warned=!0;var l=new Error("Possible EventEmitter memory leak detected. "+c.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");l.name="MaxListenersExceededWarning",l.emitter=t,l.type=e,l.count=c.length,hw(l)}return t}_t.prototype.addListener=function(e,r){return fd(this,e,r,!1)},_t.prototype.on=_t.prototype.addListener,_t.prototype.prependListener=function(e,r){return fd(this,e,r,!0)};function fw(){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 dd(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=fw.bind(n);return i.listener=r,n.wrapFn=i,i}_t.prototype.once=function(e,r){return La(r),this.on(e,dd(this,e,r)),this},_t.prototype.prependOnceListener=function(e,r){return La(r),this.prependListener(e,dd(this,e,r)),this},_t.prototype.removeListener=function(e,r){var n,i,o,c,l;if(La(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,c=n.length-1;c>=0;c--)if(n[c]===r||n[c].listener===r){l=n[c].listener,o=c;break}if(o<0)return this;o===0?n.shift():dw(n,o),n.length===1&&(i[e]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",e,l||r)}return this},_t.prototype.off=_t.prototype.removeListener,_t.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),c;for(i=0;i<o.length;++i)c=o[i],c!=="removeListener"&&this.removeAllListeners(c);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 pd(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?pw(i):md(i,i.length)}_t.prototype.listeners=function(e){return pd(this,e,!0)},_t.prototype.rawListeners=function(e){return pd(this,e,!1)},_t.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):gd.call(t,e)},_t.prototype.listenerCount=gd;function gd(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}_t.prototype.eventNames=function(){return this._eventsCount>0?Ra(this._events):[]};function md(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function dw(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function pw(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function gw(t,e){return new Promise(function(r,n){function i(c){t.removeListener(e,o),n(c)}function o(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}wd(t,e,o,{once:!0}),e!=="error"&&mw(t,i,{once:!0})})}function mw(t,e,r){typeof t.on=="function"&&wd(t,"error",e,r)}function wd(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 Jl={},Ma={},et={},vd={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});function e(l,h){var d=l>>>16&65535,v=l&65535,x=h>>>16&65535,_=h&65535;return v*_+(d*_+v*x<<16>>>0)|0}t.mul=Math.imul||e;function r(l,h){return l+h|0}t.add=r;function n(l,h){return l-h|0}t.sub=n;function i(l,h){return l<<h|l>>>32-h}t.rotl=i;function o(l,h){return l<<32-h|l>>>h}t.rotr=o;function c(l){return typeof l=="number"&&isFinite(l)&&Math.floor(l)===l}t.isInteger=Number.isInteger||c,t.MAX_SAFE_INTEGER=9007199254740991,t.isSafeInteger=function(l){return t.isInteger(l)&&l>=-t.MAX_SAFE_INTEGER&&l<=t.MAX_SAFE_INTEGER}})(vd),Object.defineProperty(et,"__esModule",{value:!0});var yd=vd;function ww(t,e){return e===void 0&&(e=0),(t[e+0]<<8|t[e+1])<<16>>16}et.readInt16BE=ww;function vw(t,e){return e===void 0&&(e=0),(t[e+0]<<8|t[e+1])>>>0}et.readUint16BE=vw;function yw(t,e){return e===void 0&&(e=0),(t[e+1]<<8|t[e])<<16>>16}et.readInt16LE=yw;function bw(t,e){return e===void 0&&(e=0),(t[e+1]<<8|t[e])>>>0}et.readUint16LE=bw;function bd(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}et.writeUint16BE=bd,et.writeInt16BE=bd;function _d(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}et.writeUint16LE=_d,et.writeInt16LE=_d;function Xl(t,e){return e===void 0&&(e=0),t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3]}et.readInt32BE=Xl;function Ql(t,e){return e===void 0&&(e=0),(t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3])>>>0}et.readUint32BE=Ql;function eu(t,e){return e===void 0&&(e=0),t[e+3]<<24|t[e+2]<<16|t[e+1]<<8|t[e]}et.readInt32LE=eu;function tu(t,e){return e===void 0&&(e=0),(t[e+3]<<24|t[e+2]<<16|t[e+1]<<8|t[e])>>>0}et.readUint32LE=tu;function Ua(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}et.writeUint32BE=Ua,et.writeInt32BE=Ua;function ja(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}et.writeUint32LE=ja,et.writeInt32LE=ja;function _w(t,e){e===void 0&&(e=0);var r=Xl(t,e),n=Xl(t,e+4);return r*4294967296+n-(n>>31)*4294967296}et.readInt64BE=_w;function Ew(t,e){e===void 0&&(e=0);var r=Ql(t,e),n=Ql(t,e+4);return r*4294967296+n}et.readUint64BE=Ew;function xw(t,e){e===void 0&&(e=0);var r=eu(t,e),n=eu(t,e+4);return n*4294967296+r-(r>>31)*4294967296}et.readInt64LE=xw;function Cw(t,e){e===void 0&&(e=0);var r=tu(t,e),n=tu(t,e+4);return n*4294967296+r}et.readUint64LE=Cw;function Ed(t,e,r){return e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0),Ua(t/4294967296>>>0,e,r),Ua(t>>>0,e,r+4),e}et.writeUint64BE=Ed,et.writeInt64BE=Ed;function xd(t,e,r){return e===void 0&&(e=new Uint8Array(8)),r===void 0&&(r=0),ja(t>>>0,e,r),ja(t/4294967296>>>0,e,r+4),e}et.writeUint64LE=xd,et.writeInt64LE=xd;function Iw(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}et.readUintBE=Iw;function Ow(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}et.readUintLE=Ow;function Sw(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(!yd.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}et.writeUintBE=Sw;function Dw(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(!yd.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}et.writeUintLE=Dw;function Aw(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat32(e)}et.readFloat32BE=Aw;function $w(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat32(e,!0)}et.readFloat32LE=$w;function Pw(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat64(e)}et.readFloat64BE=Pw;function Tw(t,e){e===void 0&&(e=0);var r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getFloat64(e,!0)}et.readFloat64LE=Tw;function Nw(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}et.writeFloat32BE=Nw;function Rw(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}et.writeFloat32LE=Rw;function Lw(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}et.writeFloat64BE=Lw;function Mw(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}et.writeFloat64LE=Mw;var Zr={};Object.defineProperty(Zr,"__esModule",{value:!0});function Uw(t){for(var e=0;e<t.length;e++)t[e]=0;return t}Zr.wipe=Uw,Object.defineProperty(Ma,"__esModule",{value:!0});var Ir=et,ru=Zr,jw=20;function Fw(t,e,r){for(var n=1634760805,i=857760878,o=2036477234,c=1797285236,l=r[3]<<24|r[2]<<16|r[1]<<8|r[0],h=r[7]<<24|r[6]<<16|r[5]<<8|r[4],d=r[11]<<24|r[10]<<16|r[9]<<8|r[8],v=r[15]<<24|r[14]<<16|r[13]<<8|r[12],x=r[19]<<24|r[18]<<16|r[17]<<8|r[16],_=r[23]<<24|r[22]<<16|r[21]<<8|r[20],O=r[27]<<24|r[26]<<16|r[25]<<8|r[24],P=r[31]<<24|r[30]<<16|r[29]<<8|r[28],U=e[3]<<24|e[2]<<16|e[1]<<8|e[0],H=e[7]<<24|e[6]<<16|e[5]<<8|e[4],G=e[11]<<24|e[10]<<16|e[9]<<8|e[8],R=e[15]<<24|e[14]<<16|e[13]<<8|e[12],L=n,$=i,T=o,I=c,f=l,E=h,J=d,z=v,ee=x,de=_,me=O,S=P,j=U,ce=H,le=G,re=R,ne=0;ne<jw;ne+=2)L=L+f|0,j^=L,j=j>>>32-16|j<<16,ee=ee+j|0,f^=ee,f=f>>>32-12|f<<12,$=$+E|0,ce^=$,ce=ce>>>32-16|ce<<16,de=de+ce|0,E^=de,E=E>>>32-12|E<<12,T=T+J|0,le^=T,le=le>>>32-16|le<<16,me=me+le|0,J^=me,J=J>>>32-12|J<<12,I=I+z|0,re^=I,re=re>>>32-16|re<<16,S=S+re|0,z^=S,z=z>>>32-12|z<<12,T=T+J|0,le^=T,le=le>>>32-8|le<<8,me=me+le|0,J^=me,J=J>>>32-7|J<<7,I=I+z|0,re^=I,re=re>>>32-8|re<<8,S=S+re|0,z^=S,z=z>>>32-7|z<<7,$=$+E|0,ce^=$,ce=ce>>>32-8|ce<<8,de=de+ce|0,E^=de,E=E>>>32-7|E<<7,L=L+f|0,j^=L,j=j>>>32-8|j<<8,ee=ee+j|0,f^=ee,f=f>>>32-7|f<<7,L=L+E|0,re^=L,re=re>>>32-16|re<<16,me=me+re|0,E^=me,E=E>>>32-12|E<<12,$=$+J|0,j^=$,j=j>>>32-16|j<<16,S=S+j|0,J^=S,J=J>>>32-12|J<<12,T=T+z|0,ce^=T,ce=ce>>>32-16|ce<<16,ee=ee+ce|0,z^=ee,z=z>>>32-12|z<<12,I=I+f|0,le^=I,le=le>>>32-16|le<<16,de=de+le|0,f^=de,f=f>>>32-12|f<<12,T=T+z|0,ce^=T,ce=ce>>>32-8|ce<<8,ee=ee+ce|0,z^=ee,z=z>>>32-7|z<<7,I=I+f|0,le^=I,le=le>>>32-8|le<<8,de=de+le|0,f^=de,f=f>>>32-7|f<<7,$=$+J|0,j^=$,j=j>>>32-8|j<<8,S=S+j|0,J^=S,J=J>>>32-7|J<<7,L=L+E|0,re^=L,re=re>>>32-8|re<<8,me=me+re|0,E^=me,E=E>>>32-7|E<<7;Ir.writeUint32LE(L+n|0,t,0),Ir.writeUint32LE($+i|0,t,4),Ir.writeUint32LE(T+o|0,t,8),Ir.writeUint32LE(I+c|0,t,12),Ir.writeUint32LE(f+l|0,t,16),Ir.writeUint32LE(E+h|0,t,20),Ir.writeUint32LE(J+d|0,t,24),Ir.writeUint32LE(z+v|0,t,28),Ir.writeUint32LE(ee+x|0,t,32),Ir.writeUint32LE(de+_|0,t,36),Ir.writeUint32LE(me+O|0,t,40),Ir.writeUint32LE(S+P|0,t,44),Ir.writeUint32LE(j+U|0,t,48),Ir.writeUint32LE(ce+H|0,t,52),Ir.writeUint32LE(le+G|0,t,56),Ir.writeUint32LE(re+R|0,t,60)}function Cd(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,c;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),c=o.length-e.length,o.set(e,c)}else{if(e.length!==16)throw new Error("ChaCha nonce with counter must be 16 bytes");o=e,c=i}for(var l=new Uint8Array(64),h=0;h<r.length;h+=64){Fw(l,o,t);for(var d=h;d<h+64&&d<r.length;d++)n[d]=r[d]^l[d-h];kw(o,0,c)}return ru.wipe(l),i===0&&ru.wipe(o),n}Ma.streamXOR=Cd;function Bw(t,e,r,n){return n===void 0&&(n=0),ru.wipe(r),Cd(t,e,r,r,n)}Ma.stream=Bw;function kw(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 Id={},ci={};Object.defineProperty(ci,"__esModule",{value:!0});function Hw(t,e,r){return~(t-1)&e|t-1&r}ci.select=Hw;function zw(t,e){return(t|0)-(e|0)-1>>>31&1}ci.lessOrEqual=zw;function Od(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}ci.compare=Od;function Ww(t,e){return t.length===0||e.length===0?!1:Od(t,e)!==0}ci.equal=Ww,function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=ci,r=Zr;t.DIGEST_LENGTH=16;var n=function(){function c(l){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 h=l[0]|l[1]<<8;this._r[0]=h&8191;var d=l[2]|l[3]<<8;this._r[1]=(h>>>13|d<<3)&8191;var v=l[4]|l[5]<<8;this._r[2]=(d>>>10|v<<6)&7939;var x=l[6]|l[7]<<8;this._r[3]=(v>>>7|x<<9)&8191;var _=l[8]|l[9]<<8;this._r[4]=(x>>>4|_<<12)&255,this._r[5]=_>>>1&8190;var O=l[10]|l[11]<<8;this._r[6]=(_>>>14|O<<2)&8191;var P=l[12]|l[13]<<8;this._r[7]=(O>>>11|P<<5)&8065;var U=l[14]|l[15]<<8;this._r[8]=(P>>>8|U<<8)&8191,this._r[9]=U>>>5&127,this._pad[0]=l[16]|l[17]<<8,this._pad[1]=l[18]|l[19]<<8,this._pad[2]=l[20]|l[21]<<8,this._pad[3]=l[22]|l[23]<<8,this._pad[4]=l[24]|l[25]<<8,this._pad[5]=l[26]|l[27]<<8,this._pad[6]=l[28]|l[29]<<8,this._pad[7]=l[30]|l[31]<<8}return c.prototype._blocks=function(l,h,d){for(var v=this._fin?0:2048,x=this._h[0],_=this._h[1],O=this._h[2],P=this._h[3],U=this._h[4],H=this._h[5],G=this._h[6],R=this._h[7],L=this._h[8],$=this._h[9],T=this._r[0],I=this._r[1],f=this._r[2],E=this._r[3],J=this._r[4],z=this._r[5],ee=this._r[6],de=this._r[7],me=this._r[8],S=this._r[9];d>=16;){var j=l[h+0]|l[h+1]<<8;x+=j&8191;var ce=l[h+2]|l[h+3]<<8;_+=(j>>>13|ce<<3)&8191;var le=l[h+4]|l[h+5]<<8;O+=(ce>>>10|le<<6)&8191;var re=l[h+6]|l[h+7]<<8;P+=(le>>>7|re<<9)&8191;var ne=l[h+8]|l[h+9]<<8;U+=(re>>>4|ne<<12)&8191,H+=ne>>>1&8191;var ae=l[h+10]|l[h+11]<<8;G+=(ne>>>14|ae<<2)&8191;var ie=l[h+12]|l[h+13]<<8;R+=(ae>>>11|ie<<5)&8191;var De=l[h+14]|l[h+15]<<8;L+=(ie>>>8|De<<8)&8191,$+=De>>>5|v;var ge=0,Be=ge;Be+=x*T,Be+=_*(5*S),Be+=O*(5*me),Be+=P*(5*de),Be+=U*(5*ee),ge=Be>>>13,Be&=8191,Be+=H*(5*z),Be+=G*(5*J),Be+=R*(5*E),Be+=L*(5*f),Be+=$*(5*I),ge+=Be>>>13,Be&=8191;var ye=ge;ye+=x*I,ye+=_*T,ye+=O*(5*S),ye+=P*(5*me),ye+=U*(5*de),ge=ye>>>13,ye&=8191,ye+=H*(5*ee),ye+=G*(5*z),ye+=R*(5*J),ye+=L*(5*E),ye+=$*(5*f),ge+=ye>>>13,ye&=8191;var Me=ge;Me+=x*f,Me+=_*I,Me+=O*T,Me+=P*(5*S),Me+=U*(5*me),ge=Me>>>13,Me&=8191,Me+=H*(5*de),Me+=G*(5*ee),Me+=R*(5*z),Me+=L*(5*J),Me+=$*(5*E),ge+=Me>>>13,Me&=8191;var X=ge;X+=x*E,X+=_*f,X+=O*I,X+=P*T,X+=U*(5*S),ge=X>>>13,X&=8191,X+=H*(5*me),X+=G*(5*de),X+=R*(5*ee),X+=L*(5*z),X+=$*(5*J),ge+=X>>>13,X&=8191;var Y=ge;Y+=x*J,Y+=_*E,Y+=O*f,Y+=P*I,Y+=U*T,ge=Y>>>13,Y&=8191,Y+=H*(5*S),Y+=G*(5*me),Y+=R*(5*de),Y+=L*(5*ee),Y+=$*(5*z),ge+=Y>>>13,Y&=8191;var W=ge;W+=x*z,W+=_*J,W+=O*E,W+=P*f,W+=U*I,ge=W>>>13,W&=8191,W+=H*T,W+=G*(5*S),W+=R*(5*me),W+=L*(5*de),W+=$*(5*ee),ge+=W>>>13,W&=8191;var w=ge;w+=x*ee,w+=_*z,w+=O*J,w+=P*E,w+=U*f,ge=w>>>13,w&=8191,w+=H*I,w+=G*T,w+=R*(5*S),w+=L*(5*me),w+=$*(5*de),ge+=w>>>13,w&=8191;var F=ge;F+=x*de,F+=_*ee,F+=O*z,F+=P*J,F+=U*E,ge=F>>>13,F&=8191,F+=H*f,F+=G*I,F+=R*T,F+=L*(5*S),F+=$*(5*me),ge+=F>>>13,F&=8191;var we=ge;we+=x*me,we+=_*de,we+=O*ee,we+=P*z,we+=U*J,ge=we>>>13,we&=8191,we+=H*E,we+=G*f,we+=R*I,we+=L*T,we+=$*(5*S),ge+=we>>>13,we&=8191;var ve=ge;ve+=x*S,ve+=_*me,ve+=O*de,ve+=P*ee,ve+=U*z,ge=ve>>>13,ve&=8191,ve+=H*J,ve+=G*E,ve+=R*f,ve+=L*I,ve+=$*T,ge+=ve>>>13,ve&=8191,ge=(ge<<2)+ge|0,ge=ge+Be|0,Be=ge&8191,ge=ge>>>13,ye+=ge,x=Be,_=ye,O=Me,P=X,U=Y,H=W,G=w,R=F,L=we,$=ve,h+=16,d-=16}this._h[0]=x,this._h[1]=_,this._h[2]=O,this._h[3]=P,this._h[4]=U,this._h[5]=H,this._h[6]=G,this._h[7]=R,this._h[8]=L,this._h[9]=$},c.prototype.finish=function(l,h){h===void 0&&(h=0);var d=new Uint16Array(10),v,x,_,O;if(this._leftover){for(O=this._leftover,this._buffer[O++]=1;O<16;O++)this._buffer[O]=0;this._fin=1,this._blocks(this._buffer,0,16)}for(v=this._h[1]>>>13,this._h[1]&=8191,O=2;O<10;O++)this._h[O]+=v,v=this._h[O]>>>13,this._h[O]&=8191;for(this._h[0]+=v*5,v=this._h[0]>>>13,this._h[0]&=8191,this._h[1]+=v,v=this._h[1]>>>13,this._h[1]&=8191,this._h[2]+=v,d[0]=this._h[0]+5,v=d[0]>>>13,d[0]&=8191,O=1;O<10;O++)d[O]=this._h[O]+v,v=d[O]>>>13,d[O]&=8191;for(d[9]-=8192,x=(v^1)-1,O=0;O<10;O++)d[O]&=x;for(x=~x,O=0;O<10;O++)this._h[O]=this._h[O]&x|d[O];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,_=this._h[0]+this._pad[0],this._h[0]=_&65535,O=1;O<8;O++)_=(this._h[O]+this._pad[O]|0)+(_>>>16)|0,this._h[O]=_&65535;return l[h+0]=this._h[0]>>>0,l[h+1]=this._h[0]>>>8,l[h+2]=this._h[1]>>>0,l[h+3]=this._h[1]>>>8,l[h+4]=this._h[2]>>>0,l[h+5]=this._h[2]>>>8,l[h+6]=this._h[3]>>>0,l[h+7]=this._h[3]>>>8,l[h+8]=this._h[4]>>>0,l[h+9]=this._h[4]>>>8,l[h+10]=this._h[5]>>>0,l[h+11]=this._h[5]>>>8,l[h+12]=this._h[6]>>>0,l[h+13]=this._h[6]>>>8,l[h+14]=this._h[7]>>>0,l[h+15]=this._h[7]>>>8,this._finished=!0,this},c.prototype.update=function(l){var h=0,d=l.length,v;if(this._leftover){v=16-this._leftover,v>d&&(v=d);for(var x=0;x<v;x++)this._buffer[this._leftover+x]=l[h+x];if(d-=v,h+=v,this._leftover+=v,this._leftover<16)return this;this._blocks(this._buffer,0,16),this._leftover=0}if(d>=16&&(v=d-d%16,this._blocks(l,h,v),h+=v,d-=v),d){for(var x=0;x<d;x++)this._buffer[this._leftover+x]=l[h+x];this._leftover+=d}return this},c.prototype.digest=function(){if(this._finished)throw new Error("Poly1305 was finished");var l=new Uint8Array(16);return this.finish(l),l},c.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},c}();t.Poly1305=n;function i(c,l){var h=new n(c);h.update(l);var d=h.digest();return h.clean(),d}t.oneTimeAuth=i;function o(c,l){return c.length!==t.DIGEST_LENGTH||l.length!==t.DIGEST_LENGTH?!1:e.equal(c,l)}t.equal=o}(Id),function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=Ma,r=Id,n=Zr,i=et,o=ci;t.KEY_LENGTH=32,t.NONCE_LENGTH=12,t.TAG_LENGTH=16;var c=new Uint8Array(16),l=function(){function h(d){if(this.nonceLength=t.NONCE_LENGTH,this.tagLength=t.TAG_LENGTH,d.length!==t.KEY_LENGTH)throw new Error("ChaCha20Poly1305 needs 32-byte key");this._key=new Uint8Array(d)}return h.prototype.seal=function(d,v,x,_){if(d.length>16)throw new Error("ChaCha20Poly1305: incorrect nonce length");var O=new Uint8Array(16);O.set(d,O.length-d.length);var P=new Uint8Array(32);e.stream(this._key,O,P,4);var U=v.length+this.tagLength,H;if(_){if(_.length!==U)throw new Error("ChaCha20Poly1305: incorrect destination length");H=_}else H=new Uint8Array(U);return e.streamXOR(this._key,O,v,H,4),this._authenticate(H.subarray(H.length-this.tagLength,H.length),P,H.subarray(0,H.length-this.tagLength),x),n.wipe(O),H},h.prototype.open=function(d,v,x,_){if(d.length>16)throw new Error("ChaCha20Poly1305: incorrect nonce length");if(v.length<this.tagLength)return null;var O=new Uint8Array(16);O.set(d,O.length-d.length);var P=new Uint8Array(32);e.stream(this._key,O,P,4);var U=new Uint8Array(this.tagLength);if(this._authenticate(U,P,v.subarray(0,v.length-this.tagLength),x),!o.equal(U,v.subarray(v.length-this.tagLength,v.length)))return null;var H=v.length-this.tagLength,G;if(_){if(_.length!==H)throw new Error("ChaCha20Poly1305: incorrect destination length");G=_}else G=new Uint8Array(H);return e.streamXOR(this._key,O,v.subarray(0,v.length-this.tagLength),G,4),n.wipe(O),G},h.prototype.clean=function(){return n.wipe(this._key),this},h.prototype._authenticate=function(d,v,x,_){var O=new r.Poly1305(v);_&&(O.update(_),_.length%16>0&&O.update(c.subarray(_.length%16))),O.update(x),x.length%16>0&&O.update(c.subarray(x.length%16));var P=new Uint8Array(8);_&&i.writeUint64LE(_.length,P),O.update(P),i.writeUint64LE(x.length,P),O.update(P);for(var U=O.digest(),H=0;H<U.length;H++)d[H]=U[H];O.clean(),n.wipe(U),n.wipe(P)},h}();t.ChaCha20Poly1305=l}(Jl);var Sd={},vo={},nu={};Object.defineProperty(nu,"__esModule",{value:!0});function qw(t){return typeof t.saveState<"u"&&typeof t.restoreState<"u"&&typeof t.cleanSavedState<"u"}nu.isSerializableHash=qw,Object.defineProperty(vo,"__esModule",{value:!0});var Dn=nu,Vw=ci,Kw=Zr,Dd=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),Dn.isSerializableHash(this._inner)&&Dn.isSerializableHash(this._outer)&&(this._innerKeyedState=this._inner.saveState(),this._outerKeyedState=this._outer.saveState()),Kw.wipe(n)}return t.prototype.reset=function(){if(!Dn.isSerializableHash(this._inner)||!Dn.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(){Dn.isSerializableHash(this._inner)&&this._inner.cleanSavedState(this._innerKeyedState),Dn.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(!Dn.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(!Dn.isSerializableHash(this._inner)||!Dn.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(!Dn.isSerializableHash(this._inner))throw new Error("hmac: can't cleanSavedState() because hash doesn't implement it");this._inner.cleanSavedState(e)},t}();vo.HMAC=Dd;function Gw(t,e,r){var n=new Dd(t,e);n.update(r);var i=n.digest();return n.clean(),i}vo.hmac=Gw,vo.equal=Vw.equal,Object.defineProperty(Sd,"__esModule",{value:!0});var Ad=vo,$d=Zr,Zw=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=Ad.hmac(this._hash,n,r);this._hmac=new Ad.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(),$d.wipe(this._buffer),$d.wipe(this._counter),this._bufpos=0},t}(),Yw=Sd.HKDF=Zw,Es={},Fa={},Ba={};Object.defineProperty(Ba,"__esModule",{value:!0}),Ba.BrowserRandomSource=void 0;const Pd=65536;class Jw{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+=Pd)this._crypto.getRandomValues(r.subarray(n,n+Math.min(r.length-n,Pd)));return r}}Ba.BrowserRandomSource=Jw;function Xw(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 ka={},Qw={},ev=Object.freeze({__proto__:null,default:Qw}),tv=Li(ev);Object.defineProperty(ka,"__esModule",{value:!0}),ka.NodeRandomSource=void 0;const rv=Zr;class nv{constructor(){if(this.isAvailable=!1,this.isInstantiated=!1,typeof Xw<"u"){const e=tv;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,rv.wipe)(r),n}}ka.NodeRandomSource=nv,Object.defineProperty(Fa,"__esModule",{value:!0}),Fa.SystemRandomSource=void 0;const iv=Ba,sv=ka;class ov{constructor(){if(this.isAvailable=!1,this.name="",this._source=new iv.BrowserRandomSource,this._source.isAvailable){this.isAvailable=!0,this.name="Browser";return}if(this._source=new sv.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)}}Fa.SystemRandomSource=ov,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.randomStringForEntropy=t.randomString=t.randomUint32=t.randomBytes=t.defaultRandomSource=void 0;const e=Fa,r=et,n=Zr;t.defaultRandomSource=new e.SystemRandomSource;function i(d,v=t.defaultRandomSource){return v.randomBytes(d)}t.randomBytes=i;function o(d=t.defaultRandomSource){const v=i(4,d),x=(0,r.readUint32LE)(v);return(0,n.wipe)(v),x}t.randomUint32=o;const c="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";function l(d,v=c,x=t.defaultRandomSource){if(v.length<2)throw new Error("randomString charset is too short");if(v.length>256)throw new Error("randomString charset is too long");let _="";const O=v.length,P=256-256%O;for(;d>0;){const U=i(Math.ceil(d*256/P),x);for(let H=0;H<U.length&&d>0;H++){const G=U[H];G<P&&(_+=v.charAt(G%O),d--)}(0,n.wipe)(U)}return _}t.randomString=l;function h(d,v=c,x=t.defaultRandomSource){const _=Math.ceil(d/(Math.log(v.length)/Math.LN2));return l(_,v,x)}t.randomStringForEntropy=h}(Es);var Ha={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=et,r=Zr;t.DIGEST_LENGTH=32,t.BLOCK_SIZE=64;var n=function(){function l(){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 l.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},l.prototype.reset=function(){return this._initState(),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this},l.prototype.clean=function(){r.wipe(this._buffer),r.wipe(this._temp),this.reset()},l.prototype.update=function(h,d){if(d===void 0&&(d=h.length),this._finished)throw new Error("SHA256: can't update because hash was finished.");var v=0;if(this._bytesHashed+=d,this._bufferLength>0){for(;this._bufferLength<this.blockSize&&d>0;)this._buffer[this._bufferLength++]=h[v++],d--;this._bufferLength===this.blockSize&&(o(this._temp,this._state,this._buffer,0,this.blockSize),this._bufferLength=0)}for(d>=this.blockSize&&(v=o(this._temp,this._state,h,v,d),d%=this.blockSize);d>0;)this._buffer[this._bufferLength++]=h[v++],d--;return this},l.prototype.finish=function(h){if(!this._finished){var d=this._bytesHashed,v=this._bufferLength,x=d/536870912|0,_=d<<3,O=d%64<56?64:128;this._buffer[v]=128;for(var P=v+1;P<O-8;P++)this._buffer[P]=0;e.writeUint32BE(x,this._buffer,O-8),e.writeUint32BE(_,this._buffer,O-4),o(this._temp,this._state,this._buffer,0,O),this._finished=!0}for(var P=0;P<this.digestLength/4;P++)e.writeUint32BE(this._state[P],h,P*4);return this},l.prototype.digest=function(){var h=new Uint8Array(this.digestLength);return this.finish(h),h},l.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}},l.prototype.restoreState=function(h){return this._state.set(h.state),this._bufferLength=h.bufferLength,h.buffer&&this._buffer.set(h.buffer),this._bytesHashed=h.bytesHashed,this._finished=!1,this},l.prototype.cleanSavedState=function(h){r.wipe(h.state),h.buffer&&r.wipe(h.buffer),h.bufferLength=0,h.bytesHashed=0},l}();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(l,h,d,v,x){for(;x>=64;){for(var _=h[0],O=h[1],P=h[2],U=h[3],H=h[4],G=h[5],R=h[6],L=h[7],$=0;$<16;$++){var T=v+$*4;l[$]=e.readUint32BE(d,T)}for(var $=16;$<64;$++){var I=l[$-2],f=(I>>>17|I<<32-17)^(I>>>19|I<<32-19)^I>>>10;I=l[$-15];var E=(I>>>7|I<<32-7)^(I>>>18|I<<32-18)^I>>>3;l[$]=(f+l[$-7]|0)+(E+l[$-16]|0)}for(var $=0;$<64;$++){var f=(((H>>>6|H<<26)^(H>>>11|H<<21)^(H>>>25|H<<7))+(H&G^~H&R)|0)+(L+(i[$]+l[$]|0)|0)|0,E=((_>>>2|_<<32-2)^(_>>>13|_<<32-13)^(_>>>22|_<<32-22))+(_&O^_&P^O&P)|0;L=R,R=G,G=H,H=U+f|0,U=P,P=O,O=_,_=f+E|0}h[0]+=_,h[1]+=O,h[2]+=P,h[3]+=U,h[4]+=H,h[5]+=G,h[6]+=R,h[7]+=L,v+=64,x-=64}return v}function c(l){var h=new n;h.update(l);var d=h.digest();return h.clean(),d}t.hash=c})(Ha);var iu={};(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=Es,r=Zr;t.PUBLIC_KEY_LENGTH=32,t.SECRET_KEY_LENGTH=32,t.SHARED_KEY_LENGTH=32;function n($){const T=new Float64Array(16);if($)for(let I=0;I<$.length;I++)T[I]=$[I];return T}const i=new Uint8Array(32);i[0]=9;const o=n([56129,1]);function c($){let T=1;for(let I=0;I<16;I++){let f=$[I]+T+65535;T=Math.floor(f/65536),$[I]=f-T*65536}$[0]+=T-1+37*(T-1)}function l($,T,I){const f=~(I-1);for(let E=0;E<16;E++){const J=f&($[E]^T[E]);$[E]^=J,T[E]^=J}}function h($,T){const I=n(),f=n();for(let E=0;E<16;E++)f[E]=T[E];c(f),c(f),c(f);for(let E=0;E<2;E++){I[0]=f[0]-65517;for(let z=1;z<15;z++)I[z]=f[z]-65535-(I[z-1]>>16&1),I[z-1]&=65535;I[15]=f[15]-32767-(I[14]>>16&1);const J=I[15]>>16&1;I[14]&=65535,l(f,I,1-J)}for(let E=0;E<16;E++)$[2*E]=f[E]&255,$[2*E+1]=f[E]>>8}function d($,T){for(let I=0;I<16;I++)$[I]=T[2*I]+(T[2*I+1]<<8);$[15]&=32767}function v($,T,I){for(let f=0;f<16;f++)$[f]=T[f]+I[f]}function x($,T,I){for(let f=0;f<16;f++)$[f]=T[f]-I[f]}function _($,T,I){let f,E,J=0,z=0,ee=0,de=0,me=0,S=0,j=0,ce=0,le=0,re=0,ne=0,ae=0,ie=0,De=0,ge=0,Be=0,ye=0,Me=0,X=0,Y=0,W=0,w=0,F=0,we=0,ve=0,Ue=0,nt=0,at=0,Ge=0,At=0,$t=0,Je=I[0],He=I[1],ke=I[2],Ke=I[3],rt=I[4],je=I[5],Ze=I[6],b=I[7],p=I[8],m=I[9],A=I[10],B=I[11],K=I[12],Q=I[13],Ee=I[14],Te=I[15];f=T[0],J+=f*Je,z+=f*He,ee+=f*ke,de+=f*Ke,me+=f*rt,S+=f*je,j+=f*Ze,ce+=f*b,le+=f*p,re+=f*m,ne+=f*A,ae+=f*B,ie+=f*K,De+=f*Q,ge+=f*Ee,Be+=f*Te,f=T[1],z+=f*Je,ee+=f*He,de+=f*ke,me+=f*Ke,S+=f*rt,j+=f*je,ce+=f*Ze,le+=f*b,re+=f*p,ne+=f*m,ae+=f*A,ie+=f*B,De+=f*K,ge+=f*Q,Be+=f*Ee,ye+=f*Te,f=T[2],ee+=f*Je,de+=f*He,me+=f*ke,S+=f*Ke,j+=f*rt,ce+=f*je,le+=f*Ze,re+=f*b,ne+=f*p,ae+=f*m,ie+=f*A,De+=f*B,ge+=f*K,Be+=f*Q,ye+=f*Ee,Me+=f*Te,f=T[3],de+=f*Je,me+=f*He,S+=f*ke,j+=f*Ke,ce+=f*rt,le+=f*je,re+=f*Ze,ne+=f*b,ae+=f*p,ie+=f*m,De+=f*A,ge+=f*B,Be+=f*K,ye+=f*Q,Me+=f*Ee,X+=f*Te,f=T[4],me+=f*Je,S+=f*He,j+=f*ke,ce+=f*Ke,le+=f*rt,re+=f*je,ne+=f*Ze,ae+=f*b,ie+=f*p,De+=f*m,ge+=f*A,Be+=f*B,ye+=f*K,Me+=f*Q,X+=f*Ee,Y+=f*Te,f=T[5],S+=f*Je,j+=f*He,ce+=f*ke,le+=f*Ke,re+=f*rt,ne+=f*je,ae+=f*Ze,ie+=f*b,De+=f*p,ge+=f*m,Be+=f*A,ye+=f*B,Me+=f*K,X+=f*Q,Y+=f*Ee,W+=f*Te,f=T[6],j+=f*Je,ce+=f*He,le+=f*ke,re+=f*Ke,ne+=f*rt,ae+=f*je,ie+=f*Ze,De+=f*b,ge+=f*p,Be+=f*m,ye+=f*A,Me+=f*B,X+=f*K,Y+=f*Q,W+=f*Ee,w+=f*Te,f=T[7],ce+=f*Je,le+=f*He,re+=f*ke,ne+=f*Ke,ae+=f*rt,ie+=f*je,De+=f*Ze,ge+=f*b,Be+=f*p,ye+=f*m,Me+=f*A,X+=f*B,Y+=f*K,W+=f*Q,w+=f*Ee,F+=f*Te,f=T[8],le+=f*Je,re+=f*He,ne+=f*ke,ae+=f*Ke,ie+=f*rt,De+=f*je,ge+=f*Ze,Be+=f*b,ye+=f*p,Me+=f*m,X+=f*A,Y+=f*B,W+=f*K,w+=f*Q,F+=f*Ee,we+=f*Te,f=T[9],re+=f*Je,ne+=f*He,ae+=f*ke,ie+=f*Ke,De+=f*rt,ge+=f*je,Be+=f*Ze,ye+=f*b,Me+=f*p,X+=f*m,Y+=f*A,W+=f*B,w+=f*K,F+=f*Q,we+=f*Ee,ve+=f*Te,f=T[10],ne+=f*Je,ae+=f*He,ie+=f*ke,De+=f*Ke,ge+=f*rt,Be+=f*je,ye+=f*Ze,Me+=f*b,X+=f*p,Y+=f*m,W+=f*A,w+=f*B,F+=f*K,we+=f*Q,ve+=f*Ee,Ue+=f*Te,f=T[11],ae+=f*Je,ie+=f*He,De+=f*ke,ge+=f*Ke,Be+=f*rt,ye+=f*je,Me+=f*Ze,X+=f*b,Y+=f*p,W+=f*m,w+=f*A,F+=f*B,we+=f*K,ve+=f*Q,Ue+=f*Ee,nt+=f*Te,f=T[12],ie+=f*Je,De+=f*He,ge+=f*ke,Be+=f*Ke,ye+=f*rt,Me+=f*je,X+=f*Ze,Y+=f*b,W+=f*p,w+=f*m,F+=f*A,we+=f*B,ve+=f*K,Ue+=f*Q,nt+=f*Ee,at+=f*Te,f=T[13],De+=f*Je,ge+=f*He,Be+=f*ke,ye+=f*Ke,Me+=f*rt,X+=f*je,Y+=f*Ze,W+=f*b,w+=f*p,F+=f*m,we+=f*A,ve+=f*B,Ue+=f*K,nt+=f*Q,at+=f*Ee,Ge+=f*Te,f=T[14],ge+=f*Je,Be+=f*He,ye+=f*ke,Me+=f*Ke,X+=f*rt,Y+=f*je,W+=f*Ze,w+=f*b,F+=f*p,we+=f*m,ve+=f*A,Ue+=f*B,nt+=f*K,at+=f*Q,Ge+=f*Ee,At+=f*Te,f=T[15],Be+=f*Je,ye+=f*He,Me+=f*ke,X+=f*Ke,Y+=f*rt,W+=f*je,w+=f*Ze,F+=f*b,we+=f*p,ve+=f*m,Ue+=f*A,nt+=f*B,at+=f*K,Ge+=f*Q,At+=f*Ee,$t+=f*Te,J+=38*ye,z+=38*Me,ee+=38*X,de+=38*Y,me+=38*W,S+=38*w,j+=38*F,ce+=38*we,le+=38*ve,re+=38*Ue,ne+=38*nt,ae+=38*at,ie+=38*Ge,De+=38*At,ge+=38*$t,E=1,f=J+E+65535,E=Math.floor(f/65536),J=f-E*65536,f=z+E+65535,E=Math.floor(f/65536),z=f-E*65536,f=ee+E+65535,E=Math.floor(f/65536),ee=f-E*65536,f=de+E+65535,E=Math.floor(f/65536),de=f-E*65536,f=me+E+65535,E=Math.floor(f/65536),me=f-E*65536,f=S+E+65535,E=Math.floor(f/65536),S=f-E*65536,f=j+E+65535,E=Math.floor(f/65536),j=f-E*65536,f=ce+E+65535,E=Math.floor(f/65536),ce=f-E*65536,f=le+E+65535,E=Math.floor(f/65536),le=f-E*65536,f=re+E+65535,E=Math.floor(f/65536),re=f-E*65536,f=ne+E+65535,E=Math.floor(f/65536),ne=f-E*65536,f=ae+E+65535,E=Math.floor(f/65536),ae=f-E*65536,f=ie+E+65535,E=Math.floor(f/65536),ie=f-E*65536,f=De+E+65535,E=Math.floor(f/65536),De=f-E*65536,f=ge+E+65535,E=Math.floor(f/65536),ge=f-E*65536,f=Be+E+65535,E=Math.floor(f/65536),Be=f-E*65536,J+=E-1+37*(E-1),E=1,f=J+E+65535,E=Math.floor(f/65536),J=f-E*65536,f=z+E+65535,E=Math.floor(f/65536),z=f-E*65536,f=ee+E+65535,E=Math.floor(f/65536),ee=f-E*65536,f=de+E+65535,E=Math.floor(f/65536),de=f-E*65536,f=me+E+65535,E=Math.floor(f/65536),me=f-E*65536,f=S+E+65535,E=Math.floor(f/65536),S=f-E*65536,f=j+E+65535,E=Math.floor(f/65536),j=f-E*65536,f=ce+E+65535,E=Math.floor(f/65536),ce=f-E*65536,f=le+E+65535,E=Math.floor(f/65536),le=f-E*65536,f=re+E+65535,E=Math.floor(f/65536),re=f-E*65536,f=ne+E+65535,E=Math.floor(f/65536),ne=f-E*65536,f=ae+E+65535,E=Math.floor(f/65536),ae=f-E*65536,f=ie+E+65535,E=Math.floor(f/65536),ie=f-E*65536,f=De+E+65535,E=Math.floor(f/65536),De=f-E*65536,f=ge+E+65535,E=Math.floor(f/65536),ge=f-E*65536,f=Be+E+65535,E=Math.floor(f/65536),Be=f-E*65536,J+=E-1+37*(E-1),$[0]=J,$[1]=z,$[2]=ee,$[3]=de,$[4]=me,$[5]=S,$[6]=j,$[7]=ce,$[8]=le,$[9]=re,$[10]=ne,$[11]=ae,$[12]=ie,$[13]=De,$[14]=ge,$[15]=Be}function O($,T){_($,T,T)}function P($,T){const I=n();for(let f=0;f<16;f++)I[f]=T[f];for(let f=253;f>=0;f--)O(I,I),f!==2&&f!==4&&_(I,I,T);for(let f=0;f<16;f++)$[f]=I[f]}function U($,T){const I=new Uint8Array(32),f=new Float64Array(80),E=n(),J=n(),z=n(),ee=n(),de=n(),me=n();for(let le=0;le<31;le++)I[le]=$[le];I[31]=$[31]&127|64,I[0]&=248,d(f,T);for(let le=0;le<16;le++)J[le]=f[le];E[0]=ee[0]=1;for(let le=254;le>=0;--le){const re=I[le>>>3]>>>(le&7)&1;l(E,J,re),l(z,ee,re),v(de,E,z),x(E,E,z),v(z,J,ee),x(J,J,ee),O(ee,de),O(me,E),_(E,z,E),_(z,J,de),v(de,E,z),x(E,E,z),O(J,E),x(z,ee,me),_(E,z,o),v(E,E,ee),_(z,z,E),_(E,ee,me),_(ee,J,f),O(J,de),l(E,J,re),l(z,ee,re)}for(let le=0;le<16;le++)f[le+16]=E[le],f[le+32]=z[le],f[le+48]=J[le],f[le+64]=ee[le];const S=f.subarray(32),j=f.subarray(16);P(S,S),_(j,j,S);const ce=new Uint8Array(32);return h(ce,j),ce}t.scalarMult=U;function H($){return U($,i)}t.scalarMultBase=H;function G($){if($.length!==t.SECRET_KEY_LENGTH)throw new Error(`x25519: seed must be ${t.SECRET_KEY_LENGTH} bytes`);const T=new Uint8Array($);return{publicKey:H(T),secretKey:T}}t.generateKeyPairFromSeed=G;function R($){const T=(0,e.randomBytes)(32,$),I=G(T);return(0,r.wipe)(T),I}t.generateKeyPair=R;function L($,T,I=!1){if($.length!==t.PUBLIC_KEY_LENGTH)throw new Error("X25519: incorrect secret key length");if(T.length!==t.PUBLIC_KEY_LENGTH)throw new Error("X25519: incorrect public key length");const f=U($,T);if(I){let E=0;for(let J=0;J<f.length;J++)E|=f[J];if(E===0)throw new Error("X25519: invalid shared key")}return f}t.sharedKey=L})(iu);function su(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function Td(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?su(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function ou(t,e){e||(e=t.reduce((i,o)=>i+o.length,0));const r=Td(e);let n=0;for(const i of t)r.set(i,n),n+=i.length;return su(r)}function av(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),c=o.charCodeAt(0);if(r[c]!==255)throw new TypeError(o+" is ambiguous");r[c]=i}var l=t.length,h=t.charAt(0),d=Math.log(l)/Math.log(256),v=Math.log(256)/Math.log(l);function x(P){if(P instanceof Uint8Array||(ArrayBuffer.isView(P)?P=new Uint8Array(P.buffer,P.byteOffset,P.byteLength):Array.isArray(P)&&(P=Uint8Array.from(P))),!(P instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(P.length===0)return"";for(var U=0,H=0,G=0,R=P.length;G!==R&&P[G]===0;)G++,U++;for(var L=(R-G)*v+1>>>0,$=new Uint8Array(L);G!==R;){for(var T=P[G],I=0,f=L-1;(T!==0||I<H)&&f!==-1;f--,I++)T+=256*$[f]>>>0,$[f]=T%l>>>0,T=T/l>>>0;if(T!==0)throw new Error("Non-zero carry");H=I,G++}for(var E=L-H;E!==L&&$[E]===0;)E++;for(var J=h.repeat(U);E<L;++E)J+=t.charAt($[E]);return J}function _(P){if(typeof P!="string")throw new TypeError("Expected String");if(P.length===0)return new Uint8Array;var U=0;if(P[U]!==" "){for(var H=0,G=0;P[U]===h;)H++,U++;for(var R=(P.length-U)*d+1>>>0,L=new Uint8Array(R);P[U];){var $=r[P.charCodeAt(U)];if($===255)return;for(var T=0,I=R-1;($!==0||T<G)&&I!==-1;I--,T++)$+=l*L[I]>>>0,L[I]=$%256>>>0,$=$/256>>>0;if($!==0)throw new Error("Non-zero carry");G=T,U++}if(P[U]!==" "){for(var f=R-G;f!==R&&L[f]===0;)f++;for(var E=new Uint8Array(H+(R-f)),J=H;f!==R;)E[J++]=L[f++];return E}}}function O(P){var U=_(P);if(U)return U;throw new Error(`Non-${e} character`)}return{encode:x,decodeUnsafe:_,decode:O}}var cv=av,lv=cv;const Nd=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")},uv=t=>new TextEncoder().encode(t),hv=t=>new TextDecoder().decode(t);class fv{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 dv{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 Rd(this,e)}}class pv{constructor(e){this.decoders=e}or(e){return Rd(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 Rd=(t,e)=>new pv({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}});class gv{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new fv(e,r,n),this.decoder=new dv(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const za=({name:t,prefix:e,encode:r,decode:n})=>new gv(t,e,r,n),yo=({prefix:t,name:e,alphabet:r})=>{const{encode:n,decode:i}=lv(r,e);return za({prefix:t,name:e,encode:n,decode:o=>Nd(i(o))})},mv=(t,e,r,n)=>{const i={};for(let v=0;v<e.length;++v)i[e[v]]=v;let o=t.length;for(;t[o-1]==="=";)--o;const c=new Uint8Array(o*r/8|0);let l=0,h=0,d=0;for(let v=0;v<o;++v){const x=i[t[v]];if(x===void 0)throw new SyntaxError(`Non-${n} character`);h=h<<r|x,l+=r,l>=8&&(l-=8,c[d++]=255&h>>l)}if(l>=r||255&h<<8-l)throw new SyntaxError("Unexpected end of data");return c},wv=(t,e,r)=>{const n=e[e.length-1]==="=",i=(1<<r)-1;let o="",c=0,l=0;for(let h=0;h<t.length;++h)for(l=l<<8|t[h],c+=8;c>r;)c-=r,o+=e[i&l>>c];if(c&&(o+=e[i&l<<r-c]),n)for(;o.length*r&7;)o+="=";return o},_r=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>za({prefix:e,name:t,encode(i){return wv(i,n,r)},decode(i){return mv(i,n,r,t)}}),vv=za({prefix:"\0",name:"identity",encode:t=>hv(t),decode:t=>uv(t)});var yv=Object.freeze({__proto__:null,identity:vv});const bv=_r({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var _v=Object.freeze({__proto__:null,base2:bv});const Ev=_r({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var xv=Object.freeze({__proto__:null,base8:Ev});const Cv=yo({prefix:"9",name:"base10",alphabet:"0123456789"});var Iv=Object.freeze({__proto__:null,base10:Cv});const Ov=_r({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Sv=_r({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Dv=Object.freeze({__proto__:null,base16:Ov,base16upper:Sv});const Av=_r({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),$v=_r({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Pv=_r({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Tv=_r({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Nv=_r({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Rv=_r({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Lv=_r({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Mv=_r({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Uv=_r({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var jv=Object.freeze({__proto__:null,base32:Av,base32upper:$v,base32pad:Pv,base32padupper:Tv,base32hex:Nv,base32hexupper:Rv,base32hexpad:Lv,base32hexpadupper:Mv,base32z:Uv});const Fv=yo({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Bv=yo({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var kv=Object.freeze({__proto__:null,base36:Fv,base36upper:Bv});const Hv=yo({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),zv=yo({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Wv=Object.freeze({__proto__:null,base58btc:Hv,base58flickr:zv});const qv=_r({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Vv=_r({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Kv=_r({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Gv=_r({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Zv=Object.freeze({__proto__:null,base64:qv,base64pad:Vv,base64url:Kv,base64urlpad:Gv});const Ld=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}"),Yv=Ld.reduce((t,e,r)=>(t[r]=e,t),[]),Jv=Ld.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function Xv(t){return t.reduce((e,r)=>(e+=Yv[r],e),"")}function Qv(t){const e=[];for(const r of t){const n=Jv[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}const ey=za({prefix:"\u{1F680}",name:"base256emoji",encode:Xv,decode:Qv});var ty=Object.freeze({__proto__:null,base256emoji:ey}),ry=Ud,Md=128,ny=127,iy=~ny,sy=Math.pow(2,31);function Ud(t,e,r){e=e||[],r=r||0;for(var n=r;t>=sy;)e[r++]=t&255|Md,t/=128;for(;t&iy;)e[r++]=t&255|Md,t>>>=7;return e[r]=t|0,Ud.bytes=r-n+1,e}var oy=au,ay=128,jd=127;function au(t,n){var r=0,n=n||0,i=0,o=n,c,l=t.length;do{if(o>=l)throw au.bytes=0,new RangeError("Could not decode varint");c=t[o++],r+=i<28?(c&jd)<<i:(c&jd)*Math.pow(2,i),i+=7}while(c>=ay);return au.bytes=o-n,r}var cy=Math.pow(2,7),ly=Math.pow(2,14),uy=Math.pow(2,21),hy=Math.pow(2,28),fy=Math.pow(2,35),dy=Math.pow(2,42),py=Math.pow(2,49),gy=Math.pow(2,56),my=Math.pow(2,63),wy=function(t){return t<cy?1:t<ly?2:t<uy?3:t<hy?4:t<fy?5:t<dy?6:t<py?7:t<gy?8:t<my?9:10},vy={encode:ry,decode:oy,encodingLength:wy},Fd=vy;const Bd=(t,e,r=0)=>(Fd.encode(t,e,r),e),kd=t=>Fd.encodingLength(t),cu=(t,e)=>{const r=e.byteLength,n=kd(t),i=n+kd(r),o=new Uint8Array(i+r);return Bd(t,o,0),Bd(r,o,n),o.set(e,i),new yy(t,r,e,o)};class yy{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}}const Hd=({name:t,code:e,encode:r})=>new by(t,e,r);class by{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?cu(this.code,r):r.then(n=>cu(this.code,n))}else throw Error("Unknown type, must be binary type")}}const zd=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),_y=Hd({name:"sha2-256",code:18,encode:zd("SHA-256")}),Ey=Hd({name:"sha2-512",code:19,encode:zd("SHA-512")});var xy=Object.freeze({__proto__:null,sha256:_y,sha512:Ey});const Wd=0,Cy="identity",qd=Nd;var Iy=Object.freeze({__proto__:null,identity:{code:Wd,name:Cy,encode:qd,digest:t=>cu(Wd,qd(t))}});new TextEncoder,new TextDecoder;const Vd={...yv,..._v,...xv,...Iv,...Dv,...jv,...kv,...Wv,...Zv,...ty};({...xy,...Iy});function Kd(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}const Gd=Kd("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),lu=Kd("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=Td(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),Zd={utf8:Gd,"utf-8":Gd,hex:Vd.base16,latin1:lu,ascii:lu,binary:lu,...Vd};function kr(t,e="utf8"){const r=Zd[e];if(!r)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?su(globalThis.Buffer.from(t,"utf-8")):r.decoder.decode(`${r.prefix}${t}`)}function Ar(t,e="utf8"){const r=Zd[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 Yd=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))},Oy=function(){function t(e,r,n){this.name=e,this.version=r,this.os=n,this.type="browser"}return t}(),Sy=function(){function t(e){this.version=e,this.type="node",this.name="node",this.os=process.platform}return t}(),Dy=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}(),Ay=function(){function t(){this.type="bot",this.bot=!0,this.name="bot",this.version=null,this.os=null}return t}(),$y=function(){function t(){this.type="react-native",this.name="react-native",this.version=null,this.os=null}return t}(),Py=/alexa|bot|crawl(er|ing)|facebookexternalhit|feedburner|google web preview|nagios|postrank|pingdom|slurp|spider|yahoo!|yandex/,Ty=/(nuhk|curl|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask\ Jeeves\/Teoma|ia_archiver)/,Jd=3,Ny=[["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",Py]],Xd=[["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 Ry(t){return t?Qd(t):typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"?new $y:typeof navigator<"u"?Qd(navigator.userAgent):Uy()}function Ly(t){return t!==""&&Ny.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 Qd(t){var e=Ly(t);if(!e)return null;var r=e[0],n=e[1];if(r==="searchbot")return new Ay;var i=n[1]&&n[1].split(".").join("_").split("_").slice(0,3);i?i.length<Jd&&(i=Yd(Yd([],i,!0),jy(Jd-i.length),!0)):i=[];var o=i.join("."),c=My(t),l=Ty.exec(t);return l&&l[1]?new Dy(r,o,c,l[1]):new Oy(r,o,c)}function My(t){for(var e=0,r=Xd.length;e<r;e++){var n=Xd[e],i=n[0],o=n[1],c=o.exec(t);if(c)return i}return null}function Uy(){var t=typeof process<"u"&&process.version;return t?new Sy(process.version.slice(1)):null}function jy(t){for(var e=[],r=0;r<t;r++)e.push("0");return e}var Ne={};/*! *****************************************************************************
|
|
2
2
|
Copyright (c) Microsoft Corporation.
|
|
3
3
|
|
|
4
4
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -11,13 +11,13 @@
|
|
|
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 hu=function(t,e){return hu=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])},hu(t,e)};function Hy(t,e){hu(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var fu=function(){return fu=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},fu.apply(this,arguments)};function zy(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 Wy(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(c=t[l])&&(o=(i<3?c(o):i>3?c(e,r,o):c(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function qy(t,e){return function(r,n){e(r,n,t)}}function Vy(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function Ky(t,e,r,n){function i(o){return o instanceof r?o:new r(function(c){c(o)})}return new(r||(r=Promise))(function(o,c){function l(v){try{d(n.next(v))}catch(x){c(x)}}function h(v){try{d(n.throw(v))}catch(x){c(x)}}function d(v){v.done?o(v.value):i(v.value).then(l,h)}d((n=n.apply(t,e||[])).next())})}function Gy(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,c;return c={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function l(d){return function(v){return h([d,v])}}function h(d){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=d[0]&2?i.return:d[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,d[1])).done)return o;switch(i=0,o&&(d=[d[0]&2,o.value]),d[0]){case 0:case 1:o=d;break;case 4:return r.label++,{value:d[1],done:!1};case 5:r.label++,i=d[1],d=[0];continue;case 7:d=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(d[0]===6||d[0]===2)){r=0;continue}if(d[0]===3&&(!o||d[1]>o[0]&&d[1]<o[3])){r.label=d[1];break}if(d[0]===6&&r.label<o[1]){r.label=o[1],o=d;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(d);break}o[2]&&r.ops.pop(),r.trys.pop();continue}d=e.call(t,r)}catch(v){d=[6,v],i=0}finally{n=o=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}function Zy(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function Yy(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function du(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 t1(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],c;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(l){c={error:l}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(c)throw c.error}}return o}function Jy(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(t1(arguments[e]));return t}function Xy(){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],c=0,l=o.length;c<l;c++,i++)n[i]=o[c];return n}function _o(t){return this instanceof _o?(this.v=t,this):new _o(t)}function Qy(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},c("next"),c("throw"),c("return"),i[Symbol.asyncIterator]=function(){return this},i;function c(_){n[_]&&(i[_]=function(O){return new Promise(function(P,U){o.push([_,O,P,U])>1||l(_,O)})})}function l(_,O){try{h(n[_](O))}catch(P){x(o[0][3],P)}}function h(_){_.value instanceof _o?Promise.resolve(_.value.v).then(d,v):x(o[0][2],_)}function d(_){l("next",_)}function v(_){l("throw",_)}function x(_,O){_(O),o.shift(),o.length&&l(o[0][0],o[0][1])}}function e5(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(c){return(r=!r)?{value:_o(t[i](c)),done:i==="return"}:o?o(c):c}:o}}function t5(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 du=="function"?du(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(c){return new Promise(function(l,h){c=t[o](c),i(l,h,c.done,c.value)})}}function i(o,c,l,h){Promise.resolve(h).then(function(d){o({value:d,done:l})},c)}}function r5(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function n5(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 i5(t){return t&&t.__esModule?t:{default:t}}function s5(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function o5(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 a5=Object.freeze({__proto__:null,__extends:Hy,get __assign(){return fu},__rest:zy,__decorate:Wy,__param:qy,__metadata:Vy,__awaiter:Ky,__generator:Gy,__createBinding:Zy,__exportStar:Yy,__values:du,__read:t1,__spread:Jy,__spreadArrays:Xy,__await:_o,__asyncGenerator:Qy,__asyncDelegator:e5,__asyncValues:t5,__makeTemplateObject:r5,__importStar:n5,__importDefault:i5,__classPrivateFieldGet:s5,__classPrivateFieldSet:o5}),qa=Mi(a5),pu={},Eo={},r1;function c5(){if(r1)return Eo;r1=1,Object.defineProperty(Eo,"__esModule",{value:!0}),Eo.delay=void 0;function t(e){return new Promise(r=>{setTimeout(()=>{r(!0)},e)})}return Eo.delay=t,Eo}var Ui={},gu={},ji={},n1;function l5(){return n1||(n1=1,Object.defineProperty(ji,"__esModule",{value:!0}),ji.ONE_THOUSAND=ji.ONE_HUNDRED=void 0,ji.ONE_HUNDRED=100,ji.ONE_THOUSAND=1e3),ji}var mu={},i1;function u5(){return i1||(i1=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}(mu)),mu}var s1;function o1(){return s1||(s1=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=qa;e.__exportStar(l5(),t),e.__exportStar(u5(),t)}(gu)),gu}var a1;function h5(){if(a1)return Ui;a1=1,Object.defineProperty(Ui,"__esModule",{value:!0}),Ui.fromMiliseconds=Ui.toMiliseconds=void 0;const t=o1();function e(n){return n*t.ONE_THOUSAND}Ui.toMiliseconds=e;function r(n){return Math.floor(n/t.ONE_THOUSAND)}return Ui.fromMiliseconds=r,Ui}var c1;function f5(){return c1||(c1=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=qa;e.__exportStar(c5(),t),e.__exportStar(h5(),t)}(pu)),pu}var Cs={},l1;function d5(){if(l1)return Cs;l1=1,Object.defineProperty(Cs,"__esModule",{value:!0}),Cs.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 Cs.Watch=t,Cs.default=t,Cs}var wu={},xo={},u1;function p5(){if(u1)return xo;u1=1,Object.defineProperty(xo,"__esModule",{value:!0}),xo.IWatch=void 0;class t{}return xo.IWatch=t,xo}var h1;function g5(){return h1||(h1=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),qa.__exportStar(p5(),t)}(wu)),wu}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=qa;e.__exportStar(f5(),t),e.__exportStar(d5(),t),e.__exportStar(g5(),t),e.__exportStar(o1(),t)})(Re);var St={};Object.defineProperty(St,"__esModule",{value:!0}),St.getLocalStorage=St.getLocalStorageOrThrow=St.getCrypto=St.getCryptoOrThrow=d1=St.getLocation=St.getLocationOrThrow=vu=St.getNavigator=St.getNavigatorOrThrow=f1=St.getDocument=St.getDocumentOrThrow=St.getFromWindowOrThrow=St.getFromWindow=void 0;function Fi(t){let e;return typeof window<"u"&&typeof window[t]<"u"&&(e=window[t]),e}St.getFromWindow=Fi;function Is(t){const e=Fi(t);if(!e)throw new Error(`${t} is not defined in Window`);return e}St.getFromWindowOrThrow=Is;function m5(){return Is("document")}St.getDocumentOrThrow=m5;function w5(){return Fi("document")}var f1=St.getDocument=w5;function v5(){return Is("navigator")}St.getNavigatorOrThrow=v5;function y5(){return Fi("navigator")}var vu=St.getNavigator=y5;function b5(){return Is("location")}St.getLocationOrThrow=b5;function _5(){return Fi("location")}var d1=St.getLocation=_5;function E5(){return Is("crypto")}St.getCryptoOrThrow=E5;function x5(){return Fi("crypto")}St.getCrypto=x5;function C5(){return Is("localStorage")}St.getLocalStorageOrThrow=C5;function I5(){return Fi("localStorage")}St.getLocalStorage=I5;var yu={};Object.defineProperty(yu,"__esModule",{value:!0});var p1=yu.getWindowMetadata=void 0;const g1=St;function O5(){let t,e;try{t=g1.getDocumentOrThrow(),e=g1.getLocationOrThrow()}catch{return null}function r(){const x=t.getElementsByTagName("link"),_=[];for(let O=0;O<x.length;O++){const P=x[O],U=P.getAttribute("rel");if(U&&U.toLowerCase().indexOf("icon")>-1){const H=P.getAttribute("href");if(H)if(H.toLowerCase().indexOf("https:")===-1&&H.toLowerCase().indexOf("http:")===-1&&H.indexOf("//")!==0){let G=e.protocol+"//"+e.host;if(H.indexOf("/")===0)G+=H;else{const N=e.pathname.split("/");N.pop();const L=N.join("/");G+=L+"/"+H}_.push(G)}else if(H.indexOf("//")===0){const G=e.protocol+H;_.push(G)}else _.push(H)}}return _}function n(...x){const _=t.getElementsByTagName("meta");for(let O=0;O<_.length;O++){const P=_[O],U=["itemprop","property","name"].map(H=>P.getAttribute(H)).filter(H=>H?x.includes(H):!1);if(U.length&&U){const H=P.getAttribute("content");if(H)return H}}return""}function i(){let x=n("name","og:site_name","og:title","twitter:title");return x||(x=t.title),x}function o(){return n("description","og:description","twitter:description","keywords")}const c=i(),l=o(),h=e.origin,d=r();return{description:l,url:h,icons:d,name:c}}p1=yu.getWindowMetadata=O5;var Co={},A5=t=>encodeURIComponent(t).replace(/[!'()*]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`),m1="%[a-f0-9]{2}",w1=new RegExp("("+m1+")|([^%]+?)","gi"),v1=new RegExp("("+m1+")+","gi");function bu(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([],bu(r),bu(n))}function S5(t){try{return decodeURIComponent(t)}catch{for(var e=t.match(w1)||[],r=1;r<e.length;r++)t=bu(e,r).join(""),e=t.match(w1)||[];return t}}function D5(t){for(var e={"%FE%FF":"\uFFFD\uFFFD","%FF%FE":"\uFFFD\uFFFD"},r=v1.exec(t);r;){try{e[r[0]]=decodeURIComponent(r[0])}catch{var n=S5(r[0]);n!==r[0]&&(e[r[0]]=n)}r=v1.exec(t)}e["%C2"]="\uFFFD";for(var i=Object.keys(e),o=0;o<i.length;o++){var c=i[o];t=t.replace(new RegExp(c,"g"),e[c])}return t}var $5=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 D5(t)}},P5=(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)]},T5=function(t,e){for(var r={},n=Object.keys(t),i=Array.isArray(e),o=0;o<n.length;o++){var c=n[o],l=t[c];(i?e.indexOf(c)!==-1:e(c,l,t))&&(r[c]=l)}return r};(function(t){const e=A5,r=$5,n=P5,i=T5,o=N=>N==null,c=Symbol("encodeFragmentIdentifier");function l(N){switch(N.arrayFormat){case"index":return L=>($,T)=>{const I=$.length;return T===void 0||N.skipNull&&T===null||N.skipEmptyString&&T===""?$:T===null?[...$,[v(L,N),"[",I,"]"].join("")]:[...$,[v(L,N),"[",v(I,N),"]=",v(T,N)].join("")]};case"bracket":return L=>($,T)=>T===void 0||N.skipNull&&T===null||N.skipEmptyString&&T===""?$:T===null?[...$,[v(L,N),"[]"].join("")]:[...$,[v(L,N),"[]=",v(T,N)].join("")];case"colon-list-separator":return L=>($,T)=>T===void 0||N.skipNull&&T===null||N.skipEmptyString&&T===""?$:T===null?[...$,[v(L,N),":list="].join("")]:[...$,[v(L,N),":list=",v(T,N)].join("")];case"comma":case"separator":case"bracket-separator":{const L=N.arrayFormat==="bracket-separator"?"[]=":"=";return $=>(T,I)=>I===void 0||N.skipNull&&I===null||N.skipEmptyString&&I===""?T:(I=I===null?"":I,T.length===0?[[v($,N),L,v(I,N)].join("")]:[[T,v(I,N)].join(N.arrayFormatSeparator)])}default:return L=>($,T)=>T===void 0||N.skipNull&&T===null||N.skipEmptyString&&T===""?$:T===null?[...$,v(L,N)]:[...$,[v(L,N),"=",v(T,N)].join("")]}}function h(N){let L;switch(N.arrayFormat){case"index":return($,T,I)=>{if(L=/\[(\d*)\]$/.exec($),$=$.replace(/\[\d*\]$/,""),!L){I[$]=T;return}I[$]===void 0&&(I[$]={}),I[$][L[1]]=T};case"bracket":return($,T,I)=>{if(L=/(\[\])$/.exec($),$=$.replace(/\[\]$/,""),!L){I[$]=T;return}if(I[$]===void 0){I[$]=[T];return}I[$]=[].concat(I[$],T)};case"colon-list-separator":return($,T,I)=>{if(L=/(:list)$/.exec($),$=$.replace(/:list$/,""),!L){I[$]=T;return}if(I[$]===void 0){I[$]=[T];return}I[$]=[].concat(I[$],T)};case"comma":case"separator":return($,T,I)=>{const f=typeof T=="string"&&T.includes(N.arrayFormatSeparator),E=typeof T=="string"&&!f&&x(T,N).includes(N.arrayFormatSeparator);T=E?x(T,N):T;const J=f||E?T.split(N.arrayFormatSeparator).map(z=>x(z,N)):T===null?T:x(T,N);I[$]=J};case"bracket-separator":return($,T,I)=>{const f=/(\[\])$/.test($);if($=$.replace(/\[\]$/,""),!f){I[$]=T&&x(T,N);return}const E=T===null?[]:T.split(N.arrayFormatSeparator).map(J=>x(J,N));if(I[$]===void 0){I[$]=E;return}I[$]=[].concat(I[$],E)};default:return($,T,I)=>{if(I[$]===void 0){I[$]=T;return}I[$]=[].concat(I[$],T)}}}function d(N){if(typeof N!="string"||N.length!==1)throw new TypeError("arrayFormatSeparator must be single character string")}function v(N,L){return L.encode?L.strict?e(N):encodeURIComponent(N):N}function x(N,L){return L.decode?r(N):N}function _(N){return Array.isArray(N)?N.sort():typeof N=="object"?_(Object.keys(N)).sort((L,$)=>Number(L)-Number($)).map(L=>N[L]):N}function O(N){const L=N.indexOf("#");return L!==-1&&(N=N.slice(0,L)),N}function P(N){let L="";const $=N.indexOf("#");return $!==-1&&(L=N.slice($)),L}function U(N){N=O(N);const L=N.indexOf("?");return L===-1?"":N.slice(L+1)}function H(N,L){return L.parseNumbers&&!Number.isNaN(Number(N))&&typeof N=="string"&&N.trim()!==""?N=Number(N):L.parseBooleans&&N!==null&&(N.toLowerCase()==="true"||N.toLowerCase()==="false")&&(N=N.toLowerCase()==="true"),N}function G(N,L){L=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},L),d(L.arrayFormatSeparator);const $=h(L),T=Object.create(null);if(typeof N!="string"||(N=N.trim().replace(/^[?#&]/,""),!N))return T;for(const I of N.split("&")){if(I==="")continue;let[f,E]=n(L.decode?I.replace(/\+/g," "):I,"=");E=E===void 0?null:["comma","separator","bracket-separator"].includes(L.arrayFormat)?E:x(E,L),$(x(f,L),E,T)}for(const I of Object.keys(T)){const f=T[I];if(typeof f=="object"&&f!==null)for(const E of Object.keys(f))f[E]=H(f[E],L);else T[I]=H(f,L)}return L.sort===!1?T:(L.sort===!0?Object.keys(T).sort():Object.keys(T).sort(L.sort)).reduce((I,f)=>{const E=T[f];return E&&typeof E=="object"&&!Array.isArray(E)?I[f]=_(E):I[f]=E,I},Object.create(null))}t.extract=U,t.parse=G,t.stringify=(N,L)=>{if(!N)return"";L=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},L),d(L.arrayFormatSeparator);const $=E=>L.skipNull&&o(N[E])||L.skipEmptyString&&N[E]==="",T=l(L),I={};for(const E of Object.keys(N))$(E)||(I[E]=N[E]);const f=Object.keys(I);return L.sort!==!1&&f.sort(L.sort),f.map(E=>{const J=N[E];return J===void 0?"":J===null?v(E,L):Array.isArray(J)?J.length===0&&L.arrayFormat==="bracket-separator"?v(E,L)+"[]":J.reduce(T(E),[]).join("&"):v(E,L)+"="+v(J,L)}).filter(E=>E.length>0).join("&")},t.parseUrl=(N,L)=>{L=Object.assign({decode:!0},L);const[$,T]=n(N,"#");return Object.assign({url:$.split("?")[0]||"",query:G(U(N),L)},L&&L.parseFragmentIdentifier&&T?{fragmentIdentifier:x(T,L)}:{})},t.stringifyUrl=(N,L)=>{L=Object.assign({encode:!0,strict:!0,[c]:!0},L);const $=O(N.url).split("?")[0]||"",T=t.extract(N.url),I=t.parse(T,{sort:!1}),f=Object.assign(I,N.query);let E=t.stringify(f,L);E&&(E=`?${E}`);let J=P(N.url);return N.fragmentIdentifier&&(J=`#${L[c]?v(N.fragmentIdentifier,L):N.fragmentIdentifier}`),`${$}${E}${J}`},t.pick=(N,L,$)=>{$=Object.assign({parseFragmentIdentifier:!0,[c]:!1},$);const{url:T,query:I,fragmentIdentifier:f}=t.parseUrl(N,$);return t.stringifyUrl({url:T,query:i(I,L),fragmentIdentifier:f},$)},t.exclude=(N,L,$)=>{const T=Array.isArray(L)?I=>!L.includes(I):(I,f)=>!L(I,f);return t.pick(N,T,$)}})(Co);const R5={waku:{publish:"waku_publish",batchPublish:"waku_batchPublish",subscribe:"waku_subscribe",batchSubscribe:"waku_batchSubscribe",subscription:"waku_subscription",unsubscribe:"waku_unsubscribe",batchUnsubscribe:"waku_batchUnsubscribe"},irn:{publish:"irn_publish",batchPublish:"irn_batchPublish",subscribe:"irn_subscribe",batchSubscribe:"irn_batchSubscribe",subscription:"irn_subscription",unsubscribe:"irn_unsubscribe",batchUnsubscribe:"irn_batchUnsubscribe"},iridium:{publish:"iridium_publish",batchPublish:"iridium_batchPublish",subscribe:"iridium_subscribe",batchSubscribe:"iridium_batchSubscribe",subscription:"iridium_subscription",unsubscribe:"iridium_unsubscribe",batchUnsubscribe:"iridium_batchUnsubscribe"}};function N5(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 y1(t,e){return t.includes(":")?[t]:e.chains||[]}const b1="base10",$r="base16",_u="base64pad",Eu="utf8",_1=0,Bi=1,L5=0,E1=1,xu=12,Cu=32;function M5(){const t=su.generateKeyPair();return{privateKey:Dr(t.secretKey,$r),publicKey:Dr(t.publicKey,$r)}}function Iu(){const t=xs.randomBytes(Cu);return Dr(t,$r)}function U5(t,e){const r=su.sharedKey(Hr(t,$r),Hr(e,$r)),n=new Qw(za.SHA256,r).expand(Cu);return Dr(n,$r)}function j5(t){const e=za.hash(Hr(t,$r));return Dr(e,$r)}function Os(t){const e=za.hash(Hr(t,Eu));return Dr(e,$r)}function F5(t){return Hr(`${t}`,b1)}function Io(t){return Number(Dr(t,b1))}function B5(t){const e=F5(typeof t.type<"u"?t.type:_1);if(Io(e)===Bi&&typeof t.senderPublicKey>"u")throw new Error("Missing sender public key for type 1 envelope");const r=typeof t.senderPublicKey<"u"?Hr(t.senderPublicKey,$r):void 0,n=typeof t.iv<"u"?Hr(t.iv,$r):xs.randomBytes(xu),i=new Xl.ChaCha20Poly1305(Hr(t.symKey,$r)).seal(n,Hr(t.message,Eu));return H5({type:e,sealed:i,iv:n,senderPublicKey:r})}function k5(t){const e=new Xl.ChaCha20Poly1305(Hr(t.symKey,$r)),{sealed:r,iv:n}=Va(t.encoded),i=e.open(n,r);if(i===null)throw new Error("Failed to decrypt");return Dr(i,Eu)}function H5(t){if(Io(t.type)===Bi){if(typeof t.senderPublicKey>"u")throw new Error("Missing sender public key for type 1 envelope");return Dr(au([t.type,t.senderPublicKey,t.iv,t.sealed]),_u)}return Dr(au([t.type,t.iv,t.sealed]),_u)}function Va(t){const e=Hr(t,_u),r=e.slice(L5,E1),n=E1;if(Io(r)===Bi){const l=n+Cu,h=l+xu,d=e.slice(n,l),v=e.slice(l,h),x=e.slice(h);return{type:r,sealed:x,iv:v,senderPublicKey:d}}const i=n+xu,o=e.slice(n,i),c=e.slice(i);return{type:r,sealed:c,iv:o}}function z5(t,e){const r=Va(t);return x1({type:Io(r.type),senderPublicKey:typeof r.senderPublicKey<"u"?Dr(r.senderPublicKey,$r):void 0,receiverPublicKey:e?.receiverPublicKey})}function x1(t){const e=t?.type||_1;if(e===Bi){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 C1(t){return t.type===Bi&&typeof t.senderPublicKey=="string"&&typeof t.receiverPublicKey=="string"}var W5=Object.defineProperty,I1=Object.getOwnPropertySymbols,q5=Object.prototype.hasOwnProperty,V5=Object.prototype.propertyIsEnumerable,O1=(t,e,r)=>e in t?W5(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,A1=(t,e)=>{for(var r in e||(e={}))q5.call(e,r)&&O1(t,r,e[r]);if(I1)for(var r of I1(e))V5.call(e,r)&&O1(t,r,e[r]);return t};const K5="ReactNative",ki={reactNative:"react-native",node:"node",browser:"browser",unknown:"unknown"},G5="js";function Ou(){return typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.node<"u"}function S1(){return!f1()&&!!vu()&&navigator.product===K5}function Au(){return!Ou()&&!!vu()}function D1(){return S1()?ki.reactNative:Ou()?ki.node:Au()?ki.browser:ki.unknown}function Z5(t,e){let r=Co.parse(t);return r=A1(A1({},r),e),t=Co.stringify(r),t}function Y5(){return p1()||{name:"",description:"",url:"",icons:[""]}}function J5(){if(typeof(global==null?void 0:global.Platform)<"u"){const{OS:r,Version:n}=global.Platform;return[r,n].join("-")}const t=Uy();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 X5(){var t;const e=D1();return e===ki.browser?[e,((t=d1())==null?void 0:t.host)||"unknown"].join(":"):e}function Q5(t,e,r){const n=J5(),i=X5();return[[t,e].join("-"),[G5,r].join("-"),n,i].join("/")}function eb({protocol:t,version:e,relayUrl:r,sdkVersion:n,auth:i,projectId:o,useOnCloseEvent:c}){const l=r.split("?"),h=Q5(t,e,n),d={auth:i,ua:h,projectId:o,useOnCloseEvent:c||void 0},v=Z5(l[1]||"",d);return l[0]+"?"+v}function Hi(t,e){return t.filter(r=>e.includes(r)).length===t.length}function $1(t){return Object.fromEntries(t.entries())}function P1(t){return new Map(Object.entries(t))}function As(t=Re.FIVE_MINUTES,e){const r=Re.toMiliseconds(t||Re.FIVE_MINUTES);let n,i,o;return{resolve:c=>{o&&n&&(clearTimeout(o),n(c))},reject:c=>{o&&i&&(clearTimeout(o),i(c))},done:()=>new Promise((c,l)=>{o=setTimeout(()=>{l(new Error(e))},r),n=c,i=l})}}function Ka(t,e,r){return new Promise(async(n,i)=>{const o=setTimeout(()=>i(new Error(r)),e);try{const c=await t;n(c)}catch(c){i(c)}clearTimeout(o)})}function T1(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 tb(t){return T1("topic",t)}function rb(t){return T1("id",t)}function R1(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 $n(t,e){return Re.fromMiliseconds((e||Date.now())+Re.toMiliseconds(t))}function ui(t){return Date.now()>=Re.toMiliseconds(t)}function rr(t,e){return`${t}${e?`:${e}`:""}`}function Su(t=[],e=[]){return[...new Set([...t,...e])]}async function nb({id:t,topic:e,wcDeepLink:r}){try{if(!r)return;const n=typeof r=="string"?JSON.parse(r):r;let i=n?.href;if(typeof i!="string")return;i.endsWith("/")&&(i=i.slice(0,-1));const o=`${i}/wc?requestId=${t}&sessionTopic=${e}`,c=D1();c===ki.browser?window.open(o,"_self","noreferrer noopener"):c===ki.reactNative&&typeof(global==null?void 0:global.Linking)<"u"&&await global.Linking.openURL(o)}catch(n){console.error(n)}}const ib="irn";function Du(t){return t?.relay||{protocol:ib}}function Ga(t){const e=R5[t];if(typeof e>"u")throw new Error(`Relay Protocol not supported: ${t}`);return e}var sb=Object.defineProperty,N1=Object.getOwnPropertySymbols,ob=Object.prototype.hasOwnProperty,ab=Object.prototype.propertyIsEnumerable,L1=(t,e,r)=>e in t?sb(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,cb=(t,e)=>{for(var r in e||(e={}))ob.call(e,r)&&L1(t,r,e[r]);if(N1)for(var r of N1(e))ab.call(e,r)&&L1(t,r,e[r]);return t};function lb(t,e="-"){const r={},n="relay"+e;return Object.keys(t).forEach(i=>{if(i.startsWith(n)){const o=i.replace(n,""),c=t[i];r[o]=c}}),r}function ub(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):"",c=Co.parse(o);return{protocol:n,topic:hb(i[0]),version:parseInt(i[1],10),symKey:c.symKey,relay:lb(c)}}function hb(t){return t.startsWith("//")?t.substring(2):t}function fb(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 db(t){return`${t.protocol}:${t.topic}@${t.version}?`+Co.stringify(cb({symKey:t.symKey},fb(t.relay)))}function Ss(t){const e=[];return t.forEach(r=>{const[n,i]=r.split(":");e.push(`${n}:${i}`)}),e}function pb(t){const e=[];return Object.values(t).forEach(r=>{e.push(...Ss(r.accounts))}),e}function gb(t,e){const r=[];return Object.values(t).forEach(n=>{Ss(n.accounts).includes(e)&&r.push(...n.methods)}),r}function mb(t,e){const r=[];return Object.values(t).forEach(n=>{Ss(n.accounts).includes(e)&&r.push(...n.events)}),r}function wb(t,e){const r=Ya(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(c=>`${c.split(":")[0]}:${c.split(":")[1]}`)};return n}function M1(t){return t.includes(":")}function Za(t){return M1(t)?t.split(":")[0]:t}const vb={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}},yb={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 _e(t,e){const{message:r,code:n}=yb[t];return{message:e?`${r} ${e}`:r,code:n}}function Yt(t,e){const{message:r,code:n}=vb[t];return{message:e?`${r} ${e}`:r,code:n}}function zn(t,e){return Array.isArray(t)?typeof e<"u"&&t.length?t.every(e):!0:!1}function Ds(t){return Object.getPrototypeOf(t)===Object.prototype&&Object.keys(t).length}function Pr(t){return typeof t>"u"}function gr(t,e){return e&&Pr(t)?!0:typeof t=="string"&&!!t.trim().length}function $u(t,e){return e&&Pr(t)?!0:typeof t=="number"&&!isNaN(t)}function bb(t,e){const{requiredNamespaces:r}=e,n=Object.keys(t.namespaces),i=Object.keys(r);let o=!0;return Hi(i,n)?(n.forEach(c=>{const{accounts:l,methods:h,events:d}=t.namespaces[c],v=Ss(l),x=r[c];(!Hi(y1(c,x),v)||!Hi(x.methods,h)||!Hi(x.events,d))&&(o=!1)}),o):!1}function Pu(t){return gr(t,!1)&&t.includes(":")?t.split(":").length===2:!1}function _b(t){if(gr(t,!1)&&t.includes(":")){const e=t.split(":");if(e.length===3){const r=e[0]+":"+e[1];return!!e[2]&&Pu(r)}}return!1}function Eb(t){if(gr(t,!1))try{return typeof new URL(t)<"u"}catch{return!1}return!1}function xb(t){var e;return(e=t?.proposer)==null?void 0:e.publicKey}function Cb(t){return t?.topic}function Ib(t,e){let r=null;return gr(t?.publicKey,!1)||(r=_e("MISSING_OR_INVALID",`${e} controller public key should be a string`)),r}function U1(t){let e=!0;return zn(t)?t.length&&(e=t.every(r=>gr(r,!1))):e=!1,e}function Ob(t,e,r){let n=null;return zn(e)?e.forEach(i=>{n||(!Pu(i)||!i.includes(t))&&(n=Yt("UNSUPPORTED_CHAINS",`${r}, chain ${i} should be a string and conform to "namespace:chainId" format`))}):n=Yt("UNSUPPORTED_CHAINS",`${r}, chains ${e} should be an array of strings conforming to "namespace:chainId" format`),n}function Ab(t,e){let r=null;return Object.entries(t).forEach(([n,i])=>{if(r)return;const o=Ob(n,y1(n,i),`${e} requiredNamespace`);o&&(r=o)}),r}function Sb(t,e){let r=null;return zn(t)?t.forEach(n=>{r||_b(n)||(r=Yt("UNSUPPORTED_ACCOUNTS",`${e}, account ${n} should be a string and conform to "namespace:chainId:address" format`))}):r=Yt("UNSUPPORTED_ACCOUNTS",`${e}, accounts should be an array of strings conforming to "namespace:chainId:address" format`),r}function Db(t,e){let r=null;return Object.values(t).forEach(n=>{if(r)return;const i=Sb(n?.accounts,`${e} namespace`);i&&(r=i)}),r}function $b(t,e){let r=null;return U1(t?.methods)?U1(t?.events)||(r=Yt("UNSUPPORTED_EVENTS",`${e}, events should be an array of strings or empty array for no events`)):r=Yt("UNSUPPORTED_METHODS",`${e}, methods should be an array of strings or empty array for no methods`),r}function j1(t,e){let r=null;return Object.values(t).forEach(n=>{if(r)return;const i=$b(n,`${e}, namespace`);i&&(r=i)}),r}function Pb(t,e,r){let n=null;if(t&&Ds(t)){const i=j1(t,e);i&&(n=i);const o=Ab(t,e);o&&(n=o)}else n=_e("MISSING_OR_INVALID",`${e}, ${r} should be an object with data`);return n}function Ya(t,e){let r=null;if(t&&Ds(t)){const n=j1(t,e);n&&(r=n);const i=Db(t,e);i&&(r=i)}else r=_e("MISSING_OR_INVALID",`${e}, namespaces should be an object with data`);return r}function F1(t){return gr(t.protocol,!0)}function Tb(t,e){let r=!1;return e&&!t?r=!0:t&&zn(t)&&t.length&&t.forEach(n=>{r=F1(n)}),r}function Rb(t){return typeof t=="number"}function zr(t){return typeof t<"u"&&typeof t!==null}function Nb(t){return!(!t||typeof t!="object"||!t.code||!$u(t.code,!1)||!t.message||!gr(t.message,!1))}function Lb(t){return!(Pr(t)||!gr(t.method,!1))}function Mb(t){return!(Pr(t)||Pr(t.result)&&Pr(t.error)||!$u(t.id,!1)||!gr(t.jsonrpc,!1))}function Ub(t){return!(Pr(t)||!gr(t.name,!1))}function B1(t,e){return!(!Pu(e)||!pb(t).includes(e))}function jb(t,e,r){return gr(r,!1)?gb(t,e).includes(r):!1}function Fb(t,e,r){return gr(r,!1)?mb(t,e).includes(r):!1}function k1(t,e,r){let n=null;const i=Bb(t),o=kb(e),c=Object.keys(i),l=Object.keys(o),h=H1(Object.keys(t)),d=H1(Object.keys(e)),v=h.filter(x=>!d.includes(x));return v.length&&(n=_e("NON_CONFORMING_NAMESPACES",`${r} namespaces keys don't satisfy requiredNamespaces.
|
|
14
|
+
***************************************************************************** */var uu=function(t,e){return uu=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])},uu(t,e)};function Fy(t,e){uu(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var hu=function(){return hu=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},hu.apply(this,arguments)};function By(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 ky(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(c=t[l])&&(o=(i<3?c(o):i>3?c(e,r,o):c(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function Hy(t,e){return function(r,n){e(r,n,t)}}function zy(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function Wy(t,e,r,n){function i(o){return o instanceof r?o:new r(function(c){c(o)})}return new(r||(r=Promise))(function(o,c){function l(v){try{d(n.next(v))}catch(x){c(x)}}function h(v){try{d(n.throw(v))}catch(x){c(x)}}function d(v){v.done?o(v.value):i(v.value).then(l,h)}d((n=n.apply(t,e||[])).next())})}function qy(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,c;return c={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function l(d){return function(v){return h([d,v])}}function h(d){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=d[0]&2?i.return:d[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,d[1])).done)return o;switch(i=0,o&&(d=[d[0]&2,o.value]),d[0]){case 0:case 1:o=d;break;case 4:return r.label++,{value:d[1],done:!1};case 5:r.label++,i=d[1],d=[0];continue;case 7:d=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(d[0]===6||d[0]===2)){r=0;continue}if(d[0]===3&&(!o||d[1]>o[0]&&d[1]<o[3])){r.label=d[1];break}if(d[0]===6&&r.label<o[1]){r.label=o[1],o=d;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(d);break}o[2]&&r.ops.pop(),r.trys.pop();continue}d=e.call(t,r)}catch(v){d=[6,v],i=0}finally{n=o=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}function Vy(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function Ky(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function fu(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 e1(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],c;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(l){c={error:l}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(c)throw c.error}}return o}function Gy(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(e1(arguments[e]));return t}function Zy(){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],c=0,l=o.length;c<l;c++,i++)n[i]=o[c];return n}function bo(t){return this instanceof bo?(this.v=t,this):new bo(t)}function Yy(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},c("next"),c("throw"),c("return"),i[Symbol.asyncIterator]=function(){return this},i;function c(_){n[_]&&(i[_]=function(O){return new Promise(function(P,U){o.push([_,O,P,U])>1||l(_,O)})})}function l(_,O){try{h(n[_](O))}catch(P){x(o[0][3],P)}}function h(_){_.value instanceof bo?Promise.resolve(_.value.v).then(d,v):x(o[0][2],_)}function d(_){l("next",_)}function v(_){l("throw",_)}function x(_,O){_(O),o.shift(),o.length&&l(o[0][0],o[0][1])}}function Jy(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(c){return(r=!r)?{value:bo(t[i](c)),done:i==="return"}:o?o(c):c}:o}}function Xy(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 fu=="function"?fu(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(c){return new Promise(function(l,h){c=t[o](c),i(l,h,c.done,c.value)})}}function i(o,c,l,h){Promise.resolve(h).then(function(d){o({value:d,done:l})},c)}}function Qy(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function e5(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 t5(t){return t&&t.__esModule?t:{default:t}}function r5(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function n5(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 i5=Object.freeze({__proto__:null,__extends:Fy,get __assign(){return hu},__rest:By,__decorate:ky,__param:Hy,__metadata:zy,__awaiter:Wy,__generator:qy,__createBinding:Vy,__exportStar:Ky,__values:fu,__read:e1,__spread:Gy,__spreadArrays:Zy,__await:bo,__asyncGenerator:Yy,__asyncDelegator:Jy,__asyncValues:Xy,__makeTemplateObject:Qy,__importStar:e5,__importDefault:t5,__classPrivateFieldGet:r5,__classPrivateFieldSet:n5}),Wa=Li(i5),du={},_o={},t1;function s5(){if(t1)return _o;t1=1,Object.defineProperty(_o,"__esModule",{value:!0}),_o.delay=void 0;function t(e){return new Promise(r=>{setTimeout(()=>{r(!0)},e)})}return _o.delay=t,_o}var Mi={},pu={},Ui={},r1;function o5(){return r1||(r1=1,Object.defineProperty(Ui,"__esModule",{value:!0}),Ui.ONE_THOUSAND=Ui.ONE_HUNDRED=void 0,Ui.ONE_HUNDRED=100,Ui.ONE_THOUSAND=1e3),Ui}var gu={},n1;function a5(){return n1||(n1=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}(gu)),gu}var i1;function s1(){return i1||(i1=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Wa;e.__exportStar(o5(),t),e.__exportStar(a5(),t)}(pu)),pu}var o1;function c5(){if(o1)return Mi;o1=1,Object.defineProperty(Mi,"__esModule",{value:!0}),Mi.fromMiliseconds=Mi.toMiliseconds=void 0;const t=s1();function e(n){return n*t.ONE_THOUSAND}Mi.toMiliseconds=e;function r(n){return Math.floor(n/t.ONE_THOUSAND)}return Mi.fromMiliseconds=r,Mi}var a1;function l5(){return a1||(a1=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Wa;e.__exportStar(s5(),t),e.__exportStar(c5(),t)}(du)),du}var xs={},c1;function u5(){if(c1)return xs;c1=1,Object.defineProperty(xs,"__esModule",{value:!0}),xs.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 xs.Watch=t,xs.default=t,xs}var mu={},Eo={},l1;function h5(){if(l1)return Eo;l1=1,Object.defineProperty(Eo,"__esModule",{value:!0}),Eo.IWatch=void 0;class t{}return Eo.IWatch=t,Eo}var u1;function f5(){return u1||(u1=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Wa.__exportStar(h5(),t)}(mu)),mu}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Wa;e.__exportStar(l5(),t),e.__exportStar(u5(),t),e.__exportStar(f5(),t),e.__exportStar(s1(),t)})(Ne);var Dt={};Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.getLocalStorage=Dt.getLocalStorageOrThrow=Dt.getCrypto=Dt.getCryptoOrThrow=f1=Dt.getLocation=Dt.getLocationOrThrow=wu=Dt.getNavigator=Dt.getNavigatorOrThrow=h1=Dt.getDocument=Dt.getDocumentOrThrow=Dt.getFromWindowOrThrow=Dt.getFromWindow=void 0;function ji(t){let e;return typeof window<"u"&&typeof window[t]<"u"&&(e=window[t]),e}Dt.getFromWindow=ji;function Cs(t){const e=ji(t);if(!e)throw new Error(`${t} is not defined in Window`);return e}Dt.getFromWindowOrThrow=Cs;function d5(){return Cs("document")}Dt.getDocumentOrThrow=d5;function p5(){return ji("document")}var h1=Dt.getDocument=p5;function g5(){return Cs("navigator")}Dt.getNavigatorOrThrow=g5;function m5(){return ji("navigator")}var wu=Dt.getNavigator=m5;function w5(){return Cs("location")}Dt.getLocationOrThrow=w5;function v5(){return ji("location")}var f1=Dt.getLocation=v5;function y5(){return Cs("crypto")}Dt.getCryptoOrThrow=y5;function b5(){return ji("crypto")}Dt.getCrypto=b5;function _5(){return Cs("localStorage")}Dt.getLocalStorageOrThrow=_5;function E5(){return ji("localStorage")}Dt.getLocalStorage=E5;var vu={};Object.defineProperty(vu,"__esModule",{value:!0});var d1=vu.getWindowMetadata=void 0;const p1=Dt;function x5(){let t,e;try{t=p1.getDocumentOrThrow(),e=p1.getLocationOrThrow()}catch{return null}function r(){const x=t.getElementsByTagName("link"),_=[];for(let O=0;O<x.length;O++){const P=x[O],U=P.getAttribute("rel");if(U&&U.toLowerCase().indexOf("icon")>-1){const H=P.getAttribute("href");if(H)if(H.toLowerCase().indexOf("https:")===-1&&H.toLowerCase().indexOf("http:")===-1&&H.indexOf("//")!==0){let G=e.protocol+"//"+e.host;if(H.indexOf("/")===0)G+=H;else{const R=e.pathname.split("/");R.pop();const L=R.join("/");G+=L+"/"+H}_.push(G)}else if(H.indexOf("//")===0){const G=e.protocol+H;_.push(G)}else _.push(H)}}return _}function n(...x){const _=t.getElementsByTagName("meta");for(let O=0;O<_.length;O++){const P=_[O],U=["itemprop","property","name"].map(H=>P.getAttribute(H)).filter(H=>H?x.includes(H):!1);if(U.length&&U){const H=P.getAttribute("content");if(H)return H}}return""}function i(){let x=n("name","og:site_name","og:title","twitter:title");return x||(x=t.title),x}function o(){return n("description","og:description","twitter:description","keywords")}const c=i(),l=o(),h=e.origin,d=r();return{description:l,url:h,icons:d,name:c}}d1=vu.getWindowMetadata=x5;var xo={},C5=t=>encodeURIComponent(t).replace(/[!'()*]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`),g1="%[a-f0-9]{2}",m1=new RegExp("("+g1+")|([^%]+?)","gi"),w1=new RegExp("("+g1+")+","gi");function yu(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([],yu(r),yu(n))}function I5(t){try{return decodeURIComponent(t)}catch{for(var e=t.match(m1)||[],r=1;r<e.length;r++)t=yu(e,r).join(""),e=t.match(m1)||[];return t}}function O5(t){for(var e={"%FE%FF":"\uFFFD\uFFFD","%FF%FE":"\uFFFD\uFFFD"},r=w1.exec(t);r;){try{e[r[0]]=decodeURIComponent(r[0])}catch{var n=I5(r[0]);n!==r[0]&&(e[r[0]]=n)}r=w1.exec(t)}e["%C2"]="\uFFFD";for(var i=Object.keys(e),o=0;o<i.length;o++){var c=i[o];t=t.replace(new RegExp(c,"g"),e[c])}return t}var S5=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 O5(t)}},D5=(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)]},A5=function(t,e){for(var r={},n=Object.keys(t),i=Array.isArray(e),o=0;o<n.length;o++){var c=n[o],l=t[c];(i?e.indexOf(c)!==-1:e(c,l,t))&&(r[c]=l)}return r};(function(t){const e=C5,r=S5,n=D5,i=A5,o=R=>R==null,c=Symbol("encodeFragmentIdentifier");function l(R){switch(R.arrayFormat){case"index":return L=>($,T)=>{const I=$.length;return T===void 0||R.skipNull&&T===null||R.skipEmptyString&&T===""?$:T===null?[...$,[v(L,R),"[",I,"]"].join("")]:[...$,[v(L,R),"[",v(I,R),"]=",v(T,R)].join("")]};case"bracket":return L=>($,T)=>T===void 0||R.skipNull&&T===null||R.skipEmptyString&&T===""?$:T===null?[...$,[v(L,R),"[]"].join("")]:[...$,[v(L,R),"[]=",v(T,R)].join("")];case"colon-list-separator":return L=>($,T)=>T===void 0||R.skipNull&&T===null||R.skipEmptyString&&T===""?$:T===null?[...$,[v(L,R),":list="].join("")]:[...$,[v(L,R),":list=",v(T,R)].join("")];case"comma":case"separator":case"bracket-separator":{const L=R.arrayFormat==="bracket-separator"?"[]=":"=";return $=>(T,I)=>I===void 0||R.skipNull&&I===null||R.skipEmptyString&&I===""?T:(I=I===null?"":I,T.length===0?[[v($,R),L,v(I,R)].join("")]:[[T,v(I,R)].join(R.arrayFormatSeparator)])}default:return L=>($,T)=>T===void 0||R.skipNull&&T===null||R.skipEmptyString&&T===""?$:T===null?[...$,v(L,R)]:[...$,[v(L,R),"=",v(T,R)].join("")]}}function h(R){let L;switch(R.arrayFormat){case"index":return($,T,I)=>{if(L=/\[(\d*)\]$/.exec($),$=$.replace(/\[\d*\]$/,""),!L){I[$]=T;return}I[$]===void 0&&(I[$]={}),I[$][L[1]]=T};case"bracket":return($,T,I)=>{if(L=/(\[\])$/.exec($),$=$.replace(/\[\]$/,""),!L){I[$]=T;return}if(I[$]===void 0){I[$]=[T];return}I[$]=[].concat(I[$],T)};case"colon-list-separator":return($,T,I)=>{if(L=/(:list)$/.exec($),$=$.replace(/:list$/,""),!L){I[$]=T;return}if(I[$]===void 0){I[$]=[T];return}I[$]=[].concat(I[$],T)};case"comma":case"separator":return($,T,I)=>{const f=typeof T=="string"&&T.includes(R.arrayFormatSeparator),E=typeof T=="string"&&!f&&x(T,R).includes(R.arrayFormatSeparator);T=E?x(T,R):T;const J=f||E?T.split(R.arrayFormatSeparator).map(z=>x(z,R)):T===null?T:x(T,R);I[$]=J};case"bracket-separator":return($,T,I)=>{const f=/(\[\])$/.test($);if($=$.replace(/\[\]$/,""),!f){I[$]=T&&x(T,R);return}const E=T===null?[]:T.split(R.arrayFormatSeparator).map(J=>x(J,R));if(I[$]===void 0){I[$]=E;return}I[$]=[].concat(I[$],E)};default:return($,T,I)=>{if(I[$]===void 0){I[$]=T;return}I[$]=[].concat(I[$],T)}}}function d(R){if(typeof R!="string"||R.length!==1)throw new TypeError("arrayFormatSeparator must be single character string")}function v(R,L){return L.encode?L.strict?e(R):encodeURIComponent(R):R}function x(R,L){return L.decode?r(R):R}function _(R){return Array.isArray(R)?R.sort():typeof R=="object"?_(Object.keys(R)).sort((L,$)=>Number(L)-Number($)).map(L=>R[L]):R}function O(R){const L=R.indexOf("#");return L!==-1&&(R=R.slice(0,L)),R}function P(R){let L="";const $=R.indexOf("#");return $!==-1&&(L=R.slice($)),L}function U(R){R=O(R);const L=R.indexOf("?");return L===-1?"":R.slice(L+1)}function H(R,L){return L.parseNumbers&&!Number.isNaN(Number(R))&&typeof R=="string"&&R.trim()!==""?R=Number(R):L.parseBooleans&&R!==null&&(R.toLowerCase()==="true"||R.toLowerCase()==="false")&&(R=R.toLowerCase()==="true"),R}function G(R,L){L=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},L),d(L.arrayFormatSeparator);const $=h(L),T=Object.create(null);if(typeof R!="string"||(R=R.trim().replace(/^[?#&]/,""),!R))return T;for(const I of R.split("&")){if(I==="")continue;let[f,E]=n(L.decode?I.replace(/\+/g," "):I,"=");E=E===void 0?null:["comma","separator","bracket-separator"].includes(L.arrayFormat)?E:x(E,L),$(x(f,L),E,T)}for(const I of Object.keys(T)){const f=T[I];if(typeof f=="object"&&f!==null)for(const E of Object.keys(f))f[E]=H(f[E],L);else T[I]=H(f,L)}return L.sort===!1?T:(L.sort===!0?Object.keys(T).sort():Object.keys(T).sort(L.sort)).reduce((I,f)=>{const E=T[f];return E&&typeof E=="object"&&!Array.isArray(E)?I[f]=_(E):I[f]=E,I},Object.create(null))}t.extract=U,t.parse=G,t.stringify=(R,L)=>{if(!R)return"";L=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},L),d(L.arrayFormatSeparator);const $=E=>L.skipNull&&o(R[E])||L.skipEmptyString&&R[E]==="",T=l(L),I={};for(const E of Object.keys(R))$(E)||(I[E]=R[E]);const f=Object.keys(I);return L.sort!==!1&&f.sort(L.sort),f.map(E=>{const J=R[E];return J===void 0?"":J===null?v(E,L):Array.isArray(J)?J.length===0&&L.arrayFormat==="bracket-separator"?v(E,L)+"[]":J.reduce(T(E),[]).join("&"):v(E,L)+"="+v(J,L)}).filter(E=>E.length>0).join("&")},t.parseUrl=(R,L)=>{L=Object.assign({decode:!0},L);const[$,T]=n(R,"#");return Object.assign({url:$.split("?")[0]||"",query:G(U(R),L)},L&&L.parseFragmentIdentifier&&T?{fragmentIdentifier:x(T,L)}:{})},t.stringifyUrl=(R,L)=>{L=Object.assign({encode:!0,strict:!0,[c]:!0},L);const $=O(R.url).split("?")[0]||"",T=t.extract(R.url),I=t.parse(T,{sort:!1}),f=Object.assign(I,R.query);let E=t.stringify(f,L);E&&(E=`?${E}`);let J=P(R.url);return R.fragmentIdentifier&&(J=`#${L[c]?v(R.fragmentIdentifier,L):R.fragmentIdentifier}`),`${$}${E}${J}`},t.pick=(R,L,$)=>{$=Object.assign({parseFragmentIdentifier:!0,[c]:!1},$);const{url:T,query:I,fragmentIdentifier:f}=t.parseUrl(R,$);return t.stringifyUrl({url:T,query:i(I,L),fragmentIdentifier:f},$)},t.exclude=(R,L,$)=>{const T=Array.isArray(L)?I=>!L.includes(I):(I,f)=>!L(I,f);return t.pick(R,T,$)}})(xo);const $5={waku:{publish:"waku_publish",batchPublish:"waku_batchPublish",subscribe:"waku_subscribe",batchSubscribe:"waku_batchSubscribe",subscription:"waku_subscription",unsubscribe:"waku_unsubscribe",batchUnsubscribe:"waku_batchUnsubscribe"},irn:{publish:"irn_publish",batchPublish:"irn_batchPublish",subscribe:"irn_subscribe",batchSubscribe:"irn_batchSubscribe",subscription:"irn_subscription",unsubscribe:"irn_unsubscribe",batchUnsubscribe:"irn_batchUnsubscribe"},iridium:{publish:"iridium_publish",batchPublish:"iridium_batchPublish",subscribe:"iridium_subscribe",batchSubscribe:"iridium_batchSubscribe",subscription:"iridium_subscription",unsubscribe:"iridium_unsubscribe",batchUnsubscribe:"iridium_batchUnsubscribe"}};function P5(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 v1(t,e){return t.includes(":")?[t]:e.chains||[]}const y1="base10",$r="base16",bu="base64pad",_u="utf8",b1=0,Fi=1,T5=0,_1=1,Eu=12,xu=32;function N5(){const t=iu.generateKeyPair();return{privateKey:Ar(t.secretKey,$r),publicKey:Ar(t.publicKey,$r)}}function Cu(){const t=Es.randomBytes(xu);return Ar(t,$r)}function R5(t,e){const r=iu.sharedKey(kr(t,$r),kr(e,$r)),n=new Yw(Ha.SHA256,r).expand(xu);return Ar(n,$r)}function L5(t){const e=Ha.hash(kr(t,$r));return Ar(e,$r)}function Is(t){const e=Ha.hash(kr(t,_u));return Ar(e,$r)}function M5(t){return kr(`${t}`,y1)}function Co(t){return Number(Ar(t,y1))}function U5(t){const e=M5(typeof t.type<"u"?t.type:b1);if(Co(e)===Fi&&typeof t.senderPublicKey>"u")throw new Error("Missing sender public key for type 1 envelope");const r=typeof t.senderPublicKey<"u"?kr(t.senderPublicKey,$r):void 0,n=typeof t.iv<"u"?kr(t.iv,$r):Es.randomBytes(Eu),i=new Jl.ChaCha20Poly1305(kr(t.symKey,$r)).seal(n,kr(t.message,_u));return F5({type:e,sealed:i,iv:n,senderPublicKey:r})}function j5(t){const e=new Jl.ChaCha20Poly1305(kr(t.symKey,$r)),{sealed:r,iv:n}=qa(t.encoded),i=e.open(n,r);if(i===null)throw new Error("Failed to decrypt");return Ar(i,_u)}function F5(t){if(Co(t.type)===Fi){if(typeof t.senderPublicKey>"u")throw new Error("Missing sender public key for type 1 envelope");return Ar(ou([t.type,t.senderPublicKey,t.iv,t.sealed]),bu)}return Ar(ou([t.type,t.iv,t.sealed]),bu)}function qa(t){const e=kr(t,bu),r=e.slice(T5,_1),n=_1;if(Co(r)===Fi){const l=n+xu,h=l+Eu,d=e.slice(n,l),v=e.slice(l,h),x=e.slice(h);return{type:r,sealed:x,iv:v,senderPublicKey:d}}const i=n+Eu,o=e.slice(n,i),c=e.slice(i);return{type:r,sealed:c,iv:o}}function B5(t,e){const r=qa(t);return E1({type:Co(r.type),senderPublicKey:typeof r.senderPublicKey<"u"?Ar(r.senderPublicKey,$r):void 0,receiverPublicKey:e?.receiverPublicKey})}function E1(t){const e=t?.type||b1;if(e===Fi){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 x1(t){return t.type===Fi&&typeof t.senderPublicKey=="string"&&typeof t.receiverPublicKey=="string"}var k5=Object.defineProperty,C1=Object.getOwnPropertySymbols,H5=Object.prototype.hasOwnProperty,z5=Object.prototype.propertyIsEnumerable,I1=(t,e,r)=>e in t?k5(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,O1=(t,e)=>{for(var r in e||(e={}))H5.call(e,r)&&I1(t,r,e[r]);if(C1)for(var r of C1(e))z5.call(e,r)&&I1(t,r,e[r]);return t};const W5="ReactNative",Bi={reactNative:"react-native",node:"node",browser:"browser",unknown:"unknown"},q5="js";function Iu(){return typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.node<"u"}function S1(){return!h1()&&!!wu()&&navigator.product===W5}function Ou(){return!Iu()&&!!wu()}function D1(){return S1()?Bi.reactNative:Iu()?Bi.node:Ou()?Bi.browser:Bi.unknown}function V5(t,e){let r=xo.parse(t);return r=O1(O1({},r),e),t=xo.stringify(r),t}function K5(){return d1()||{name:"",description:"",url:"",icons:[""]}}function G5(){if(typeof(global==null?void 0:global.Platform)<"u"){const{OS:r,Version:n}=global.Platform;return[r,n].join("-")}const t=Ry();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 Z5(){var t;const e=D1();return e===Bi.browser?[e,((t=f1())==null?void 0:t.host)||"unknown"].join(":"):e}function Y5(t,e,r){const n=G5(),i=Z5();return[[t,e].join("-"),[q5,r].join("-"),n,i].join("/")}function J5({protocol:t,version:e,relayUrl:r,sdkVersion:n,auth:i,projectId:o,useOnCloseEvent:c}){const l=r.split("?"),h=Y5(t,e,n),d={auth:i,ua:h,projectId:o,useOnCloseEvent:c||void 0},v=V5(l[1]||"",d);return l[0]+"?"+v}function ki(t,e){return t.filter(r=>e.includes(r)).length===t.length}function A1(t){return Object.fromEntries(t.entries())}function $1(t){return new Map(Object.entries(t))}function Os(t=Ne.FIVE_MINUTES,e){const r=Ne.toMiliseconds(t||Ne.FIVE_MINUTES);let n,i,o;return{resolve:c=>{o&&n&&(clearTimeout(o),n(c))},reject:c=>{o&&i&&(clearTimeout(o),i(c))},done:()=>new Promise((c,l)=>{o=setTimeout(()=>{l(new Error(e))},r),n=c,i=l})}}function Va(t,e,r){return new Promise(async(n,i)=>{const o=setTimeout(()=>i(new Error(r)),e);try{const c=await t;n(c)}catch(c){i(c)}clearTimeout(o)})}function P1(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 X5(t){return P1("topic",t)}function Q5(t){return P1("id",t)}function T1(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 An(t,e){return Ne.fromMiliseconds((e||Date.now())+Ne.toMiliseconds(t))}function li(t){return Date.now()>=Ne.toMiliseconds(t)}function rr(t,e){return`${t}${e?`:${e}`:""}`}function Su(t=[],e=[]){return[...new Set([...t,...e])]}async function eb({id:t,topic:e,wcDeepLink:r}){try{if(!r)return;const n=typeof r=="string"?JSON.parse(r):r;let i=n?.href;if(typeof i!="string")return;i.endsWith("/")&&(i=i.slice(0,-1));const o=`${i}/wc?requestId=${t}&sessionTopic=${e}`,c=D1();c===Bi.browser?window.open(o,"_self","noreferrer noopener"):c===Bi.reactNative&&typeof(global==null?void 0:global.Linking)<"u"&&await global.Linking.openURL(o)}catch(n){console.error(n)}}const tb="irn";function Du(t){return t?.relay||{protocol:tb}}function Ka(t){const e=$5[t];if(typeof e>"u")throw new Error(`Relay Protocol not supported: ${t}`);return e}var rb=Object.defineProperty,N1=Object.getOwnPropertySymbols,nb=Object.prototype.hasOwnProperty,ib=Object.prototype.propertyIsEnumerable,R1=(t,e,r)=>e in t?rb(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,sb=(t,e)=>{for(var r in e||(e={}))nb.call(e,r)&&R1(t,r,e[r]);if(N1)for(var r of N1(e))ib.call(e,r)&&R1(t,r,e[r]);return t};function ob(t,e="-"){const r={},n="relay"+e;return Object.keys(t).forEach(i=>{if(i.startsWith(n)){const o=i.replace(n,""),c=t[i];r[o]=c}}),r}function ab(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):"",c=xo.parse(o);return{protocol:n,topic:cb(i[0]),version:parseInt(i[1],10),symKey:c.symKey,relay:ob(c)}}function cb(t){return t.startsWith("//")?t.substring(2):t}function lb(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 ub(t){return`${t.protocol}:${t.topic}@${t.version}?`+xo.stringify(sb({symKey:t.symKey},lb(t.relay)))}function Ss(t){const e=[];return t.forEach(r=>{const[n,i]=r.split(":");e.push(`${n}:${i}`)}),e}function hb(t){const e=[];return Object.values(t).forEach(r=>{e.push(...Ss(r.accounts))}),e}function fb(t,e){const r=[];return Object.values(t).forEach(n=>{Ss(n.accounts).includes(e)&&r.push(...n.methods)}),r}function db(t,e){const r=[];return Object.values(t).forEach(n=>{Ss(n.accounts).includes(e)&&r.push(...n.events)}),r}function pb(t,e){const r=Za(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(c=>`${c.split(":")[0]}:${c.split(":")[1]}`)};return n}function L1(t){return t.includes(":")}function Ga(t){return L1(t)?t.split(":")[0]:t}const gb={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}},mb={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 _e(t,e){const{message:r,code:n}=mb[t];return{message:e?`${r} ${e}`:r,code:n}}function Yt(t,e){const{message:r,code:n}=gb[t];return{message:e?`${r} ${e}`:r,code:n}}function Hn(t,e){return Array.isArray(t)?typeof e<"u"&&t.length?t.every(e):!0:!1}function Ds(t){return Object.getPrototypeOf(t)===Object.prototype&&Object.keys(t).length}function Pr(t){return typeof t>"u"}function gr(t,e){return e&&Pr(t)?!0:typeof t=="string"&&!!t.trim().length}function Au(t,e){return e&&Pr(t)?!0:typeof t=="number"&&!isNaN(t)}function wb(t,e){const{requiredNamespaces:r}=e,n=Object.keys(t.namespaces),i=Object.keys(r);let o=!0;return ki(i,n)?(n.forEach(c=>{const{accounts:l,methods:h,events:d}=t.namespaces[c],v=Ss(l),x=r[c];(!ki(v1(c,x),v)||!ki(x.methods,h)||!ki(x.events,d))&&(o=!1)}),o):!1}function $u(t){return gr(t,!1)&&t.includes(":")?t.split(":").length===2:!1}function vb(t){if(gr(t,!1)&&t.includes(":")){const e=t.split(":");if(e.length===3){const r=e[0]+":"+e[1];return!!e[2]&&$u(r)}}return!1}function yb(t){if(gr(t,!1))try{return typeof new URL(t)<"u"}catch{return!1}return!1}function bb(t){var e;return(e=t?.proposer)==null?void 0:e.publicKey}function _b(t){return t?.topic}function Eb(t,e){let r=null;return gr(t?.publicKey,!1)||(r=_e("MISSING_OR_INVALID",`${e} controller public key should be a string`)),r}function M1(t){let e=!0;return Hn(t)?t.length&&(e=t.every(r=>gr(r,!1))):e=!1,e}function xb(t,e,r){let n=null;return Hn(e)?e.forEach(i=>{n||(!$u(i)||!i.includes(t))&&(n=Yt("UNSUPPORTED_CHAINS",`${r}, chain ${i} should be a string and conform to "namespace:chainId" format`))}):n=Yt("UNSUPPORTED_CHAINS",`${r}, chains ${e} should be an array of strings conforming to "namespace:chainId" format`),n}function Cb(t,e){let r=null;return Object.entries(t).forEach(([n,i])=>{if(r)return;const o=xb(n,v1(n,i),`${e} requiredNamespace`);o&&(r=o)}),r}function Ib(t,e){let r=null;return Hn(t)?t.forEach(n=>{r||vb(n)||(r=Yt("UNSUPPORTED_ACCOUNTS",`${e}, account ${n} should be a string and conform to "namespace:chainId:address" format`))}):r=Yt("UNSUPPORTED_ACCOUNTS",`${e}, accounts should be an array of strings conforming to "namespace:chainId:address" format`),r}function Ob(t,e){let r=null;return Object.values(t).forEach(n=>{if(r)return;const i=Ib(n?.accounts,`${e} namespace`);i&&(r=i)}),r}function Sb(t,e){let r=null;return M1(t?.methods)?M1(t?.events)||(r=Yt("UNSUPPORTED_EVENTS",`${e}, events should be an array of strings or empty array for no events`)):r=Yt("UNSUPPORTED_METHODS",`${e}, methods should be an array of strings or empty array for no methods`),r}function U1(t,e){let r=null;return Object.values(t).forEach(n=>{if(r)return;const i=Sb(n,`${e}, namespace`);i&&(r=i)}),r}function Db(t,e,r){let n=null;if(t&&Ds(t)){const i=U1(t,e);i&&(n=i);const o=Cb(t,e);o&&(n=o)}else n=_e("MISSING_OR_INVALID",`${e}, ${r} should be an object with data`);return n}function Za(t,e){let r=null;if(t&&Ds(t)){const n=U1(t,e);n&&(r=n);const i=Ob(t,e);i&&(r=i)}else r=_e("MISSING_OR_INVALID",`${e}, namespaces should be an object with data`);return r}function j1(t){return gr(t.protocol,!0)}function Ab(t,e){let r=!1;return e&&!t?r=!0:t&&Hn(t)&&t.length&&t.forEach(n=>{r=j1(n)}),r}function $b(t){return typeof t=="number"}function Hr(t){return typeof t<"u"&&typeof t!==null}function Pb(t){return!(!t||typeof t!="object"||!t.code||!Au(t.code,!1)||!t.message||!gr(t.message,!1))}function Tb(t){return!(Pr(t)||!gr(t.method,!1))}function Nb(t){return!(Pr(t)||Pr(t.result)&&Pr(t.error)||!Au(t.id,!1)||!gr(t.jsonrpc,!1))}function Rb(t){return!(Pr(t)||!gr(t.name,!1))}function F1(t,e){return!(!$u(e)||!hb(t).includes(e))}function Lb(t,e,r){return gr(r,!1)?fb(t,e).includes(r):!1}function Mb(t,e,r){return gr(r,!1)?db(t,e).includes(r):!1}function B1(t,e,r){let n=null;const i=Ub(t),o=jb(e),c=Object.keys(i),l=Object.keys(o),h=k1(Object.keys(t)),d=k1(Object.keys(e)),v=h.filter(x=>!d.includes(x));return v.length&&(n=_e("NON_CONFORMING_NAMESPACES",`${r} namespaces keys don't satisfy requiredNamespaces.
|
|
15
15
|
Required: ${v.toString()}
|
|
16
|
-
Received: ${Object.keys(e).toString()}`)),
|
|
16
|
+
Received: ${Object.keys(e).toString()}`)),ki(c,l)||(n=_e("NON_CONFORMING_NAMESPACES",`${r} namespaces chains don't satisfy required namespaces.
|
|
17
17
|
Required: ${c.toString()}
|
|
18
18
|
Approved: ${l.toString()}`)),Object.keys(e).forEach(x=>{if(!x.includes(":")||n)return;const _=Ss(e[x].accounts);_.includes(x)||(n=_e("NON_CONFORMING_NAMESPACES",`${r} namespaces accounts don't satisfy namespace accounts for ${x}
|
|
19
19
|
Required: ${x}
|
|
20
|
-
Approved: ${_.toString()}`))}),c.forEach(x=>{n||(
|
|
20
|
+
Approved: ${_.toString()}`))}),c.forEach(x=>{n||(ki(i[x].methods,o[x].methods)?ki(i[x].events,o[x].events)||(n=_e("NON_CONFORMING_NAMESPACES",`${r} namespaces events don't satisfy namespace events for ${x}`)):n=_e("NON_CONFORMING_NAMESPACES",`${r} namespaces methods don't satisfy namespace methods for ${x}`))}),n}function Ub(t){const e={};return Object.keys(t).forEach(r=>{var n;r.includes(":")?e[r]=t[r]:(n=t[r].chains)==null||n.forEach(i=>{e[i]={methods:t[r].methods,events:t[r].events}})}),e}function k1(t){return[...new Set(t.map(e=>e.includes(":")?e.split(":")[0]:e))]}function jb(t){const e={};return Object.keys(t).forEach(r=>{if(r.includes(":"))e[r]=t[r];else{const n=Ss(t[r].accounts);n?.forEach(i=>{e[i]={accounts:t[r].accounts.filter(o=>o.includes(`${i}:`)),methods:t[r].methods,events:t[r].events}})}}),e}function Fb(t,e){return Au(t,!1)&&t<=e.max&&t>=e.min}var Ya={};/*! *****************************************************************************
|
|
21
21
|
Copyright (c) Microsoft Corporation.
|
|
22
22
|
|
|
23
23
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
31
31
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
32
32
|
PERFORMANCE OF THIS SOFTWARE.
|
|
33
|
-
***************************************************************************** */var
|
|
33
|
+
***************************************************************************** */var Pu=function(t,e){return Pu=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])},Pu(t,e)};function Bb(t,e){Pu(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var Tu=function(){return Tu=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},Tu.apply(this,arguments)};function kb(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 Hb(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(c=t[l])&&(o=(i<3?c(o):i>3?c(e,r,o):c(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function zb(t,e){return function(r,n){e(r,n,t)}}function Wb(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function qb(t,e,r,n){function i(o){return o instanceof r?o:new r(function(c){c(o)})}return new(r||(r=Promise))(function(o,c){function l(v){try{d(n.next(v))}catch(x){c(x)}}function h(v){try{d(n.throw(v))}catch(x){c(x)}}function d(v){v.done?o(v.value):i(v.value).then(l,h)}d((n=n.apply(t,e||[])).next())})}function Vb(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,c;return c={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function l(d){return function(v){return h([d,v])}}function h(d){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=d[0]&2?i.return:d[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,d[1])).done)return o;switch(i=0,o&&(d=[d[0]&2,o.value]),d[0]){case 0:case 1:o=d;break;case 4:return r.label++,{value:d[1],done:!1};case 5:r.label++,i=d[1],d=[0];continue;case 7:d=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(d[0]===6||d[0]===2)){r=0;continue}if(d[0]===3&&(!o||d[1]>o[0]&&d[1]<o[3])){r.label=d[1];break}if(d[0]===6&&r.label<o[1]){r.label=o[1],o=d;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(d);break}o[2]&&r.ops.pop(),r.trys.pop();continue}d=e.call(t,r)}catch(v){d=[6,v],i=0}finally{n=o=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}function Kb(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function Gb(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function Nu(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 H1(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],c;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(l){c={error:l}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(c)throw c.error}}return o}function Zb(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(H1(arguments[e]));return t}function Yb(){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],c=0,l=o.length;c<l;c++,i++)n[i]=o[c];return n}function Io(t){return this instanceof Io?(this.v=t,this):new Io(t)}function Jb(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},c("next"),c("throw"),c("return"),i[Symbol.asyncIterator]=function(){return this},i;function c(_){n[_]&&(i[_]=function(O){return new Promise(function(P,U){o.push([_,O,P,U])>1||l(_,O)})})}function l(_,O){try{h(n[_](O))}catch(P){x(o[0][3],P)}}function h(_){_.value instanceof Io?Promise.resolve(_.value.v).then(d,v):x(o[0][2],_)}function d(_){l("next",_)}function v(_){l("throw",_)}function x(_,O){_(O),o.shift(),o.length&&l(o[0][0],o[0][1])}}function Xb(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(c){return(r=!r)?{value:Io(t[i](c)),done:i==="return"}:o?o(c):c}:o}}function Qb(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 Nu=="function"?Nu(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(c){return new Promise(function(l,h){c=t[o](c),i(l,h,c.done,c.value)})}}function i(o,c,l,h){Promise.resolve(h).then(function(d){o({value:d,done:l})},c)}}function e6(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function t6(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 r6(t){return t&&t.__esModule?t:{default:t}}function n6(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function i6(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 s6=Object.freeze({__proto__:null,__extends:Bb,get __assign(){return Tu},__rest:kb,__decorate:Hb,__param:zb,__metadata:Wb,__awaiter:qb,__generator:Vb,__createBinding:Kb,__exportStar:Gb,__values:Nu,__read:H1,__spread:Zb,__spreadArrays:Yb,__await:Io,__asyncGenerator:Jb,__asyncDelegator:Xb,__asyncValues:Qb,__makeTemplateObject:e6,__importStar:t6,__importDefault:r6,__classPrivateFieldGet:n6,__classPrivateFieldSet:i6}),z1=Li(s6),Oo={};Object.defineProperty(Oo,"__esModule",{value:!0});function o6(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}}Oo.safeJsonParse=o6;function a6(t){return typeof t=="string"?t:JSON.stringify(t,(e,r)=>typeof r>"u"?null:r)}Oo.safeJsonStringify=a6;var So={exports:{}},W1;function c6(){return W1||(W1=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 pr<"u"&&pr.localStorage?So.exports=pr.localStorage:typeof window<"u"&&window.localStorage?So.exports=window.localStorage:So.exports=new e}()),So.exports}var Ru={},Do={},q1;function l6(){if(q1)return Do;q1=1,Object.defineProperty(Do,"__esModule",{value:!0}),Do.IKeyValueStorage=void 0;class t{}return Do.IKeyValueStorage=t,Do}var Ao={},V1;function u6(){if(V1)return Ao;V1=1,Object.defineProperty(Ao,"__esModule",{value:!0}),Ao.parseEntry=void 0;const t=Oo;function e(r){var n;return[r[0],t.safeJsonParse((n=r[1])!==null&&n!==void 0?n:"")]}return Ao.parseEntry=e,Ao}var K1;function h6(){return K1||(K1=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=z1;e.__exportStar(l6(),t),e.__exportStar(u6(),t)}(Ru)),Ru}Object.defineProperty(Ya,"__esModule",{value:!0}),Ya.KeyValueStorage=void 0;const As=z1,G1=Oo,f6=As.__importDefault(c6()),d6=h6();class Z1{constructor(){this.localStorage=f6.default}getKeys(){return As.__awaiter(this,void 0,void 0,function*(){return Object.keys(this.localStorage)})}getEntries(){return As.__awaiter(this,void 0,void 0,function*(){return Object.entries(this.localStorage).map(d6.parseEntry)})}getItem(e){return As.__awaiter(this,void 0,void 0,function*(){const r=this.localStorage.getItem(e);if(r!==null)return G1.safeJsonParse(r)})}setItem(e,r){return As.__awaiter(this,void 0,void 0,function*(){this.localStorage.setItem(e,G1.safeJsonStringify(r))})}removeItem(e){return As.__awaiter(this,void 0,void 0,function*(){this.localStorage.removeItem(e)})}}Ya.KeyValueStorage=Z1;var p6=Ya.default=Z1,$o={};/*! *****************************************************************************
|
|
34
34
|
Copyright (c) Microsoft Corporation.
|
|
35
35
|
|
|
36
36
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
44
44
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
45
45
|
PERFORMANCE OF THIS SOFTWARE.
|
|
46
|
-
***************************************************************************** */var
|
|
46
|
+
***************************************************************************** */var Lu=function(t,e){return Lu=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])},Lu(t,e)};function g6(t,e){Lu(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var Mu=function(){return Mu=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},Mu.apply(this,arguments)};function m6(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 w6(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(c=t[l])&&(o=(i<3?c(o):i>3?c(e,r,o):c(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function v6(t,e){return function(r,n){e(r,n,t)}}function y6(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function b6(t,e,r,n){function i(o){return o instanceof r?o:new r(function(c){c(o)})}return new(r||(r=Promise))(function(o,c){function l(v){try{d(n.next(v))}catch(x){c(x)}}function h(v){try{d(n.throw(v))}catch(x){c(x)}}function d(v){v.done?o(v.value):i(v.value).then(l,h)}d((n=n.apply(t,e||[])).next())})}function _6(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,c;return c={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function l(d){return function(v){return h([d,v])}}function h(d){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=d[0]&2?i.return:d[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,d[1])).done)return o;switch(i=0,o&&(d=[d[0]&2,o.value]),d[0]){case 0:case 1:o=d;break;case 4:return r.label++,{value:d[1],done:!1};case 5:r.label++,i=d[1],d=[0];continue;case 7:d=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(d[0]===6||d[0]===2)){r=0;continue}if(d[0]===3&&(!o||d[1]>o[0]&&d[1]<o[3])){r.label=d[1];break}if(d[0]===6&&r.label<o[1]){r.label=o[1],o=d;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(d);break}o[2]&&r.ops.pop(),r.trys.pop();continue}d=e.call(t,r)}catch(v){d=[6,v],i=0}finally{n=o=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}function E6(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function x6(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function Uu(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 Y1(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],c;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(l){c={error:l}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(c)throw c.error}}return o}function C6(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(Y1(arguments[e]));return t}function I6(){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],c=0,l=o.length;c<l;c++,i++)n[i]=o[c];return n}function Po(t){return this instanceof Po?(this.v=t,this):new Po(t)}function O6(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},c("next"),c("throw"),c("return"),i[Symbol.asyncIterator]=function(){return this},i;function c(_){n[_]&&(i[_]=function(O){return new Promise(function(P,U){o.push([_,O,P,U])>1||l(_,O)})})}function l(_,O){try{h(n[_](O))}catch(P){x(o[0][3],P)}}function h(_){_.value instanceof Po?Promise.resolve(_.value.v).then(d,v):x(o[0][2],_)}function d(_){l("next",_)}function v(_){l("throw",_)}function x(_,O){_(O),o.shift(),o.length&&l(o[0][0],o[0][1])}}function S6(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(c){return(r=!r)?{value:Po(t[i](c)),done:i==="return"}:o?o(c):c}:o}}function D6(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 Uu=="function"?Uu(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(c){return new Promise(function(l,h){c=t[o](c),i(l,h,c.done,c.value)})}}function i(o,c,l,h){Promise.resolve(h).then(function(d){o({value:d,done:l})},c)}}function A6(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function $6(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 P6(t){return t&&t.__esModule?t:{default:t}}function T6(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function N6(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 R6=Object.freeze({__proto__:null,__extends:g6,get __assign(){return Mu},__rest:m6,__decorate:w6,__param:v6,__metadata:y6,__awaiter:b6,__generator:_6,__createBinding:E6,__exportStar:x6,__values:Uu,__read:Y1,__spread:C6,__spreadArrays:I6,__await:Po,__asyncGenerator:O6,__asyncDelegator:S6,__asyncValues:D6,__makeTemplateObject:A6,__importStar:$6,__importDefault:P6,__classPrivateFieldGet:T6,__classPrivateFieldSet:N6}),Ja=Li(R6),To={},ju={},No={};class Hi{}var L6=Object.freeze({__proto__:null,IEvents:Hi}),M6=Li(L6),J1;function U6(){if(J1)return No;J1=1,Object.defineProperty(No,"__esModule",{value:!0}),No.IHeartBeat=void 0;const t=M6;class e extends t.IEvents{constructor(n){super()}}return No.IHeartBeat=e,No}var X1;function Q1(){return X1||(X1=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Ja.__exportStar(U6(),t)}(ju)),ju}var Fu={},zi={},ep;function j6(){if(ep)return zi;ep=1,Object.defineProperty(zi,"__esModule",{value:!0}),zi.HEARTBEAT_EVENTS=zi.HEARTBEAT_INTERVAL=void 0;const t=Ne;return zi.HEARTBEAT_INTERVAL=t.FIVE_SECONDS,zi.HEARTBEAT_EVENTS={pulse:"heartbeat_pulse"},zi}var tp;function rp(){return tp||(tp=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Ja.__exportStar(j6(),t)}(Fu)),Fu}var np;function F6(){if(np)return To;np=1,Object.defineProperty(To,"__esModule",{value:!0}),To.HeartBeat=void 0;const t=Ja,e=br.exports,r=Ne,n=Q1(),i=rp();class o extends n.IHeartBeat{constructor(l){super(l),this.events=new e.EventEmitter,this.interval=i.HEARTBEAT_INTERVAL,this.interval=l?.interval||i.HEARTBEAT_INTERVAL}static init(l){return t.__awaiter(this,void 0,void 0,function*(){const h=new o(l);return yield h.init(),h})}init(){return t.__awaiter(this,void 0,void 0,function*(){yield this.initialize()})}stop(){clearInterval(this.intervalRef)}on(l,h){this.events.on(l,h)}once(l,h){this.events.once(l,h)}off(l,h){this.events.off(l,h)}removeListener(l,h){this.events.removeListener(l,h)}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 To.HeartBeat=o,To}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Ja;e.__exportStar(F6(),t),e.__exportStar(Q1(),t),e.__exportStar(rp(),t)})($o);var pt={};/*! *****************************************************************************
|
|
47
47
|
Copyright (c) Microsoft Corporation.
|
|
48
48
|
|
|
49
49
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
57
57
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
58
58
|
PERFORMANCE OF THIS SOFTWARE.
|
|
59
|
-
***************************************************************************** */var ku=function(t,e){return ku=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])},ku(t,e)};function z6(t,e){ku(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var Hu=function(){return Hu=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},Hu.apply(this,arguments)};function W6(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 q6(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(c=t[l])&&(o=(i<3?c(o):i>3?c(e,r,o):c(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function V6(t,e){return function(r,n){e(r,n,t)}}function K6(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function G6(t,e,r,n){function i(o){return o instanceof r?o:new r(function(c){c(o)})}return new(r||(r=Promise))(function(o,c){function l(v){try{d(n.next(v))}catch(x){c(x)}}function h(v){try{d(n.throw(v))}catch(x){c(x)}}function d(v){v.done?o(v.value):i(v.value).then(l,h)}d((n=n.apply(t,e||[])).next())})}function Z6(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,c;return c={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function l(d){return function(v){return h([d,v])}}function h(d){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=d[0]&2?i.return:d[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,d[1])).done)return o;switch(i=0,o&&(d=[d[0]&2,o.value]),d[0]){case 0:case 1:o=d;break;case 4:return r.label++,{value:d[1],done:!1};case 5:r.label++,i=d[1],d=[0];continue;case 7:d=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(d[0]===6||d[0]===2)){r=0;continue}if(d[0]===3&&(!o||d[1]>o[0]&&d[1]<o[3])){r.label=d[1];break}if(d[0]===6&&r.label<o[1]){r.label=o[1],o=d;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(d);break}o[2]&&r.ops.pop(),r.trys.pop();continue}d=e.call(t,r)}catch(v){d=[6,v],i=0}finally{n=o=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}function Y6(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function J6(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function zu(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 sp(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],c;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(l){c={error:l}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(c)throw c.error}}return o}function X6(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(sp(arguments[e]));return t}function Q6(){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],c=0,l=o.length;c<l;c++,i++)n[i]=o[c];return n}function Lo(t){return this instanceof Lo?(this.v=t,this):new Lo(t)}function e4(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},c("next"),c("throw"),c("return"),i[Symbol.asyncIterator]=function(){return this},i;function c(_){n[_]&&(i[_]=function(O){return new Promise(function(P,U){o.push([_,O,P,U])>1||l(_,O)})})}function l(_,O){try{h(n[_](O))}catch(P){x(o[0][3],P)}}function h(_){_.value instanceof Lo?Promise.resolve(_.value.v).then(d,v):x(o[0][2],_)}function d(_){l("next",_)}function v(_){l("throw",_)}function x(_,O){_(O),o.shift(),o.length&&l(o[0][0],o[0][1])}}function t4(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(c){return(r=!r)?{value:Lo(t[i](c)),done:i==="return"}:o?o(c):c}:o}}function r4(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 zu=="function"?zu(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(c){return new Promise(function(l,h){c=t[o](c),i(l,h,c.done,c.value)})}}function i(o,c,l,h){Promise.resolve(h).then(function(d){o({value:d,done:l})},c)}}function n4(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function i4(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 s4(t){return t&&t.__esModule?t:{default:t}}function o4(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function a4(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 c4=Object.freeze({__proto__:null,__extends:z6,get __assign(){return Hu},__rest:W6,__decorate:q6,__param:V6,__metadata:K6,__awaiter:G6,__generator:Z6,__createBinding:Y6,__exportStar:J6,__values:zu,__read:sp,__spread:X6,__spreadArrays:Q6,__await:Lo,__asyncGenerator:e4,__asyncDelegator:t4,__asyncValues:r4,__makeTemplateObject:n4,__importStar:i4,__importDefault:s4,__classPrivateFieldGet:o4,__classPrivateFieldSet:a4}),l4=Mi(c4),Wu,op;function u4(){if(op)return Wu;op=1;function t(r){try{return JSON.stringify(r)}catch{return'"[Circular]"'}}Wu=e;function e(r,n,i){var o=i&&i.stringify||t,c=1;if(typeof r=="object"&&r!==null){var l=n.length+c;if(l===1)return r;var h=new Array(l);h[0]=o(r);for(var d=1;d<l;d++)h[d]=o(n[d]);return h.join(" ")}if(typeof r!="string")return r;var v=n.length;if(v===0)return r;for(var x="",_=1-c,O=-1,P=r&&r.length||0,U=0;U<P;){if(r.charCodeAt(U)===37&&U+1<P){switch(O=O>-1?O:0,r.charCodeAt(U+1)){case 100:case 102:if(_>=v||n[_]==null)break;O<U&&(x+=r.slice(O,U)),x+=Number(n[_]),O=U+2,U++;break;case 105:if(_>=v||n[_]==null)break;O<U&&(x+=r.slice(O,U)),x+=Math.floor(Number(n[_])),O=U+2,U++;break;case 79:case 111:case 106:if(_>=v||n[_]===void 0)break;O<U&&(x+=r.slice(O,U));var H=typeof n[_];if(H==="string"){x+="'"+n[_]+"'",O=U+2,U++;break}if(H==="function"){x+=n[_].name||"<anonymous>",O=U+2,U++;break}x+=o(n[_]),O=U+2,U++;break;case 115:if(_>=v)break;O<U&&(x+=r.slice(O,U)),x+=String(n[_]),O=U+2,U++;break;case 37:O<U&&(x+=r.slice(O,U)),x+="%",O=U+2,U++,_--;break}++_}++U}return O===-1?r:(O<P&&(x+=r.slice(O)),x)}return Wu}var qu,ap;function h4(){if(ap)return qu;ap=1;const t=u4();qu=i;const e=T().console||{},r={mapHttpRequest:P,mapHttpResponse:P,wrapRequestSerializer:U,wrapResponseSerializer:U,wrapErrorSerializer:U,req:P,res:P,err:_};function n(I,f){return Array.isArray(I)?I.filter(function(J){return J!=="!stdSerializers.err"}):I===!0?Object.keys(f):!1}function i(I){I=I||{},I.browser=I.browser||{};const f=I.browser.transmit;if(f&&typeof f.send!="function")throw Error("pino: transmit option must have a send function");const E=I.browser.write||e;I.browser.write&&(I.browser.asObject=!0);const J=I.serializers||{},z=n(I.browser.serialize,J);let ee=I.browser.serialize;Array.isArray(I.browser.serialize)&&I.browser.serialize.indexOf("!stdSerializers.err")>-1&&(ee=!1);const de=["error","fatal","warn","info","debug","trace"];typeof E=="function"&&(E.error=E.fatal=E.warn=E.info=E.debug=E.trace=E),I.enabled===!1&&(I.level="silent");const me=I.level||"info",A=Object.create(E);A.log||(A.log=H),Object.defineProperty(A,"levelVal",{get:ce}),Object.defineProperty(A,"level",{get:le,set:re});const j={transmit:f,serialize:z,asObject:I.browser.asObject,levels:de,timestamp:O(I)};A.levels=i.levels,A.level=me,A.setMaxListeners=A.getMaxListeners=A.emit=A.addListener=A.on=A.prependListener=A.once=A.prependOnceListener=A.removeListener=A.removeAllListeners=A.listeners=A.listenerCount=A.eventNames=A.write=A.flush=H,A.serializers=J,A._serialize=z,A._stdErrSerialize=ee,A.child=ne,f&&(A._logEvent=x());function ce(){return this.level==="silent"?1/0:this.levels.values[this.level]}function le(){return this._level}function re(ae){if(ae!=="silent"&&!this.levels.values[ae])throw Error("unknown level "+ae);this._level=ae,o(j,A,"error","log"),o(j,A,"fatal","error"),o(j,A,"warn","error"),o(j,A,"info","log"),o(j,A,"debug","log"),o(j,A,"trace","log")}function ne(ae,ie){if(!ae)throw new Error("missing bindings for child Pino");ie=ie||{},z&&ae.serializers&&(ie.serializers=ae.serializers);const Se=ie.serializers;if(z&&Se){var ge=Object.assign({},J,Se),Be=I.browser.serialize===!0?Object.keys(ge):z;delete ae.serializers,h([ae],Be,ge,this._stdErrSerialize)}function ye(Me){this._childLevel=(Me._childLevel|0)+1,this.error=d(Me,ae,"error"),this.fatal=d(Me,ae,"fatal"),this.warn=d(Me,ae,"warn"),this.info=d(Me,ae,"info"),this.debug=d(Me,ae,"debug"),this.trace=d(Me,ae,"trace"),ge&&(this.serializers=ge,this._serialize=Be),f&&(this._logEvent=x([].concat(Me._logEvent.bindings,ae)))}return ye.prototype=this,new ye(this)}return A}i.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"}},i.stdSerializers=r,i.stdTimeFunctions=Object.assign({},{nullTime:G,epochTime:N,unixTime:L,isoTime:$});function o(I,f,E,J){const z=Object.getPrototypeOf(f);f[E]=f.levelVal>f.levels.values[E]?H:z[E]?z[E]:e[E]||e[J]||H,c(I,f,E)}function c(I,f,E){!I.transmit&&f[E]===H||(f[E]=function(J){return function(){const ee=I.timestamp(),de=new Array(arguments.length),me=Object.getPrototypeOf&&Object.getPrototypeOf(this)===e?e:this;for(var A=0;A<de.length;A++)de[A]=arguments[A];if(I.serialize&&!I.asObject&&h(de,this._serialize,this.serializers,this._stdErrSerialize),I.asObject?J.call(me,l(this,E,de,ee)):J.apply(me,de),I.transmit){const j=I.transmit.level||f.level,ce=i.levels.values[j],le=i.levels.values[E];if(le<ce)return;v(this,{ts:ee,methodLevel:E,methodValue:le,transmitLevel:j,transmitValue:i.levels.values[I.transmit.level||f.level],send:I.transmit.send,val:f.levelVal},de)}}}(f[E]))}function l(I,f,E,J){I._serialize&&h(E,I._serialize,I.serializers,I._stdErrSerialize);const z=E.slice();let ee=z[0];const de={};J&&(de.time=J),de.level=i.levels.values[f];let me=(I._childLevel|0)+1;if(me<1&&(me=1),ee!==null&&typeof ee=="object"){for(;me--&&typeof z[0]=="object";)Object.assign(de,z.shift());ee=z.length?t(z.shift(),z):void 0}else typeof ee=="string"&&(ee=t(z.shift(),z));return ee!==void 0&&(de.msg=ee),de}function h(I,f,E,J){for(const z in I)if(J&&I[z]instanceof Error)I[z]=i.stdSerializers.err(I[z]);else if(typeof I[z]=="object"&&!Array.isArray(I[z]))for(const ee in I[z])f&&f.indexOf(ee)>-1&&ee in E&&(I[z][ee]=E[ee](I[z][ee]))}function d(I,f,E){return function(){const J=new Array(1+arguments.length);J[0]=f;for(var z=1;z<J.length;z++)J[z]=arguments[z-1];return I[E].apply(this,J)}}function v(I,f,E){const J=f.send,z=f.ts,ee=f.methodLevel,de=f.methodValue,me=f.val,A=I._logEvent.bindings;h(E,I._serialize||Object.keys(I.serializers),I.serializers,I._stdErrSerialize===void 0?!0:I._stdErrSerialize),I._logEvent.ts=z,I._logEvent.messages=E.filter(function(j){return A.indexOf(j)===-1}),I._logEvent.level.label=ee,I._logEvent.level.value=de,J(ee,I._logEvent,me),I._logEvent=x(A)}function x(I){return{ts:0,messages:[],bindings:I||[],level:{label:"",value:0}}}function _(I){const f={type:I.constructor.name,msg:I.message,stack:I.stack};for(const E in I)f[E]===void 0&&(f[E]=I[E]);return f}function O(I){return typeof I.timestamp=="function"?I.timestamp:I.timestamp===!1?G:N}function P(){return{}}function U(I){return I}function H(){}function G(){return!1}function N(){return Date.now()}function L(){return Math.round(Date.now()/1e3)}function $(){return new Date(Date.now()).toISOString()}function T(){function I(f){return typeof f<"u"&&f}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 I(self)||I(window)||I(this)||{}}}return qu}var qi={},cp;function lp(){return cp||(cp=1,Object.defineProperty(qi,"__esModule",{value:!0}),qi.PINO_CUSTOM_CONTEXT_KEY=qi.PINO_LOGGER_DEFAULTS=void 0,qi.PINO_LOGGER_DEFAULTS={level:"info"},qi.PINO_CUSTOM_CONTEXT_KEY="custom_context"),qi}var Tr={},up;function f4(){if(up)return Tr;up=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.generateChildLogger=Tr.formatChildLoggerContext=Tr.getLoggerContext=Tr.setBrowserLoggerContext=Tr.getBrowserLoggerContext=Tr.getDefaultLoggerOptions=void 0;const t=lp();function e(l){return Object.assign(Object.assign({},l),{level:l?.level||t.PINO_LOGGER_DEFAULTS.level})}Tr.getDefaultLoggerOptions=e;function r(l,h=t.PINO_CUSTOM_CONTEXT_KEY){return l[h]||""}Tr.getBrowserLoggerContext=r;function n(l,h,d=t.PINO_CUSTOM_CONTEXT_KEY){return l[d]=h,l}Tr.setBrowserLoggerContext=n;function i(l,h=t.PINO_CUSTOM_CONTEXT_KEY){let d="";return typeof l.bindings>"u"?d=r(l,h):d=l.bindings().context||"",d}Tr.getLoggerContext=i;function o(l,h,d=t.PINO_CUSTOM_CONTEXT_KEY){const v=i(l,d);return v.trim()?`${v}/${h}`:h}Tr.formatChildLoggerContext=o;function c(l,h,d=t.PINO_CUSTOM_CONTEXT_KEY){const v=o(l,h,d),x=l.child({context:v});return n(x,v,d)}return Tr.generateChildLogger=c,Tr}(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.pino=void 0;const e=l4,r=e.__importDefault(h4());Object.defineProperty(t,"pino",{enumerable:!0,get:function(){return r.default}}),e.__exportStar(lp(),t),e.__exportStar(f4(),t)})(pt);class d4 extends zi{constructor(e){super(),this.opts=e,this.protocol="wc",this.version=2}}class p4 extends zi{constructor(e,r){super(),this.core=e,this.logger=r,this.records=new Map}}class g4{constructor(e,r){this.logger=e,this.core=r}}class m4 extends zi{constructor(e,r){super(),this.relayer=e,this.logger=r}}class w4 extends zi{constructor(e){super()}}class v4{constructor(e,r,n,i){this.core=e,this.logger=r,this.name=n}}class y4 extends zi{constructor(e,r){super(),this.relayer=e,this.logger=r}}class b4 extends zi{constructor(e,r){super(),this.core=e,this.logger=r}}class _4{constructor(e,r){this.projectId=e,this.logger=r}}class E4{constructor(e){this.opts=e,this.protocol="wc",this.version=2}}class x4{constructor(e){this.client=e}}const C4=t=>JSON.stringify(t,(e,r)=>typeof r=="bigint"?r.toString()+"n":r),I4=t=>{const e=/([\[:])?(\d{17,}|(?:[9](?:[1-9]07199254740991|0[1-9]7199254740991|00[8-9]199254740991|007[2-9]99254740991|007199[3-9]54740991|0071992[6-9]4740991|00719925[5-9]740991|007199254[8-9]40991|0071992547[5-9]0991|00719925474[1-9]991|00719925474099[2-9])))([,\}\]])/g,r=t.replace(e,'$1"$2n"$3');return JSON.parse(r,(n,i)=>typeof i=="string"&&i.match(/^\d+n$/)?BigInt(i.substring(0,i.length-1)):i)};function Vu(t){if(typeof t!="string")throw new Error(`Cannot safe json parse value of type ${typeof t}`);try{return I4(t)}catch{return t}}function Mo(t){return typeof t=="string"?t:C4(t)||""}var Ku={},hp={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=et,r=Yr;t.DIGEST_LENGTH=64,t.BLOCK_SIZE=128;var n=function(){function l(){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 l.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},l.prototype.reset=function(){return this._initState(),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this},l.prototype.clean=function(){r.wipe(this._buffer),r.wipe(this._tempHi),r.wipe(this._tempLo),this.reset()},l.prototype.update=function(h,d){if(d===void 0&&(d=h.length),this._finished)throw new Error("SHA512: can't update because hash was finished.");var v=0;if(this._bytesHashed+=d,this._bufferLength>0){for(;this._bufferLength<t.BLOCK_SIZE&&d>0;)this._buffer[this._bufferLength++]=h[v++],d--;this._bufferLength===this.blockSize&&(o(this._tempHi,this._tempLo,this._stateHi,this._stateLo,this._buffer,0,this.blockSize),this._bufferLength=0)}for(d>=this.blockSize&&(v=o(this._tempHi,this._tempLo,this._stateHi,this._stateLo,h,v,d),d%=this.blockSize);d>0;)this._buffer[this._bufferLength++]=h[v++],d--;return this},l.prototype.finish=function(h){if(!this._finished){var d=this._bytesHashed,v=this._bufferLength,x=d/536870912|0,_=d<<3,O=d%128<112?128:256;this._buffer[v]=128;for(var P=v+1;P<O-8;P++)this._buffer[P]=0;e.writeUint32BE(x,this._buffer,O-8),e.writeUint32BE(_,this._buffer,O-4),o(this._tempHi,this._tempLo,this._stateHi,this._stateLo,this._buffer,0,O),this._finished=!0}for(var P=0;P<this.digestLength/8;P++)e.writeUint32BE(this._stateHi[P],h,P*8),e.writeUint32BE(this._stateLo[P],h,P*8+4);return this},l.prototype.digest=function(){var h=new Uint8Array(this.digestLength);return this.finish(h),h},l.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}},l.prototype.restoreState=function(h){return this._stateHi.set(h.stateHi),this._stateLo.set(h.stateLo),this._bufferLength=h.bufferLength,h.buffer&&this._buffer.set(h.buffer),this._bytesHashed=h.bytesHashed,this._finished=!1,this},l.prototype.cleanSavedState=function(h){r.wipe(h.stateHi),r.wipe(h.stateLo),h.buffer&&r.wipe(h.buffer),h.bufferLength=0,h.bytesHashed=0},l}();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(l,h,d,v,x,_,O){for(var P=d[0],U=d[1],H=d[2],G=d[3],N=d[4],L=d[5],$=d[6],T=d[7],I=v[0],f=v[1],E=v[2],J=v[3],z=v[4],ee=v[5],de=v[6],me=v[7],A,j,ce,le,re,ne,ae,ie;O>=128;){for(var Se=0;Se<16;Se++){var ge=8*Se+_;l[Se]=e.readUint32BE(x,ge),h[Se]=e.readUint32BE(x,ge+4)}for(var Se=0;Se<80;Se++){var Be=P,ye=U,Me=H,X=G,Y=N,W=L,w=$,F=T,we=I,ve=f,Ue=E,nt=J,at=z,Ge=ee,Dt=de,$t=me;if(A=T,j=me,re=j&65535,ne=j>>>16,ae=A&65535,ie=A>>>16,A=(N>>>14|z<<32-14)^(N>>>18|z<<32-18)^(z>>>41-32|N<<32-(41-32)),j=(z>>>14|N<<32-14)^(z>>>18|N<<32-18)^(N>>>41-32|z<<32-(41-32)),re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,A=N&L^~N&$,j=z&ee^~z&de,re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,A=i[Se*2],j=i[Se*2+1],re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,A=l[Se%16],j=h[Se%16],re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,ce=ae&65535|ie<<16,le=re&65535|ne<<16,A=ce,j=le,re=j&65535,ne=j>>>16,ae=A&65535,ie=A>>>16,A=(P>>>28|I<<32-28)^(I>>>34-32|P<<32-(34-32))^(I>>>39-32|P<<32-(39-32)),j=(I>>>28|P<<32-28)^(P>>>34-32|I<<32-(34-32))^(P>>>39-32|I<<32-(39-32)),re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,A=P&U^P&H^U&H,j=I&f^I&E^f&E,re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,F=ae&65535|ie<<16,$t=re&65535|ne<<16,A=X,j=nt,re=j&65535,ne=j>>>16,ae=A&65535,ie=A>>>16,A=ce,j=le,re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,X=ae&65535|ie<<16,nt=re&65535|ne<<16,U=Be,H=ye,G=Me,N=X,L=Y,$=W,T=w,P=F,f=we,E=ve,J=Ue,z=nt,ee=at,de=Ge,me=Dt,I=$t,Se%16===15)for(var ge=0;ge<16;ge++)A=l[ge],j=h[ge],re=j&65535,ne=j>>>16,ae=A&65535,ie=A>>>16,A=l[(ge+9)%16],j=h[(ge+9)%16],re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ce=l[(ge+1)%16],le=h[(ge+1)%16],A=(ce>>>1|le<<32-1)^(ce>>>8|le<<32-8)^ce>>>7,j=(le>>>1|ce<<32-1)^(le>>>8|ce<<32-8)^(le>>>7|ce<<32-7),re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ce=l[(ge+14)%16],le=h[(ge+14)%16],A=(ce>>>19|le<<32-19)^(le>>>61-32|ce<<32-(61-32))^ce>>>6,j=(le>>>19|ce<<32-19)^(ce>>>61-32|le<<32-(61-32))^(le>>>6|ce<<32-6),re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,l[ge]=ae&65535|ie<<16,h[ge]=re&65535|ne<<16}A=P,j=I,re=j&65535,ne=j>>>16,ae=A&65535,ie=A>>>16,A=d[0],j=v[0],re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[0]=P=ae&65535|ie<<16,v[0]=I=re&65535|ne<<16,A=U,j=f,re=j&65535,ne=j>>>16,ae=A&65535,ie=A>>>16,A=d[1],j=v[1],re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[1]=U=ae&65535|ie<<16,v[1]=f=re&65535|ne<<16,A=H,j=E,re=j&65535,ne=j>>>16,ae=A&65535,ie=A>>>16,A=d[2],j=v[2],re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[2]=H=ae&65535|ie<<16,v[2]=E=re&65535|ne<<16,A=G,j=J,re=j&65535,ne=j>>>16,ae=A&65535,ie=A>>>16,A=d[3],j=v[3],re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[3]=G=ae&65535|ie<<16,v[3]=J=re&65535|ne<<16,A=N,j=z,re=j&65535,ne=j>>>16,ae=A&65535,ie=A>>>16,A=d[4],j=v[4],re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[4]=N=ae&65535|ie<<16,v[4]=z=re&65535|ne<<16,A=L,j=ee,re=j&65535,ne=j>>>16,ae=A&65535,ie=A>>>16,A=d[5],j=v[5],re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[5]=L=ae&65535|ie<<16,v[5]=ee=re&65535|ne<<16,A=$,j=de,re=j&65535,ne=j>>>16,ae=A&65535,ie=A>>>16,A=d[6],j=v[6],re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[6]=$=ae&65535|ie<<16,v[6]=de=re&65535|ne<<16,A=T,j=me,re=j&65535,ne=j>>>16,ae=A&65535,ie=A>>>16,A=d[7],j=v[7],re+=j&65535,ne+=j>>>16,ae+=A&65535,ie+=A>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[7]=T=ae&65535|ie<<16,v[7]=me=re&65535|ne<<16,_+=128,O-=128}return _}function c(l){var h=new n;h.update(l);var d=h.digest();return h.clean(),d}t.hash=c})(hp),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=xs,r=hp,n=Yr;t.SIGNATURE_LENGTH=64,t.PUBLIC_KEY_LENGTH=32,t.SECRET_KEY_LENGTH=64,t.SEED_LENGTH=32;function i(X){const Y=new Float64Array(16);if(X)for(let W=0;W<X.length;W++)Y[W]=X[W];return Y}const o=new Uint8Array(32);o[0]=9;const c=i(),l=i([1]),h=i([30883,4953,19914,30187,55467,16705,2637,112,59544,30585,16505,36039,65139,11119,27886,20995]),d=i([61785,9906,39828,60374,45398,33411,5274,224,53552,61171,33010,6542,64743,22239,55772,9222]),v=i([54554,36645,11616,51542,42930,38181,51040,26924,56412,64982,57905,49316,21502,52590,14035,8553]),x=i([26200,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214]),_=i([41136,18958,6951,50414,58488,44335,6150,12099,55207,15867,153,11085,57099,20417,9344,11139]);function O(X,Y){for(let W=0;W<16;W++)X[W]=Y[W]|0}function P(X){let Y=1;for(let W=0;W<16;W++){let w=X[W]+Y+65535;Y=Math.floor(w/65536),X[W]=w-Y*65536}X[0]+=Y-1+37*(Y-1)}function U(X,Y,W){const w=~(W-1);for(let F=0;F<16;F++){const we=w&(X[F]^Y[F]);X[F]^=we,Y[F]^=we}}function H(X,Y){const W=i(),w=i();for(let F=0;F<16;F++)w[F]=Y[F];P(w),P(w),P(w);for(let F=0;F<2;F++){W[0]=w[0]-65517;for(let ve=1;ve<15;ve++)W[ve]=w[ve]-65535-(W[ve-1]>>16&1),W[ve-1]&=65535;W[15]=w[15]-32767-(W[14]>>16&1);const we=W[15]>>16&1;W[14]&=65535,U(w,W,1-we)}for(let F=0;F<16;F++)X[2*F]=w[F]&255,X[2*F+1]=w[F]>>8}function G(X,Y){let W=0;for(let w=0;w<32;w++)W|=X[w]^Y[w];return(1&W-1>>>8)-1}function N(X,Y){const W=new Uint8Array(32),w=new Uint8Array(32);return H(W,X),H(w,Y),G(W,w)}function L(X){const Y=new Uint8Array(32);return H(Y,X),Y[0]&1}function $(X,Y){for(let W=0;W<16;W++)X[W]=Y[2*W]+(Y[2*W+1]<<8);X[15]&=32767}function T(X,Y,W){for(let w=0;w<16;w++)X[w]=Y[w]+W[w]}function I(X,Y,W){for(let w=0;w<16;w++)X[w]=Y[w]-W[w]}function f(X,Y,W){let w,F,we=0,ve=0,Ue=0,nt=0,at=0,Ge=0,Dt=0,$t=0,Je=0,He=0,ke=0,Ke=0,rt=0,je=0,Ze=0,b=0,p=0,m=0,D=0,B=0,K=0,Q=0,Ee=0,Te=0,st=0,ht=0,lt=0,Ur=0,Jn=0,Ii=0,cs=0,zt=W[0],Lt=W[1],Wt=W[2],qt=W[3],Ft=W[4],Mt=W[5],ir=W[6],sr=W[7],Vt=W[8],or=W[9],Kt=W[10],Xt=W[11],Gt=W[12],Pt=W[13],ar=W[14],cr=W[15];w=Y[0],we+=w*zt,ve+=w*Lt,Ue+=w*Wt,nt+=w*qt,at+=w*Ft,Ge+=w*Mt,Dt+=w*ir,$t+=w*sr,Je+=w*Vt,He+=w*or,ke+=w*Kt,Ke+=w*Xt,rt+=w*Gt,je+=w*Pt,Ze+=w*ar,b+=w*cr,w=Y[1],ve+=w*zt,Ue+=w*Lt,nt+=w*Wt,at+=w*qt,Ge+=w*Ft,Dt+=w*Mt,$t+=w*ir,Je+=w*sr,He+=w*Vt,ke+=w*or,Ke+=w*Kt,rt+=w*Xt,je+=w*Gt,Ze+=w*Pt,b+=w*ar,p+=w*cr,w=Y[2],Ue+=w*zt,nt+=w*Lt,at+=w*Wt,Ge+=w*qt,Dt+=w*Ft,$t+=w*Mt,Je+=w*ir,He+=w*sr,ke+=w*Vt,Ke+=w*or,rt+=w*Kt,je+=w*Xt,Ze+=w*Gt,b+=w*Pt,p+=w*ar,m+=w*cr,w=Y[3],nt+=w*zt,at+=w*Lt,Ge+=w*Wt,Dt+=w*qt,$t+=w*Ft,Je+=w*Mt,He+=w*ir,ke+=w*sr,Ke+=w*Vt,rt+=w*or,je+=w*Kt,Ze+=w*Xt,b+=w*Gt,p+=w*Pt,m+=w*ar,D+=w*cr,w=Y[4],at+=w*zt,Ge+=w*Lt,Dt+=w*Wt,$t+=w*qt,Je+=w*Ft,He+=w*Mt,ke+=w*ir,Ke+=w*sr,rt+=w*Vt,je+=w*or,Ze+=w*Kt,b+=w*Xt,p+=w*Gt,m+=w*Pt,D+=w*ar,B+=w*cr,w=Y[5],Ge+=w*zt,Dt+=w*Lt,$t+=w*Wt,Je+=w*qt,He+=w*Ft,ke+=w*Mt,Ke+=w*ir,rt+=w*sr,je+=w*Vt,Ze+=w*or,b+=w*Kt,p+=w*Xt,m+=w*Gt,D+=w*Pt,B+=w*ar,K+=w*cr,w=Y[6],Dt+=w*zt,$t+=w*Lt,Je+=w*Wt,He+=w*qt,ke+=w*Ft,Ke+=w*Mt,rt+=w*ir,je+=w*sr,Ze+=w*Vt,b+=w*or,p+=w*Kt,m+=w*Xt,D+=w*Gt,B+=w*Pt,K+=w*ar,Q+=w*cr,w=Y[7],$t+=w*zt,Je+=w*Lt,He+=w*Wt,ke+=w*qt,Ke+=w*Ft,rt+=w*Mt,je+=w*ir,Ze+=w*sr,b+=w*Vt,p+=w*or,m+=w*Kt,D+=w*Xt,B+=w*Gt,K+=w*Pt,Q+=w*ar,Ee+=w*cr,w=Y[8],Je+=w*zt,He+=w*Lt,ke+=w*Wt,Ke+=w*qt,rt+=w*Ft,je+=w*Mt,Ze+=w*ir,b+=w*sr,p+=w*Vt,m+=w*or,D+=w*Kt,B+=w*Xt,K+=w*Gt,Q+=w*Pt,Ee+=w*ar,Te+=w*cr,w=Y[9],He+=w*zt,ke+=w*Lt,Ke+=w*Wt,rt+=w*qt,je+=w*Ft,Ze+=w*Mt,b+=w*ir,p+=w*sr,m+=w*Vt,D+=w*or,B+=w*Kt,K+=w*Xt,Q+=w*Gt,Ee+=w*Pt,Te+=w*ar,st+=w*cr,w=Y[10],ke+=w*zt,Ke+=w*Lt,rt+=w*Wt,je+=w*qt,Ze+=w*Ft,b+=w*Mt,p+=w*ir,m+=w*sr,D+=w*Vt,B+=w*or,K+=w*Kt,Q+=w*Xt,Ee+=w*Gt,Te+=w*Pt,st+=w*ar,ht+=w*cr,w=Y[11],Ke+=w*zt,rt+=w*Lt,je+=w*Wt,Ze+=w*qt,b+=w*Ft,p+=w*Mt,m+=w*ir,D+=w*sr,B+=w*Vt,K+=w*or,Q+=w*Kt,Ee+=w*Xt,Te+=w*Gt,st+=w*Pt,ht+=w*ar,lt+=w*cr,w=Y[12],rt+=w*zt,je+=w*Lt,Ze+=w*Wt,b+=w*qt,p+=w*Ft,m+=w*Mt,D+=w*ir,B+=w*sr,K+=w*Vt,Q+=w*or,Ee+=w*Kt,Te+=w*Xt,st+=w*Gt,ht+=w*Pt,lt+=w*ar,Ur+=w*cr,w=Y[13],je+=w*zt,Ze+=w*Lt,b+=w*Wt,p+=w*qt,m+=w*Ft,D+=w*Mt,B+=w*ir,K+=w*sr,Q+=w*Vt,Ee+=w*or,Te+=w*Kt,st+=w*Xt,ht+=w*Gt,lt+=w*Pt,Ur+=w*ar,Jn+=w*cr,w=Y[14],Ze+=w*zt,b+=w*Lt,p+=w*Wt,m+=w*qt,D+=w*Ft,B+=w*Mt,K+=w*ir,Q+=w*sr,Ee+=w*Vt,Te+=w*or,st+=w*Kt,ht+=w*Xt,lt+=w*Gt,Ur+=w*Pt,Jn+=w*ar,Ii+=w*cr,w=Y[15],b+=w*zt,p+=w*Lt,m+=w*Wt,D+=w*qt,B+=w*Ft,K+=w*Mt,Q+=w*ir,Ee+=w*sr,Te+=w*Vt,st+=w*or,ht+=w*Kt,lt+=w*Xt,Ur+=w*Gt,Jn+=w*Pt,Ii+=w*ar,cs+=w*cr,we+=38*p,ve+=38*m,Ue+=38*D,nt+=38*B,at+=38*K,Ge+=38*Q,Dt+=38*Ee,$t+=38*Te,Je+=38*st,He+=38*ht,ke+=38*lt,Ke+=38*Ur,rt+=38*Jn,je+=38*Ii,Ze+=38*cs,F=1,w=we+F+65535,F=Math.floor(w/65536),we=w-F*65536,w=ve+F+65535,F=Math.floor(w/65536),ve=w-F*65536,w=Ue+F+65535,F=Math.floor(w/65536),Ue=w-F*65536,w=nt+F+65535,F=Math.floor(w/65536),nt=w-F*65536,w=at+F+65535,F=Math.floor(w/65536),at=w-F*65536,w=Ge+F+65535,F=Math.floor(w/65536),Ge=w-F*65536,w=Dt+F+65535,F=Math.floor(w/65536),Dt=w-F*65536,w=$t+F+65535,F=Math.floor(w/65536),$t=w-F*65536,w=Je+F+65535,F=Math.floor(w/65536),Je=w-F*65536,w=He+F+65535,F=Math.floor(w/65536),He=w-F*65536,w=ke+F+65535,F=Math.floor(w/65536),ke=w-F*65536,w=Ke+F+65535,F=Math.floor(w/65536),Ke=w-F*65536,w=rt+F+65535,F=Math.floor(w/65536),rt=w-F*65536,w=je+F+65535,F=Math.floor(w/65536),je=w-F*65536,w=Ze+F+65535,F=Math.floor(w/65536),Ze=w-F*65536,w=b+F+65535,F=Math.floor(w/65536),b=w-F*65536,we+=F-1+37*(F-1),F=1,w=we+F+65535,F=Math.floor(w/65536),we=w-F*65536,w=ve+F+65535,F=Math.floor(w/65536),ve=w-F*65536,w=Ue+F+65535,F=Math.floor(w/65536),Ue=w-F*65536,w=nt+F+65535,F=Math.floor(w/65536),nt=w-F*65536,w=at+F+65535,F=Math.floor(w/65536),at=w-F*65536,w=Ge+F+65535,F=Math.floor(w/65536),Ge=w-F*65536,w=Dt+F+65535,F=Math.floor(w/65536),Dt=w-F*65536,w=$t+F+65535,F=Math.floor(w/65536),$t=w-F*65536,w=Je+F+65535,F=Math.floor(w/65536),Je=w-F*65536,w=He+F+65535,F=Math.floor(w/65536),He=w-F*65536,w=ke+F+65535,F=Math.floor(w/65536),ke=w-F*65536,w=Ke+F+65535,F=Math.floor(w/65536),Ke=w-F*65536,w=rt+F+65535,F=Math.floor(w/65536),rt=w-F*65536,w=je+F+65535,F=Math.floor(w/65536),je=w-F*65536,w=Ze+F+65535,F=Math.floor(w/65536),Ze=w-F*65536,w=b+F+65535,F=Math.floor(w/65536),b=w-F*65536,we+=F-1+37*(F-1),X[0]=we,X[1]=ve,X[2]=Ue,X[3]=nt,X[4]=at,X[5]=Ge,X[6]=Dt,X[7]=$t,X[8]=Je,X[9]=He,X[10]=ke,X[11]=Ke,X[12]=rt,X[13]=je,X[14]=Ze,X[15]=b}function E(X,Y){f(X,Y,Y)}function J(X,Y){const W=i();let w;for(w=0;w<16;w++)W[w]=Y[w];for(w=253;w>=0;w--)E(W,W),w!==2&&w!==4&&f(W,W,Y);for(w=0;w<16;w++)X[w]=W[w]}function z(X,Y){const W=i();let w;for(w=0;w<16;w++)W[w]=Y[w];for(w=250;w>=0;w--)E(W,W),w!==1&&f(W,W,Y);for(w=0;w<16;w++)X[w]=W[w]}function ee(X,Y){const W=i(),w=i(),F=i(),we=i(),ve=i(),Ue=i(),nt=i(),at=i(),Ge=i();I(W,X[1],X[0]),I(Ge,Y[1],Y[0]),f(W,W,Ge),T(w,X[0],X[1]),T(Ge,Y[0],Y[1]),f(w,w,Ge),f(F,X[3],Y[3]),f(F,F,d),f(we,X[2],Y[2]),T(we,we,we),I(ve,w,W),I(Ue,we,F),T(nt,we,F),T(at,w,W),f(X[0],ve,Ue),f(X[1],at,nt),f(X[2],nt,Ue),f(X[3],ve,at)}function de(X,Y,W){for(let w=0;w<4;w++)U(X[w],Y[w],W)}function me(X,Y){const W=i(),w=i(),F=i();J(F,Y[2]),f(W,Y[0],F),f(w,Y[1],F),H(X,w),X[31]^=L(W)<<7}function A(X,Y,W){O(X[0],c),O(X[1],l),O(X[2],l),O(X[3],c);for(let w=255;w>=0;--w){const F=W[w/8|0]>>(w&7)&1;de(X,Y,F),ee(Y,X),ee(X,X),de(X,Y,F)}}function j(X,Y){const W=[i(),i(),i(),i()];O(W[0],v),O(W[1],x),O(W[2],l),f(W[3],v,x),A(X,W,Y)}function ce(X){if(X.length!==t.SEED_LENGTH)throw new Error(`ed25519: seed must be ${t.SEED_LENGTH} bytes`);const Y=(0,r.hash)(X);Y[0]&=248,Y[31]&=127,Y[31]|=64;const W=new Uint8Array(32),w=[i(),i(),i(),i()];j(w,Y),me(W,w);const F=new Uint8Array(64);return F.set(X),F.set(W,32),{publicKey:W,secretKey:F}}t.generateKeyPairFromSeed=ce;function le(X){const Y=(0,e.randomBytes)(32,X),W=ce(Y);return(0,n.wipe)(Y),W}t.generateKeyPair=le;function re(X){if(X.length!==t.SECRET_KEY_LENGTH)throw new Error(`ed25519: secret key must be ${t.SECRET_KEY_LENGTH} bytes`);return new Uint8Array(X.subarray(32))}t.extractPublicKeyFromSecretKey=re;const ne=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 ae(X,Y){let W,w,F,we;for(w=63;w>=32;--w){for(W=0,F=w-32,we=w-12;F<we;++F)Y[F]+=W-16*Y[w]*ne[F-(w-32)],W=Math.floor((Y[F]+128)/256),Y[F]-=W*256;Y[F]+=W,Y[w]=0}for(W=0,F=0;F<32;F++)Y[F]+=W-(Y[31]>>4)*ne[F],W=Y[F]>>8,Y[F]&=255;for(F=0;F<32;F++)Y[F]-=W*ne[F];for(w=0;w<32;w++)Y[w+1]+=Y[w]>>8,X[w]=Y[w]&255}function ie(X){const Y=new Float64Array(64);for(let W=0;W<64;W++)Y[W]=X[W];for(let W=0;W<64;W++)X[W]=0;ae(X,Y)}function Se(X,Y){const W=new Float64Array(64),w=[i(),i(),i(),i()],F=(0,r.hash)(X.subarray(0,32));F[0]&=248,F[31]&=127,F[31]|=64;const we=new Uint8Array(64);we.set(F.subarray(32),32);const ve=new r.SHA512;ve.update(we.subarray(32)),ve.update(Y);const Ue=ve.digest();ve.clean(),ie(Ue),j(w,Ue),me(we,w),ve.reset(),ve.update(we.subarray(0,32)),ve.update(X.subarray(32)),ve.update(Y);const nt=ve.digest();ie(nt);for(let at=0;at<32;at++)W[at]=Ue[at];for(let at=0;at<32;at++)for(let Ge=0;Ge<32;Ge++)W[at+Ge]+=nt[at]*F[Ge];return ae(we.subarray(32),W),we}t.sign=Se;function ge(X,Y){const W=i(),w=i(),F=i(),we=i(),ve=i(),Ue=i(),nt=i();return O(X[2],l),$(X[1],Y),E(F,X[1]),f(we,F,h),I(F,F,X[2]),T(we,X[2],we),E(ve,we),E(Ue,ve),f(nt,Ue,ve),f(W,nt,F),f(W,W,we),z(W,W),f(W,W,F),f(W,W,we),f(W,W,we),f(X[0],W,we),E(w,X[0]),f(w,w,we),N(w,F)&&f(X[0],X[0],_),E(w,X[0]),f(w,w,we),N(w,F)?-1:(L(X[0])===Y[31]>>7&&I(X[0],c,X[0]),f(X[3],X[0],X[1]),0)}function Be(X,Y,W){const w=new Uint8Array(32),F=[i(),i(),i(),i()],we=[i(),i(),i(),i()];if(W.length!==t.SIGNATURE_LENGTH)throw new Error(`ed25519: signature must be ${t.SIGNATURE_LENGTH} bytes`);if(ge(we,X))return!1;const ve=new r.SHA512;ve.update(W.subarray(0,32)),ve.update(X),ve.update(Y);const Ue=ve.digest();return ie(Ue),A(F,we,Ue),j(we,W.subarray(32)),ee(F,we),me(w,F),!G(W,w)}t.verify=Be;function ye(X){let Y=[i(),i(),i(),i()];if(ge(Y,X))throw new Error("Ed25519: invalid public key");let W=i(),w=i(),F=Y[1];T(W,l,F),I(w,l,F),J(w,w),f(W,W,w);let we=new Uint8Array(32);return H(we,W),we}t.convertPublicKeyToX25519=ye;function Me(X){const Y=(0,r.hash)(X.subarray(0,32));Y[0]&=248,Y[31]&=127,Y[31]|=64;const W=new Uint8Array(Y.subarray(0,32));return(0,n.wipe)(Y),W}t.convertSecretKeyToX25519=Me}(Ku);const O4="EdDSA",A4="JWT",fp=".",dp="base64url",S4="utf8",D4="utf8",$4=":",P4="did",T4="key",pp="base58btc",R4="z",N4="K36",L4=32;function Qa(t){return Dr(Hr(Mo(t),S4),dp)}function gp(t){const e=Hr(N4,pp),r=R4+Dr(au([e,t]),pp);return[P4,T4,r].join($4)}function M4(t){return Dr(t,dp)}function U4(t){return Hr([Qa(t.header),Qa(t.payload)].join(fp),D4)}function j4(t){return[Qa(t.header),Qa(t.payload),M4(t.signature)].join(fp)}function mp(t=xs.randomBytes(L4)){return Ku.generateKeyPairFromSeed(t)}async function F4(t,e,r,n,i=Re.fromMiliseconds(Date.now())){const o={alg:O4,typ:A4},c=gp(n.publicKey),l=i+r,h={iss:c,sub:t,aud:e,iat:i,exp:l},d=U4({header:o,payload:h}),v=Ku.sign(n.secretKey,d);return j4({header:o,payload:h,signature:v})}const B4="PARSE_ERROR",k4="INVALID_REQUEST",H4="METHOD_NOT_FOUND",z4="INVALID_PARAMS",wp="INTERNAL_ERROR",Gu="SERVER_ERROR",W4=[-32700,-32600,-32601,-32602,-32603],Uo={[B4]:{code:-32700,message:"Parse error"},[k4]:{code:-32600,message:"Invalid Request"},[H4]:{code:-32601,message:"Method not found"},[z4]:{code:-32602,message:"Invalid params"},[wp]:{code:-32603,message:"Internal error"},[Gu]:{code:-32e3,message:"Server error"}},vp=Gu;function q4(t){return W4.includes(t)}function yp(t){return Object.keys(Uo).includes(t)?Uo[t]:Uo[vp]}function V4(t){const e=Object.values(Uo).find(r=>r.code===t);return e||Uo[vp]}function bp(t,e,r){return t.message.includes("getaddrinfo ENOTFOUND")||t.message.includes("connect ECONNREFUSED")?new Error(`Unavailable ${r} RPC url at ${e}`):t}var _p={};/*! *****************************************************************************
|
|
59
|
+
***************************************************************************** */var Bu=function(t,e){return Bu=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])},Bu(t,e)};function B6(t,e){Bu(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var ku=function(){return ku=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},ku.apply(this,arguments)};function k6(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 H6(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(c=t[l])&&(o=(i<3?c(o):i>3?c(e,r,o):c(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function z6(t,e){return function(r,n){e(r,n,t)}}function W6(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function q6(t,e,r,n){function i(o){return o instanceof r?o:new r(function(c){c(o)})}return new(r||(r=Promise))(function(o,c){function l(v){try{d(n.next(v))}catch(x){c(x)}}function h(v){try{d(n.throw(v))}catch(x){c(x)}}function d(v){v.done?o(v.value):i(v.value).then(l,h)}d((n=n.apply(t,e||[])).next())})}function V6(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,c;return c={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function l(d){return function(v){return h([d,v])}}function h(d){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=d[0]&2?i.return:d[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,d[1])).done)return o;switch(i=0,o&&(d=[d[0]&2,o.value]),d[0]){case 0:case 1:o=d;break;case 4:return r.label++,{value:d[1],done:!1};case 5:r.label++,i=d[1],d=[0];continue;case 7:d=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(d[0]===6||d[0]===2)){r=0;continue}if(d[0]===3&&(!o||d[1]>o[0]&&d[1]<o[3])){r.label=d[1];break}if(d[0]===6&&r.label<o[1]){r.label=o[1],o=d;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(d);break}o[2]&&r.ops.pop(),r.trys.pop();continue}d=e.call(t,r)}catch(v){d=[6,v],i=0}finally{n=o=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}function K6(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function G6(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function Hu(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 ip(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],c;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(l){c={error:l}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(c)throw c.error}}return o}function Z6(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(ip(arguments[e]));return t}function Y6(){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],c=0,l=o.length;c<l;c++,i++)n[i]=o[c];return n}function Ro(t){return this instanceof Ro?(this.v=t,this):new Ro(t)}function J6(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},c("next"),c("throw"),c("return"),i[Symbol.asyncIterator]=function(){return this},i;function c(_){n[_]&&(i[_]=function(O){return new Promise(function(P,U){o.push([_,O,P,U])>1||l(_,O)})})}function l(_,O){try{h(n[_](O))}catch(P){x(o[0][3],P)}}function h(_){_.value instanceof Ro?Promise.resolve(_.value.v).then(d,v):x(o[0][2],_)}function d(_){l("next",_)}function v(_){l("throw",_)}function x(_,O){_(O),o.shift(),o.length&&l(o[0][0],o[0][1])}}function X6(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(c){return(r=!r)?{value:Ro(t[i](c)),done:i==="return"}:o?o(c):c}:o}}function Q6(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 Hu=="function"?Hu(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(c){return new Promise(function(l,h){c=t[o](c),i(l,h,c.done,c.value)})}}function i(o,c,l,h){Promise.resolve(h).then(function(d){o({value:d,done:l})},c)}}function e4(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function t4(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 r4(t){return t&&t.__esModule?t:{default:t}}function n4(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function i4(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 s4=Object.freeze({__proto__:null,__extends:B6,get __assign(){return ku},__rest:k6,__decorate:H6,__param:z6,__metadata:W6,__awaiter:q6,__generator:V6,__createBinding:K6,__exportStar:G6,__values:Hu,__read:ip,__spread:Z6,__spreadArrays:Y6,__await:Ro,__asyncGenerator:J6,__asyncDelegator:X6,__asyncValues:Q6,__makeTemplateObject:e4,__importStar:t4,__importDefault:r4,__classPrivateFieldGet:n4,__classPrivateFieldSet:i4}),o4=Li(s4),zu,sp;function a4(){if(sp)return zu;sp=1;function t(r){try{return JSON.stringify(r)}catch{return'"[Circular]"'}}zu=e;function e(r,n,i){var o=i&&i.stringify||t,c=1;if(typeof r=="object"&&r!==null){var l=n.length+c;if(l===1)return r;var h=new Array(l);h[0]=o(r);for(var d=1;d<l;d++)h[d]=o(n[d]);return h.join(" ")}if(typeof r!="string")return r;var v=n.length;if(v===0)return r;for(var x="",_=1-c,O=-1,P=r&&r.length||0,U=0;U<P;){if(r.charCodeAt(U)===37&&U+1<P){switch(O=O>-1?O:0,r.charCodeAt(U+1)){case 100:case 102:if(_>=v||n[_]==null)break;O<U&&(x+=r.slice(O,U)),x+=Number(n[_]),O=U+2,U++;break;case 105:if(_>=v||n[_]==null)break;O<U&&(x+=r.slice(O,U)),x+=Math.floor(Number(n[_])),O=U+2,U++;break;case 79:case 111:case 106:if(_>=v||n[_]===void 0)break;O<U&&(x+=r.slice(O,U));var H=typeof n[_];if(H==="string"){x+="'"+n[_]+"'",O=U+2,U++;break}if(H==="function"){x+=n[_].name||"<anonymous>",O=U+2,U++;break}x+=o(n[_]),O=U+2,U++;break;case 115:if(_>=v)break;O<U&&(x+=r.slice(O,U)),x+=String(n[_]),O=U+2,U++;break;case 37:O<U&&(x+=r.slice(O,U)),x+="%",O=U+2,U++,_--;break}++_}++U}return O===-1?r:(O<P&&(x+=r.slice(O)),x)}return zu}var Wu,op;function c4(){if(op)return Wu;op=1;const t=a4();Wu=i;const e=T().console||{},r={mapHttpRequest:P,mapHttpResponse:P,wrapRequestSerializer:U,wrapResponseSerializer:U,wrapErrorSerializer:U,req:P,res:P,err:_};function n(I,f){return Array.isArray(I)?I.filter(function(J){return J!=="!stdSerializers.err"}):I===!0?Object.keys(f):!1}function i(I){I=I||{},I.browser=I.browser||{};const f=I.browser.transmit;if(f&&typeof f.send!="function")throw Error("pino: transmit option must have a send function");const E=I.browser.write||e;I.browser.write&&(I.browser.asObject=!0);const J=I.serializers||{},z=n(I.browser.serialize,J);let ee=I.browser.serialize;Array.isArray(I.browser.serialize)&&I.browser.serialize.indexOf("!stdSerializers.err")>-1&&(ee=!1);const de=["error","fatal","warn","info","debug","trace"];typeof E=="function"&&(E.error=E.fatal=E.warn=E.info=E.debug=E.trace=E),I.enabled===!1&&(I.level="silent");const me=I.level||"info",S=Object.create(E);S.log||(S.log=H),Object.defineProperty(S,"levelVal",{get:ce}),Object.defineProperty(S,"level",{get:le,set:re});const j={transmit:f,serialize:z,asObject:I.browser.asObject,levels:de,timestamp:O(I)};S.levels=i.levels,S.level=me,S.setMaxListeners=S.getMaxListeners=S.emit=S.addListener=S.on=S.prependListener=S.once=S.prependOnceListener=S.removeListener=S.removeAllListeners=S.listeners=S.listenerCount=S.eventNames=S.write=S.flush=H,S.serializers=J,S._serialize=z,S._stdErrSerialize=ee,S.child=ne,f&&(S._logEvent=x());function ce(){return this.level==="silent"?1/0:this.levels.values[this.level]}function le(){return this._level}function re(ae){if(ae!=="silent"&&!this.levels.values[ae])throw Error("unknown level "+ae);this._level=ae,o(j,S,"error","log"),o(j,S,"fatal","error"),o(j,S,"warn","error"),o(j,S,"info","log"),o(j,S,"debug","log"),o(j,S,"trace","log")}function ne(ae,ie){if(!ae)throw new Error("missing bindings for child Pino");ie=ie||{},z&&ae.serializers&&(ie.serializers=ae.serializers);const De=ie.serializers;if(z&&De){var ge=Object.assign({},J,De),Be=I.browser.serialize===!0?Object.keys(ge):z;delete ae.serializers,h([ae],Be,ge,this._stdErrSerialize)}function ye(Me){this._childLevel=(Me._childLevel|0)+1,this.error=d(Me,ae,"error"),this.fatal=d(Me,ae,"fatal"),this.warn=d(Me,ae,"warn"),this.info=d(Me,ae,"info"),this.debug=d(Me,ae,"debug"),this.trace=d(Me,ae,"trace"),ge&&(this.serializers=ge,this._serialize=Be),f&&(this._logEvent=x([].concat(Me._logEvent.bindings,ae)))}return ye.prototype=this,new ye(this)}return S}i.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"}},i.stdSerializers=r,i.stdTimeFunctions=Object.assign({},{nullTime:G,epochTime:R,unixTime:L,isoTime:$});function o(I,f,E,J){const z=Object.getPrototypeOf(f);f[E]=f.levelVal>f.levels.values[E]?H:z[E]?z[E]:e[E]||e[J]||H,c(I,f,E)}function c(I,f,E){!I.transmit&&f[E]===H||(f[E]=function(J){return function(){const ee=I.timestamp(),de=new Array(arguments.length),me=Object.getPrototypeOf&&Object.getPrototypeOf(this)===e?e:this;for(var S=0;S<de.length;S++)de[S]=arguments[S];if(I.serialize&&!I.asObject&&h(de,this._serialize,this.serializers,this._stdErrSerialize),I.asObject?J.call(me,l(this,E,de,ee)):J.apply(me,de),I.transmit){const j=I.transmit.level||f.level,ce=i.levels.values[j],le=i.levels.values[E];if(le<ce)return;v(this,{ts:ee,methodLevel:E,methodValue:le,transmitLevel:j,transmitValue:i.levels.values[I.transmit.level||f.level],send:I.transmit.send,val:f.levelVal},de)}}}(f[E]))}function l(I,f,E,J){I._serialize&&h(E,I._serialize,I.serializers,I._stdErrSerialize);const z=E.slice();let ee=z[0];const de={};J&&(de.time=J),de.level=i.levels.values[f];let me=(I._childLevel|0)+1;if(me<1&&(me=1),ee!==null&&typeof ee=="object"){for(;me--&&typeof z[0]=="object";)Object.assign(de,z.shift());ee=z.length?t(z.shift(),z):void 0}else typeof ee=="string"&&(ee=t(z.shift(),z));return ee!==void 0&&(de.msg=ee),de}function h(I,f,E,J){for(const z in I)if(J&&I[z]instanceof Error)I[z]=i.stdSerializers.err(I[z]);else if(typeof I[z]=="object"&&!Array.isArray(I[z]))for(const ee in I[z])f&&f.indexOf(ee)>-1&&ee in E&&(I[z][ee]=E[ee](I[z][ee]))}function d(I,f,E){return function(){const J=new Array(1+arguments.length);J[0]=f;for(var z=1;z<J.length;z++)J[z]=arguments[z-1];return I[E].apply(this,J)}}function v(I,f,E){const J=f.send,z=f.ts,ee=f.methodLevel,de=f.methodValue,me=f.val,S=I._logEvent.bindings;h(E,I._serialize||Object.keys(I.serializers),I.serializers,I._stdErrSerialize===void 0?!0:I._stdErrSerialize),I._logEvent.ts=z,I._logEvent.messages=E.filter(function(j){return S.indexOf(j)===-1}),I._logEvent.level.label=ee,I._logEvent.level.value=de,J(ee,I._logEvent,me),I._logEvent=x(S)}function x(I){return{ts:0,messages:[],bindings:I||[],level:{label:"",value:0}}}function _(I){const f={type:I.constructor.name,msg:I.message,stack:I.stack};for(const E in I)f[E]===void 0&&(f[E]=I[E]);return f}function O(I){return typeof I.timestamp=="function"?I.timestamp:I.timestamp===!1?G:R}function P(){return{}}function U(I){return I}function H(){}function G(){return!1}function R(){return Date.now()}function L(){return Math.round(Date.now()/1e3)}function $(){return new Date(Date.now()).toISOString()}function T(){function I(f){return typeof f<"u"&&f}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 I(self)||I(window)||I(this)||{}}}return Wu}var Wi={},ap;function cp(){return ap||(ap=1,Object.defineProperty(Wi,"__esModule",{value:!0}),Wi.PINO_CUSTOM_CONTEXT_KEY=Wi.PINO_LOGGER_DEFAULTS=void 0,Wi.PINO_LOGGER_DEFAULTS={level:"info"},Wi.PINO_CUSTOM_CONTEXT_KEY="custom_context"),Wi}var Tr={},lp;function l4(){if(lp)return Tr;lp=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.generateChildLogger=Tr.formatChildLoggerContext=Tr.getLoggerContext=Tr.setBrowserLoggerContext=Tr.getBrowserLoggerContext=Tr.getDefaultLoggerOptions=void 0;const t=cp();function e(l){return Object.assign(Object.assign({},l),{level:l?.level||t.PINO_LOGGER_DEFAULTS.level})}Tr.getDefaultLoggerOptions=e;function r(l,h=t.PINO_CUSTOM_CONTEXT_KEY){return l[h]||""}Tr.getBrowserLoggerContext=r;function n(l,h,d=t.PINO_CUSTOM_CONTEXT_KEY){return l[d]=h,l}Tr.setBrowserLoggerContext=n;function i(l,h=t.PINO_CUSTOM_CONTEXT_KEY){let d="";return typeof l.bindings>"u"?d=r(l,h):d=l.bindings().context||"",d}Tr.getLoggerContext=i;function o(l,h,d=t.PINO_CUSTOM_CONTEXT_KEY){const v=i(l,d);return v.trim()?`${v}/${h}`:h}Tr.formatChildLoggerContext=o;function c(l,h,d=t.PINO_CUSTOM_CONTEXT_KEY){const v=o(l,h,d),x=l.child({context:v});return n(x,v,d)}return Tr.generateChildLogger=c,Tr}(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.pino=void 0;const e=o4,r=e.__importDefault(c4());Object.defineProperty(t,"pino",{enumerable:!0,get:function(){return r.default}}),e.__exportStar(cp(),t),e.__exportStar(l4(),t)})(pt);class u4 extends Hi{constructor(e){super(),this.opts=e,this.protocol="wc",this.version=2}}class h4 extends Hi{constructor(e,r){super(),this.core=e,this.logger=r,this.records=new Map}}class f4{constructor(e,r){this.logger=e,this.core=r}}class d4 extends Hi{constructor(e,r){super(),this.relayer=e,this.logger=r}}class p4 extends Hi{constructor(e){super()}}class g4{constructor(e,r,n,i){this.core=e,this.logger=r,this.name=n}}class m4 extends Hi{constructor(e,r){super(),this.relayer=e,this.logger=r}}class w4 extends Hi{constructor(e,r){super(),this.core=e,this.logger=r}}class v4{constructor(e,r){this.projectId=e,this.logger=r}}class y4{constructor(e){this.opts=e,this.protocol="wc",this.version=2}}class b4{constructor(e){this.client=e}}const _4=t=>JSON.stringify(t,(e,r)=>typeof r=="bigint"?r.toString()+"n":r),E4=t=>{const e=/([\[:])?(\d{17,}|(?:[9](?:[1-9]07199254740991|0[1-9]7199254740991|00[8-9]199254740991|007[2-9]99254740991|007199[3-9]54740991|0071992[6-9]4740991|00719925[5-9]740991|007199254[8-9]40991|0071992547[5-9]0991|00719925474[1-9]991|00719925474099[2-9])))([,\}\]])/g,r=t.replace(e,'$1"$2n"$3');return JSON.parse(r,(n,i)=>typeof i=="string"&&i.match(/^\d+n$/)?BigInt(i.substring(0,i.length-1)):i)};function qu(t){if(typeof t!="string")throw new Error(`Cannot safe json parse value of type ${typeof t}`);try{return E4(t)}catch{return t}}function Lo(t){return typeof t=="string"?t:_4(t)||""}var Vu={},up={};(function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=et,r=Zr;t.DIGEST_LENGTH=64,t.BLOCK_SIZE=128;var n=function(){function l(){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 l.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},l.prototype.reset=function(){return this._initState(),this._bufferLength=0,this._bytesHashed=0,this._finished=!1,this},l.prototype.clean=function(){r.wipe(this._buffer),r.wipe(this._tempHi),r.wipe(this._tempLo),this.reset()},l.prototype.update=function(h,d){if(d===void 0&&(d=h.length),this._finished)throw new Error("SHA512: can't update because hash was finished.");var v=0;if(this._bytesHashed+=d,this._bufferLength>0){for(;this._bufferLength<t.BLOCK_SIZE&&d>0;)this._buffer[this._bufferLength++]=h[v++],d--;this._bufferLength===this.blockSize&&(o(this._tempHi,this._tempLo,this._stateHi,this._stateLo,this._buffer,0,this.blockSize),this._bufferLength=0)}for(d>=this.blockSize&&(v=o(this._tempHi,this._tempLo,this._stateHi,this._stateLo,h,v,d),d%=this.blockSize);d>0;)this._buffer[this._bufferLength++]=h[v++],d--;return this},l.prototype.finish=function(h){if(!this._finished){var d=this._bytesHashed,v=this._bufferLength,x=d/536870912|0,_=d<<3,O=d%128<112?128:256;this._buffer[v]=128;for(var P=v+1;P<O-8;P++)this._buffer[P]=0;e.writeUint32BE(x,this._buffer,O-8),e.writeUint32BE(_,this._buffer,O-4),o(this._tempHi,this._tempLo,this._stateHi,this._stateLo,this._buffer,0,O),this._finished=!0}for(var P=0;P<this.digestLength/8;P++)e.writeUint32BE(this._stateHi[P],h,P*8),e.writeUint32BE(this._stateLo[P],h,P*8+4);return this},l.prototype.digest=function(){var h=new Uint8Array(this.digestLength);return this.finish(h),h},l.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}},l.prototype.restoreState=function(h){return this._stateHi.set(h.stateHi),this._stateLo.set(h.stateLo),this._bufferLength=h.bufferLength,h.buffer&&this._buffer.set(h.buffer),this._bytesHashed=h.bytesHashed,this._finished=!1,this},l.prototype.cleanSavedState=function(h){r.wipe(h.stateHi),r.wipe(h.stateLo),h.buffer&&r.wipe(h.buffer),h.bufferLength=0,h.bytesHashed=0},l}();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(l,h,d,v,x,_,O){for(var P=d[0],U=d[1],H=d[2],G=d[3],R=d[4],L=d[5],$=d[6],T=d[7],I=v[0],f=v[1],E=v[2],J=v[3],z=v[4],ee=v[5],de=v[6],me=v[7],S,j,ce,le,re,ne,ae,ie;O>=128;){for(var De=0;De<16;De++){var ge=8*De+_;l[De]=e.readUint32BE(x,ge),h[De]=e.readUint32BE(x,ge+4)}for(var De=0;De<80;De++){var Be=P,ye=U,Me=H,X=G,Y=R,W=L,w=$,F=T,we=I,ve=f,Ue=E,nt=J,at=z,Ge=ee,At=de,$t=me;if(S=T,j=me,re=j&65535,ne=j>>>16,ae=S&65535,ie=S>>>16,S=(R>>>14|z<<32-14)^(R>>>18|z<<32-18)^(z>>>41-32|R<<32-(41-32)),j=(z>>>14|R<<32-14)^(z>>>18|R<<32-18)^(R>>>41-32|z<<32-(41-32)),re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,S=R&L^~R&$,j=z&ee^~z&de,re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,S=i[De*2],j=i[De*2+1],re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,S=l[De%16],j=h[De%16],re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,ce=ae&65535|ie<<16,le=re&65535|ne<<16,S=ce,j=le,re=j&65535,ne=j>>>16,ae=S&65535,ie=S>>>16,S=(P>>>28|I<<32-28)^(I>>>34-32|P<<32-(34-32))^(I>>>39-32|P<<32-(39-32)),j=(I>>>28|P<<32-28)^(P>>>34-32|I<<32-(34-32))^(P>>>39-32|I<<32-(39-32)),re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,S=P&U^P&H^U&H,j=I&f^I&E^f&E,re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,F=ae&65535|ie<<16,$t=re&65535|ne<<16,S=X,j=nt,re=j&65535,ne=j>>>16,ae=S&65535,ie=S>>>16,S=ce,j=le,re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,X=ae&65535|ie<<16,nt=re&65535|ne<<16,U=Be,H=ye,G=Me,R=X,L=Y,$=W,T=w,P=F,f=we,E=ve,J=Ue,z=nt,ee=at,de=Ge,me=At,I=$t,De%16===15)for(var ge=0;ge<16;ge++)S=l[ge],j=h[ge],re=j&65535,ne=j>>>16,ae=S&65535,ie=S>>>16,S=l[(ge+9)%16],j=h[(ge+9)%16],re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ce=l[(ge+1)%16],le=h[(ge+1)%16],S=(ce>>>1|le<<32-1)^(ce>>>8|le<<32-8)^ce>>>7,j=(le>>>1|ce<<32-1)^(le>>>8|ce<<32-8)^(le>>>7|ce<<32-7),re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ce=l[(ge+14)%16],le=h[(ge+14)%16],S=(ce>>>19|le<<32-19)^(le>>>61-32|ce<<32-(61-32))^ce>>>6,j=(le>>>19|ce<<32-19)^(ce>>>61-32|le<<32-(61-32))^(le>>>6|ce<<32-6),re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,l[ge]=ae&65535|ie<<16,h[ge]=re&65535|ne<<16}S=P,j=I,re=j&65535,ne=j>>>16,ae=S&65535,ie=S>>>16,S=d[0],j=v[0],re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[0]=P=ae&65535|ie<<16,v[0]=I=re&65535|ne<<16,S=U,j=f,re=j&65535,ne=j>>>16,ae=S&65535,ie=S>>>16,S=d[1],j=v[1],re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[1]=U=ae&65535|ie<<16,v[1]=f=re&65535|ne<<16,S=H,j=E,re=j&65535,ne=j>>>16,ae=S&65535,ie=S>>>16,S=d[2],j=v[2],re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[2]=H=ae&65535|ie<<16,v[2]=E=re&65535|ne<<16,S=G,j=J,re=j&65535,ne=j>>>16,ae=S&65535,ie=S>>>16,S=d[3],j=v[3],re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[3]=G=ae&65535|ie<<16,v[3]=J=re&65535|ne<<16,S=R,j=z,re=j&65535,ne=j>>>16,ae=S&65535,ie=S>>>16,S=d[4],j=v[4],re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[4]=R=ae&65535|ie<<16,v[4]=z=re&65535|ne<<16,S=L,j=ee,re=j&65535,ne=j>>>16,ae=S&65535,ie=S>>>16,S=d[5],j=v[5],re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[5]=L=ae&65535|ie<<16,v[5]=ee=re&65535|ne<<16,S=$,j=de,re=j&65535,ne=j>>>16,ae=S&65535,ie=S>>>16,S=d[6],j=v[6],re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[6]=$=ae&65535|ie<<16,v[6]=de=re&65535|ne<<16,S=T,j=me,re=j&65535,ne=j>>>16,ae=S&65535,ie=S>>>16,S=d[7],j=v[7],re+=j&65535,ne+=j>>>16,ae+=S&65535,ie+=S>>>16,ne+=re>>>16,ae+=ne>>>16,ie+=ae>>>16,d[7]=T=ae&65535|ie<<16,v[7]=me=re&65535|ne<<16,_+=128,O-=128}return _}function c(l){var h=new n;h.update(l);var d=h.digest();return h.clean(),d}t.hash=c})(up),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=Es,r=up,n=Zr;t.SIGNATURE_LENGTH=64,t.PUBLIC_KEY_LENGTH=32,t.SECRET_KEY_LENGTH=64,t.SEED_LENGTH=32;function i(X){const Y=new Float64Array(16);if(X)for(let W=0;W<X.length;W++)Y[W]=X[W];return Y}const o=new Uint8Array(32);o[0]=9;const c=i(),l=i([1]),h=i([30883,4953,19914,30187,55467,16705,2637,112,59544,30585,16505,36039,65139,11119,27886,20995]),d=i([61785,9906,39828,60374,45398,33411,5274,224,53552,61171,33010,6542,64743,22239,55772,9222]),v=i([54554,36645,11616,51542,42930,38181,51040,26924,56412,64982,57905,49316,21502,52590,14035,8553]),x=i([26200,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214]),_=i([41136,18958,6951,50414,58488,44335,6150,12099,55207,15867,153,11085,57099,20417,9344,11139]);function O(X,Y){for(let W=0;W<16;W++)X[W]=Y[W]|0}function P(X){let Y=1;for(let W=0;W<16;W++){let w=X[W]+Y+65535;Y=Math.floor(w/65536),X[W]=w-Y*65536}X[0]+=Y-1+37*(Y-1)}function U(X,Y,W){const w=~(W-1);for(let F=0;F<16;F++){const we=w&(X[F]^Y[F]);X[F]^=we,Y[F]^=we}}function H(X,Y){const W=i(),w=i();for(let F=0;F<16;F++)w[F]=Y[F];P(w),P(w),P(w);for(let F=0;F<2;F++){W[0]=w[0]-65517;for(let ve=1;ve<15;ve++)W[ve]=w[ve]-65535-(W[ve-1]>>16&1),W[ve-1]&=65535;W[15]=w[15]-32767-(W[14]>>16&1);const we=W[15]>>16&1;W[14]&=65535,U(w,W,1-we)}for(let F=0;F<16;F++)X[2*F]=w[F]&255,X[2*F+1]=w[F]>>8}function G(X,Y){let W=0;for(let w=0;w<32;w++)W|=X[w]^Y[w];return(1&W-1>>>8)-1}function R(X,Y){const W=new Uint8Array(32),w=new Uint8Array(32);return H(W,X),H(w,Y),G(W,w)}function L(X){const Y=new Uint8Array(32);return H(Y,X),Y[0]&1}function $(X,Y){for(let W=0;W<16;W++)X[W]=Y[2*W]+(Y[2*W+1]<<8);X[15]&=32767}function T(X,Y,W){for(let w=0;w<16;w++)X[w]=Y[w]+W[w]}function I(X,Y,W){for(let w=0;w<16;w++)X[w]=Y[w]-W[w]}function f(X,Y,W){let w,F,we=0,ve=0,Ue=0,nt=0,at=0,Ge=0,At=0,$t=0,Je=0,He=0,ke=0,Ke=0,rt=0,je=0,Ze=0,b=0,p=0,m=0,A=0,B=0,K=0,Q=0,Ee=0,Te=0,st=0,ht=0,lt=0,Mr=0,Yn=0,Ci=0,as=0,zt=W[0],Lt=W[1],Wt=W[2],qt=W[3],Ft=W[4],Mt=W[5],ir=W[6],sr=W[7],Vt=W[8],or=W[9],Kt=W[10],Xt=W[11],Gt=W[12],Pt=W[13],ar=W[14],cr=W[15];w=Y[0],we+=w*zt,ve+=w*Lt,Ue+=w*Wt,nt+=w*qt,at+=w*Ft,Ge+=w*Mt,At+=w*ir,$t+=w*sr,Je+=w*Vt,He+=w*or,ke+=w*Kt,Ke+=w*Xt,rt+=w*Gt,je+=w*Pt,Ze+=w*ar,b+=w*cr,w=Y[1],ve+=w*zt,Ue+=w*Lt,nt+=w*Wt,at+=w*qt,Ge+=w*Ft,At+=w*Mt,$t+=w*ir,Je+=w*sr,He+=w*Vt,ke+=w*or,Ke+=w*Kt,rt+=w*Xt,je+=w*Gt,Ze+=w*Pt,b+=w*ar,p+=w*cr,w=Y[2],Ue+=w*zt,nt+=w*Lt,at+=w*Wt,Ge+=w*qt,At+=w*Ft,$t+=w*Mt,Je+=w*ir,He+=w*sr,ke+=w*Vt,Ke+=w*or,rt+=w*Kt,je+=w*Xt,Ze+=w*Gt,b+=w*Pt,p+=w*ar,m+=w*cr,w=Y[3],nt+=w*zt,at+=w*Lt,Ge+=w*Wt,At+=w*qt,$t+=w*Ft,Je+=w*Mt,He+=w*ir,ke+=w*sr,Ke+=w*Vt,rt+=w*or,je+=w*Kt,Ze+=w*Xt,b+=w*Gt,p+=w*Pt,m+=w*ar,A+=w*cr,w=Y[4],at+=w*zt,Ge+=w*Lt,At+=w*Wt,$t+=w*qt,Je+=w*Ft,He+=w*Mt,ke+=w*ir,Ke+=w*sr,rt+=w*Vt,je+=w*or,Ze+=w*Kt,b+=w*Xt,p+=w*Gt,m+=w*Pt,A+=w*ar,B+=w*cr,w=Y[5],Ge+=w*zt,At+=w*Lt,$t+=w*Wt,Je+=w*qt,He+=w*Ft,ke+=w*Mt,Ke+=w*ir,rt+=w*sr,je+=w*Vt,Ze+=w*or,b+=w*Kt,p+=w*Xt,m+=w*Gt,A+=w*Pt,B+=w*ar,K+=w*cr,w=Y[6],At+=w*zt,$t+=w*Lt,Je+=w*Wt,He+=w*qt,ke+=w*Ft,Ke+=w*Mt,rt+=w*ir,je+=w*sr,Ze+=w*Vt,b+=w*or,p+=w*Kt,m+=w*Xt,A+=w*Gt,B+=w*Pt,K+=w*ar,Q+=w*cr,w=Y[7],$t+=w*zt,Je+=w*Lt,He+=w*Wt,ke+=w*qt,Ke+=w*Ft,rt+=w*Mt,je+=w*ir,Ze+=w*sr,b+=w*Vt,p+=w*or,m+=w*Kt,A+=w*Xt,B+=w*Gt,K+=w*Pt,Q+=w*ar,Ee+=w*cr,w=Y[8],Je+=w*zt,He+=w*Lt,ke+=w*Wt,Ke+=w*qt,rt+=w*Ft,je+=w*Mt,Ze+=w*ir,b+=w*sr,p+=w*Vt,m+=w*or,A+=w*Kt,B+=w*Xt,K+=w*Gt,Q+=w*Pt,Ee+=w*ar,Te+=w*cr,w=Y[9],He+=w*zt,ke+=w*Lt,Ke+=w*Wt,rt+=w*qt,je+=w*Ft,Ze+=w*Mt,b+=w*ir,p+=w*sr,m+=w*Vt,A+=w*or,B+=w*Kt,K+=w*Xt,Q+=w*Gt,Ee+=w*Pt,Te+=w*ar,st+=w*cr,w=Y[10],ke+=w*zt,Ke+=w*Lt,rt+=w*Wt,je+=w*qt,Ze+=w*Ft,b+=w*Mt,p+=w*ir,m+=w*sr,A+=w*Vt,B+=w*or,K+=w*Kt,Q+=w*Xt,Ee+=w*Gt,Te+=w*Pt,st+=w*ar,ht+=w*cr,w=Y[11],Ke+=w*zt,rt+=w*Lt,je+=w*Wt,Ze+=w*qt,b+=w*Ft,p+=w*Mt,m+=w*ir,A+=w*sr,B+=w*Vt,K+=w*or,Q+=w*Kt,Ee+=w*Xt,Te+=w*Gt,st+=w*Pt,ht+=w*ar,lt+=w*cr,w=Y[12],rt+=w*zt,je+=w*Lt,Ze+=w*Wt,b+=w*qt,p+=w*Ft,m+=w*Mt,A+=w*ir,B+=w*sr,K+=w*Vt,Q+=w*or,Ee+=w*Kt,Te+=w*Xt,st+=w*Gt,ht+=w*Pt,lt+=w*ar,Mr+=w*cr,w=Y[13],je+=w*zt,Ze+=w*Lt,b+=w*Wt,p+=w*qt,m+=w*Ft,A+=w*Mt,B+=w*ir,K+=w*sr,Q+=w*Vt,Ee+=w*or,Te+=w*Kt,st+=w*Xt,ht+=w*Gt,lt+=w*Pt,Mr+=w*ar,Yn+=w*cr,w=Y[14],Ze+=w*zt,b+=w*Lt,p+=w*Wt,m+=w*qt,A+=w*Ft,B+=w*Mt,K+=w*ir,Q+=w*sr,Ee+=w*Vt,Te+=w*or,st+=w*Kt,ht+=w*Xt,lt+=w*Gt,Mr+=w*Pt,Yn+=w*ar,Ci+=w*cr,w=Y[15],b+=w*zt,p+=w*Lt,m+=w*Wt,A+=w*qt,B+=w*Ft,K+=w*Mt,Q+=w*ir,Ee+=w*sr,Te+=w*Vt,st+=w*or,ht+=w*Kt,lt+=w*Xt,Mr+=w*Gt,Yn+=w*Pt,Ci+=w*ar,as+=w*cr,we+=38*p,ve+=38*m,Ue+=38*A,nt+=38*B,at+=38*K,Ge+=38*Q,At+=38*Ee,$t+=38*Te,Je+=38*st,He+=38*ht,ke+=38*lt,Ke+=38*Mr,rt+=38*Yn,je+=38*Ci,Ze+=38*as,F=1,w=we+F+65535,F=Math.floor(w/65536),we=w-F*65536,w=ve+F+65535,F=Math.floor(w/65536),ve=w-F*65536,w=Ue+F+65535,F=Math.floor(w/65536),Ue=w-F*65536,w=nt+F+65535,F=Math.floor(w/65536),nt=w-F*65536,w=at+F+65535,F=Math.floor(w/65536),at=w-F*65536,w=Ge+F+65535,F=Math.floor(w/65536),Ge=w-F*65536,w=At+F+65535,F=Math.floor(w/65536),At=w-F*65536,w=$t+F+65535,F=Math.floor(w/65536),$t=w-F*65536,w=Je+F+65535,F=Math.floor(w/65536),Je=w-F*65536,w=He+F+65535,F=Math.floor(w/65536),He=w-F*65536,w=ke+F+65535,F=Math.floor(w/65536),ke=w-F*65536,w=Ke+F+65535,F=Math.floor(w/65536),Ke=w-F*65536,w=rt+F+65535,F=Math.floor(w/65536),rt=w-F*65536,w=je+F+65535,F=Math.floor(w/65536),je=w-F*65536,w=Ze+F+65535,F=Math.floor(w/65536),Ze=w-F*65536,w=b+F+65535,F=Math.floor(w/65536),b=w-F*65536,we+=F-1+37*(F-1),F=1,w=we+F+65535,F=Math.floor(w/65536),we=w-F*65536,w=ve+F+65535,F=Math.floor(w/65536),ve=w-F*65536,w=Ue+F+65535,F=Math.floor(w/65536),Ue=w-F*65536,w=nt+F+65535,F=Math.floor(w/65536),nt=w-F*65536,w=at+F+65535,F=Math.floor(w/65536),at=w-F*65536,w=Ge+F+65535,F=Math.floor(w/65536),Ge=w-F*65536,w=At+F+65535,F=Math.floor(w/65536),At=w-F*65536,w=$t+F+65535,F=Math.floor(w/65536),$t=w-F*65536,w=Je+F+65535,F=Math.floor(w/65536),Je=w-F*65536,w=He+F+65535,F=Math.floor(w/65536),He=w-F*65536,w=ke+F+65535,F=Math.floor(w/65536),ke=w-F*65536,w=Ke+F+65535,F=Math.floor(w/65536),Ke=w-F*65536,w=rt+F+65535,F=Math.floor(w/65536),rt=w-F*65536,w=je+F+65535,F=Math.floor(w/65536),je=w-F*65536,w=Ze+F+65535,F=Math.floor(w/65536),Ze=w-F*65536,w=b+F+65535,F=Math.floor(w/65536),b=w-F*65536,we+=F-1+37*(F-1),X[0]=we,X[1]=ve,X[2]=Ue,X[3]=nt,X[4]=at,X[5]=Ge,X[6]=At,X[7]=$t,X[8]=Je,X[9]=He,X[10]=ke,X[11]=Ke,X[12]=rt,X[13]=je,X[14]=Ze,X[15]=b}function E(X,Y){f(X,Y,Y)}function J(X,Y){const W=i();let w;for(w=0;w<16;w++)W[w]=Y[w];for(w=253;w>=0;w--)E(W,W),w!==2&&w!==4&&f(W,W,Y);for(w=0;w<16;w++)X[w]=W[w]}function z(X,Y){const W=i();let w;for(w=0;w<16;w++)W[w]=Y[w];for(w=250;w>=0;w--)E(W,W),w!==1&&f(W,W,Y);for(w=0;w<16;w++)X[w]=W[w]}function ee(X,Y){const W=i(),w=i(),F=i(),we=i(),ve=i(),Ue=i(),nt=i(),at=i(),Ge=i();I(W,X[1],X[0]),I(Ge,Y[1],Y[0]),f(W,W,Ge),T(w,X[0],X[1]),T(Ge,Y[0],Y[1]),f(w,w,Ge),f(F,X[3],Y[3]),f(F,F,d),f(we,X[2],Y[2]),T(we,we,we),I(ve,w,W),I(Ue,we,F),T(nt,we,F),T(at,w,W),f(X[0],ve,Ue),f(X[1],at,nt),f(X[2],nt,Ue),f(X[3],ve,at)}function de(X,Y,W){for(let w=0;w<4;w++)U(X[w],Y[w],W)}function me(X,Y){const W=i(),w=i(),F=i();J(F,Y[2]),f(W,Y[0],F),f(w,Y[1],F),H(X,w),X[31]^=L(W)<<7}function S(X,Y,W){O(X[0],c),O(X[1],l),O(X[2],l),O(X[3],c);for(let w=255;w>=0;--w){const F=W[w/8|0]>>(w&7)&1;de(X,Y,F),ee(Y,X),ee(X,X),de(X,Y,F)}}function j(X,Y){const W=[i(),i(),i(),i()];O(W[0],v),O(W[1],x),O(W[2],l),f(W[3],v,x),S(X,W,Y)}function ce(X){if(X.length!==t.SEED_LENGTH)throw new Error(`ed25519: seed must be ${t.SEED_LENGTH} bytes`);const Y=(0,r.hash)(X);Y[0]&=248,Y[31]&=127,Y[31]|=64;const W=new Uint8Array(32),w=[i(),i(),i(),i()];j(w,Y),me(W,w);const F=new Uint8Array(64);return F.set(X),F.set(W,32),{publicKey:W,secretKey:F}}t.generateKeyPairFromSeed=ce;function le(X){const Y=(0,e.randomBytes)(32,X),W=ce(Y);return(0,n.wipe)(Y),W}t.generateKeyPair=le;function re(X){if(X.length!==t.SECRET_KEY_LENGTH)throw new Error(`ed25519: secret key must be ${t.SECRET_KEY_LENGTH} bytes`);return new Uint8Array(X.subarray(32))}t.extractPublicKeyFromSecretKey=re;const ne=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 ae(X,Y){let W,w,F,we;for(w=63;w>=32;--w){for(W=0,F=w-32,we=w-12;F<we;++F)Y[F]+=W-16*Y[w]*ne[F-(w-32)],W=Math.floor((Y[F]+128)/256),Y[F]-=W*256;Y[F]+=W,Y[w]=0}for(W=0,F=0;F<32;F++)Y[F]+=W-(Y[31]>>4)*ne[F],W=Y[F]>>8,Y[F]&=255;for(F=0;F<32;F++)Y[F]-=W*ne[F];for(w=0;w<32;w++)Y[w+1]+=Y[w]>>8,X[w]=Y[w]&255}function ie(X){const Y=new Float64Array(64);for(let W=0;W<64;W++)Y[W]=X[W];for(let W=0;W<64;W++)X[W]=0;ae(X,Y)}function De(X,Y){const W=new Float64Array(64),w=[i(),i(),i(),i()],F=(0,r.hash)(X.subarray(0,32));F[0]&=248,F[31]&=127,F[31]|=64;const we=new Uint8Array(64);we.set(F.subarray(32),32);const ve=new r.SHA512;ve.update(we.subarray(32)),ve.update(Y);const Ue=ve.digest();ve.clean(),ie(Ue),j(w,Ue),me(we,w),ve.reset(),ve.update(we.subarray(0,32)),ve.update(X.subarray(32)),ve.update(Y);const nt=ve.digest();ie(nt);for(let at=0;at<32;at++)W[at]=Ue[at];for(let at=0;at<32;at++)for(let Ge=0;Ge<32;Ge++)W[at+Ge]+=nt[at]*F[Ge];return ae(we.subarray(32),W),we}t.sign=De;function ge(X,Y){const W=i(),w=i(),F=i(),we=i(),ve=i(),Ue=i(),nt=i();return O(X[2],l),$(X[1],Y),E(F,X[1]),f(we,F,h),I(F,F,X[2]),T(we,X[2],we),E(ve,we),E(Ue,ve),f(nt,Ue,ve),f(W,nt,F),f(W,W,we),z(W,W),f(W,W,F),f(W,W,we),f(W,W,we),f(X[0],W,we),E(w,X[0]),f(w,w,we),R(w,F)&&f(X[0],X[0],_),E(w,X[0]),f(w,w,we),R(w,F)?-1:(L(X[0])===Y[31]>>7&&I(X[0],c,X[0]),f(X[3],X[0],X[1]),0)}function Be(X,Y,W){const w=new Uint8Array(32),F=[i(),i(),i(),i()],we=[i(),i(),i(),i()];if(W.length!==t.SIGNATURE_LENGTH)throw new Error(`ed25519: signature must be ${t.SIGNATURE_LENGTH} bytes`);if(ge(we,X))return!1;const ve=new r.SHA512;ve.update(W.subarray(0,32)),ve.update(X),ve.update(Y);const Ue=ve.digest();return ie(Ue),S(F,we,Ue),j(we,W.subarray(32)),ee(F,we),me(w,F),!G(W,w)}t.verify=Be;function ye(X){let Y=[i(),i(),i(),i()];if(ge(Y,X))throw new Error("Ed25519: invalid public key");let W=i(),w=i(),F=Y[1];T(W,l,F),I(w,l,F),J(w,w),f(W,W,w);let we=new Uint8Array(32);return H(we,W),we}t.convertPublicKeyToX25519=ye;function Me(X){const Y=(0,r.hash)(X.subarray(0,32));Y[0]&=248,Y[31]&=127,Y[31]|=64;const W=new Uint8Array(Y.subarray(0,32));return(0,n.wipe)(Y),W}t.convertSecretKeyToX25519=Me}(Vu);const x4="EdDSA",C4="JWT",hp=".",fp="base64url",I4="utf8",O4="utf8",S4=":",D4="did",A4="key",dp="base58btc",$4="z",P4="K36",T4=32;function Xa(t){return Ar(kr(Lo(t),I4),fp)}function pp(t){const e=kr(P4,dp),r=$4+Ar(ou([e,t]),dp);return[D4,A4,r].join(S4)}function N4(t){return Ar(t,fp)}function R4(t){return kr([Xa(t.header),Xa(t.payload)].join(hp),O4)}function L4(t){return[Xa(t.header),Xa(t.payload),N4(t.signature)].join(hp)}function gp(t=Es.randomBytes(T4)){return Vu.generateKeyPairFromSeed(t)}async function M4(t,e,r,n,i=Ne.fromMiliseconds(Date.now())){const o={alg:x4,typ:C4},c=pp(n.publicKey),l=i+r,h={iss:c,sub:t,aud:e,iat:i,exp:l},d=R4({header:o,payload:h}),v=Vu.sign(n.secretKey,d);return L4({header:o,payload:h,signature:v})}const U4="PARSE_ERROR",j4="INVALID_REQUEST",F4="METHOD_NOT_FOUND",B4="INVALID_PARAMS",mp="INTERNAL_ERROR",Ku="SERVER_ERROR",k4=[-32700,-32600,-32601,-32602,-32603],Mo={[U4]:{code:-32700,message:"Parse error"},[j4]:{code:-32600,message:"Invalid Request"},[F4]:{code:-32601,message:"Method not found"},[B4]:{code:-32602,message:"Invalid params"},[mp]:{code:-32603,message:"Internal error"},[Ku]:{code:-32e3,message:"Server error"}},wp=Ku;function H4(t){return k4.includes(t)}function vp(t){return Object.keys(Mo).includes(t)?Mo[t]:Mo[wp]}function z4(t){const e=Object.values(Mo).find(r=>r.code===t);return e||Mo[wp]}function yp(t,e,r){return t.message.includes("getaddrinfo ENOTFOUND")||t.message.includes("connect ECONNREFUSED")?new Error(`Unavailable ${r} RPC url at ${e}`):t}var bp={};/*! *****************************************************************************
|
|
60
60
|
Copyright (c) Microsoft Corporation.
|
|
61
61
|
|
|
62
62
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -69,85 +69,85 @@
|
|
|
69
69
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
70
70
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
71
71
|
PERFORMANCE OF THIS SOFTWARE.
|
|
72
|
-
***************************************************************************** */var Zu=function(t,e){return Zu=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])},Zu(t,e)};function K4(t,e){Zu(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var Yu=function(){return Yu=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},Yu.apply(this,arguments)};function G4(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 Z4(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(c=t[l])&&(o=(i<3?c(o):i>3?c(e,r,o):c(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function Y4(t,e){return function(r,n){e(r,n,t)}}function J4(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function X4(t,e,r,n){function i(o){return o instanceof r?o:new r(function(c){c(o)})}return new(r||(r=Promise))(function(o,c){function l(v){try{d(n.next(v))}catch(x){c(x)}}function h(v){try{d(n.throw(v))}catch(x){c(x)}}function d(v){v.done?o(v.value):i(v.value).then(l,h)}d((n=n.apply(t,e||[])).next())})}function Q4(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,c;return c={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function l(d){return function(v){return h([d,v])}}function h(d){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=d[0]&2?i.return:d[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,d[1])).done)return o;switch(i=0,o&&(d=[d[0]&2,o.value]),d[0]){case 0:case 1:o=d;break;case 4:return r.label++,{value:d[1],done:!1};case 5:r.label++,i=d[1],d=[0];continue;case 7:d=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(d[0]===6||d[0]===2)){r=0;continue}if(d[0]===3&&(!o||d[1]>o[0]&&d[1]<o[3])){r.label=d[1];break}if(d[0]===6&&r.label<o[1]){r.label=o[1],o=d;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(d);break}o[2]&&r.ops.pop(),r.trys.pop();continue}d=e.call(t,r)}catch(v){d=[6,v],i=0}finally{n=o=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}function e_(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function t_(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function Ju(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 Ep(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],c;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(l){c={error:l}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(c)throw c.error}}return o}function r_(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(Ep(arguments[e]));return t}function n_(){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],c=0,l=o.length;c<l;c++,i++)n[i]=o[c];return n}function jo(t){return this instanceof jo?(this.v=t,this):new jo(t)}function i_(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},c("next"),c("throw"),c("return"),i[Symbol.asyncIterator]=function(){return this},i;function c(_){n[_]&&(i[_]=function(O){return new Promise(function(P,U){o.push([_,O,P,U])>1||l(_,O)})})}function l(_,O){try{h(n[_](O))}catch(P){x(o[0][3],P)}}function h(_){_.value instanceof jo?Promise.resolve(_.value.v).then(d,v):x(o[0][2],_)}function d(_){l("next",_)}function v(_){l("throw",_)}function x(_,O){_(O),o.shift(),o.length&&l(o[0][0],o[0][1])}}function s_(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(c){return(r=!r)?{value:jo(t[i](c)),done:i==="return"}:o?o(c):c}:o}}function o_(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 Ju=="function"?Ju(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(c){return new Promise(function(l,h){c=t[o](c),i(l,h,c.done,c.value)})}}function i(o,c,l,h){Promise.resolve(h).then(function(d){o({value:d,done:l})},c)}}function a_(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function c_(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 l_(t){return t&&t.__esModule?t:{default:t}}function u_(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function h_(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 f_=Object.freeze({__proto__:null,__extends:K4,get __assign(){return Yu},__rest:G4,__decorate:Z4,__param:Y4,__metadata:J4,__awaiter:X4,__generator:Q4,__createBinding:e_,__exportStar:t_,__values:Ju,__read:Ep,__spread:r_,__spreadArrays:n_,__await:jo,__asyncGenerator:i_,__asyncDelegator:s_,__asyncValues:o_,__makeTemplateObject:a_,__importStar:c_,__importDefault:l_,__classPrivateFieldGet:u_,__classPrivateFieldSet:h_}),d_=Mi(f_),Wn={},xp;function p_(){if(xp)return Wn;xp=1,Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.isBrowserCryptoAvailable=Wn.getSubtleCrypto=Wn.getBrowerCrypto=void 0;function t(){return pr?.crypto||pr?.msCrypto||{}}Wn.getBrowerCrypto=t;function e(){const n=t();return n.subtle||n.webkitSubtle}Wn.getSubtleCrypto=e;function r(){return!!t()&&!!e()}return Wn.isBrowserCryptoAvailable=r,Wn}var qn={},Cp;function g_(){if(Cp)return qn;Cp=1,Object.defineProperty(qn,"__esModule",{value:!0}),qn.isBrowser=qn.isNode=qn.isReactNative=void 0;function t(){return typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"}qn.isReactNative=t;function e(){return typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.node<"u"}qn.isNode=e;function r(){return!t()&&!e()}return qn.isBrowser=r,qn}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=d_;e.__exportStar(p_(),t),e.__exportStar(g_(),t)})(_p);function Ip(t=3){const e=Date.now()*Math.pow(10,t),r=Math.floor(Math.random()*Math.pow(10,t));return e+r}function Xu(t=6){return BigInt(Ip(t))}function ec(t,e,r){return{id:r||Ip(),jsonrpc:"2.0",method:t,params:e}}function Qu(t,e){return{id:t,jsonrpc:"2.0",result:e}}function tc(t,e,r){return{id:t,jsonrpc:"2.0",error:m_(e,r)}}function m_(t,e){return typeof t>"u"?yp(wp):(typeof t=="string"&&(t=Object.assign(Object.assign({},yp(Gu)),{message:t})),typeof e<"u"&&(t.data=e),q4(t.code)&&(t=V4(t.code)),t)}class w_{}class v_ extends w_{constructor(){super()}}class y_ extends v_{constructor(e){super()}}const b_="^https?:",__="^wss?:";function E_(t){const e=t.match(new RegExp(/^\w+:/,"gi"));if(!(!e||!e.length))return e[0]}function Op(t,e){const r=E_(t);return typeof r>"u"?!1:new RegExp(e).test(r)}function Ap(t){return Op(t,b_)}function Sp(t){return Op(t,__)}function x_(t){return new RegExp("wss?://localhost(:d{2,5})?").test(t)}function Dp(t){return typeof t=="object"&&"id"in t&&"jsonrpc"in t&&t.jsonrpc==="2.0"}function eh(t){return Dp(t)&&"method"in t}function rc(t){return Dp(t)&&(Vn(t)||En(t))}function Vn(t){return"result"in t}function En(t){return"error"in t}class hi extends y_{constructor(e){super(e),this.events=new br.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(ec(e.method,e.params||[],e.id||Xu().toString()),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=>{En(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),rc(e)?this.events.emit(`${e.id}`,e):this.events.emit("message",{type:e.method,data:e.params})}onClose(e){e&&e.code===3e3&&this.events.emit("error",new Error(`WebSocket connection closed abnormally with code: ${e.code} ${e.reason?`(${e.reason})`:""}`)),this.events.emit("disconnect")}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",e=>this.onClose(e)),this.connection.on("error",e=>this.events.emit("error",e)),this.connection.on("register_error",e=>this.onClose()),this.hasRegisteredEventListeners=!0)}}const $p=10,C_=()=>typeof global<"u"&&typeof global.WebSocket<"u"?global.WebSocket:typeof window<"u"&&typeof window.WebSocket<"u"?window.WebSocket:require("ws"),I_=()=>typeof window<"u",O_=C_();class A_{constructor(e){if(this.url=e,this.events=new br.exports.EventEmitter,this.registering=!1,!Sp(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=n=>{this.onClose(n),e()},this.socket.close()})}async send(e,r){typeof this.socket>"u"&&(this.socket=await this.register());try{this.socket.send(Mo(e))}catch(n){this.onError(e.id,n)}}register(e=this.url){if(!Sp(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=_p.isReactNative()?void 0:{rejectUnauthorized:!x_(e)},o=new O_(e,[],i);I_()?o.onerror=c=>{const l=c;n(this.emitError(l.error))}:o.on("error",c=>{n(this.emitError(c))}),o.onopen=()=>{this.onOpen(o),r(o)}})}onOpen(e){e.onmessage=r=>this.onPayload(r),e.onclose=r=>this.onClose(r),this.socket=e,this.registering=!1,this.events.emit("open")}onClose(e){this.socket=void 0,this.registering=!1,this.events.emit("close",e)}onPayload(e){if(typeof e.data>"u")return;const r=typeof e.data=="string"?Vu(e.data):e.data;this.events.emit("payload",r)}onError(e,r){const n=this.parseError(r),i=n.message||n.toString(),o=tc(e,i);this.events.emit("payload",o)}parseError(e,r=this.url){return bp(e,r,"WS")}resetMaxListeners(){this.events.getMaxListeners()>$p&&this.events.setMaxListeners($p)}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 th={exports:{}};(function(t,e){var r=200,n="__lodash_hash_undefined__",i=1,o=2,c=9007199254740991,l="[object Arguments]",h="[object Array]",d="[object AsyncFunction]",v="[object Boolean]",x="[object Date]",_="[object Error]",O="[object Function]",P="[object GeneratorFunction]",U="[object Map]",H="[object Number]",G="[object Null]",N="[object Object]",L="[object Promise]",$="[object Proxy]",T="[object RegExp]",I="[object Set]",f="[object String]",E="[object Symbol]",J="[object Undefined]",z="[object WeakMap]",ee="[object ArrayBuffer]",de="[object DataView]",me="[object Float32Array]",A="[object Float64Array]",j="[object Int8Array]",ce="[object Int16Array]",le="[object Int32Array]",re="[object Uint8Array]",ne="[object Uint8ClampedArray]",ae="[object Uint16Array]",ie="[object Uint32Array]",Se=/[\\^$.*+?()[\]{}|]/g,ge=/^\[object .+?Constructor\]$/,Be=/^(?:0|[1-9]\d*)$/,ye={};ye[me]=ye[A]=ye[j]=ye[ce]=ye[le]=ye[re]=ye[ne]=ye[ae]=ye[ie]=!0,ye[l]=ye[h]=ye[ee]=ye[v]=ye[de]=ye[x]=ye[_]=ye[O]=ye[U]=ye[H]=ye[N]=ye[T]=ye[I]=ye[f]=ye[z]=!1;var Me=typeof pr=="object"&&pr&&pr.Object===Object&&pr,X=typeof self=="object"&&self&&self.Object===Object&&self,Y=Me||X||Function("return this")(),W=e&&!e.nodeType&&e,w=W&&!0&&t&&!t.nodeType&&t,F=w&&w.exports===W,we=F&&Me.process,ve=function(){try{return we&&we.binding&&we.binding("util")}catch{}}(),Ue=ve&&ve.isTypedArray;function nt(R,q){for(var fe=-1,Ce=R==null?0:R.length,It=0,Xe=[];++fe<Ce;){var Tt=R[fe];q(Tt,fe,R)&&(Xe[It++]=Tt)}return Xe}function at(R,q){for(var fe=-1,Ce=q.length,It=R.length;++fe<Ce;)R[It+fe]=q[fe];return R}function Ge(R,q){for(var fe=-1,Ce=R==null?0:R.length;++fe<Ce;)if(q(R[fe],fe,R))return!0;return!1}function Dt(R,q){for(var fe=-1,Ce=Array(R);++fe<R;)Ce[fe]=q(fe);return Ce}function $t(R){return function(q){return R(q)}}function Je(R,q){return R.has(q)}function He(R,q){return R?.[q]}function ke(R){var q=-1,fe=Array(R.size);return R.forEach(function(Ce,It){fe[++q]=[It,Ce]}),fe}function Ke(R,q){return function(fe){return R(q(fe))}}function rt(R){var q=-1,fe=Array(R.size);return R.forEach(function(Ce){fe[++q]=Ce}),fe}var je=Array.prototype,Ze=Function.prototype,b=Object.prototype,p=Y["__core-js_shared__"],m=Ze.toString,D=b.hasOwnProperty,B=function(){var R=/[^.]+$/.exec(p&&p.keys&&p.keys.IE_PROTO||"");return R?"Symbol(src)_1."+R:""}(),K=b.toString,Q=RegExp("^"+m.call(D).replace(Se,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ee=F?Y.Buffer:void 0,Te=Y.Symbol,st=Y.Uint8Array,ht=b.propertyIsEnumerable,lt=je.splice,Ur=Te?Te.toStringTag:void 0,Jn=Object.getOwnPropertySymbols,Ii=Ee?Ee.isBuffer:void 0,cs=Ke(Object.keys,Object),zt=Qr(Y,"DataView"),Lt=Qr(Y,"Map"),Wt=Qr(Y,"Promise"),qt=Qr(Y,"Set"),Ft=Qr(Y,"WeakMap"),Mt=Qr(Object,"create"),ir=Qn(zt),sr=Qn(Lt),Vt=Qn(Wt),or=Qn(qt),Kt=Qn(Ft),Xt=Te?Te.prototype:void 0,Gt=Xt?Xt.valueOf:void 0;function Pt(R){var q=-1,fe=R==null?0:R.length;for(this.clear();++q<fe;){var Ce=R[q];this.set(Ce[0],Ce[1])}}function ar(){this.__data__=Mt?Mt(null):{},this.size=0}function cr(R){var q=this.has(R)&&delete this.__data__[R];return this.size-=q?1:0,q}function Ff(R){var q=this.__data__;if(Mt){var fe=q[R];return fe===n?void 0:fe}return D.call(q,R)?q[R]:void 0}function Bf(R){var q=this.__data__;return Mt?q[R]!==void 0:D.call(q,R)}function kf(R,q){var fe=this.__data__;return this.size+=this.has(R)?0:1,fe[R]=Mt&&q===void 0?n:q,this}Pt.prototype.clear=ar,Pt.prototype.delete=cr,Pt.prototype.get=Ff,Pt.prototype.has=Bf,Pt.prototype.set=kf;function fn(R){var q=-1,fe=R==null?0:R.length;for(this.clear();++q<fe;){var Ce=R[q];this.set(Ce[0],Ce[1])}}function Hf(){this.__data__=[],this.size=0}function zf(R){var q=this.__data__,fe=ls(q,R);if(fe<0)return!1;var Ce=q.length-1;return fe==Ce?q.pop():lt.call(q,fe,1),--this.size,!0}function Wf(R){var q=this.__data__,fe=ls(q,R);return fe<0?void 0:q[fe][1]}function qf(R){return ls(this.__data__,R)>-1}function Vf(R,q){var fe=this.__data__,Ce=ls(fe,R);return Ce<0?(++this.size,fe.push([R,q])):fe[Ce][1]=q,this}fn.prototype.clear=Hf,fn.prototype.delete=zf,fn.prototype.get=Wf,fn.prototype.has=qf,fn.prototype.set=Vf;function Xn(R){var q=-1,fe=R==null?0:R.length;for(this.clear();++q<fe;){var Ce=R[q];this.set(Ce[0],Ce[1])}}function Xs(){this.size=0,this.__data__={hash:new Pt,map:new(Lt||fn),string:new Pt}}function Kf(R){var q=Oi(this,R).delete(R);return this.size-=q?1:0,q}function Qs(R){return Oi(this,R).get(R)}function Gf(R){return Oi(this,R).has(R)}function Zf(R,q){var fe=Oi(this,R),Ce=fe.size;return fe.set(R,q),this.size+=fe.size==Ce?0:1,this}Xn.prototype.clear=Xs,Xn.prototype.delete=Kf,Xn.prototype.get=Qs,Xn.prototype.has=Gf,Xn.prototype.set=Zf;function eo(R){var q=-1,fe=R==null?0:R.length;for(this.__data__=new Xn;++q<fe;)this.add(R[q])}function Gc(R){return this.__data__.set(R,n),this}function Zc(R){return this.__data__.has(R)}eo.prototype.add=eo.prototype.push=Gc,eo.prototype.has=Zc;function xn(R){var q=this.__data__=new fn(R);this.size=q.size}function Yf(){this.__data__=new fn,this.size=0}function Jf(R){var q=this.__data__,fe=q.delete(R);return this.size=q.size,fe}function Xf(R){return this.__data__.get(R)}function Qf(R){return this.__data__.has(R)}function Yc(R,q){var fe=this.__data__;if(fe instanceof fn){var Ce=fe.__data__;if(!Lt||Ce.length<r-1)return Ce.push([R,q]),this.size=++fe.size,this;fe=this.__data__=new Xn(Ce)}return fe.set(R,q),this.size=fe.size,this}xn.prototype.clear=Yf,xn.prototype.delete=Jf,xn.prototype.get=Xf,xn.prototype.has=Qf,xn.prototype.set=Yc;function Jc(R,q){var fe=no(R),Ce=!fe&&ll(R),It=!fe&&!Ce&&va(R),Xe=!fe&&!Ce&&!It&&fl(R),Tt=fe||Ce||It||Xe,lr=Tt?Dt(R.length,String):[],mt=lr.length;for(var Ot in R)(q||D.call(R,Ot))&&!(Tt&&(Ot=="length"||It&&(Ot=="offset"||Ot=="parent")||Xe&&(Ot=="buffer"||Ot=="byteLength"||Ot=="byteOffset")||il(Ot,mt)))&&lr.push(Ot);return lr}function ls(R,q){for(var fe=R.length;fe--;)if(cl(R[fe][0],q))return fe;return-1}function ma(R,q,fe){var Ce=q(R);return no(R)?Ce:at(Ce,fe(R))}function us(R){return R==null?R===void 0?J:G:Ur&&Ur in Object(R)?rl(R):r0(R)}function wa(R){return fs(R)&&us(R)==l}function hs(R,q,fe,Ce,It){return R===q?!0:R==null||q==null||!fs(R)&&!fs(q)?R!==R&&q!==q:Xc(R,q,fe,Ce,hs,It)}function Xc(R,q,fe,Ce,It,Xe){var Tt=no(R),lr=no(q),mt=Tt?h:jn(R),Ot=lr?h:jn(q);mt=mt==l?N:mt,Ot=Ot==l?N:Ot;var Qt=mt==N,qr=Ot==N,ur=mt==Ot;if(ur&&va(R)){if(!va(q))return!1;Tt=!0,Qt=!1}if(ur&&!Qt)return Xe||(Xe=new xn),Tt||fl(R)?to(R,q,fe,Ce,It,Xe):t0(R,q,mt,fe,Ce,It,Xe);if(!(fe&i)){var Rt=Qt&&D.call(R,"__wrapped__"),jr=qr&&D.call(q,"__wrapped__");if(Rt||jr){var Cn=Rt?R.value():R,dn=jr?q.value():q;return Xe||(Xe=new xn),It(Cn,dn,fe,Ce,Xe)}}return ur?(Xe||(Xe=new xn),tl(R,q,fe,Ce,It,Xe)):!1}function e0(R){if(!hl(R)||ol(R))return!1;var q=io(R)?Q:ge;return q.test(Qn(R))}function Qc(R){return fs(R)&&ul(R.length)&&!!ye[us(R)]}function el(R){if(!al(R))return cs(R);var q=[];for(var fe in Object(R))D.call(R,fe)&&fe!="constructor"&&q.push(fe);return q}function to(R,q,fe,Ce,It,Xe){var Tt=fe&i,lr=R.length,mt=q.length;if(lr!=mt&&!(Tt&&mt>lr))return!1;var Ot=Xe.get(R);if(Ot&&Xe.get(q))return Ot==q;var Qt=-1,qr=!0,ur=fe&o?new eo:void 0;for(Xe.set(R,q),Xe.set(q,R);++Qt<lr;){var Rt=R[Qt],jr=q[Qt];if(Ce)var Cn=Tt?Ce(jr,Rt,Qt,q,R,Xe):Ce(Rt,jr,Qt,R,q,Xe);if(Cn!==void 0){if(Cn)continue;qr=!1;break}if(ur){if(!Ge(q,function(dn,Fn){if(!Je(ur,Fn)&&(Rt===dn||It(Rt,dn,fe,Ce,Xe)))return ur.push(Fn)})){qr=!1;break}}else if(!(Rt===jr||It(Rt,jr,fe,Ce,Xe))){qr=!1;break}}return Xe.delete(R),Xe.delete(q),qr}function t0(R,q,fe,Ce,It,Xe,Tt){switch(fe){case de:if(R.byteLength!=q.byteLength||R.byteOffset!=q.byteOffset)return!1;R=R.buffer,q=q.buffer;case ee:return!(R.byteLength!=q.byteLength||!Xe(new st(R),new st(q)));case v:case x:case H:return cl(+R,+q);case _:return R.name==q.name&&R.message==q.message;case T:case f:return R==q+"";case U:var lr=ke;case I:var mt=Ce&i;if(lr||(lr=rt),R.size!=q.size&&!mt)return!1;var Ot=Tt.get(R);if(Ot)return Ot==q;Ce|=o,Tt.set(R,q);var Qt=to(lr(R),lr(q),Ce,It,Xe,Tt);return Tt.delete(R),Qt;case E:if(Gt)return Gt.call(R)==Gt.call(q)}return!1}function tl(R,q,fe,Ce,It,Xe){var Tt=fe&i,lr=ro(R),mt=lr.length,Ot=ro(q),Qt=Ot.length;if(mt!=Qt&&!Tt)return!1;for(var qr=mt;qr--;){var ur=lr[qr];if(!(Tt?ur in q:D.call(q,ur)))return!1}var Rt=Xe.get(R);if(Rt&&Xe.get(q))return Rt==q;var jr=!0;Xe.set(R,q),Xe.set(q,R);for(var Cn=Tt;++qr<mt;){ur=lr[qr];var dn=R[ur],Fn=q[ur];if(Ce)var ya=Tt?Ce(Fn,dn,ur,q,R,Xe):Ce(dn,Fn,ur,R,q,Xe);if(!(ya===void 0?dn===Fn||It(dn,Fn,fe,Ce,Xe):ya)){jr=!1;break}Cn||(Cn=ur=="constructor")}if(jr&&!Cn){var ds=R.constructor,vr=q.constructor;ds!=vr&&"constructor"in R&&"constructor"in q&&!(typeof ds=="function"&&ds instanceof ds&&typeof vr=="function"&&vr instanceof vr)&&(jr=!1)}return Xe.delete(R),Xe.delete(q),jr}function ro(R){return ma(R,s0,nl)}function Oi(R,q){var fe=R.__data__;return sl(q)?fe[typeof q=="string"?"string":"hash"]:fe.map}function Qr(R,q){var fe=He(R,q);return e0(fe)?fe:void 0}function rl(R){var q=D.call(R,Ur),fe=R[Ur];try{R[Ur]=void 0;var Ce=!0}catch{}var It=K.call(R);return Ce&&(q?R[Ur]=fe:delete R[Ur]),It}var nl=Jn?function(R){return R==null?[]:(R=Object(R),nt(Jn(R),function(q){return ht.call(R,q)}))}:Ct,jn=us;(zt&&jn(new zt(new ArrayBuffer(1)))!=de||Lt&&jn(new Lt)!=U||Wt&&jn(Wt.resolve())!=L||qt&&jn(new qt)!=I||Ft&&jn(new Ft)!=z)&&(jn=function(R){var q=us(R),fe=q==N?R.constructor:void 0,Ce=fe?Qn(fe):"";if(Ce)switch(Ce){case ir:return de;case sr:return U;case Vt:return L;case or:return I;case Kt:return z}return q});function il(R,q){return q=q??c,!!q&&(typeof R=="number"||Be.test(R))&&R>-1&&R%1==0&&R<q}function sl(R){var q=typeof R;return q=="string"||q=="number"||q=="symbol"||q=="boolean"?R!=="__proto__":R===null}function ol(R){return!!B&&B in R}function al(R){var q=R&&R.constructor,fe=typeof q=="function"&&q.prototype||b;return R===fe}function r0(R){return K.call(R)}function Qn(R){if(R!=null){try{return m.call(R)}catch{}try{return R+""}catch{}}return""}function cl(R,q){return R===q||R!==R&&q!==q}var ll=wa(function(){return arguments}())?wa:function(R){return fs(R)&&D.call(R,"callee")&&!ht.call(R,"callee")},no=Array.isArray;function n0(R){return R!=null&&ul(R.length)&&!io(R)}var va=Ii||xt;function i0(R,q){return hs(R,q)}function io(R){if(!hl(R))return!1;var q=us(R);return q==O||q==P||q==d||q==$}function ul(R){return typeof R=="number"&&R>-1&&R%1==0&&R<=c}function hl(R){var q=typeof R;return R!=null&&(q=="object"||q=="function")}function fs(R){return R!=null&&typeof R=="object"}var fl=Ue?$t(Ue):Qc;function s0(R){return n0(R)?Jc(R):el(R)}function Ct(){return[]}function xt(){return!1}t.exports=i0})(th,th.exports);var S_=th.exports,D_=Object.defineProperty,Pp=Object.getOwnPropertySymbols,$_=Object.prototype.hasOwnProperty,P_=Object.prototype.propertyIsEnumerable,Tp=(t,e,r)=>e in t?D_(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Rr=(t,e)=>{for(var r in e||(e={}))$_.call(e,r)&&Tp(t,r,e[r]);if(Pp)for(var r of Pp(e))P_.call(e,r)&&Tp(t,r,e[r]);return t};function T_(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),c=o.charCodeAt(0);if(r[c]!==255)throw new TypeError(o+" is ambiguous");r[c]=i}var l=t.length,h=t.charAt(0),d=Math.log(l)/Math.log(256),v=Math.log(256)/Math.log(l);function x(P){if(P instanceof Uint8Array||(ArrayBuffer.isView(P)?P=new Uint8Array(P.buffer,P.byteOffset,P.byteLength):Array.isArray(P)&&(P=Uint8Array.from(P))),!(P instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(P.length===0)return"";for(var U=0,H=0,G=0,N=P.length;G!==N&&P[G]===0;)G++,U++;for(var L=(N-G)*v+1>>>0,$=new Uint8Array(L);G!==N;){for(var T=P[G],I=0,f=L-1;(T!==0||I<H)&&f!==-1;f--,I++)T+=256*$[f]>>>0,$[f]=T%l>>>0,T=T/l>>>0;if(T!==0)throw new Error("Non-zero carry");H=I,G++}for(var E=L-H;E!==L&&$[E]===0;)E++;for(var J=h.repeat(U);E<L;++E)J+=t.charAt($[E]);return J}function _(P){if(typeof P!="string")throw new TypeError("Expected String");if(P.length===0)return new Uint8Array;var U=0;if(P[U]!==" "){for(var H=0,G=0;P[U]===h;)H++,U++;for(var N=(P.length-U)*d+1>>>0,L=new Uint8Array(N);P[U];){var $=r[P.charCodeAt(U)];if($===255)return;for(var T=0,I=N-1;($!==0||T<G)&&I!==-1;I--,T++)$+=l*L[I]>>>0,L[I]=$%256>>>0,$=$/256>>>0;if($!==0)throw new Error("Non-zero carry");G=T,U++}if(P[U]!==" "){for(var f=N-G;f!==N&&L[f]===0;)f++;for(var E=new Uint8Array(H+(N-f)),J=H;f!==N;)E[J++]=L[f++];return E}}}function O(P){var U=_(P);if(U)return U;throw new Error(`Non-${e} character`)}return{encode:x,decodeUnsafe:_,decode:O}}var R_=T_,N_=R_;const Rp=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")},L_=t=>new TextEncoder().encode(t),M_=t=>new TextDecoder().decode(t);class U_{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 j_{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 Np(this,e)}}class F_{constructor(e){this.decoders=e}or(e){return Np(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 Np=(t,e)=>new F_(Rr(Rr({},t.decoders||{[t.prefix]:t}),e.decoders||{[e.prefix]:e}));class B_{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new U_(e,r,n),this.decoder=new j_(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const nc=({name:t,prefix:e,encode:r,decode:n})=>new B_(t,e,r,n),Fo=({prefix:t,name:e,alphabet:r})=>{const{encode:n,decode:i}=N_(r,e);return nc({prefix:t,name:e,encode:n,decode:o=>Rp(i(o))})},k_=(t,e,r,n)=>{const i={};for(let v=0;v<e.length;++v)i[e[v]]=v;let o=t.length;for(;t[o-1]==="=";)--o;const c=new Uint8Array(o*r/8|0);let l=0,h=0,d=0;for(let v=0;v<o;++v){const x=i[t[v]];if(x===void 0)throw new SyntaxError(`Non-${n} character`);h=h<<r|x,l+=r,l>=8&&(l-=8,c[d++]=255&h>>l)}if(l>=r||255&h<<8-l)throw new SyntaxError("Unexpected end of data");return c},H_=(t,e,r)=>{const n=e[e.length-1]==="=",i=(1<<r)-1;let o="",c=0,l=0;for(let h=0;h<t.length;++h)for(l=l<<8|t[h],c+=8;c>r;)c-=r,o+=e[i&l>>c];if(c&&(o+=e[i&l<<r-c]),n)for(;o.length*r&7;)o+="=";return o},Er=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>nc({prefix:e,name:t,encode(i){return H_(i,n,r)},decode(i){return k_(i,n,r,t)}}),z_=nc({prefix:"\0",name:"identity",encode:t=>M_(t),decode:t=>L_(t)});var W_=Object.freeze({__proto__:null,identity:z_});const q_=Er({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var V_=Object.freeze({__proto__:null,base2:q_});const K_=Er({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var G_=Object.freeze({__proto__:null,base8:K_});const Z_=Fo({prefix:"9",name:"base10",alphabet:"0123456789"});var Y_=Object.freeze({__proto__:null,base10:Z_});const J_=Er({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),X_=Er({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Q_=Object.freeze({__proto__:null,base16:J_,base16upper:X_});const e8=Er({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),t8=Er({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),r8=Er({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),n8=Er({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),i8=Er({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),s8=Er({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),o8=Er({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),a8=Er({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),c8=Er({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var l8=Object.freeze({__proto__:null,base32:e8,base32upper:t8,base32pad:r8,base32padupper:n8,base32hex:i8,base32hexupper:s8,base32hexpad:o8,base32hexpadupper:a8,base32z:c8});const u8=Fo({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),h8=Fo({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var f8=Object.freeze({__proto__:null,base36:u8,base36upper:h8});const d8=Fo({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),p8=Fo({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var g8=Object.freeze({__proto__:null,base58btc:d8,base58flickr:p8});const m8=Er({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),w8=Er({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),v8=Er({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),y8=Er({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var b8=Object.freeze({__proto__:null,base64:m8,base64pad:w8,base64url:v8,base64urlpad:y8});const Lp=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}"),_8=Lp.reduce((t,e,r)=>(t[r]=e,t),[]),E8=Lp.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function x8(t){return t.reduce((e,r)=>(e+=_8[r],e),"")}function C8(t){const e=[];for(const r of t){const n=E8[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}const I8=nc({prefix:"\u{1F680}",name:"base256emoji",encode:x8,decode:C8});var O8=Object.freeze({__proto__:null,base256emoji:I8}),A8=Up,Mp=128,S8=127,D8=~S8,$8=Math.pow(2,31);function Up(t,e,r){e=e||[],r=r||0;for(var n=r;t>=$8;)e[r++]=t&255|Mp,t/=128;for(;t&D8;)e[r++]=t&255|Mp,t>>>=7;return e[r]=t|0,Up.bytes=r-n+1,e}var P8=rh,T8=128,jp=127;function rh(t,n){var r=0,n=n||0,i=0,o=n,c,l=t.length;do{if(o>=l)throw rh.bytes=0,new RangeError("Could not decode varint");c=t[o++],r+=i<28?(c&jp)<<i:(c&jp)*Math.pow(2,i),i+=7}while(c>=T8);return rh.bytes=o-n,r}var R8=Math.pow(2,7),N8=Math.pow(2,14),L8=Math.pow(2,21),M8=Math.pow(2,28),U8=Math.pow(2,35),j8=Math.pow(2,42),F8=Math.pow(2,49),B8=Math.pow(2,56),k8=Math.pow(2,63),H8=function(t){return t<R8?1:t<N8?2:t<L8?3:t<M8?4:t<U8?5:t<j8?6:t<F8?7:t<B8?8:t<k8?9:10},z8={encode:A8,decode:P8,encodingLength:H8},Fp=z8;const Bp=(t,e,r=0)=>(Fp.encode(t,e,r),e),kp=t=>Fp.encodingLength(t),nh=(t,e)=>{const r=e.byteLength,n=kp(t),i=n+kp(r),o=new Uint8Array(i+r);return Bp(t,o,0),Bp(r,o,n),o.set(e,i),new W8(t,r,e,o)};class W8{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}}const Hp=({name:t,code:e,encode:r})=>new q8(t,e,r);class q8{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?nh(this.code,r):r.then(n=>nh(this.code,n))}else throw Error("Unknown type, must be binary type")}}const zp=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),V8=Hp({name:"sha2-256",code:18,encode:zp("SHA-256")}),K8=Hp({name:"sha2-512",code:19,encode:zp("SHA-512")});var G8=Object.freeze({__proto__:null,sha256:V8,sha512:K8});const Wp=0,Z8="identity",qp=Rp;var Y8=Object.freeze({__proto__:null,identity:{code:Wp,name:Z8,encode:qp,digest:t=>nh(Wp,qp(t))}});new TextEncoder,new TextDecoder;const Vp=Rr(Rr(Rr(Rr(Rr(Rr(Rr(Rr(Rr(Rr({},W_),V_),G_),Y_),Q_),l8),f8),g8),b8),O8);Rr(Rr({},G8),Y8);function Kp(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function J8(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?Kp(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function Gp(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}const Zp=Gp("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),ih=Gp("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=J8(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),X8=Rr({utf8:Zp,"utf-8":Zp,hex:Vp.base16,latin1:ih,ascii:ih,binary:ih},Vp);function Q8(t,e="utf8"){const r=X8[e];if(!r)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Kp(globalThis.Buffer.from(t,"utf-8")):r.decoder.decode(`${r.prefix}${t}`)}const Yp="wc",eE=2,sh="core",fi=`${Yp}@2:${sh}:`,tE={name:sh,logger:"error"},rE={database:":memory:"},nE="crypto",Jp="client_ed25519_seed",iE=Re.ONE_DAY,sE="keychain",oE="0.3",aE="messages",cE="0.3",lE=Re.SIX_HOURS,uE="publisher",Xp="irn",hE="error",Qp="wss://relay.walletconnect.com",fE="relayer",kt={message:"relayer_message",message_ack:"relayer_message_ack",connect:"relayer_connect",disconnect:"relayer_disconnect",error:"relayer_error",connection_stalled:"relayer_connection_stalled",transport_closed:"relayer_transport_closed",publish:"relayer_publish"},dE="_subscription",Bo={payload:"payload",connect:"connect",disconnect:"disconnect",error:"error"},pE=Re.ONE_SECOND/2,gE="2.8.3",mE=1e4,wE="0.3",vE="WALLETCONNECT_CLIENT_ID",Pn={created:"subscription_created",deleted:"subscription_deleted",expired:"subscription_expired",disabled:"subscription_disabled",sync:"subscription_sync",resubscribed:"subscription_resubscribed"},yE="subscription",bE="0.3",_E=Re.FIVE_SECONDS*1e3,EE="pairing",xE="0.3",ko={wc_pairingDelete:{req:{ttl:Re.ONE_DAY,prompt:!1,tag:1e3},res:{ttl:Re.ONE_DAY,prompt:!1,tag:1001}},wc_pairingPing:{req:{ttl:Re.THIRTY_SECONDS,prompt:!1,tag:1002},res:{ttl:Re.THIRTY_SECONDS,prompt:!1,tag:1003}},unregistered_method:{req:{ttl:Re.ONE_DAY,prompt:!1,tag:0},res:{ttl:Re.ONE_DAY,prompt:!1,tag:0}}},Tn={created:"history_created",updated:"history_updated",deleted:"history_deleted",sync:"history_sync"},CE="history",IE="0.3",OE="expirer",on={created:"expirer_created",deleted:"expirer_deleted",expired:"expirer_expired",sync:"expirer_sync"},AE="0.3",oh="verify-api",eg="https://verify.walletconnect.com";class SE{constructor(e,r){this.core=e,this.logger=r,this.keychain=new Map,this.name=sE,this.version=oE,this.initialized=!1,this.storagePrefix=fi,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}=_e("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=pt.generateChildLogger(r,this.name)}get context(){return pt.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}async setKeyChain(e){await this.core.storage.setItem(this.storageKey,$1(e))}async getKeyChain(){const e=await this.core.storage.getItem(this.storageKey);return typeof e<"u"?P1(e):void 0}async persist(){await this.setKeyChain(this.keychain)}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}}class DE{constructor(e,r,n){this.core=e,this.logger=r,this.name=nE,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=mp(i);return gp(o.publicKey)},this.generateKeyPair=()=>{this.isInitialized();const i=M5();return this.setPrivateKey(i.publicKey,i.privateKey)},this.signJWT=async i=>{this.isInitialized();const o=await this.getClientSeed(),c=mp(o),l=Iu();return await F4(l,i,iE,c)},this.generateSharedKey=(i,o,c)=>{this.isInitialized();const l=this.getPrivateKey(i),h=U5(l,o);return this.setSymKey(h,c)},this.setSymKey=async(i,o)=>{this.isInitialized();const c=o||j5(i);return await this.keychain.set(c,i),c},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,c)=>{this.isInitialized();const l=x1(c),h=Mo(o);if(C1(l)){const _=l.senderPublicKey,O=l.receiverPublicKey;i=await this.generateSharedKey(_,O)}const d=this.getSymKey(i),{type:v,senderPublicKey:x}=l;return B5({type:v,symKey:d,message:h,senderPublicKey:x})},this.decode=async(i,o,c)=>{this.isInitialized();const l=z5(o,c);if(C1(l)){const v=l.receiverPublicKey,x=l.senderPublicKey;i=await this.generateSharedKey(v,x)}const h=this.getSymKey(i),d=k5({symKey:h,encoded:o});return Vu(d)},this.getPayloadType=i=>{const o=Va(i);return Io(o.type)},this.getPayloadSenderPublicKey=i=>{const o=Va(i);return o.senderPublicKey?Dr(o.senderPublicKey,$r):void 0},this.core=e,this.logger=pt.generateChildLogger(r,this.name),this.keychain=n||new SE(this.core,this.logger)}get context(){return pt.getLoggerContext(this.logger)}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(Jp)}catch{e=Iu(),await this.keychain.set(Jp,e)}return Q8(e,"base16")}getSymKey(e){return this.keychain.get(e)}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}}class $E extends g4{constructor(e,r){super(e,r),this.logger=e,this.core=r,this.messages=new Map,this.name=aE,this.version=cE,this.initialized=!1,this.storagePrefix=fi,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=Os(i);let c=this.messages.get(n);return typeof c>"u"&&(c={}),typeof c[o]<"u"||(c[o]=i,this.messages.set(n,c),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),c=Os(i);return typeof o[c]<"u"},this.del=async n=>{this.isInitialized(),this.messages.delete(n),await this.persist()},this.logger=pt.generateChildLogger(e,this.name),this.core=r}get context(){return pt.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}async setRelayerMessages(e){await this.core.storage.setItem(this.storageKey,$1(e))}async getRelayerMessages(){const e=await this.core.storage.getItem(this.storageKey);return typeof e<"u"?P1(e):void 0}async persist(){await this.setRelayerMessages(this.messages)}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}}class PE extends m4{constructor(e,r){super(e,r),this.relayer=e,this.logger=r,this.events=new br.exports.EventEmitter,this.name=uE,this.queue=new Map,this.publishTimeout=Re.toMiliseconds(Re.TEN_SECONDS),this.queueTimeout=Re.toMiliseconds(Re.FIVE_SECONDS),this.needsTransportRestart=!1,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 c=o?.ttl||lE,l=Du(o),h=o?.prompt||!1,d=o?.tag||0,v=o?.id||Xu().toString(),x={topic:n,message:i,opts:{ttl:c,relay:l,prompt:h,tag:d,id:v}},_=setTimeout(()=>this.queue.set(v,x),this.queueTimeout);try{await await Ka(this.rpcPublish(n,i,c,l,h,d,v),this.publishTimeout),clearTimeout(_),this.relayer.events.emit(kt.publish,x)}catch{this.logger.debug("Publishing Payload stalled"),this.needsTransportRestart=!0;return}this.logger.debug("Successfully Published Payload"),this.logger.trace({type:"method",method:"publish",params:{topic:n,message:i,opts:o}})}catch(c){throw this.logger.debug("Failed to Publish Payload"),this.logger.error(c),c}},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=pt.generateChildLogger(r,this.name),this.registerEventListeners()}get context(){return pt.getLoggerContext(this.logger)}rpcPublish(e,r,n,i,o,c,l){var h,d,v,x;const _={method:Ga(i.protocol).publish,params:{topic:e,message:r,ttl:n,prompt:o,tag:c},id:l};return Pr((h=_.params)==null?void 0:h.prompt)&&((d=_.params)==null||delete d.prompt),Pr((v=_.params)==null?void 0:v.tag)&&((x=_.params)==null||delete x.tag),this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"message",direction:"outgoing",request:_}),this.relayer.request(_)}onPublish(e){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(Po.HEARTBEAT_EVENTS.pulse,()=>{if(this.needsTransportRestart){this.needsTransportRestart=!1,this.relayer.events.emit(kt.connection_stalled);return}this.checkQueue()}),this.relayer.on(kt.message_ack,e=>{this.onPublish(e.id.toString())})}}class TE{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 RE=Object.defineProperty,NE=Object.defineProperties,LE=Object.getOwnPropertyDescriptors,tg=Object.getOwnPropertySymbols,ME=Object.prototype.hasOwnProperty,UE=Object.prototype.propertyIsEnumerable,rg=(t,e,r)=>e in t?RE(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Ho=(t,e)=>{for(var r in e||(e={}))ME.call(e,r)&&rg(t,r,e[r]);if(tg)for(var r of tg(e))UE.call(e,r)&&rg(t,r,e[r]);return t},ah=(t,e)=>NE(t,LE(e));class jE extends y4{constructor(e,r){super(e,r),this.relayer=e,this.logger=r,this.subscriptions=new Map,this.topicMap=new TE,this.events=new br.exports.EventEmitter,this.name=yE,this.version=bE,this.pending=new Map,this.cached=[],this.initialized=!1,this.pendingSubscriptionWatchLabel="pending_sub_watch_label",this.pollingInterval=20,this.storagePrefix=fi,this.subscribeTimeout=1e4,this.restartInProgress=!1,this.batchSubscribeTopicsLimit=500,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=Du(i),c={topic:n,relay:o};this.pending.set(n,c);const l=await this.rpcSubscribe(n,o);return this.onSubscribe(l,c),this.logger.debug("Successfully Subscribed Topic"),this.logger.trace({type:"method",method:"subscribe",params:{topic:n,opts:i}}),l}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 c=new Re.Watch;c.start(this.pendingSubscriptionWatchLabel);const l=setInterval(()=>{!this.pending.has(n)&&this.topics.includes(n)&&(clearInterval(l),c.stop(this.pendingSubscriptionWatchLabel),i(!0)),c.elapsed(this.pendingSubscriptionWatchLabel)>=_E&&(clearInterval(l),c.stop(this.pendingSubscriptionWatchLabel),o(new Error("Subscription resolution timeout")))},this.pollingInterval)}).catch(()=>!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.restart=async()=>{this.restartInProgress=!0,await this.restore(),await this.reset(),this.restartInProgress=!1},this.relayer=e,this.logger=pt.generateChildLogger(r,this.name),this.clientId=""}get context(){return pt.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()}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=Du(n);await this.rpcUnsubscribe(e,r,i);const o=Yt("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:Ga(r.protocol).subscribe,params:{topic:e}};this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:n});try{await await Ka(this.relayer.request(n),this.subscribeTimeout)}catch{this.logger.debug("Outgoing Relay Subscribe Payload stalled"),this.relayer.events.emit(kt.connection_stalled)}return Os(e+this.clientId)}async rpcBatchSubscribe(e){if(!e.length)return;const r=e[0].relay,n={method:Ga(r.protocol).batchSubscribe,params:{topics:e.map(i=>i.topic)}};this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:n});try{return await await Ka(this.relayer.request(n),this.subscribeTimeout)}catch{this.logger.debug("Outgoing Relay Payload stalled"),this.relayer.events.emit(kt.connection_stalled)}}rpcUnsubscribe(e,r,n){const i={method:Ga(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.request(i)}onSubscribe(e,r){this.setSubscription(e,ah(Ho({},r),{id:e})),this.pending.delete(r.topic)}onBatchSubscribe(e){e.length&&e.forEach(r=>{this.setSubscription(r.id,Ho({},r)),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,Ho({},r)),this.topicMap.set(r.topic,e),this.events.emit(Pn.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}=_e("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(Pn.deleted,ah(Ho({},n),{reason:r}))}async persist(){await this.setRelayerSubscriptions(this.values),this.events.emit(Pn.sync)}async reset(){if(this.cached.length){const e=Math.ceil(this.cached.length/this.batchSubscribeTopicsLimit);for(let r=0;r<e;r++){const n=this.cached.splice(0,this.batchSubscribeTopicsLimit);await this.batchSubscribe(n)}}this.events.emit(Pn.resubscribed)}async restore(){try{const e=await this.getRelayerSubscriptions();if(typeof e>"u"||!e.length)return;if(this.subscriptions.size){const{message:r}=_e("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 batchSubscribe(e){if(!e.length)return;const r=await this.rpcBatchSubscribe(e);zn(r)&&this.onBatchSubscribe(r.map((n,i)=>ah(Ho({},e[i]),{id:n})))}async onConnect(){this.restartInProgress||(await this.restart(),this.onEnable())}onDisconnect(){this.onDisable()}async checkPending(){if(this.relayer.transportExplicitlyClosed)return;const e=[];this.pending.forEach(r=>{e.push(r)}),await this.batchSubscribe(e)}registerEventListeners(){this.relayer.core.heartbeat.on(Po.HEARTBEAT_EVENTS.pulse,async()=>{await this.checkPending()}),this.relayer.on(kt.connect,async()=>{await this.onConnect()}),this.relayer.on(kt.disconnect,()=>{this.onDisconnect()}),this.events.on(Pn.created,async e=>{const r=Pn.created;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),await this.persist()}),this.events.on(Pn.deleted,async e=>{const r=Pn.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}=_e("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 FE=Object.defineProperty,ng=Object.getOwnPropertySymbols,BE=Object.prototype.hasOwnProperty,kE=Object.prototype.propertyIsEnumerable,ig=(t,e,r)=>e in t?FE(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,HE=(t,e)=>{for(var r in e||(e={}))BE.call(e,r)&&ig(t,r,e[r]);if(ng)for(var r of ng(e))kE.call(e,r)&&ig(t,r,e[r]);return t};class zE extends w4{constructor(e){super(e),this.protocol="wc",this.version=2,this.events=new br.exports.EventEmitter,this.name=fE,this.transportExplicitlyClosed=!1,this.initialized=!1,this.reconnecting=!1,this.connectionStatusPollingInterval=20,this.staleConnectionErrors=["socket hang up","socket stalled"],this.request=async r=>{this.logger.debug("Publishing Request Payload");try{return await this.toEstablishConnection(),await this.provider.request(r)}catch(n){throw this.logger.debug("Failed to Publish Request"),this.logger.error(n),n}},this.core=e.core,this.logger=typeof e.logger<"u"&&typeof e.logger!="string"?pt.generateChildLogger(e.logger,this.name):pt.pino(pt.getDefaultLoggerOptions({level:e.logger||hE})),this.messages=new $E(this.logger,e.core),this.subscriber=new jE(this,this.logger),this.publisher=new PE(this,this.logger),this.relayUrl=e?.relayUrl||Qp,this.projectId=e.projectId,this.provider={}}async init(){this.logger.trace("Initialized"),await this.createProvider(),await Promise.all([this.messages.init(),this.transportOpen(),this.subscriber.init()]),this.registerEventListeners(),this.initialized=!0,setTimeout(async()=>{this.subscriber.topics.length===0&&(this.logger.info("No topics subscribted to after init, closing transport"),await this.transportClose(),this.transportExplicitlyClosed=!1)},mE)}get context(){return pt.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,publishedAt:Date.now()})}async subscribe(e,r){var n;this.isInitialized();let i=((n=this.subscriber.topicMap.get(e))==null?void 0:n[0])||"";return i||(await Promise.all([new Promise(o=>{this.subscriber.once(Pn.created,c=>{c.topic===e&&o()})}),new Promise(async o=>{i=await this.subscriber.subscribe(e,r),o()})]),i)}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(kt.transport_closed))}async transportOpen(e){if(this.transportExplicitlyClosed=!1,!this.reconnecting){this.relayUrl=e||this.relayUrl,this.reconnecting=!0;try{await Promise.all([new Promise(r=>{this.initialized||r(),this.subscriber.once(Pn.resubscribed,()=>{r()})}),await Promise.race([new Promise(async(r,n)=>{await Ka(this.provider.connect(),5e3,"socket stalled").catch(i=>n(i)).then(()=>r()).finally(()=>this.removeListener(kt.transport_closed,this.rejectTransportOpen))}),new Promise(r=>this.once(kt.transport_closed,this.rejectTransportOpen))])])}catch(r){this.logger.error(r);const n=r;if(!this.isConnectionStalled(n.message))throw r;this.events.emit(kt.transport_closed)}finally{this.reconnecting=!1}}}async restartTransport(e){this.transportExplicitlyClosed||this.reconnecting||(this.relayUrl=e||this.relayUrl,this.connected&&await Promise.all([new Promise(r=>{this.provider.once(Bo.disconnect,()=>{r()})}),this.transportClose()]),await this.createProvider(),await this.transportOpen())}isConnectionStalled(e){return this.staleConnectionErrors.some(r=>e.includes(r))}rejectTransportOpen(){throw new Error("Attempt to connect to relay via `transportOpen` has stalled. Retrying...")}async createProvider(){const e=await this.core.crypto.signJWT(this.relayUrl);this.provider=new hi(new A_(eb({sdkVersion:gE,protocol:this.protocol,version:this.version,relayUrl:this.relayUrl,projectId:this.projectId,auth:e,useOnCloseEvent:!0}))),this.registerProviderListeners()}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}),eh(e)){if(!e.method.endsWith(dE))return;const r=e.params,{topic:n,message:i,publishedAt:o}=r.data,c={topic:n,message:i,publishedAt:o};this.logger.debug("Emitting Relayer Payload"),this.logger.trace(HE({type:"event",event:r.id},c)),this.events.emit(r.id,c),await this.acknowledgePayload(e),await this.onMessageEvent(c)}else rc(e)&&this.events.emit(kt.message_ack,e)}async onMessageEvent(e){await this.shouldIgnoreMessageEvent(e)||(this.events.emit(kt.message,e),await this.recordMessageEvent(e))}async acknowledgePayload(e){const r=Qu(e.id,!0);await this.provider.connection.send(r)}registerProviderListeners(){this.provider.on(Bo.payload,e=>this.onProviderPayload(e)),this.provider.on(Bo.connect,()=>{this.events.emit(kt.connect)}),this.provider.on(Bo.disconnect,()=>{this.onProviderDisconnect()}),this.provider.on(Bo.error,e=>{this.logger.error(e),this.events.emit(kt.error,e)})}registerEventListeners(){this.events.on(kt.connection_stalled,async()=>{await this.restartTransport()})}onProviderDisconnect(){this.events.emit(kt.disconnect),this.attemptToReconnect()}attemptToReconnect(){this.transportExplicitlyClosed||setTimeout(async()=>{await this.restartTransport()},Re.toMiliseconds(pE))}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}async toEstablishConnection(){if(!this.connected){if(this.connecting)return await new Promise(e=>{const r=setInterval(()=>{this.connected&&(clearInterval(r),e())},this.connectionStatusPollingInterval)});await this.restartTransport()}}}var WE=Object.defineProperty,sg=Object.getOwnPropertySymbols,qE=Object.prototype.hasOwnProperty,VE=Object.prototype.propertyIsEnumerable,og=(t,e,r)=>e in t?WE(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,ag=(t,e)=>{for(var r in e||(e={}))qE.call(e,r)&&og(t,r,e[r]);if(sg)for(var r of sg(e))VE.call(e,r)&&og(t,r,e[r]);return t};class ic extends v4{constructor(e,r,n,i=fi,o=void 0){super(e,r,n,i),this.core=e,this.logger=r,this.name=n,this.map=new Map,this.version=wE,this.cached=[],this.initialized=!1,this.storagePrefix=fi,this.init=async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(c=>{this.getKey&&c!==null&&!Pr(c)?this.map.set(this.getKey(c),c):xb(c)?this.map.set(c.id,c):Cb(c)&&this.map.set(c.topic,c)}),this.cached=[],this.initialized=!0)},this.set=async(c,l)=>{this.isInitialized(),this.map.has(c)?await this.update(c,l):(this.logger.debug("Setting value"),this.logger.trace({type:"method",method:"set",key:c,value:l}),this.map.set(c,l),await this.persist())},this.get=c=>(this.isInitialized(),this.logger.debug("Getting value"),this.logger.trace({type:"method",method:"get",key:c}),this.getData(c)),this.getAll=c=>(this.isInitialized(),c?this.values.filter(l=>Object.keys(c).every(h=>S_(l[h],c[h]))):this.values),this.update=async(c,l)=>{this.isInitialized(),this.logger.debug("Updating value"),this.logger.trace({type:"method",method:"update",key:c,update:l});const h=ag(ag({},this.getData(c)),l);this.map.set(c,h),await this.persist()},this.delete=async(c,l)=>{this.isInitialized(),this.map.has(c)&&(this.logger.debug("Deleting value"),this.logger.trace({type:"method",method:"delete",key:c,reason:l}),this.map.delete(c),await this.persist())},this.logger=pt.generateChildLogger(r,this.name),this.storagePrefix=i,this.getKey=o}get context(){return pt.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}=_e("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}=_e("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}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}}class KE{constructor(e,r){this.core=e,this.logger=r,this.name=EE,this.version=xE,this.events=new br.exports,this.initialized=!1,this.storagePrefix=fi,this.ignoredPayloadTypes=[Bi],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=Iu(),i=await this.core.crypto.setSymKey(n),o=$n(Re.FIVE_MINUTES),c={protocol:Xp},l={topic:i,expiry:o,relay:c,active:!1},h=db({protocol:this.core.protocol,version:this.core.version,topic:i,symKey:n,relay:c});return await this.pairings.set(i,l),await this.core.relayer.subscribe(i),this.core.expirer.set(i,o),{topic:i,uri:h}},this.pair=async n=>{this.isInitialized(),this.isValidPair(n);const{topic:i,symKey:o,relay:c}=ub(n.uri);if(this.pairings.keys.includes(i))throw new Error(`Pairing already exists: ${i}`);if(this.core.crypto.hasKeys(i))throw new Error(`Keychain already exists: ${i}`);const l=$n(Re.FIVE_MINUTES),h={topic:i,relay:c,expiry:l,active:!1};return await this.pairings.set(i,h),await this.core.crypto.setSymKey(o,i),await this.core.relayer.subscribe(i,{relay:c}),this.core.expirer.set(i,l),n.activatePairing&&await this.activate({topic:i}),h},this.activate=async({topic:n})=>{this.isInitialized();const i=$n(Re.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:c,resolve:l,reject:h}=As();this.events.once(rr("pairing_ping",o),({error:d})=>{d?h(d):l()}),await c()}},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",Yt("USER_DISCONNECTED")),await this.deletePairing(i))},this.sendRequest=async(n,i,o)=>{const c=ec(i,o),l=await this.core.crypto.encode(n,c),h=ko[i].req;return this.core.history.set(n,c),this.core.relayer.publish(n,l,h),c.id},this.sendResult=async(n,i,o)=>{const c=Qu(n,o),l=await this.core.crypto.encode(i,c),h=await this.core.history.get(i,n),d=ko[h.request.method].res;await this.core.relayer.publish(i,l,d),await this.core.history.resolve(c)},this.sendError=async(n,i,o)=>{const c=tc(n,o),l=await this.core.crypto.encode(i,c),h=await this.core.history.get(i,n),d=ko[h.request.method]?ko[h.request.method].res:ko.unregistered_method.res;await this.core.relayer.publish(i,l,d),await this.core.history.resolve(c)},this.deletePairing=async(n,i)=>{await this.core.relayer.unsubscribe(n),await Promise.all([this.pairings.delete(n,Yt("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=>ui(i.expiry));await Promise.all(n.map(i=>this.deletePairing(i.topic)))},this.onRelayEventRequest=n=>{const{topic:i,payload:o}=n,c=o.method;if(this.pairings.keys.includes(i))switch(c){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,c=(await this.core.history.get(i,o.id)).request.method;if(this.pairings.keys.includes(i))switch(c){case"wc_pairingPing":return this.onPairingPingResponse(i,o);default:return this.onUnknownRpcMethodResponse(c)}},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(c){await this.sendError(o,n,c),this.logger.error(c)}},this.onPairingPingResponse=(n,i)=>{const{id:o}=i;setTimeout(()=>{Vn(i)?this.events.emit(rr("pairing_ping",o),{}):En(i)&&this.events.emit(rr("pairing_ping",o),{error:i.error})},500)},this.onPairingDeleteRequest=async(n,i)=>{const{id:o}=i;try{this.isValidDisconnect({topic:n}),await this.deletePairing(n),this.events.emit("pairing_delete",{id:o,topic:n})}catch(c){await this.sendError(o,n,c),this.logger.error(c)}},this.onUnknownRpcMethodRequest=async(n,i)=>{const{id:o,method:c}=i;try{if(this.registeredMethods.includes(c))return;const l=Yt("WC_METHOD_UNSUPPORTED",c);await this.sendError(o,n,l),this.logger.error(l)}catch(l){await this.sendError(o,n,l),this.logger.error(l)}},this.onUnknownRpcMethodResponse=n=>{this.registeredMethods.includes(n)||this.logger.error(Yt("WC_METHOD_UNSUPPORTED",n))},this.isValidPair=n=>{if(!zr(n)){const{message:i}=_e("MISSING_OR_INVALID",`pair() params: ${n}`);throw new Error(i)}if(!Eb(n.uri)){const{message:i}=_e("MISSING_OR_INVALID",`pair() uri: ${n.uri}`);throw new Error(i)}},this.isValidPing=async n=>{if(!zr(n)){const{message:o}=_e("MISSING_OR_INVALID",`ping() params: ${n}`);throw new Error(o)}const{topic:i}=n;await this.isValidPairingTopic(i)},this.isValidDisconnect=async n=>{if(!zr(n)){const{message:o}=_e("MISSING_OR_INVALID",`disconnect() params: ${n}`);throw new Error(o)}const{topic:i}=n;await this.isValidPairingTopic(i)},this.isValidPairingTopic=async n=>{if(!gr(n,!1)){const{message:i}=_e("MISSING_OR_INVALID",`pairing topic should be a string: ${n}`);throw new Error(i)}if(!this.pairings.keys.includes(n)){const{message:i}=_e("NO_MATCHING_KEY",`pairing topic doesn't exist: ${n}`);throw new Error(i)}if(ui(this.pairings.get(n).expiry)){await this.deletePairing(n);const{message:i}=_e("EXPIRED",`pairing topic: ${n}`);throw new Error(i)}},this.core=e,this.logger=pt.generateChildLogger(r,this.name),this.pairings=new ic(this.core,this.logger,this.name,this.storagePrefix)}get context(){return pt.getLoggerContext(this.logger)}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}registerRelayerEvents(){this.core.relayer.on(kt.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);eh(i)?(this.core.history.set(r,i),this.onRelayEventRequest({topic:r,payload:i})):rc(i)&&(await this.core.history.resolve(i),this.onRelayEventResponse({topic:r,payload:i}))})}registerExpirerEvents(){this.core.expirer.on(on.expired,async e=>{const{topic:r}=R1(e.target);r&&this.pairings.keys.includes(r)&&(await this.deletePairing(r,!0),this.events.emit("pairing_expire",{topic:r}))})}}class GE extends p4{constructor(e,r){super(e,r),this.core=e,this.logger=r,this.records=new Map,this.events=new br.exports.EventEmitter,this.name=CE,this.version=IE,this.cached=[],this.initialized=!1,this.storagePrefix=fi,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 c={id:i.id,topic:n,request:{method:i.method,params:i.params||null},chainId:o};this.records.set(c.id,c),this.events.emit(Tn.created,c)},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=En(n)?{error:n.error}:{result:n.result},this.records.set(i.id,i),this.events.emit(Tn.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(Tn.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=pt.generateChildLogger(r,this.name)}get context(){return pt.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:ec(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}=_e("NO_MATCHING_KEY",`${this.name}: ${e}`);throw new Error(n)}return r}async persist(){await this.setJsonRpcRecords(this.values),this.events.emit(Tn.sync)}async restore(){try{const e=await this.getJsonRpcRecords();if(typeof e>"u"||!e.length)return;if(this.records.size){const{message:r}=_e("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(Tn.created,e=>{const r=Tn.created;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,record:e}),this.persist()}),this.events.on(Tn.updated,e=>{const r=Tn.updated;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,record:e}),this.persist()}),this.events.on(Tn.deleted,e=>{const r=Tn.deleted;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,record:e}),this.persist()})}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}}class ZE extends b4{constructor(e,r){super(e,r),this.core=e,this.logger=r,this.expirations=new Map,this.events=new br.exports.EventEmitter,this.name=OE,this.version=AE,this.cached=[],this.initialized=!1,this.storagePrefix=fi,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),c={target:o,expiry:i};this.expirations.set(o,c),this.checkExpiry(o,c),this.events.emit(on.created,{target:o,expiration:c})},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(on.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=pt.generateChildLogger(r,this.name)}get context(){return pt.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 tb(e);if(typeof e=="number")return rb(e);const{message:r}=_e("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(on.sync)}async restore(){try{const e=await this.getExpirations();if(typeof e>"u"||!e.length)return;if(this.expirations.size){const{message:r}=_e("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}=_e("NO_MATCHING_KEY",`${this.name}: ${e}`);throw this.logger.error(n),new Error(n)}return r}checkExpiry(e,r){const{expiry:n}=r;Re.toMiliseconds(n)-Date.now()<=0&&this.expire(e,r)}expire(e,r){this.expirations.delete(e),this.events.emit(on.expired,{target:e,expiration:r})}checkExpirations(){this.core.relayer.connected&&this.expirations.forEach((e,r)=>this.checkExpiry(r,e))}registerEventListeners(){this.core.heartbeat.on(Po.HEARTBEAT_EVENTS.pulse,()=>this.checkExpirations()),this.events.on(on.created,e=>{const r=on.created;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),this.persist()}),this.events.on(on.expired,e=>{const r=on.expired;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),this.persist()}),this.events.on(on.deleted,e=>{const r=on.deleted;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),this.persist()})}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}}class YE extends _4{constructor(e,r){super(e,r),this.projectId=e,this.logger=r,this.name=oh,this.initialized=!1,this.init=async n=>{S1()||!Au()||(this.verifyUrl=n?.verifyUrl||eg,await this.createIframe())},this.register=async n=>{var i;if(this.initialized||await this.init(),!!this.iframe)try{(i=this.iframe.contentWindow)==null||i.postMessage(n.attestationId,this.verifyUrl),this.logger.info(`postMessage sent: ${n.attestationId} ${this.verifyUrl}`)}catch{}},this.resolve=async n=>{var i;if(this.isDevEnv)return"";this.logger.info(`resolving attestation: ${n.attestationId}`);const o=this.startAbortTimer(Re.FIVE_SECONDS),c=await fetch(`${this.verifyUrl}/attestation/${n.attestationId}`,{signal:this.abortController.signal});return clearTimeout(o),c.status===200?(i=await c.json())==null?void 0:i.origin:""},this.createIframe=async()=>{try{await Promise.race([new Promise((n,i)=>{if(document.getElementById(oh))return n();const o=document.createElement("iframe");o.setAttribute("id",oh),o.setAttribute("src",`${this.verifyUrl}/${this.projectId}`),o.style.display="none",o.addEventListener("load",()=>{this.initialized=!0,n()}),o.addEventListener("error",c=>{i(c)}),document.body.append(o),this.iframe=o}),new Promise(n=>{setTimeout(()=>n("iframe load timeout"),Re.toMiliseconds(Re.ONE_SECOND/2))})])}catch(n){this.logger.error(`Verify iframe failed to load: ${this.verifyUrl}`),this.logger.error(n)}},this.logger=pt.generateChildLogger(r,this.name),this.verifyUrl=eg,this.abortController=new AbortController,this.isDevEnv=Ou()&&process.env.IS_VITEST}get context(){return pt.getLoggerContext(this.logger)}startAbortTimer(e){return setTimeout(()=>this.abortController.abort(),Re.toMiliseconds(e))}}var JE=Object.defineProperty,cg=Object.getOwnPropertySymbols,XE=Object.prototype.hasOwnProperty,QE=Object.prototype.propertyIsEnumerable,lg=(t,e,r)=>e in t?JE(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,ug=(t,e)=>{for(var r in e||(e={}))XE.call(e,r)&&lg(t,r,e[r]);if(cg)for(var r of cg(e))QE.call(e,r)&&lg(t,r,e[r]);return t};class ch extends d4{constructor(e){super(e),this.protocol=Yp,this.version=eE,this.name=sh,this.events=new br.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,this.relayUrl=e?.relayUrl||Qp;const r=typeof e?.logger<"u"&&typeof e?.logger!="string"?e.logger:pt.pino(pt.getDefaultLoggerOptions({level:e?.logger||tE.logger}));this.logger=pt.generateChildLogger(r,this.name),this.heartbeat=new Po.HeartBeat,this.crypto=new DE(this,this.logger,e?.keychain),this.history=new GE(this,this.logger),this.expirer=new ZE(this,this.logger),this.storage=e!=null&&e.storage?e.storage:new w6(ug(ug({},rE),e?.storageOptions)),this.relayer=new zE({core:this,logger:this.logger,relayUrl:this.relayUrl,projectId:this.projectId}),this.pairing=new KE(this,this.logger),this.verify=new YE(this.projectId||"",this.logger)}static async init(e){const r=new ch(e);await r.initialize();const n=await r.crypto.getClientId();return await r.storage.setItem(vE,n),r}get context(){return pt.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 e7=ch,hg="wc",fg=2,dg="client",lh=`${hg}@${fg}:${dg}:`,uh={name:dg,logger:"error",controller:!1,relayUrl:"wss://relay.walletconnect.com"},t7="WALLETCONNECT_DEEPLINK_CHOICE",r7="proposal",pg="Proposal expired",n7="session",sc=Re.SEVEN_DAYS,i7="engine",zo={wc_sessionPropose:{req:{ttl:Re.FIVE_MINUTES,prompt:!0,tag:1100},res:{ttl:Re.FIVE_MINUTES,prompt:!1,tag:1101}},wc_sessionSettle:{req:{ttl:Re.FIVE_MINUTES,prompt:!1,tag:1102},res:{ttl:Re.FIVE_MINUTES,prompt:!1,tag:1103}},wc_sessionUpdate:{req:{ttl:Re.ONE_DAY,prompt:!1,tag:1104},res:{ttl:Re.ONE_DAY,prompt:!1,tag:1105}},wc_sessionExtend:{req:{ttl:Re.ONE_DAY,prompt:!1,tag:1106},res:{ttl:Re.ONE_DAY,prompt:!1,tag:1107}},wc_sessionRequest:{req:{ttl:Re.FIVE_MINUTES,prompt:!0,tag:1108},res:{ttl:Re.FIVE_MINUTES,prompt:!1,tag:1109}},wc_sessionEvent:{req:{ttl:Re.FIVE_MINUTES,prompt:!0,tag:1110},res:{ttl:Re.FIVE_MINUTES,prompt:!1,tag:1111}},wc_sessionDelete:{req:{ttl:Re.ONE_DAY,prompt:!1,tag:1112},res:{ttl:Re.ONE_DAY,prompt:!1,tag:1113}},wc_sessionPing:{req:{ttl:Re.THIRTY_SECONDS,prompt:!1,tag:1114},res:{ttl:Re.THIRTY_SECONDS,prompt:!1,tag:1115}}},hh={min:Re.FIVE_MINUTES,max:Re.SEVEN_DAYS},s7="request",o7=["wc_sessionPropose","wc_sessionRequest","wc_authRequest"];var a7=Object.defineProperty,c7=Object.defineProperties,l7=Object.getOwnPropertyDescriptors,gg=Object.getOwnPropertySymbols,u7=Object.prototype.hasOwnProperty,h7=Object.prototype.propertyIsEnumerable,mg=(t,e,r)=>e in t?a7(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,an=(t,e)=>{for(var r in e||(e={}))u7.call(e,r)&&mg(t,r,e[r]);if(gg)for(var r of gg(e))h7.call(e,r)&&mg(t,r,e[r]);return t},fh=(t,e)=>c7(t,l7(e));class f7 extends x4{constructor(e){super(e),this.name=i7,this.events=new br.exports,this.initialized=!1,this.ignoredPayloadTypes=[Bi],this.init=async()=>{this.initialized||(await this.cleanup(),this.registerRelayerEvents(),this.registerExpirerEvents(),this.client.core.pairing.register({methods:Object.keys(zo)}),this.initialized=!0)},this.connect=async r=>{this.isInitialized();const n=fh(an({},r),{requiredNamespaces:r.requiredNamespaces||{},optionalNamespaces:r.optionalNamespaces||{}});await this.isValidConnect(n);const{pairingTopic:i,requiredNamespaces:o,optionalNamespaces:c,sessionProperties:l,relays:h}=n;let d=i,v,x=!1;if(d&&(x=this.client.core.pairing.pairings.get(d).active),!d||!x){const{topic:L,uri:$}=await this.client.core.pairing.create();d=L,v=$}const _=await this.client.core.crypto.generateKeyPair(),O=an({requiredNamespaces:o,optionalNamespaces:c,relays:h??[{protocol:Xp}],proposer:{publicKey:_,metadata:this.client.metadata}},l&&{sessionProperties:l}),{reject:P,resolve:U,done:H}=As(Re.FIVE_MINUTES,pg);if(this.events.once(rr("session_connect"),async({error:L,session:$})=>{if(L)P(L);else if($){$.self.publicKey=_;const T=fh(an({},$),{requiredNamespaces:$.requiredNamespaces,optionalNamespaces:$.optionalNamespaces});await this.client.session.set($.topic,T),await this.setExpiry($.topic,$.expiry),d&&await this.client.core.pairing.updateMetadata({topic:d,metadata:$.peer.metadata}),U(T)}}),!d){const{message:L}=_e("NO_MATCHING_KEY",`connect() pairing topic: ${d}`);throw new Error(L)}const G=await this.sendRequest(d,"wc_sessionPropose",O),N=$n(Re.FIVE_MINUTES);return await this.setProposal(G,an({id:G,expiry:N},O)),{uri:v,approval:H}},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:c}=r,l=this.client.proposal.get(n);let{pairingTopic:h,proposer:d,requiredNamespaces:v,optionalNamespaces:x}=l;h=h||"",Ds(v)||(v=wb(o,"approve()"));const _=await this.client.core.crypto.generateKeyPair(),O=d.publicKey,P=await this.client.core.crypto.generateSharedKey(_,O);h&&n&&(await this.client.core.pairing.updateMetadata({topic:h,metadata:d.metadata}),await this.sendResult(n,h,{relay:{protocol:i??"irn"},responderPublicKey:_}),await this.client.proposal.delete(n,Yt("USER_DISCONNECTED")),await this.client.core.pairing.activate({topic:h}));const U=an({relay:{protocol:i??"irn"},namespaces:o,requiredNamespaces:v,optionalNamespaces:x,pairingTopic:h,controller:{publicKey:_,metadata:this.client.metadata},expiry:$n(sc)},c&&{sessionProperties:c});await this.client.core.relayer.subscribe(P),await this.sendRequest(P,"wc_sessionSettle",U);const H=fh(an({},U),{topic:P,pairingTopic:h,acknowledged:!1,self:U.controller,peer:{publicKey:d.publicKey,metadata:d.metadata},controller:_});return await this.client.session.set(P,H),await this.setExpiry(P,$n(sc)),{topic:P,acknowledged:()=>new Promise(G=>setTimeout(()=>G(this.client.session.get(P)),500))}},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,Yt("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:c,resolve:l,reject:h}=As();return this.events.once(rr("session_update",o),({error:d})=>{d?h(d):l()}),await this.client.session.update(n,{namespaces:i}),{acknowledged:c}},this.extend=async r=>{this.isInitialized(),await this.isValidExtend(r);const{topic:n}=r,i=await this.sendRequest(n,"wc_sessionExtend",{}),{done:o,resolve:c,reject:l}=As();return this.events.once(rr("session_extend",i),({error:h})=>{h?l(h):c()}),await this.setExpiry(n,$n(sc)),{acknowledged:o}},this.request=async r=>{this.isInitialized(),await this.isValidRequest(r);const{chainId:n,request:i,topic:o,expiry:c}=r,l=await this.sendRequest(o,"wc_sessionRequest",{request:i,chainId:n},c),{done:h,resolve:d,reject:v}=As(c);this.events.once(rr("session_request",l),({error:_,result:O})=>{_?v(_):d(O)}),this.client.events.emit("session_request_sent",{topic:o,request:i,chainId:n,id:l});const x=await this.client.core.storage.getItem(t7);return nb({id:l,topic:o,wcDeepLink:x}),await h()},this.respond=async r=>{this.isInitialized(),await this.isValidRespond(r);const{topic:n,response:i}=r,{id:o}=i;Vn(i)?await this.sendResult(o,n,i.result):En(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:c,reject:l}=As();this.events.once(rr("session_ping",i),({error:h})=>{h?l(h):c()}),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;if(this.client.session.keys.includes(n)){const i=Xu().toString();let o;const c=l=>{l?.id.toString()===i&&(this.client.core.relayer.events.removeListener(kt.message_ack,c),o())};await Promise.all([new Promise(l=>{o=l,this.client.core.relayer.on(kt.message_ack,c)}),this.sendRequest(n,"wc_sessionDelete",Yt("USER_DISCONNECTED"),void 0,i)]),await this.deleteSession(n)}else await this.client.core.pairing.disconnect({topic:n})},this.find=r=>(this.isInitialized(),this.client.session.getAll().filter(n=>bb(n,r))),this.getPendingSessionRequests=()=>(this.isInitialized(),this.client.pendingRequest.getAll()),this.cleanupDuplicatePairings=async r=>{if(r.pairingTopic)try{const n=this.client.core.pairing.pairings.get(r.pairingTopic),i=this.client.core.pairing.pairings.getAll().filter(o=>{var c,l;return((c=o.peerMetadata)==null?void 0:c.url)&&((l=o.peerMetadata)==null?void 0:l.url)===r.peer.metadata.url&&o.topic&&o.topic!==n.topic});if(i.length===0)return;this.client.logger.info(`Cleaning up ${i.length} duplicate pairing(s)`),await Promise.all(i.map(o=>this.client.core.pairing.disconnect({topic:o.topic}))),this.client.logger.info("Duplicate pairings clean up finished")}catch(n){this.client.logger.error(n)}},this.deleteSession=async(r,n)=>{const{self:i}=this.client.session.get(r);await this.client.core.relayer.unsubscribe(r),this.client.session.delete(r,Yt("USER_DISCONNECTED")),this.client.core.crypto.keychain.has(i.publicKey)&&await this.client.core.crypto.deleteKeyPair(i.publicKey),this.client.core.crypto.keychain.has(r)&&await this.client.core.crypto.deleteSymKey(r),n||this.client.core.expirer.del(r)},this.deleteProposal=async(r,n)=>{await Promise.all([this.client.proposal.delete(r,Yt("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=zo.wc_sessionRequest.req.ttl,{id:i,topic:o,params:c}=r;await this.client.pendingRequest.set(i,{id:i,topic:o,params:c}),n&&this.client.core.expirer.set(i,$n(n))},this.sendRequest=async(r,n,i,o,c)=>{const l=ec(n,i);if(Au()&&o7.includes(n)){const v=Os(JSON.stringify(l));await this.client.core.verify.register({attestationId:v})}const h=await this.client.core.crypto.encode(r,l),d=zo[n].req;return o&&(d.ttl=o),c&&(d.id=c),this.client.core.history.set(r,l),this.client.core.relayer.publish(r,h,d),l.id},this.sendResult=async(r,n,i)=>{const o=Qu(r,i),c=await this.client.core.crypto.encode(n,o),l=await this.client.core.history.get(n,r),h=zo[l.request.method].res;this.client.core.relayer.publish(n,c,h),await this.client.core.history.resolve(o)},this.sendError=async(r,n,i)=>{const o=tc(r,i),c=await this.client.core.crypto.encode(n,o),l=await this.client.core.history.get(n,r),h=zo[l.request.method].res;this.client.core.relayer.publish(n,c,h),await this.client.core.history.resolve(o)},this.cleanup=async()=>{const r=[],n=[];this.client.session.getAll().forEach(i=>{ui(i.expiry)&&r.push(i.topic)}),this.client.proposal.getAll().forEach(i=>{ui(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.onRelayEventUnknownPayload=r=>{const{topic:n}=r,{message:i}=_e("MISSING_OR_INVALID",`Decoded payload on topic ${n} is not identifiable as a JSON-RPC request or a response.`);throw new Error(i)},this.onSessionProposeRequest=async(r,n)=>{const{params:i,id:o}=n;try{this.isValidConnect(an({},n.params));const c=$n(Re.FIVE_MINUTES),l=an({id:o,pairingTopic:r,expiry:c},i);await this.setProposal(o,l);const h=Os(JSON.stringify(n)),d=await this.getVerifyContext(h,l.proposer.metadata);this.client.events.emit("session_proposal",{id:o,params:l,verifyContext:d})}catch(c){await this.sendError(o,r,c),this.client.logger.error(c)}},this.onSessionProposeResponse=async(r,n)=>{const{id:i}=n;if(Vn(n)){const{result:o}=n;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",result:o});const c=this.client.proposal.get(i);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",proposal:c});const l=c.proposer.publicKey;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",selfPublicKey:l});const h=o.responderPublicKey;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",peerPublicKey:h});const d=await this.client.core.crypto.generateSharedKey(l,h);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",sessionTopic:d});const v=await this.client.core.relayer.subscribe(d);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",subscriptionId:v}),await this.client.core.pairing.activate({topic:r})}else En(n)&&(await this.client.proposal.delete(i,Yt("USER_DISCONNECTED")),this.events.emit(rr("session_connect"),{error:n.error}))},this.onSessionSettleRequest=async(r,n)=>{const{id:i,params:o}=n;try{this.isValidSessionSettleRequest(o);const{relay:c,controller:l,expiry:h,namespaces:d,requiredNamespaces:v,optionalNamespaces:x,sessionProperties:_,pairingTopic:O}=n.params,P=an({topic:r,relay:c,expiry:h,namespaces:d,acknowledged:!0,pairingTopic:O,requiredNamespaces:v,optionalNamespaces:x,controller:l.publicKey,self:{publicKey:"",metadata:this.client.metadata},peer:{publicKey:l.publicKey,metadata:l.metadata}},_&&{sessionProperties:_});await this.sendResult(n.id,r,!0),this.events.emit(rr("session_connect"),{session:P}),this.cleanupDuplicatePairings(P)}catch(c){await this.sendError(i,r,c),this.client.logger.error(c)}},this.onSessionSettleResponse=async(r,n)=>{const{id:i}=n;Vn(n)?(await this.client.session.update(r,{acknowledged:!0}),this.events.emit(rr("session_approve",i),{})):En(n)&&(await this.client.session.delete(r,Yt("USER_DISCONNECTED")),this.events.emit(rr("session_approve",i),{error:n.error}))},this.onSessionUpdateRequest=async(r,n)=>{const{params:i,id:o}=n;try{this.isValidUpdate(an({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(c){await this.sendError(o,r,c),this.client.logger.error(c)}},this.onSessionUpdateResponse=(r,n)=>{const{id:i}=n;Vn(n)?this.events.emit(rr("session_update",i),{}):En(n)&&this.events.emit(rr("session_update",i),{error:n.error})},this.onSessionExtendRequest=async(r,n)=>{const{id:i}=n;try{this.isValidExtend({topic:r}),await this.setExpiry(r,$n(sc)),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;Vn(n)?this.events.emit(rr("session_extend",i),{}):En(n)&&this.events.emit(rr("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(()=>{Vn(n)?this.events.emit(rr("session_ping",i),{}):En(n)&&this.events.emit(rr("session_ping",i),{error:n.error})},500)},this.onSessionDeleteRequest=async(r,n)=>{const{id:i}=n;try{this.isValidDisconnect({topic:r,reason:n.params}),await Promise.all([new Promise(o=>{this.client.core.relayer.once(kt.publish,async()=>{o(await this.deleteSession(r))})}),this.sendResult(i,r,!0)]),this.client.events.emit("session_delete",{id:i,topic:r})}catch(o){this.client.logger.error(o)}},this.onSessionRequest=async(r,n)=>{const{id:i,params:o}=n;try{this.isValidRequest(an({topic:r},o)),await this.setPendingSessionRequest({id:i,topic:r,params:o});const c=Os(JSON.stringify(n)),l=this.client.session.get(r),h=await this.getVerifyContext(c,l.peer.metadata);this.client.events.emit("session_request",{id:i,topic:r,params:o,verifyContext:h})}catch(c){await this.sendError(i,r,c),this.client.logger.error(c)}},this.onSessionRequestResponse=(r,n)=>{const{id:i}=n;Vn(n)?this.events.emit(rr("session_request",i),{result:n.result}):En(n)&&this.events.emit(rr("session_request",i),{error:n.error})},this.onSessionEventRequest=async(r,n)=>{const{id:i,params:o}=n;try{this.isValidEmit(an({topic:r},o)),this.client.events.emit("session_event",{id:i,topic:r,params:o})}catch(c){await this.sendError(i,r,c),this.client.logger.error(c)}},this.isValidConnect=async r=>{if(!zr(r)){const{message:h}=_e("MISSING_OR_INVALID",`connect() params: ${JSON.stringify(r)}`);throw new Error(h)}const{pairingTopic:n,requiredNamespaces:i,optionalNamespaces:o,sessionProperties:c,relays:l}=r;if(Pr(n)||await this.isValidPairingTopic(n),!Tb(l,!0)){const{message:h}=_e("MISSING_OR_INVALID",`connect() relays: ${l}`);throw new Error(h)}!Pr(i)&&Ds(i)!==0&&this.validateNamespaces(i,"requiredNamespaces"),!Pr(o)&&Ds(o)!==0&&this.validateNamespaces(o,"optionalNamespaces"),Pr(c)||this.validateSessionProps(c,"sessionProperties")},this.validateNamespaces=(r,n)=>{const i=Pb(r,"connect()",n);if(i)throw new Error(i.message)},this.isValidApprove=async r=>{if(!zr(r))throw new Error(_e("MISSING_OR_INVALID",`approve() params: ${r}`).message);const{id:n,namespaces:i,relayProtocol:o,sessionProperties:c}=r;await this.isValidProposalId(n);const l=this.client.proposal.get(n),h=Ya(i,"approve()");if(h)throw new Error(h.message);const d=k1(l.requiredNamespaces,i,"approve()");if(d)throw new Error(d.message);if(!gr(o,!0)){const{message:v}=_e("MISSING_OR_INVALID",`approve() relayProtocol: ${o}`);throw new Error(v)}Pr(c)||this.validateSessionProps(c,"sessionProperties")},this.isValidReject=async r=>{if(!zr(r)){const{message:o}=_e("MISSING_OR_INVALID",`reject() params: ${r}`);throw new Error(o)}const{id:n,reason:i}=r;if(await this.isValidProposalId(n),!Nb(i)){const{message:o}=_e("MISSING_OR_INVALID",`reject() reason: ${JSON.stringify(i)}`);throw new Error(o)}},this.isValidSessionSettleRequest=r=>{if(!zr(r)){const{message:d}=_e("MISSING_OR_INVALID",`onSessionSettleRequest() params: ${r}`);throw new Error(d)}const{relay:n,controller:i,namespaces:o,expiry:c}=r;if(!F1(n)){const{message:d}=_e("MISSING_OR_INVALID","onSessionSettleRequest() relay protocol should be a string");throw new Error(d)}const l=Ib(i,"onSessionSettleRequest()");if(l)throw new Error(l.message);const h=Ya(o,"onSessionSettleRequest()");if(h)throw new Error(h.message);if(ui(c)){const{message:d}=_e("EXPIRED","onSessionSettleRequest()");throw new Error(d)}},this.isValidUpdate=async r=>{if(!zr(r)){const{message:h}=_e("MISSING_OR_INVALID",`update() params: ${r}`);throw new Error(h)}const{topic:n,namespaces:i}=r;await this.isValidSessionTopic(n);const o=this.client.session.get(n),c=Ya(i,"update()");if(c)throw new Error(c.message);const l=k1(o.requiredNamespaces,i,"update()");if(l)throw new Error(l.message)},this.isValidExtend=async r=>{if(!zr(r)){const{message:i}=_e("MISSING_OR_INVALID",`extend() params: ${r}`);throw new Error(i)}const{topic:n}=r;await this.isValidSessionTopic(n)},this.isValidRequest=async r=>{if(!zr(r)){const{message:h}=_e("MISSING_OR_INVALID",`request() params: ${r}`);throw new Error(h)}const{topic:n,request:i,chainId:o,expiry:c}=r;await this.isValidSessionTopic(n);const{namespaces:l}=this.client.session.get(n);if(!B1(l,o)){const{message:h}=_e("MISSING_OR_INVALID",`request() chainId: ${o}`);throw new Error(h)}if(!Lb(i)){const{message:h}=_e("MISSING_OR_INVALID",`request() ${JSON.stringify(i)}`);throw new Error(h)}if(!jb(l,o,i.method)){const{message:h}=_e("MISSING_OR_INVALID",`request() method: ${i.method}`);throw new Error(h)}if(c&&!Hb(c,hh)){const{message:h}=_e("MISSING_OR_INVALID",`request() expiry: ${c}. Expiry must be a number (in seconds) between ${hh.min} and ${hh.max}`);throw new Error(h)}},this.isValidRespond=async r=>{if(!zr(r)){const{message:o}=_e("MISSING_OR_INVALID",`respond() params: ${r}`);throw new Error(o)}const{topic:n,response:i}=r;if(await this.isValidSessionTopic(n),!Mb(i)){const{message:o}=_e("MISSING_OR_INVALID",`respond() response: ${JSON.stringify(i)}`);throw new Error(o)}},this.isValidPing=async r=>{if(!zr(r)){const{message:i}=_e("MISSING_OR_INVALID",`ping() params: ${r}`);throw new Error(i)}const{topic:n}=r;await this.isValidSessionOrPairingTopic(n)},this.isValidEmit=async r=>{if(!zr(r)){const{message:l}=_e("MISSING_OR_INVALID",`emit() params: ${r}`);throw new Error(l)}const{topic:n,event:i,chainId:o}=r;await this.isValidSessionTopic(n);const{namespaces:c}=this.client.session.get(n);if(!B1(c,o)){const{message:l}=_e("MISSING_OR_INVALID",`emit() chainId: ${o}`);throw new Error(l)}if(!Ub(i)){const{message:l}=_e("MISSING_OR_INVALID",`emit() event: ${JSON.stringify(i)}`);throw new Error(l)}if(!Fb(c,o,i.name)){const{message:l}=_e("MISSING_OR_INVALID",`emit() event: ${JSON.stringify(i)}`);throw new Error(l)}},this.isValidDisconnect=async r=>{if(!zr(r)){const{message:i}=_e("MISSING_OR_INVALID",`disconnect() params: ${r}`);throw new Error(i)}const{topic:n}=r;await this.isValidSessionOrPairingTopic(n)},this.getVerifyContext=async(r,n)=>{const i={verified:{verifyUrl:n.verifyUrl||"",validation:"UNKNOWN",origin:n.url||""}};try{const o=await this.client.core.verify.resolve({attestationId:r,verifyUrl:n.verifyUrl});o&&(i.verified.origin=o,i.verified.validation=o===n.url?"VALID":"INVALID")}catch(o){this.client.logger.error(o)}return this.client.logger.info(`Verify context: ${JSON.stringify(i)}`),i},this.validateSessionProps=(r,n)=>{Object.values(r).forEach(i=>{if(!gr(i,!1)){const{message:o}=_e("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}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}registerRelayerEvents(){this.client.core.relayer.on(kt.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);eh(i)?(this.client.core.history.set(r,i),this.onRelayEventRequest({topic:r,payload:i})):rc(i)?(await this.client.core.history.resolve(i),this.onRelayEventResponse({topic:r,payload:i})):this.onRelayEventUnknownPayload({topic:r,payload:i})})}registerExpirerEvents(){this.client.core.expirer.on(on.expired,async e=>{const{topic:r,id:n}=R1(e.target);if(n&&this.client.pendingRequest.keys.includes(n))return await this.deletePendingSessionRequest(n,_e("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(!gr(e,!1)){const{message:r}=_e("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}=_e("NO_MATCHING_KEY",`pairing topic doesn't exist: ${e}`);throw new Error(r)}if(ui(this.client.core.pairing.pairings.get(e).expiry)){const{message:r}=_e("EXPIRED",`pairing topic: ${e}`);throw new Error(r)}}async isValidSessionTopic(e){if(!gr(e,!1)){const{message:r}=_e("MISSING_OR_INVALID",`session topic should be a string: ${e}`);throw new Error(r)}if(!this.client.session.keys.includes(e)){const{message:r}=_e("NO_MATCHING_KEY",`session topic doesn't exist: ${e}`);throw new Error(r)}if(ui(this.client.session.get(e).expiry)){await this.deleteSession(e);const{message:r}=_e("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(gr(e,!1)){const{message:r}=_e("NO_MATCHING_KEY",`session or pairing topic doesn't exist: ${e}`);throw new Error(r)}else{const{message:r}=_e("MISSING_OR_INVALID",`session or pairing topic should be a string: ${e}`);throw new Error(r)}}async isValidProposalId(e){if(!Rb(e)){const{message:r}=_e("MISSING_OR_INVALID",`proposal id should be a number: ${e}`);throw new Error(r)}if(!this.client.proposal.keys.includes(e)){const{message:r}=_e("NO_MATCHING_KEY",`proposal id doesn't exist: ${e}`);throw new Error(r)}if(ui(this.client.proposal.get(e).expiry)){await this.deleteProposal(e);const{message:r}=_e("EXPIRED",`proposal id: ${e}`);throw new Error(r)}}}class d7 extends ic{constructor(e,r){super(e,r,r7,lh),this.core=e,this.logger=r}}class p7 extends ic{constructor(e,r){super(e,r,n7,lh),this.core=e,this.logger=r}}class g7 extends ic{constructor(e,r){super(e,r,s7,lh,n=>n.id),this.core=e,this.logger=r}}class dh extends E4{constructor(e){super(e),this.protocol=hg,this.version=fg,this.name=uh.name,this.events=new br.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||uh.name,this.metadata=e?.metadata||Y5();const r=typeof e?.logger<"u"&&typeof e?.logger!="string"?e.logger:pt.pino(pt.getDefaultLoggerOptions({level:e?.logger||uh.logger}));this.core=e?.core||new e7(e),this.logger=pt.generateChildLogger(r,this.name),this.session=new p7(this.core,this.logger),this.proposal=new d7(this.core,this.logger),this.pendingRequest=new g7(this.core,this.logger),this.engine=new f7(this)}static async init(e){const r=new dh(e);return await r.initialize(),r}get context(){return pt.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.core.verify.init({verifyUrl:this.metadata.verifyUrl}),this.logger.info("SignClient Initialization Success")}catch(e){throw this.logger.info("SignClient Initialization Failure"),this.logger.error(e.message),e}}}var ph={exports:{}};(function(t,e){var r=typeof self<"u"?self:pr,n=function(){function o(){this.fetch=!1,this.DOMException=r.DOMException}return o.prototype=r,new o}();(function(o){(function(c){var l={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 h(A){return A&&DataView.prototype.isPrototypeOf(A)}if(l.arrayBuffer)var d=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],v=ArrayBuffer.isView||function(A){return A&&d.indexOf(Object.prototype.toString.call(A))>-1};function x(A){if(typeof A!="string"&&(A=String(A)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(A))throw new TypeError("Invalid character in header field name");return A.toLowerCase()}function _(A){return typeof A!="string"&&(A=String(A)),A}function O(A){var j={next:function(){var ce=A.shift();return{done:ce===void 0,value:ce}}};return l.iterable&&(j[Symbol.iterator]=function(){return j}),j}function P(A){this.map={},A instanceof P?A.forEach(function(j,ce){this.append(ce,j)},this):Array.isArray(A)?A.forEach(function(j){this.append(j[0],j[1])},this):A&&Object.getOwnPropertyNames(A).forEach(function(j){this.append(j,A[j])},this)}P.prototype.append=function(A,j){A=x(A),j=_(j);var ce=this.map[A];this.map[A]=ce?ce+", "+j:j},P.prototype.delete=function(A){delete this.map[x(A)]},P.prototype.get=function(A){return A=x(A),this.has(A)?this.map[A]:null},P.prototype.has=function(A){return this.map.hasOwnProperty(x(A))},P.prototype.set=function(A,j){this.map[x(A)]=_(j)},P.prototype.forEach=function(A,j){for(var ce in this.map)this.map.hasOwnProperty(ce)&&A.call(j,this.map[ce],ce,this)},P.prototype.keys=function(){var A=[];return this.forEach(function(j,ce){A.push(ce)}),O(A)},P.prototype.values=function(){var A=[];return this.forEach(function(j){A.push(j)}),O(A)},P.prototype.entries=function(){var A=[];return this.forEach(function(j,ce){A.push([ce,j])}),O(A)},l.iterable&&(P.prototype[Symbol.iterator]=P.prototype.entries);function U(A){if(A.bodyUsed)return Promise.reject(new TypeError("Already read"));A.bodyUsed=!0}function H(A){return new Promise(function(j,ce){A.onload=function(){j(A.result)},A.onerror=function(){ce(A.error)}})}function G(A){var j=new FileReader,ce=H(j);return j.readAsArrayBuffer(A),ce}function N(A){var j=new FileReader,ce=H(j);return j.readAsText(A),ce}function L(A){for(var j=new Uint8Array(A),ce=new Array(j.length),le=0;le<j.length;le++)ce[le]=String.fromCharCode(j[le]);return ce.join("")}function $(A){if(A.slice)return A.slice(0);var j=new Uint8Array(A.byteLength);return j.set(new Uint8Array(A)),j.buffer}function T(){return this.bodyUsed=!1,this._initBody=function(A){this._bodyInit=A,A?typeof A=="string"?this._bodyText=A:l.blob&&Blob.prototype.isPrototypeOf(A)?this._bodyBlob=A:l.formData&&FormData.prototype.isPrototypeOf(A)?this._bodyFormData=A:l.searchParams&&URLSearchParams.prototype.isPrototypeOf(A)?this._bodyText=A.toString():l.arrayBuffer&&l.blob&&h(A)?(this._bodyArrayBuffer=$(A.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):l.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(A)||v(A))?this._bodyArrayBuffer=$(A):this._bodyText=A=Object.prototype.toString.call(A):this._bodyText="",this.headers.get("content-type")||(typeof A=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):l.searchParams&&URLSearchParams.prototype.isPrototypeOf(A)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},l.blob&&(this.blob=function(){var A=U(this);if(A)return A;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?U(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(G)}),this.text=function(){var A=U(this);if(A)return A;if(this._bodyBlob)return N(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(L(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},l.formData&&(this.formData=function(){return this.text().then(J)}),this.json=function(){return this.text().then(JSON.parse)},this}var I=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function f(A){var j=A.toUpperCase();return I.indexOf(j)>-1?j:A}function E(A,j){j=j||{};var ce=j.body;if(A instanceof E){if(A.bodyUsed)throw new TypeError("Already read");this.url=A.url,this.credentials=A.credentials,j.headers||(this.headers=new P(A.headers)),this.method=A.method,this.mode=A.mode,this.signal=A.signal,!ce&&A._bodyInit!=null&&(ce=A._bodyInit,A.bodyUsed=!0)}else this.url=String(A);if(this.credentials=j.credentials||this.credentials||"same-origin",(j.headers||!this.headers)&&(this.headers=new P(j.headers)),this.method=f(j.method||this.method||"GET"),this.mode=j.mode||this.mode||null,this.signal=j.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&ce)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(ce)}E.prototype.clone=function(){return new E(this,{body:this._bodyInit})};function J(A){var j=new FormData;return A.trim().split("&").forEach(function(ce){if(ce){var le=ce.split("="),re=le.shift().replace(/\+/g," "),ne=le.join("=").replace(/\+/g," ");j.append(decodeURIComponent(re),decodeURIComponent(ne))}}),j}function z(A){var j=new P,ce=A.replace(/\r?\n[\t ]+/g," ");return ce.split(/\r?\n/).forEach(function(le){var re=le.split(":"),ne=re.shift().trim();if(ne){var ae=re.join(":").trim();j.append(ne,ae)}}),j}T.call(E.prototype);function ee(A,j){j||(j={}),this.type="default",this.status=j.status===void 0?200:j.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in j?j.statusText:"OK",this.headers=new P(j.headers),this.url=j.url||"",this._initBody(A)}T.call(ee.prototype),ee.prototype.clone=function(){return new ee(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new P(this.headers),url:this.url})},ee.error=function(){var A=new ee(null,{status:0,statusText:""});return A.type="error",A};var de=[301,302,303,307,308];ee.redirect=function(A,j){if(de.indexOf(j)===-1)throw new RangeError("Invalid status code");return new ee(null,{status:j,headers:{location:A}})},c.DOMException=o.DOMException;try{new c.DOMException}catch{c.DOMException=function(j,ce){this.message=j,this.name=ce;var le=Error(j);this.stack=le.stack},c.DOMException.prototype=Object.create(Error.prototype),c.DOMException.prototype.constructor=c.DOMException}function me(A,j){return new Promise(function(ce,le){var re=new E(A,j);if(re.signal&&re.signal.aborted)return le(new c.DOMException("Aborted","AbortError"));var ne=new XMLHttpRequest;function ae(){ne.abort()}ne.onload=function(){var ie={status:ne.status,statusText:ne.statusText,headers:z(ne.getAllResponseHeaders()||"")};ie.url="responseURL"in ne?ne.responseURL:ie.headers.get("X-Request-URL");var Se="response"in ne?ne.response:ne.responseText;ce(new ee(Se,ie))},ne.onerror=function(){le(new TypeError("Network request failed"))},ne.ontimeout=function(){le(new TypeError("Network request failed"))},ne.onabort=function(){le(new c.DOMException("Aborted","AbortError"))},ne.open(re.method,re.url,!0),re.credentials==="include"?ne.withCredentials=!0:re.credentials==="omit"&&(ne.withCredentials=!1),"responseType"in ne&&l.blob&&(ne.responseType="blob"),re.headers.forEach(function(ie,Se){ne.setRequestHeader(Se,ie)}),re.signal&&(re.signal.addEventListener("abort",ae),ne.onreadystatechange=function(){ne.readyState===4&&re.signal.removeEventListener("abort",ae)}),ne.send(typeof re._bodyInit>"u"?null:re._bodyInit)})}return me.polyfill=!0,o.fetch||(o.fetch=me,o.Headers=P,o.Request=E,o.Response=ee),c.Headers=P,c.Request=E,c.Response=ee,c.fetch=me,Object.defineProperty(c,"__esModule",{value:!0}),c})({})})(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})(ph,ph.exports);var wg=dw(ph.exports);const vg={headers:{Accept:"application/json","Content-Type":"application/json"},method:"POST"},yg=10;class Vi{constructor(e,r=!1){if(this.url=e,this.disableProviderPing=r,this.events=new br.exports.EventEmitter,this.isAvailable=!1,this.registering=!1,!Ap(e))throw new Error(`Provided URL is not compatible with HTTP connection: ${e}`);this.url=e,this.disableProviderPing=r}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=Mo(e),o=await(await wg(this.url,Object.assign(Object.assign({},vg),{body:n}))).json();this.onPayload({data:o})}catch(n){this.onError(e.id,n)}}async register(e=this.url){if(!Ap(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{if(!this.disableProviderPing){const r=Mo({id:1,jsonrpc:"2.0",method:"test",params:[]});await wg(e,Object.assign(Object.assign({},vg),{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"?Vu(e.data):e.data;this.events.emit("payload",r)}onError(e,r){const n=this.parseError(r),i=n.message||n.toString(),o=tc(e,i);this.events.emit("payload",o)}parseError(e,r=this.url){return bp(e,r,"HTTP")}resetMaxListeners(){this.events.getMaxListeners()>yg&&this.events.setMaxListeners(yg)}}const bg="error",m7="wss://relay.walletconnect.com",w7="wc",v7="universal_provider",_g=`${w7}@2:${v7}:`,y7="https://rpc.walletconnect.com/v1",di={DEFAULT_CHAIN_CHANGED:"default_chain_changed"};var Wo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},gh={exports:{}};/**
|
|
72
|
+
***************************************************************************** */var Gu=function(t,e){return Gu=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])},Gu(t,e)};function W4(t,e){Gu(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var Zu=function(){return Zu=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},Zu.apply(this,arguments)};function q4(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 V4(t,e,r,n){var i=arguments.length,o=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(c=t[l])&&(o=(i<3?c(o):i>3?c(e,r,o):c(e,r))||o);return i>3&&o&&Object.defineProperty(e,r,o),o}function K4(t,e){return function(r,n){e(r,n,t)}}function G4(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function Z4(t,e,r,n){function i(o){return o instanceof r?o:new r(function(c){c(o)})}return new(r||(r=Promise))(function(o,c){function l(v){try{d(n.next(v))}catch(x){c(x)}}function h(v){try{d(n.throw(v))}catch(x){c(x)}}function d(v){v.done?o(v.value):i(v.value).then(l,h)}d((n=n.apply(t,e||[])).next())})}function Y4(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,c;return c={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function l(d){return function(v){return h([d,v])}}function h(d){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=d[0]&2?i.return:d[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,d[1])).done)return o;switch(i=0,o&&(d=[d[0]&2,o.value]),d[0]){case 0:case 1:o=d;break;case 4:return r.label++,{value:d[1],done:!1};case 5:r.label++,i=d[1],d=[0];continue;case 7:d=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(d[0]===6||d[0]===2)){r=0;continue}if(d[0]===3&&(!o||d[1]>o[0]&&d[1]<o[3])){r.label=d[1];break}if(d[0]===6&&r.label<o[1]){r.label=o[1],o=d;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(d);break}o[2]&&r.ops.pop(),r.trys.pop();continue}d=e.call(t,r)}catch(v){d=[6,v],i=0}finally{n=o=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}function J4(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}function X4(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function Yu(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 _p(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],c;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(l){c={error:l}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(c)throw c.error}}return o}function Q4(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(_p(arguments[e]));return t}function e_(){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],c=0,l=o.length;c<l;c++,i++)n[i]=o[c];return n}function Uo(t){return this instanceof Uo?(this.v=t,this):new Uo(t)}function t_(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,o=[];return i={},c("next"),c("throw"),c("return"),i[Symbol.asyncIterator]=function(){return this},i;function c(_){n[_]&&(i[_]=function(O){return new Promise(function(P,U){o.push([_,O,P,U])>1||l(_,O)})})}function l(_,O){try{h(n[_](O))}catch(P){x(o[0][3],P)}}function h(_){_.value instanceof Uo?Promise.resolve(_.value.v).then(d,v):x(o[0][2],_)}function d(_){l("next",_)}function v(_){l("throw",_)}function x(_,O){_(O),o.shift(),o.length&&l(o[0][0],o[0][1])}}function r_(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(c){return(r=!r)?{value:Uo(t[i](c)),done:i==="return"}:o?o(c):c}:o}}function n_(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 Yu=="function"?Yu(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(c){return new Promise(function(l,h){c=t[o](c),i(l,h,c.done,c.value)})}}function i(o,c,l,h){Promise.resolve(h).then(function(d){o({value:d,done:l})},c)}}function i_(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function s_(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 o_(t){return t&&t.__esModule?t:{default:t}}function a_(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function c_(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 l_=Object.freeze({__proto__:null,__extends:W4,get __assign(){return Zu},__rest:q4,__decorate:V4,__param:K4,__metadata:G4,__awaiter:Z4,__generator:Y4,__createBinding:J4,__exportStar:X4,__values:Yu,__read:_p,__spread:Q4,__spreadArrays:e_,__await:Uo,__asyncGenerator:t_,__asyncDelegator:r_,__asyncValues:n_,__makeTemplateObject:i_,__importStar:s_,__importDefault:o_,__classPrivateFieldGet:a_,__classPrivateFieldSet:c_}),u_=Li(l_),zn={},Ep;function h_(){if(Ep)return zn;Ep=1,Object.defineProperty(zn,"__esModule",{value:!0}),zn.isBrowserCryptoAvailable=zn.getSubtleCrypto=zn.getBrowerCrypto=void 0;function t(){return pr?.crypto||pr?.msCrypto||{}}zn.getBrowerCrypto=t;function e(){const n=t();return n.subtle||n.webkitSubtle}zn.getSubtleCrypto=e;function r(){return!!t()&&!!e()}return zn.isBrowserCryptoAvailable=r,zn}var Wn={},xp;function f_(){if(xp)return Wn;xp=1,Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.isBrowser=Wn.isNode=Wn.isReactNative=void 0;function t(){return typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"}Wn.isReactNative=t;function e(){return typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.node<"u"}Wn.isNode=e;function r(){return!t()&&!e()}return Wn.isBrowser=r,Wn}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=u_;e.__exportStar(h_(),t),e.__exportStar(f_(),t)})(bp);function Cp(t=3){const e=Date.now()*Math.pow(10,t),r=Math.floor(Math.random()*Math.pow(10,t));return e+r}function Ju(t=6){return BigInt(Cp(t))}function Qa(t,e,r){return{id:r||Cp(),jsonrpc:"2.0",method:t,params:e}}function Xu(t,e){return{id:t,jsonrpc:"2.0",result:e}}function ec(t,e,r){return{id:t,jsonrpc:"2.0",error:d_(e,r)}}function d_(t,e){return typeof t>"u"?vp(mp):(typeof t=="string"&&(t=Object.assign(Object.assign({},vp(Ku)),{message:t})),typeof e<"u"&&(t.data=e),H4(t.code)&&(t=z4(t.code)),t)}class p_{}class g_ extends p_{constructor(){super()}}class m_ extends g_{constructor(e){super()}}const w_="^https?:",v_="^wss?:";function y_(t){const e=t.match(new RegExp(/^\w+:/,"gi"));if(!(!e||!e.length))return e[0]}function Ip(t,e){const r=y_(t);return typeof r>"u"?!1:new RegExp(e).test(r)}function Op(t){return Ip(t,w_)}function Sp(t){return Ip(t,v_)}function b_(t){return new RegExp("wss?://localhost(:d{2,5})?").test(t)}function Dp(t){return typeof t=="object"&&"id"in t&&"jsonrpc"in t&&t.jsonrpc==="2.0"}function Qu(t){return Dp(t)&&"method"in t}function tc(t){return Dp(t)&&(qn(t)||_n(t))}function qn(t){return"result"in t}function _n(t){return"error"in t}class ui extends m_{constructor(e){super(e),this.events=new br.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(Qa(e.method,e.params||[],e.id||Ju().toString()),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=>{_n(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),tc(e)?this.events.emit(`${e.id}`,e):this.events.emit("message",{type:e.method,data:e.params})}onClose(e){e&&e.code===3e3&&this.events.emit("error",new Error(`WebSocket connection closed abnormally with code: ${e.code} ${e.reason?`(${e.reason})`:""}`)),this.events.emit("disconnect")}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",e=>this.onClose(e)),this.connection.on("error",e=>this.events.emit("error",e)),this.connection.on("register_error",e=>this.onClose()),this.hasRegisteredEventListeners=!0)}}const Ap=10,__=()=>typeof global<"u"&&typeof global.WebSocket<"u"?global.WebSocket:typeof window<"u"&&typeof window.WebSocket<"u"?window.WebSocket:require("ws"),E_=()=>typeof window<"u",x_=__();class C_{constructor(e){if(this.url=e,this.events=new br.exports.EventEmitter,this.registering=!1,!Sp(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=n=>{this.onClose(n),e()},this.socket.close()})}async send(e,r){typeof this.socket>"u"&&(this.socket=await this.register());try{this.socket.send(Lo(e))}catch(n){this.onError(e.id,n)}}register(e=this.url){if(!Sp(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=bp.isReactNative()?void 0:{rejectUnauthorized:!b_(e)},o=new x_(e,[],i);E_()?o.onerror=c=>{const l=c;n(this.emitError(l.error))}:o.on("error",c=>{n(this.emitError(c))}),o.onopen=()=>{this.onOpen(o),r(o)}})}onOpen(e){e.onmessage=r=>this.onPayload(r),e.onclose=r=>this.onClose(r),this.socket=e,this.registering=!1,this.events.emit("open")}onClose(e){this.socket=void 0,this.registering=!1,this.events.emit("close",e)}onPayload(e){if(typeof e.data>"u")return;const r=typeof e.data=="string"?qu(e.data):e.data;this.events.emit("payload",r)}onError(e,r){const n=this.parseError(r),i=n.message||n.toString(),o=ec(e,i);this.events.emit("payload",o)}parseError(e,r=this.url){return yp(e,r,"WS")}resetMaxListeners(){this.events.getMaxListeners()>Ap&&this.events.setMaxListeners(Ap)}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 eh={exports:{}};(function(t,e){var r=200,n="__lodash_hash_undefined__",i=1,o=2,c=9007199254740991,l="[object Arguments]",h="[object Array]",d="[object AsyncFunction]",v="[object Boolean]",x="[object Date]",_="[object Error]",O="[object Function]",P="[object GeneratorFunction]",U="[object Map]",H="[object Number]",G="[object Null]",R="[object Object]",L="[object Promise]",$="[object Proxy]",T="[object RegExp]",I="[object Set]",f="[object String]",E="[object Symbol]",J="[object Undefined]",z="[object WeakMap]",ee="[object ArrayBuffer]",de="[object DataView]",me="[object Float32Array]",S="[object Float64Array]",j="[object Int8Array]",ce="[object Int16Array]",le="[object Int32Array]",re="[object Uint8Array]",ne="[object Uint8ClampedArray]",ae="[object Uint16Array]",ie="[object Uint32Array]",De=/[\\^$.*+?()[\]{}|]/g,ge=/^\[object .+?Constructor\]$/,Be=/^(?:0|[1-9]\d*)$/,ye={};ye[me]=ye[S]=ye[j]=ye[ce]=ye[le]=ye[re]=ye[ne]=ye[ae]=ye[ie]=!0,ye[l]=ye[h]=ye[ee]=ye[v]=ye[de]=ye[x]=ye[_]=ye[O]=ye[U]=ye[H]=ye[R]=ye[T]=ye[I]=ye[f]=ye[z]=!1;var Me=typeof pr=="object"&&pr&&pr.Object===Object&&pr,X=typeof self=="object"&&self&&self.Object===Object&&self,Y=Me||X||Function("return this")(),W=e&&!e.nodeType&&e,w=W&&!0&&t&&!t.nodeType&&t,F=w&&w.exports===W,we=F&&Me.process,ve=function(){try{return we&&we.binding&&we.binding("util")}catch{}}(),Ue=ve&&ve.isTypedArray;function nt(N,q){for(var fe=-1,Ce=N==null?0:N.length,It=0,Xe=[];++fe<Ce;){var Tt=N[fe];q(Tt,fe,N)&&(Xe[It++]=Tt)}return Xe}function at(N,q){for(var fe=-1,Ce=q.length,It=N.length;++fe<Ce;)N[It+fe]=q[fe];return N}function Ge(N,q){for(var fe=-1,Ce=N==null?0:N.length;++fe<Ce;)if(q(N[fe],fe,N))return!0;return!1}function At(N,q){for(var fe=-1,Ce=Array(N);++fe<N;)Ce[fe]=q(fe);return Ce}function $t(N){return function(q){return N(q)}}function Je(N,q){return N.has(q)}function He(N,q){return N?.[q]}function ke(N){var q=-1,fe=Array(N.size);return N.forEach(function(Ce,It){fe[++q]=[It,Ce]}),fe}function Ke(N,q){return function(fe){return N(q(fe))}}function rt(N){var q=-1,fe=Array(N.size);return N.forEach(function(Ce){fe[++q]=Ce}),fe}var je=Array.prototype,Ze=Function.prototype,b=Object.prototype,p=Y["__core-js_shared__"],m=Ze.toString,A=b.hasOwnProperty,B=function(){var N=/[^.]+$/.exec(p&&p.keys&&p.keys.IE_PROTO||"");return N?"Symbol(src)_1."+N:""}(),K=b.toString,Q=RegExp("^"+m.call(A).replace(De,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ee=F?Y.Buffer:void 0,Te=Y.Symbol,st=Y.Uint8Array,ht=b.propertyIsEnumerable,lt=je.splice,Mr=Te?Te.toStringTag:void 0,Yn=Object.getOwnPropertySymbols,Ci=Ee?Ee.isBuffer:void 0,as=Ke(Object.keys,Object),zt=Xr(Y,"DataView"),Lt=Xr(Y,"Map"),Wt=Xr(Y,"Promise"),qt=Xr(Y,"Set"),Ft=Xr(Y,"WeakMap"),Mt=Xr(Object,"create"),ir=Xn(zt),sr=Xn(Lt),Vt=Xn(Wt),or=Xn(qt),Kt=Xn(Ft),Xt=Te?Te.prototype:void 0,Gt=Xt?Xt.valueOf:void 0;function Pt(N){var q=-1,fe=N==null?0:N.length;for(this.clear();++q<fe;){var Ce=N[q];this.set(Ce[0],Ce[1])}}function ar(){this.__data__=Mt?Mt(null):{},this.size=0}function cr(N){var q=this.has(N)&&delete this.__data__[N];return this.size-=q?1:0,q}function jf(N){var q=this.__data__;if(Mt){var fe=q[N];return fe===n?void 0:fe}return A.call(q,N)?q[N]:void 0}function Ff(N){var q=this.__data__;return Mt?q[N]!==void 0:A.call(q,N)}function Bf(N,q){var fe=this.__data__;return this.size+=this.has(N)?0:1,fe[N]=Mt&&q===void 0?n:q,this}Pt.prototype.clear=ar,Pt.prototype.delete=cr,Pt.prototype.get=jf,Pt.prototype.has=Ff,Pt.prototype.set=Bf;function hn(N){var q=-1,fe=N==null?0:N.length;for(this.clear();++q<fe;){var Ce=N[q];this.set(Ce[0],Ce[1])}}function kf(){this.__data__=[],this.size=0}function Hf(N){var q=this.__data__,fe=cs(q,N);if(fe<0)return!1;var Ce=q.length-1;return fe==Ce?q.pop():lt.call(q,fe,1),--this.size,!0}function zf(N){var q=this.__data__,fe=cs(q,N);return fe<0?void 0:q[fe][1]}function Wf(N){return cs(this.__data__,N)>-1}function qf(N,q){var fe=this.__data__,Ce=cs(fe,N);return Ce<0?(++this.size,fe.push([N,q])):fe[Ce][1]=q,this}hn.prototype.clear=kf,hn.prototype.delete=Hf,hn.prototype.get=zf,hn.prototype.has=Wf,hn.prototype.set=qf;function Jn(N){var q=-1,fe=N==null?0:N.length;for(this.clear();++q<fe;){var Ce=N[q];this.set(Ce[0],Ce[1])}}function Js(){this.size=0,this.__data__={hash:new Pt,map:new(Lt||hn),string:new Pt}}function Vf(N){var q=Ii(this,N).delete(N);return this.size-=q?1:0,q}function Xs(N){return Ii(this,N).get(N)}function Kf(N){return Ii(this,N).has(N)}function Gf(N,q){var fe=Ii(this,N),Ce=fe.size;return fe.set(N,q),this.size+=fe.size==Ce?0:1,this}Jn.prototype.clear=Js,Jn.prototype.delete=Vf,Jn.prototype.get=Xs,Jn.prototype.has=Kf,Jn.prototype.set=Gf;function Qs(N){var q=-1,fe=N==null?0:N.length;for(this.__data__=new Jn;++q<fe;)this.add(N[q])}function Kc(N){return this.__data__.set(N,n),this}function Gc(N){return this.__data__.has(N)}Qs.prototype.add=Qs.prototype.push=Kc,Qs.prototype.has=Gc;function En(N){var q=this.__data__=new hn(N);this.size=q.size}function Zf(){this.__data__=new hn,this.size=0}function Yf(N){var q=this.__data__,fe=q.delete(N);return this.size=q.size,fe}function Jf(N){return this.__data__.get(N)}function Xf(N){return this.__data__.has(N)}function Zc(N,q){var fe=this.__data__;if(fe instanceof hn){var Ce=fe.__data__;if(!Lt||Ce.length<r-1)return Ce.push([N,q]),this.size=++fe.size,this;fe=this.__data__=new Jn(Ce)}return fe.set(N,q),this.size=fe.size,this}En.prototype.clear=Zf,En.prototype.delete=Yf,En.prototype.get=Jf,En.prototype.has=Xf,En.prototype.set=Zc;function Yc(N,q){var fe=ro(N),Ce=!fe&&cl(N),It=!fe&&!Ce&&wa(N),Xe=!fe&&!Ce&&!It&&hl(N),Tt=fe||Ce||It||Xe,lr=Tt?At(N.length,String):[],mt=lr.length;for(var Ot in N)(q||A.call(N,Ot))&&!(Tt&&(Ot=="length"||It&&(Ot=="offset"||Ot=="parent")||Xe&&(Ot=="buffer"||Ot=="byteLength"||Ot=="byteOffset")||nl(Ot,mt)))&&lr.push(Ot);return lr}function cs(N,q){for(var fe=N.length;fe--;)if(al(N[fe][0],q))return fe;return-1}function ga(N,q,fe){var Ce=q(N);return ro(N)?Ce:at(Ce,fe(N))}function ls(N){return N==null?N===void 0?J:G:Mr&&Mr in Object(N)?tl(N):t0(N)}function ma(N){return hs(N)&&ls(N)==l}function us(N,q,fe,Ce,It){return N===q?!0:N==null||q==null||!hs(N)&&!hs(q)?N!==N&&q!==q:Jc(N,q,fe,Ce,us,It)}function Jc(N,q,fe,Ce,It,Xe){var Tt=ro(N),lr=ro(q),mt=Tt?h:Un(N),Ot=lr?h:Un(q);mt=mt==l?R:mt,Ot=Ot==l?R:Ot;var Qt=mt==R,Wr=Ot==R,ur=mt==Ot;if(ur&&wa(N)){if(!wa(q))return!1;Tt=!0,Qt=!1}if(ur&&!Qt)return Xe||(Xe=new En),Tt||hl(N)?eo(N,q,fe,Ce,It,Xe):e0(N,q,mt,fe,Ce,It,Xe);if(!(fe&i)){var Nt=Qt&&A.call(N,"__wrapped__"),Ur=Wr&&A.call(q,"__wrapped__");if(Nt||Ur){var xn=Nt?N.value():N,fn=Ur?q.value():q;return Xe||(Xe=new En),It(xn,fn,fe,Ce,Xe)}}return ur?(Xe||(Xe=new En),el(N,q,fe,Ce,It,Xe)):!1}function Qf(N){if(!ul(N)||sl(N))return!1;var q=no(N)?Q:ge;return q.test(Xn(N))}function Xc(N){return hs(N)&&ll(N.length)&&!!ye[ls(N)]}function Qc(N){if(!ol(N))return as(N);var q=[];for(var fe in Object(N))A.call(N,fe)&&fe!="constructor"&&q.push(fe);return q}function eo(N,q,fe,Ce,It,Xe){var Tt=fe&i,lr=N.length,mt=q.length;if(lr!=mt&&!(Tt&&mt>lr))return!1;var Ot=Xe.get(N);if(Ot&&Xe.get(q))return Ot==q;var Qt=-1,Wr=!0,ur=fe&o?new Qs:void 0;for(Xe.set(N,q),Xe.set(q,N);++Qt<lr;){var Nt=N[Qt],Ur=q[Qt];if(Ce)var xn=Tt?Ce(Ur,Nt,Qt,q,N,Xe):Ce(Nt,Ur,Qt,N,q,Xe);if(xn!==void 0){if(xn)continue;Wr=!1;break}if(ur){if(!Ge(q,function(fn,jn){if(!Je(ur,jn)&&(Nt===fn||It(Nt,fn,fe,Ce,Xe)))return ur.push(jn)})){Wr=!1;break}}else if(!(Nt===Ur||It(Nt,Ur,fe,Ce,Xe))){Wr=!1;break}}return Xe.delete(N),Xe.delete(q),Wr}function e0(N,q,fe,Ce,It,Xe,Tt){switch(fe){case de:if(N.byteLength!=q.byteLength||N.byteOffset!=q.byteOffset)return!1;N=N.buffer,q=q.buffer;case ee:return!(N.byteLength!=q.byteLength||!Xe(new st(N),new st(q)));case v:case x:case H:return al(+N,+q);case _:return N.name==q.name&&N.message==q.message;case T:case f:return N==q+"";case U:var lr=ke;case I:var mt=Ce&i;if(lr||(lr=rt),N.size!=q.size&&!mt)return!1;var Ot=Tt.get(N);if(Ot)return Ot==q;Ce|=o,Tt.set(N,q);var Qt=eo(lr(N),lr(q),Ce,It,Xe,Tt);return Tt.delete(N),Qt;case E:if(Gt)return Gt.call(N)==Gt.call(q)}return!1}function el(N,q,fe,Ce,It,Xe){var Tt=fe&i,lr=to(N),mt=lr.length,Ot=to(q),Qt=Ot.length;if(mt!=Qt&&!Tt)return!1;for(var Wr=mt;Wr--;){var ur=lr[Wr];if(!(Tt?ur in q:A.call(q,ur)))return!1}var Nt=Xe.get(N);if(Nt&&Xe.get(q))return Nt==q;var Ur=!0;Xe.set(N,q),Xe.set(q,N);for(var xn=Tt;++Wr<mt;){ur=lr[Wr];var fn=N[ur],jn=q[ur];if(Ce)var va=Tt?Ce(jn,fn,ur,q,N,Xe):Ce(fn,jn,ur,N,q,Xe);if(!(va===void 0?fn===jn||It(fn,jn,fe,Ce,Xe):va)){Ur=!1;break}xn||(xn=ur=="constructor")}if(Ur&&!xn){var fs=N.constructor,vr=q.constructor;fs!=vr&&"constructor"in N&&"constructor"in q&&!(typeof fs=="function"&&fs instanceof fs&&typeof vr=="function"&&vr instanceof vr)&&(Ur=!1)}return Xe.delete(N),Xe.delete(q),Ur}function to(N){return ga(N,i0,rl)}function Ii(N,q){var fe=N.__data__;return il(q)?fe[typeof q=="string"?"string":"hash"]:fe.map}function Xr(N,q){var fe=He(N,q);return Qf(fe)?fe:void 0}function tl(N){var q=A.call(N,Mr),fe=N[Mr];try{N[Mr]=void 0;var Ce=!0}catch{}var It=K.call(N);return Ce&&(q?N[Mr]=fe:delete N[Mr]),It}var rl=Yn?function(N){return N==null?[]:(N=Object(N),nt(Yn(N),function(q){return ht.call(N,q)}))}:Ct,Un=ls;(zt&&Un(new zt(new ArrayBuffer(1)))!=de||Lt&&Un(new Lt)!=U||Wt&&Un(Wt.resolve())!=L||qt&&Un(new qt)!=I||Ft&&Un(new Ft)!=z)&&(Un=function(N){var q=ls(N),fe=q==R?N.constructor:void 0,Ce=fe?Xn(fe):"";if(Ce)switch(Ce){case ir:return de;case sr:return U;case Vt:return L;case or:return I;case Kt:return z}return q});function nl(N,q){return q=q??c,!!q&&(typeof N=="number"||Be.test(N))&&N>-1&&N%1==0&&N<q}function il(N){var q=typeof N;return q=="string"||q=="number"||q=="symbol"||q=="boolean"?N!=="__proto__":N===null}function sl(N){return!!B&&B in N}function ol(N){var q=N&&N.constructor,fe=typeof q=="function"&&q.prototype||b;return N===fe}function t0(N){return K.call(N)}function Xn(N){if(N!=null){try{return m.call(N)}catch{}try{return N+""}catch{}}return""}function al(N,q){return N===q||N!==N&&q!==q}var cl=ma(function(){return arguments}())?ma:function(N){return hs(N)&&A.call(N,"callee")&&!ht.call(N,"callee")},ro=Array.isArray;function r0(N){return N!=null&&ll(N.length)&&!no(N)}var wa=Ci||xt;function n0(N,q){return us(N,q)}function no(N){if(!ul(N))return!1;var q=ls(N);return q==O||q==P||q==d||q==$}function ll(N){return typeof N=="number"&&N>-1&&N%1==0&&N<=c}function ul(N){var q=typeof N;return N!=null&&(q=="object"||q=="function")}function hs(N){return N!=null&&typeof N=="object"}var hl=Ue?$t(Ue):Xc;function i0(N){return r0(N)?Yc(N):Qc(N)}function Ct(){return[]}function xt(){return!1}t.exports=n0})(eh,eh.exports);var I_=eh.exports;function O_(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),c=o.charCodeAt(0);if(r[c]!==255)throw new TypeError(o+" is ambiguous");r[c]=i}var l=t.length,h=t.charAt(0),d=Math.log(l)/Math.log(256),v=Math.log(256)/Math.log(l);function x(P){if(P instanceof Uint8Array||(ArrayBuffer.isView(P)?P=new Uint8Array(P.buffer,P.byteOffset,P.byteLength):Array.isArray(P)&&(P=Uint8Array.from(P))),!(P instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(P.length===0)return"";for(var U=0,H=0,G=0,R=P.length;G!==R&&P[G]===0;)G++,U++;for(var L=(R-G)*v+1>>>0,$=new Uint8Array(L);G!==R;){for(var T=P[G],I=0,f=L-1;(T!==0||I<H)&&f!==-1;f--,I++)T+=256*$[f]>>>0,$[f]=T%l>>>0,T=T/l>>>0;if(T!==0)throw new Error("Non-zero carry");H=I,G++}for(var E=L-H;E!==L&&$[E]===0;)E++;for(var J=h.repeat(U);E<L;++E)J+=t.charAt($[E]);return J}function _(P){if(typeof P!="string")throw new TypeError("Expected String");if(P.length===0)return new Uint8Array;var U=0;if(P[U]!==" "){for(var H=0,G=0;P[U]===h;)H++,U++;for(var R=(P.length-U)*d+1>>>0,L=new Uint8Array(R);P[U];){var $=r[P.charCodeAt(U)];if($===255)return;for(var T=0,I=R-1;($!==0||T<G)&&I!==-1;I--,T++)$+=l*L[I]>>>0,L[I]=$%256>>>0,$=$/256>>>0;if($!==0)throw new Error("Non-zero carry");G=T,U++}if(P[U]!==" "){for(var f=R-G;f!==R&&L[f]===0;)f++;for(var E=new Uint8Array(H+(R-f)),J=H;f!==R;)E[J++]=L[f++];return E}}}function O(P){var U=_(P);if(U)return U;throw new Error(`Non-${e} character`)}return{encode:x,decodeUnsafe:_,decode:O}}var S_=O_,D_=S_;const $p=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")},A_=t=>new TextEncoder().encode(t),$_=t=>new TextDecoder().decode(t);class P_{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 T_{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 Pp(this,e)}}class N_{constructor(e){this.decoders=e}or(e){return Pp(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 Pp=(t,e)=>new N_({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}});class R_{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new P_(e,r,n),this.decoder=new T_(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const rc=({name:t,prefix:e,encode:r,decode:n})=>new R_(t,e,r,n),jo=({prefix:t,name:e,alphabet:r})=>{const{encode:n,decode:i}=D_(r,e);return rc({prefix:t,name:e,encode:n,decode:o=>$p(i(o))})},L_=(t,e,r,n)=>{const i={};for(let v=0;v<e.length;++v)i[e[v]]=v;let o=t.length;for(;t[o-1]==="=";)--o;const c=new Uint8Array(o*r/8|0);let l=0,h=0,d=0;for(let v=0;v<o;++v){const x=i[t[v]];if(x===void 0)throw new SyntaxError(`Non-${n} character`);h=h<<r|x,l+=r,l>=8&&(l-=8,c[d++]=255&h>>l)}if(l>=r||255&h<<8-l)throw new SyntaxError("Unexpected end of data");return c},M_=(t,e,r)=>{const n=e[e.length-1]==="=",i=(1<<r)-1;let o="",c=0,l=0;for(let h=0;h<t.length;++h)for(l=l<<8|t[h],c+=8;c>r;)c-=r,o+=e[i&l>>c];if(c&&(o+=e[i&l<<r-c]),n)for(;o.length*r&7;)o+="=";return o},Er=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>rc({prefix:e,name:t,encode(i){return M_(i,n,r)},decode(i){return L_(i,n,r,t)}}),U_=rc({prefix:"\0",name:"identity",encode:t=>$_(t),decode:t=>A_(t)});var j_=Object.freeze({__proto__:null,identity:U_});const F_=Er({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var B_=Object.freeze({__proto__:null,base2:F_});const k_=Er({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var H_=Object.freeze({__proto__:null,base8:k_});const z_=jo({prefix:"9",name:"base10",alphabet:"0123456789"});var W_=Object.freeze({__proto__:null,base10:z_});const q_=Er({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),V_=Er({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var K_=Object.freeze({__proto__:null,base16:q_,base16upper:V_});const G_=Er({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Z_=Er({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Y_=Er({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),J_=Er({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),X_=Er({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Q_=Er({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),e8=Er({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),t8=Er({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),r8=Er({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var n8=Object.freeze({__proto__:null,base32:G_,base32upper:Z_,base32pad:Y_,base32padupper:J_,base32hex:X_,base32hexupper:Q_,base32hexpad:e8,base32hexpadupper:t8,base32z:r8});const i8=jo({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),s8=jo({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var o8=Object.freeze({__proto__:null,base36:i8,base36upper:s8});const a8=jo({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),c8=jo({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var l8=Object.freeze({__proto__:null,base58btc:a8,base58flickr:c8});const u8=Er({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),h8=Er({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),f8=Er({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),d8=Er({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var p8=Object.freeze({__proto__:null,base64:u8,base64pad:h8,base64url:f8,base64urlpad:d8});const Tp=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}"),g8=Tp.reduce((t,e,r)=>(t[r]=e,t),[]),m8=Tp.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function w8(t){return t.reduce((e,r)=>(e+=g8[r],e),"")}function v8(t){const e=[];for(const r of t){const n=m8[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}const y8=rc({prefix:"\u{1F680}",name:"base256emoji",encode:w8,decode:v8});var b8=Object.freeze({__proto__:null,base256emoji:y8}),_8=Rp,Np=128,E8=127,x8=~E8,C8=Math.pow(2,31);function Rp(t,e,r){e=e||[],r=r||0;for(var n=r;t>=C8;)e[r++]=t&255|Np,t/=128;for(;t&x8;)e[r++]=t&255|Np,t>>>=7;return e[r]=t|0,Rp.bytes=r-n+1,e}var I8=th,O8=128,Lp=127;function th(t,n){var r=0,n=n||0,i=0,o=n,c,l=t.length;do{if(o>=l)throw th.bytes=0,new RangeError("Could not decode varint");c=t[o++],r+=i<28?(c&Lp)<<i:(c&Lp)*Math.pow(2,i),i+=7}while(c>=O8);return th.bytes=o-n,r}var S8=Math.pow(2,7),D8=Math.pow(2,14),A8=Math.pow(2,21),$8=Math.pow(2,28),P8=Math.pow(2,35),T8=Math.pow(2,42),N8=Math.pow(2,49),R8=Math.pow(2,56),L8=Math.pow(2,63),M8=function(t){return t<S8?1:t<D8?2:t<A8?3:t<$8?4:t<P8?5:t<T8?6:t<N8?7:t<R8?8:t<L8?9:10},U8={encode:_8,decode:I8,encodingLength:M8},Mp=U8;const Up=(t,e,r=0)=>(Mp.encode(t,e,r),e),jp=t=>Mp.encodingLength(t),rh=(t,e)=>{const r=e.byteLength,n=jp(t),i=n+jp(r),o=new Uint8Array(i+r);return Up(t,o,0),Up(r,o,n),o.set(e,i),new j8(t,r,e,o)};class j8{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}}const Fp=({name:t,code:e,encode:r})=>new F8(t,e,r);class F8{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?rh(this.code,r):r.then(n=>rh(this.code,n))}else throw Error("Unknown type, must be binary type")}}const Bp=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),B8=Fp({name:"sha2-256",code:18,encode:Bp("SHA-256")}),k8=Fp({name:"sha2-512",code:19,encode:Bp("SHA-512")});var H8=Object.freeze({__proto__:null,sha256:B8,sha512:k8});const kp=0,z8="identity",Hp=$p;var W8=Object.freeze({__proto__:null,identity:{code:kp,name:z8,encode:Hp,digest:t=>rh(kp,Hp(t))}});new TextEncoder,new TextDecoder;const zp={...j_,...B_,...H_,...W_,...K_,...n8,...o8,...l8,...p8,...b8};({...H8,...W8});function Wp(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function q8(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?Wp(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function qp(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}const Vp=qp("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),nh=qp("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=q8(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),V8={utf8:Vp,"utf-8":Vp,hex:zp.base16,latin1:nh,ascii:nh,binary:nh,...zp};function K8(t,e="utf8"){const r=V8[e];if(!r)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Wp(globalThis.Buffer.from(t,"utf-8")):r.decoder.decode(`${r.prefix}${t}`)}const Kp="wc",G8=2,ih="core",hi=`${Kp}@2:${ih}:`,Z8={name:ih,logger:"error"},Y8={database:":memory:"},J8="crypto",Gp="client_ed25519_seed",X8=Ne.ONE_DAY,Q8="keychain",eE="0.3",tE="messages",rE="0.3",nE=Ne.SIX_HOURS,iE="publisher",Zp="irn",sE="error",Yp="wss://relay.walletconnect.com",oE="relayer",kt={message:"relayer_message",message_ack:"relayer_message_ack",connect:"relayer_connect",disconnect:"relayer_disconnect",error:"relayer_error",connection_stalled:"relayer_connection_stalled",transport_closed:"relayer_transport_closed",publish:"relayer_publish"},aE="_subscription",Fo={payload:"payload",connect:"connect",disconnect:"disconnect",error:"error"},cE=Ne.ONE_SECOND/2,lE="2.8.4",uE=1e4,hE="0.3",fE="WALLETCONNECT_CLIENT_ID",$n={created:"subscription_created",deleted:"subscription_deleted",expired:"subscription_expired",disabled:"subscription_disabled",sync:"subscription_sync",resubscribed:"subscription_resubscribed"},dE="subscription",pE="0.3",gE=Ne.FIVE_SECONDS*1e3,mE="pairing",wE="0.3",Bo={wc_pairingDelete:{req:{ttl:Ne.ONE_DAY,prompt:!1,tag:1e3},res:{ttl:Ne.ONE_DAY,prompt:!1,tag:1001}},wc_pairingPing:{req:{ttl:Ne.THIRTY_SECONDS,prompt:!1,tag:1002},res:{ttl:Ne.THIRTY_SECONDS,prompt:!1,tag:1003}},unregistered_method:{req:{ttl:Ne.ONE_DAY,prompt:!1,tag:0},res:{ttl:Ne.ONE_DAY,prompt:!1,tag:0}}},Pn={created:"history_created",updated:"history_updated",deleted:"history_deleted",sync:"history_sync"},vE="history",yE="0.3",bE="expirer",sn={created:"expirer_created",deleted:"expirer_deleted",expired:"expirer_expired",sync:"expirer_sync"},_E="0.3",sh="verify-api",Jp="https://verify.walletconnect.com";class EE{constructor(e,r){this.core=e,this.logger=r,this.keychain=new Map,this.name=Q8,this.version=eE,this.initialized=!1,this.storagePrefix=hi,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}=_e("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=pt.generateChildLogger(r,this.name)}get context(){return pt.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}async setKeyChain(e){await this.core.storage.setItem(this.storageKey,A1(e))}async getKeyChain(){const e=await this.core.storage.getItem(this.storageKey);return typeof e<"u"?$1(e):void 0}async persist(){await this.setKeyChain(this.keychain)}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}}class xE{constructor(e,r,n){this.core=e,this.logger=r,this.name=J8,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=gp(i);return pp(o.publicKey)},this.generateKeyPair=()=>{this.isInitialized();const i=N5();return this.setPrivateKey(i.publicKey,i.privateKey)},this.signJWT=async i=>{this.isInitialized();const o=await this.getClientSeed(),c=gp(o),l=Cu();return await M4(l,i,X8,c)},this.generateSharedKey=(i,o,c)=>{this.isInitialized();const l=this.getPrivateKey(i),h=R5(l,o);return this.setSymKey(h,c)},this.setSymKey=async(i,o)=>{this.isInitialized();const c=o||L5(i);return await this.keychain.set(c,i),c},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,c)=>{this.isInitialized();const l=E1(c),h=Lo(o);if(x1(l)){const _=l.senderPublicKey,O=l.receiverPublicKey;i=await this.generateSharedKey(_,O)}const d=this.getSymKey(i),{type:v,senderPublicKey:x}=l;return U5({type:v,symKey:d,message:h,senderPublicKey:x})},this.decode=async(i,o,c)=>{this.isInitialized();const l=B5(o,c);if(x1(l)){const v=l.receiverPublicKey,x=l.senderPublicKey;i=await this.generateSharedKey(v,x)}const h=this.getSymKey(i),d=j5({symKey:h,encoded:o});return qu(d)},this.getPayloadType=i=>{const o=qa(i);return Co(o.type)},this.getPayloadSenderPublicKey=i=>{const o=qa(i);return o.senderPublicKey?Ar(o.senderPublicKey,$r):void 0},this.core=e,this.logger=pt.generateChildLogger(r,this.name),this.keychain=n||new EE(this.core,this.logger)}get context(){return pt.getLoggerContext(this.logger)}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(Gp)}catch{e=Cu(),await this.keychain.set(Gp,e)}return K8(e,"base16")}getSymKey(e){return this.keychain.get(e)}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}}class CE extends f4{constructor(e,r){super(e,r),this.logger=e,this.core=r,this.messages=new Map,this.name=tE,this.version=rE,this.initialized=!1,this.storagePrefix=hi,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=Is(i);let c=this.messages.get(n);return typeof c>"u"&&(c={}),typeof c[o]<"u"||(c[o]=i,this.messages.set(n,c),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),c=Is(i);return typeof o[c]<"u"},this.del=async n=>{this.isInitialized(),this.messages.delete(n),await this.persist()},this.logger=pt.generateChildLogger(e,this.name),this.core=r}get context(){return pt.getLoggerContext(this.logger)}get storageKey(){return this.storagePrefix+this.version+"//"+this.name}async setRelayerMessages(e){await this.core.storage.setItem(this.storageKey,A1(e))}async getRelayerMessages(){const e=await this.core.storage.getItem(this.storageKey);return typeof e<"u"?$1(e):void 0}async persist(){await this.setRelayerMessages(this.messages)}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}}class IE extends d4{constructor(e,r){super(e,r),this.relayer=e,this.logger=r,this.events=new br.exports.EventEmitter,this.name=iE,this.queue=new Map,this.publishTimeout=Ne.toMiliseconds(Ne.TEN_SECONDS),this.queueTimeout=Ne.toMiliseconds(Ne.FIVE_SECONDS),this.needsTransportRestart=!1,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 c=o?.ttl||nE,l=Du(o),h=o?.prompt||!1,d=o?.tag||0,v=o?.id||Ju().toString(),x={topic:n,message:i,opts:{ttl:c,relay:l,prompt:h,tag:d,id:v}},_=setTimeout(()=>this.queue.set(v,x),this.queueTimeout);try{await await Va(this.rpcPublish(n,i,c,l,h,d,v),this.publishTimeout),clearTimeout(_),this.relayer.events.emit(kt.publish,x)}catch{this.logger.debug("Publishing Payload stalled"),this.needsTransportRestart=!0;return}this.logger.debug("Successfully Published Payload"),this.logger.trace({type:"method",method:"publish",params:{topic:n,message:i,opts:o}})}catch(c){throw this.logger.debug("Failed to Publish Payload"),this.logger.error(c),c}},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=pt.generateChildLogger(r,this.name),this.registerEventListeners()}get context(){return pt.getLoggerContext(this.logger)}rpcPublish(e,r,n,i,o,c,l){var h,d,v,x;const _={method:Ka(i.protocol).publish,params:{topic:e,message:r,ttl:n,prompt:o,tag:c},id:l};return Pr((h=_.params)==null?void 0:h.prompt)&&((d=_.params)==null||delete d.prompt),Pr((v=_.params)==null?void 0:v.tag)&&((x=_.params)==null||delete x.tag),this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"message",direction:"outgoing",request:_}),this.relayer.request(_)}onPublish(e){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($o.HEARTBEAT_EVENTS.pulse,()=>{if(this.needsTransportRestart){this.needsTransportRestart=!1,this.relayer.events.emit(kt.connection_stalled);return}this.checkQueue()}),this.relayer.on(kt.message_ack,e=>{this.onPublish(e.id.toString())})}}class OE{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 SE=Object.defineProperty,DE=Object.defineProperties,AE=Object.getOwnPropertyDescriptors,Xp=Object.getOwnPropertySymbols,$E=Object.prototype.hasOwnProperty,PE=Object.prototype.propertyIsEnumerable,Qp=(t,e,r)=>e in t?SE(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,ko=(t,e)=>{for(var r in e||(e={}))$E.call(e,r)&&Qp(t,r,e[r]);if(Xp)for(var r of Xp(e))PE.call(e,r)&&Qp(t,r,e[r]);return t},oh=(t,e)=>DE(t,AE(e));class TE extends m4{constructor(e,r){super(e,r),this.relayer=e,this.logger=r,this.subscriptions=new Map,this.topicMap=new OE,this.events=new br.exports.EventEmitter,this.name=dE,this.version=pE,this.pending=new Map,this.cached=[],this.initialized=!1,this.pendingSubscriptionWatchLabel="pending_sub_watch_label",this.pollingInterval=20,this.storagePrefix=hi,this.subscribeTimeout=1e4,this.restartInProgress=!1,this.batchSubscribeTopicsLimit=500,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=Du(i),c={topic:n,relay:o};this.pending.set(n,c);const l=await this.rpcSubscribe(n,o);return this.onSubscribe(l,c),this.logger.debug("Successfully Subscribed Topic"),this.logger.trace({type:"method",method:"subscribe",params:{topic:n,opts:i}}),l}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 c=new Ne.Watch;c.start(this.pendingSubscriptionWatchLabel);const l=setInterval(()=>{!this.pending.has(n)&&this.topics.includes(n)&&(clearInterval(l),c.stop(this.pendingSubscriptionWatchLabel),i(!0)),c.elapsed(this.pendingSubscriptionWatchLabel)>=gE&&(clearInterval(l),c.stop(this.pendingSubscriptionWatchLabel),o(new Error("Subscription resolution timeout")))},this.pollingInterval)}).catch(()=>!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.restart=async()=>{this.restartInProgress=!0,await this.restore(),await this.reset(),this.restartInProgress=!1},this.relayer=e,this.logger=pt.generateChildLogger(r,this.name),this.clientId=""}get context(){return pt.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()}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=Du(n);await this.rpcUnsubscribe(e,r,i);const o=Yt("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:Ka(r.protocol).subscribe,params:{topic:e}};this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:n});try{await await Va(this.relayer.request(n),this.subscribeTimeout)}catch{this.logger.debug("Outgoing Relay Subscribe Payload stalled"),this.relayer.events.emit(kt.connection_stalled)}return Is(e+this.clientId)}async rpcBatchSubscribe(e){if(!e.length)return;const r=e[0].relay,n={method:Ka(r.protocol).batchSubscribe,params:{topics:e.map(i=>i.topic)}};this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:n});try{return await await Va(this.relayer.request(n),this.subscribeTimeout)}catch{this.logger.debug("Outgoing Relay Payload stalled"),this.relayer.events.emit(kt.connection_stalled)}}rpcUnsubscribe(e,r,n){const i={method:Ka(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.request(i)}onSubscribe(e,r){this.setSubscription(e,oh(ko({},r),{id:e})),this.pending.delete(r.topic)}onBatchSubscribe(e){e.length&&e.forEach(r=>{this.setSubscription(r.id,ko({},r)),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,ko({},r)),this.topicMap.set(r.topic,e),this.events.emit($n.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}=_e("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($n.deleted,oh(ko({},n),{reason:r}))}async persist(){await this.setRelayerSubscriptions(this.values),this.events.emit($n.sync)}async reset(){if(this.cached.length){const e=Math.ceil(this.cached.length/this.batchSubscribeTopicsLimit);for(let r=0;r<e;r++){const n=this.cached.splice(0,this.batchSubscribeTopicsLimit);await this.batchSubscribe(n)}}this.events.emit($n.resubscribed)}async restore(){try{const e=await this.getRelayerSubscriptions();if(typeof e>"u"||!e.length)return;if(this.subscriptions.size){const{message:r}=_e("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 batchSubscribe(e){if(!e.length)return;const r=await this.rpcBatchSubscribe(e);Hn(r)&&this.onBatchSubscribe(r.map((n,i)=>oh(ko({},e[i]),{id:n})))}async onConnect(){this.restartInProgress||(await this.restart(),this.onEnable())}onDisconnect(){this.onDisable()}async checkPending(){if(this.relayer.transportExplicitlyClosed)return;const e=[];this.pending.forEach(r=>{e.push(r)}),await this.batchSubscribe(e)}registerEventListeners(){this.relayer.core.heartbeat.on($o.HEARTBEAT_EVENTS.pulse,async()=>{await this.checkPending()}),this.relayer.on(kt.connect,async()=>{await this.onConnect()}),this.relayer.on(kt.disconnect,()=>{this.onDisconnect()}),this.events.on($n.created,async e=>{const r=$n.created;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),await this.persist()}),this.events.on($n.deleted,async e=>{const r=$n.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}=_e("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 NE=Object.defineProperty,eg=Object.getOwnPropertySymbols,RE=Object.prototype.hasOwnProperty,LE=Object.prototype.propertyIsEnumerable,tg=(t,e,r)=>e in t?NE(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,ME=(t,e)=>{for(var r in e||(e={}))RE.call(e,r)&&tg(t,r,e[r]);if(eg)for(var r of eg(e))LE.call(e,r)&&tg(t,r,e[r]);return t};class UE extends p4{constructor(e){super(e),this.protocol="wc",this.version=2,this.events=new br.exports.EventEmitter,this.name=oE,this.transportExplicitlyClosed=!1,this.initialized=!1,this.reconnecting=!1,this.connectionStatusPollingInterval=20,this.staleConnectionErrors=["socket hang up","socket stalled"],this.request=async r=>{this.logger.debug("Publishing Request Payload");try{return await this.toEstablishConnection(),await this.provider.request(r)}catch(n){throw this.logger.debug("Failed to Publish Request"),this.logger.error(n),n}},this.core=e.core,this.logger=typeof e.logger<"u"&&typeof e.logger!="string"?pt.generateChildLogger(e.logger,this.name):pt.pino(pt.getDefaultLoggerOptions({level:e.logger||sE})),this.messages=new CE(this.logger,e.core),this.subscriber=new TE(this,this.logger),this.publisher=new IE(this,this.logger),this.relayUrl=e?.relayUrl||Yp,this.projectId=e.projectId,this.provider={}}async init(){this.logger.trace("Initialized"),await this.createProvider(),await Promise.all([this.messages.init(),this.transportOpen(),this.subscriber.init()]),this.registerEventListeners(),this.initialized=!0,setTimeout(async()=>{this.subscriber.topics.length===0&&(this.logger.info("No topics subscribted to after init, closing transport"),await this.transportClose(),this.transportExplicitlyClosed=!1)},uE)}get context(){return pt.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,publishedAt:Date.now()})}async subscribe(e,r){var n;this.isInitialized();let i=((n=this.subscriber.topicMap.get(e))==null?void 0:n[0])||"";return i||(await Promise.all([new Promise(o=>{this.subscriber.once($n.created,c=>{c.topic===e&&o()})}),new Promise(async o=>{i=await this.subscriber.subscribe(e,r),o()})]),i)}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(kt.transport_closed))}async transportOpen(e){if(this.transportExplicitlyClosed=!1,!this.reconnecting){this.relayUrl=e||this.relayUrl,this.reconnecting=!0;try{await Promise.all([new Promise(r=>{this.initialized||r(),this.subscriber.once($n.resubscribed,()=>{r()})}),await Promise.race([new Promise(async(r,n)=>{await Va(this.provider.connect(),5e3,"socket stalled").catch(i=>n(i)).then(()=>r()).finally(()=>this.removeListener(kt.transport_closed,this.rejectTransportOpen))}),new Promise(r=>this.once(kt.transport_closed,this.rejectTransportOpen))])])}catch(r){this.logger.error(r);const n=r;if(!this.isConnectionStalled(n.message))throw r;this.events.emit(kt.transport_closed)}finally{this.reconnecting=!1}}}async restartTransport(e){this.transportExplicitlyClosed||this.reconnecting||(this.relayUrl=e||this.relayUrl,this.connected&&await Promise.all([new Promise(r=>{this.provider.once(Fo.disconnect,()=>{r()})}),this.transportClose()]),await this.createProvider(),await this.transportOpen())}isConnectionStalled(e){return this.staleConnectionErrors.some(r=>e.includes(r))}rejectTransportOpen(){throw new Error("Attempt to connect to relay via `transportOpen` has stalled. Retrying...")}async createProvider(){const e=await this.core.crypto.signJWT(this.relayUrl);this.provider=new ui(new C_(J5({sdkVersion:lE,protocol:this.protocol,version:this.version,relayUrl:this.relayUrl,projectId:this.projectId,auth:e,useOnCloseEvent:!0}))),this.registerProviderListeners()}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}),Qu(e)){if(!e.method.endsWith(aE))return;const r=e.params,{topic:n,message:i,publishedAt:o}=r.data,c={topic:n,message:i,publishedAt:o};this.logger.debug("Emitting Relayer Payload"),this.logger.trace(ME({type:"event",event:r.id},c)),this.events.emit(r.id,c),await this.acknowledgePayload(e),await this.onMessageEvent(c)}else tc(e)&&this.events.emit(kt.message_ack,e)}async onMessageEvent(e){await this.shouldIgnoreMessageEvent(e)||(this.events.emit(kt.message,e),await this.recordMessageEvent(e))}async acknowledgePayload(e){const r=Xu(e.id,!0);await this.provider.connection.send(r)}registerProviderListeners(){this.provider.on(Fo.payload,e=>this.onProviderPayload(e)),this.provider.on(Fo.connect,()=>{this.events.emit(kt.connect)}),this.provider.on(Fo.disconnect,()=>{this.onProviderDisconnect()}),this.provider.on(Fo.error,e=>{this.logger.error(e),this.events.emit(kt.error,e)})}registerEventListeners(){this.events.on(kt.connection_stalled,async()=>{await this.restartTransport()})}onProviderDisconnect(){this.events.emit(kt.disconnect),this.attemptToReconnect()}attemptToReconnect(){this.transportExplicitlyClosed||setTimeout(async()=>{await this.restartTransport()},Ne.toMiliseconds(cE))}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}async toEstablishConnection(){if(!this.connected){if(this.connecting)return await new Promise(e=>{const r=setInterval(()=>{this.connected&&(clearInterval(r),e())},this.connectionStatusPollingInterval)});await this.restartTransport()}}}var jE=Object.defineProperty,rg=Object.getOwnPropertySymbols,FE=Object.prototype.hasOwnProperty,BE=Object.prototype.propertyIsEnumerable,ng=(t,e,r)=>e in t?jE(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,ig=(t,e)=>{for(var r in e||(e={}))FE.call(e,r)&&ng(t,r,e[r]);if(rg)for(var r of rg(e))BE.call(e,r)&&ng(t,r,e[r]);return t};class nc extends g4{constructor(e,r,n,i=hi,o=void 0){super(e,r,n,i),this.core=e,this.logger=r,this.name=n,this.map=new Map,this.version=hE,this.cached=[],this.initialized=!1,this.storagePrefix=hi,this.init=async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(c=>{this.getKey&&c!==null&&!Pr(c)?this.map.set(this.getKey(c),c):bb(c)?this.map.set(c.id,c):_b(c)&&this.map.set(c.topic,c)}),this.cached=[],this.initialized=!0)},this.set=async(c,l)=>{this.isInitialized(),this.map.has(c)?await this.update(c,l):(this.logger.debug("Setting value"),this.logger.trace({type:"method",method:"set",key:c,value:l}),this.map.set(c,l),await this.persist())},this.get=c=>(this.isInitialized(),this.logger.debug("Getting value"),this.logger.trace({type:"method",method:"get",key:c}),this.getData(c)),this.getAll=c=>(this.isInitialized(),c?this.values.filter(l=>Object.keys(c).every(h=>I_(l[h],c[h]))):this.values),this.update=async(c,l)=>{this.isInitialized(),this.logger.debug("Updating value"),this.logger.trace({type:"method",method:"update",key:c,update:l});const h=ig(ig({},this.getData(c)),l);this.map.set(c,h),await this.persist()},this.delete=async(c,l)=>{this.isInitialized(),this.map.has(c)&&(this.logger.debug("Deleting value"),this.logger.trace({type:"method",method:"delete",key:c,reason:l}),this.map.delete(c),await this.persist())},this.logger=pt.generateChildLogger(r,this.name),this.storagePrefix=i,this.getKey=o}get context(){return pt.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}=_e("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}=_e("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}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}}class kE{constructor(e,r){this.core=e,this.logger=r,this.name=mE,this.version=wE,this.events=new br.exports,this.initialized=!1,this.storagePrefix=hi,this.ignoredPayloadTypes=[Fi],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=Cu(),i=await this.core.crypto.setSymKey(n),o=An(Ne.FIVE_MINUTES),c={protocol:Zp},l={topic:i,expiry:o,relay:c,active:!1},h=ub({protocol:this.core.protocol,version:this.core.version,topic:i,symKey:n,relay:c});return await this.pairings.set(i,l),await this.core.relayer.subscribe(i),this.core.expirer.set(i,o),{topic:i,uri:h}},this.pair=async n=>{this.isInitialized(),this.isValidPair(n);const{topic:i,symKey:o,relay:c}=ab(n.uri);if(this.pairings.keys.includes(i))throw new Error(`Pairing already exists: ${i}`);if(this.core.crypto.hasKeys(i))throw new Error(`Keychain already exists: ${i}`);const l=An(Ne.FIVE_MINUTES),h={topic:i,relay:c,expiry:l,active:!1};return await this.pairings.set(i,h),await this.core.crypto.setSymKey(o,i),await this.core.relayer.subscribe(i,{relay:c}),this.core.expirer.set(i,l),n.activatePairing&&await this.activate({topic:i}),h},this.activate=async({topic:n})=>{this.isInitialized();const i=An(Ne.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:c,resolve:l,reject:h}=Os();this.events.once(rr("pairing_ping",o),({error:d})=>{d?h(d):l()}),await c()}},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",Yt("USER_DISCONNECTED")),await this.deletePairing(i))},this.sendRequest=async(n,i,o)=>{const c=Qa(i,o),l=await this.core.crypto.encode(n,c),h=Bo[i].req;return this.core.history.set(n,c),this.core.relayer.publish(n,l,h),c.id},this.sendResult=async(n,i,o)=>{const c=Xu(n,o),l=await this.core.crypto.encode(i,c),h=await this.core.history.get(i,n),d=Bo[h.request.method].res;await this.core.relayer.publish(i,l,d),await this.core.history.resolve(c)},this.sendError=async(n,i,o)=>{const c=ec(n,o),l=await this.core.crypto.encode(i,c),h=await this.core.history.get(i,n),d=Bo[h.request.method]?Bo[h.request.method].res:Bo.unregistered_method.res;await this.core.relayer.publish(i,l,d),await this.core.history.resolve(c)},this.deletePairing=async(n,i)=>{await this.core.relayer.unsubscribe(n),await Promise.all([this.pairings.delete(n,Yt("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=>li(i.expiry));await Promise.all(n.map(i=>this.deletePairing(i.topic)))},this.onRelayEventRequest=n=>{const{topic:i,payload:o}=n,c=o.method;if(this.pairings.keys.includes(i))switch(c){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,c=(await this.core.history.get(i,o.id)).request.method;if(this.pairings.keys.includes(i))switch(c){case"wc_pairingPing":return this.onPairingPingResponse(i,o);default:return this.onUnknownRpcMethodResponse(c)}},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(c){await this.sendError(o,n,c),this.logger.error(c)}},this.onPairingPingResponse=(n,i)=>{const{id:o}=i;setTimeout(()=>{qn(i)?this.events.emit(rr("pairing_ping",o),{}):_n(i)&&this.events.emit(rr("pairing_ping",o),{error:i.error})},500)},this.onPairingDeleteRequest=async(n,i)=>{const{id:o}=i;try{this.isValidDisconnect({topic:n}),await this.deletePairing(n),this.events.emit("pairing_delete",{id:o,topic:n})}catch(c){await this.sendError(o,n,c),this.logger.error(c)}},this.onUnknownRpcMethodRequest=async(n,i)=>{const{id:o,method:c}=i;try{if(this.registeredMethods.includes(c))return;const l=Yt("WC_METHOD_UNSUPPORTED",c);await this.sendError(o,n,l),this.logger.error(l)}catch(l){await this.sendError(o,n,l),this.logger.error(l)}},this.onUnknownRpcMethodResponse=n=>{this.registeredMethods.includes(n)||this.logger.error(Yt("WC_METHOD_UNSUPPORTED",n))},this.isValidPair=n=>{if(!Hr(n)){const{message:i}=_e("MISSING_OR_INVALID",`pair() params: ${n}`);throw new Error(i)}if(!yb(n.uri)){const{message:i}=_e("MISSING_OR_INVALID",`pair() uri: ${n.uri}`);throw new Error(i)}},this.isValidPing=async n=>{if(!Hr(n)){const{message:o}=_e("MISSING_OR_INVALID",`ping() params: ${n}`);throw new Error(o)}const{topic:i}=n;await this.isValidPairingTopic(i)},this.isValidDisconnect=async n=>{if(!Hr(n)){const{message:o}=_e("MISSING_OR_INVALID",`disconnect() params: ${n}`);throw new Error(o)}const{topic:i}=n;await this.isValidPairingTopic(i)},this.isValidPairingTopic=async n=>{if(!gr(n,!1)){const{message:i}=_e("MISSING_OR_INVALID",`pairing topic should be a string: ${n}`);throw new Error(i)}if(!this.pairings.keys.includes(n)){const{message:i}=_e("NO_MATCHING_KEY",`pairing topic doesn't exist: ${n}`);throw new Error(i)}if(li(this.pairings.get(n).expiry)){await this.deletePairing(n);const{message:i}=_e("EXPIRED",`pairing topic: ${n}`);throw new Error(i)}},this.core=e,this.logger=pt.generateChildLogger(r,this.name),this.pairings=new nc(this.core,this.logger,this.name,this.storagePrefix)}get context(){return pt.getLoggerContext(this.logger)}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}registerRelayerEvents(){this.core.relayer.on(kt.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);Qu(i)?(this.core.history.set(r,i),this.onRelayEventRequest({topic:r,payload:i})):tc(i)&&(await this.core.history.resolve(i),this.onRelayEventResponse({topic:r,payload:i}))})}registerExpirerEvents(){this.core.expirer.on(sn.expired,async e=>{const{topic:r}=T1(e.target);r&&this.pairings.keys.includes(r)&&(await this.deletePairing(r,!0),this.events.emit("pairing_expire",{topic:r}))})}}class HE extends h4{constructor(e,r){super(e,r),this.core=e,this.logger=r,this.records=new Map,this.events=new br.exports.EventEmitter,this.name=vE,this.version=yE,this.cached=[],this.initialized=!1,this.storagePrefix=hi,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 c={id:i.id,topic:n,request:{method:i.method,params:i.params||null},chainId:o};this.records.set(c.id,c),this.events.emit(Pn.created,c)},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=_n(n)?{error:n.error}:{result:n.result},this.records.set(i.id,i),this.events.emit(Pn.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(Pn.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=pt.generateChildLogger(r,this.name)}get context(){return pt.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:Qa(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}=_e("NO_MATCHING_KEY",`${this.name}: ${e}`);throw new Error(n)}return r}async persist(){await this.setJsonRpcRecords(this.values),this.events.emit(Pn.sync)}async restore(){try{const e=await this.getJsonRpcRecords();if(typeof e>"u"||!e.length)return;if(this.records.size){const{message:r}=_e("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(Pn.created,e=>{const r=Pn.created;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,record:e}),this.persist()}),this.events.on(Pn.updated,e=>{const r=Pn.updated;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,record:e}),this.persist()}),this.events.on(Pn.deleted,e=>{const r=Pn.deleted;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,record:e}),this.persist()})}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}}class zE extends w4{constructor(e,r){super(e,r),this.core=e,this.logger=r,this.expirations=new Map,this.events=new br.exports.EventEmitter,this.name=bE,this.version=_E,this.cached=[],this.initialized=!1,this.storagePrefix=hi,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),c={target:o,expiry:i};this.expirations.set(o,c),this.checkExpiry(o,c),this.events.emit(sn.created,{target:o,expiration:c})},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(sn.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=pt.generateChildLogger(r,this.name)}get context(){return pt.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 X5(e);if(typeof e=="number")return Q5(e);const{message:r}=_e("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(sn.sync)}async restore(){try{const e=await this.getExpirations();if(typeof e>"u"||!e.length)return;if(this.expirations.size){const{message:r}=_e("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}=_e("NO_MATCHING_KEY",`${this.name}: ${e}`);throw this.logger.error(n),new Error(n)}return r}checkExpiry(e,r){const{expiry:n}=r;Ne.toMiliseconds(n)-Date.now()<=0&&this.expire(e,r)}expire(e,r){this.expirations.delete(e),this.events.emit(sn.expired,{target:e,expiration:r})}checkExpirations(){this.core.relayer.connected&&this.expirations.forEach((e,r)=>this.checkExpiry(r,e))}registerEventListeners(){this.core.heartbeat.on($o.HEARTBEAT_EVENTS.pulse,()=>this.checkExpirations()),this.events.on(sn.created,e=>{const r=sn.created;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),this.persist()}),this.events.on(sn.expired,e=>{const r=sn.expired;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),this.persist()}),this.events.on(sn.deleted,e=>{const r=sn.deleted;this.logger.info(`Emitting ${r}`),this.logger.debug({type:"event",event:r,data:e}),this.persist()})}isInitialized(){if(!this.initialized){const{message:e}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}}class WE extends v4{constructor(e,r){super(e,r),this.projectId=e,this.logger=r,this.name=sh,this.initialized=!1,this.init=async n=>{S1()||!Ou()||(this.verifyUrl=n?.verifyUrl||Jp,await this.createIframe())},this.register=async n=>{var i;if(this.initialized||await this.init(),!!this.iframe)try{(i=this.iframe.contentWindow)==null||i.postMessage(n.attestationId,this.verifyUrl),this.logger.info(`postMessage sent: ${n.attestationId} ${this.verifyUrl}`)}catch{}},this.resolve=async n=>{var i;if(this.isDevEnv)return"";this.logger.info(`resolving attestation: ${n.attestationId}`);const o=this.startAbortTimer(Ne.FIVE_SECONDS),c=await fetch(`${this.verifyUrl}/attestation/${n.attestationId}`,{signal:this.abortController.signal});return clearTimeout(o),c.status===200?(i=await c.json())==null?void 0:i.origin:""},this.createIframe=async()=>{try{await Promise.race([new Promise((n,i)=>{if(document.getElementById(sh))return n();const o=document.createElement("iframe");o.setAttribute("id",sh),o.setAttribute("src",`${this.verifyUrl}/${this.projectId}`),o.style.display="none",o.addEventListener("load",()=>{this.initialized=!0,n()}),o.addEventListener("error",c=>{i(c)}),document.body.append(o),this.iframe=o}),new Promise(n=>{setTimeout(()=>n("iframe load timeout"),Ne.toMiliseconds(Ne.ONE_SECOND/2))})])}catch(n){this.logger.error(`Verify iframe failed to load: ${this.verifyUrl}`),this.logger.error(n)}},this.logger=pt.generateChildLogger(r,this.name),this.verifyUrl=Jp,this.abortController=new AbortController,this.isDevEnv=Iu()&&process.env.IS_VITEST}get context(){return pt.getLoggerContext(this.logger)}startAbortTimer(e){return setTimeout(()=>this.abortController.abort(),Ne.toMiliseconds(e))}}var qE=Object.defineProperty,sg=Object.getOwnPropertySymbols,VE=Object.prototype.hasOwnProperty,KE=Object.prototype.propertyIsEnumerable,og=(t,e,r)=>e in t?qE(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,ag=(t,e)=>{for(var r in e||(e={}))VE.call(e,r)&&og(t,r,e[r]);if(sg)for(var r of sg(e))KE.call(e,r)&&og(t,r,e[r]);return t};class ah extends u4{constructor(e){super(e),this.protocol=Kp,this.version=G8,this.name=ih,this.events=new br.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,this.relayUrl=e?.relayUrl||Yp;const r=typeof e?.logger<"u"&&typeof e?.logger!="string"?e.logger:pt.pino(pt.getDefaultLoggerOptions({level:e?.logger||Z8.logger}));this.logger=pt.generateChildLogger(r,this.name),this.heartbeat=new $o.HeartBeat,this.crypto=new xE(this,this.logger,e?.keychain),this.history=new HE(this,this.logger),this.expirer=new zE(this,this.logger),this.storage=e!=null&&e.storage?e.storage:new p6(ag(ag({},Y8),e?.storageOptions)),this.relayer=new UE({core:this,logger:this.logger,relayUrl:this.relayUrl,projectId:this.projectId}),this.pairing=new kE(this,this.logger),this.verify=new WE(this.projectId||"",this.logger)}static async init(e){const r=new ah(e);await r.initialize();const n=await r.crypto.getClientId();return await r.storage.setItem(fE,n),r}get context(){return pt.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 GE=ah,cg="wc",lg=2,ug="client",ch=`${cg}@${lg}:${ug}:`,lh={name:ug,logger:"error",controller:!1,relayUrl:"wss://relay.walletconnect.com"},ZE="WALLETCONNECT_DEEPLINK_CHOICE",YE="proposal",hg="Proposal expired",JE="session",ic=Ne.SEVEN_DAYS,XE="engine",Ho={wc_sessionPropose:{req:{ttl:Ne.FIVE_MINUTES,prompt:!0,tag:1100},res:{ttl:Ne.FIVE_MINUTES,prompt:!1,tag:1101}},wc_sessionSettle:{req:{ttl:Ne.FIVE_MINUTES,prompt:!1,tag:1102},res:{ttl:Ne.FIVE_MINUTES,prompt:!1,tag:1103}},wc_sessionUpdate:{req:{ttl:Ne.ONE_DAY,prompt:!1,tag:1104},res:{ttl:Ne.ONE_DAY,prompt:!1,tag:1105}},wc_sessionExtend:{req:{ttl:Ne.ONE_DAY,prompt:!1,tag:1106},res:{ttl:Ne.ONE_DAY,prompt:!1,tag:1107}},wc_sessionRequest:{req:{ttl:Ne.FIVE_MINUTES,prompt:!0,tag:1108},res:{ttl:Ne.FIVE_MINUTES,prompt:!1,tag:1109}},wc_sessionEvent:{req:{ttl:Ne.FIVE_MINUTES,prompt:!0,tag:1110},res:{ttl:Ne.FIVE_MINUTES,prompt:!1,tag:1111}},wc_sessionDelete:{req:{ttl:Ne.ONE_DAY,prompt:!1,tag:1112},res:{ttl:Ne.ONE_DAY,prompt:!1,tag:1113}},wc_sessionPing:{req:{ttl:Ne.THIRTY_SECONDS,prompt:!1,tag:1114},res:{ttl:Ne.THIRTY_SECONDS,prompt:!1,tag:1115}}},uh={min:Ne.FIVE_MINUTES,max:Ne.SEVEN_DAYS},QE="request",e7=["wc_sessionPropose","wc_sessionRequest","wc_authRequest"];var t7=Object.defineProperty,r7=Object.defineProperties,n7=Object.getOwnPropertyDescriptors,fg=Object.getOwnPropertySymbols,i7=Object.prototype.hasOwnProperty,s7=Object.prototype.propertyIsEnumerable,dg=(t,e,r)=>e in t?t7(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,on=(t,e)=>{for(var r in e||(e={}))i7.call(e,r)&&dg(t,r,e[r]);if(fg)for(var r of fg(e))s7.call(e,r)&&dg(t,r,e[r]);return t},hh=(t,e)=>r7(t,n7(e));class o7 extends b4{constructor(e){super(e),this.name=XE,this.events=new br.exports,this.initialized=!1,this.ignoredPayloadTypes=[Fi],this.init=async()=>{this.initialized||(await this.cleanup(),this.registerRelayerEvents(),this.registerExpirerEvents(),this.client.core.pairing.register({methods:Object.keys(Ho)}),this.initialized=!0)},this.connect=async r=>{this.isInitialized();const n=hh(on({},r),{requiredNamespaces:r.requiredNamespaces||{},optionalNamespaces:r.optionalNamespaces||{}});await this.isValidConnect(n);const{pairingTopic:i,requiredNamespaces:o,optionalNamespaces:c,sessionProperties:l,relays:h}=n;let d=i,v,x=!1;if(d&&(x=this.client.core.pairing.pairings.get(d).active),!d||!x){const{topic:L,uri:$}=await this.client.core.pairing.create();d=L,v=$}const _=await this.client.core.crypto.generateKeyPair(),O=on({requiredNamespaces:o,optionalNamespaces:c,relays:h??[{protocol:Zp}],proposer:{publicKey:_,metadata:this.client.metadata}},l&&{sessionProperties:l}),{reject:P,resolve:U,done:H}=Os(Ne.FIVE_MINUTES,hg);if(this.events.once(rr("session_connect"),async({error:L,session:$})=>{if(L)P(L);else if($){$.self.publicKey=_;const T=hh(on({},$),{requiredNamespaces:$.requiredNamespaces,optionalNamespaces:$.optionalNamespaces});await this.client.session.set($.topic,T),await this.setExpiry($.topic,$.expiry),d&&await this.client.core.pairing.updateMetadata({topic:d,metadata:$.peer.metadata}),U(T)}}),!d){const{message:L}=_e("NO_MATCHING_KEY",`connect() pairing topic: ${d}`);throw new Error(L)}const G=await this.sendRequest(d,"wc_sessionPropose",O),R=An(Ne.FIVE_MINUTES);return await this.setProposal(G,on({id:G,expiry:R},O)),{uri:v,approval:H}},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:c}=r,l=this.client.proposal.get(n);let{pairingTopic:h,proposer:d,requiredNamespaces:v,optionalNamespaces:x}=l;h=h||"",Ds(v)||(v=pb(o,"approve()"));const _=await this.client.core.crypto.generateKeyPair(),O=d.publicKey,P=await this.client.core.crypto.generateSharedKey(_,O);h&&n&&(await this.client.core.pairing.updateMetadata({topic:h,metadata:d.metadata}),await this.sendResult(n,h,{relay:{protocol:i??"irn"},responderPublicKey:_}),await this.client.proposal.delete(n,Yt("USER_DISCONNECTED")),await this.client.core.pairing.activate({topic:h}));const U=on({relay:{protocol:i??"irn"},namespaces:o,requiredNamespaces:v,optionalNamespaces:x,pairingTopic:h,controller:{publicKey:_,metadata:this.client.metadata},expiry:An(ic)},c&&{sessionProperties:c});await this.client.core.relayer.subscribe(P),await this.sendRequest(P,"wc_sessionSettle",U);const H=hh(on({},U),{topic:P,pairingTopic:h,acknowledged:!1,self:U.controller,peer:{publicKey:d.publicKey,metadata:d.metadata},controller:_});return await this.client.session.set(P,H),await this.setExpiry(P,An(ic)),{topic:P,acknowledged:()=>new Promise(G=>setTimeout(()=>G(this.client.session.get(P)),500))}},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,Yt("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:c,resolve:l,reject:h}=Os();return this.events.once(rr("session_update",o),({error:d})=>{d?h(d):l()}),await this.client.session.update(n,{namespaces:i}),{acknowledged:c}},this.extend=async r=>{this.isInitialized(),await this.isValidExtend(r);const{topic:n}=r,i=await this.sendRequest(n,"wc_sessionExtend",{}),{done:o,resolve:c,reject:l}=Os();return this.events.once(rr("session_extend",i),({error:h})=>{h?l(h):c()}),await this.setExpiry(n,An(ic)),{acknowledged:o}},this.request=async r=>{this.isInitialized(),await this.isValidRequest(r);const{chainId:n,request:i,topic:o,expiry:c}=r,l=await this.sendRequest(o,"wc_sessionRequest",{request:i,chainId:n},c),{done:h,resolve:d,reject:v}=Os(c);this.events.once(rr("session_request",l),({error:_,result:O})=>{_?v(_):d(O)}),this.client.events.emit("session_request_sent",{topic:o,request:i,chainId:n,id:l});const x=await this.client.core.storage.getItem(ZE);return eb({id:l,topic:o,wcDeepLink:x}),await h()},this.respond=async r=>{this.isInitialized(),await this.isValidRespond(r);const{topic:n,response:i}=r,{id:o}=i;qn(i)?await this.sendResult(o,n,i.result):_n(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:c,reject:l}=Os();this.events.once(rr("session_ping",i),({error:h})=>{h?l(h):c()}),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;if(this.client.session.keys.includes(n)){const i=Ju().toString();let o;const c=l=>{l?.id.toString()===i&&(this.client.core.relayer.events.removeListener(kt.message_ack,c),o())};await Promise.all([new Promise(l=>{o=l,this.client.core.relayer.on(kt.message_ack,c)}),this.sendRequest(n,"wc_sessionDelete",Yt("USER_DISCONNECTED"),void 0,i)]),await this.deleteSession(n)}else await this.client.core.pairing.disconnect({topic:n})},this.find=r=>(this.isInitialized(),this.client.session.getAll().filter(n=>wb(n,r))),this.getPendingSessionRequests=()=>(this.isInitialized(),this.client.pendingRequest.getAll()),this.cleanupDuplicatePairings=async r=>{if(r.pairingTopic)try{const n=this.client.core.pairing.pairings.get(r.pairingTopic),i=this.client.core.pairing.pairings.getAll().filter(o=>{var c,l;return((c=o.peerMetadata)==null?void 0:c.url)&&((l=o.peerMetadata)==null?void 0:l.url)===r.peer.metadata.url&&o.topic&&o.topic!==n.topic});if(i.length===0)return;this.client.logger.info(`Cleaning up ${i.length} duplicate pairing(s)`),await Promise.all(i.map(o=>this.client.core.pairing.disconnect({topic:o.topic}))),this.client.logger.info("Duplicate pairings clean up finished")}catch(n){this.client.logger.error(n)}},this.deleteSession=async(r,n)=>{const{self:i}=this.client.session.get(r);await this.client.core.relayer.unsubscribe(r),this.client.session.delete(r,Yt("USER_DISCONNECTED")),this.client.core.crypto.keychain.has(i.publicKey)&&await this.client.core.crypto.deleteKeyPair(i.publicKey),this.client.core.crypto.keychain.has(r)&&await this.client.core.crypto.deleteSymKey(r),n||this.client.core.expirer.del(r)},this.deleteProposal=async(r,n)=>{await Promise.all([this.client.proposal.delete(r,Yt("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=Ho.wc_sessionRequest.req.ttl,{id:i,topic:o,params:c}=r;await this.client.pendingRequest.set(i,{id:i,topic:o,params:c}),n&&this.client.core.expirer.set(i,An(n))},this.sendRequest=async(r,n,i,o,c)=>{const l=Qa(n,i);if(Ou()&&e7.includes(n)){const v=Is(JSON.stringify(l));await this.client.core.verify.register({attestationId:v})}const h=await this.client.core.crypto.encode(r,l),d=Ho[n].req;return o&&(d.ttl=o),c&&(d.id=c),this.client.core.history.set(r,l),this.client.core.relayer.publish(r,h,d),l.id},this.sendResult=async(r,n,i)=>{const o=Xu(r,i),c=await this.client.core.crypto.encode(n,o),l=await this.client.core.history.get(n,r),h=Ho[l.request.method].res;this.client.core.relayer.publish(n,c,h),await this.client.core.history.resolve(o)},this.sendError=async(r,n,i)=>{const o=ec(r,i),c=await this.client.core.crypto.encode(n,o),l=await this.client.core.history.get(n,r),h=Ho[l.request.method].res;this.client.core.relayer.publish(n,c,h),await this.client.core.history.resolve(o)},this.cleanup=async()=>{const r=[],n=[];this.client.session.getAll().forEach(i=>{li(i.expiry)&&r.push(i.topic)}),this.client.proposal.getAll().forEach(i=>{li(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.onRelayEventUnknownPayload=r=>{const{topic:n}=r,{message:i}=_e("MISSING_OR_INVALID",`Decoded payload on topic ${n} is not identifiable as a JSON-RPC request or a response.`);throw new Error(i)},this.onSessionProposeRequest=async(r,n)=>{const{params:i,id:o}=n;try{this.isValidConnect(on({},n.params));const c=An(Ne.FIVE_MINUTES),l=on({id:o,pairingTopic:r,expiry:c},i);await this.setProposal(o,l);const h=Is(JSON.stringify(n)),d=await this.getVerifyContext(h,l.proposer.metadata);this.client.events.emit("session_proposal",{id:o,params:l,verifyContext:d})}catch(c){await this.sendError(o,r,c),this.client.logger.error(c)}},this.onSessionProposeResponse=async(r,n)=>{const{id:i}=n;if(qn(n)){const{result:o}=n;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",result:o});const c=this.client.proposal.get(i);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",proposal:c});const l=c.proposer.publicKey;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",selfPublicKey:l});const h=o.responderPublicKey;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",peerPublicKey:h});const d=await this.client.core.crypto.generateSharedKey(l,h);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",sessionTopic:d});const v=await this.client.core.relayer.subscribe(d);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",subscriptionId:v}),await this.client.core.pairing.activate({topic:r})}else _n(n)&&(await this.client.proposal.delete(i,Yt("USER_DISCONNECTED")),this.events.emit(rr("session_connect"),{error:n.error}))},this.onSessionSettleRequest=async(r,n)=>{const{id:i,params:o}=n;try{this.isValidSessionSettleRequest(o);const{relay:c,controller:l,expiry:h,namespaces:d,requiredNamespaces:v,optionalNamespaces:x,sessionProperties:_,pairingTopic:O}=n.params,P=on({topic:r,relay:c,expiry:h,namespaces:d,acknowledged:!0,pairingTopic:O,requiredNamespaces:v,optionalNamespaces:x,controller:l.publicKey,self:{publicKey:"",metadata:this.client.metadata},peer:{publicKey:l.publicKey,metadata:l.metadata}},_&&{sessionProperties:_});await this.sendResult(n.id,r,!0),this.events.emit(rr("session_connect"),{session:P}),this.cleanupDuplicatePairings(P)}catch(c){await this.sendError(i,r,c),this.client.logger.error(c)}},this.onSessionSettleResponse=async(r,n)=>{const{id:i}=n;qn(n)?(await this.client.session.update(r,{acknowledged:!0}),this.events.emit(rr("session_approve",i),{})):_n(n)&&(await this.client.session.delete(r,Yt("USER_DISCONNECTED")),this.events.emit(rr("session_approve",i),{error:n.error}))},this.onSessionUpdateRequest=async(r,n)=>{const{params:i,id:o}=n;try{this.isValidUpdate(on({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(c){await this.sendError(o,r,c),this.client.logger.error(c)}},this.onSessionUpdateResponse=(r,n)=>{const{id:i}=n;qn(n)?this.events.emit(rr("session_update",i),{}):_n(n)&&this.events.emit(rr("session_update",i),{error:n.error})},this.onSessionExtendRequest=async(r,n)=>{const{id:i}=n;try{this.isValidExtend({topic:r}),await this.setExpiry(r,An(ic)),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;qn(n)?this.events.emit(rr("session_extend",i),{}):_n(n)&&this.events.emit(rr("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(()=>{qn(n)?this.events.emit(rr("session_ping",i),{}):_n(n)&&this.events.emit(rr("session_ping",i),{error:n.error})},500)},this.onSessionDeleteRequest=async(r,n)=>{const{id:i}=n;try{this.isValidDisconnect({topic:r,reason:n.params}),await Promise.all([new Promise(o=>{this.client.core.relayer.once(kt.publish,async()=>{o(await this.deleteSession(r))})}),this.sendResult(i,r,!0)]),this.client.events.emit("session_delete",{id:i,topic:r})}catch(o){this.client.logger.error(o)}},this.onSessionRequest=async(r,n)=>{const{id:i,params:o}=n;try{this.isValidRequest(on({topic:r},o)),await this.setPendingSessionRequest({id:i,topic:r,params:o});const c=Is(JSON.stringify(n)),l=this.client.session.get(r),h=await this.getVerifyContext(c,l.peer.metadata);this.client.events.emit("session_request",{id:i,topic:r,params:o,verifyContext:h})}catch(c){await this.sendError(i,r,c),this.client.logger.error(c)}},this.onSessionRequestResponse=(r,n)=>{const{id:i}=n;qn(n)?this.events.emit(rr("session_request",i),{result:n.result}):_n(n)&&this.events.emit(rr("session_request",i),{error:n.error})},this.onSessionEventRequest=async(r,n)=>{const{id:i,params:o}=n;try{this.isValidEmit(on({topic:r},o)),this.client.events.emit("session_event",{id:i,topic:r,params:o})}catch(c){await this.sendError(i,r,c),this.client.logger.error(c)}},this.isValidConnect=async r=>{if(!Hr(r)){const{message:h}=_e("MISSING_OR_INVALID",`connect() params: ${JSON.stringify(r)}`);throw new Error(h)}const{pairingTopic:n,requiredNamespaces:i,optionalNamespaces:o,sessionProperties:c,relays:l}=r;if(Pr(n)||await this.isValidPairingTopic(n),!Ab(l,!0)){const{message:h}=_e("MISSING_OR_INVALID",`connect() relays: ${l}`);throw new Error(h)}!Pr(i)&&Ds(i)!==0&&this.validateNamespaces(i,"requiredNamespaces"),!Pr(o)&&Ds(o)!==0&&this.validateNamespaces(o,"optionalNamespaces"),Pr(c)||this.validateSessionProps(c,"sessionProperties")},this.validateNamespaces=(r,n)=>{const i=Db(r,"connect()",n);if(i)throw new Error(i.message)},this.isValidApprove=async r=>{if(!Hr(r))throw new Error(_e("MISSING_OR_INVALID",`approve() params: ${r}`).message);const{id:n,namespaces:i,relayProtocol:o,sessionProperties:c}=r;await this.isValidProposalId(n);const l=this.client.proposal.get(n),h=Za(i,"approve()");if(h)throw new Error(h.message);const d=B1(l.requiredNamespaces,i,"approve()");if(d)throw new Error(d.message);if(!gr(o,!0)){const{message:v}=_e("MISSING_OR_INVALID",`approve() relayProtocol: ${o}`);throw new Error(v)}Pr(c)||this.validateSessionProps(c,"sessionProperties")},this.isValidReject=async r=>{if(!Hr(r)){const{message:o}=_e("MISSING_OR_INVALID",`reject() params: ${r}`);throw new Error(o)}const{id:n,reason:i}=r;if(await this.isValidProposalId(n),!Pb(i)){const{message:o}=_e("MISSING_OR_INVALID",`reject() reason: ${JSON.stringify(i)}`);throw new Error(o)}},this.isValidSessionSettleRequest=r=>{if(!Hr(r)){const{message:d}=_e("MISSING_OR_INVALID",`onSessionSettleRequest() params: ${r}`);throw new Error(d)}const{relay:n,controller:i,namespaces:o,expiry:c}=r;if(!j1(n)){const{message:d}=_e("MISSING_OR_INVALID","onSessionSettleRequest() relay protocol should be a string");throw new Error(d)}const l=Eb(i,"onSessionSettleRequest()");if(l)throw new Error(l.message);const h=Za(o,"onSessionSettleRequest()");if(h)throw new Error(h.message);if(li(c)){const{message:d}=_e("EXPIRED","onSessionSettleRequest()");throw new Error(d)}},this.isValidUpdate=async r=>{if(!Hr(r)){const{message:h}=_e("MISSING_OR_INVALID",`update() params: ${r}`);throw new Error(h)}const{topic:n,namespaces:i}=r;await this.isValidSessionTopic(n);const o=this.client.session.get(n),c=Za(i,"update()");if(c)throw new Error(c.message);const l=B1(o.requiredNamespaces,i,"update()");if(l)throw new Error(l.message)},this.isValidExtend=async r=>{if(!Hr(r)){const{message:i}=_e("MISSING_OR_INVALID",`extend() params: ${r}`);throw new Error(i)}const{topic:n}=r;await this.isValidSessionTopic(n)},this.isValidRequest=async r=>{if(!Hr(r)){const{message:h}=_e("MISSING_OR_INVALID",`request() params: ${r}`);throw new Error(h)}const{topic:n,request:i,chainId:o,expiry:c}=r;await this.isValidSessionTopic(n);const{namespaces:l}=this.client.session.get(n);if(!F1(l,o)){const{message:h}=_e("MISSING_OR_INVALID",`request() chainId: ${o}`);throw new Error(h)}if(!Tb(i)){const{message:h}=_e("MISSING_OR_INVALID",`request() ${JSON.stringify(i)}`);throw new Error(h)}if(!Lb(l,o,i.method)){const{message:h}=_e("MISSING_OR_INVALID",`request() method: ${i.method}`);throw new Error(h)}if(c&&!Fb(c,uh)){const{message:h}=_e("MISSING_OR_INVALID",`request() expiry: ${c}. Expiry must be a number (in seconds) between ${uh.min} and ${uh.max}`);throw new Error(h)}},this.isValidRespond=async r=>{if(!Hr(r)){const{message:o}=_e("MISSING_OR_INVALID",`respond() params: ${r}`);throw new Error(o)}const{topic:n,response:i}=r;if(await this.isValidSessionTopic(n),!Nb(i)){const{message:o}=_e("MISSING_OR_INVALID",`respond() response: ${JSON.stringify(i)}`);throw new Error(o)}},this.isValidPing=async r=>{if(!Hr(r)){const{message:i}=_e("MISSING_OR_INVALID",`ping() params: ${r}`);throw new Error(i)}const{topic:n}=r;await this.isValidSessionOrPairingTopic(n)},this.isValidEmit=async r=>{if(!Hr(r)){const{message:l}=_e("MISSING_OR_INVALID",`emit() params: ${r}`);throw new Error(l)}const{topic:n,event:i,chainId:o}=r;await this.isValidSessionTopic(n);const{namespaces:c}=this.client.session.get(n);if(!F1(c,o)){const{message:l}=_e("MISSING_OR_INVALID",`emit() chainId: ${o}`);throw new Error(l)}if(!Rb(i)){const{message:l}=_e("MISSING_OR_INVALID",`emit() event: ${JSON.stringify(i)}`);throw new Error(l)}if(!Mb(c,o,i.name)){const{message:l}=_e("MISSING_OR_INVALID",`emit() event: ${JSON.stringify(i)}`);throw new Error(l)}},this.isValidDisconnect=async r=>{if(!Hr(r)){const{message:i}=_e("MISSING_OR_INVALID",`disconnect() params: ${r}`);throw new Error(i)}const{topic:n}=r;await this.isValidSessionOrPairingTopic(n)},this.getVerifyContext=async(r,n)=>{const i={verified:{verifyUrl:n.verifyUrl||"",validation:"UNKNOWN",origin:n.url||""}};try{const o=await this.client.core.verify.resolve({attestationId:r,verifyUrl:n.verifyUrl});o&&(i.verified.origin=o,i.verified.validation=o===n.url?"VALID":"INVALID")}catch(o){this.client.logger.error(o)}return this.client.logger.info(`Verify context: ${JSON.stringify(i)}`),i},this.validateSessionProps=(r,n)=>{Object.values(r).forEach(i=>{if(!gr(i,!1)){const{message:o}=_e("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}=_e("NOT_INITIALIZED",this.name);throw new Error(e)}}registerRelayerEvents(){this.client.core.relayer.on(kt.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);Qu(i)?(this.client.core.history.set(r,i),this.onRelayEventRequest({topic:r,payload:i})):tc(i)?(await this.client.core.history.resolve(i),this.onRelayEventResponse({topic:r,payload:i})):this.onRelayEventUnknownPayload({topic:r,payload:i})})}registerExpirerEvents(){this.client.core.expirer.on(sn.expired,async e=>{const{topic:r,id:n}=T1(e.target);if(n&&this.client.pendingRequest.keys.includes(n))return await this.deletePendingSessionRequest(n,_e("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(!gr(e,!1)){const{message:r}=_e("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}=_e("NO_MATCHING_KEY",`pairing topic doesn't exist: ${e}`);throw new Error(r)}if(li(this.client.core.pairing.pairings.get(e).expiry)){const{message:r}=_e("EXPIRED",`pairing topic: ${e}`);throw new Error(r)}}async isValidSessionTopic(e){if(!gr(e,!1)){const{message:r}=_e("MISSING_OR_INVALID",`session topic should be a string: ${e}`);throw new Error(r)}if(!this.client.session.keys.includes(e)){const{message:r}=_e("NO_MATCHING_KEY",`session topic doesn't exist: ${e}`);throw new Error(r)}if(li(this.client.session.get(e).expiry)){await this.deleteSession(e);const{message:r}=_e("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(gr(e,!1)){const{message:r}=_e("NO_MATCHING_KEY",`session or pairing topic doesn't exist: ${e}`);throw new Error(r)}else{const{message:r}=_e("MISSING_OR_INVALID",`session or pairing topic should be a string: ${e}`);throw new Error(r)}}async isValidProposalId(e){if(!$b(e)){const{message:r}=_e("MISSING_OR_INVALID",`proposal id should be a number: ${e}`);throw new Error(r)}if(!this.client.proposal.keys.includes(e)){const{message:r}=_e("NO_MATCHING_KEY",`proposal id doesn't exist: ${e}`);throw new Error(r)}if(li(this.client.proposal.get(e).expiry)){await this.deleteProposal(e);const{message:r}=_e("EXPIRED",`proposal id: ${e}`);throw new Error(r)}}}class a7 extends nc{constructor(e,r){super(e,r,YE,ch),this.core=e,this.logger=r}}class c7 extends nc{constructor(e,r){super(e,r,JE,ch),this.core=e,this.logger=r}}class l7 extends nc{constructor(e,r){super(e,r,QE,ch,n=>n.id),this.core=e,this.logger=r}}class fh extends y4{constructor(e){super(e),this.protocol=cg,this.version=lg,this.name=lh.name,this.events=new br.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||lh.name,this.metadata=e?.metadata||K5();const r=typeof e?.logger<"u"&&typeof e?.logger!="string"?e.logger:pt.pino(pt.getDefaultLoggerOptions({level:e?.logger||lh.logger}));this.core=e?.core||new GE(e),this.logger=pt.generateChildLogger(r,this.name),this.session=new c7(this.core,this.logger),this.proposal=new a7(this.core,this.logger),this.pendingRequest=new l7(this.core,this.logger),this.engine=new o7(this)}static async init(e){const r=new fh(e);return await r.initialize(),r}get context(){return pt.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.core.verify.init({verifyUrl:this.metadata.verifyUrl}),this.logger.info("SignClient Initialization Success")}catch(e){throw this.logger.info("SignClient Initialization Failure"),this.logger.error(e.message),e}}}var dh={exports:{}};(function(t,e){var r=typeof self<"u"?self:pr,n=function(){function o(){this.fetch=!1,this.DOMException=r.DOMException}return o.prototype=r,new o}();(function(o){(function(c){var l={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 h(S){return S&&DataView.prototype.isPrototypeOf(S)}if(l.arrayBuffer)var d=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],v=ArrayBuffer.isView||function(S){return S&&d.indexOf(Object.prototype.toString.call(S))>-1};function x(S){if(typeof S!="string"&&(S=String(S)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(S))throw new TypeError("Invalid character in header field name");return S.toLowerCase()}function _(S){return typeof S!="string"&&(S=String(S)),S}function O(S){var j={next:function(){var ce=S.shift();return{done:ce===void 0,value:ce}}};return l.iterable&&(j[Symbol.iterator]=function(){return j}),j}function P(S){this.map={},S instanceof P?S.forEach(function(j,ce){this.append(ce,j)},this):Array.isArray(S)?S.forEach(function(j){this.append(j[0],j[1])},this):S&&Object.getOwnPropertyNames(S).forEach(function(j){this.append(j,S[j])},this)}P.prototype.append=function(S,j){S=x(S),j=_(j);var ce=this.map[S];this.map[S]=ce?ce+", "+j:j},P.prototype.delete=function(S){delete this.map[x(S)]},P.prototype.get=function(S){return S=x(S),this.has(S)?this.map[S]:null},P.prototype.has=function(S){return this.map.hasOwnProperty(x(S))},P.prototype.set=function(S,j){this.map[x(S)]=_(j)},P.prototype.forEach=function(S,j){for(var ce in this.map)this.map.hasOwnProperty(ce)&&S.call(j,this.map[ce],ce,this)},P.prototype.keys=function(){var S=[];return this.forEach(function(j,ce){S.push(ce)}),O(S)},P.prototype.values=function(){var S=[];return this.forEach(function(j){S.push(j)}),O(S)},P.prototype.entries=function(){var S=[];return this.forEach(function(j,ce){S.push([ce,j])}),O(S)},l.iterable&&(P.prototype[Symbol.iterator]=P.prototype.entries);function U(S){if(S.bodyUsed)return Promise.reject(new TypeError("Already read"));S.bodyUsed=!0}function H(S){return new Promise(function(j,ce){S.onload=function(){j(S.result)},S.onerror=function(){ce(S.error)}})}function G(S){var j=new FileReader,ce=H(j);return j.readAsArrayBuffer(S),ce}function R(S){var j=new FileReader,ce=H(j);return j.readAsText(S),ce}function L(S){for(var j=new Uint8Array(S),ce=new Array(j.length),le=0;le<j.length;le++)ce[le]=String.fromCharCode(j[le]);return ce.join("")}function $(S){if(S.slice)return S.slice(0);var j=new Uint8Array(S.byteLength);return j.set(new Uint8Array(S)),j.buffer}function T(){return this.bodyUsed=!1,this._initBody=function(S){this._bodyInit=S,S?typeof S=="string"?this._bodyText=S:l.blob&&Blob.prototype.isPrototypeOf(S)?this._bodyBlob=S:l.formData&&FormData.prototype.isPrototypeOf(S)?this._bodyFormData=S:l.searchParams&&URLSearchParams.prototype.isPrototypeOf(S)?this._bodyText=S.toString():l.arrayBuffer&&l.blob&&h(S)?(this._bodyArrayBuffer=$(S.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):l.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(S)||v(S))?this._bodyArrayBuffer=$(S):this._bodyText=S=Object.prototype.toString.call(S):this._bodyText="",this.headers.get("content-type")||(typeof S=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):l.searchParams&&URLSearchParams.prototype.isPrototypeOf(S)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},l.blob&&(this.blob=function(){var S=U(this);if(S)return S;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?U(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(G)}),this.text=function(){var S=U(this);if(S)return S;if(this._bodyBlob)return R(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(L(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},l.formData&&(this.formData=function(){return this.text().then(J)}),this.json=function(){return this.text().then(JSON.parse)},this}var I=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function f(S){var j=S.toUpperCase();return I.indexOf(j)>-1?j:S}function E(S,j){j=j||{};var ce=j.body;if(S instanceof E){if(S.bodyUsed)throw new TypeError("Already read");this.url=S.url,this.credentials=S.credentials,j.headers||(this.headers=new P(S.headers)),this.method=S.method,this.mode=S.mode,this.signal=S.signal,!ce&&S._bodyInit!=null&&(ce=S._bodyInit,S.bodyUsed=!0)}else this.url=String(S);if(this.credentials=j.credentials||this.credentials||"same-origin",(j.headers||!this.headers)&&(this.headers=new P(j.headers)),this.method=f(j.method||this.method||"GET"),this.mode=j.mode||this.mode||null,this.signal=j.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&ce)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(ce)}E.prototype.clone=function(){return new E(this,{body:this._bodyInit})};function J(S){var j=new FormData;return S.trim().split("&").forEach(function(ce){if(ce){var le=ce.split("="),re=le.shift().replace(/\+/g," "),ne=le.join("=").replace(/\+/g," ");j.append(decodeURIComponent(re),decodeURIComponent(ne))}}),j}function z(S){var j=new P,ce=S.replace(/\r?\n[\t ]+/g," ");return ce.split(/\r?\n/).forEach(function(le){var re=le.split(":"),ne=re.shift().trim();if(ne){var ae=re.join(":").trim();j.append(ne,ae)}}),j}T.call(E.prototype);function ee(S,j){j||(j={}),this.type="default",this.status=j.status===void 0?200:j.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in j?j.statusText:"OK",this.headers=new P(j.headers),this.url=j.url||"",this._initBody(S)}T.call(ee.prototype),ee.prototype.clone=function(){return new ee(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new P(this.headers),url:this.url})},ee.error=function(){var S=new ee(null,{status:0,statusText:""});return S.type="error",S};var de=[301,302,303,307,308];ee.redirect=function(S,j){if(de.indexOf(j)===-1)throw new RangeError("Invalid status code");return new ee(null,{status:j,headers:{location:S}})},c.DOMException=o.DOMException;try{new c.DOMException}catch{c.DOMException=function(j,ce){this.message=j,this.name=ce;var le=Error(j);this.stack=le.stack},c.DOMException.prototype=Object.create(Error.prototype),c.DOMException.prototype.constructor=c.DOMException}function me(S,j){return new Promise(function(ce,le){var re=new E(S,j);if(re.signal&&re.signal.aborted)return le(new c.DOMException("Aborted","AbortError"));var ne=new XMLHttpRequest;function ae(){ne.abort()}ne.onload=function(){var ie={status:ne.status,statusText:ne.statusText,headers:z(ne.getAllResponseHeaders()||"")};ie.url="responseURL"in ne?ne.responseURL:ie.headers.get("X-Request-URL");var De="response"in ne?ne.response:ne.responseText;ce(new ee(De,ie))},ne.onerror=function(){le(new TypeError("Network request failed"))},ne.ontimeout=function(){le(new TypeError("Network request failed"))},ne.onabort=function(){le(new c.DOMException("Aborted","AbortError"))},ne.open(re.method,re.url,!0),re.credentials==="include"?ne.withCredentials=!0:re.credentials==="omit"&&(ne.withCredentials=!1),"responseType"in ne&&l.blob&&(ne.responseType="blob"),re.headers.forEach(function(ie,De){ne.setRequestHeader(De,ie)}),re.signal&&(re.signal.addEventListener("abort",ae),ne.onreadystatechange=function(){ne.readyState===4&&re.signal.removeEventListener("abort",ae)}),ne.send(typeof re._bodyInit>"u"?null:re._bodyInit)})}return me.polyfill=!0,o.fetch||(o.fetch=me,o.Headers=P,o.Request=E,o.Response=ee),c.Headers=P,c.Request=E,c.Response=ee,c.fetch=me,Object.defineProperty(c,"__esModule",{value:!0}),c})({})})(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})(dh,dh.exports);var pg=uw(dh.exports);const gg={headers:{Accept:"application/json","Content-Type":"application/json"},method:"POST"},mg=10;class qi{constructor(e,r=!1){if(this.url=e,this.disableProviderPing=r,this.events=new br.exports.EventEmitter,this.isAvailable=!1,this.registering=!1,!Op(e))throw new Error(`Provided URL is not compatible with HTTP connection: ${e}`);this.url=e,this.disableProviderPing=r}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=Lo(e),o=await(await pg(this.url,Object.assign(Object.assign({},gg),{body:n}))).json();this.onPayload({data:o})}catch(n){this.onError(e.id,n)}}async register(e=this.url){if(!Op(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{if(!this.disableProviderPing){const r=Lo({id:1,jsonrpc:"2.0",method:"test",params:[]});await pg(e,Object.assign(Object.assign({},gg),{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"?qu(e.data):e.data;this.events.emit("payload",r)}onError(e,r){const n=this.parseError(r),i=n.message||n.toString(),o=ec(e,i);this.events.emit("payload",o)}parseError(e,r=this.url){return yp(e,r,"HTTP")}resetMaxListeners(){this.events.getMaxListeners()>mg&&this.events.setMaxListeners(mg)}}const wg="error",u7="wss://relay.walletconnect.com",h7="wc",f7="universal_provider",vg=`${h7}@2:${f7}:`,d7="https://rpc.walletconnect.com/v1",fi={DEFAULT_CHAIN_CHANGED:"default_chain_changed"};var zo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},ph={exports:{}};/**
|
|
73
73
|
* @license
|
|
74
74
|
* Lodash <https://lodash.com/>
|
|
75
75
|
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
76
76
|
* Released under MIT license <https://lodash.com/license>
|
|
77
77
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
78
78
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
79
|
-
*/(function(t,e){(function(){var r,n="4.17.21",i=200,o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",c="Expected a function",l="Invalid `variable` option passed into `_.template`",h="__lodash_hash_undefined__",d=500,v="__lodash_placeholder__",x=1,_=2,O=4,P=1,U=2,H=1,G=2,N=4,L=8,$=16,T=32,I=64,f=128,E=256,J=512,z=30,ee="...",de=800,me=16,A=1,j=2,ce=3,le=1/0,re=9007199254740991,ne=17976931348623157e292,ae=0/0,ie=4294967295,Se=ie-1,ge=ie>>>1,Be=[["ary",f],["bind",H],["bindKey",G],["curry",L],["curryRight",$],["flip",J],["partial",T],["partialRight",I],["rearg",E]],ye="[object Arguments]",Me="[object Array]",X="[object AsyncFunction]",Y="[object Boolean]",W="[object Date]",w="[object DOMException]",F="[object Error]",we="[object Function]",ve="[object GeneratorFunction]",Ue="[object Map]",nt="[object Number]",at="[object Null]",Ge="[object Object]",Dt="[object Promise]",$t="[object Proxy]",Je="[object RegExp]",He="[object Set]",ke="[object String]",Ke="[object Symbol]",rt="[object Undefined]",je="[object WeakMap]",Ze="[object WeakSet]",b="[object ArrayBuffer]",p="[object DataView]",m="[object Float32Array]",D="[object Float64Array]",B="[object Int8Array]",K="[object Int16Array]",Q="[object Int32Array]",Ee="[object Uint8Array]",Te="[object Uint8ClampedArray]",st="[object Uint16Array]",ht="[object Uint32Array]",lt=/\b__p \+= '';/g,Ur=/\b(__p \+=) '' \+/g,Jn=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Ii=/&(?:amp|lt|gt|quot|#39);/g,cs=/[&<>"']/g,zt=RegExp(Ii.source),Lt=RegExp(cs.source),Wt=/<%-([\s\S]+?)%>/g,qt=/<%([\s\S]+?)%>/g,Ft=/<%=([\s\S]+?)%>/g,Mt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ir=/^\w*$/,sr=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Vt=/[\\^$.*+?()[\]{}|]/g,or=RegExp(Vt.source),Kt=/^\s+/,Xt=/\s/,Gt=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Pt=/\{\n\/\* \[wrapped with (.+)\] \*/,ar=/,? & /,cr=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Ff=/[()=,{}\[\]\/\s]/,Bf=/\\(\\)?/g,kf=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,fn=/\w*$/,Hf=/^[-+]0x[0-9a-f]+$/i,zf=/^0b[01]+$/i,Wf=/^\[object .+?Constructor\]$/,qf=/^0o[0-7]+$/i,Vf=/^(?:0|[1-9]\d*)$/,Xn=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Xs=/($^)/,Kf=/['\n\r\u2028\u2029\\]/g,Qs="\\ud800-\\udfff",Gf="\\u0300-\\u036f",Zf="\\ufe20-\\ufe2f",eo="\\u20d0-\\u20ff",Gc=Gf+Zf+eo,Zc="\\u2700-\\u27bf",xn="a-z\\xdf-\\xf6\\xf8-\\xff",Yf="\\xac\\xb1\\xd7\\xf7",Jf="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Xf="\\u2000-\\u206f",Qf=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Yc="A-Z\\xc0-\\xd6\\xd8-\\xde",Jc="\\ufe0e\\ufe0f",ls=Yf+Jf+Xf+Qf,ma="['\u2019]",us="["+Qs+"]",wa="["+ls+"]",hs="["+Gc+"]",Xc="\\d+",e0="["+Zc+"]",Qc="["+xn+"]",el="[^"+Qs+ls+Xc+Zc+xn+Yc+"]",to="\\ud83c[\\udffb-\\udfff]",t0="(?:"+hs+"|"+to+")",tl="[^"+Qs+"]",ro="(?:\\ud83c[\\udde6-\\uddff]){2}",Oi="[\\ud800-\\udbff][\\udc00-\\udfff]",Qr="["+Yc+"]",rl="\\u200d",nl="(?:"+Qc+"|"+el+")",jn="(?:"+Qr+"|"+el+")",il="(?:"+ma+"(?:d|ll|m|re|s|t|ve))?",sl="(?:"+ma+"(?:D|LL|M|RE|S|T|VE))?",ol=t0+"?",al="["+Jc+"]?",r0="(?:"+rl+"(?:"+[tl,ro,Oi].join("|")+")"+al+ol+")*",Qn="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",cl="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",ll=al+ol+r0,no="(?:"+[e0,ro,Oi].join("|")+")"+ll,n0="(?:"+[tl+hs+"?",hs,ro,Oi,us].join("|")+")",va=RegExp(ma,"g"),i0=RegExp(hs,"g"),io=RegExp(to+"(?="+to+")|"+n0+ll,"g"),ul=RegExp([Qr+"?"+Qc+"+"+il+"(?="+[wa,Qr,"$"].join("|")+")",jn+"+"+sl+"(?="+[wa,Qr+nl,"$"].join("|")+")",Qr+"?"+nl+"+"+il,Qr+"+"+sl,cl,Qn,Xc,no].join("|"),"g"),hl=RegExp("["+rl+Qs+Gc+Jc+"]"),fs=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,fl=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],s0=-1,Ct={};Ct[m]=Ct[D]=Ct[B]=Ct[K]=Ct[Q]=Ct[Ee]=Ct[Te]=Ct[st]=Ct[ht]=!0,Ct[ye]=Ct[Me]=Ct[b]=Ct[Y]=Ct[p]=Ct[W]=Ct[F]=Ct[we]=Ct[Ue]=Ct[nt]=Ct[Ge]=Ct[Je]=Ct[He]=Ct[ke]=Ct[je]=!1;var xt={};xt[ye]=xt[Me]=xt[b]=xt[p]=xt[Y]=xt[W]=xt[m]=xt[D]=xt[B]=xt[K]=xt[Q]=xt[Ue]=xt[nt]=xt[Ge]=xt[Je]=xt[He]=xt[ke]=xt[Ke]=xt[Ee]=xt[Te]=xt[st]=xt[ht]=!0,xt[F]=xt[we]=xt[je]=!1;var R={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},q={"&":"&","<":"<",">":">",'"':""","'":"'"},fe={"&":"&","<":"<",">":">",""":'"',"'":"'"},Ce={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},It=parseFloat,Xe=parseInt,Tt=typeof Wo=="object"&&Wo&&Wo.Object===Object&&Wo,lr=typeof self=="object"&&self&&self.Object===Object&&self,mt=Tt||lr||Function("return this")(),Ot=e&&!e.nodeType&&e,Qt=Ot&&!0&&t&&!t.nodeType&&t,qr=Qt&&Qt.exports===Ot,ur=qr&&Tt.process,Rt=function(){try{var V=Qt&&Qt.require&&Qt.require("util").types;return V||ur&&ur.binding&&ur.binding("util")}catch{}}(),jr=Rt&&Rt.isArrayBuffer,Cn=Rt&&Rt.isDate,dn=Rt&&Rt.isMap,Fn=Rt&&Rt.isRegExp,ya=Rt&&Rt.isSet,ds=Rt&&Rt.isTypedArray;function vr(V,se,te){switch(te.length){case 0:return V.call(se);case 1:return V.call(se,te[0]);case 2:return V.call(se,te[0],te[1]);case 3:return V.call(se,te[0],te[1],te[2])}return V.apply(se,te)}function aS(V,se,te,Ie){for(var Ye=-1,vt=V==null?0:V.length;++Ye<vt;){var fr=V[Ye];se(Ie,fr,te(fr),V)}return Ie}function pn(V,se){for(var te=-1,Ie=V==null?0:V.length;++te<Ie&&se(V[te],te,V)!==!1;);return V}function cS(V,se){for(var te=V==null?0:V.length;te--&&se(V[te],te,V)!==!1;);return V}function pm(V,se){for(var te=-1,Ie=V==null?0:V.length;++te<Ie;)if(!se(V[te],te,V))return!1;return!0}function Ai(V,se){for(var te=-1,Ie=V==null?0:V.length,Ye=0,vt=[];++te<Ie;){var fr=V[te];se(fr,te,V)&&(vt[Ye++]=fr)}return vt}function dl(V,se){var te=V==null?0:V.length;return!!te&&so(V,se,0)>-1}function o0(V,se,te){for(var Ie=-1,Ye=V==null?0:V.length;++Ie<Ye;)if(te(se,V[Ie]))return!0;return!1}function Ut(V,se){for(var te=-1,Ie=V==null?0:V.length,Ye=Array(Ie);++te<Ie;)Ye[te]=se(V[te],te,V);return Ye}function Si(V,se){for(var te=-1,Ie=se.length,Ye=V.length;++te<Ie;)V[Ye+te]=se[te];return V}function a0(V,se,te,Ie){var Ye=-1,vt=V==null?0:V.length;for(Ie&&vt&&(te=V[++Ye]);++Ye<vt;)te=se(te,V[Ye],Ye,V);return te}function lS(V,se,te,Ie){var Ye=V==null?0:V.length;for(Ie&&Ye&&(te=V[--Ye]);Ye--;)te=se(te,V[Ye],Ye,V);return te}function c0(V,se){for(var te=-1,Ie=V==null?0:V.length;++te<Ie;)if(se(V[te],te,V))return!0;return!1}var uS=l0("length");function hS(V){return V.split("")}function fS(V){return V.match(cr)||[]}function gm(V,se,te){var Ie;return te(V,function(Ye,vt,fr){if(se(Ye,vt,fr))return Ie=vt,!1}),Ie}function pl(V,se,te,Ie){for(var Ye=V.length,vt=te+(Ie?1:-1);Ie?vt--:++vt<Ye;)if(se(V[vt],vt,V))return vt;return-1}function so(V,se,te){return se===se?CS(V,se,te):pl(V,mm,te)}function dS(V,se,te,Ie){for(var Ye=te-1,vt=V.length;++Ye<vt;)if(Ie(V[Ye],se))return Ye;return-1}function mm(V){return V!==V}function wm(V,se){var te=V==null?0:V.length;return te?h0(V,se)/te:ae}function l0(V){return function(se){return se==null?r:se[V]}}function u0(V){return function(se){return V==null?r:V[se]}}function vm(V,se,te,Ie,Ye){return Ye(V,function(vt,fr,At){te=Ie?(Ie=!1,vt):se(te,vt,fr,At)}),te}function pS(V,se){var te=V.length;for(V.sort(se);te--;)V[te]=V[te].value;return V}function h0(V,se){for(var te,Ie=-1,Ye=V.length;++Ie<Ye;){var vt=se(V[Ie]);vt!==r&&(te=te===r?vt:te+vt)}return te}function f0(V,se){for(var te=-1,Ie=Array(V);++te<V;)Ie[te]=se(te);return Ie}function gS(V,se){return Ut(se,function(te){return[te,V[te]]})}function ym(V){return V&&V.slice(0,xm(V)+1).replace(Kt,"")}function en(V){return function(se){return V(se)}}function d0(V,se){return Ut(se,function(te){return V[te]})}function ba(V,se){return V.has(se)}function bm(V,se){for(var te=-1,Ie=V.length;++te<Ie&&so(se,V[te],0)>-1;);return te}function _m(V,se){for(var te=V.length;te--&&so(se,V[te],0)>-1;);return te}function mS(V,se){for(var te=V.length,Ie=0;te--;)V[te]===se&&++Ie;return Ie}var wS=u0(R),vS=u0(q);function yS(V){return"\\"+Ce[V]}function bS(V,se){return V==null?r:V[se]}function oo(V){return hl.test(V)}function _S(V){return fs.test(V)}function ES(V){for(var se,te=[];!(se=V.next()).done;)te.push(se.value);return te}function p0(V){var se=-1,te=Array(V.size);return V.forEach(function(Ie,Ye){te[++se]=[Ye,Ie]}),te}function Em(V,se){return function(te){return V(se(te))}}function Di(V,se){for(var te=-1,Ie=V.length,Ye=0,vt=[];++te<Ie;){var fr=V[te];(fr===se||fr===v)&&(V[te]=v,vt[Ye++]=te)}return vt}function gl(V){var se=-1,te=Array(V.size);return V.forEach(function(Ie){te[++se]=Ie}),te}function xS(V){var se=-1,te=Array(V.size);return V.forEach(function(Ie){te[++se]=[Ie,Ie]}),te}function CS(V,se,te){for(var Ie=te-1,Ye=V.length;++Ie<Ye;)if(V[Ie]===se)return Ie;return-1}function IS(V,se,te){for(var Ie=te+1;Ie--;)if(V[Ie]===se)return Ie;return Ie}function ao(V){return oo(V)?AS(V):uS(V)}function In(V){return oo(V)?SS(V):hS(V)}function xm(V){for(var se=V.length;se--&&Xt.test(V.charAt(se)););return se}var OS=u0(fe);function AS(V){for(var se=io.lastIndex=0;io.test(V);)++se;return se}function SS(V){return V.match(io)||[]}function DS(V){return V.match(ul)||[]}var $S=function V(se){se=se==null?mt:co.defaults(mt.Object(),se,co.pick(mt,fl));var te=se.Array,Ie=se.Date,Ye=se.Error,vt=se.Function,fr=se.Math,At=se.Object,g0=se.RegExp,PS=se.String,gn=se.TypeError,ml=te.prototype,TS=vt.prototype,lo=At.prototype,wl=se["__core-js_shared__"],vl=TS.toString,bt=lo.hasOwnProperty,RS=0,Cm=function(){var s=/[^.]+$/.exec(wl&&wl.keys&&wl.keys.IE_PROTO||"");return s?"Symbol(src)_1."+s:""}(),yl=lo.toString,NS=vl.call(At),LS=mt._,MS=g0("^"+vl.call(bt).replace(Vt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),bl=qr?se.Buffer:r,$i=se.Symbol,_l=se.Uint8Array,Im=bl?bl.allocUnsafe:r,El=Em(At.getPrototypeOf,At),Om=At.create,Am=lo.propertyIsEnumerable,xl=ml.splice,Sm=$i?$i.isConcatSpreadable:r,_a=$i?$i.iterator:r,ps=$i?$i.toStringTag:r,Cl=function(){try{var s=ys(At,"defineProperty");return s({},"",{}),s}catch{}}(),US=se.clearTimeout!==mt.clearTimeout&&se.clearTimeout,jS=Ie&&Ie.now!==mt.Date.now&&Ie.now,FS=se.setTimeout!==mt.setTimeout&&se.setTimeout,Il=fr.ceil,Ol=fr.floor,m0=At.getOwnPropertySymbols,BS=bl?bl.isBuffer:r,Dm=se.isFinite,kS=ml.join,HS=Em(At.keys,At),dr=fr.max,Ar=fr.min,zS=Ie.now,WS=se.parseInt,$m=fr.random,qS=ml.reverse,w0=ys(se,"DataView"),Ea=ys(se,"Map"),v0=ys(se,"Promise"),uo=ys(se,"Set"),xa=ys(se,"WeakMap"),Ca=ys(At,"create"),Al=xa&&new xa,ho={},VS=bs(w0),KS=bs(Ea),GS=bs(v0),ZS=bs(uo),YS=bs(xa),Sl=$i?$i.prototype:r,Ia=Sl?Sl.valueOf:r,Pm=Sl?Sl.toString:r;function C(s){if(Zt(s)&&!Qe(s)&&!(s instanceof dt)){if(s instanceof mn)return s;if(bt.call(s,"__wrapped__"))return T2(s)}return new mn(s)}var fo=function(){function s(){}return function(a){if(!Bt(a))return{};if(Om)return Om(a);s.prototype=a;var u=new s;return s.prototype=r,u}}();function Dl(){}function mn(s,a){this.__wrapped__=s,this.__actions__=[],this.__chain__=!!a,this.__index__=0,this.__values__=r}C.templateSettings={escape:Wt,evaluate:qt,interpolate:Ft,variable:"",imports:{_:C}},C.prototype=Dl.prototype,C.prototype.constructor=C,mn.prototype=fo(Dl.prototype),mn.prototype.constructor=mn;function dt(s){this.__wrapped__=s,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=ie,this.__views__=[]}function JS(){var s=new dt(this.__wrapped__);return s.__actions__=Vr(this.__actions__),s.__dir__=this.__dir__,s.__filtered__=this.__filtered__,s.__iteratees__=Vr(this.__iteratees__),s.__takeCount__=this.__takeCount__,s.__views__=Vr(this.__views__),s}function XS(){if(this.__filtered__){var s=new dt(this);s.__dir__=-1,s.__filtered__=!0}else s=this.clone(),s.__dir__*=-1;return s}function QS(){var s=this.__wrapped__.value(),a=this.__dir__,u=Qe(s),g=a<0,y=u?s.length:0,S=h$(0,y,this.__views__),M=S.start,k=S.end,Z=k-M,ue=g?k:M-1,he=this.__iteratees__,pe=he.length,be=0,Pe=Ar(Z,this.__takeCount__);if(!u||!g&&y==Z&&Pe==Z)return t2(s,this.__actions__);var We=[];e:for(;Z--&&be<Pe;){ue+=a;for(var ot=-1,qe=s[ue];++ot<pe;){var ft=he[ot],wt=ft.iteratee,nn=ft.type,kr=wt(qe);if(nn==j)qe=kr;else if(!kr){if(nn==A)continue e;break e}}We[be++]=qe}return We}dt.prototype=fo(Dl.prototype),dt.prototype.constructor=dt;function gs(s){var a=-1,u=s==null?0:s.length;for(this.clear();++a<u;){var g=s[a];this.set(g[0],g[1])}}function eD(){this.__data__=Ca?Ca(null):{},this.size=0}function tD(s){var a=this.has(s)&&delete this.__data__[s];return this.size-=a?1:0,a}function rD(s){var a=this.__data__;if(Ca){var u=a[s];return u===h?r:u}return bt.call(a,s)?a[s]:r}function nD(s){var a=this.__data__;return Ca?a[s]!==r:bt.call(a,s)}function iD(s,a){var u=this.__data__;return this.size+=this.has(s)?0:1,u[s]=Ca&&a===r?h:a,this}gs.prototype.clear=eD,gs.prototype.delete=tD,gs.prototype.get=rD,gs.prototype.has=nD,gs.prototype.set=iD;function ei(s){var a=-1,u=s==null?0:s.length;for(this.clear();++a<u;){var g=s[a];this.set(g[0],g[1])}}function sD(){this.__data__=[],this.size=0}function oD(s){var a=this.__data__,u=$l(a,s);if(u<0)return!1;var g=a.length-1;return u==g?a.pop():xl.call(a,u,1),--this.size,!0}function aD(s){var a=this.__data__,u=$l(a,s);return u<0?r:a[u][1]}function cD(s){return $l(this.__data__,s)>-1}function lD(s,a){var u=this.__data__,g=$l(u,s);return g<0?(++this.size,u.push([s,a])):u[g][1]=a,this}ei.prototype.clear=sD,ei.prototype.delete=oD,ei.prototype.get=aD,ei.prototype.has=cD,ei.prototype.set=lD;function ti(s){var a=-1,u=s==null?0:s.length;for(this.clear();++a<u;){var g=s[a];this.set(g[0],g[1])}}function uD(){this.size=0,this.__data__={hash:new gs,map:new(Ea||ei),string:new gs}}function hD(s){var a=Hl(this,s).delete(s);return this.size-=a?1:0,a}function fD(s){return Hl(this,s).get(s)}function dD(s){return Hl(this,s).has(s)}function pD(s,a){var u=Hl(this,s),g=u.size;return u.set(s,a),this.size+=u.size==g?0:1,this}ti.prototype.clear=uD,ti.prototype.delete=hD,ti.prototype.get=fD,ti.prototype.has=dD,ti.prototype.set=pD;function ms(s){var a=-1,u=s==null?0:s.length;for(this.__data__=new ti;++a<u;)this.add(s[a])}function gD(s){return this.__data__.set(s,h),this}function mD(s){return this.__data__.has(s)}ms.prototype.add=ms.prototype.push=gD,ms.prototype.has=mD;function On(s){var a=this.__data__=new ei(s);this.size=a.size}function wD(){this.__data__=new ei,this.size=0}function vD(s){var a=this.__data__,u=a.delete(s);return this.size=a.size,u}function yD(s){return this.__data__.get(s)}function bD(s){return this.__data__.has(s)}function _D(s,a){var u=this.__data__;if(u instanceof ei){var g=u.__data__;if(!Ea||g.length<i-1)return g.push([s,a]),this.size=++u.size,this;u=this.__data__=new ti(g)}return u.set(s,a),this.size=u.size,this}On.prototype.clear=wD,On.prototype.delete=vD,On.prototype.get=yD,On.prototype.has=bD,On.prototype.set=_D;function Tm(s,a){var u=Qe(s),g=!u&&_s(s),y=!u&&!g&&Li(s),S=!u&&!g&&!y&&wo(s),M=u||g||y||S,k=M?f0(s.length,PS):[],Z=k.length;for(var ue in s)(a||bt.call(s,ue))&&!(M&&(ue=="length"||y&&(ue=="offset"||ue=="parent")||S&&(ue=="buffer"||ue=="byteLength"||ue=="byteOffset")||si(ue,Z)))&&k.push(ue);return k}function Rm(s){var a=s.length;return a?s[D0(0,a-1)]:r}function ED(s,a){return zl(Vr(s),ws(a,0,s.length))}function xD(s){return zl(Vr(s))}function y0(s,a,u){(u!==r&&!An(s[a],u)||u===r&&!(a in s))&&ri(s,a,u)}function Oa(s,a,u){var g=s[a];(!(bt.call(s,a)&&An(g,u))||u===r&&!(a in s))&&ri(s,a,u)}function $l(s,a){for(var u=s.length;u--;)if(An(s[u][0],a))return u;return-1}function CD(s,a,u,g){return Pi(s,function(y,S,M){a(g,y,u(y),M)}),g}function Nm(s,a){return s&&kn(a,yr(a),s)}function ID(s,a){return s&&kn(a,Gr(a),s)}function ri(s,a,u){a=="__proto__"&&Cl?Cl(s,a,{configurable:!0,enumerable:!0,value:u,writable:!0}):s[a]=u}function b0(s,a){for(var u=-1,g=a.length,y=te(g),S=s==null;++u<g;)y[u]=S?r:ed(s,a[u]);return y}function ws(s,a,u){return s===s&&(u!==r&&(s=s<=u?s:u),a!==r&&(s=s>=a?s:a)),s}function wn(s,a,u,g,y,S){var M,k=a&x,Z=a&_,ue=a&O;if(u&&(M=y?u(s,g,y,S):u(s)),M!==r)return M;if(!Bt(s))return s;var he=Qe(s);if(he){if(M=d$(s),!k)return Vr(s,M)}else{var pe=Sr(s),be=pe==we||pe==ve;if(Li(s))return i2(s,k);if(pe==Ge||pe==ye||be&&!y){if(M=Z||be?{}:x2(s),!k)return Z?r$(s,ID(M,s)):t$(s,Nm(M,s))}else{if(!xt[pe])return y?s:{};M=p$(s,pe,k)}}S||(S=new On);var Pe=S.get(s);if(Pe)return Pe;S.set(s,M),X2(s)?s.forEach(function(qe){M.add(wn(qe,a,u,qe,s,S))}):Y2(s)&&s.forEach(function(qe,ft){M.set(ft,wn(qe,a,u,ft,s,S))});var We=ue?Z?B0:F0:Z?Gr:yr,ot=he?r:We(s);return pn(ot||s,function(qe,ft){ot&&(ft=qe,qe=s[ft]),Oa(M,ft,wn(qe,a,u,ft,s,S))}),M}function OD(s){var a=yr(s);return function(u){return Lm(u,s,a)}}function Lm(s,a,u){var g=u.length;if(s==null)return!g;for(s=At(s);g--;){var y=u[g],S=a[y],M=s[y];if(M===r&&!(y in s)||!S(M))return!1}return!0}function Mm(s,a,u){if(typeof s!="function")throw new gn(c);return Ra(function(){s.apply(r,u)},a)}function Aa(s,a,u,g){var y=-1,S=dl,M=!0,k=s.length,Z=[],ue=a.length;if(!k)return Z;u&&(a=Ut(a,en(u))),g?(S=o0,M=!1):a.length>=i&&(S=ba,M=!1,a=new ms(a));e:for(;++y<k;){var he=s[y],pe=u==null?he:u(he);if(he=g||he!==0?he:0,M&&pe===pe){for(var be=ue;be--;)if(a[be]===pe)continue e;Z.push(he)}else S(a,pe,g)||Z.push(he)}return Z}var Pi=l2(Bn),Um=l2(E0,!0);function AD(s,a){var u=!0;return Pi(s,function(g,y,S){return u=!!a(g,y,S),u}),u}function Pl(s,a,u){for(var g=-1,y=s.length;++g<y;){var S=s[g],M=a(S);if(M!=null&&(k===r?M===M&&!rn(M):u(M,k)))var k=M,Z=S}return Z}function SD(s,a,u,g){var y=s.length;for(u=it(u),u<0&&(u=-u>y?0:y+u),g=g===r||g>y?y:it(g),g<0&&(g+=y),g=u>g?0:ew(g);u<g;)s[u++]=a;return s}function jm(s,a){var u=[];return Pi(s,function(g,y,S){a(g,y,S)&&u.push(g)}),u}function Cr(s,a,u,g,y){var S=-1,M=s.length;for(u||(u=m$),y||(y=[]);++S<M;){var k=s[S];a>0&&u(k)?a>1?Cr(k,a-1,u,g,y):Si(y,k):g||(y[y.length]=k)}return y}var _0=u2(),Fm=u2(!0);function Bn(s,a){return s&&_0(s,a,yr)}function E0(s,a){return s&&Fm(s,a,yr)}function Tl(s,a){return Ai(a,function(u){return oi(s[u])})}function vs(s,a){a=Ri(a,s);for(var u=0,g=a.length;s!=null&&u<g;)s=s[Hn(a[u++])];return u&&u==g?s:r}function Bm(s,a,u){var g=a(s);return Qe(s)?g:Si(g,u(s))}function Fr(s){return s==null?s===r?rt:at:ps&&ps in At(s)?u$(s):x$(s)}function x0(s,a){return s>a}function DD(s,a){return s!=null&&bt.call(s,a)}function $D(s,a){return s!=null&&a in At(s)}function PD(s,a,u){return s>=Ar(a,u)&&s<dr(a,u)}function C0(s,a,u){for(var g=u?o0:dl,y=s[0].length,S=s.length,M=S,k=te(S),Z=1/0,ue=[];M--;){var he=s[M];M&&a&&(he=Ut(he,en(a))),Z=Ar(he.length,Z),k[M]=!u&&(a||y>=120&&he.length>=120)?new ms(M&&he):r}he=s[0];var pe=-1,be=k[0];e:for(;++pe<y&&ue.length<Z;){var Pe=he[pe],We=a?a(Pe):Pe;if(Pe=u||Pe!==0?Pe:0,!(be?ba(be,We):g(ue,We,u))){for(M=S;--M;){var ot=k[M];if(!(ot?ba(ot,We):g(s[M],We,u)))continue e}be&&be.push(We),ue.push(Pe)}}return ue}function TD(s,a,u,g){return Bn(s,function(y,S,M){a(g,u(y),S,M)}),g}function Sa(s,a,u){a=Ri(a,s),s=A2(s,a);var g=s==null?s:s[Hn(yn(a))];return g==null?r:vr(g,s,u)}function km(s){return Zt(s)&&Fr(s)==ye}function RD(s){return Zt(s)&&Fr(s)==b}function ND(s){return Zt(s)&&Fr(s)==W}function Da(s,a,u,g,y){return s===a?!0:s==null||a==null||!Zt(s)&&!Zt(a)?s!==s&&a!==a:LD(s,a,u,g,Da,y)}function LD(s,a,u,g,y,S){var M=Qe(s),k=Qe(a),Z=M?Me:Sr(s),ue=k?Me:Sr(a);Z=Z==ye?Ge:Z,ue=ue==ye?Ge:ue;var he=Z==Ge,pe=ue==Ge,be=Z==ue;if(be&&Li(s)){if(!Li(a))return!1;M=!0,he=!1}if(be&&!he)return S||(S=new On),M||wo(s)?b2(s,a,u,g,y,S):c$(s,a,Z,u,g,y,S);if(!(u&P)){var Pe=he&&bt.call(s,"__wrapped__"),We=pe&&bt.call(a,"__wrapped__");if(Pe||We){var ot=Pe?s.value():s,qe=We?a.value():a;return S||(S=new On),y(ot,qe,u,g,S)}}return be?(S||(S=new On),l$(s,a,u,g,y,S)):!1}function MD(s){return Zt(s)&&Sr(s)==Ue}function I0(s,a,u,g){var y=u.length,S=y,M=!g;if(s==null)return!S;for(s=At(s);y--;){var k=u[y];if(M&&k[2]?k[1]!==s[k[0]]:!(k[0]in s))return!1}for(;++y<S;){k=u[y];var Z=k[0],ue=s[Z],he=k[1];if(M&&k[2]){if(ue===r&&!(Z in s))return!1}else{var pe=new On;if(g)var be=g(ue,he,Z,s,a,pe);if(!(be===r?Da(he,ue,P|U,g,pe):be))return!1}}return!0}function Hm(s){if(!Bt(s)||v$(s))return!1;var a=oi(s)?MS:Wf;return a.test(bs(s))}function UD(s){return Zt(s)&&Fr(s)==Je}function jD(s){return Zt(s)&&Sr(s)==He}function FD(s){return Zt(s)&&Zl(s.length)&&!!Ct[Fr(s)]}function zm(s){return typeof s=="function"?s:s==null?Zr:typeof s=="object"?Qe(s)?Vm(s[0],s[1]):qm(s):hw(s)}function O0(s){if(!Ta(s))return HS(s);var a=[];for(var u in At(s))bt.call(s,u)&&u!="constructor"&&a.push(u);return a}function BD(s){if(!Bt(s))return E$(s);var a=Ta(s),u=[];for(var g in s)g=="constructor"&&(a||!bt.call(s,g))||u.push(g);return u}function A0(s,a){return s<a}function Wm(s,a){var u=-1,g=Kr(s)?te(s.length):[];return Pi(s,function(y,S,M){g[++u]=a(y,S,M)}),g}function qm(s){var a=H0(s);return a.length==1&&a[0][2]?I2(a[0][0],a[0][1]):function(u){return u===s||I0(u,s,a)}}function Vm(s,a){return W0(s)&&C2(a)?I2(Hn(s),a):function(u){var g=ed(u,s);return g===r&&g===a?td(u,s):Da(a,g,P|U)}}function Rl(s,a,u,g,y){s!==a&&_0(a,function(S,M){if(y||(y=new On),Bt(S))kD(s,a,M,u,Rl,g,y);else{var k=g?g(V0(s,M),S,M+"",s,a,y):r;k===r&&(k=S),y0(s,M,k)}},Gr)}function kD(s,a,u,g,y,S,M){var k=V0(s,u),Z=V0(a,u),ue=M.get(Z);if(ue){y0(s,u,ue);return}var he=S?S(k,Z,u+"",s,a,M):r,pe=he===r;if(pe){var be=Qe(Z),Pe=!be&&Li(Z),We=!be&&!Pe&&wo(Z);he=Z,be||Pe||We?Qe(k)?he=k:er(k)?he=Vr(k):Pe?(pe=!1,he=i2(Z,!0)):We?(pe=!1,he=s2(Z,!0)):he=[]:Na(Z)||_s(Z)?(he=k,_s(k)?he=tw(k):(!Bt(k)||oi(k))&&(he=x2(Z))):pe=!1}pe&&(M.set(Z,he),y(he,Z,g,S,M),M.delete(Z)),y0(s,u,he)}function Km(s,a){var u=s.length;if(u)return a+=a<0?u:0,si(a,u)?s[a]:r}function Gm(s,a,u){a.length?a=Ut(a,function(S){return Qe(S)?function(M){return vs(M,S.length===1?S[0]:S)}:S}):a=[Zr];var g=-1;a=Ut(a,en(ze()));var y=Wm(s,function(S,M,k){var Z=Ut(a,function(ue){return ue(S)});return{criteria:Z,index:++g,value:S}});return pS(y,function(S,M){return e$(S,M,u)})}function HD(s,a){return Zm(s,a,function(u,g){return td(s,g)})}function Zm(s,a,u){for(var g=-1,y=a.length,S={};++g<y;){var M=a[g],k=vs(s,M);u(k,M)&&$a(S,Ri(M,s),k)}return S}function zD(s){return function(a){return vs(a,s)}}function S0(s,a,u,g){var y=g?dS:so,S=-1,M=a.length,k=s;for(s===a&&(a=Vr(a)),u&&(k=Ut(s,en(u)));++S<M;)for(var Z=0,ue=a[S],he=u?u(ue):ue;(Z=y(k,he,Z,g))>-1;)k!==s&&xl.call(k,Z,1),xl.call(s,Z,1);return s}function Ym(s,a){for(var u=s?a.length:0,g=u-1;u--;){var y=a[u];if(u==g||y!==S){var S=y;si(y)?xl.call(s,y,1):T0(s,y)}}return s}function D0(s,a){return s+Ol($m()*(a-s+1))}function WD(s,a,u,g){for(var y=-1,S=dr(Il((a-s)/(u||1)),0),M=te(S);S--;)M[g?S:++y]=s,s+=u;return M}function $0(s,a){var u="";if(!s||a<1||a>re)return u;do a%2&&(u+=s),a=Ol(a/2),a&&(s+=s);while(a);return u}function ct(s,a){return K0(O2(s,a,Zr),s+"")}function qD(s){return Rm(vo(s))}function VD(s,a){var u=vo(s);return zl(u,ws(a,0,u.length))}function $a(s,a,u,g){if(!Bt(s))return s;a=Ri(a,s);for(var y=-1,S=a.length,M=S-1,k=s;k!=null&&++y<S;){var Z=Hn(a[y]),ue=u;if(Z==="__proto__"||Z==="constructor"||Z==="prototype")return s;if(y!=M){var he=k[Z];ue=g?g(he,Z,k):r,ue===r&&(ue=Bt(he)?he:si(a[y+1])?[]:{})}Oa(k,Z,ue),k=k[Z]}return s}var Jm=Al?function(s,a){return Al.set(s,a),s}:Zr,KD=Cl?function(s,a){return Cl(s,"toString",{configurable:!0,enumerable:!1,value:nd(a),writable:!0})}:Zr;function GD(s){return zl(vo(s))}function vn(s,a,u){var g=-1,y=s.length;a<0&&(a=-a>y?0:y+a),u=u>y?y:u,u<0&&(u+=y),y=a>u?0:u-a>>>0,a>>>=0;for(var S=te(y);++g<y;)S[g]=s[g+a];return S}function ZD(s,a){var u;return Pi(s,function(g,y,S){return u=a(g,y,S),!u}),!!u}function Nl(s,a,u){var g=0,y=s==null?g:s.length;if(typeof a=="number"&&a===a&&y<=ge){for(;g<y;){var S=g+y>>>1,M=s[S];M!==null&&!rn(M)&&(u?M<=a:M<a)?g=S+1:y=S}return y}return P0(s,a,Zr,u)}function P0(s,a,u,g){var y=0,S=s==null?0:s.length;if(S===0)return 0;a=u(a);for(var M=a!==a,k=a===null,Z=rn(a),ue=a===r;y<S;){var he=Ol((y+S)/2),pe=u(s[he]),be=pe!==r,Pe=pe===null,We=pe===pe,ot=rn(pe);if(M)var qe=g||We;else ue?qe=We&&(g||be):k?qe=We&&be&&(g||!Pe):Z?qe=We&&be&&!Pe&&(g||!ot):Pe||ot?qe=!1:qe=g?pe<=a:pe<a;qe?y=he+1:S=he}return Ar(S,Se)}function Xm(s,a){for(var u=-1,g=s.length,y=0,S=[];++u<g;){var M=s[u],k=a?a(M):M;if(!u||!An(k,Z)){var Z=k;S[y++]=M===0?0:M}}return S}function Qm(s){return typeof s=="number"?s:rn(s)?ae:+s}function tn(s){if(typeof s=="string")return s;if(Qe(s))return Ut(s,tn)+"";if(rn(s))return Pm?Pm.call(s):"";var a=s+"";return a=="0"&&1/s==-le?"-0":a}function Ti(s,a,u){var g=-1,y=dl,S=s.length,M=!0,k=[],Z=k;if(u)M=!1,y=o0;else if(S>=i){var ue=a?null:o$(s);if(ue)return gl(ue);M=!1,y=ba,Z=new ms}else Z=a?[]:k;e:for(;++g<S;){var he=s[g],pe=a?a(he):he;if(he=u||he!==0?he:0,M&&pe===pe){for(var be=Z.length;be--;)if(Z[be]===pe)continue e;a&&Z.push(pe),k.push(he)}else y(Z,pe,u)||(Z!==k&&Z.push(pe),k.push(he))}return k}function T0(s,a){return a=Ri(a,s),s=A2(s,a),s==null||delete s[Hn(yn(a))]}function e2(s,a,u,g){return $a(s,a,u(vs(s,a)),g)}function Ll(s,a,u,g){for(var y=s.length,S=g?y:-1;(g?S--:++S<y)&&a(s[S],S,s););return u?vn(s,g?0:S,g?S+1:y):vn(s,g?S+1:0,g?y:S)}function t2(s,a){var u=s;return u instanceof dt&&(u=u.value()),a0(a,function(g,y){return y.func.apply(y.thisArg,Si([g],y.args))},u)}function R0(s,a,u){var g=s.length;if(g<2)return g?Ti(s[0]):[];for(var y=-1,S=te(g);++y<g;)for(var M=s[y],k=-1;++k<g;)k!=y&&(S[y]=Aa(S[y]||M,s[k],a,u));return Ti(Cr(S,1),a,u)}function r2(s,a,u){for(var g=-1,y=s.length,S=a.length,M={};++g<y;){var k=g<S?a[g]:r;u(M,s[g],k)}return M}function N0(s){return er(s)?s:[]}function L0(s){return typeof s=="function"?s:Zr}function Ri(s,a){return Qe(s)?s:W0(s,a)?[s]:P2(yt(s))}var YD=ct;function Ni(s,a,u){var g=s.length;return u=u===r?g:u,!a&&u>=g?s:vn(s,a,u)}var n2=US||function(s){return mt.clearTimeout(s)};function i2(s,a){if(a)return s.slice();var u=s.length,g=Im?Im(u):new s.constructor(u);return s.copy(g),g}function M0(s){var a=new s.constructor(s.byteLength);return new _l(a).set(new _l(s)),a}function JD(s,a){var u=a?M0(s.buffer):s.buffer;return new s.constructor(u,s.byteOffset,s.byteLength)}function XD(s){var a=new s.constructor(s.source,fn.exec(s));return a.lastIndex=s.lastIndex,a}function QD(s){return Ia?At(Ia.call(s)):{}}function s2(s,a){var u=a?M0(s.buffer):s.buffer;return new s.constructor(u,s.byteOffset,s.length)}function o2(s,a){if(s!==a){var u=s!==r,g=s===null,y=s===s,S=rn(s),M=a!==r,k=a===null,Z=a===a,ue=rn(a);if(!k&&!ue&&!S&&s>a||S&&M&&Z&&!k&&!ue||g&&M&&Z||!u&&Z||!y)return 1;if(!g&&!S&&!ue&&s<a||ue&&u&&y&&!g&&!S||k&&u&&y||!M&&y||!Z)return-1}return 0}function e$(s,a,u){for(var g=-1,y=s.criteria,S=a.criteria,M=y.length,k=u.length;++g<M;){var Z=o2(y[g],S[g]);if(Z){if(g>=k)return Z;var ue=u[g];return Z*(ue=="desc"?-1:1)}}return s.index-a.index}function a2(s,a,u,g){for(var y=-1,S=s.length,M=u.length,k=-1,Z=a.length,ue=dr(S-M,0),he=te(Z+ue),pe=!g;++k<Z;)he[k]=a[k];for(;++y<M;)(pe||y<S)&&(he[u[y]]=s[y]);for(;ue--;)he[k++]=s[y++];return he}function c2(s,a,u,g){for(var y=-1,S=s.length,M=-1,k=u.length,Z=-1,ue=a.length,he=dr(S-k,0),pe=te(he+ue),be=!g;++y<he;)pe[y]=s[y];for(var Pe=y;++Z<ue;)pe[Pe+Z]=a[Z];for(;++M<k;)(be||y<S)&&(pe[Pe+u[M]]=s[y++]);return pe}function Vr(s,a){var u=-1,g=s.length;for(a||(a=te(g));++u<g;)a[u]=s[u];return a}function kn(s,a,u,g){var y=!u;u||(u={});for(var S=-1,M=a.length;++S<M;){var k=a[S],Z=g?g(u[k],s[k],k,u,s):r;Z===r&&(Z=s[k]),y?ri(u,k,Z):Oa(u,k,Z)}return u}function t$(s,a){return kn(s,z0(s),a)}function r$(s,a){return kn(s,_2(s),a)}function Ml(s,a){return function(u,g){var y=Qe(u)?aS:CD,S=a?a():{};return y(u,s,ze(g,2),S)}}function po(s){return ct(function(a,u){var g=-1,y=u.length,S=y>1?u[y-1]:r,M=y>2?u[2]:r;for(S=s.length>3&&typeof S=="function"?(y--,S):r,M&&Br(u[0],u[1],M)&&(S=y<3?r:S,y=1),a=At(a);++g<y;){var k=u[g];k&&s(a,k,g,S)}return a})}function l2(s,a){return function(u,g){if(u==null)return u;if(!Kr(u))return s(u,g);for(var y=u.length,S=a?y:-1,M=At(u);(a?S--:++S<y)&&g(M[S],S,M)!==!1;);return u}}function u2(s){return function(a,u,g){for(var y=-1,S=At(a),M=g(a),k=M.length;k--;){var Z=M[s?k:++y];if(u(S[Z],Z,S)===!1)break}return a}}function n$(s,a,u){var g=a&H,y=Pa(s);function S(){var M=this&&this!==mt&&this instanceof S?y:s;return M.apply(g?u:this,arguments)}return S}function h2(s){return function(a){a=yt(a);var u=oo(a)?In(a):r,g=u?u[0]:a.charAt(0),y=u?Ni(u,1).join(""):a.slice(1);return g[s]()+y}}function go(s){return function(a){return a0(lw(cw(a).replace(va,"")),s,"")}}function Pa(s){return function(){var a=arguments;switch(a.length){case 0:return new s;case 1:return new s(a[0]);case 2:return new s(a[0],a[1]);case 3:return new s(a[0],a[1],a[2]);case 4:return new s(a[0],a[1],a[2],a[3]);case 5:return new s(a[0],a[1],a[2],a[3],a[4]);case 6:return new s(a[0],a[1],a[2],a[3],a[4],a[5]);case 7:return new s(a[0],a[1],a[2],a[3],a[4],a[5],a[6])}var u=fo(s.prototype),g=s.apply(u,a);return Bt(g)?g:u}}function i$(s,a,u){var g=Pa(s);function y(){for(var S=arguments.length,M=te(S),k=S,Z=mo(y);k--;)M[k]=arguments[k];var ue=S<3&&M[0]!==Z&&M[S-1]!==Z?[]:Di(M,Z);if(S-=ue.length,S<u)return m2(s,a,Ul,y.placeholder,r,M,ue,r,r,u-S);var he=this&&this!==mt&&this instanceof y?g:s;return vr(he,this,M)}return y}function f2(s){return function(a,u,g){var y=At(a);if(!Kr(a)){var S=ze(u,3);a=yr(a),u=function(k){return S(y[k],k,y)}}var M=s(a,u,g);return M>-1?y[S?a[M]:M]:r}}function d2(s){return ii(function(a){var u=a.length,g=u,y=mn.prototype.thru;for(s&&a.reverse();g--;){var S=a[g];if(typeof S!="function")throw new gn(c);if(y&&!M&&kl(S)=="wrapper")var M=new mn([],!0)}for(g=M?g:u;++g<u;){S=a[g];var k=kl(S),Z=k=="wrapper"?k0(S):r;Z&&q0(Z[0])&&Z[1]==(f|L|T|E)&&!Z[4].length&&Z[9]==1?M=M[kl(Z[0])].apply(M,Z[3]):M=S.length==1&&q0(S)?M[k]():M.thru(S)}return function(){var ue=arguments,he=ue[0];if(M&&ue.length==1&&Qe(he))return M.plant(he).value();for(var pe=0,be=u?a[pe].apply(this,ue):he;++pe<u;)be=a[pe].call(this,be);return be}})}function Ul(s,a,u,g,y,S,M,k,Z,ue){var he=a&f,pe=a&H,be=a&G,Pe=a&(L|$),We=a&J,ot=be?r:Pa(s);function qe(){for(var ft=arguments.length,wt=te(ft),nn=ft;nn--;)wt[nn]=arguments[nn];if(Pe)var kr=mo(qe),sn=mS(wt,kr);if(g&&(wt=a2(wt,g,y,Pe)),S&&(wt=c2(wt,S,M,Pe)),ft-=sn,Pe&&ft<ue){var tr=Di(wt,kr);return m2(s,a,Ul,qe.placeholder,u,wt,tr,k,Z,ue-ft)}var Sn=pe?u:this,ci=be?Sn[s]:s;return ft=wt.length,k?wt=C$(wt,k):We&&ft>1&&wt.reverse(),he&&Z<ft&&(wt.length=Z),this&&this!==mt&&this instanceof qe&&(ci=ot||Pa(ci)),ci.apply(Sn,wt)}return qe}function p2(s,a){return function(u,g){return TD(u,s,a(g),{})}}function jl(s,a){return function(u,g){var y;if(u===r&&g===r)return a;if(u!==r&&(y=u),g!==r){if(y===r)return g;typeof u=="string"||typeof g=="string"?(u=tn(u),g=tn(g)):(u=Qm(u),g=Qm(g)),y=s(u,g)}return y}}function U0(s){return ii(function(a){return a=Ut(a,en(ze())),ct(function(u){var g=this;return s(a,function(y){return vr(y,g,u)})})})}function Fl(s,a){a=a===r?" ":tn(a);var u=a.length;if(u<2)return u?$0(a,s):a;var g=$0(a,Il(s/ao(a)));return oo(a)?Ni(In(g),0,s).join(""):g.slice(0,s)}function s$(s,a,u,g){var y=a&H,S=Pa(s);function M(){for(var k=-1,Z=arguments.length,ue=-1,he=g.length,pe=te(he+Z),be=this&&this!==mt&&this instanceof M?S:s;++ue<he;)pe[ue]=g[ue];for(;Z--;)pe[ue++]=arguments[++k];return vr(be,y?u:this,pe)}return M}function g2(s){return function(a,u,g){return g&&typeof g!="number"&&Br(a,u,g)&&(u=g=r),a=ai(a),u===r?(u=a,a=0):u=ai(u),g=g===r?a<u?1:-1:ai(g),WD(a,u,g,s)}}function Bl(s){return function(a,u){return typeof a=="string"&&typeof u=="string"||(a=bn(a),u=bn(u)),s(a,u)}}function m2(s,a,u,g,y,S,M,k,Z,ue){var he=a&L,pe=he?M:r,be=he?r:M,Pe=he?S:r,We=he?r:S;a|=he?T:I,a&=~(he?I:T),a&N||(a&=~(H|G));var ot=[s,a,y,Pe,pe,We,be,k,Z,ue],qe=u.apply(r,ot);return q0(s)&&S2(qe,ot),qe.placeholder=g,D2(qe,s,a)}function j0(s){var a=fr[s];return function(u,g){if(u=bn(u),g=g==null?0:Ar(it(g),292),g&&Dm(u)){var y=(yt(u)+"e").split("e"),S=a(y[0]+"e"+(+y[1]+g));return y=(yt(S)+"e").split("e"),+(y[0]+"e"+(+y[1]-g))}return a(u)}}var o$=uo&&1/gl(new uo([,-0]))[1]==le?function(s){return new uo(s)}:od;function w2(s){return function(a){var u=Sr(a);return u==Ue?p0(a):u==He?xS(a):gS(a,s(a))}}function ni(s,a,u,g,y,S,M,k){var Z=a&G;if(!Z&&typeof s!="function")throw new gn(c);var ue=g?g.length:0;if(ue||(a&=~(T|I),g=y=r),M=M===r?M:dr(it(M),0),k=k===r?k:it(k),ue-=y?y.length:0,a&I){var he=g,pe=y;g=y=r}var be=Z?r:k0(s),Pe=[s,a,u,g,y,he,pe,S,M,k];if(be&&_$(Pe,be),s=Pe[0],a=Pe[1],u=Pe[2],g=Pe[3],y=Pe[4],k=Pe[9]=Pe[9]===r?Z?0:s.length:dr(Pe[9]-ue,0),!k&&a&(L|$)&&(a&=~(L|$)),!a||a==H)var We=n$(s,a,u);else a==L||a==$?We=i$(s,a,k):(a==T||a==(H|T))&&!y.length?We=s$(s,a,u,g):We=Ul.apply(r,Pe);var ot=be?Jm:S2;return D2(ot(We,Pe),s,a)}function v2(s,a,u,g){return s===r||An(s,lo[u])&&!bt.call(g,u)?a:s}function y2(s,a,u,g,y,S){return Bt(s)&&Bt(a)&&(S.set(a,s),Rl(s,a,r,y2,S),S.delete(a)),s}function a$(s){return Na(s)?r:s}function b2(s,a,u,g,y,S){var M=u&P,k=s.length,Z=a.length;if(k!=Z&&!(M&&Z>k))return!1;var ue=S.get(s),he=S.get(a);if(ue&&he)return ue==a&&he==s;var pe=-1,be=!0,Pe=u&U?new ms:r;for(S.set(s,a),S.set(a,s);++pe<k;){var We=s[pe],ot=a[pe];if(g)var qe=M?g(ot,We,pe,a,s,S):g(We,ot,pe,s,a,S);if(qe!==r){if(qe)continue;be=!1;break}if(Pe){if(!c0(a,function(ft,wt){if(!ba(Pe,wt)&&(We===ft||y(We,ft,u,g,S)))return Pe.push(wt)})){be=!1;break}}else if(!(We===ot||y(We,ot,u,g,S))){be=!1;break}}return S.delete(s),S.delete(a),be}function c$(s,a,u,g,y,S,M){switch(u){case p:if(s.byteLength!=a.byteLength||s.byteOffset!=a.byteOffset)return!1;s=s.buffer,a=a.buffer;case b:return!(s.byteLength!=a.byteLength||!S(new _l(s),new _l(a)));case Y:case W:case nt:return An(+s,+a);case F:return s.name==a.name&&s.message==a.message;case Je:case ke:return s==a+"";case Ue:var k=p0;case He:var Z=g&P;if(k||(k=gl),s.size!=a.size&&!Z)return!1;var ue=M.get(s);if(ue)return ue==a;g|=U,M.set(s,a);var he=b2(k(s),k(a),g,y,S,M);return M.delete(s),he;case Ke:if(Ia)return Ia.call(s)==Ia.call(a)}return!1}function l$(s,a,u,g,y,S){var M=u&P,k=F0(s),Z=k.length,ue=F0(a),he=ue.length;if(Z!=he&&!M)return!1;for(var pe=Z;pe--;){var be=k[pe];if(!(M?be in a:bt.call(a,be)))return!1}var Pe=S.get(s),We=S.get(a);if(Pe&&We)return Pe==a&&We==s;var ot=!0;S.set(s,a),S.set(a,s);for(var qe=M;++pe<Z;){be=k[pe];var ft=s[be],wt=a[be];if(g)var nn=M?g(wt,ft,be,a,s,S):g(ft,wt,be,s,a,S);if(!(nn===r?ft===wt||y(ft,wt,u,g,S):nn)){ot=!1;break}qe||(qe=be=="constructor")}if(ot&&!qe){var kr=s.constructor,sn=a.constructor;kr!=sn&&"constructor"in s&&"constructor"in a&&!(typeof kr=="function"&&kr instanceof kr&&typeof sn=="function"&&sn instanceof sn)&&(ot=!1)}return S.delete(s),S.delete(a),ot}function ii(s){return K0(O2(s,r,L2),s+"")}function F0(s){return Bm(s,yr,z0)}function B0(s){return Bm(s,Gr,_2)}var k0=Al?function(s){return Al.get(s)}:od;function kl(s){for(var a=s.name+"",u=ho[a],g=bt.call(ho,a)?u.length:0;g--;){var y=u[g],S=y.func;if(S==null||S==s)return y.name}return a}function mo(s){var a=bt.call(C,"placeholder")?C:s;return a.placeholder}function ze(){var s=C.iteratee||id;return s=s===id?zm:s,arguments.length?s(arguments[0],arguments[1]):s}function Hl(s,a){var u=s.__data__;return w$(a)?u[typeof a=="string"?"string":"hash"]:u.map}function H0(s){for(var a=yr(s),u=a.length;u--;){var g=a[u],y=s[g];a[u]=[g,y,C2(y)]}return a}function ys(s,a){var u=bS(s,a);return Hm(u)?u:r}function u$(s){var a=bt.call(s,ps),u=s[ps];try{s[ps]=r;var g=!0}catch{}var y=yl.call(s);return g&&(a?s[ps]=u:delete s[ps]),y}var z0=m0?function(s){return s==null?[]:(s=At(s),Ai(m0(s),function(a){return Am.call(s,a)}))}:ad,_2=m0?function(s){for(var a=[];s;)Si(a,z0(s)),s=El(s);return a}:ad,Sr=Fr;(w0&&Sr(new w0(new ArrayBuffer(1)))!=p||Ea&&Sr(new Ea)!=Ue||v0&&Sr(v0.resolve())!=Dt||uo&&Sr(new uo)!=He||xa&&Sr(new xa)!=je)&&(Sr=function(s){var a=Fr(s),u=a==Ge?s.constructor:r,g=u?bs(u):"";if(g)switch(g){case VS:return p;case KS:return Ue;case GS:return Dt;case ZS:return He;case YS:return je}return a});function h$(s,a,u){for(var g=-1,y=u.length;++g<y;){var S=u[g],M=S.size;switch(S.type){case"drop":s+=M;break;case"dropRight":a-=M;break;case"take":a=Ar(a,s+M);break;case"takeRight":s=dr(s,a-M);break}}return{start:s,end:a}}function f$(s){var a=s.match(Pt);return a?a[1].split(ar):[]}function E2(s,a,u){a=Ri(a,s);for(var g=-1,y=a.length,S=!1;++g<y;){var M=Hn(a[g]);if(!(S=s!=null&&u(s,M)))break;s=s[M]}return S||++g!=y?S:(y=s==null?0:s.length,!!y&&Zl(y)&&si(M,y)&&(Qe(s)||_s(s)))}function d$(s){var a=s.length,u=new s.constructor(a);return a&&typeof s[0]=="string"&&bt.call(s,"index")&&(u.index=s.index,u.input=s.input),u}function x2(s){return typeof s.constructor=="function"&&!Ta(s)?fo(El(s)):{}}function p$(s,a,u){var g=s.constructor;switch(a){case b:return M0(s);case Y:case W:return new g(+s);case p:return JD(s,u);case m:case D:case B:case K:case Q:case Ee:case Te:case st:case ht:return s2(s,u);case Ue:return new g;case nt:case ke:return new g(s);case Je:return XD(s);case He:return new g;case Ke:return QD(s)}}function g$(s,a){var u=a.length;if(!u)return s;var g=u-1;return a[g]=(u>1?"& ":"")+a[g],a=a.join(u>2?", ":" "),s.replace(Gt,`{
|
|
79
|
+
*/(function(t,e){(function(){var r,n="4.17.21",i=200,o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",c="Expected a function",l="Invalid `variable` option passed into `_.template`",h="__lodash_hash_undefined__",d=500,v="__lodash_placeholder__",x=1,_=2,O=4,P=1,U=2,H=1,G=2,R=4,L=8,$=16,T=32,I=64,f=128,E=256,J=512,z=30,ee="...",de=800,me=16,S=1,j=2,ce=3,le=1/0,re=9007199254740991,ne=17976931348623157e292,ae=0/0,ie=4294967295,De=ie-1,ge=ie>>>1,Be=[["ary",f],["bind",H],["bindKey",G],["curry",L],["curryRight",$],["flip",J],["partial",T],["partialRight",I],["rearg",E]],ye="[object Arguments]",Me="[object Array]",X="[object AsyncFunction]",Y="[object Boolean]",W="[object Date]",w="[object DOMException]",F="[object Error]",we="[object Function]",ve="[object GeneratorFunction]",Ue="[object Map]",nt="[object Number]",at="[object Null]",Ge="[object Object]",At="[object Promise]",$t="[object Proxy]",Je="[object RegExp]",He="[object Set]",ke="[object String]",Ke="[object Symbol]",rt="[object Undefined]",je="[object WeakMap]",Ze="[object WeakSet]",b="[object ArrayBuffer]",p="[object DataView]",m="[object Float32Array]",A="[object Float64Array]",B="[object Int8Array]",K="[object Int16Array]",Q="[object Int32Array]",Ee="[object Uint8Array]",Te="[object Uint8ClampedArray]",st="[object Uint16Array]",ht="[object Uint32Array]",lt=/\b__p \+= '';/g,Mr=/\b(__p \+=) '' \+/g,Yn=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Ci=/&(?:amp|lt|gt|quot|#39);/g,as=/[&<>"']/g,zt=RegExp(Ci.source),Lt=RegExp(as.source),Wt=/<%-([\s\S]+?)%>/g,qt=/<%([\s\S]+?)%>/g,Ft=/<%=([\s\S]+?)%>/g,Mt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ir=/^\w*$/,sr=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Vt=/[\\^$.*+?()[\]{}|]/g,or=RegExp(Vt.source),Kt=/^\s+/,Xt=/\s/,Gt=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Pt=/\{\n\/\* \[wrapped with (.+)\] \*/,ar=/,? & /,cr=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,jf=/[()=,{}\[\]\/\s]/,Ff=/\\(\\)?/g,Bf=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,hn=/\w*$/,kf=/^[-+]0x[0-9a-f]+$/i,Hf=/^0b[01]+$/i,zf=/^\[object .+?Constructor\]$/,Wf=/^0o[0-7]+$/i,qf=/^(?:0|[1-9]\d*)$/,Jn=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Js=/($^)/,Vf=/['\n\r\u2028\u2029\\]/g,Xs="\\ud800-\\udfff",Kf="\\u0300-\\u036f",Gf="\\ufe20-\\ufe2f",Qs="\\u20d0-\\u20ff",Kc=Kf+Gf+Qs,Gc="\\u2700-\\u27bf",En="a-z\\xdf-\\xf6\\xf8-\\xff",Zf="\\xac\\xb1\\xd7\\xf7",Yf="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Jf="\\u2000-\\u206f",Xf=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Zc="A-Z\\xc0-\\xd6\\xd8-\\xde",Yc="\\ufe0e\\ufe0f",cs=Zf+Yf+Jf+Xf,ga="['\u2019]",ls="["+Xs+"]",ma="["+cs+"]",us="["+Kc+"]",Jc="\\d+",Qf="["+Gc+"]",Xc="["+En+"]",Qc="[^"+Xs+cs+Jc+Gc+En+Zc+"]",eo="\\ud83c[\\udffb-\\udfff]",e0="(?:"+us+"|"+eo+")",el="[^"+Xs+"]",to="(?:\\ud83c[\\udde6-\\uddff]){2}",Ii="[\\ud800-\\udbff][\\udc00-\\udfff]",Xr="["+Zc+"]",tl="\\u200d",rl="(?:"+Xc+"|"+Qc+")",Un="(?:"+Xr+"|"+Qc+")",nl="(?:"+ga+"(?:d|ll|m|re|s|t|ve))?",il="(?:"+ga+"(?:D|LL|M|RE|S|T|VE))?",sl=e0+"?",ol="["+Yc+"]?",t0="(?:"+tl+"(?:"+[el,to,Ii].join("|")+")"+ol+sl+")*",Xn="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",al="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",cl=ol+sl+t0,ro="(?:"+[Qf,to,Ii].join("|")+")"+cl,r0="(?:"+[el+us+"?",us,to,Ii,ls].join("|")+")",wa=RegExp(ga,"g"),n0=RegExp(us,"g"),no=RegExp(eo+"(?="+eo+")|"+r0+cl,"g"),ll=RegExp([Xr+"?"+Xc+"+"+nl+"(?="+[ma,Xr,"$"].join("|")+")",Un+"+"+il+"(?="+[ma,Xr+rl,"$"].join("|")+")",Xr+"?"+rl+"+"+nl,Xr+"+"+il,al,Xn,Jc,ro].join("|"),"g"),ul=RegExp("["+tl+Xs+Kc+Yc+"]"),hs=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,hl=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],i0=-1,Ct={};Ct[m]=Ct[A]=Ct[B]=Ct[K]=Ct[Q]=Ct[Ee]=Ct[Te]=Ct[st]=Ct[ht]=!0,Ct[ye]=Ct[Me]=Ct[b]=Ct[Y]=Ct[p]=Ct[W]=Ct[F]=Ct[we]=Ct[Ue]=Ct[nt]=Ct[Ge]=Ct[Je]=Ct[He]=Ct[ke]=Ct[je]=!1;var xt={};xt[ye]=xt[Me]=xt[b]=xt[p]=xt[Y]=xt[W]=xt[m]=xt[A]=xt[B]=xt[K]=xt[Q]=xt[Ue]=xt[nt]=xt[Ge]=xt[Je]=xt[He]=xt[ke]=xt[Ke]=xt[Ee]=xt[Te]=xt[st]=xt[ht]=!0,xt[F]=xt[we]=xt[je]=!1;var N={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},q={"&":"&","<":"<",">":">",'"':""","'":"'"},fe={"&":"&","<":"<",">":">",""":'"',"'":"'"},Ce={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},It=parseFloat,Xe=parseInt,Tt=typeof zo=="object"&&zo&&zo.Object===Object&&zo,lr=typeof self=="object"&&self&&self.Object===Object&&self,mt=Tt||lr||Function("return this")(),Ot=e&&!e.nodeType&&e,Qt=Ot&&!0&&t&&!t.nodeType&&t,Wr=Qt&&Qt.exports===Ot,ur=Wr&&Tt.process,Nt=function(){try{var V=Qt&&Qt.require&&Qt.require("util").types;return V||ur&&ur.binding&&ur.binding("util")}catch{}}(),Ur=Nt&&Nt.isArrayBuffer,xn=Nt&&Nt.isDate,fn=Nt&&Nt.isMap,jn=Nt&&Nt.isRegExp,va=Nt&&Nt.isSet,fs=Nt&&Nt.isTypedArray;function vr(V,se,te){switch(te.length){case 0:return V.call(se);case 1:return V.call(se,te[0]);case 2:return V.call(se,te[0],te[1]);case 3:return V.call(se,te[0],te[1],te[2])}return V.apply(se,te)}function eD(V,se,te,Ie){for(var Ye=-1,vt=V==null?0:V.length;++Ye<vt;){var fr=V[Ye];se(Ie,fr,te(fr),V)}return Ie}function dn(V,se){for(var te=-1,Ie=V==null?0:V.length;++te<Ie&&se(V[te],te,V)!==!1;);return V}function tD(V,se){for(var te=V==null?0:V.length;te--&&se(V[te],te,V)!==!1;);return V}function hm(V,se){for(var te=-1,Ie=V==null?0:V.length;++te<Ie;)if(!se(V[te],te,V))return!1;return!0}function Oi(V,se){for(var te=-1,Ie=V==null?0:V.length,Ye=0,vt=[];++te<Ie;){var fr=V[te];se(fr,te,V)&&(vt[Ye++]=fr)}return vt}function fl(V,se){var te=V==null?0:V.length;return!!te&&io(V,se,0)>-1}function s0(V,se,te){for(var Ie=-1,Ye=V==null?0:V.length;++Ie<Ye;)if(te(se,V[Ie]))return!0;return!1}function Ut(V,se){for(var te=-1,Ie=V==null?0:V.length,Ye=Array(Ie);++te<Ie;)Ye[te]=se(V[te],te,V);return Ye}function Si(V,se){for(var te=-1,Ie=se.length,Ye=V.length;++te<Ie;)V[Ye+te]=se[te];return V}function o0(V,se,te,Ie){var Ye=-1,vt=V==null?0:V.length;for(Ie&&vt&&(te=V[++Ye]);++Ye<vt;)te=se(te,V[Ye],Ye,V);return te}function rD(V,se,te,Ie){var Ye=V==null?0:V.length;for(Ie&&Ye&&(te=V[--Ye]);Ye--;)te=se(te,V[Ye],Ye,V);return te}function a0(V,se){for(var te=-1,Ie=V==null?0:V.length;++te<Ie;)if(se(V[te],te,V))return!0;return!1}var nD=c0("length");function iD(V){return V.split("")}function sD(V){return V.match(cr)||[]}function fm(V,se,te){var Ie;return te(V,function(Ye,vt,fr){if(se(Ye,vt,fr))return Ie=vt,!1}),Ie}function dl(V,se,te,Ie){for(var Ye=V.length,vt=te+(Ie?1:-1);Ie?vt--:++vt<Ye;)if(se(V[vt],vt,V))return vt;return-1}function io(V,se,te){return se===se?wD(V,se,te):dl(V,dm,te)}function oD(V,se,te,Ie){for(var Ye=te-1,vt=V.length;++Ye<vt;)if(Ie(V[Ye],se))return Ye;return-1}function dm(V){return V!==V}function pm(V,se){var te=V==null?0:V.length;return te?u0(V,se)/te:ae}function c0(V){return function(se){return se==null?r:se[V]}}function l0(V){return function(se){return V==null?r:V[se]}}function gm(V,se,te,Ie,Ye){return Ye(V,function(vt,fr,St){te=Ie?(Ie=!1,vt):se(te,vt,fr,St)}),te}function aD(V,se){var te=V.length;for(V.sort(se);te--;)V[te]=V[te].value;return V}function u0(V,se){for(var te,Ie=-1,Ye=V.length;++Ie<Ye;){var vt=se(V[Ie]);vt!==r&&(te=te===r?vt:te+vt)}return te}function h0(V,se){for(var te=-1,Ie=Array(V);++te<V;)Ie[te]=se(te);return Ie}function cD(V,se){return Ut(se,function(te){return[te,V[te]]})}function mm(V){return V&&V.slice(0,bm(V)+1).replace(Kt,"")}function Qr(V){return function(se){return V(se)}}function f0(V,se){return Ut(se,function(te){return V[te]})}function ya(V,se){return V.has(se)}function wm(V,se){for(var te=-1,Ie=V.length;++te<Ie&&io(se,V[te],0)>-1;);return te}function vm(V,se){for(var te=V.length;te--&&io(se,V[te],0)>-1;);return te}function lD(V,se){for(var te=V.length,Ie=0;te--;)V[te]===se&&++Ie;return Ie}var uD=l0(N),hD=l0(q);function fD(V){return"\\"+Ce[V]}function dD(V,se){return V==null?r:V[se]}function so(V){return ul.test(V)}function pD(V){return hs.test(V)}function gD(V){for(var se,te=[];!(se=V.next()).done;)te.push(se.value);return te}function d0(V){var se=-1,te=Array(V.size);return V.forEach(function(Ie,Ye){te[++se]=[Ye,Ie]}),te}function ym(V,se){return function(te){return V(se(te))}}function Di(V,se){for(var te=-1,Ie=V.length,Ye=0,vt=[];++te<Ie;){var fr=V[te];(fr===se||fr===v)&&(V[te]=v,vt[Ye++]=te)}return vt}function pl(V){var se=-1,te=Array(V.size);return V.forEach(function(Ie){te[++se]=Ie}),te}function mD(V){var se=-1,te=Array(V.size);return V.forEach(function(Ie){te[++se]=[Ie,Ie]}),te}function wD(V,se,te){for(var Ie=te-1,Ye=V.length;++Ie<Ye;)if(V[Ie]===se)return Ie;return-1}function vD(V,se,te){for(var Ie=te+1;Ie--;)if(V[Ie]===se)return Ie;return Ie}function oo(V){return so(V)?bD(V):nD(V)}function Cn(V){return so(V)?_D(V):iD(V)}function bm(V){for(var se=V.length;se--&&Xt.test(V.charAt(se)););return se}var yD=l0(fe);function bD(V){for(var se=no.lastIndex=0;no.test(V);)++se;return se}function _D(V){return V.match(no)||[]}function ED(V){return V.match(ll)||[]}var xD=function V(se){se=se==null?mt:ao.defaults(mt.Object(),se,ao.pick(mt,hl));var te=se.Array,Ie=se.Date,Ye=se.Error,vt=se.Function,fr=se.Math,St=se.Object,p0=se.RegExp,CD=se.String,pn=se.TypeError,gl=te.prototype,ID=vt.prototype,co=St.prototype,ml=se["__core-js_shared__"],wl=ID.toString,bt=co.hasOwnProperty,OD=0,_m=function(){var s=/[^.]+$/.exec(ml&&ml.keys&&ml.keys.IE_PROTO||"");return s?"Symbol(src)_1."+s:""}(),vl=co.toString,SD=wl.call(St),DD=mt._,AD=p0("^"+wl.call(bt).replace(Vt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),yl=Wr?se.Buffer:r,Ai=se.Symbol,bl=se.Uint8Array,Em=yl?yl.allocUnsafe:r,_l=ym(St.getPrototypeOf,St),xm=St.create,Cm=co.propertyIsEnumerable,El=gl.splice,Im=Ai?Ai.isConcatSpreadable:r,ba=Ai?Ai.iterator:r,ds=Ai?Ai.toStringTag:r,xl=function(){try{var s=vs(St,"defineProperty");return s({},"",{}),s}catch{}}(),$D=se.clearTimeout!==mt.clearTimeout&&se.clearTimeout,PD=Ie&&Ie.now!==mt.Date.now&&Ie.now,TD=se.setTimeout!==mt.setTimeout&&se.setTimeout,Cl=fr.ceil,Il=fr.floor,g0=St.getOwnPropertySymbols,ND=yl?yl.isBuffer:r,Om=se.isFinite,RD=gl.join,LD=ym(St.keys,St),dr=fr.max,Sr=fr.min,MD=Ie.now,UD=se.parseInt,Sm=fr.random,jD=gl.reverse,m0=vs(se,"DataView"),_a=vs(se,"Map"),w0=vs(se,"Promise"),lo=vs(se,"Set"),Ea=vs(se,"WeakMap"),xa=vs(St,"create"),Ol=Ea&&new Ea,uo={},FD=ys(m0),BD=ys(_a),kD=ys(w0),HD=ys(lo),zD=ys(Ea),Sl=Ai?Ai.prototype:r,Ca=Sl?Sl.valueOf:r,Dm=Sl?Sl.toString:r;function C(s){if(Zt(s)&&!Qe(s)&&!(s instanceof dt)){if(s instanceof gn)return s;if(bt.call(s,"__wrapped__"))return A2(s)}return new gn(s)}var ho=function(){function s(){}return function(a){if(!Bt(a))return{};if(xm)return xm(a);s.prototype=a;var u=new s;return s.prototype=r,u}}();function Dl(){}function gn(s,a){this.__wrapped__=s,this.__actions__=[],this.__chain__=!!a,this.__index__=0,this.__values__=r}C.templateSettings={escape:Wt,evaluate:qt,interpolate:Ft,variable:"",imports:{_:C}},C.prototype=Dl.prototype,C.prototype.constructor=C,gn.prototype=ho(Dl.prototype),gn.prototype.constructor=gn;function dt(s){this.__wrapped__=s,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=ie,this.__views__=[]}function WD(){var s=new dt(this.__wrapped__);return s.__actions__=qr(this.__actions__),s.__dir__=this.__dir__,s.__filtered__=this.__filtered__,s.__iteratees__=qr(this.__iteratees__),s.__takeCount__=this.__takeCount__,s.__views__=qr(this.__views__),s}function qD(){if(this.__filtered__){var s=new dt(this);s.__dir__=-1,s.__filtered__=!0}else s=this.clone(),s.__dir__*=-1;return s}function VD(){var s=this.__wrapped__.value(),a=this.__dir__,u=Qe(s),g=a<0,y=u?s.length:0,D=i$(0,y,this.__views__),M=D.start,k=D.end,Z=k-M,ue=g?k:M-1,he=this.__iteratees__,pe=he.length,be=0,Pe=Sr(Z,this.__takeCount__);if(!u||!g&&y==Z&&Pe==Z)return Xm(s,this.__actions__);var We=[];e:for(;Z--&&be<Pe;){ue+=a;for(var ot=-1,qe=s[ue];++ot<pe;){var ft=he[ot],wt=ft.iteratee,rn=ft.type,Br=wt(qe);if(rn==j)qe=Br;else if(!Br){if(rn==S)continue e;break e}}We[be++]=qe}return We}dt.prototype=ho(Dl.prototype),dt.prototype.constructor=dt;function ps(s){var a=-1,u=s==null?0:s.length;for(this.clear();++a<u;){var g=s[a];this.set(g[0],g[1])}}function KD(){this.__data__=xa?xa(null):{},this.size=0}function GD(s){var a=this.has(s)&&delete this.__data__[s];return this.size-=a?1:0,a}function ZD(s){var a=this.__data__;if(xa){var u=a[s];return u===h?r:u}return bt.call(a,s)?a[s]:r}function YD(s){var a=this.__data__;return xa?a[s]!==r:bt.call(a,s)}function JD(s,a){var u=this.__data__;return this.size+=this.has(s)?0:1,u[s]=xa&&a===r?h:a,this}ps.prototype.clear=KD,ps.prototype.delete=GD,ps.prototype.get=ZD,ps.prototype.has=YD,ps.prototype.set=JD;function Qn(s){var a=-1,u=s==null?0:s.length;for(this.clear();++a<u;){var g=s[a];this.set(g[0],g[1])}}function XD(){this.__data__=[],this.size=0}function QD(s){var a=this.__data__,u=Al(a,s);if(u<0)return!1;var g=a.length-1;return u==g?a.pop():El.call(a,u,1),--this.size,!0}function eA(s){var a=this.__data__,u=Al(a,s);return u<0?r:a[u][1]}function tA(s){return Al(this.__data__,s)>-1}function rA(s,a){var u=this.__data__,g=Al(u,s);return g<0?(++this.size,u.push([s,a])):u[g][1]=a,this}Qn.prototype.clear=XD,Qn.prototype.delete=QD,Qn.prototype.get=eA,Qn.prototype.has=tA,Qn.prototype.set=rA;function ei(s){var a=-1,u=s==null?0:s.length;for(this.clear();++a<u;){var g=s[a];this.set(g[0],g[1])}}function nA(){this.size=0,this.__data__={hash:new ps,map:new(_a||Qn),string:new ps}}function iA(s){var a=kl(this,s).delete(s);return this.size-=a?1:0,a}function sA(s){return kl(this,s).get(s)}function oA(s){return kl(this,s).has(s)}function aA(s,a){var u=kl(this,s),g=u.size;return u.set(s,a),this.size+=u.size==g?0:1,this}ei.prototype.clear=nA,ei.prototype.delete=iA,ei.prototype.get=sA,ei.prototype.has=oA,ei.prototype.set=aA;function gs(s){var a=-1,u=s==null?0:s.length;for(this.__data__=new ei;++a<u;)this.add(s[a])}function cA(s){return this.__data__.set(s,h),this}function lA(s){return this.__data__.has(s)}gs.prototype.add=gs.prototype.push=cA,gs.prototype.has=lA;function In(s){var a=this.__data__=new Qn(s);this.size=a.size}function uA(){this.__data__=new Qn,this.size=0}function hA(s){var a=this.__data__,u=a.delete(s);return this.size=a.size,u}function fA(s){return this.__data__.get(s)}function dA(s){return this.__data__.has(s)}function pA(s,a){var u=this.__data__;if(u instanceof Qn){var g=u.__data__;if(!_a||g.length<i-1)return g.push([s,a]),this.size=++u.size,this;u=this.__data__=new ei(g)}return u.set(s,a),this.size=u.size,this}In.prototype.clear=uA,In.prototype.delete=hA,In.prototype.get=fA,In.prototype.has=dA,In.prototype.set=pA;function Am(s,a){var u=Qe(s),g=!u&&bs(s),y=!u&&!g&&Ri(s),D=!u&&!g&&!y&&mo(s),M=u||g||y||D,k=M?h0(s.length,CD):[],Z=k.length;for(var ue in s)(a||bt.call(s,ue))&&!(M&&(ue=="length"||y&&(ue=="offset"||ue=="parent")||D&&(ue=="buffer"||ue=="byteLength"||ue=="byteOffset")||ii(ue,Z)))&&k.push(ue);return k}function $m(s){var a=s.length;return a?s[D0(0,a-1)]:r}function gA(s,a){return Hl(qr(s),ms(a,0,s.length))}function mA(s){return Hl(qr(s))}function v0(s,a,u){(u!==r&&!On(s[a],u)||u===r&&!(a in s))&&ti(s,a,u)}function Ia(s,a,u){var g=s[a];(!(bt.call(s,a)&&On(g,u))||u===r&&!(a in s))&&ti(s,a,u)}function Al(s,a){for(var u=s.length;u--;)if(On(s[u][0],a))return u;return-1}function wA(s,a,u,g){return $i(s,function(y,D,M){a(g,y,u(y),M)}),g}function Pm(s,a){return s&&Bn(a,yr(a),s)}function vA(s,a){return s&&Bn(a,Kr(a),s)}function ti(s,a,u){a=="__proto__"&&xl?xl(s,a,{configurable:!0,enumerable:!0,value:u,writable:!0}):s[a]=u}function y0(s,a){for(var u=-1,g=a.length,y=te(g),D=s==null;++u<g;)y[u]=D?r:Q0(s,a[u]);return y}function ms(s,a,u){return s===s&&(u!==r&&(s=s<=u?s:u),a!==r&&(s=s>=a?s:a)),s}function mn(s,a,u,g,y,D){var M,k=a&x,Z=a&_,ue=a&O;if(u&&(M=y?u(s,g,y,D):u(s)),M!==r)return M;if(!Bt(s))return s;var he=Qe(s);if(he){if(M=o$(s),!k)return qr(s,M)}else{var pe=Dr(s),be=pe==we||pe==ve;if(Ri(s))return t2(s,k);if(pe==Ge||pe==ye||be&&!y){if(M=Z||be?{}:b2(s),!k)return Z?ZA(s,vA(M,s)):GA(s,Pm(M,s))}else{if(!xt[pe])return y?s:{};M=a$(s,pe,k)}}D||(D=new In);var Pe=D.get(s);if(Pe)return Pe;D.set(s,M),Z2(s)?s.forEach(function(qe){M.add(mn(qe,a,u,qe,s,D))}):K2(s)&&s.forEach(function(qe,ft){M.set(ft,mn(qe,a,u,ft,s,D))});var We=ue?Z?F0:j0:Z?Kr:yr,ot=he?r:We(s);return dn(ot||s,function(qe,ft){ot&&(ft=qe,qe=s[ft]),Ia(M,ft,mn(qe,a,u,ft,s,D))}),M}function yA(s){var a=yr(s);return function(u){return Tm(u,s,a)}}function Tm(s,a,u){var g=u.length;if(s==null)return!g;for(s=St(s);g--;){var y=u[g],D=a[y],M=s[y];if(M===r&&!(y in s)||!D(M))return!1}return!0}function Nm(s,a,u){if(typeof s!="function")throw new pn(c);return Ta(function(){s.apply(r,u)},a)}function Oa(s,a,u,g){var y=-1,D=fl,M=!0,k=s.length,Z=[],ue=a.length;if(!k)return Z;u&&(a=Ut(a,Qr(u))),g?(D=s0,M=!1):a.length>=i&&(D=ya,M=!1,a=new gs(a));e:for(;++y<k;){var he=s[y],pe=u==null?he:u(he);if(he=g||he!==0?he:0,M&&pe===pe){for(var be=ue;be--;)if(a[be]===pe)continue e;Z.push(he)}else D(a,pe,g)||Z.push(he)}return Z}var $i=o2(Fn),Rm=o2(_0,!0);function bA(s,a){var u=!0;return $i(s,function(g,y,D){return u=!!a(g,y,D),u}),u}function $l(s,a,u){for(var g=-1,y=s.length;++g<y;){var D=s[g],M=a(D);if(M!=null&&(k===r?M===M&&!tn(M):u(M,k)))var k=M,Z=D}return Z}function _A(s,a,u,g){var y=s.length;for(u=it(u),u<0&&(u=-u>y?0:y+u),g=g===r||g>y?y:it(g),g<0&&(g+=y),g=u>g?0:J2(g);u<g;)s[u++]=a;return s}function Lm(s,a){var u=[];return $i(s,function(g,y,D){a(g,y,D)&&u.push(g)}),u}function Cr(s,a,u,g,y){var D=-1,M=s.length;for(u||(u=l$),y||(y=[]);++D<M;){var k=s[D];a>0&&u(k)?a>1?Cr(k,a-1,u,g,y):Si(y,k):g||(y[y.length]=k)}return y}var b0=a2(),Mm=a2(!0);function Fn(s,a){return s&&b0(s,a,yr)}function _0(s,a){return s&&Mm(s,a,yr)}function Pl(s,a){return Oi(a,function(u){return si(s[u])})}function ws(s,a){a=Ti(a,s);for(var u=0,g=a.length;s!=null&&u<g;)s=s[kn(a[u++])];return u&&u==g?s:r}function Um(s,a,u){var g=a(s);return Qe(s)?g:Si(g,u(s))}function jr(s){return s==null?s===r?rt:at:ds&&ds in St(s)?n$(s):m$(s)}function E0(s,a){return s>a}function EA(s,a){return s!=null&&bt.call(s,a)}function xA(s,a){return s!=null&&a in St(s)}function CA(s,a,u){return s>=Sr(a,u)&&s<dr(a,u)}function x0(s,a,u){for(var g=u?s0:fl,y=s[0].length,D=s.length,M=D,k=te(D),Z=1/0,ue=[];M--;){var he=s[M];M&&a&&(he=Ut(he,Qr(a))),Z=Sr(he.length,Z),k[M]=!u&&(a||y>=120&&he.length>=120)?new gs(M&&he):r}he=s[0];var pe=-1,be=k[0];e:for(;++pe<y&&ue.length<Z;){var Pe=he[pe],We=a?a(Pe):Pe;if(Pe=u||Pe!==0?Pe:0,!(be?ya(be,We):g(ue,We,u))){for(M=D;--M;){var ot=k[M];if(!(ot?ya(ot,We):g(s[M],We,u)))continue e}be&&be.push(We),ue.push(Pe)}}return ue}function IA(s,a,u,g){return Fn(s,function(y,D,M){a(g,u(y),D,M)}),g}function Sa(s,a,u){a=Ti(a,s),s=C2(s,a);var g=s==null?s:s[kn(vn(a))];return g==null?r:vr(g,s,u)}function jm(s){return Zt(s)&&jr(s)==ye}function OA(s){return Zt(s)&&jr(s)==b}function SA(s){return Zt(s)&&jr(s)==W}function Da(s,a,u,g,y){return s===a?!0:s==null||a==null||!Zt(s)&&!Zt(a)?s!==s&&a!==a:DA(s,a,u,g,Da,y)}function DA(s,a,u,g,y,D){var M=Qe(s),k=Qe(a),Z=M?Me:Dr(s),ue=k?Me:Dr(a);Z=Z==ye?Ge:Z,ue=ue==ye?Ge:ue;var he=Z==Ge,pe=ue==Ge,be=Z==ue;if(be&&Ri(s)){if(!Ri(a))return!1;M=!0,he=!1}if(be&&!he)return D||(D=new In),M||mo(s)?w2(s,a,u,g,y,D):t$(s,a,Z,u,g,y,D);if(!(u&P)){var Pe=he&&bt.call(s,"__wrapped__"),We=pe&&bt.call(a,"__wrapped__");if(Pe||We){var ot=Pe?s.value():s,qe=We?a.value():a;return D||(D=new In),y(ot,qe,u,g,D)}}return be?(D||(D=new In),r$(s,a,u,g,y,D)):!1}function AA(s){return Zt(s)&&Dr(s)==Ue}function C0(s,a,u,g){var y=u.length,D=y,M=!g;if(s==null)return!D;for(s=St(s);y--;){var k=u[y];if(M&&k[2]?k[1]!==s[k[0]]:!(k[0]in s))return!1}for(;++y<D;){k=u[y];var Z=k[0],ue=s[Z],he=k[1];if(M&&k[2]){if(ue===r&&!(Z in s))return!1}else{var pe=new In;if(g)var be=g(ue,he,Z,s,a,pe);if(!(be===r?Da(he,ue,P|U,g,pe):be))return!1}}return!0}function Fm(s){if(!Bt(s)||h$(s))return!1;var a=si(s)?AD:zf;return a.test(ys(s))}function $A(s){return Zt(s)&&jr(s)==Je}function PA(s){return Zt(s)&&Dr(s)==He}function TA(s){return Zt(s)&&Gl(s.length)&&!!Ct[jr(s)]}function Bm(s){return typeof s=="function"?s:s==null?Gr:typeof s=="object"?Qe(s)?zm(s[0],s[1]):Hm(s):cw(s)}function I0(s){if(!Pa(s))return LD(s);var a=[];for(var u in St(s))bt.call(s,u)&&u!="constructor"&&a.push(u);return a}function NA(s){if(!Bt(s))return g$(s);var a=Pa(s),u=[];for(var g in s)g=="constructor"&&(a||!bt.call(s,g))||u.push(g);return u}function O0(s,a){return s<a}function km(s,a){var u=-1,g=Vr(s)?te(s.length):[];return $i(s,function(y,D,M){g[++u]=a(y,D,M)}),g}function Hm(s){var a=k0(s);return a.length==1&&a[0][2]?E2(a[0][0],a[0][1]):function(u){return u===s||C0(u,s,a)}}function zm(s,a){return z0(s)&&_2(a)?E2(kn(s),a):function(u){var g=Q0(u,s);return g===r&&g===a?ed(u,s):Da(a,g,P|U)}}function Tl(s,a,u,g,y){s!==a&&b0(a,function(D,M){if(y||(y=new In),Bt(D))RA(s,a,M,u,Tl,g,y);else{var k=g?g(q0(s,M),D,M+"",s,a,y):r;k===r&&(k=D),v0(s,M,k)}},Kr)}function RA(s,a,u,g,y,D,M){var k=q0(s,u),Z=q0(a,u),ue=M.get(Z);if(ue){v0(s,u,ue);return}var he=D?D(k,Z,u+"",s,a,M):r,pe=he===r;if(pe){var be=Qe(Z),Pe=!be&&Ri(Z),We=!be&&!Pe&&mo(Z);he=Z,be||Pe||We?Qe(k)?he=k:er(k)?he=qr(k):Pe?(pe=!1,he=t2(Z,!0)):We?(pe=!1,he=r2(Z,!0)):he=[]:Na(Z)||bs(Z)?(he=k,bs(k)?he=X2(k):(!Bt(k)||si(k))&&(he=b2(Z))):pe=!1}pe&&(M.set(Z,he),y(he,Z,g,D,M),M.delete(Z)),v0(s,u,he)}function Wm(s,a){var u=s.length;if(u)return a+=a<0?u:0,ii(a,u)?s[a]:r}function qm(s,a,u){a.length?a=Ut(a,function(D){return Qe(D)?function(M){return ws(M,D.length===1?D[0]:D)}:D}):a=[Gr];var g=-1;a=Ut(a,Qr(ze()));var y=km(s,function(D,M,k){var Z=Ut(a,function(ue){return ue(D)});return{criteria:Z,index:++g,value:D}});return aD(y,function(D,M){return KA(D,M,u)})}function LA(s,a){return Vm(s,a,function(u,g){return ed(s,g)})}function Vm(s,a,u){for(var g=-1,y=a.length,D={};++g<y;){var M=a[g],k=ws(s,M);u(k,M)&&Aa(D,Ti(M,s),k)}return D}function MA(s){return function(a){return ws(a,s)}}function S0(s,a,u,g){var y=g?oD:io,D=-1,M=a.length,k=s;for(s===a&&(a=qr(a)),u&&(k=Ut(s,Qr(u)));++D<M;)for(var Z=0,ue=a[D],he=u?u(ue):ue;(Z=y(k,he,Z,g))>-1;)k!==s&&El.call(k,Z,1),El.call(s,Z,1);return s}function Km(s,a){for(var u=s?a.length:0,g=u-1;u--;){var y=a[u];if(u==g||y!==D){var D=y;ii(y)?El.call(s,y,1):P0(s,y)}}return s}function D0(s,a){return s+Il(Sm()*(a-s+1))}function UA(s,a,u,g){for(var y=-1,D=dr(Cl((a-s)/(u||1)),0),M=te(D);D--;)M[g?D:++y]=s,s+=u;return M}function A0(s,a){var u="";if(!s||a<1||a>re)return u;do a%2&&(u+=s),a=Il(a/2),a&&(s+=s);while(a);return u}function ct(s,a){return V0(x2(s,a,Gr),s+"")}function jA(s){return $m(wo(s))}function FA(s,a){var u=wo(s);return Hl(u,ms(a,0,u.length))}function Aa(s,a,u,g){if(!Bt(s))return s;a=Ti(a,s);for(var y=-1,D=a.length,M=D-1,k=s;k!=null&&++y<D;){var Z=kn(a[y]),ue=u;if(Z==="__proto__"||Z==="constructor"||Z==="prototype")return s;if(y!=M){var he=k[Z];ue=g?g(he,Z,k):r,ue===r&&(ue=Bt(he)?he:ii(a[y+1])?[]:{})}Ia(k,Z,ue),k=k[Z]}return s}var Gm=Ol?function(s,a){return Ol.set(s,a),s}:Gr,BA=xl?function(s,a){return xl(s,"toString",{configurable:!0,enumerable:!1,value:rd(a),writable:!0})}:Gr;function kA(s){return Hl(wo(s))}function wn(s,a,u){var g=-1,y=s.length;a<0&&(a=-a>y?0:y+a),u=u>y?y:u,u<0&&(u+=y),y=a>u?0:u-a>>>0,a>>>=0;for(var D=te(y);++g<y;)D[g]=s[g+a];return D}function HA(s,a){var u;return $i(s,function(g,y,D){return u=a(g,y,D),!u}),!!u}function Nl(s,a,u){var g=0,y=s==null?g:s.length;if(typeof a=="number"&&a===a&&y<=ge){for(;g<y;){var D=g+y>>>1,M=s[D];M!==null&&!tn(M)&&(u?M<=a:M<a)?g=D+1:y=D}return y}return $0(s,a,Gr,u)}function $0(s,a,u,g){var y=0,D=s==null?0:s.length;if(D===0)return 0;a=u(a);for(var M=a!==a,k=a===null,Z=tn(a),ue=a===r;y<D;){var he=Il((y+D)/2),pe=u(s[he]),be=pe!==r,Pe=pe===null,We=pe===pe,ot=tn(pe);if(M)var qe=g||We;else ue?qe=We&&(g||be):k?qe=We&&be&&(g||!Pe):Z?qe=We&&be&&!Pe&&(g||!ot):Pe||ot?qe=!1:qe=g?pe<=a:pe<a;qe?y=he+1:D=he}return Sr(D,De)}function Zm(s,a){for(var u=-1,g=s.length,y=0,D=[];++u<g;){var M=s[u],k=a?a(M):M;if(!u||!On(k,Z)){var Z=k;D[y++]=M===0?0:M}}return D}function Ym(s){return typeof s=="number"?s:tn(s)?ae:+s}function en(s){if(typeof s=="string")return s;if(Qe(s))return Ut(s,en)+"";if(tn(s))return Dm?Dm.call(s):"";var a=s+"";return a=="0"&&1/s==-le?"-0":a}function Pi(s,a,u){var g=-1,y=fl,D=s.length,M=!0,k=[],Z=k;if(u)M=!1,y=s0;else if(D>=i){var ue=a?null:QA(s);if(ue)return pl(ue);M=!1,y=ya,Z=new gs}else Z=a?[]:k;e:for(;++g<D;){var he=s[g],pe=a?a(he):he;if(he=u||he!==0?he:0,M&&pe===pe){for(var be=Z.length;be--;)if(Z[be]===pe)continue e;a&&Z.push(pe),k.push(he)}else y(Z,pe,u)||(Z!==k&&Z.push(pe),k.push(he))}return k}function P0(s,a){return a=Ti(a,s),s=C2(s,a),s==null||delete s[kn(vn(a))]}function Jm(s,a,u,g){return Aa(s,a,u(ws(s,a)),g)}function Rl(s,a,u,g){for(var y=s.length,D=g?y:-1;(g?D--:++D<y)&&a(s[D],D,s););return u?wn(s,g?0:D,g?D+1:y):wn(s,g?D+1:0,g?y:D)}function Xm(s,a){var u=s;return u instanceof dt&&(u=u.value()),o0(a,function(g,y){return y.func.apply(y.thisArg,Si([g],y.args))},u)}function T0(s,a,u){var g=s.length;if(g<2)return g?Pi(s[0]):[];for(var y=-1,D=te(g);++y<g;)for(var M=s[y],k=-1;++k<g;)k!=y&&(D[y]=Oa(D[y]||M,s[k],a,u));return Pi(Cr(D,1),a,u)}function Qm(s,a,u){for(var g=-1,y=s.length,D=a.length,M={};++g<y;){var k=g<D?a[g]:r;u(M,s[g],k)}return M}function N0(s){return er(s)?s:[]}function R0(s){return typeof s=="function"?s:Gr}function Ti(s,a){return Qe(s)?s:z0(s,a)?[s]:D2(yt(s))}var zA=ct;function Ni(s,a,u){var g=s.length;return u=u===r?g:u,!a&&u>=g?s:wn(s,a,u)}var e2=$D||function(s){return mt.clearTimeout(s)};function t2(s,a){if(a)return s.slice();var u=s.length,g=Em?Em(u):new s.constructor(u);return s.copy(g),g}function L0(s){var a=new s.constructor(s.byteLength);return new bl(a).set(new bl(s)),a}function WA(s,a){var u=a?L0(s.buffer):s.buffer;return new s.constructor(u,s.byteOffset,s.byteLength)}function qA(s){var a=new s.constructor(s.source,hn.exec(s));return a.lastIndex=s.lastIndex,a}function VA(s){return Ca?St(Ca.call(s)):{}}function r2(s,a){var u=a?L0(s.buffer):s.buffer;return new s.constructor(u,s.byteOffset,s.length)}function n2(s,a){if(s!==a){var u=s!==r,g=s===null,y=s===s,D=tn(s),M=a!==r,k=a===null,Z=a===a,ue=tn(a);if(!k&&!ue&&!D&&s>a||D&&M&&Z&&!k&&!ue||g&&M&&Z||!u&&Z||!y)return 1;if(!g&&!D&&!ue&&s<a||ue&&u&&y&&!g&&!D||k&&u&&y||!M&&y||!Z)return-1}return 0}function KA(s,a,u){for(var g=-1,y=s.criteria,D=a.criteria,M=y.length,k=u.length;++g<M;){var Z=n2(y[g],D[g]);if(Z){if(g>=k)return Z;var ue=u[g];return Z*(ue=="desc"?-1:1)}}return s.index-a.index}function i2(s,a,u,g){for(var y=-1,D=s.length,M=u.length,k=-1,Z=a.length,ue=dr(D-M,0),he=te(Z+ue),pe=!g;++k<Z;)he[k]=a[k];for(;++y<M;)(pe||y<D)&&(he[u[y]]=s[y]);for(;ue--;)he[k++]=s[y++];return he}function s2(s,a,u,g){for(var y=-1,D=s.length,M=-1,k=u.length,Z=-1,ue=a.length,he=dr(D-k,0),pe=te(he+ue),be=!g;++y<he;)pe[y]=s[y];for(var Pe=y;++Z<ue;)pe[Pe+Z]=a[Z];for(;++M<k;)(be||y<D)&&(pe[Pe+u[M]]=s[y++]);return pe}function qr(s,a){var u=-1,g=s.length;for(a||(a=te(g));++u<g;)a[u]=s[u];return a}function Bn(s,a,u,g){var y=!u;u||(u={});for(var D=-1,M=a.length;++D<M;){var k=a[D],Z=g?g(u[k],s[k],k,u,s):r;Z===r&&(Z=s[k]),y?ti(u,k,Z):Ia(u,k,Z)}return u}function GA(s,a){return Bn(s,H0(s),a)}function ZA(s,a){return Bn(s,v2(s),a)}function Ll(s,a){return function(u,g){var y=Qe(u)?eD:wA,D=a?a():{};return y(u,s,ze(g,2),D)}}function fo(s){return ct(function(a,u){var g=-1,y=u.length,D=y>1?u[y-1]:r,M=y>2?u[2]:r;for(D=s.length>3&&typeof D=="function"?(y--,D):r,M&&Fr(u[0],u[1],M)&&(D=y<3?r:D,y=1),a=St(a);++g<y;){var k=u[g];k&&s(a,k,g,D)}return a})}function o2(s,a){return function(u,g){if(u==null)return u;if(!Vr(u))return s(u,g);for(var y=u.length,D=a?y:-1,M=St(u);(a?D--:++D<y)&&g(M[D],D,M)!==!1;);return u}}function a2(s){return function(a,u,g){for(var y=-1,D=St(a),M=g(a),k=M.length;k--;){var Z=M[s?k:++y];if(u(D[Z],Z,D)===!1)break}return a}}function YA(s,a,u){var g=a&H,y=$a(s);function D(){var M=this&&this!==mt&&this instanceof D?y:s;return M.apply(g?u:this,arguments)}return D}function c2(s){return function(a){a=yt(a);var u=so(a)?Cn(a):r,g=u?u[0]:a.charAt(0),y=u?Ni(u,1).join(""):a.slice(1);return g[s]()+y}}function po(s){return function(a){return o0(ow(sw(a).replace(wa,"")),s,"")}}function $a(s){return function(){var a=arguments;switch(a.length){case 0:return new s;case 1:return new s(a[0]);case 2:return new s(a[0],a[1]);case 3:return new s(a[0],a[1],a[2]);case 4:return new s(a[0],a[1],a[2],a[3]);case 5:return new s(a[0],a[1],a[2],a[3],a[4]);case 6:return new s(a[0],a[1],a[2],a[3],a[4],a[5]);case 7:return new s(a[0],a[1],a[2],a[3],a[4],a[5],a[6])}var u=ho(s.prototype),g=s.apply(u,a);return Bt(g)?g:u}}function JA(s,a,u){var g=$a(s);function y(){for(var D=arguments.length,M=te(D),k=D,Z=go(y);k--;)M[k]=arguments[k];var ue=D<3&&M[0]!==Z&&M[D-1]!==Z?[]:Di(M,Z);if(D-=ue.length,D<u)return d2(s,a,Ml,y.placeholder,r,M,ue,r,r,u-D);var he=this&&this!==mt&&this instanceof y?g:s;return vr(he,this,M)}return y}function l2(s){return function(a,u,g){var y=St(a);if(!Vr(a)){var D=ze(u,3);a=yr(a),u=function(k){return D(y[k],k,y)}}var M=s(a,u,g);return M>-1?y[D?a[M]:M]:r}}function u2(s){return ni(function(a){var u=a.length,g=u,y=gn.prototype.thru;for(s&&a.reverse();g--;){var D=a[g];if(typeof D!="function")throw new pn(c);if(y&&!M&&Bl(D)=="wrapper")var M=new gn([],!0)}for(g=M?g:u;++g<u;){D=a[g];var k=Bl(D),Z=k=="wrapper"?B0(D):r;Z&&W0(Z[0])&&Z[1]==(f|L|T|E)&&!Z[4].length&&Z[9]==1?M=M[Bl(Z[0])].apply(M,Z[3]):M=D.length==1&&W0(D)?M[k]():M.thru(D)}return function(){var ue=arguments,he=ue[0];if(M&&ue.length==1&&Qe(he))return M.plant(he).value();for(var pe=0,be=u?a[pe].apply(this,ue):he;++pe<u;)be=a[pe].call(this,be);return be}})}function Ml(s,a,u,g,y,D,M,k,Z,ue){var he=a&f,pe=a&H,be=a&G,Pe=a&(L|$),We=a&J,ot=be?r:$a(s);function qe(){for(var ft=arguments.length,wt=te(ft),rn=ft;rn--;)wt[rn]=arguments[rn];if(Pe)var Br=go(qe),nn=lD(wt,Br);if(g&&(wt=i2(wt,g,y,Pe)),D&&(wt=s2(wt,D,M,Pe)),ft-=nn,Pe&&ft<ue){var tr=Di(wt,Br);return d2(s,a,Ml,qe.placeholder,u,wt,tr,k,Z,ue-ft)}var Sn=pe?u:this,ai=be?Sn[s]:s;return ft=wt.length,k?wt=w$(wt,k):We&&ft>1&&wt.reverse(),he&&Z<ft&&(wt.length=Z),this&&this!==mt&&this instanceof qe&&(ai=ot||$a(ai)),ai.apply(Sn,wt)}return qe}function h2(s,a){return function(u,g){return IA(u,s,a(g),{})}}function Ul(s,a){return function(u,g){var y;if(u===r&&g===r)return a;if(u!==r&&(y=u),g!==r){if(y===r)return g;typeof u=="string"||typeof g=="string"?(u=en(u),g=en(g)):(u=Ym(u),g=Ym(g)),y=s(u,g)}return y}}function M0(s){return ni(function(a){return a=Ut(a,Qr(ze())),ct(function(u){var g=this;return s(a,function(y){return vr(y,g,u)})})})}function jl(s,a){a=a===r?" ":en(a);var u=a.length;if(u<2)return u?A0(a,s):a;var g=A0(a,Cl(s/oo(a)));return so(a)?Ni(Cn(g),0,s).join(""):g.slice(0,s)}function XA(s,a,u,g){var y=a&H,D=$a(s);function M(){for(var k=-1,Z=arguments.length,ue=-1,he=g.length,pe=te(he+Z),be=this&&this!==mt&&this instanceof M?D:s;++ue<he;)pe[ue]=g[ue];for(;Z--;)pe[ue++]=arguments[++k];return vr(be,y?u:this,pe)}return M}function f2(s){return function(a,u,g){return g&&typeof g!="number"&&Fr(a,u,g)&&(u=g=r),a=oi(a),u===r?(u=a,a=0):u=oi(u),g=g===r?a<u?1:-1:oi(g),UA(a,u,g,s)}}function Fl(s){return function(a,u){return typeof a=="string"&&typeof u=="string"||(a=yn(a),u=yn(u)),s(a,u)}}function d2(s,a,u,g,y,D,M,k,Z,ue){var he=a&L,pe=he?M:r,be=he?r:M,Pe=he?D:r,We=he?r:D;a|=he?T:I,a&=~(he?I:T),a&R||(a&=~(H|G));var ot=[s,a,y,Pe,pe,We,be,k,Z,ue],qe=u.apply(r,ot);return W0(s)&&I2(qe,ot),qe.placeholder=g,O2(qe,s,a)}function U0(s){var a=fr[s];return function(u,g){if(u=yn(u),g=g==null?0:Sr(it(g),292),g&&Om(u)){var y=(yt(u)+"e").split("e"),D=a(y[0]+"e"+(+y[1]+g));return y=(yt(D)+"e").split("e"),+(y[0]+"e"+(+y[1]-g))}return a(u)}}var QA=lo&&1/pl(new lo([,-0]))[1]==le?function(s){return new lo(s)}:sd;function p2(s){return function(a){var u=Dr(a);return u==Ue?d0(a):u==He?mD(a):cD(a,s(a))}}function ri(s,a,u,g,y,D,M,k){var Z=a&G;if(!Z&&typeof s!="function")throw new pn(c);var ue=g?g.length:0;if(ue||(a&=~(T|I),g=y=r),M=M===r?M:dr(it(M),0),k=k===r?k:it(k),ue-=y?y.length:0,a&I){var he=g,pe=y;g=y=r}var be=Z?r:B0(s),Pe=[s,a,u,g,y,he,pe,D,M,k];if(be&&p$(Pe,be),s=Pe[0],a=Pe[1],u=Pe[2],g=Pe[3],y=Pe[4],k=Pe[9]=Pe[9]===r?Z?0:s.length:dr(Pe[9]-ue,0),!k&&a&(L|$)&&(a&=~(L|$)),!a||a==H)var We=YA(s,a,u);else a==L||a==$?We=JA(s,a,k):(a==T||a==(H|T))&&!y.length?We=XA(s,a,u,g):We=Ml.apply(r,Pe);var ot=be?Gm:I2;return O2(ot(We,Pe),s,a)}function g2(s,a,u,g){return s===r||On(s,co[u])&&!bt.call(g,u)?a:s}function m2(s,a,u,g,y,D){return Bt(s)&&Bt(a)&&(D.set(a,s),Tl(s,a,r,m2,D),D.delete(a)),s}function e$(s){return Na(s)?r:s}function w2(s,a,u,g,y,D){var M=u&P,k=s.length,Z=a.length;if(k!=Z&&!(M&&Z>k))return!1;var ue=D.get(s),he=D.get(a);if(ue&&he)return ue==a&&he==s;var pe=-1,be=!0,Pe=u&U?new gs:r;for(D.set(s,a),D.set(a,s);++pe<k;){var We=s[pe],ot=a[pe];if(g)var qe=M?g(ot,We,pe,a,s,D):g(We,ot,pe,s,a,D);if(qe!==r){if(qe)continue;be=!1;break}if(Pe){if(!a0(a,function(ft,wt){if(!ya(Pe,wt)&&(We===ft||y(We,ft,u,g,D)))return Pe.push(wt)})){be=!1;break}}else if(!(We===ot||y(We,ot,u,g,D))){be=!1;break}}return D.delete(s),D.delete(a),be}function t$(s,a,u,g,y,D,M){switch(u){case p:if(s.byteLength!=a.byteLength||s.byteOffset!=a.byteOffset)return!1;s=s.buffer,a=a.buffer;case b:return!(s.byteLength!=a.byteLength||!D(new bl(s),new bl(a)));case Y:case W:case nt:return On(+s,+a);case F:return s.name==a.name&&s.message==a.message;case Je:case ke:return s==a+"";case Ue:var k=d0;case He:var Z=g&P;if(k||(k=pl),s.size!=a.size&&!Z)return!1;var ue=M.get(s);if(ue)return ue==a;g|=U,M.set(s,a);var he=w2(k(s),k(a),g,y,D,M);return M.delete(s),he;case Ke:if(Ca)return Ca.call(s)==Ca.call(a)}return!1}function r$(s,a,u,g,y,D){var M=u&P,k=j0(s),Z=k.length,ue=j0(a),he=ue.length;if(Z!=he&&!M)return!1;for(var pe=Z;pe--;){var be=k[pe];if(!(M?be in a:bt.call(a,be)))return!1}var Pe=D.get(s),We=D.get(a);if(Pe&&We)return Pe==a&&We==s;var ot=!0;D.set(s,a),D.set(a,s);for(var qe=M;++pe<Z;){be=k[pe];var ft=s[be],wt=a[be];if(g)var rn=M?g(wt,ft,be,a,s,D):g(ft,wt,be,s,a,D);if(!(rn===r?ft===wt||y(ft,wt,u,g,D):rn)){ot=!1;break}qe||(qe=be=="constructor")}if(ot&&!qe){var Br=s.constructor,nn=a.constructor;Br!=nn&&"constructor"in s&&"constructor"in a&&!(typeof Br=="function"&&Br instanceof Br&&typeof nn=="function"&&nn instanceof nn)&&(ot=!1)}return D.delete(s),D.delete(a),ot}function ni(s){return V0(x2(s,r,T2),s+"")}function j0(s){return Um(s,yr,H0)}function F0(s){return Um(s,Kr,v2)}var B0=Ol?function(s){return Ol.get(s)}:sd;function Bl(s){for(var a=s.name+"",u=uo[a],g=bt.call(uo,a)?u.length:0;g--;){var y=u[g],D=y.func;if(D==null||D==s)return y.name}return a}function go(s){var a=bt.call(C,"placeholder")?C:s;return a.placeholder}function ze(){var s=C.iteratee||nd;return s=s===nd?Bm:s,arguments.length?s(arguments[0],arguments[1]):s}function kl(s,a){var u=s.__data__;return u$(a)?u[typeof a=="string"?"string":"hash"]:u.map}function k0(s){for(var a=yr(s),u=a.length;u--;){var g=a[u],y=s[g];a[u]=[g,y,_2(y)]}return a}function vs(s,a){var u=dD(s,a);return Fm(u)?u:r}function n$(s){var a=bt.call(s,ds),u=s[ds];try{s[ds]=r;var g=!0}catch{}var y=vl.call(s);return g&&(a?s[ds]=u:delete s[ds]),y}var H0=g0?function(s){return s==null?[]:(s=St(s),Oi(g0(s),function(a){return Cm.call(s,a)}))}:od,v2=g0?function(s){for(var a=[];s;)Si(a,H0(s)),s=_l(s);return a}:od,Dr=jr;(m0&&Dr(new m0(new ArrayBuffer(1)))!=p||_a&&Dr(new _a)!=Ue||w0&&Dr(w0.resolve())!=At||lo&&Dr(new lo)!=He||Ea&&Dr(new Ea)!=je)&&(Dr=function(s){var a=jr(s),u=a==Ge?s.constructor:r,g=u?ys(u):"";if(g)switch(g){case FD:return p;case BD:return Ue;case kD:return At;case HD:return He;case zD:return je}return a});function i$(s,a,u){for(var g=-1,y=u.length;++g<y;){var D=u[g],M=D.size;switch(D.type){case"drop":s+=M;break;case"dropRight":a-=M;break;case"take":a=Sr(a,s+M);break;case"takeRight":s=dr(s,a-M);break}}return{start:s,end:a}}function s$(s){var a=s.match(Pt);return a?a[1].split(ar):[]}function y2(s,a,u){a=Ti(a,s);for(var g=-1,y=a.length,D=!1;++g<y;){var M=kn(a[g]);if(!(D=s!=null&&u(s,M)))break;s=s[M]}return D||++g!=y?D:(y=s==null?0:s.length,!!y&&Gl(y)&&ii(M,y)&&(Qe(s)||bs(s)))}function o$(s){var a=s.length,u=new s.constructor(a);return a&&typeof s[0]=="string"&&bt.call(s,"index")&&(u.index=s.index,u.input=s.input),u}function b2(s){return typeof s.constructor=="function"&&!Pa(s)?ho(_l(s)):{}}function a$(s,a,u){var g=s.constructor;switch(a){case b:return L0(s);case Y:case W:return new g(+s);case p:return WA(s,u);case m:case A:case B:case K:case Q:case Ee:case Te:case st:case ht:return r2(s,u);case Ue:return new g;case nt:case ke:return new g(s);case Je:return qA(s);case He:return new g;case Ke:return VA(s)}}function c$(s,a){var u=a.length;if(!u)return s;var g=u-1;return a[g]=(u>1?"& ":"")+a[g],a=a.join(u>2?", ":" "),s.replace(Gt,`{
|
|
80
80
|
/* [wrapped with `+a+`] */
|
|
81
|
-
`)}function m$(s){return Qe(s)||_s(s)||!!(Sm&&s&&s[Sm])}function si(s,a){var u=typeof s;return a=a??re,!!a&&(u=="number"||u!="symbol"&&Vf.test(s))&&s>-1&&s%1==0&&s<a}function Br(s,a,u){if(!Bt(u))return!1;var g=typeof a;return(g=="number"?Kr(u)&&si(a,u.length):g=="string"&&a in u)?An(u[a],s):!1}function W0(s,a){if(Qe(s))return!1;var u=typeof s;return u=="number"||u=="symbol"||u=="boolean"||s==null||rn(s)?!0:ir.test(s)||!Mt.test(s)||a!=null&&s in At(a)}function w$(s){var a=typeof s;return a=="string"||a=="number"||a=="symbol"||a=="boolean"?s!=="__proto__":s===null}function q0(s){var a=kl(s),u=C[a];if(typeof u!="function"||!(a in dt.prototype))return!1;if(s===u)return!0;var g=k0(u);return!!g&&s===g[0]}function v$(s){return!!Cm&&Cm in s}var y$=wl?oi:cd;function Ta(s){var a=s&&s.constructor,u=typeof a=="function"&&a.prototype||lo;return s===u}function C2(s){return s===s&&!Bt(s)}function I2(s,a){return function(u){return u==null?!1:u[s]===a&&(a!==r||s in At(u))}}function b$(s){var a=Kl(s,function(g){return u.size===d&&u.clear(),g}),u=a.cache;return a}function _$(s,a){var u=s[1],g=a[1],y=u|g,S=y<(H|G|f),M=g==f&&u==L||g==f&&u==E&&s[7].length<=a[8]||g==(f|E)&&a[7].length<=a[8]&&u==L;if(!(S||M))return s;g&H&&(s[2]=a[2],y|=u&H?0:N);var k=a[3];if(k){var Z=s[3];s[3]=Z?a2(Z,k,a[4]):k,s[4]=Z?Di(s[3],v):a[4]}return k=a[5],k&&(Z=s[5],s[5]=Z?c2(Z,k,a[6]):k,s[6]=Z?Di(s[5],v):a[6]),k=a[7],k&&(s[7]=k),g&f&&(s[8]=s[8]==null?a[8]:Ar(s[8],a[8])),s[9]==null&&(s[9]=a[9]),s[0]=a[0],s[1]=y,s}function E$(s){var a=[];if(s!=null)for(var u in At(s))a.push(u);return a}function x$(s){return yl.call(s)}function O2(s,a,u){return a=dr(a===r?s.length-1:a,0),function(){for(var g=arguments,y=-1,S=dr(g.length-a,0),M=te(S);++y<S;)M[y]=g[a+y];y=-1;for(var k=te(a+1);++y<a;)k[y]=g[y];return k[a]=u(M),vr(s,this,k)}}function A2(s,a){return a.length<2?s:vs(s,vn(a,0,-1))}function C$(s,a){for(var u=s.length,g=Ar(a.length,u),y=Vr(s);g--;){var S=a[g];s[g]=si(S,u)?y[S]:r}return s}function V0(s,a){if(!(a==="constructor"&&typeof s[a]=="function")&&a!="__proto__")return s[a]}var S2=$2(Jm),Ra=FS||function(s,a){return mt.setTimeout(s,a)},K0=$2(KD);function D2(s,a,u){var g=a+"";return K0(s,g$(g,I$(f$(g),u)))}function $2(s){var a=0,u=0;return function(){var g=zS(),y=me-(g-u);if(u=g,y>0){if(++a>=de)return arguments[0]}else a=0;return s.apply(r,arguments)}}function zl(s,a){var u=-1,g=s.length,y=g-1;for(a=a===r?g:a;++u<a;){var S=D0(u,y),M=s[S];s[S]=s[u],s[u]=M}return s.length=a,s}var P2=b$(function(s){var a=[];return s.charCodeAt(0)===46&&a.push(""),s.replace(sr,function(u,g,y,S){a.push(y?S.replace(Bf,"$1"):g||u)}),a});function Hn(s){if(typeof s=="string"||rn(s))return s;var a=s+"";return a=="0"&&1/s==-le?"-0":a}function bs(s){if(s!=null){try{return vl.call(s)}catch{}try{return s+""}catch{}}return""}function I$(s,a){return pn(Be,function(u){var g="_."+u[0];a&u[1]&&!dl(s,g)&&s.push(g)}),s.sort()}function T2(s){if(s instanceof dt)return s.clone();var a=new mn(s.__wrapped__,s.__chain__);return a.__actions__=Vr(s.__actions__),a.__index__=s.__index__,a.__values__=s.__values__,a}function O$(s,a,u){(u?Br(s,a,u):a===r)?a=1:a=dr(it(a),0);var g=s==null?0:s.length;if(!g||a<1)return[];for(var y=0,S=0,M=te(Il(g/a));y<g;)M[S++]=vn(s,y,y+=a);return M}function A$(s){for(var a=-1,u=s==null?0:s.length,g=0,y=[];++a<u;){var S=s[a];S&&(y[g++]=S)}return y}function S$(){var s=arguments.length;if(!s)return[];for(var a=te(s-1),u=arguments[0],g=s;g--;)a[g-1]=arguments[g];return Si(Qe(u)?Vr(u):[u],Cr(a,1))}var D$=ct(function(s,a){return er(s)?Aa(s,Cr(a,1,er,!0)):[]}),$$=ct(function(s,a){var u=yn(a);return er(u)&&(u=r),er(s)?Aa(s,Cr(a,1,er,!0),ze(u,2)):[]}),P$=ct(function(s,a){var u=yn(a);return er(u)&&(u=r),er(s)?Aa(s,Cr(a,1,er,!0),r,u):[]});function T$(s,a,u){var g=s==null?0:s.length;return g?(a=u||a===r?1:it(a),vn(s,a<0?0:a,g)):[]}function R$(s,a,u){var g=s==null?0:s.length;return g?(a=u||a===r?1:it(a),a=g-a,vn(s,0,a<0?0:a)):[]}function N$(s,a){return s&&s.length?Ll(s,ze(a,3),!0,!0):[]}function L$(s,a){return s&&s.length?Ll(s,ze(a,3),!0):[]}function M$(s,a,u,g){var y=s==null?0:s.length;return y?(u&&typeof u!="number"&&Br(s,a,u)&&(u=0,g=y),SD(s,a,u,g)):[]}function R2(s,a,u){var g=s==null?0:s.length;if(!g)return-1;var y=u==null?0:it(u);return y<0&&(y=dr(g+y,0)),pl(s,ze(a,3),y)}function N2(s,a,u){var g=s==null?0:s.length;if(!g)return-1;var y=g-1;return u!==r&&(y=it(u),y=u<0?dr(g+y,0):Ar(y,g-1)),pl(s,ze(a,3),y,!0)}function L2(s){var a=s==null?0:s.length;return a?Cr(s,1):[]}function U$(s){var a=s==null?0:s.length;return a?Cr(s,le):[]}function j$(s,a){var u=s==null?0:s.length;return u?(a=a===r?1:it(a),Cr(s,a)):[]}function F$(s){for(var a=-1,u=s==null?0:s.length,g={};++a<u;){var y=s[a];g[y[0]]=y[1]}return g}function M2(s){return s&&s.length?s[0]:r}function B$(s,a,u){var g=s==null?0:s.length;if(!g)return-1;var y=u==null?0:it(u);return y<0&&(y=dr(g+y,0)),so(s,a,y)}function k$(s){var a=s==null?0:s.length;return a?vn(s,0,-1):[]}var H$=ct(function(s){var a=Ut(s,N0);return a.length&&a[0]===s[0]?C0(a):[]}),z$=ct(function(s){var a=yn(s),u=Ut(s,N0);return a===yn(u)?a=r:u.pop(),u.length&&u[0]===s[0]?C0(u,ze(a,2)):[]}),W$=ct(function(s){var a=yn(s),u=Ut(s,N0);return a=typeof a=="function"?a:r,a&&u.pop(),u.length&&u[0]===s[0]?C0(u,r,a):[]});function q$(s,a){return s==null?"":kS.call(s,a)}function yn(s){var a=s==null?0:s.length;return a?s[a-1]:r}function V$(s,a,u){var g=s==null?0:s.length;if(!g)return-1;var y=g;return u!==r&&(y=it(u),y=y<0?dr(g+y,0):Ar(y,g-1)),a===a?IS(s,a,y):pl(s,mm,y,!0)}function K$(s,a){return s&&s.length?Km(s,it(a)):r}var G$=ct(U2);function U2(s,a){return s&&s.length&&a&&a.length?S0(s,a):s}function Z$(s,a,u){return s&&s.length&&a&&a.length?S0(s,a,ze(u,2)):s}function Y$(s,a,u){return s&&s.length&&a&&a.length?S0(s,a,r,u):s}var J$=ii(function(s,a){var u=s==null?0:s.length,g=b0(s,a);return Ym(s,Ut(a,function(y){return si(y,u)?+y:y}).sort(o2)),g});function X$(s,a){var u=[];if(!(s&&s.length))return u;var g=-1,y=[],S=s.length;for(a=ze(a,3);++g<S;){var M=s[g];a(M,g,s)&&(u.push(M),y.push(g))}return Ym(s,y),u}function G0(s){return s==null?s:qS.call(s)}function Q$(s,a,u){var g=s==null?0:s.length;return g?(u&&typeof u!="number"&&Br(s,a,u)?(a=0,u=g):(a=a==null?0:it(a),u=u===r?g:it(u)),vn(s,a,u)):[]}function eP(s,a){return Nl(s,a)}function tP(s,a,u){return P0(s,a,ze(u,2))}function rP(s,a){var u=s==null?0:s.length;if(u){var g=Nl(s,a);if(g<u&&An(s[g],a))return g}return-1}function nP(s,a){return Nl(s,a,!0)}function iP(s,a,u){return P0(s,a,ze(u,2),!0)}function sP(s,a){var u=s==null?0:s.length;if(u){var g=Nl(s,a,!0)-1;if(An(s[g],a))return g}return-1}function oP(s){return s&&s.length?Xm(s):[]}function aP(s,a){return s&&s.length?Xm(s,ze(a,2)):[]}function cP(s){var a=s==null?0:s.length;return a?vn(s,1,a):[]}function lP(s,a,u){return s&&s.length?(a=u||a===r?1:it(a),vn(s,0,a<0?0:a)):[]}function uP(s,a,u){var g=s==null?0:s.length;return g?(a=u||a===r?1:it(a),a=g-a,vn(s,a<0?0:a,g)):[]}function hP(s,a){return s&&s.length?Ll(s,ze(a,3),!1,!0):[]}function fP(s,a){return s&&s.length?Ll(s,ze(a,3)):[]}var dP=ct(function(s){return Ti(Cr(s,1,er,!0))}),pP=ct(function(s){var a=yn(s);return er(a)&&(a=r),Ti(Cr(s,1,er,!0),ze(a,2))}),gP=ct(function(s){var a=yn(s);return a=typeof a=="function"?a:r,Ti(Cr(s,1,er,!0),r,a)});function mP(s){return s&&s.length?Ti(s):[]}function wP(s,a){return s&&s.length?Ti(s,ze(a,2)):[]}function vP(s,a){return a=typeof a=="function"?a:r,s&&s.length?Ti(s,r,a):[]}function Z0(s){if(!(s&&s.length))return[];var a=0;return s=Ai(s,function(u){if(er(u))return a=dr(u.length,a),!0}),f0(a,function(u){return Ut(s,l0(u))})}function j2(s,a){if(!(s&&s.length))return[];var u=Z0(s);return a==null?u:Ut(u,function(g){return vr(a,r,g)})}var yP=ct(function(s,a){return er(s)?Aa(s,a):[]}),bP=ct(function(s){return R0(Ai(s,er))}),_P=ct(function(s){var a=yn(s);return er(a)&&(a=r),R0(Ai(s,er),ze(a,2))}),EP=ct(function(s){var a=yn(s);return a=typeof a=="function"?a:r,R0(Ai(s,er),r,a)}),xP=ct(Z0);function CP(s,a){return r2(s||[],a||[],Oa)}function IP(s,a){return r2(s||[],a||[],$a)}var OP=ct(function(s){var a=s.length,u=a>1?s[a-1]:r;return u=typeof u=="function"?(s.pop(),u):r,j2(s,u)});function F2(s){var a=C(s);return a.__chain__=!0,a}function AP(s,a){return a(s),s}function Wl(s,a){return a(s)}var SP=ii(function(s){var a=s.length,u=a?s[0]:0,g=this.__wrapped__,y=function(S){return b0(S,s)};return a>1||this.__actions__.length||!(g instanceof dt)||!si(u)?this.thru(y):(g=g.slice(u,+u+(a?1:0)),g.__actions__.push({func:Wl,args:[y],thisArg:r}),new mn(g,this.__chain__).thru(function(S){return a&&!S.length&&S.push(r),S}))});function DP(){return F2(this)}function $P(){return new mn(this.value(),this.__chain__)}function PP(){this.__values__===r&&(this.__values__=Q2(this.value()));var s=this.__index__>=this.__values__.length,a=s?r:this.__values__[this.__index__++];return{done:s,value:a}}function TP(){return this}function RP(s){for(var a,u=this;u instanceof Dl;){var g=T2(u);g.__index__=0,g.__values__=r,a?y.__wrapped__=g:a=g;var y=g;u=u.__wrapped__}return y.__wrapped__=s,a}function NP(){var s=this.__wrapped__;if(s instanceof dt){var a=s;return this.__actions__.length&&(a=new dt(this)),a=a.reverse(),a.__actions__.push({func:Wl,args:[G0],thisArg:r}),new mn(a,this.__chain__)}return this.thru(G0)}function LP(){return t2(this.__wrapped__,this.__actions__)}var MP=Ml(function(s,a,u){bt.call(s,u)?++s[u]:ri(s,u,1)});function UP(s,a,u){var g=Qe(s)?pm:AD;return u&&Br(s,a,u)&&(a=r),g(s,ze(a,3))}function jP(s,a){var u=Qe(s)?Ai:jm;return u(s,ze(a,3))}var FP=f2(R2),BP=f2(N2);function kP(s,a){return Cr(ql(s,a),1)}function HP(s,a){return Cr(ql(s,a),le)}function zP(s,a,u){return u=u===r?1:it(u),Cr(ql(s,a),u)}function B2(s,a){var u=Qe(s)?pn:Pi;return u(s,ze(a,3))}function k2(s,a){var u=Qe(s)?cS:Um;return u(s,ze(a,3))}var WP=Ml(function(s,a,u){bt.call(s,u)?s[u].push(a):ri(s,u,[a])});function qP(s,a,u,g){s=Kr(s)?s:vo(s),u=u&&!g?it(u):0;var y=s.length;return u<0&&(u=dr(y+u,0)),Yl(s)?u<=y&&s.indexOf(a,u)>-1:!!y&&so(s,a,u)>-1}var VP=ct(function(s,a,u){var g=-1,y=typeof a=="function",S=Kr(s)?te(s.length):[];return Pi(s,function(M){S[++g]=y?vr(a,M,u):Sa(M,a,u)}),S}),KP=Ml(function(s,a,u){ri(s,u,a)});function ql(s,a){var u=Qe(s)?Ut:Wm;return u(s,ze(a,3))}function GP(s,a,u,g){return s==null?[]:(Qe(a)||(a=a==null?[]:[a]),u=g?r:u,Qe(u)||(u=u==null?[]:[u]),Gm(s,a,u))}var ZP=Ml(function(s,a,u){s[u?0:1].push(a)},function(){return[[],[]]});function YP(s,a,u){var g=Qe(s)?a0:vm,y=arguments.length<3;return g(s,ze(a,4),u,y,Pi)}function JP(s,a,u){var g=Qe(s)?lS:vm,y=arguments.length<3;return g(s,ze(a,4),u,y,Um)}function XP(s,a){var u=Qe(s)?Ai:jm;return u(s,Gl(ze(a,3)))}function QP(s){var a=Qe(s)?Rm:qD;return a(s)}function eT(s,a,u){(u?Br(s,a,u):a===r)?a=1:a=it(a);var g=Qe(s)?ED:VD;return g(s,a)}function tT(s){var a=Qe(s)?xD:GD;return a(s)}function rT(s){if(s==null)return 0;if(Kr(s))return Yl(s)?ao(s):s.length;var a=Sr(s);return a==Ue||a==He?s.size:O0(s).length}function nT(s,a,u){var g=Qe(s)?c0:ZD;return u&&Br(s,a,u)&&(a=r),g(s,ze(a,3))}var iT=ct(function(s,a){if(s==null)return[];var u=a.length;return u>1&&Br(s,a[0],a[1])?a=[]:u>2&&Br(a[0],a[1],a[2])&&(a=[a[0]]),Gm(s,Cr(a,1),[])}),Vl=jS||function(){return mt.Date.now()};function sT(s,a){if(typeof a!="function")throw new gn(c);return s=it(s),function(){if(--s<1)return a.apply(this,arguments)}}function H2(s,a,u){return a=u?r:a,a=s&&a==null?s.length:a,ni(s,f,r,r,r,r,a)}function z2(s,a){var u;if(typeof a!="function")throw new gn(c);return s=it(s),function(){return--s>0&&(u=a.apply(this,arguments)),s<=1&&(a=r),u}}var Y0=ct(function(s,a,u){var g=H;if(u.length){var y=Di(u,mo(Y0));g|=T}return ni(s,g,a,u,y)}),W2=ct(function(s,a,u){var g=H|G;if(u.length){var y=Di(u,mo(W2));g|=T}return ni(a,g,s,u,y)});function q2(s,a,u){a=u?r:a;var g=ni(s,L,r,r,r,r,r,a);return g.placeholder=q2.placeholder,g}function V2(s,a,u){a=u?r:a;var g=ni(s,$,r,r,r,r,r,a);return g.placeholder=V2.placeholder,g}function K2(s,a,u){var g,y,S,M,k,Z,ue=0,he=!1,pe=!1,be=!0;if(typeof s!="function")throw new gn(c);a=bn(a)||0,Bt(u)&&(he=!!u.leading,pe="maxWait"in u,S=pe?dr(bn(u.maxWait)||0,a):S,be="trailing"in u?!!u.trailing:be);function Pe(tr){var Sn=g,ci=y;return g=y=r,ue=tr,M=s.apply(ci,Sn),M}function We(tr){return ue=tr,k=Ra(ft,a),he?Pe(tr):M}function ot(tr){var Sn=tr-Z,ci=tr-ue,fw=a-Sn;return pe?Ar(fw,S-ci):fw}function qe(tr){var Sn=tr-Z,ci=tr-ue;return Z===r||Sn>=a||Sn<0||pe&&ci>=S}function ft(){var tr=Vl();if(qe(tr))return wt(tr);k=Ra(ft,ot(tr))}function wt(tr){return k=r,be&&g?Pe(tr):(g=y=r,M)}function nn(){k!==r&&n2(k),ue=0,g=Z=y=k=r}function kr(){return k===r?M:wt(Vl())}function sn(){var tr=Vl(),Sn=qe(tr);if(g=arguments,y=this,Z=tr,Sn){if(k===r)return We(Z);if(pe)return n2(k),k=Ra(ft,a),Pe(Z)}return k===r&&(k=Ra(ft,a)),M}return sn.cancel=nn,sn.flush=kr,sn}var oT=ct(function(s,a){return Mm(s,1,a)}),aT=ct(function(s,a,u){return Mm(s,bn(a)||0,u)});function cT(s){return ni(s,J)}function Kl(s,a){if(typeof s!="function"||a!=null&&typeof a!="function")throw new gn(c);var u=function(){var g=arguments,y=a?a.apply(this,g):g[0],S=u.cache;if(S.has(y))return S.get(y);var M=s.apply(this,g);return u.cache=S.set(y,M)||S,M};return u.cache=new(Kl.Cache||ti),u}Kl.Cache=ti;function Gl(s){if(typeof s!="function")throw new gn(c);return function(){var a=arguments;switch(a.length){case 0:return!s.call(this);case 1:return!s.call(this,a[0]);case 2:return!s.call(this,a[0],a[1]);case 3:return!s.call(this,a[0],a[1],a[2])}return!s.apply(this,a)}}function lT(s){return z2(2,s)}var uT=YD(function(s,a){a=a.length==1&&Qe(a[0])?Ut(a[0],en(ze())):Ut(Cr(a,1),en(ze()));var u=a.length;return ct(function(g){for(var y=-1,S=Ar(g.length,u);++y<S;)g[y]=a[y].call(this,g[y]);return vr(s,this,g)})}),J0=ct(function(s,a){var u=Di(a,mo(J0));return ni(s,T,r,a,u)}),G2=ct(function(s,a){var u=Di(a,mo(G2));return ni(s,I,r,a,u)}),hT=ii(function(s,a){return ni(s,E,r,r,r,a)});function fT(s,a){if(typeof s!="function")throw new gn(c);return a=a===r?a:it(a),ct(s,a)}function dT(s,a){if(typeof s!="function")throw new gn(c);return a=a==null?0:dr(it(a),0),ct(function(u){var g=u[a],y=Ni(u,0,a);return g&&Si(y,g),vr(s,this,y)})}function pT(s,a,u){var g=!0,y=!0;if(typeof s!="function")throw new gn(c);return Bt(u)&&(g="leading"in u?!!u.leading:g,y="trailing"in u?!!u.trailing:y),K2(s,a,{leading:g,maxWait:a,trailing:y})}function gT(s){return H2(s,1)}function mT(s,a){return J0(L0(a),s)}function wT(){if(!arguments.length)return[];var s=arguments[0];return Qe(s)?s:[s]}function vT(s){return wn(s,O)}function yT(s,a){return a=typeof a=="function"?a:r,wn(s,O,a)}function bT(s){return wn(s,x|O)}function _T(s,a){return a=typeof a=="function"?a:r,wn(s,x|O,a)}function ET(s,a){return a==null||Lm(s,a,yr(a))}function An(s,a){return s===a||s!==s&&a!==a}var xT=Bl(x0),CT=Bl(function(s,a){return s>=a}),_s=km(function(){return arguments}())?km:function(s){return Zt(s)&&bt.call(s,"callee")&&!Am.call(s,"callee")},Qe=te.isArray,IT=jr?en(jr):RD;function Kr(s){return s!=null&&Zl(s.length)&&!oi(s)}function er(s){return Zt(s)&&Kr(s)}function OT(s){return s===!0||s===!1||Zt(s)&&Fr(s)==Y}var Li=BS||cd,AT=Cn?en(Cn):ND;function ST(s){return Zt(s)&&s.nodeType===1&&!Na(s)}function DT(s){if(s==null)return!0;if(Kr(s)&&(Qe(s)||typeof s=="string"||typeof s.splice=="function"||Li(s)||wo(s)||_s(s)))return!s.length;var a=Sr(s);if(a==Ue||a==He)return!s.size;if(Ta(s))return!O0(s).length;for(var u in s)if(bt.call(s,u))return!1;return!0}function $T(s,a){return Da(s,a)}function PT(s,a,u){u=typeof u=="function"?u:r;var g=u?u(s,a):r;return g===r?Da(s,a,r,u):!!g}function X0(s){if(!Zt(s))return!1;var a=Fr(s);return a==F||a==w||typeof s.message=="string"&&typeof s.name=="string"&&!Na(s)}function TT(s){return typeof s=="number"&&Dm(s)}function oi(s){if(!Bt(s))return!1;var a=Fr(s);return a==we||a==ve||a==X||a==$t}function Z2(s){return typeof s=="number"&&s==it(s)}function Zl(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=re}function Bt(s){var a=typeof s;return s!=null&&(a=="object"||a=="function")}function Zt(s){return s!=null&&typeof s=="object"}var Y2=dn?en(dn):MD;function RT(s,a){return s===a||I0(s,a,H0(a))}function NT(s,a,u){return u=typeof u=="function"?u:r,I0(s,a,H0(a),u)}function LT(s){return J2(s)&&s!=+s}function MT(s){if(y$(s))throw new Ye(o);return Hm(s)}function UT(s){return s===null}function jT(s){return s==null}function J2(s){return typeof s=="number"||Zt(s)&&Fr(s)==nt}function Na(s){if(!Zt(s)||Fr(s)!=Ge)return!1;var a=El(s);if(a===null)return!0;var u=bt.call(a,"constructor")&&a.constructor;return typeof u=="function"&&u instanceof u&&vl.call(u)==NS}var Q0=Fn?en(Fn):UD;function FT(s){return Z2(s)&&s>=-re&&s<=re}var X2=ya?en(ya):jD;function Yl(s){return typeof s=="string"||!Qe(s)&&Zt(s)&&Fr(s)==ke}function rn(s){return typeof s=="symbol"||Zt(s)&&Fr(s)==Ke}var wo=ds?en(ds):FD;function BT(s){return s===r}function kT(s){return Zt(s)&&Sr(s)==je}function HT(s){return Zt(s)&&Fr(s)==Ze}var zT=Bl(A0),WT=Bl(function(s,a){return s<=a});function Q2(s){if(!s)return[];if(Kr(s))return Yl(s)?In(s):Vr(s);if(_a&&s[_a])return ES(s[_a]());var a=Sr(s),u=a==Ue?p0:a==He?gl:vo;return u(s)}function ai(s){if(!s)return s===0?s:0;if(s=bn(s),s===le||s===-le){var a=s<0?-1:1;return a*ne}return s===s?s:0}function it(s){var a=ai(s),u=a%1;return a===a?u?a-u:a:0}function ew(s){return s?ws(it(s),0,ie):0}function bn(s){if(typeof s=="number")return s;if(rn(s))return ae;if(Bt(s)){var a=typeof s.valueOf=="function"?s.valueOf():s;s=Bt(a)?a+"":a}if(typeof s!="string")return s===0?s:+s;s=ym(s);var u=zf.test(s);return u||qf.test(s)?Xe(s.slice(2),u?2:8):Hf.test(s)?ae:+s}function tw(s){return kn(s,Gr(s))}function qT(s){return s?ws(it(s),-re,re):s===0?s:0}function yt(s){return s==null?"":tn(s)}var VT=po(function(s,a){if(Ta(a)||Kr(a)){kn(a,yr(a),s);return}for(var u in a)bt.call(a,u)&&Oa(s,u,a[u])}),rw=po(function(s,a){kn(a,Gr(a),s)}),Jl=po(function(s,a,u,g){kn(a,Gr(a),s,g)}),KT=po(function(s,a,u,g){kn(a,yr(a),s,g)}),GT=ii(b0);function ZT(s,a){var u=fo(s);return a==null?u:Nm(u,a)}var YT=ct(function(s,a){s=At(s);var u=-1,g=a.length,y=g>2?a[2]:r;for(y&&Br(a[0],a[1],y)&&(g=1);++u<g;)for(var S=a[u],M=Gr(S),k=-1,Z=M.length;++k<Z;){var ue=M[k],he=s[ue];(he===r||An(he,lo[ue])&&!bt.call(s,ue))&&(s[ue]=S[ue])}return s}),JT=ct(function(s){return s.push(r,y2),vr(nw,r,s)});function XT(s,a){return gm(s,ze(a,3),Bn)}function QT(s,a){return gm(s,ze(a,3),E0)}function eR(s,a){return s==null?s:_0(s,ze(a,3),Gr)}function tR(s,a){return s==null?s:Fm(s,ze(a,3),Gr)}function rR(s,a){return s&&Bn(s,ze(a,3))}function nR(s,a){return s&&E0(s,ze(a,3))}function iR(s){return s==null?[]:Tl(s,yr(s))}function sR(s){return s==null?[]:Tl(s,Gr(s))}function ed(s,a,u){var g=s==null?r:vs(s,a);return g===r?u:g}function oR(s,a){return s!=null&&E2(s,a,DD)}function td(s,a){return s!=null&&E2(s,a,$D)}var aR=p2(function(s,a,u){a!=null&&typeof a.toString!="function"&&(a=yl.call(a)),s[a]=u},nd(Zr)),cR=p2(function(s,a,u){a!=null&&typeof a.toString!="function"&&(a=yl.call(a)),bt.call(s,a)?s[a].push(u):s[a]=[u]},ze),lR=ct(Sa);function yr(s){return Kr(s)?Tm(s):O0(s)}function Gr(s){return Kr(s)?Tm(s,!0):BD(s)}function uR(s,a){var u={};return a=ze(a,3),Bn(s,function(g,y,S){ri(u,a(g,y,S),g)}),u}function hR(s,a){var u={};return a=ze(a,3),Bn(s,function(g,y,S){ri(u,y,a(g,y,S))}),u}var fR=po(function(s,a,u){Rl(s,a,u)}),nw=po(function(s,a,u,g){Rl(s,a,u,g)}),dR=ii(function(s,a){var u={};if(s==null)return u;var g=!1;a=Ut(a,function(S){return S=Ri(S,s),g||(g=S.length>1),S}),kn(s,B0(s),u),g&&(u=wn(u,x|_|O,a$));for(var y=a.length;y--;)T0(u,a[y]);return u});function pR(s,a){return iw(s,Gl(ze(a)))}var gR=ii(function(s,a){return s==null?{}:HD(s,a)});function iw(s,a){if(s==null)return{};var u=Ut(B0(s),function(g){return[g]});return a=ze(a),Zm(s,u,function(g,y){return a(g,y[0])})}function mR(s,a,u){a=Ri(a,s);var g=-1,y=a.length;for(y||(y=1,s=r);++g<y;){var S=s==null?r:s[Hn(a[g])];S===r&&(g=y,S=u),s=oi(S)?S.call(s):S}return s}function wR(s,a,u){return s==null?s:$a(s,a,u)}function vR(s,a,u,g){return g=typeof g=="function"?g:r,s==null?s:$a(s,a,u,g)}var sw=w2(yr),ow=w2(Gr);function yR(s,a,u){var g=Qe(s),y=g||Li(s)||wo(s);if(a=ze(a,4),u==null){var S=s&&s.constructor;y?u=g?new S:[]:Bt(s)?u=oi(S)?fo(El(s)):{}:u={}}return(y?pn:Bn)(s,function(M,k,Z){return a(u,M,k,Z)}),u}function bR(s,a){return s==null?!0:T0(s,a)}function _R(s,a,u){return s==null?s:e2(s,a,L0(u))}function ER(s,a,u,g){return g=typeof g=="function"?g:r,s==null?s:e2(s,a,L0(u),g)}function vo(s){return s==null?[]:d0(s,yr(s))}function xR(s){return s==null?[]:d0(s,Gr(s))}function CR(s,a,u){return u===r&&(u=a,a=r),u!==r&&(u=bn(u),u=u===u?u:0),a!==r&&(a=bn(a),a=a===a?a:0),ws(bn(s),a,u)}function IR(s,a,u){return a=ai(a),u===r?(u=a,a=0):u=ai(u),s=bn(s),PD(s,a,u)}function OR(s,a,u){if(u&&typeof u!="boolean"&&Br(s,a,u)&&(a=u=r),u===r&&(typeof a=="boolean"?(u=a,a=r):typeof s=="boolean"&&(u=s,s=r)),s===r&&a===r?(s=0,a=1):(s=ai(s),a===r?(a=s,s=0):a=ai(a)),s>a){var g=s;s=a,a=g}if(u||s%1||a%1){var y=$m();return Ar(s+y*(a-s+It("1e-"+((y+"").length-1))),a)}return D0(s,a)}var AR=go(function(s,a,u){return a=a.toLowerCase(),s+(u?aw(a):a)});function aw(s){return rd(yt(s).toLowerCase())}function cw(s){return s=yt(s),s&&s.replace(Xn,wS).replace(i0,"")}function SR(s,a,u){s=yt(s),a=tn(a);var g=s.length;u=u===r?g:ws(it(u),0,g);var y=u;return u-=a.length,u>=0&&s.slice(u,y)==a}function DR(s){return s=yt(s),s&&Lt.test(s)?s.replace(cs,vS):s}function $R(s){return s=yt(s),s&&or.test(s)?s.replace(Vt,"\\$&"):s}var PR=go(function(s,a,u){return s+(u?"-":"")+a.toLowerCase()}),TR=go(function(s,a,u){return s+(u?" ":"")+a.toLowerCase()}),RR=h2("toLowerCase");function NR(s,a,u){s=yt(s),a=it(a);var g=a?ao(s):0;if(!a||g>=a)return s;var y=(a-g)/2;return Fl(Ol(y),u)+s+Fl(Il(y),u)}function LR(s,a,u){s=yt(s),a=it(a);var g=a?ao(s):0;return a&&g<a?s+Fl(a-g,u):s}function MR(s,a,u){s=yt(s),a=it(a);var g=a?ao(s):0;return a&&g<a?Fl(a-g,u)+s:s}function UR(s,a,u){return u||a==null?a=0:a&&(a=+a),WS(yt(s).replace(Kt,""),a||0)}function jR(s,a,u){return(u?Br(s,a,u):a===r)?a=1:a=it(a),$0(yt(s),a)}function FR(){var s=arguments,a=yt(s[0]);return s.length<3?a:a.replace(s[1],s[2])}var BR=go(function(s,a,u){return s+(u?"_":"")+a.toLowerCase()});function kR(s,a,u){return u&&typeof u!="number"&&Br(s,a,u)&&(a=u=r),u=u===r?ie:u>>>0,u?(s=yt(s),s&&(typeof a=="string"||a!=null&&!Q0(a))&&(a=tn(a),!a&&oo(s))?Ni(In(s),0,u):s.split(a,u)):[]}var HR=go(function(s,a,u){return s+(u?" ":"")+rd(a)});function zR(s,a,u){return s=yt(s),u=u==null?0:ws(it(u),0,s.length),a=tn(a),s.slice(u,u+a.length)==a}function WR(s,a,u){var g=C.templateSettings;u&&Br(s,a,u)&&(a=r),s=yt(s),a=Jl({},a,g,v2);var y=Jl({},a.imports,g.imports,v2),S=yr(y),M=d0(y,S),k,Z,ue=0,he=a.interpolate||Xs,pe="__p += '",be=g0((a.escape||Xs).source+"|"+he.source+"|"+(he===Ft?kf:Xs).source+"|"+(a.evaluate||Xs).source+"|$","g"),Pe="//# sourceURL="+(bt.call(a,"sourceURL")?(a.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++s0+"]")+`
|
|
82
|
-
`;s.replace(be,function(qe,ft,wt,
|
|
81
|
+
`)}function l$(s){return Qe(s)||bs(s)||!!(Im&&s&&s[Im])}function ii(s,a){var u=typeof s;return a=a??re,!!a&&(u=="number"||u!="symbol"&&qf.test(s))&&s>-1&&s%1==0&&s<a}function Fr(s,a,u){if(!Bt(u))return!1;var g=typeof a;return(g=="number"?Vr(u)&&ii(a,u.length):g=="string"&&a in u)?On(u[a],s):!1}function z0(s,a){if(Qe(s))return!1;var u=typeof s;return u=="number"||u=="symbol"||u=="boolean"||s==null||tn(s)?!0:ir.test(s)||!Mt.test(s)||a!=null&&s in St(a)}function u$(s){var a=typeof s;return a=="string"||a=="number"||a=="symbol"||a=="boolean"?s!=="__proto__":s===null}function W0(s){var a=Bl(s),u=C[a];if(typeof u!="function"||!(a in dt.prototype))return!1;if(s===u)return!0;var g=B0(u);return!!g&&s===g[0]}function h$(s){return!!_m&&_m in s}var f$=ml?si:ad;function Pa(s){var a=s&&s.constructor,u=typeof a=="function"&&a.prototype||co;return s===u}function _2(s){return s===s&&!Bt(s)}function E2(s,a){return function(u){return u==null?!1:u[s]===a&&(a!==r||s in St(u))}}function d$(s){var a=Vl(s,function(g){return u.size===d&&u.clear(),g}),u=a.cache;return a}function p$(s,a){var u=s[1],g=a[1],y=u|g,D=y<(H|G|f),M=g==f&&u==L||g==f&&u==E&&s[7].length<=a[8]||g==(f|E)&&a[7].length<=a[8]&&u==L;if(!(D||M))return s;g&H&&(s[2]=a[2],y|=u&H?0:R);var k=a[3];if(k){var Z=s[3];s[3]=Z?i2(Z,k,a[4]):k,s[4]=Z?Di(s[3],v):a[4]}return k=a[5],k&&(Z=s[5],s[5]=Z?s2(Z,k,a[6]):k,s[6]=Z?Di(s[5],v):a[6]),k=a[7],k&&(s[7]=k),g&f&&(s[8]=s[8]==null?a[8]:Sr(s[8],a[8])),s[9]==null&&(s[9]=a[9]),s[0]=a[0],s[1]=y,s}function g$(s){var a=[];if(s!=null)for(var u in St(s))a.push(u);return a}function m$(s){return vl.call(s)}function x2(s,a,u){return a=dr(a===r?s.length-1:a,0),function(){for(var g=arguments,y=-1,D=dr(g.length-a,0),M=te(D);++y<D;)M[y]=g[a+y];y=-1;for(var k=te(a+1);++y<a;)k[y]=g[y];return k[a]=u(M),vr(s,this,k)}}function C2(s,a){return a.length<2?s:ws(s,wn(a,0,-1))}function w$(s,a){for(var u=s.length,g=Sr(a.length,u),y=qr(s);g--;){var D=a[g];s[g]=ii(D,u)?y[D]:r}return s}function q0(s,a){if(!(a==="constructor"&&typeof s[a]=="function")&&a!="__proto__")return s[a]}var I2=S2(Gm),Ta=TD||function(s,a){return mt.setTimeout(s,a)},V0=S2(BA);function O2(s,a,u){var g=a+"";return V0(s,c$(g,v$(s$(g),u)))}function S2(s){var a=0,u=0;return function(){var g=MD(),y=me-(g-u);if(u=g,y>0){if(++a>=de)return arguments[0]}else a=0;return s.apply(r,arguments)}}function Hl(s,a){var u=-1,g=s.length,y=g-1;for(a=a===r?g:a;++u<a;){var D=D0(u,y),M=s[D];s[D]=s[u],s[u]=M}return s.length=a,s}var D2=d$(function(s){var a=[];return s.charCodeAt(0)===46&&a.push(""),s.replace(sr,function(u,g,y,D){a.push(y?D.replace(Ff,"$1"):g||u)}),a});function kn(s){if(typeof s=="string"||tn(s))return s;var a=s+"";return a=="0"&&1/s==-le?"-0":a}function ys(s){if(s!=null){try{return wl.call(s)}catch{}try{return s+""}catch{}}return""}function v$(s,a){return dn(Be,function(u){var g="_."+u[0];a&u[1]&&!fl(s,g)&&s.push(g)}),s.sort()}function A2(s){if(s instanceof dt)return s.clone();var a=new gn(s.__wrapped__,s.__chain__);return a.__actions__=qr(s.__actions__),a.__index__=s.__index__,a.__values__=s.__values__,a}function y$(s,a,u){(u?Fr(s,a,u):a===r)?a=1:a=dr(it(a),0);var g=s==null?0:s.length;if(!g||a<1)return[];for(var y=0,D=0,M=te(Cl(g/a));y<g;)M[D++]=wn(s,y,y+=a);return M}function b$(s){for(var a=-1,u=s==null?0:s.length,g=0,y=[];++a<u;){var D=s[a];D&&(y[g++]=D)}return y}function _$(){var s=arguments.length;if(!s)return[];for(var a=te(s-1),u=arguments[0],g=s;g--;)a[g-1]=arguments[g];return Si(Qe(u)?qr(u):[u],Cr(a,1))}var E$=ct(function(s,a){return er(s)?Oa(s,Cr(a,1,er,!0)):[]}),x$=ct(function(s,a){var u=vn(a);return er(u)&&(u=r),er(s)?Oa(s,Cr(a,1,er,!0),ze(u,2)):[]}),C$=ct(function(s,a){var u=vn(a);return er(u)&&(u=r),er(s)?Oa(s,Cr(a,1,er,!0),r,u):[]});function I$(s,a,u){var g=s==null?0:s.length;return g?(a=u||a===r?1:it(a),wn(s,a<0?0:a,g)):[]}function O$(s,a,u){var g=s==null?0:s.length;return g?(a=u||a===r?1:it(a),a=g-a,wn(s,0,a<0?0:a)):[]}function S$(s,a){return s&&s.length?Rl(s,ze(a,3),!0,!0):[]}function D$(s,a){return s&&s.length?Rl(s,ze(a,3),!0):[]}function A$(s,a,u,g){var y=s==null?0:s.length;return y?(u&&typeof u!="number"&&Fr(s,a,u)&&(u=0,g=y),_A(s,a,u,g)):[]}function $2(s,a,u){var g=s==null?0:s.length;if(!g)return-1;var y=u==null?0:it(u);return y<0&&(y=dr(g+y,0)),dl(s,ze(a,3),y)}function P2(s,a,u){var g=s==null?0:s.length;if(!g)return-1;var y=g-1;return u!==r&&(y=it(u),y=u<0?dr(g+y,0):Sr(y,g-1)),dl(s,ze(a,3),y,!0)}function T2(s){var a=s==null?0:s.length;return a?Cr(s,1):[]}function $$(s){var a=s==null?0:s.length;return a?Cr(s,le):[]}function P$(s,a){var u=s==null?0:s.length;return u?(a=a===r?1:it(a),Cr(s,a)):[]}function T$(s){for(var a=-1,u=s==null?0:s.length,g={};++a<u;){var y=s[a];g[y[0]]=y[1]}return g}function N2(s){return s&&s.length?s[0]:r}function N$(s,a,u){var g=s==null?0:s.length;if(!g)return-1;var y=u==null?0:it(u);return y<0&&(y=dr(g+y,0)),io(s,a,y)}function R$(s){var a=s==null?0:s.length;return a?wn(s,0,-1):[]}var L$=ct(function(s){var a=Ut(s,N0);return a.length&&a[0]===s[0]?x0(a):[]}),M$=ct(function(s){var a=vn(s),u=Ut(s,N0);return a===vn(u)?a=r:u.pop(),u.length&&u[0]===s[0]?x0(u,ze(a,2)):[]}),U$=ct(function(s){var a=vn(s),u=Ut(s,N0);return a=typeof a=="function"?a:r,a&&u.pop(),u.length&&u[0]===s[0]?x0(u,r,a):[]});function j$(s,a){return s==null?"":RD.call(s,a)}function vn(s){var a=s==null?0:s.length;return a?s[a-1]:r}function F$(s,a,u){var g=s==null?0:s.length;if(!g)return-1;var y=g;return u!==r&&(y=it(u),y=y<0?dr(g+y,0):Sr(y,g-1)),a===a?vD(s,a,y):dl(s,dm,y,!0)}function B$(s,a){return s&&s.length?Wm(s,it(a)):r}var k$=ct(R2);function R2(s,a){return s&&s.length&&a&&a.length?S0(s,a):s}function H$(s,a,u){return s&&s.length&&a&&a.length?S0(s,a,ze(u,2)):s}function z$(s,a,u){return s&&s.length&&a&&a.length?S0(s,a,r,u):s}var W$=ni(function(s,a){var u=s==null?0:s.length,g=y0(s,a);return Km(s,Ut(a,function(y){return ii(y,u)?+y:y}).sort(n2)),g});function q$(s,a){var u=[];if(!(s&&s.length))return u;var g=-1,y=[],D=s.length;for(a=ze(a,3);++g<D;){var M=s[g];a(M,g,s)&&(u.push(M),y.push(g))}return Km(s,y),u}function K0(s){return s==null?s:jD.call(s)}function V$(s,a,u){var g=s==null?0:s.length;return g?(u&&typeof u!="number"&&Fr(s,a,u)?(a=0,u=g):(a=a==null?0:it(a),u=u===r?g:it(u)),wn(s,a,u)):[]}function K$(s,a){return Nl(s,a)}function G$(s,a,u){return $0(s,a,ze(u,2))}function Z$(s,a){var u=s==null?0:s.length;if(u){var g=Nl(s,a);if(g<u&&On(s[g],a))return g}return-1}function Y$(s,a){return Nl(s,a,!0)}function J$(s,a,u){return $0(s,a,ze(u,2),!0)}function X$(s,a){var u=s==null?0:s.length;if(u){var g=Nl(s,a,!0)-1;if(On(s[g],a))return g}return-1}function Q$(s){return s&&s.length?Zm(s):[]}function eP(s,a){return s&&s.length?Zm(s,ze(a,2)):[]}function tP(s){var a=s==null?0:s.length;return a?wn(s,1,a):[]}function rP(s,a,u){return s&&s.length?(a=u||a===r?1:it(a),wn(s,0,a<0?0:a)):[]}function nP(s,a,u){var g=s==null?0:s.length;return g?(a=u||a===r?1:it(a),a=g-a,wn(s,a<0?0:a,g)):[]}function iP(s,a){return s&&s.length?Rl(s,ze(a,3),!1,!0):[]}function sP(s,a){return s&&s.length?Rl(s,ze(a,3)):[]}var oP=ct(function(s){return Pi(Cr(s,1,er,!0))}),aP=ct(function(s){var a=vn(s);return er(a)&&(a=r),Pi(Cr(s,1,er,!0),ze(a,2))}),cP=ct(function(s){var a=vn(s);return a=typeof a=="function"?a:r,Pi(Cr(s,1,er,!0),r,a)});function lP(s){return s&&s.length?Pi(s):[]}function uP(s,a){return s&&s.length?Pi(s,ze(a,2)):[]}function hP(s,a){return a=typeof a=="function"?a:r,s&&s.length?Pi(s,r,a):[]}function G0(s){if(!(s&&s.length))return[];var a=0;return s=Oi(s,function(u){if(er(u))return a=dr(u.length,a),!0}),h0(a,function(u){return Ut(s,c0(u))})}function L2(s,a){if(!(s&&s.length))return[];var u=G0(s);return a==null?u:Ut(u,function(g){return vr(a,r,g)})}var fP=ct(function(s,a){return er(s)?Oa(s,a):[]}),dP=ct(function(s){return T0(Oi(s,er))}),pP=ct(function(s){var a=vn(s);return er(a)&&(a=r),T0(Oi(s,er),ze(a,2))}),gP=ct(function(s){var a=vn(s);return a=typeof a=="function"?a:r,T0(Oi(s,er),r,a)}),mP=ct(G0);function wP(s,a){return Qm(s||[],a||[],Ia)}function vP(s,a){return Qm(s||[],a||[],Aa)}var yP=ct(function(s){var a=s.length,u=a>1?s[a-1]:r;return u=typeof u=="function"?(s.pop(),u):r,L2(s,u)});function M2(s){var a=C(s);return a.__chain__=!0,a}function bP(s,a){return a(s),s}function zl(s,a){return a(s)}var _P=ni(function(s){var a=s.length,u=a?s[0]:0,g=this.__wrapped__,y=function(D){return y0(D,s)};return a>1||this.__actions__.length||!(g instanceof dt)||!ii(u)?this.thru(y):(g=g.slice(u,+u+(a?1:0)),g.__actions__.push({func:zl,args:[y],thisArg:r}),new gn(g,this.__chain__).thru(function(D){return a&&!D.length&&D.push(r),D}))});function EP(){return M2(this)}function xP(){return new gn(this.value(),this.__chain__)}function CP(){this.__values__===r&&(this.__values__=Y2(this.value()));var s=this.__index__>=this.__values__.length,a=s?r:this.__values__[this.__index__++];return{done:s,value:a}}function IP(){return this}function OP(s){for(var a,u=this;u instanceof Dl;){var g=A2(u);g.__index__=0,g.__values__=r,a?y.__wrapped__=g:a=g;var y=g;u=u.__wrapped__}return y.__wrapped__=s,a}function SP(){var s=this.__wrapped__;if(s instanceof dt){var a=s;return this.__actions__.length&&(a=new dt(this)),a=a.reverse(),a.__actions__.push({func:zl,args:[K0],thisArg:r}),new gn(a,this.__chain__)}return this.thru(K0)}function DP(){return Xm(this.__wrapped__,this.__actions__)}var AP=Ll(function(s,a,u){bt.call(s,u)?++s[u]:ti(s,u,1)});function $P(s,a,u){var g=Qe(s)?hm:bA;return u&&Fr(s,a,u)&&(a=r),g(s,ze(a,3))}function PP(s,a){var u=Qe(s)?Oi:Lm;return u(s,ze(a,3))}var TP=l2($2),NP=l2(P2);function RP(s,a){return Cr(Wl(s,a),1)}function LP(s,a){return Cr(Wl(s,a),le)}function MP(s,a,u){return u=u===r?1:it(u),Cr(Wl(s,a),u)}function U2(s,a){var u=Qe(s)?dn:$i;return u(s,ze(a,3))}function j2(s,a){var u=Qe(s)?tD:Rm;return u(s,ze(a,3))}var UP=Ll(function(s,a,u){bt.call(s,u)?s[u].push(a):ti(s,u,[a])});function jP(s,a,u,g){s=Vr(s)?s:wo(s),u=u&&!g?it(u):0;var y=s.length;return u<0&&(u=dr(y+u,0)),Zl(s)?u<=y&&s.indexOf(a,u)>-1:!!y&&io(s,a,u)>-1}var FP=ct(function(s,a,u){var g=-1,y=typeof a=="function",D=Vr(s)?te(s.length):[];return $i(s,function(M){D[++g]=y?vr(a,M,u):Sa(M,a,u)}),D}),BP=Ll(function(s,a,u){ti(s,u,a)});function Wl(s,a){var u=Qe(s)?Ut:km;return u(s,ze(a,3))}function kP(s,a,u,g){return s==null?[]:(Qe(a)||(a=a==null?[]:[a]),u=g?r:u,Qe(u)||(u=u==null?[]:[u]),qm(s,a,u))}var HP=Ll(function(s,a,u){s[u?0:1].push(a)},function(){return[[],[]]});function zP(s,a,u){var g=Qe(s)?o0:gm,y=arguments.length<3;return g(s,ze(a,4),u,y,$i)}function WP(s,a,u){var g=Qe(s)?rD:gm,y=arguments.length<3;return g(s,ze(a,4),u,y,Rm)}function qP(s,a){var u=Qe(s)?Oi:Lm;return u(s,Kl(ze(a,3)))}function VP(s){var a=Qe(s)?$m:jA;return a(s)}function KP(s,a,u){(u?Fr(s,a,u):a===r)?a=1:a=it(a);var g=Qe(s)?gA:FA;return g(s,a)}function GP(s){var a=Qe(s)?mA:kA;return a(s)}function ZP(s){if(s==null)return 0;if(Vr(s))return Zl(s)?oo(s):s.length;var a=Dr(s);return a==Ue||a==He?s.size:I0(s).length}function YP(s,a,u){var g=Qe(s)?a0:HA;return u&&Fr(s,a,u)&&(a=r),g(s,ze(a,3))}var JP=ct(function(s,a){if(s==null)return[];var u=a.length;return u>1&&Fr(s,a[0],a[1])?a=[]:u>2&&Fr(a[0],a[1],a[2])&&(a=[a[0]]),qm(s,Cr(a,1),[])}),ql=PD||function(){return mt.Date.now()};function XP(s,a){if(typeof a!="function")throw new pn(c);return s=it(s),function(){if(--s<1)return a.apply(this,arguments)}}function F2(s,a,u){return a=u?r:a,a=s&&a==null?s.length:a,ri(s,f,r,r,r,r,a)}function B2(s,a){var u;if(typeof a!="function")throw new pn(c);return s=it(s),function(){return--s>0&&(u=a.apply(this,arguments)),s<=1&&(a=r),u}}var Z0=ct(function(s,a,u){var g=H;if(u.length){var y=Di(u,go(Z0));g|=T}return ri(s,g,a,u,y)}),k2=ct(function(s,a,u){var g=H|G;if(u.length){var y=Di(u,go(k2));g|=T}return ri(a,g,s,u,y)});function H2(s,a,u){a=u?r:a;var g=ri(s,L,r,r,r,r,r,a);return g.placeholder=H2.placeholder,g}function z2(s,a,u){a=u?r:a;var g=ri(s,$,r,r,r,r,r,a);return g.placeholder=z2.placeholder,g}function W2(s,a,u){var g,y,D,M,k,Z,ue=0,he=!1,pe=!1,be=!0;if(typeof s!="function")throw new pn(c);a=yn(a)||0,Bt(u)&&(he=!!u.leading,pe="maxWait"in u,D=pe?dr(yn(u.maxWait)||0,a):D,be="trailing"in u?!!u.trailing:be);function Pe(tr){var Sn=g,ai=y;return g=y=r,ue=tr,M=s.apply(ai,Sn),M}function We(tr){return ue=tr,k=Ta(ft,a),he?Pe(tr):M}function ot(tr){var Sn=tr-Z,ai=tr-ue,lw=a-Sn;return pe?Sr(lw,D-ai):lw}function qe(tr){var Sn=tr-Z,ai=tr-ue;return Z===r||Sn>=a||Sn<0||pe&&ai>=D}function ft(){var tr=ql();if(qe(tr))return wt(tr);k=Ta(ft,ot(tr))}function wt(tr){return k=r,be&&g?Pe(tr):(g=y=r,M)}function rn(){k!==r&&e2(k),ue=0,g=Z=y=k=r}function Br(){return k===r?M:wt(ql())}function nn(){var tr=ql(),Sn=qe(tr);if(g=arguments,y=this,Z=tr,Sn){if(k===r)return We(Z);if(pe)return e2(k),k=Ta(ft,a),Pe(Z)}return k===r&&(k=Ta(ft,a)),M}return nn.cancel=rn,nn.flush=Br,nn}var QP=ct(function(s,a){return Nm(s,1,a)}),eT=ct(function(s,a,u){return Nm(s,yn(a)||0,u)});function tT(s){return ri(s,J)}function Vl(s,a){if(typeof s!="function"||a!=null&&typeof a!="function")throw new pn(c);var u=function(){var g=arguments,y=a?a.apply(this,g):g[0],D=u.cache;if(D.has(y))return D.get(y);var M=s.apply(this,g);return u.cache=D.set(y,M)||D,M};return u.cache=new(Vl.Cache||ei),u}Vl.Cache=ei;function Kl(s){if(typeof s!="function")throw new pn(c);return function(){var a=arguments;switch(a.length){case 0:return!s.call(this);case 1:return!s.call(this,a[0]);case 2:return!s.call(this,a[0],a[1]);case 3:return!s.call(this,a[0],a[1],a[2])}return!s.apply(this,a)}}function rT(s){return B2(2,s)}var nT=zA(function(s,a){a=a.length==1&&Qe(a[0])?Ut(a[0],Qr(ze())):Ut(Cr(a,1),Qr(ze()));var u=a.length;return ct(function(g){for(var y=-1,D=Sr(g.length,u);++y<D;)g[y]=a[y].call(this,g[y]);return vr(s,this,g)})}),Y0=ct(function(s,a){var u=Di(a,go(Y0));return ri(s,T,r,a,u)}),q2=ct(function(s,a){var u=Di(a,go(q2));return ri(s,I,r,a,u)}),iT=ni(function(s,a){return ri(s,E,r,r,r,a)});function sT(s,a){if(typeof s!="function")throw new pn(c);return a=a===r?a:it(a),ct(s,a)}function oT(s,a){if(typeof s!="function")throw new pn(c);return a=a==null?0:dr(it(a),0),ct(function(u){var g=u[a],y=Ni(u,0,a);return g&&Si(y,g),vr(s,this,y)})}function aT(s,a,u){var g=!0,y=!0;if(typeof s!="function")throw new pn(c);return Bt(u)&&(g="leading"in u?!!u.leading:g,y="trailing"in u?!!u.trailing:y),W2(s,a,{leading:g,maxWait:a,trailing:y})}function cT(s){return F2(s,1)}function lT(s,a){return Y0(R0(a),s)}function uT(){if(!arguments.length)return[];var s=arguments[0];return Qe(s)?s:[s]}function hT(s){return mn(s,O)}function fT(s,a){return a=typeof a=="function"?a:r,mn(s,O,a)}function dT(s){return mn(s,x|O)}function pT(s,a){return a=typeof a=="function"?a:r,mn(s,x|O,a)}function gT(s,a){return a==null||Tm(s,a,yr(a))}function On(s,a){return s===a||s!==s&&a!==a}var mT=Fl(E0),wT=Fl(function(s,a){return s>=a}),bs=jm(function(){return arguments}())?jm:function(s){return Zt(s)&&bt.call(s,"callee")&&!Cm.call(s,"callee")},Qe=te.isArray,vT=Ur?Qr(Ur):OA;function Vr(s){return s!=null&&Gl(s.length)&&!si(s)}function er(s){return Zt(s)&&Vr(s)}function yT(s){return s===!0||s===!1||Zt(s)&&jr(s)==Y}var Ri=ND||ad,bT=xn?Qr(xn):SA;function _T(s){return Zt(s)&&s.nodeType===1&&!Na(s)}function ET(s){if(s==null)return!0;if(Vr(s)&&(Qe(s)||typeof s=="string"||typeof s.splice=="function"||Ri(s)||mo(s)||bs(s)))return!s.length;var a=Dr(s);if(a==Ue||a==He)return!s.size;if(Pa(s))return!I0(s).length;for(var u in s)if(bt.call(s,u))return!1;return!0}function xT(s,a){return Da(s,a)}function CT(s,a,u){u=typeof u=="function"?u:r;var g=u?u(s,a):r;return g===r?Da(s,a,r,u):!!g}function J0(s){if(!Zt(s))return!1;var a=jr(s);return a==F||a==w||typeof s.message=="string"&&typeof s.name=="string"&&!Na(s)}function IT(s){return typeof s=="number"&&Om(s)}function si(s){if(!Bt(s))return!1;var a=jr(s);return a==we||a==ve||a==X||a==$t}function V2(s){return typeof s=="number"&&s==it(s)}function Gl(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=re}function Bt(s){var a=typeof s;return s!=null&&(a=="object"||a=="function")}function Zt(s){return s!=null&&typeof s=="object"}var K2=fn?Qr(fn):AA;function OT(s,a){return s===a||C0(s,a,k0(a))}function ST(s,a,u){return u=typeof u=="function"?u:r,C0(s,a,k0(a),u)}function DT(s){return G2(s)&&s!=+s}function AT(s){if(f$(s))throw new Ye(o);return Fm(s)}function $T(s){return s===null}function PT(s){return s==null}function G2(s){return typeof s=="number"||Zt(s)&&jr(s)==nt}function Na(s){if(!Zt(s)||jr(s)!=Ge)return!1;var a=_l(s);if(a===null)return!0;var u=bt.call(a,"constructor")&&a.constructor;return typeof u=="function"&&u instanceof u&&wl.call(u)==SD}var X0=jn?Qr(jn):$A;function TT(s){return V2(s)&&s>=-re&&s<=re}var Z2=va?Qr(va):PA;function Zl(s){return typeof s=="string"||!Qe(s)&&Zt(s)&&jr(s)==ke}function tn(s){return typeof s=="symbol"||Zt(s)&&jr(s)==Ke}var mo=fs?Qr(fs):TA;function NT(s){return s===r}function RT(s){return Zt(s)&&Dr(s)==je}function LT(s){return Zt(s)&&jr(s)==Ze}var MT=Fl(O0),UT=Fl(function(s,a){return s<=a});function Y2(s){if(!s)return[];if(Vr(s))return Zl(s)?Cn(s):qr(s);if(ba&&s[ba])return gD(s[ba]());var a=Dr(s),u=a==Ue?d0:a==He?pl:wo;return u(s)}function oi(s){if(!s)return s===0?s:0;if(s=yn(s),s===le||s===-le){var a=s<0?-1:1;return a*ne}return s===s?s:0}function it(s){var a=oi(s),u=a%1;return a===a?u?a-u:a:0}function J2(s){return s?ms(it(s),0,ie):0}function yn(s){if(typeof s=="number")return s;if(tn(s))return ae;if(Bt(s)){var a=typeof s.valueOf=="function"?s.valueOf():s;s=Bt(a)?a+"":a}if(typeof s!="string")return s===0?s:+s;s=mm(s);var u=Hf.test(s);return u||Wf.test(s)?Xe(s.slice(2),u?2:8):kf.test(s)?ae:+s}function X2(s){return Bn(s,Kr(s))}function jT(s){return s?ms(it(s),-re,re):s===0?s:0}function yt(s){return s==null?"":en(s)}var FT=fo(function(s,a){if(Pa(a)||Vr(a)){Bn(a,yr(a),s);return}for(var u in a)bt.call(a,u)&&Ia(s,u,a[u])}),Q2=fo(function(s,a){Bn(a,Kr(a),s)}),Yl=fo(function(s,a,u,g){Bn(a,Kr(a),s,g)}),BT=fo(function(s,a,u,g){Bn(a,yr(a),s,g)}),kT=ni(y0);function HT(s,a){var u=ho(s);return a==null?u:Pm(u,a)}var zT=ct(function(s,a){s=St(s);var u=-1,g=a.length,y=g>2?a[2]:r;for(y&&Fr(a[0],a[1],y)&&(g=1);++u<g;)for(var D=a[u],M=Kr(D),k=-1,Z=M.length;++k<Z;){var ue=M[k],he=s[ue];(he===r||On(he,co[ue])&&!bt.call(s,ue))&&(s[ue]=D[ue])}return s}),WT=ct(function(s){return s.push(r,m2),vr(ew,r,s)});function qT(s,a){return fm(s,ze(a,3),Fn)}function VT(s,a){return fm(s,ze(a,3),_0)}function KT(s,a){return s==null?s:b0(s,ze(a,3),Kr)}function GT(s,a){return s==null?s:Mm(s,ze(a,3),Kr)}function ZT(s,a){return s&&Fn(s,ze(a,3))}function YT(s,a){return s&&_0(s,ze(a,3))}function JT(s){return s==null?[]:Pl(s,yr(s))}function XT(s){return s==null?[]:Pl(s,Kr(s))}function Q0(s,a,u){var g=s==null?r:ws(s,a);return g===r?u:g}function QT(s,a){return s!=null&&y2(s,a,EA)}function ed(s,a){return s!=null&&y2(s,a,xA)}var eN=h2(function(s,a,u){a!=null&&typeof a.toString!="function"&&(a=vl.call(a)),s[a]=u},rd(Gr)),tN=h2(function(s,a,u){a!=null&&typeof a.toString!="function"&&(a=vl.call(a)),bt.call(s,a)?s[a].push(u):s[a]=[u]},ze),rN=ct(Sa);function yr(s){return Vr(s)?Am(s):I0(s)}function Kr(s){return Vr(s)?Am(s,!0):NA(s)}function nN(s,a){var u={};return a=ze(a,3),Fn(s,function(g,y,D){ti(u,a(g,y,D),g)}),u}function iN(s,a){var u={};return a=ze(a,3),Fn(s,function(g,y,D){ti(u,y,a(g,y,D))}),u}var sN=fo(function(s,a,u){Tl(s,a,u)}),ew=fo(function(s,a,u,g){Tl(s,a,u,g)}),oN=ni(function(s,a){var u={};if(s==null)return u;var g=!1;a=Ut(a,function(D){return D=Ti(D,s),g||(g=D.length>1),D}),Bn(s,F0(s),u),g&&(u=mn(u,x|_|O,e$));for(var y=a.length;y--;)P0(u,a[y]);return u});function aN(s,a){return tw(s,Kl(ze(a)))}var cN=ni(function(s,a){return s==null?{}:LA(s,a)});function tw(s,a){if(s==null)return{};var u=Ut(F0(s),function(g){return[g]});return a=ze(a),Vm(s,u,function(g,y){return a(g,y[0])})}function lN(s,a,u){a=Ti(a,s);var g=-1,y=a.length;for(y||(y=1,s=r);++g<y;){var D=s==null?r:s[kn(a[g])];D===r&&(g=y,D=u),s=si(D)?D.call(s):D}return s}function uN(s,a,u){return s==null?s:Aa(s,a,u)}function hN(s,a,u,g){return g=typeof g=="function"?g:r,s==null?s:Aa(s,a,u,g)}var rw=p2(yr),nw=p2(Kr);function fN(s,a,u){var g=Qe(s),y=g||Ri(s)||mo(s);if(a=ze(a,4),u==null){var D=s&&s.constructor;y?u=g?new D:[]:Bt(s)?u=si(D)?ho(_l(s)):{}:u={}}return(y?dn:Fn)(s,function(M,k,Z){return a(u,M,k,Z)}),u}function dN(s,a){return s==null?!0:P0(s,a)}function pN(s,a,u){return s==null?s:Jm(s,a,R0(u))}function gN(s,a,u,g){return g=typeof g=="function"?g:r,s==null?s:Jm(s,a,R0(u),g)}function wo(s){return s==null?[]:f0(s,yr(s))}function mN(s){return s==null?[]:f0(s,Kr(s))}function wN(s,a,u){return u===r&&(u=a,a=r),u!==r&&(u=yn(u),u=u===u?u:0),a!==r&&(a=yn(a),a=a===a?a:0),ms(yn(s),a,u)}function vN(s,a,u){return a=oi(a),u===r?(u=a,a=0):u=oi(u),s=yn(s),CA(s,a,u)}function yN(s,a,u){if(u&&typeof u!="boolean"&&Fr(s,a,u)&&(a=u=r),u===r&&(typeof a=="boolean"?(u=a,a=r):typeof s=="boolean"&&(u=s,s=r)),s===r&&a===r?(s=0,a=1):(s=oi(s),a===r?(a=s,s=0):a=oi(a)),s>a){var g=s;s=a,a=g}if(u||s%1||a%1){var y=Sm();return Sr(s+y*(a-s+It("1e-"+((y+"").length-1))),a)}return D0(s,a)}var bN=po(function(s,a,u){return a=a.toLowerCase(),s+(u?iw(a):a)});function iw(s){return td(yt(s).toLowerCase())}function sw(s){return s=yt(s),s&&s.replace(Jn,uD).replace(n0,"")}function _N(s,a,u){s=yt(s),a=en(a);var g=s.length;u=u===r?g:ms(it(u),0,g);var y=u;return u-=a.length,u>=0&&s.slice(u,y)==a}function EN(s){return s=yt(s),s&&Lt.test(s)?s.replace(as,hD):s}function xN(s){return s=yt(s),s&&or.test(s)?s.replace(Vt,"\\$&"):s}var CN=po(function(s,a,u){return s+(u?"-":"")+a.toLowerCase()}),IN=po(function(s,a,u){return s+(u?" ":"")+a.toLowerCase()}),ON=c2("toLowerCase");function SN(s,a,u){s=yt(s),a=it(a);var g=a?oo(s):0;if(!a||g>=a)return s;var y=(a-g)/2;return jl(Il(y),u)+s+jl(Cl(y),u)}function DN(s,a,u){s=yt(s),a=it(a);var g=a?oo(s):0;return a&&g<a?s+jl(a-g,u):s}function AN(s,a,u){s=yt(s),a=it(a);var g=a?oo(s):0;return a&&g<a?jl(a-g,u)+s:s}function $N(s,a,u){return u||a==null?a=0:a&&(a=+a),UD(yt(s).replace(Kt,""),a||0)}function PN(s,a,u){return(u?Fr(s,a,u):a===r)?a=1:a=it(a),A0(yt(s),a)}function TN(){var s=arguments,a=yt(s[0]);return s.length<3?a:a.replace(s[1],s[2])}var NN=po(function(s,a,u){return s+(u?"_":"")+a.toLowerCase()});function RN(s,a,u){return u&&typeof u!="number"&&Fr(s,a,u)&&(a=u=r),u=u===r?ie:u>>>0,u?(s=yt(s),s&&(typeof a=="string"||a!=null&&!X0(a))&&(a=en(a),!a&&so(s))?Ni(Cn(s),0,u):s.split(a,u)):[]}var LN=po(function(s,a,u){return s+(u?" ":"")+td(a)});function MN(s,a,u){return s=yt(s),u=u==null?0:ms(it(u),0,s.length),a=en(a),s.slice(u,u+a.length)==a}function UN(s,a,u){var g=C.templateSettings;u&&Fr(s,a,u)&&(a=r),s=yt(s),a=Yl({},a,g,g2);var y=Yl({},a.imports,g.imports,g2),D=yr(y),M=f0(y,D),k,Z,ue=0,he=a.interpolate||Js,pe="__p += '",be=p0((a.escape||Js).source+"|"+he.source+"|"+(he===Ft?Bf:Js).source+"|"+(a.evaluate||Js).source+"|$","g"),Pe="//# sourceURL="+(bt.call(a,"sourceURL")?(a.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++i0+"]")+`
|
|
82
|
+
`;s.replace(be,function(qe,ft,wt,rn,Br,nn){return wt||(wt=rn),pe+=s.slice(ue,nn).replace(Vf,fD),ft&&(k=!0,pe+=`' +
|
|
83
83
|
__e(`+ft+`) +
|
|
84
|
-
'`),
|
|
85
|
-
`+
|
|
84
|
+
'`),Br&&(Z=!0,pe+=`';
|
|
85
|
+
`+Br+`;
|
|
86
86
|
__p += '`),wt&&(pe+=`' +
|
|
87
87
|
((__t = (`+wt+`)) == null ? '' : __t) +
|
|
88
|
-
'`),ue=
|
|
88
|
+
'`),ue=nn+qe.length,qe}),pe+=`';
|
|
89
89
|
`;var We=bt.call(a,"variable")&&a.variable;if(!We)pe=`with (obj) {
|
|
90
90
|
`+pe+`
|
|
91
91
|
}
|
|
92
|
-
`;else if(
|
|
92
|
+
`;else if(jf.test(We))throw new Ye(l);pe=(Z?pe.replace(lt,""):pe).replace(Mr,"$1").replace(Yn,"$1;"),pe="function("+(We||"obj")+`) {
|
|
93
93
|
`+(We?"":`obj || (obj = {});
|
|
94
94
|
`)+"var __t, __p = ''"+(k?", __e = _.escape":"")+(Z?`, __j = Array.prototype.join;
|
|
95
95
|
function print() { __p += __j.call(arguments, '') }
|
|
96
96
|
`:`;
|
|
97
97
|
`)+pe+`return __p
|
|
98
|
-
}`;var ot=uw(function(){return vt(S,Pe+"return "+pe).apply(r,M)});if(ot.source=pe,X0(ot))throw ot;return ot}function qR(s){return yt(s).toLowerCase()}function VR(s){return yt(s).toUpperCase()}function KR(s,a,u){if(s=yt(s),s&&(u||a===r))return ym(s);if(!s||!(a=tn(a)))return s;var g=In(s),y=In(a),S=bm(g,y),M=_m(g,y)+1;return Ni(g,S,M).join("")}function GR(s,a,u){if(s=yt(s),s&&(u||a===r))return s.slice(0,xm(s)+1);if(!s||!(a=tn(a)))return s;var g=In(s),y=_m(g,In(a))+1;return Ni(g,0,y).join("")}function ZR(s,a,u){if(s=yt(s),s&&(u||a===r))return s.replace(Kt,"");if(!s||!(a=tn(a)))return s;var g=In(s),y=bm(g,In(a));return Ni(g,y).join("")}function YR(s,a){var u=z,g=ee;if(Bt(a)){var y="separator"in a?a.separator:y;u="length"in a?it(a.length):u,g="omission"in a?tn(a.omission):g}s=yt(s);var S=s.length;if(oo(s)){var M=In(s);S=M.length}if(u>=S)return s;var k=u-ao(g);if(k<1)return g;var Z=M?Ni(M,0,k).join(""):s.slice(0,k);if(y===r)return Z+g;if(M&&(k+=Z.length-k),Q0(y)){if(s.slice(k).search(y)){var ue,he=Z;for(y.global||(y=g0(y.source,yt(fn.exec(y))+"g")),y.lastIndex=0;ue=y.exec(he);)var pe=ue.index;Z=Z.slice(0,pe===r?k:pe)}}else if(s.indexOf(tn(y),k)!=k){var be=Z.lastIndexOf(y);be>-1&&(Z=Z.slice(0,be))}return Z+g}function JR(s){return s=yt(s),s&&zt.test(s)?s.replace(Ii,OS):s}var XR=go(function(s,a,u){return s+(u?" ":"")+a.toUpperCase()}),rd=h2("toUpperCase");function lw(s,a,u){return s=yt(s),a=u?r:a,a===r?_S(s)?DS(s):fS(s):s.match(a)||[]}var uw=ct(function(s,a){try{return vr(s,r,a)}catch(u){return X0(u)?u:new Ye(u)}}),QR=ii(function(s,a){return pn(a,function(u){u=Hn(u),ri(s,u,Y0(s[u],s))}),s});function eN(s){var a=s==null?0:s.length,u=ze();return s=a?Ut(s,function(g){if(typeof g[1]!="function")throw new gn(c);return[u(g[0]),g[1]]}):[],ct(function(g){for(var y=-1;++y<a;){var S=s[y];if(vr(S[0],this,g))return vr(S[1],this,g)}})}function tN(s){return OD(wn(s,x))}function nd(s){return function(){return s}}function rN(s,a){return s==null||s!==s?a:s}var nN=d2(),iN=d2(!0);function Zr(s){return s}function id(s){return zm(typeof s=="function"?s:wn(s,x))}function sN(s){return qm(wn(s,x))}function oN(s,a){return Vm(s,wn(a,x))}var aN=ct(function(s,a){return function(u){return Sa(u,s,a)}}),cN=ct(function(s,a){return function(u){return Sa(s,u,a)}});function sd(s,a,u){var g=yr(a),y=Tl(a,g);u==null&&!(Bt(a)&&(y.length||!g.length))&&(u=a,a=s,s=this,y=Tl(a,yr(a)));var S=!(Bt(u)&&"chain"in u)||!!u.chain,M=oi(s);return pn(y,function(k){var Z=a[k];s[k]=Z,M&&(s.prototype[k]=function(){var ue=this.__chain__;if(S||ue){var he=s(this.__wrapped__),pe=he.__actions__=Vr(this.__actions__);return pe.push({func:Z,args:arguments,thisArg:s}),he.__chain__=ue,he}return Z.apply(s,Si([this.value()],arguments))})}),s}function lN(){return mt._===this&&(mt._=LS),this}function od(){}function uN(s){return s=it(s),ct(function(a){return Km(a,s)})}var hN=U0(Ut),fN=U0(pm),dN=U0(c0);function hw(s){return W0(s)?l0(Hn(s)):zD(s)}function pN(s){return function(a){return s==null?r:vs(s,a)}}var gN=g2(),mN=g2(!0);function ad(){return[]}function cd(){return!1}function wN(){return{}}function vN(){return""}function yN(){return!0}function bN(s,a){if(s=it(s),s<1||s>re)return[];var u=ie,g=Ar(s,ie);a=ze(a),s-=ie;for(var y=f0(g,a);++u<s;)a(u);return y}function _N(s){return Qe(s)?Ut(s,Hn):rn(s)?[s]:Vr(P2(yt(s)))}function EN(s){var a=++RS;return yt(s)+a}var xN=jl(function(s,a){return s+a},0),CN=j0("ceil"),IN=jl(function(s,a){return s/a},1),ON=j0("floor");function AN(s){return s&&s.length?Pl(s,Zr,x0):r}function SN(s,a){return s&&s.length?Pl(s,ze(a,2),x0):r}function DN(s){return wm(s,Zr)}function $N(s,a){return wm(s,ze(a,2))}function PN(s){return s&&s.length?Pl(s,Zr,A0):r}function TN(s,a){return s&&s.length?Pl(s,ze(a,2),A0):r}var RN=jl(function(s,a){return s*a},1),NN=j0("round"),LN=jl(function(s,a){return s-a},0);function MN(s){return s&&s.length?h0(s,Zr):0}function UN(s,a){return s&&s.length?h0(s,ze(a,2)):0}return C.after=sT,C.ary=H2,C.assign=VT,C.assignIn=rw,C.assignInWith=Jl,C.assignWith=KT,C.at=GT,C.before=z2,C.bind=Y0,C.bindAll=QR,C.bindKey=W2,C.castArray=wT,C.chain=F2,C.chunk=O$,C.compact=A$,C.concat=S$,C.cond=eN,C.conforms=tN,C.constant=nd,C.countBy=MP,C.create=ZT,C.curry=q2,C.curryRight=V2,C.debounce=K2,C.defaults=YT,C.defaultsDeep=JT,C.defer=oT,C.delay=aT,C.difference=D$,C.differenceBy=$$,C.differenceWith=P$,C.drop=T$,C.dropRight=R$,C.dropRightWhile=N$,C.dropWhile=L$,C.fill=M$,C.filter=jP,C.flatMap=kP,C.flatMapDeep=HP,C.flatMapDepth=zP,C.flatten=L2,C.flattenDeep=U$,C.flattenDepth=j$,C.flip=cT,C.flow=nN,C.flowRight=iN,C.fromPairs=F$,C.functions=iR,C.functionsIn=sR,C.groupBy=WP,C.initial=k$,C.intersection=H$,C.intersectionBy=z$,C.intersectionWith=W$,C.invert=aR,C.invertBy=cR,C.invokeMap=VP,C.iteratee=id,C.keyBy=KP,C.keys=yr,C.keysIn=Gr,C.map=ql,C.mapKeys=uR,C.mapValues=hR,C.matches=sN,C.matchesProperty=oN,C.memoize=Kl,C.merge=fR,C.mergeWith=nw,C.method=aN,C.methodOf=cN,C.mixin=sd,C.negate=Gl,C.nthArg=uN,C.omit=dR,C.omitBy=pR,C.once=lT,C.orderBy=GP,C.over=hN,C.overArgs=uT,C.overEvery=fN,C.overSome=dN,C.partial=J0,C.partialRight=G2,C.partition=ZP,C.pick=gR,C.pickBy=iw,C.property=hw,C.propertyOf=pN,C.pull=G$,C.pullAll=U2,C.pullAllBy=Z$,C.pullAllWith=Y$,C.pullAt=J$,C.range=gN,C.rangeRight=mN,C.rearg=hT,C.reject=XP,C.remove=X$,C.rest=fT,C.reverse=G0,C.sampleSize=eT,C.set=wR,C.setWith=vR,C.shuffle=tT,C.slice=Q$,C.sortBy=iT,C.sortedUniq=oP,C.sortedUniqBy=aP,C.split=kR,C.spread=dT,C.tail=cP,C.take=lP,C.takeRight=uP,C.takeRightWhile=hP,C.takeWhile=fP,C.tap=AP,C.throttle=pT,C.thru=Wl,C.toArray=Q2,C.toPairs=sw,C.toPairsIn=ow,C.toPath=_N,C.toPlainObject=tw,C.transform=yR,C.unary=gT,C.union=dP,C.unionBy=pP,C.unionWith=gP,C.uniq=mP,C.uniqBy=wP,C.uniqWith=vP,C.unset=bR,C.unzip=Z0,C.unzipWith=j2,C.update=_R,C.updateWith=ER,C.values=vo,C.valuesIn=xR,C.without=yP,C.words=lw,C.wrap=mT,C.xor=bP,C.xorBy=_P,C.xorWith=EP,C.zip=xP,C.zipObject=CP,C.zipObjectDeep=IP,C.zipWith=OP,C.entries=sw,C.entriesIn=ow,C.extend=rw,C.extendWith=Jl,sd(C,C),C.add=xN,C.attempt=uw,C.camelCase=AR,C.capitalize=aw,C.ceil=CN,C.clamp=CR,C.clone=vT,C.cloneDeep=bT,C.cloneDeepWith=_T,C.cloneWith=yT,C.conformsTo=ET,C.deburr=cw,C.defaultTo=rN,C.divide=IN,C.endsWith=SR,C.eq=An,C.escape=DR,C.escapeRegExp=$R,C.every=UP,C.find=FP,C.findIndex=R2,C.findKey=XT,C.findLast=BP,C.findLastIndex=N2,C.findLastKey=QT,C.floor=ON,C.forEach=B2,C.forEachRight=k2,C.forIn=eR,C.forInRight=tR,C.forOwn=rR,C.forOwnRight=nR,C.get=ed,C.gt=xT,C.gte=CT,C.has=oR,C.hasIn=td,C.head=M2,C.identity=Zr,C.includes=qP,C.indexOf=B$,C.inRange=IR,C.invoke=lR,C.isArguments=_s,C.isArray=Qe,C.isArrayBuffer=IT,C.isArrayLike=Kr,C.isArrayLikeObject=er,C.isBoolean=OT,C.isBuffer=Li,C.isDate=AT,C.isElement=ST,C.isEmpty=DT,C.isEqual=$T,C.isEqualWith=PT,C.isError=X0,C.isFinite=TT,C.isFunction=oi,C.isInteger=Z2,C.isLength=Zl,C.isMap=Y2,C.isMatch=RT,C.isMatchWith=NT,C.isNaN=LT,C.isNative=MT,C.isNil=jT,C.isNull=UT,C.isNumber=J2,C.isObject=Bt,C.isObjectLike=Zt,C.isPlainObject=Na,C.isRegExp=Q0,C.isSafeInteger=FT,C.isSet=X2,C.isString=Yl,C.isSymbol=rn,C.isTypedArray=wo,C.isUndefined=BT,C.isWeakMap=kT,C.isWeakSet=HT,C.join=q$,C.kebabCase=PR,C.last=yn,C.lastIndexOf=V$,C.lowerCase=TR,C.lowerFirst=RR,C.lt=zT,C.lte=WT,C.max=AN,C.maxBy=SN,C.mean=DN,C.meanBy=$N,C.min=PN,C.minBy=TN,C.stubArray=ad,C.stubFalse=cd,C.stubObject=wN,C.stubString=vN,C.stubTrue=yN,C.multiply=RN,C.nth=K$,C.noConflict=lN,C.noop=od,C.now=Vl,C.pad=NR,C.padEnd=LR,C.padStart=MR,C.parseInt=UR,C.random=OR,C.reduce=YP,C.reduceRight=JP,C.repeat=jR,C.replace=FR,C.result=mR,C.round=NN,C.runInContext=V,C.sample=QP,C.size=rT,C.snakeCase=BR,C.some=nT,C.sortedIndex=eP,C.sortedIndexBy=tP,C.sortedIndexOf=rP,C.sortedLastIndex=nP,C.sortedLastIndexBy=iP,C.sortedLastIndexOf=sP,C.startCase=HR,C.startsWith=zR,C.subtract=LN,C.sum=MN,C.sumBy=UN,C.template=WR,C.times=bN,C.toFinite=ai,C.toInteger=it,C.toLength=ew,C.toLower=qR,C.toNumber=bn,C.toSafeInteger=qT,C.toString=yt,C.toUpper=VR,C.trim=KR,C.trimEnd=GR,C.trimStart=ZR,C.truncate=YR,C.unescape=JR,C.uniqueId=EN,C.upperCase=XR,C.upperFirst=rd,C.each=B2,C.eachRight=k2,C.first=M2,sd(C,function(){var s={};return Bn(C,function(a,u){bt.call(C.prototype,u)||(s[u]=a)}),s}(),{chain:!1}),C.VERSION=n,pn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(s){C[s].placeholder=C}),pn(["drop","take"],function(s,a){dt.prototype[s]=function(u){u=u===r?1:dr(it(u),0);var g=this.__filtered__&&!a?new dt(this):this.clone();return g.__filtered__?g.__takeCount__=Ar(u,g.__takeCount__):g.__views__.push({size:Ar(u,ie),type:s+(g.__dir__<0?"Right":"")}),g},dt.prototype[s+"Right"]=function(u){return this.reverse()[s](u).reverse()}}),pn(["filter","map","takeWhile"],function(s,a){var u=a+1,g=u==A||u==ce;dt.prototype[s]=function(y){var S=this.clone();return S.__iteratees__.push({iteratee:ze(y,3),type:u}),S.__filtered__=S.__filtered__||g,S}}),pn(["head","last"],function(s,a){var u="take"+(a?"Right":"");dt.prototype[s]=function(){return this[u](1).value()[0]}}),pn(["initial","tail"],function(s,a){var u="drop"+(a?"":"Right");dt.prototype[s]=function(){return this.__filtered__?new dt(this):this[u](1)}}),dt.prototype.compact=function(){return this.filter(Zr)},dt.prototype.find=function(s){return this.filter(s).head()},dt.prototype.findLast=function(s){return this.reverse().find(s)},dt.prototype.invokeMap=ct(function(s,a){return typeof s=="function"?new dt(this):this.map(function(u){return Sa(u,s,a)})}),dt.prototype.reject=function(s){return this.filter(Gl(ze(s)))},dt.prototype.slice=function(s,a){s=it(s);var u=this;return u.__filtered__&&(s>0||a<0)?new dt(u):(s<0?u=u.takeRight(-s):s&&(u=u.drop(s)),a!==r&&(a=it(a),u=a<0?u.dropRight(-a):u.take(a-s)),u)},dt.prototype.takeRightWhile=function(s){return this.reverse().takeWhile(s).reverse()},dt.prototype.toArray=function(){return this.take(ie)},Bn(dt.prototype,function(s,a){var u=/^(?:filter|find|map|reject)|While$/.test(a),g=/^(?:head|last)$/.test(a),y=C[g?"take"+(a=="last"?"Right":""):a],S=g||/^find/.test(a);y&&(C.prototype[a]=function(){var M=this.__wrapped__,k=g?[1]:arguments,Z=M instanceof dt,ue=k[0],he=Z||Qe(M),pe=function(ft){var wt=y.apply(C,Si([ft],k));return g&&be?wt[0]:wt};he&&u&&typeof ue=="function"&&ue.length!=1&&(Z=he=!1);var be=this.__chain__,Pe=!!this.__actions__.length,We=S&&!be,ot=Z&&!Pe;if(!S&&he){M=ot?M:new dt(this);var qe=s.apply(M,k);return qe.__actions__.push({func:Wl,args:[pe],thisArg:r}),new mn(qe,be)}return We&&ot?s.apply(this,k):(qe=this.thru(pe),We?g?qe.value()[0]:qe.value():qe)})}),pn(["pop","push","shift","sort","splice","unshift"],function(s){var a=ml[s],u=/^(?:push|sort|unshift)$/.test(s)?"tap":"thru",g=/^(?:pop|shift)$/.test(s);C.prototype[s]=function(){var y=arguments;if(g&&!this.__chain__){var S=this.value();return a.apply(Qe(S)?S:[],y)}return this[u](function(M){return a.apply(Qe(M)?M:[],y)})}}),Bn(dt.prototype,function(s,a){var u=C[a];if(u){var g=u.name+"";bt.call(ho,g)||(ho[g]=[]),ho[g].push({name:a,func:u})}}),ho[Ul(r,G).name]=[{name:"wrapper",func:r}],dt.prototype.clone=JS,dt.prototype.reverse=XS,dt.prototype.value=QS,C.prototype.at=SP,C.prototype.chain=DP,C.prototype.commit=$P,C.prototype.next=PP,C.prototype.plant=RP,C.prototype.reverse=NP,C.prototype.toJSON=C.prototype.valueOf=C.prototype.value=LP,C.prototype.first=C.prototype.head,_a&&(C.prototype[_a]=TP),C},co=$S();Qt?((Qt.exports=co)._=co,Ot._=co):mt._=co}).call(Wo)})(gh,gh.exports);var b7=Object.defineProperty,_7=Object.defineProperties,E7=Object.getOwnPropertyDescriptors,Eg=Object.getOwnPropertySymbols,x7=Object.prototype.hasOwnProperty,C7=Object.prototype.propertyIsEnumerable,xg=(t,e,r)=>e in t?b7(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,oc=(t,e)=>{for(var r in e||(e={}))x7.call(e,r)&&xg(t,r,e[r]);if(Eg)for(var r of Eg(e))C7.call(e,r)&&xg(t,r,e[r]);return t},I7=(t,e)=>_7(t,E7(e));function cn(t,e,r){let n;const i=mh(t);return e.rpcMap&&(n=e.rpcMap[i]),n||(n=`${y7}?chainId=eip155:${i}&projectId=${r}`),n}function mh(t){return t.includes("eip155")?Number(t.split(":")[1]):Number(t)}function O7(t,e){if(!e.includes(t))throw new Error(`Chain '${t}' not approved. Please use one of the following: ${e.toString()}`)}function A7(t){return t.map(e=>`${e.split(":")[0]}:${e.split(":")[1]}`)}function S7(t,e){const r=Object.keys(e.namespaces).filter(i=>i.includes(t));if(!r.length)return[];const n=[];return r.forEach(i=>{const o=e.namespaces[i].accounts;n.push(...o)}),n}function D7(t,e={}){const r=Cg(t),n=Cg(e);return gh.exports.merge(r,n)}function Cg(t){var e,r,n,i;const o={};if(!Ds(t))return o;for(const[c,l]of Object.entries(t)){const h=M1(c)?[c]:l.chains,d=l.methods||[],v=l.events||[],x=l.rpcMap||{},_=Za(c);o[_]=I7(oc(oc({},o[_]),l),{chains:Su(h,(e=o[_])==null?void 0:e.chains),methods:Su(d,(r=o[_])==null?void 0:r.methods),events:Su(v,(n=o[_])==null?void 0:n.events),rpcMap:oc(oc({},x),(i=o[_])==null?void 0:i.rpcMap)})}return o}const Ig={},Jt=t=>Ig[t],wh=(t,e)=>{Ig[t]=e};class $7{constructor(e){this.name="polkadot",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.chainId=this.getDefaultChain(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}getDefaultChain(){if(this.chainId)return this.chainId;if(this.namespace.defaultChain)return this.namespace.defaultChain;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)}setDefaultChain(e,r){if(this.chainId=e,!this.httpProviders[e]){const n=r||cn(`${this.name}:${e}`,this.namespace);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit(di.DEFAULT_CHAIN_CHANGED,`${this.name}:${this.chainId}`)}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=>{var n;e[r]=this.createHttpProvider(r,(n=this.namespace.rpcMap)==null?void 0:n[r])}),e}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}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||cn(e,this.namespace);return typeof n>"u"?void 0:new hi(new Vi(n,Jt("disableProviderPing")))}}class P7{constructor(e){this.name="eip155",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.httpProviders=this.createHttpProviders(),this.chainId=parseInt(this.getDefaultChain())}async request(e){var r;switch(e.request.method){case"eth_requestAccounts":return this.getAccounts();case"eth_accounts":return this.getAccounts();case"wallet_switchEthereumChain":return this.handleSwitchChain(e.request.params?(r=e.request.params[0])==null?void 0:r.chainId:"0x0"),null;case"eth_chainId":return parseInt(this.getDefaultChain())}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){const n=mh(e);if(!this.httpProviders[n]){const i=r||cn(`${this.name}:${n}`,this.namespace,this.client.core.projectId);if(!i)throw new Error(`No RPC url provided for chainId: ${n}`);this.setHttpProvider(n,i)}this.chainId=n,this.events.emit(di.DEFAULT_CHAIN_CHANGED,`${this.name}:${n}`)}requestAccounts(){return this.getAccounts()}getDefaultChain(){if(this.chainId)return this.chainId.toString();if(this.namespace.defaultChain)return this.namespace.defaultChain;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}createHttpProvider(e,r){const n=r||cn(`${this.name}:${e}`,this.namespace,this.client.core.projectId);return typeof n>"u"?void 0:new hi(new Vi(n,Jt("disableProviderPing")))}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{var n;const i=mh(r);e[i]=this.createHttpProvider(i,(n=this.namespace.rpcMap)==null?void 0:n[r])}),e}getAccounts(){const e=this.namespace.accounts;return e?[...new Set(e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2]))]:[]}getHttpProvider(){const e=this.chainId,r=this.httpProviders[e];if(typeof r>"u")throw new Error(`JSON-RPC provider for ${e} not found`);return r}handleSwitchChain(e){const r=parseInt(e,16),n=`${this.name}:${r}`;O7(n,this.namespace.chains),this.setDefaultChain(`${r}`)}}class T7{constructor(e){this.name="solana",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.chainId=this.getDefaultChain(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}request(e){return this.namespace.methods.includes(e.request.method)?this.client.request(e):this.getHttpProvider().request(e.request)}setDefaultChain(e,r){if(!this.httpProviders[e]){const n=r||cn(`${this.name}:${e}`,this.namespace,this.client.core.projectId);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.chainId=e,this.events.emit(di.DEFAULT_CHAIN_CHANGED,`${this.name}:${this.chainId}`)}getDefaultChain(){if(this.chainId)return this.chainId;if(this.namespace.defaultChain)return this.namespace.defaultChain;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}getAccounts(){const e=this.namespace.accounts;return e?[...new Set(e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2]))]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{var n;e[r]=this.createHttpProvider(r,(n=this.namespace.rpcMap)==null?void 0:n[r])}),e}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}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||cn(e,this.namespace,this.client.core.projectId);return typeof n>"u"?void 0:new hi(new Vi(n,Jt("disableProviderPing")))}}class R7{constructor(e){this.name="cosmos",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.chainId=this.getDefaultChain(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}getDefaultChain(){if(this.chainId)return this.chainId;if(this.namespace.defaultChain)return this.namespace.defaultChain;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)}setDefaultChain(e,r){if(this.chainId=e,!this.httpProviders[e]){const n=r||cn(`${this.name}:${e}`,this.namespace,this.client.core.projectId);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit(di.DEFAULT_CHAIN_CHANGED,`${this.name}:${this.chainId}`)}getAccounts(){const e=this.namespace.accounts;return e?[...new Set(e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2]))]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{var n;e[r]=this.createHttpProvider(r,(n=this.namespace.rpcMap)==null?void 0:n[r])}),e}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}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||cn(e,this.namespace,this.client.core.projectId);return typeof n>"u"?void 0:new hi(new Vi(n,Jt("disableProviderPing")))}}class N7{constructor(e){this.name="cip34",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.chainId=this.getDefaultChain(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}getDefaultChain(){if(this.chainId)return this.chainId;if(this.namespace.defaultChain)return this.namespace.defaultChain;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)}setDefaultChain(e,r){if(this.chainId=e,!this.httpProviders[e]){const n=r||this.getCardanoRPCUrl(e);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit(di.DEFAULT_CHAIN_CHANGED,`${this.name}:${this.chainId}`)}getAccounts(){const e=this.namespace.accounts;return e?[...new Set(e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2]))]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{const n=this.getCardanoRPCUrl(r);e[r]=this.createHttpProvider(r,n)}),e}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}getCardanoRPCUrl(e){const r=this.namespace.rpcMap;if(r)return r[e]}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||this.getCardanoRPCUrl(e);return typeof n>"u"?void 0:new hi(new Vi(n,Jt("disableProviderPing")))}}class L7{constructor(e){this.name="elrond",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.chainId=this.getDefaultChain(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}request(e){return this.namespace.methods.includes(e.request.method)?this.client.request(e):this.getHttpProvider().request(e.request)}setDefaultChain(e,r){if(!this.httpProviders[e]){const n=r||cn(`${this.name}:${e}`,this.namespace,this.client.core.projectId);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.chainId=e,this.events.emit(di.DEFAULT_CHAIN_CHANGED,`${this.name}:${this.chainId}`)}getDefaultChain(){if(this.chainId)return this.chainId;if(this.namespace.defaultChain)return this.namespace.defaultChain;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}getAccounts(){const e=this.namespace.accounts;return e?[...new Set(e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2]))]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{var n;e[r]=this.createHttpProvider(r,(n=this.namespace.rpcMap)==null?void 0:n[r])}),e}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}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||cn(e,this.namespace,this.client.core.projectId);return typeof n>"u"?void 0:new hi(new Vi(n,Jt("disableProviderPing")))}}class M7{constructor(e){this.name="multiversx",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.chainId=this.getDefaultChain(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}request(e){return this.namespace.methods.includes(e.request.method)?this.client.request(e):this.getHttpProvider().request(e.request)}setDefaultChain(e,r){if(!this.httpProviders[e]){const n=r||cn(`${this.name}:${e}`,this.namespace,this.client.core.projectId);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.chainId=e,this.events.emit(di.DEFAULT_CHAIN_CHANGED,`${this.name}:${this.chainId}`)}getDefaultChain(){if(this.chainId)return this.chainId;if(this.namespace.defaultChain)return this.namespace.defaultChain;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}getAccounts(){const e=this.namespace.accounts;return e?[...new Set(e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2]))]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{var n;e[r]=this.createHttpProvider(r,(n=this.namespace.rpcMap)==null?void 0:n[r])}),e}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}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||cn(e,this.namespace,this.client.core.projectId);return typeof n>"u"?void 0:new hi(new Vi(n,Jt("disableProviderPing")))}}var U7=Object.defineProperty,j7=Object.defineProperties,F7=Object.getOwnPropertyDescriptors,Og=Object.getOwnPropertySymbols,B7=Object.prototype.hasOwnProperty,k7=Object.prototype.propertyIsEnumerable,Ag=(t,e,r)=>e in t?U7(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,ac=(t,e)=>{for(var r in e||(e={}))B7.call(e,r)&&Ag(t,r,e[r]);if(Og)for(var r of Og(e))k7.call(e,r)&&Ag(t,r,e[r]);return t},vh=(t,e)=>j7(t,F7(e));class yh{constructor(e){this.events=new br.exports,this.rpcProviders={},this.shouldAbortPairingAttempt=!1,this.maxPairingAttempts=10,this.disableProviderPing=!1,this.providerOpts=e,this.logger=typeof e?.logger<"u"&&typeof e?.logger!="string"?e.logger:pt.pino(pt.getDefaultLoggerOptions({level:e?.logger||bg})),this.disableProviderPing=e?.disableProviderPing||!1}static async init(e){const r=new yh(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:ac({},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:Yt("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(),!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){this.shouldAbortPairingAttempt=!1;let r=0;do{if(this.shouldAbortPairingAttempt)throw new Error("Pairing aborted");if(r>=this.maxPairingAttempts)throw new Error("Max auto pairing attempts reached");const{uri:n,approval:i}=await this.client.connect({pairingTopic:e,requiredNamespaces:this.namespaces,optionalNamespaces:this.optionalNamespaces,sessionProperties:this.sessionProperties});n&&(this.uri=n,this.events.emit("display_uri",n)),await i().then(o=>{this.session=o}).catch(o=>{if(o.message!==pg)throw o;r++})}while(!this.session);return 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(zn(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}`)}}abortPairingAttempt(){this.shouldAbortPairingAttempt=!0}async checkStorage(){if(this.namespaces=await this.getFromStore("namespaces")||{},this.optionalNamespaces=await this.getFromStore("optionalNamespaces")||{},this.client.session.length){const e=this.client.session.keys.length-1;this.session=this.client.session.get(this.client.session.keys[e]),this.createProviders()}}async initialize(){this.logger.trace("Initialized"),await this.createClient(),await this.checkStorage(),this.registerEventListeners()}async createClient(){this.client=this.providerOpts.client||await dh.init({logger:this.providerOpts.logger||bg,relayUrl:this.providerOpts.relayUrl||m7,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");if(!this.session)throw new Error("Session not initialized. Please call connect() before enable()");const e=[...new Set(Object.keys(this.session.namespaces).map(r=>Za(r)))];wh("client",this.client),wh("events",this.events),wh("disableProviderPing",this.disableProviderPing),e.forEach(r=>{if(!this.session)return;const n=S7(r,this.session),i=A7(n),o=D7(this.namespaces,this.optionalNamespaces),c=vh(ac({},o[r]),{accounts:n,chains:i});switch(r){case"eip155":this.rpcProviders[r]=new P7({namespace:c});break;case"solana":this.rpcProviders[r]=new T7({namespace:c});break;case"cosmos":this.rpcProviders[r]=new R7({namespace:c});break;case"polkadot":this.rpcProviders[r]=new $7({namespace:c});break;case"cip34":this.rpcProviders[r]=new N7({namespace:c});break;case"elrond":this.rpcProviders[r]=new L7({namespace:c});break;case"multiversx":this.rpcProviders[r]=new M7({namespace:c});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(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=vh(ac({},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),this.events.emit("disconnect",vh(ac({},Yt("USER_DISCONNECTED")),{data:e.topic}))}),this.on(di.DEFAULT_CHAIN_CHANGED,e=>{this.onChainChanged(e,!0)})}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.namespaces=r,this.optionalNamespaces=n,this.sessionProperties=i,this.persist("namespaces",r),this.persist("optionalNamespaces",n)}validateChain(e){const[r,n]=e?.split(":")||["",""];if(r&&!Object.keys(this.namespaces).map(c=>Za(c)).includes(r))throw new Error(`Namespace '${r}' is not configured. Please call connect() first with namespace config.`);if(r&&n)return[r,n];const i=Za(Object.keys(this.namespaces)[0]),o=this.rpcProviders[i].getDefaultChain();return[i,o]}async requestAccounts(){const[e]=this.validateChain();return await this.getProvider(e).requestAccounts()}onChainChanged(e,r=!1){var n;const[i,o]=this.validateChain(e);r||this.getProvider(i).setDefaultChain(o),((n=this.namespaces[i])!=null?n:this.namespaces[`${i}:${o}`]).defaultChain=o,this.persist("namespaces",this.namespaces),this.events.emit("chainChanged",o)}onConnect(){this.createProviders(),this.events.emit("connect",{session:this.session})}async cleanup(){this.session=void 0,await this.cleanupPendingPairings({deletePairings:!0})}persist(e,r){this.client.core.storage.setItem(`${_g}/${e}`,r)}async getFromStore(e){return await this.client.core.storage.getItem(`${_g}/${e}`)}}const H7=yh,z7="wc",W7="ethereum_provider",q7=`${z7}@2:${W7}:`,V7="https://rpc.walletconnect.com/v1/",cc=["eth_sendTransaction","personal_sign"],K7=["eth_accounts","eth_requestAccounts","eth_sendRawTransaction","eth_sign","eth_signTransaction","eth_signTypedData","eth_signTypedData_v3","eth_signTypedData_v4","wallet_switchEthereumChain","wallet_addEthereumChain","wallet_getPermissions","wallet_requestPermissions","wallet_registerOnboarding","wallet_watchAsset","wallet_scanQRCode"],lc=["chainChanged","accountsChanged"],G7=["message","disconnect","connect"];var Z7=Object.defineProperty,Y7=Object.defineProperties,J7=Object.getOwnPropertyDescriptors,Sg=Object.getOwnPropertySymbols,X7=Object.prototype.hasOwnProperty,Q7=Object.prototype.propertyIsEnumerable,Dg=(t,e,r)=>e in t?Z7(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,bh=(t,e)=>{for(var r in e||(e={}))X7.call(e,r)&&Dg(t,r,e[r]);if(Sg)for(var r of Sg(e))Q7.call(e,r)&&Dg(t,r,e[r]);return t},$g=(t,e)=>Y7(t,J7(e));function _h(t){return Number(t[0].split(":")[1])}function Eh(t){return`0x${t.toString(16)}`}function ex(t){const{chains:e,optionalChains:r,methods:n,optionalMethods:i,events:o,optionalEvents:c,rpcMap:l}=t;if(!zn(e))throw new Error("Invalid chains");const h=e,d=n||cc,v=o||lc,x={[_h(h)]:l[_h(h)]},_={chains:h,methods:d,events:v,rpcMap:x},O=o?.filter(G=>!lc.includes(G)),P=n?.filter(G=>!cc.includes(G));if(!r&&!c&&!i&&!(O!=null&&O.length)&&!(P!=null&&P.length))return{required:_};const U=O?.length&&P?.length||!r,H={chains:[...new Set(U?h.concat(r||[]):r)],methods:[...new Set(d.concat(i||[]))],events:[...new Set(v.concat(c||[]))],rpcMap:l};return{required:_,optional:H}}class uc{constructor(){this.events=new br.exports.EventEmitter,this.namespace="eip155",this.accounts=[],this.chainId=1,this.STORAGE_KEY=q7,this.on=(e,r)=>(this.events.on(e,r),this),this.once=(e,r)=>(this.events.once(e,r),this),this.removeListener=(e,r)=>(this.events.removeListener(e,r),this),this.off=(e,r)=>(this.events.off(e,r),this),this.parseAccount=e=>this.isCompatibleChainId(e)?this.parseAccountId(e).address:e,this.signer={},this.rpc={}}static async init(e){const r=new uc;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}=ex(this.rpc);try{const i=await new Promise(async(c,l)=>{var h;this.rpc.showQrModal&&((h=this.modal)==null||h.subscribeModal(d=>{!d.open&&!this.signer.session&&(this.signer.abortPairingAttempt(),l(new Error("Connection request reset. Please try again.")))})),await this.signer.connect($g(bh({namespaces:{[this.namespace]:r}},n&&{optionalNamespaces:{[this.namespace]:n}}),{pairingTopic:e?.pairingTopic})).then(d=>{c(d)}).catch(d=>{l(new Error(d.message))})});if(!i)return;this.setChainIds(this.rpc.chains);const o=N5(i.namespaces,[this.namespace]);this.setAccounts(o),this.events.emit("connect",{chainId:Eh(this.chainId)})}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()}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=this.parseAccounts(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=>{const r=parseInt(e);this.chainId=r,this.events.emit("chainChanged",Eh(this.chainId)),this.persist()}),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.events.emit("disconnect",$g(bh({},Yt("USER_DISCONNECTED")),{data:e.topic,name:"USER_DISCONNECTED"}))}),this.signer.on("display_uri",e=>{var r,n;this.rpc.showQrModal&&((r=this.modal)==null||r.closeModal(),(n=this.modal)==null||n.openModal({uri:e})),this.events.emit("display_uri",e)})}switchEthereumChain(e){this.request({method:"wallet_switchEthereumChain",params:[{chainId:e.toString(16)}]})}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",Eh(this.chainId)),this.persist())}setChainId(e){if(this.isCompatibleChainId(e)){const r=this.parseChainId(e);this.chainId=r,this.switchEthereumChain(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||cc,events:e?.events||lc,optionalMethods:e?.optionalMethods||[],optionalEvents:e?.optionalEvents||[],rpcMap:e?.rpcMap||this.buildRpcMap(e.chains.concat(e.optionalChains||[]),e.projectId),showQrModal:!!(e!=null&&e.showQrModal),qrModalOptions:(n=e?.qrModalOptions)!=null?n:void 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){if(this.rpc=this.getRpcConfig(e),this.chainId=_h(this.rpc.chains),this.signer=await H7.init({projectId:this.rpc.projectId,metadata:this.rpc.metadata,disableProviderPing:e.disableProviderPing,relayUrl:e.relayUrl,storageOptions:e.storageOptions}),this.registerEventListeners(),await this.loadPersistedSession(),this.rpc.showQrModal){let r;try{const{WalletConnectModal:n}=await Promise.resolve().then(function(){return Px});r=n}catch{throw new Error("To use QR modal, please install @walletconnect/modal package")}if(r)try{this.modal=new r(bh({walletConnectVersion:2,projectId:this.rpc.projectId,standaloneChains:this.rpc.chains},this.rpc.qrModalOptions))}catch(n){throw this.signer.logger.error(n),new Error("Could not generate WalletConnectModal Instance")}}}loadConnectOpts(e){if(!e)return;const{chains:r,optionalChains:n,rpcMap:i}=e;r&&zn(r)&&(this.rpc.chains=r.map(o=>this.formatChainId(o)),r.forEach(o=>{this.rpc.rpcMap[o]=i?.[o]||this.getRpcUrl(o)})),n&&zn(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])||`${V7}?chainId=eip155:${e}&projectId=${r||this.rpc.projectId}`}async loadPersistedSession(){if(!this.session)return;const e=await this.signer.client.core.storage.getItem(`${this.STORAGE_KEY}/chainId`),r=this.session.namespaces[`${this.namespace}:${e}`]?this.session.namespaces[`${this.namespace}:${e}`]:this.session.namespaces[this.namespace];this.setChainIds(e?[this.formatChainId(e)]:r?.accounts),this.setAccounts(r?.accounts)}reset(){this.chainId=1,this.accounts=[]}persist(){this.session&&this.signer.client.core.storage.setItem(`${this.STORAGE_KEY}/chainId`,this.chainId)}parseAccounts(e){return typeof e=="string"||e instanceof String?[this.parseAccount(e)]:e.map(r=>this.parseAccount(r))}}const tx=uc,rx=Symbol(),Pg=Object.getPrototypeOf,xh=new WeakMap,nx=t=>t&&(xh.has(t)?xh.get(t):Pg(t)===Object.prototype||Pg(t)===Array.prototype),ix=t=>nx(t)&&t[rx]||null,Tg=(t,e=!0)=>{xh.set(t,e)},Ch=t=>typeof t=="object"&&t!==null,pi=new WeakMap,hc=new WeakSet,sx=(t=Object.is,e=(d,v)=>new Proxy(d,v),r=d=>Ch(d)&&!hc.has(d)&&(Array.isArray(d)||!(Symbol.iterator in d))&&!(d instanceof WeakMap)&&!(d instanceof WeakSet)&&!(d instanceof Error)&&!(d instanceof Number)&&!(d instanceof Date)&&!(d instanceof String)&&!(d instanceof RegExp)&&!(d instanceof ArrayBuffer),n=d=>{switch(d.status){case"fulfilled":return d.value;case"rejected":throw d.reason;default:throw d}},i=new WeakMap,o=(d,v,x=n)=>{const _=i.get(d);if(_?.[0]===v)return _[1];const O=Array.isArray(d)?[]:Object.create(Object.getPrototypeOf(d));return Tg(O,!0),i.set(d,[v,O]),Reflect.ownKeys(d).forEach(P=>{if(Object.getOwnPropertyDescriptor(O,P))return;const U=Reflect.get(d,P),H={value:U,enumerable:!0,configurable:!0};if(hc.has(U))Tg(U,!1);else if(U instanceof Promise)delete H.value,H.get=()=>x(U);else if(pi.has(U)){const[G,N]=pi.get(U);H.value=o(G,N(),x)}Object.defineProperty(O,P,H)}),O},c=new WeakMap,l=[1,1],h=d=>{if(!Ch(d))throw new Error("object required");const v=c.get(d);if(v)return v;let x=l[0];const _=new Set,O=(J,z=++l[0])=>{x!==z&&(x=z,_.forEach(ee=>ee(J,z)))};let P=l[1];const U=(J=++l[1])=>(P!==J&&!_.size&&(P=J,G.forEach(([z])=>{const ee=z[1](J);ee>x&&(x=ee)})),x),H=J=>(z,ee)=>{const de=[...z];de[1]=[J,...de[1]],O(de,ee)},G=new Map,N=(J,z)=>{if(G.has(J))throw new Error("prop listener already exists");if(_.size){const ee=z[3](H(J));G.set(J,[z,ee])}else G.set(J,[z])},L=J=>{var z;const ee=G.get(J);ee&&(G.delete(J),(z=ee[1])==null||z.call(ee))},$=J=>(_.add(J),_.size===1&&G.forEach(([ee,de],me)=>{if(de)throw new Error("remove already exists");const A=ee[3](H(me));G.set(me,[ee,A])}),()=>{_.delete(J),_.size===0&&G.forEach(([ee,de],me)=>{de&&(de(),G.set(me,[ee]))})}),T=Array.isArray(d)?[]:Object.create(Object.getPrototypeOf(d)),f=e(T,{deleteProperty(J,z){const ee=Reflect.get(J,z);L(z);const de=Reflect.deleteProperty(J,z);return de&&O(["delete",[z],ee]),de},set(J,z,ee,de){const me=Reflect.has(J,z),A=Reflect.get(J,z,de);if(me&&(t(A,ee)||c.has(ee)&&t(A,c.get(ee))))return!0;L(z),Ch(ee)&&(ee=ix(ee)||ee);let j=ee;if(ee instanceof Promise)ee.then(ce=>{ee.status="fulfilled",ee.value=ce,O(["resolve",[z],ce])}).catch(ce=>{ee.status="rejected",ee.reason=ce,O(["reject",[z],ce])});else{!pi.has(ee)&&r(ee)&&(j=h(ee));const ce=!hc.has(j)&&pi.get(j);ce&&N(z,ce)}return Reflect.set(J,z,j,de),O(["set",[z],ee,A]),!0}});c.set(d,f);const E=[T,U,o,$];return pi.set(f,E),Reflect.ownKeys(d).forEach(J=>{const z=Object.getOwnPropertyDescriptor(d,J);"value"in z&&(f[J]=d[J],delete z.value,delete z.writable),Object.defineProperty(T,J,z)}),f})=>[h,pi,hc,t,e,r,n,i,o,c,l],[ox]=sx();function Rn(t={}){return ox(t)}function Kn(t,e,r){const n=pi.get(t);n||console.warn("Please use proxy object");let i;const o=[],c=n[3];let l=!1;const d=c(v=>{if(o.push(v),r){e(o.splice(0));return}i||(i=Promise.resolve().then(()=>{i=void 0,l&&e(o.splice(0))}))});return l=!0,()=>{l=!1,d()}}function ax(t,e){const r=pi.get(t);r||console.warn("Please use proxy object");const[n,i,o]=r;return o(n,i(),e)}var Rg={},fc={};fc.byteLength=ux,fc.toByteArray=fx,fc.fromByteArray=gx;for(var Nn=[],ln=[],cx=typeof Uint8Array<"u"?Uint8Array:Array,Ih="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ps=0,lx=Ih.length;Ps<lx;++Ps)Nn[Ps]=Ih[Ps],ln[Ih.charCodeAt(Ps)]=Ps;ln["-".charCodeAt(0)]=62,ln["_".charCodeAt(0)]=63;function Ng(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 ux(t){var e=Ng(t),r=e[0],n=e[1];return(r+n)*3/4-n}function hx(t,e,r){return(e+r)*3/4-r}function fx(t){var e,r=Ng(t),n=r[0],i=r[1],o=new cx(hx(t,n,i)),c=0,l=i>0?n-4:n,h;for(h=0;h<l;h+=4)e=ln[t.charCodeAt(h)]<<18|ln[t.charCodeAt(h+1)]<<12|ln[t.charCodeAt(h+2)]<<6|ln[t.charCodeAt(h+3)],o[c++]=e>>16&255,o[c++]=e>>8&255,o[c++]=e&255;return i===2&&(e=ln[t.charCodeAt(h)]<<2|ln[t.charCodeAt(h+1)]>>4,o[c++]=e&255),i===1&&(e=ln[t.charCodeAt(h)]<<10|ln[t.charCodeAt(h+1)]<<4|ln[t.charCodeAt(h+2)]>>2,o[c++]=e>>8&255,o[c++]=e&255),o}function dx(t){return Nn[t>>18&63]+Nn[t>>12&63]+Nn[t>>6&63]+Nn[t&63]}function px(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(dx(n));return i.join("")}function gx(t){for(var e,r=t.length,n=r%3,i=[],o=16383,c=0,l=r-n;c<l;c+=o)i.push(px(t,c,c+o>l?l:c+o));return n===1?(e=t[r-1],i.push(Nn[e>>2]+Nn[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(Nn[e>>10]+Nn[e>>4&63]+Nn[e<<2&63]+"=")),i.join("")}var Oh={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */Oh.read=function(t,e,r,n,i){var o,c,l=i*8-n-1,h=(1<<l)-1,d=h>>1,v=-7,x=r?i-1:0,_=r?-1:1,O=t[e+x];for(x+=_,o=O&(1<<-v)-1,O>>=-v,v+=l;v>0;o=o*256+t[e+x],x+=_,v-=8);for(c=o&(1<<-v)-1,o>>=-v,v+=n;v>0;c=c*256+t[e+x],x+=_,v-=8);if(o===0)o=1-d;else{if(o===h)return c?NaN:(O?-1:1)*(1/0);c=c+Math.pow(2,n),o=o-d}return(O?-1:1)*c*Math.pow(2,o-n)},Oh.write=function(t,e,r,n,i,o){var c,l,h,d=o*8-i-1,v=(1<<d)-1,x=v>>1,_=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,O=n?0:o-1,P=n?1:-1,U=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(l=isNaN(e)?1:0,c=v):(c=Math.floor(Math.log(e)/Math.LN2),e*(h=Math.pow(2,-c))<1&&(c--,h*=2),c+x>=1?e+=_/h:e+=_*Math.pow(2,1-x),e*h>=2&&(c++,h/=2),c+x>=v?(l=0,c=v):c+x>=1?(l=(e*h-1)*Math.pow(2,i),c=c+x):(l=e*Math.pow(2,x-1)*Math.pow(2,i),c=0));i>=8;t[r+O]=l&255,O+=P,l/=256,i-=8);for(c=c<<i|l,d+=i;d>0;t[r+O]=c&255,O+=P,c/=256,d-=8);t[r+O-P]|=U*128};/*!
|
|
98
|
+
}`;var ot=aw(function(){return vt(D,Pe+"return "+pe).apply(r,M)});if(ot.source=pe,J0(ot))throw ot;return ot}function jN(s){return yt(s).toLowerCase()}function FN(s){return yt(s).toUpperCase()}function BN(s,a,u){if(s=yt(s),s&&(u||a===r))return mm(s);if(!s||!(a=en(a)))return s;var g=Cn(s),y=Cn(a),D=wm(g,y),M=vm(g,y)+1;return Ni(g,D,M).join("")}function kN(s,a,u){if(s=yt(s),s&&(u||a===r))return s.slice(0,bm(s)+1);if(!s||!(a=en(a)))return s;var g=Cn(s),y=vm(g,Cn(a))+1;return Ni(g,0,y).join("")}function HN(s,a,u){if(s=yt(s),s&&(u||a===r))return s.replace(Kt,"");if(!s||!(a=en(a)))return s;var g=Cn(s),y=wm(g,Cn(a));return Ni(g,y).join("")}function zN(s,a){var u=z,g=ee;if(Bt(a)){var y="separator"in a?a.separator:y;u="length"in a?it(a.length):u,g="omission"in a?en(a.omission):g}s=yt(s);var D=s.length;if(so(s)){var M=Cn(s);D=M.length}if(u>=D)return s;var k=u-oo(g);if(k<1)return g;var Z=M?Ni(M,0,k).join(""):s.slice(0,k);if(y===r)return Z+g;if(M&&(k+=Z.length-k),X0(y)){if(s.slice(k).search(y)){var ue,he=Z;for(y.global||(y=p0(y.source,yt(hn.exec(y))+"g")),y.lastIndex=0;ue=y.exec(he);)var pe=ue.index;Z=Z.slice(0,pe===r?k:pe)}}else if(s.indexOf(en(y),k)!=k){var be=Z.lastIndexOf(y);be>-1&&(Z=Z.slice(0,be))}return Z+g}function WN(s){return s=yt(s),s&&zt.test(s)?s.replace(Ci,yD):s}var qN=po(function(s,a,u){return s+(u?" ":"")+a.toUpperCase()}),td=c2("toUpperCase");function ow(s,a,u){return s=yt(s),a=u?r:a,a===r?pD(s)?ED(s):sD(s):s.match(a)||[]}var aw=ct(function(s,a){try{return vr(s,r,a)}catch(u){return J0(u)?u:new Ye(u)}}),VN=ni(function(s,a){return dn(a,function(u){u=kn(u),ti(s,u,Z0(s[u],s))}),s});function KN(s){var a=s==null?0:s.length,u=ze();return s=a?Ut(s,function(g){if(typeof g[1]!="function")throw new pn(c);return[u(g[0]),g[1]]}):[],ct(function(g){for(var y=-1;++y<a;){var D=s[y];if(vr(D[0],this,g))return vr(D[1],this,g)}})}function GN(s){return yA(mn(s,x))}function rd(s){return function(){return s}}function ZN(s,a){return s==null||s!==s?a:s}var YN=u2(),JN=u2(!0);function Gr(s){return s}function nd(s){return Bm(typeof s=="function"?s:mn(s,x))}function XN(s){return Hm(mn(s,x))}function QN(s,a){return zm(s,mn(a,x))}var eR=ct(function(s,a){return function(u){return Sa(u,s,a)}}),tR=ct(function(s,a){return function(u){return Sa(s,u,a)}});function id(s,a,u){var g=yr(a),y=Pl(a,g);u==null&&!(Bt(a)&&(y.length||!g.length))&&(u=a,a=s,s=this,y=Pl(a,yr(a)));var D=!(Bt(u)&&"chain"in u)||!!u.chain,M=si(s);return dn(y,function(k){var Z=a[k];s[k]=Z,M&&(s.prototype[k]=function(){var ue=this.__chain__;if(D||ue){var he=s(this.__wrapped__),pe=he.__actions__=qr(this.__actions__);return pe.push({func:Z,args:arguments,thisArg:s}),he.__chain__=ue,he}return Z.apply(s,Si([this.value()],arguments))})}),s}function rR(){return mt._===this&&(mt._=DD),this}function sd(){}function nR(s){return s=it(s),ct(function(a){return Wm(a,s)})}var iR=M0(Ut),sR=M0(hm),oR=M0(a0);function cw(s){return z0(s)?c0(kn(s)):MA(s)}function aR(s){return function(a){return s==null?r:ws(s,a)}}var cR=f2(),lR=f2(!0);function od(){return[]}function ad(){return!1}function uR(){return{}}function hR(){return""}function fR(){return!0}function dR(s,a){if(s=it(s),s<1||s>re)return[];var u=ie,g=Sr(s,ie);a=ze(a),s-=ie;for(var y=h0(g,a);++u<s;)a(u);return y}function pR(s){return Qe(s)?Ut(s,kn):tn(s)?[s]:qr(D2(yt(s)))}function gR(s){var a=++OD;return yt(s)+a}var mR=Ul(function(s,a){return s+a},0),wR=U0("ceil"),vR=Ul(function(s,a){return s/a},1),yR=U0("floor");function bR(s){return s&&s.length?$l(s,Gr,E0):r}function _R(s,a){return s&&s.length?$l(s,ze(a,2),E0):r}function ER(s){return pm(s,Gr)}function xR(s,a){return pm(s,ze(a,2))}function CR(s){return s&&s.length?$l(s,Gr,O0):r}function IR(s,a){return s&&s.length?$l(s,ze(a,2),O0):r}var OR=Ul(function(s,a){return s*a},1),SR=U0("round"),DR=Ul(function(s,a){return s-a},0);function AR(s){return s&&s.length?u0(s,Gr):0}function $R(s,a){return s&&s.length?u0(s,ze(a,2)):0}return C.after=XP,C.ary=F2,C.assign=FT,C.assignIn=Q2,C.assignInWith=Yl,C.assignWith=BT,C.at=kT,C.before=B2,C.bind=Z0,C.bindAll=VN,C.bindKey=k2,C.castArray=uT,C.chain=M2,C.chunk=y$,C.compact=b$,C.concat=_$,C.cond=KN,C.conforms=GN,C.constant=rd,C.countBy=AP,C.create=HT,C.curry=H2,C.curryRight=z2,C.debounce=W2,C.defaults=zT,C.defaultsDeep=WT,C.defer=QP,C.delay=eT,C.difference=E$,C.differenceBy=x$,C.differenceWith=C$,C.drop=I$,C.dropRight=O$,C.dropRightWhile=S$,C.dropWhile=D$,C.fill=A$,C.filter=PP,C.flatMap=RP,C.flatMapDeep=LP,C.flatMapDepth=MP,C.flatten=T2,C.flattenDeep=$$,C.flattenDepth=P$,C.flip=tT,C.flow=YN,C.flowRight=JN,C.fromPairs=T$,C.functions=JT,C.functionsIn=XT,C.groupBy=UP,C.initial=R$,C.intersection=L$,C.intersectionBy=M$,C.intersectionWith=U$,C.invert=eN,C.invertBy=tN,C.invokeMap=FP,C.iteratee=nd,C.keyBy=BP,C.keys=yr,C.keysIn=Kr,C.map=Wl,C.mapKeys=nN,C.mapValues=iN,C.matches=XN,C.matchesProperty=QN,C.memoize=Vl,C.merge=sN,C.mergeWith=ew,C.method=eR,C.methodOf=tR,C.mixin=id,C.negate=Kl,C.nthArg=nR,C.omit=oN,C.omitBy=aN,C.once=rT,C.orderBy=kP,C.over=iR,C.overArgs=nT,C.overEvery=sR,C.overSome=oR,C.partial=Y0,C.partialRight=q2,C.partition=HP,C.pick=cN,C.pickBy=tw,C.property=cw,C.propertyOf=aR,C.pull=k$,C.pullAll=R2,C.pullAllBy=H$,C.pullAllWith=z$,C.pullAt=W$,C.range=cR,C.rangeRight=lR,C.rearg=iT,C.reject=qP,C.remove=q$,C.rest=sT,C.reverse=K0,C.sampleSize=KP,C.set=uN,C.setWith=hN,C.shuffle=GP,C.slice=V$,C.sortBy=JP,C.sortedUniq=Q$,C.sortedUniqBy=eP,C.split=RN,C.spread=oT,C.tail=tP,C.take=rP,C.takeRight=nP,C.takeRightWhile=iP,C.takeWhile=sP,C.tap=bP,C.throttle=aT,C.thru=zl,C.toArray=Y2,C.toPairs=rw,C.toPairsIn=nw,C.toPath=pR,C.toPlainObject=X2,C.transform=fN,C.unary=cT,C.union=oP,C.unionBy=aP,C.unionWith=cP,C.uniq=lP,C.uniqBy=uP,C.uniqWith=hP,C.unset=dN,C.unzip=G0,C.unzipWith=L2,C.update=pN,C.updateWith=gN,C.values=wo,C.valuesIn=mN,C.without=fP,C.words=ow,C.wrap=lT,C.xor=dP,C.xorBy=pP,C.xorWith=gP,C.zip=mP,C.zipObject=wP,C.zipObjectDeep=vP,C.zipWith=yP,C.entries=rw,C.entriesIn=nw,C.extend=Q2,C.extendWith=Yl,id(C,C),C.add=mR,C.attempt=aw,C.camelCase=bN,C.capitalize=iw,C.ceil=wR,C.clamp=wN,C.clone=hT,C.cloneDeep=dT,C.cloneDeepWith=pT,C.cloneWith=fT,C.conformsTo=gT,C.deburr=sw,C.defaultTo=ZN,C.divide=vR,C.endsWith=_N,C.eq=On,C.escape=EN,C.escapeRegExp=xN,C.every=$P,C.find=TP,C.findIndex=$2,C.findKey=qT,C.findLast=NP,C.findLastIndex=P2,C.findLastKey=VT,C.floor=yR,C.forEach=U2,C.forEachRight=j2,C.forIn=KT,C.forInRight=GT,C.forOwn=ZT,C.forOwnRight=YT,C.get=Q0,C.gt=mT,C.gte=wT,C.has=QT,C.hasIn=ed,C.head=N2,C.identity=Gr,C.includes=jP,C.indexOf=N$,C.inRange=vN,C.invoke=rN,C.isArguments=bs,C.isArray=Qe,C.isArrayBuffer=vT,C.isArrayLike=Vr,C.isArrayLikeObject=er,C.isBoolean=yT,C.isBuffer=Ri,C.isDate=bT,C.isElement=_T,C.isEmpty=ET,C.isEqual=xT,C.isEqualWith=CT,C.isError=J0,C.isFinite=IT,C.isFunction=si,C.isInteger=V2,C.isLength=Gl,C.isMap=K2,C.isMatch=OT,C.isMatchWith=ST,C.isNaN=DT,C.isNative=AT,C.isNil=PT,C.isNull=$T,C.isNumber=G2,C.isObject=Bt,C.isObjectLike=Zt,C.isPlainObject=Na,C.isRegExp=X0,C.isSafeInteger=TT,C.isSet=Z2,C.isString=Zl,C.isSymbol=tn,C.isTypedArray=mo,C.isUndefined=NT,C.isWeakMap=RT,C.isWeakSet=LT,C.join=j$,C.kebabCase=CN,C.last=vn,C.lastIndexOf=F$,C.lowerCase=IN,C.lowerFirst=ON,C.lt=MT,C.lte=UT,C.max=bR,C.maxBy=_R,C.mean=ER,C.meanBy=xR,C.min=CR,C.minBy=IR,C.stubArray=od,C.stubFalse=ad,C.stubObject=uR,C.stubString=hR,C.stubTrue=fR,C.multiply=OR,C.nth=B$,C.noConflict=rR,C.noop=sd,C.now=ql,C.pad=SN,C.padEnd=DN,C.padStart=AN,C.parseInt=$N,C.random=yN,C.reduce=zP,C.reduceRight=WP,C.repeat=PN,C.replace=TN,C.result=lN,C.round=SR,C.runInContext=V,C.sample=VP,C.size=ZP,C.snakeCase=NN,C.some=YP,C.sortedIndex=K$,C.sortedIndexBy=G$,C.sortedIndexOf=Z$,C.sortedLastIndex=Y$,C.sortedLastIndexBy=J$,C.sortedLastIndexOf=X$,C.startCase=LN,C.startsWith=MN,C.subtract=DR,C.sum=AR,C.sumBy=$R,C.template=UN,C.times=dR,C.toFinite=oi,C.toInteger=it,C.toLength=J2,C.toLower=jN,C.toNumber=yn,C.toSafeInteger=jT,C.toString=yt,C.toUpper=FN,C.trim=BN,C.trimEnd=kN,C.trimStart=HN,C.truncate=zN,C.unescape=WN,C.uniqueId=gR,C.upperCase=qN,C.upperFirst=td,C.each=U2,C.eachRight=j2,C.first=N2,id(C,function(){var s={};return Fn(C,function(a,u){bt.call(C.prototype,u)||(s[u]=a)}),s}(),{chain:!1}),C.VERSION=n,dn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(s){C[s].placeholder=C}),dn(["drop","take"],function(s,a){dt.prototype[s]=function(u){u=u===r?1:dr(it(u),0);var g=this.__filtered__&&!a?new dt(this):this.clone();return g.__filtered__?g.__takeCount__=Sr(u,g.__takeCount__):g.__views__.push({size:Sr(u,ie),type:s+(g.__dir__<0?"Right":"")}),g},dt.prototype[s+"Right"]=function(u){return this.reverse()[s](u).reverse()}}),dn(["filter","map","takeWhile"],function(s,a){var u=a+1,g=u==S||u==ce;dt.prototype[s]=function(y){var D=this.clone();return D.__iteratees__.push({iteratee:ze(y,3),type:u}),D.__filtered__=D.__filtered__||g,D}}),dn(["head","last"],function(s,a){var u="take"+(a?"Right":"");dt.prototype[s]=function(){return this[u](1).value()[0]}}),dn(["initial","tail"],function(s,a){var u="drop"+(a?"":"Right");dt.prototype[s]=function(){return this.__filtered__?new dt(this):this[u](1)}}),dt.prototype.compact=function(){return this.filter(Gr)},dt.prototype.find=function(s){return this.filter(s).head()},dt.prototype.findLast=function(s){return this.reverse().find(s)},dt.prototype.invokeMap=ct(function(s,a){return typeof s=="function"?new dt(this):this.map(function(u){return Sa(u,s,a)})}),dt.prototype.reject=function(s){return this.filter(Kl(ze(s)))},dt.prototype.slice=function(s,a){s=it(s);var u=this;return u.__filtered__&&(s>0||a<0)?new dt(u):(s<0?u=u.takeRight(-s):s&&(u=u.drop(s)),a!==r&&(a=it(a),u=a<0?u.dropRight(-a):u.take(a-s)),u)},dt.prototype.takeRightWhile=function(s){return this.reverse().takeWhile(s).reverse()},dt.prototype.toArray=function(){return this.take(ie)},Fn(dt.prototype,function(s,a){var u=/^(?:filter|find|map|reject)|While$/.test(a),g=/^(?:head|last)$/.test(a),y=C[g?"take"+(a=="last"?"Right":""):a],D=g||/^find/.test(a);y&&(C.prototype[a]=function(){var M=this.__wrapped__,k=g?[1]:arguments,Z=M instanceof dt,ue=k[0],he=Z||Qe(M),pe=function(ft){var wt=y.apply(C,Si([ft],k));return g&&be?wt[0]:wt};he&&u&&typeof ue=="function"&&ue.length!=1&&(Z=he=!1);var be=this.__chain__,Pe=!!this.__actions__.length,We=D&&!be,ot=Z&&!Pe;if(!D&&he){M=ot?M:new dt(this);var qe=s.apply(M,k);return qe.__actions__.push({func:zl,args:[pe],thisArg:r}),new gn(qe,be)}return We&&ot?s.apply(this,k):(qe=this.thru(pe),We?g?qe.value()[0]:qe.value():qe)})}),dn(["pop","push","shift","sort","splice","unshift"],function(s){var a=gl[s],u=/^(?:push|sort|unshift)$/.test(s)?"tap":"thru",g=/^(?:pop|shift)$/.test(s);C.prototype[s]=function(){var y=arguments;if(g&&!this.__chain__){var D=this.value();return a.apply(Qe(D)?D:[],y)}return this[u](function(M){return a.apply(Qe(M)?M:[],y)})}}),Fn(dt.prototype,function(s,a){var u=C[a];if(u){var g=u.name+"";bt.call(uo,g)||(uo[g]=[]),uo[g].push({name:a,func:u})}}),uo[Ml(r,G).name]=[{name:"wrapper",func:r}],dt.prototype.clone=WD,dt.prototype.reverse=qD,dt.prototype.value=VD,C.prototype.at=_P,C.prototype.chain=EP,C.prototype.commit=xP,C.prototype.next=CP,C.prototype.plant=OP,C.prototype.reverse=SP,C.prototype.toJSON=C.prototype.valueOf=C.prototype.value=DP,C.prototype.first=C.prototype.head,ba&&(C.prototype[ba]=IP),C},ao=xD();Qt?((Qt.exports=ao)._=ao,Ot._=ao):mt._=ao}).call(zo)})(ph,ph.exports);var p7=Object.defineProperty,g7=Object.defineProperties,m7=Object.getOwnPropertyDescriptors,yg=Object.getOwnPropertySymbols,w7=Object.prototype.hasOwnProperty,v7=Object.prototype.propertyIsEnumerable,bg=(t,e,r)=>e in t?p7(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,sc=(t,e)=>{for(var r in e||(e={}))w7.call(e,r)&&bg(t,r,e[r]);if(yg)for(var r of yg(e))v7.call(e,r)&&bg(t,r,e[r]);return t},y7=(t,e)=>g7(t,m7(e));function an(t,e,r){let n;const i=gh(t);return e.rpcMap&&(n=e.rpcMap[i]),n||(n=`${d7}?chainId=eip155:${i}&projectId=${r}`),n}function gh(t){return t.includes("eip155")?Number(t.split(":")[1]):Number(t)}function b7(t){return t.map(e=>`${e.split(":")[0]}:${e.split(":")[1]}`)}function _7(t,e){const r=Object.keys(e.namespaces).filter(i=>i.includes(t));if(!r.length)return[];const n=[];return r.forEach(i=>{const o=e.namespaces[i].accounts;n.push(...o)}),n}function E7(t,e={}){const r=_g(t),n=_g(e);return ph.exports.merge(r,n)}function _g(t){var e,r,n,i;const o={};if(!Ds(t))return o;for(const[c,l]of Object.entries(t)){const h=L1(c)?[c]:l.chains,d=l.methods||[],v=l.events||[],x=l.rpcMap||{},_=Ga(c);o[_]=y7(sc(sc({},o[_]),l),{chains:Su(h,(e=o[_])==null?void 0:e.chains),methods:Su(d,(r=o[_])==null?void 0:r.methods),events:Su(v,(n=o[_])==null?void 0:n.events),rpcMap:sc(sc({},x),(i=o[_])==null?void 0:i.rpcMap)})}return o}const Eg={},Jt=t=>Eg[t],mh=(t,e)=>{Eg[t]=e};class x7{constructor(e){this.name="polkadot",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.chainId=this.getDefaultChain(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}getDefaultChain(){if(this.chainId)return this.chainId;if(this.namespace.defaultChain)return this.namespace.defaultChain;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)}setDefaultChain(e,r){if(this.chainId=e,!this.httpProviders[e]){const n=r||an(`${this.name}:${e}`,this.namespace);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit(fi.DEFAULT_CHAIN_CHANGED,`${this.name}:${this.chainId}`)}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=>{var n;e[r]=this.createHttpProvider(r,(n=this.namespace.rpcMap)==null?void 0:n[r])}),e}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}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||an(e,this.namespace);return typeof n>"u"?void 0:new ui(new qi(n,Jt("disableProviderPing")))}}class C7{constructor(e){this.name="eip155",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.httpProviders=this.createHttpProviders(),this.chainId=parseInt(this.getDefaultChain())}async request(e){switch(e.request.method){case"eth_requestAccounts":return this.getAccounts();case"eth_accounts":return this.getAccounts();case"wallet_switchEthereumChain":return await this.handleSwitchChain(e);case"eth_chainId":return parseInt(this.getDefaultChain())}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){const n=gh(e);if(!this.httpProviders[n]){const i=r||an(`${this.name}:${n}`,this.namespace,this.client.core.projectId);if(!i)throw new Error(`No RPC url provided for chainId: ${n}`);this.setHttpProvider(n,i)}this.chainId=n,this.events.emit(fi.DEFAULT_CHAIN_CHANGED,`${this.name}:${n}`)}requestAccounts(){return this.getAccounts()}getDefaultChain(){if(this.chainId)return this.chainId.toString();if(this.namespace.defaultChain)return this.namespace.defaultChain;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}createHttpProvider(e,r){const n=r||an(`${this.name}:${e}`,this.namespace,this.client.core.projectId);return typeof n>"u"?void 0:new ui(new qi(n,Jt("disableProviderPing")))}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{var n;const i=gh(r);e[i]=this.createHttpProvider(i,(n=this.namespace.rpcMap)==null?void 0:n[r])}),e}getAccounts(){const e=this.namespace.accounts;return e?[...new Set(e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2]))]:[]}getHttpProvider(){const e=this.chainId,r=this.httpProviders[e];if(typeof r>"u")throw new Error(`JSON-RPC provider for ${e} not found`);return r}async handleSwitchChain(e){var r;let n=e.request.params?(r=e.request.params[0])==null?void 0:r.chainId:"0x0";n=n.startsWith("0x")?n:`0x${n}`;const i=parseInt(n,16);if(this.isChainApproved(i))this.setDefaultChain(`${i}`);else if(this.namespace.methods.includes("wallet_switchEthereumChain"))await this.client.request({topic:e.topic,request:{method:e.request.method,params:[{chainId:n}]},chainId:e.chainId}),this.setDefaultChain(`${i}`);else throw new Error(`Failed to switch to chain 'eip155:${i}'. The chain is not approved or the wallet does not support 'wallet_switchEthereumChain' method.`);return null}isChainApproved(e){return this.namespace.chains.includes(`${this.name}:${e}`)}}class I7{constructor(e){this.name="solana",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.chainId=this.getDefaultChain(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}request(e){return this.namespace.methods.includes(e.request.method)?this.client.request(e):this.getHttpProvider().request(e.request)}setDefaultChain(e,r){if(!this.httpProviders[e]){const n=r||an(`${this.name}:${e}`,this.namespace,this.client.core.projectId);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.chainId=e,this.events.emit(fi.DEFAULT_CHAIN_CHANGED,`${this.name}:${this.chainId}`)}getDefaultChain(){if(this.chainId)return this.chainId;if(this.namespace.defaultChain)return this.namespace.defaultChain;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}getAccounts(){const e=this.namespace.accounts;return e?[...new Set(e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2]))]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{var n;e[r]=this.createHttpProvider(r,(n=this.namespace.rpcMap)==null?void 0:n[r])}),e}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}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||an(e,this.namespace,this.client.core.projectId);return typeof n>"u"?void 0:new ui(new qi(n,Jt("disableProviderPing")))}}class O7{constructor(e){this.name="cosmos",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.chainId=this.getDefaultChain(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}getDefaultChain(){if(this.chainId)return this.chainId;if(this.namespace.defaultChain)return this.namespace.defaultChain;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)}setDefaultChain(e,r){if(this.chainId=e,!this.httpProviders[e]){const n=r||an(`${this.name}:${e}`,this.namespace,this.client.core.projectId);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit(fi.DEFAULT_CHAIN_CHANGED,`${this.name}:${this.chainId}`)}getAccounts(){const e=this.namespace.accounts;return e?[...new Set(e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2]))]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{var n;e[r]=this.createHttpProvider(r,(n=this.namespace.rpcMap)==null?void 0:n[r])}),e}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}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||an(e,this.namespace,this.client.core.projectId);return typeof n>"u"?void 0:new ui(new qi(n,Jt("disableProviderPing")))}}class S7{constructor(e){this.name="cip34",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.chainId=this.getDefaultChain(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}getDefaultChain(){if(this.chainId)return this.chainId;if(this.namespace.defaultChain)return this.namespace.defaultChain;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)}setDefaultChain(e,r){if(this.chainId=e,!this.httpProviders[e]){const n=r||this.getCardanoRPCUrl(e);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.events.emit(fi.DEFAULT_CHAIN_CHANGED,`${this.name}:${this.chainId}`)}getAccounts(){const e=this.namespace.accounts;return e?[...new Set(e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2]))]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{const n=this.getCardanoRPCUrl(r);e[r]=this.createHttpProvider(r,n)}),e}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}getCardanoRPCUrl(e){const r=this.namespace.rpcMap;if(r)return r[e]}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||this.getCardanoRPCUrl(e);return typeof n>"u"?void 0:new ui(new qi(n,Jt("disableProviderPing")))}}class D7{constructor(e){this.name="elrond",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.chainId=this.getDefaultChain(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}request(e){return this.namespace.methods.includes(e.request.method)?this.client.request(e):this.getHttpProvider().request(e.request)}setDefaultChain(e,r){if(!this.httpProviders[e]){const n=r||an(`${this.name}:${e}`,this.namespace,this.client.core.projectId);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.chainId=e,this.events.emit(fi.DEFAULT_CHAIN_CHANGED,`${this.name}:${this.chainId}`)}getDefaultChain(){if(this.chainId)return this.chainId;if(this.namespace.defaultChain)return this.namespace.defaultChain;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}getAccounts(){const e=this.namespace.accounts;return e?[...new Set(e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2]))]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{var n;e[r]=this.createHttpProvider(r,(n=this.namespace.rpcMap)==null?void 0:n[r])}),e}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}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||an(e,this.namespace,this.client.core.projectId);return typeof n>"u"?void 0:new ui(new qi(n,Jt("disableProviderPing")))}}class A7{constructor(e){this.name="multiversx",this.namespace=e.namespace,this.events=Jt("events"),this.client=Jt("client"),this.chainId=this.getDefaultChain(),this.httpProviders=this.createHttpProviders()}updateNamespace(e){this.namespace=Object.assign(this.namespace,e)}requestAccounts(){return this.getAccounts()}request(e){return this.namespace.methods.includes(e.request.method)?this.client.request(e):this.getHttpProvider().request(e.request)}setDefaultChain(e,r){if(!this.httpProviders[e]){const n=r||an(`${this.name}:${e}`,this.namespace,this.client.core.projectId);if(!n)throw new Error(`No RPC url provided for chainId: ${e}`);this.setHttpProvider(e,n)}this.chainId=e,this.events.emit(fi.DEFAULT_CHAIN_CHANGED,`${this.name}:${this.chainId}`)}getDefaultChain(){if(this.chainId)return this.chainId;if(this.namespace.defaultChain)return this.namespace.defaultChain;const e=this.namespace.chains[0];if(!e)throw new Error("ChainId not found");return e.split(":")[1]}getAccounts(){const e=this.namespace.accounts;return e?[...new Set(e.filter(r=>r.split(":")[1]===this.chainId.toString()).map(r=>r.split(":")[2]))]:[]}createHttpProviders(){const e={};return this.namespace.chains.forEach(r=>{var n;e[r]=this.createHttpProvider(r,(n=this.namespace.rpcMap)==null?void 0:n[r])}),e}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}setHttpProvider(e,r){const n=this.createHttpProvider(e,r);n&&(this.httpProviders[e]=n)}createHttpProvider(e,r){const n=r||an(e,this.namespace,this.client.core.projectId);return typeof n>"u"?void 0:new ui(new qi(n,Jt("disableProviderPing")))}}var $7=Object.defineProperty,P7=Object.defineProperties,T7=Object.getOwnPropertyDescriptors,xg=Object.getOwnPropertySymbols,N7=Object.prototype.hasOwnProperty,R7=Object.prototype.propertyIsEnumerable,Cg=(t,e,r)=>e in t?$7(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,oc=(t,e)=>{for(var r in e||(e={}))N7.call(e,r)&&Cg(t,r,e[r]);if(xg)for(var r of xg(e))R7.call(e,r)&&Cg(t,r,e[r]);return t},wh=(t,e)=>P7(t,T7(e));class vh{constructor(e){this.events=new br.exports,this.rpcProviders={},this.shouldAbortPairingAttempt=!1,this.maxPairingAttempts=10,this.disableProviderPing=!1,this.providerOpts=e,this.logger=typeof e?.logger<"u"&&typeof e?.logger!="string"?e.logger:pt.pino(pt.getDefaultLoggerOptions({level:e?.logger||wg})),this.disableProviderPing=e?.disableProviderPing||!1}static async init(e){const r=new vh(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:oc({},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:Yt("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(),!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){this.shouldAbortPairingAttempt=!1;let r=0;do{if(this.shouldAbortPairingAttempt)throw new Error("Pairing aborted");if(r>=this.maxPairingAttempts)throw new Error("Max auto pairing attempts reached");const{uri:n,approval:i}=await this.client.connect({pairingTopic:e,requiredNamespaces:this.namespaces,optionalNamespaces:this.optionalNamespaces,sessionProperties:this.sessionProperties});n&&(this.uri=n,this.events.emit("display_uri",n)),await i().then(o=>{this.session=o}).catch(o=>{if(o.message!==hg)throw o;r++})}while(!this.session);return 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(Hn(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}`)}}abortPairingAttempt(){this.shouldAbortPairingAttempt=!0}async checkStorage(){if(this.namespaces=await this.getFromStore("namespaces")||{},this.optionalNamespaces=await this.getFromStore("optionalNamespaces")||{},this.client.session.length){const e=this.client.session.keys.length-1;this.session=this.client.session.get(this.client.session.keys[e]),this.createProviders()}}async initialize(){this.logger.trace("Initialized"),await this.createClient(),await this.checkStorage(),this.registerEventListeners()}async createClient(){this.client=this.providerOpts.client||await fh.init({logger:this.providerOpts.logger||wg,relayUrl:this.providerOpts.relayUrl||u7,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");if(!this.session)throw new Error("Session not initialized. Please call connect() before enable()");const e=[...new Set(Object.keys(this.session.namespaces).map(r=>Ga(r)))];mh("client",this.client),mh("events",this.events),mh("disableProviderPing",this.disableProviderPing),e.forEach(r=>{if(!this.session)return;const n=_7(r,this.session),i=b7(n),o=E7(this.namespaces,this.optionalNamespaces),c=wh(oc({},o[r]),{accounts:n,chains:i});switch(r){case"eip155":this.rpcProviders[r]=new C7({namespace:c});break;case"solana":this.rpcProviders[r]=new I7({namespace:c});break;case"cosmos":this.rpcProviders[r]=new O7({namespace:c});break;case"polkadot":this.rpcProviders[r]=new x7({namespace:c});break;case"cip34":this.rpcProviders[r]=new S7({namespace:c});break;case"elrond":this.rpcProviders[r]=new D7({namespace:c});break;case"multiversx":this.rpcProviders[r]=new A7({namespace:c});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(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=wh(oc({},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),this.events.emit("disconnect",wh(oc({},Yt("USER_DISCONNECTED")),{data:e.topic}))}),this.on(fi.DEFAULT_CHAIN_CHANGED,e=>{this.onChainChanged(e,!0)})}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.namespaces=r,this.optionalNamespaces=n,this.sessionProperties=i,this.persist("namespaces",r),this.persist("optionalNamespaces",n)}validateChain(e){const[r,n]=e?.split(":")||["",""];if(r&&!Object.keys(this.namespaces).map(c=>Ga(c)).includes(r))throw new Error(`Namespace '${r}' is not configured. Please call connect() first with namespace config.`);if(r&&n)return[r,n];const i=Ga(Object.keys(this.namespaces)[0]),o=this.rpcProviders[i].getDefaultChain();return[i,o]}async requestAccounts(){const[e]=this.validateChain();return await this.getProvider(e).requestAccounts()}onChainChanged(e,r=!1){var n;const[i,o]=this.validateChain(e);r||this.getProvider(i).setDefaultChain(o),((n=this.namespaces[i])!=null?n:this.namespaces[`${i}:${o}`]).defaultChain=o,this.persist("namespaces",this.namespaces),this.events.emit("chainChanged",o)}onConnect(){this.createProviders(),this.events.emit("connect",{session:this.session})}async cleanup(){this.session=void 0,await this.cleanupPendingPairings({deletePairings:!0})}persist(e,r){this.client.core.storage.setItem(`${vg}/${e}`,r)}async getFromStore(e){return await this.client.core.storage.getItem(`${vg}/${e}`)}}const L7=vh,M7="wc",U7="ethereum_provider",j7=`${M7}@2:${U7}:`,F7="https://rpc.walletconnect.com/v1/",ac=["eth_sendTransaction","personal_sign"],B7=["eth_accounts","eth_requestAccounts","eth_sendRawTransaction","eth_sign","eth_signTransaction","eth_signTypedData","eth_signTypedData_v3","eth_signTypedData_v4","wallet_switchEthereumChain","wallet_addEthereumChain","wallet_getPermissions","wallet_requestPermissions","wallet_registerOnboarding","wallet_watchAsset","wallet_scanQRCode"],cc=["chainChanged","accountsChanged"],k7=["message","disconnect","connect"];var H7=Object.defineProperty,z7=Object.defineProperties,W7=Object.getOwnPropertyDescriptors,Ig=Object.getOwnPropertySymbols,q7=Object.prototype.hasOwnProperty,V7=Object.prototype.propertyIsEnumerable,Og=(t,e,r)=>e in t?H7(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,yh=(t,e)=>{for(var r in e||(e={}))q7.call(e,r)&&Og(t,r,e[r]);if(Ig)for(var r of Ig(e))V7.call(e,r)&&Og(t,r,e[r]);return t},Sg=(t,e)=>z7(t,W7(e));function bh(t){return Number(t[0].split(":")[1])}function _h(t){return`0x${t.toString(16)}`}function K7(t){const{chains:e,optionalChains:r,methods:n,optionalMethods:i,events:o,optionalEvents:c,rpcMap:l}=t;if(!Hn(e))throw new Error("Invalid chains");const h=e,d=n||ac,v=o||cc,x={[bh(h)]:l[bh(h)]},_={chains:h,methods:d,events:v,rpcMap:x},O=o?.filter(G=>!cc.includes(G)),P=n?.filter(G=>!ac.includes(G));if(!r&&!c&&!i&&!(O!=null&&O.length)&&!(P!=null&&P.length))return{required:_};const U=O?.length&&P?.length||!r,H={chains:[...new Set(U?h.concat(r||[]):r)],methods:[...new Set(d.concat(i||[]))],events:[...new Set(v.concat(c||[]))],rpcMap:l};return{required:_,optional:H}}class lc{constructor(){this.events=new br.exports.EventEmitter,this.namespace="eip155",this.accounts=[],this.chainId=1,this.STORAGE_KEY=j7,this.on=(e,r)=>(this.events.on(e,r),this),this.once=(e,r)=>(this.events.once(e,r),this),this.removeListener=(e,r)=>(this.events.removeListener(e,r),this),this.off=(e,r)=>(this.events.off(e,r),this),this.parseAccount=e=>this.isCompatibleChainId(e)?this.parseAccountId(e).address:e,this.signer={},this.rpc={}}static async init(e){const r=new lc;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}=K7(this.rpc);try{const i=await new Promise(async(c,l)=>{var h;this.rpc.showQrModal&&((h=this.modal)==null||h.subscribeModal(d=>{!d.open&&!this.signer.session&&(this.signer.abortPairingAttempt(),l(new Error("Connection request reset. Please try again.")))})),await this.signer.connect(Sg(yh({namespaces:{[this.namespace]:r}},n&&{optionalNamespaces:{[this.namespace]:n}}),{pairingTopic:e?.pairingTopic})).then(d=>{c(d)}).catch(d=>{l(new Error(d.message))})});if(!i)return;this.setChainIds(this.rpc.chains);const o=P5(i.namespaces,[this.namespace]);this.setAccounts(o),this.events.emit("connect",{chainId:_h(this.chainId)})}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()}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=this.parseAccounts(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=>{const r=parseInt(e);this.chainId=r,this.events.emit("chainChanged",_h(this.chainId)),this.persist()}),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.events.emit("disconnect",Sg(yh({},Yt("USER_DISCONNECTED")),{data:e.topic,name:"USER_DISCONNECTED"}))}),this.signer.on("display_uri",e=>{var r,n;this.rpc.showQrModal&&((r=this.modal)==null||r.closeModal(),(n=this.modal)==null||n.openModal({uri:e})),this.events.emit("display_uri",e)})}switchEthereumChain(e){this.request({method:"wallet_switchEthereumChain",params:[{chainId:e.toString(16)}]})}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",_h(this.chainId)),this.persist())}setChainId(e){if(this.isCompatibleChainId(e)){const r=this.parseChainId(e);this.chainId=r,this.switchEthereumChain(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||ac,events:e?.events||cc,optionalMethods:e?.optionalMethods||[],optionalEvents:e?.optionalEvents||[],rpcMap:e?.rpcMap||this.buildRpcMap(e.chains.concat(e.optionalChains||[]),e.projectId),showQrModal:!!(e!=null&&e.showQrModal),qrModalOptions:(n=e?.qrModalOptions)!=null?n:void 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){if(this.rpc=this.getRpcConfig(e),this.chainId=bh(this.rpc.chains),this.signer=await L7.init({projectId:this.rpc.projectId,metadata:this.rpc.metadata,disableProviderPing:e.disableProviderPing,relayUrl:e.relayUrl,storageOptions:e.storageOptions}),this.registerEventListeners(),await this.loadPersistedSession(),this.rpc.showQrModal){let r;try{const{WalletConnectModal:n}=await Promise.resolve().then(function(){return Cx});r=n}catch{throw new Error("To use QR modal, please install @walletconnect/modal package")}if(r)try{this.modal=new r(yh({walletConnectVersion:2,projectId:this.rpc.projectId,standaloneChains:this.rpc.chains},this.rpc.qrModalOptions))}catch(n){throw this.signer.logger.error(n),new Error("Could not generate WalletConnectModal Instance")}}}loadConnectOpts(e){if(!e)return;const{chains:r,optionalChains:n,rpcMap:i}=e;r&&Hn(r)&&(this.rpc.chains=r.map(o=>this.formatChainId(o)),r.forEach(o=>{this.rpc.rpcMap[o]=i?.[o]||this.getRpcUrl(o)})),n&&Hn(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])||`${F7}?chainId=eip155:${e}&projectId=${r||this.rpc.projectId}`}async loadPersistedSession(){if(!this.session)return;const e=await this.signer.client.core.storage.getItem(`${this.STORAGE_KEY}/chainId`),r=this.session.namespaces[`${this.namespace}:${e}`]?this.session.namespaces[`${this.namespace}:${e}`]:this.session.namespaces[this.namespace];this.setChainIds(e?[this.formatChainId(e)]:r?.accounts),this.setAccounts(r?.accounts)}reset(){this.chainId=1,this.accounts=[]}persist(){this.session&&this.signer.client.core.storage.setItem(`${this.STORAGE_KEY}/chainId`,this.chainId)}parseAccounts(e){return typeof e=="string"||e instanceof String?[this.parseAccount(e)]:e.map(r=>this.parseAccount(r))}}const G7=lc,Z7=Symbol(),Dg=Object.getPrototypeOf,Eh=new WeakMap,Y7=t=>t&&(Eh.has(t)?Eh.get(t):Dg(t)===Object.prototype||Dg(t)===Array.prototype),J7=t=>Y7(t)&&t[Z7]||null,Ag=(t,e=!0)=>{Eh.set(t,e)},xh=t=>typeof t=="object"&&t!==null,di=new WeakMap,uc=new WeakSet,X7=(t=Object.is,e=(d,v)=>new Proxy(d,v),r=d=>xh(d)&&!uc.has(d)&&(Array.isArray(d)||!(Symbol.iterator in d))&&!(d instanceof WeakMap)&&!(d instanceof WeakSet)&&!(d instanceof Error)&&!(d instanceof Number)&&!(d instanceof Date)&&!(d instanceof String)&&!(d instanceof RegExp)&&!(d instanceof ArrayBuffer),n=d=>{switch(d.status){case"fulfilled":return d.value;case"rejected":throw d.reason;default:throw d}},i=new WeakMap,o=(d,v,x=n)=>{const _=i.get(d);if(_?.[0]===v)return _[1];const O=Array.isArray(d)?[]:Object.create(Object.getPrototypeOf(d));return Ag(O,!0),i.set(d,[v,O]),Reflect.ownKeys(d).forEach(P=>{if(Object.getOwnPropertyDescriptor(O,P))return;const U=Reflect.get(d,P),H={value:U,enumerable:!0,configurable:!0};if(uc.has(U))Ag(U,!1);else if(U instanceof Promise)delete H.value,H.get=()=>x(U);else if(di.has(U)){const[G,R]=di.get(U);H.value=o(G,R(),x)}Object.defineProperty(O,P,H)}),O},c=new WeakMap,l=[1,1],h=d=>{if(!xh(d))throw new Error("object required");const v=c.get(d);if(v)return v;let x=l[0];const _=new Set,O=(J,z=++l[0])=>{x!==z&&(x=z,_.forEach(ee=>ee(J,z)))};let P=l[1];const U=(J=++l[1])=>(P!==J&&!_.size&&(P=J,G.forEach(([z])=>{const ee=z[1](J);ee>x&&(x=ee)})),x),H=J=>(z,ee)=>{const de=[...z];de[1]=[J,...de[1]],O(de,ee)},G=new Map,R=(J,z)=>{if(G.has(J))throw new Error("prop listener already exists");if(_.size){const ee=z[3](H(J));G.set(J,[z,ee])}else G.set(J,[z])},L=J=>{var z;const ee=G.get(J);ee&&(G.delete(J),(z=ee[1])==null||z.call(ee))},$=J=>(_.add(J),_.size===1&&G.forEach(([ee,de],me)=>{if(de)throw new Error("remove already exists");const S=ee[3](H(me));G.set(me,[ee,S])}),()=>{_.delete(J),_.size===0&&G.forEach(([ee,de],me)=>{de&&(de(),G.set(me,[ee]))})}),T=Array.isArray(d)?[]:Object.create(Object.getPrototypeOf(d)),f=e(T,{deleteProperty(J,z){const ee=Reflect.get(J,z);L(z);const de=Reflect.deleteProperty(J,z);return de&&O(["delete",[z],ee]),de},set(J,z,ee,de){const me=Reflect.has(J,z),S=Reflect.get(J,z,de);if(me&&(t(S,ee)||c.has(ee)&&t(S,c.get(ee))))return!0;L(z),xh(ee)&&(ee=J7(ee)||ee);let j=ee;if(ee instanceof Promise)ee.then(ce=>{ee.status="fulfilled",ee.value=ce,O(["resolve",[z],ce])}).catch(ce=>{ee.status="rejected",ee.reason=ce,O(["reject",[z],ce])});else{!di.has(ee)&&r(ee)&&(j=h(ee));const ce=!uc.has(j)&&di.get(j);ce&&R(z,ce)}return Reflect.set(J,z,j,de),O(["set",[z],ee,S]),!0}});c.set(d,f);const E=[T,U,o,$];return di.set(f,E),Reflect.ownKeys(d).forEach(J=>{const z=Object.getOwnPropertyDescriptor(d,J);"value"in z&&(f[J]=d[J],delete z.value,delete z.writable),Object.defineProperty(T,J,z)}),f})=>[h,di,uc,t,e,r,n,i,o,c,l],[Q7]=X7();function Tn(t={}){return Q7(t)}function Vn(t,e,r){const n=di.get(t);n||console.warn("Please use proxy object");let i;const o=[],c=n[3];let l=!1;const d=c(v=>{if(o.push(v),r){e(o.splice(0));return}i||(i=Promise.resolve().then(()=>{i=void 0,l&&e(o.splice(0))}))});return l=!0,()=>{l=!1,d()}}function ex(t,e){const r=di.get(t);r||console.warn("Please use proxy object");const[n,i,o]=r;return o(n,i(),e)}var $g={},hc={};hc.byteLength=nx,hc.toByteArray=sx,hc.fromByteArray=cx;for(var Nn=[],cn=[],tx=typeof Uint8Array<"u"?Uint8Array:Array,Ch="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",$s=0,rx=Ch.length;$s<rx;++$s)Nn[$s]=Ch[$s],cn[Ch.charCodeAt($s)]=$s;cn["-".charCodeAt(0)]=62,cn["_".charCodeAt(0)]=63;function Pg(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 nx(t){var e=Pg(t),r=e[0],n=e[1];return(r+n)*3/4-n}function ix(t,e,r){return(e+r)*3/4-r}function sx(t){var e,r=Pg(t),n=r[0],i=r[1],o=new tx(ix(t,n,i)),c=0,l=i>0?n-4:n,h;for(h=0;h<l;h+=4)e=cn[t.charCodeAt(h)]<<18|cn[t.charCodeAt(h+1)]<<12|cn[t.charCodeAt(h+2)]<<6|cn[t.charCodeAt(h+3)],o[c++]=e>>16&255,o[c++]=e>>8&255,o[c++]=e&255;return i===2&&(e=cn[t.charCodeAt(h)]<<2|cn[t.charCodeAt(h+1)]>>4,o[c++]=e&255),i===1&&(e=cn[t.charCodeAt(h)]<<10|cn[t.charCodeAt(h+1)]<<4|cn[t.charCodeAt(h+2)]>>2,o[c++]=e>>8&255,o[c++]=e&255),o}function ox(t){return Nn[t>>18&63]+Nn[t>>12&63]+Nn[t>>6&63]+Nn[t&63]}function ax(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(ox(n));return i.join("")}function cx(t){for(var e,r=t.length,n=r%3,i=[],o=16383,c=0,l=r-n;c<l;c+=o)i.push(ax(t,c,c+o>l?l:c+o));return n===1?(e=t[r-1],i.push(Nn[e>>2]+Nn[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(Nn[e>>10]+Nn[e>>4&63]+Nn[e<<2&63]+"=")),i.join("")}var Ih={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */Ih.read=function(t,e,r,n,i){var o,c,l=i*8-n-1,h=(1<<l)-1,d=h>>1,v=-7,x=r?i-1:0,_=r?-1:1,O=t[e+x];for(x+=_,o=O&(1<<-v)-1,O>>=-v,v+=l;v>0;o=o*256+t[e+x],x+=_,v-=8);for(c=o&(1<<-v)-1,o>>=-v,v+=n;v>0;c=c*256+t[e+x],x+=_,v-=8);if(o===0)o=1-d;else{if(o===h)return c?NaN:(O?-1:1)*(1/0);c=c+Math.pow(2,n),o=o-d}return(O?-1:1)*c*Math.pow(2,o-n)},Ih.write=function(t,e,r,n,i,o){var c,l,h,d=o*8-i-1,v=(1<<d)-1,x=v>>1,_=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,O=n?0:o-1,P=n?1:-1,U=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(l=isNaN(e)?1:0,c=v):(c=Math.floor(Math.log(e)/Math.LN2),e*(h=Math.pow(2,-c))<1&&(c--,h*=2),c+x>=1?e+=_/h:e+=_*Math.pow(2,1-x),e*h>=2&&(c++,h/=2),c+x>=v?(l=0,c=v):c+x>=1?(l=(e*h-1)*Math.pow(2,i),c=c+x):(l=e*Math.pow(2,x-1)*Math.pow(2,i),c=0));i>=8;t[r+O]=l&255,O+=P,l/=256,i-=8);for(c=c<<i|l,d+=i;d>0;t[r+O]=c&255,O+=P,c/=256,d-=8);t[r+O-P]|=U*128};/*!
|
|
99
99
|
* The buffer module from node.js, for the browser.
|
|
100
100
|
*
|
|
101
101
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
102
102
|
* @license MIT
|
|
103
|
-
*/(function(t){const e=fc,r=Oh,n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=l,t.SlowBuffer=N,t.INSPECT_MAX_BYTES=50;const i=2147483647;t.kMaxLength=i,l.TYPED_ARRAY_SUPPORT=o(),!l.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),p={foo:function(){return 42}};return Object.setPrototypeOf(p,Uint8Array.prototype),Object.setPrototypeOf(b,p),b.foo()===42}catch{return!1}}Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.buffer}}),Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.byteOffset}});function c(b){if(b>i)throw new RangeError('The value "'+b+'" is invalid for option "size"');const p=new Uint8Array(b);return Object.setPrototypeOf(p,l.prototype),p}function l(b,p,m){if(typeof b=="number"){if(typeof p=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return x(b)}return h(b,p,m)}l.poolSize=8192;function h(b,p,m){if(typeof b=="string")return _(b,p);if(ArrayBuffer.isView(b))return P(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(ke(b,ArrayBuffer)||b&&ke(b.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(ke(b,SharedArrayBuffer)||b&&ke(b.buffer,SharedArrayBuffer)))return U(b,p,m);if(typeof b=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const D=b.valueOf&&b.valueOf();if(D!=null&&D!==b)return l.from(D,p,m);const B=H(b);if(B)return B;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof b[Symbol.toPrimitive]=="function")return l.from(b[Symbol.toPrimitive]("string"),p,m);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof b)}l.from=function(b,p,m){return h(b,p,m)},Object.setPrototypeOf(l.prototype,Uint8Array.prototype),Object.setPrototypeOf(l,Uint8Array);function d(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 v(b,p,m){return d(b),b<=0?c(b):p!==void 0?typeof m=="string"?c(b).fill(p,m):c(b).fill(p):c(b)}l.alloc=function(b,p,m){return v(b,p,m)};function x(b){return d(b),c(b<0?0:G(b)|0)}l.allocUnsafe=function(b){return x(b)},l.allocUnsafeSlow=function(b){return x(b)};function _(b,p){if((typeof p!="string"||p==="")&&(p="utf8"),!l.isEncoding(p))throw new TypeError("Unknown encoding: "+p);const m=L(b,p)|0;let D=c(m);const B=D.write(b,p);return B!==m&&(D=D.slice(0,B)),D}function O(b){const p=b.length<0?0:G(b.length)|0,m=c(p);for(let D=0;D<p;D+=1)m[D]=b[D]&255;return m}function P(b){if(ke(b,Uint8Array)){const p=new Uint8Array(b);return U(p.buffer,p.byteOffset,p.byteLength)}return O(b)}function U(b,p,m){if(p<0||b.byteLength<p)throw new RangeError('"offset" is outside of buffer bounds');if(b.byteLength<p+(m||0))throw new RangeError('"length" is outside of buffer bounds');let D;return p===void 0&&m===void 0?D=new Uint8Array(b):m===void 0?D=new Uint8Array(b,p):D=new Uint8Array(b,p,m),Object.setPrototypeOf(D,l.prototype),D}function H(b){if(l.isBuffer(b)){const p=G(b.length)|0,m=c(p);return m.length===0||b.copy(m,0,0,p),m}if(b.length!==void 0)return typeof b.length!="number"||Ke(b.length)?c(0):O(b);if(b.type==="Buffer"&&Array.isArray(b.data))return O(b.data)}function G(b){if(b>=i)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i.toString(16)+" bytes");return b|0}function N(b){return+b!=b&&(b=0),l.alloc(+b)}l.isBuffer=function(p){return p!=null&&p._isBuffer===!0&&p!==l.prototype},l.compare=function(p,m){if(ke(p,Uint8Array)&&(p=l.from(p,p.offset,p.byteLength)),ke(m,Uint8Array)&&(m=l.from(m,m.offset,m.byteLength)),!l.isBuffer(p)||!l.isBuffer(m))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(p===m)return 0;let D=p.length,B=m.length;for(let K=0,Q=Math.min(D,B);K<Q;++K)if(p[K]!==m[K]){D=p[K],B=m[K];break}return D<B?-1:B<D?1:0},l.isEncoding=function(p){switch(String(p).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}},l.concat=function(p,m){if(!Array.isArray(p))throw new TypeError('"list" argument must be an Array of Buffers');if(p.length===0)return l.alloc(0);let D;if(m===void 0)for(m=0,D=0;D<p.length;++D)m+=p[D].length;const B=l.allocUnsafe(m);let K=0;for(D=0;D<p.length;++D){let Q=p[D];if(ke(Q,Uint8Array))K+Q.length>B.length?(l.isBuffer(Q)||(Q=l.from(Q)),Q.copy(B,K)):Uint8Array.prototype.set.call(B,Q,K);else if(l.isBuffer(Q))Q.copy(B,K);else throw new TypeError('"list" argument must be an Array of Buffers');K+=Q.length}return B};function L(b,p){if(l.isBuffer(b))return b.length;if(ArrayBuffer.isView(b)||ke(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 m=b.length,D=arguments.length>2&&arguments[2]===!0;if(!D&&m===0)return 0;let B=!1;for(;;)switch(p){case"ascii":case"latin1":case"binary":return m;case"utf8":case"utf-8":return Ge(b).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return m*2;case"hex":return m>>>1;case"base64":return Je(b).length;default:if(B)return D?-1:Ge(b).length;p=(""+p).toLowerCase(),B=!0}}l.byteLength=L;function $(b,p,m){let D=!1;if((p===void 0||p<0)&&(p=0),p>this.length||((m===void 0||m>this.length)&&(m=this.length),m<=0)||(m>>>=0,p>>>=0,m<=p))return"";for(b||(b="utf8");;)switch(b){case"hex":return ne(this,p,m);case"utf8":case"utf-8":return A(this,p,m);case"ascii":return le(this,p,m);case"latin1":case"binary":return re(this,p,m);case"base64":return me(this,p,m);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ae(this,p,m);default:if(D)throw new TypeError("Unknown encoding: "+b);b=(b+"").toLowerCase(),D=!0}}l.prototype._isBuffer=!0;function T(b,p,m){const D=b[p];b[p]=b[m],b[m]=D}l.prototype.swap16=function(){const p=this.length;if(p%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let m=0;m<p;m+=2)T(this,m,m+1);return this},l.prototype.swap32=function(){const p=this.length;if(p%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let m=0;m<p;m+=4)T(this,m,m+3),T(this,m+1,m+2);return this},l.prototype.swap64=function(){const p=this.length;if(p%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let m=0;m<p;m+=8)T(this,m,m+7),T(this,m+1,m+6),T(this,m+2,m+5),T(this,m+3,m+4);return this},l.prototype.toString=function(){const p=this.length;return p===0?"":arguments.length===0?A(this,0,p):$.apply(this,arguments)},l.prototype.toLocaleString=l.prototype.toString,l.prototype.equals=function(p){if(!l.isBuffer(p))throw new TypeError("Argument must be a Buffer");return this===p?!0:l.compare(this,p)===0},l.prototype.inspect=function(){let p="";const m=t.INSPECT_MAX_BYTES;return p=this.toString("hex",0,m).replace(/(.{2})/g,"$1 ").trim(),this.length>m&&(p+=" ... "),"<Buffer "+p+">"},n&&(l.prototype[n]=l.prototype.inspect),l.prototype.compare=function(p,m,D,B,K){if(ke(p,Uint8Array)&&(p=l.from(p,p.offset,p.byteLength)),!l.isBuffer(p))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof p);if(m===void 0&&(m=0),D===void 0&&(D=p?p.length:0),B===void 0&&(B=0),K===void 0&&(K=this.length),m<0||D>p.length||B<0||K>this.length)throw new RangeError("out of range index");if(B>=K&&m>=D)return 0;if(B>=K)return-1;if(m>=D)return 1;if(m>>>=0,D>>>=0,B>>>=0,K>>>=0,this===p)return 0;let Q=K-B,Ee=D-m;const Te=Math.min(Q,Ee),st=this.slice(B,K),ht=p.slice(m,D);for(let lt=0;lt<Te;++lt)if(st[lt]!==ht[lt]){Q=st[lt],Ee=ht[lt];break}return Q<Ee?-1:Ee<Q?1:0};function I(b,p,m,D,B){if(b.length===0)return-1;if(typeof m=="string"?(D=m,m=0):m>2147483647?m=2147483647:m<-2147483648&&(m=-2147483648),m=+m,Ke(m)&&(m=B?0:b.length-1),m<0&&(m=b.length+m),m>=b.length){if(B)return-1;m=b.length-1}else if(m<0)if(B)m=0;else return-1;if(typeof p=="string"&&(p=l.from(p,D)),l.isBuffer(p))return p.length===0?-1:f(b,p,m,D,B);if(typeof p=="number")return p=p&255,typeof Uint8Array.prototype.indexOf=="function"?B?Uint8Array.prototype.indexOf.call(b,p,m):Uint8Array.prototype.lastIndexOf.call(b,p,m):f(b,[p],m,D,B);throw new TypeError("val must be string, number or Buffer")}function f(b,p,m,D,B){let K=1,Q=b.length,Ee=p.length;if(D!==void 0&&(D=String(D).toLowerCase(),D==="ucs2"||D==="ucs-2"||D==="utf16le"||D==="utf-16le")){if(b.length<2||p.length<2)return-1;K=2,Q/=2,Ee/=2,m/=2}function Te(ht,lt){return K===1?ht[lt]:ht.readUInt16BE(lt*K)}let st;if(B){let ht=-1;for(st=m;st<Q;st++)if(Te(b,st)===Te(p,ht===-1?0:st-ht)){if(ht===-1&&(ht=st),st-ht+1===Ee)return ht*K}else ht!==-1&&(st-=st-ht),ht=-1}else for(m+Ee>Q&&(m=Q-Ee),st=m;st>=0;st--){let ht=!0;for(let lt=0;lt<Ee;lt++)if(Te(b,st+lt)!==Te(p,lt)){ht=!1;break}if(ht)return st}return-1}l.prototype.includes=function(p,m,D){return this.indexOf(p,m,D)!==-1},l.prototype.indexOf=function(p,m,D){return I(this,p,m,D,!0)},l.prototype.lastIndexOf=function(p,m,D){return I(this,p,m,D,!1)};function E(b,p,m,D){m=Number(m)||0;const B=b.length-m;D?(D=Number(D),D>B&&(D=B)):D=B;const K=p.length;D>K/2&&(D=K/2);let Q;for(Q=0;Q<D;++Q){const Ee=parseInt(p.substr(Q*2,2),16);if(Ke(Ee))return Q;b[m+Q]=Ee}return Q}function J(b,p,m,D){return He(Ge(p,b.length-m),b,m,D)}function z(b,p,m,D){return He(Dt(p),b,m,D)}function ee(b,p,m,D){return He(Je(p),b,m,D)}function de(b,p,m,D){return He($t(p,b.length-m),b,m,D)}l.prototype.write=function(p,m,D,B){if(m===void 0)B="utf8",D=this.length,m=0;else if(D===void 0&&typeof m=="string")B=m,D=this.length,m=0;else if(isFinite(m))m=m>>>0,isFinite(D)?(D=D>>>0,B===void 0&&(B="utf8")):(B=D,D=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const K=this.length-m;if((D===void 0||D>K)&&(D=K),p.length>0&&(D<0||m<0)||m>this.length)throw new RangeError("Attempt to write outside buffer bounds");B||(B="utf8");let Q=!1;for(;;)switch(B){case"hex":return E(this,p,m,D);case"utf8":case"utf-8":return J(this,p,m,D);case"ascii":case"latin1":case"binary":return z(this,p,m,D);case"base64":return ee(this,p,m,D);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return de(this,p,m,D);default:if(Q)throw new TypeError("Unknown encoding: "+B);B=(""+B).toLowerCase(),Q=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function me(b,p,m){return p===0&&m===b.length?e.fromByteArray(b):e.fromByteArray(b.slice(p,m))}function A(b,p,m){m=Math.min(b.length,m);const D=[];let B=p;for(;B<m;){const K=b[B];let Q=null,Ee=K>239?4:K>223?3:K>191?2:1;if(B+Ee<=m){let Te,st,ht,lt;switch(Ee){case 1:K<128&&(Q=K);break;case 2:Te=b[B+1],(Te&192)===128&&(lt=(K&31)<<6|Te&63,lt>127&&(Q=lt));break;case 3:Te=b[B+1],st=b[B+2],(Te&192)===128&&(st&192)===128&&(lt=(K&15)<<12|(Te&63)<<6|st&63,lt>2047&&(lt<55296||lt>57343)&&(Q=lt));break;case 4:Te=b[B+1],st=b[B+2],ht=b[B+3],(Te&192)===128&&(st&192)===128&&(ht&192)===128&&(lt=(K&15)<<18|(Te&63)<<12|(st&63)<<6|ht&63,lt>65535&<<1114112&&(Q=lt))}}Q===null?(Q=65533,Ee=1):Q>65535&&(Q-=65536,D.push(Q>>>10&1023|55296),Q=56320|Q&1023),D.push(Q),B+=Ee}return ce(D)}const j=4096;function ce(b){const p=b.length;if(p<=j)return String.fromCharCode.apply(String,b);let m="",D=0;for(;D<p;)m+=String.fromCharCode.apply(String,b.slice(D,D+=j));return m}function le(b,p,m){let D="";m=Math.min(b.length,m);for(let B=p;B<m;++B)D+=String.fromCharCode(b[B]&127);return D}function re(b,p,m){let D="";m=Math.min(b.length,m);for(let B=p;B<m;++B)D+=String.fromCharCode(b[B]);return D}function ne(b,p,m){const D=b.length;(!p||p<0)&&(p=0),(!m||m<0||m>D)&&(m=D);let B="";for(let K=p;K<m;++K)B+=rt[b[K]];return B}function ae(b,p,m){const D=b.slice(p,m);let B="";for(let K=0;K<D.length-1;K+=2)B+=String.fromCharCode(D[K]+D[K+1]*256);return B}l.prototype.slice=function(p,m){const D=this.length;p=~~p,m=m===void 0?D:~~m,p<0?(p+=D,p<0&&(p=0)):p>D&&(p=D),m<0?(m+=D,m<0&&(m=0)):m>D&&(m=D),m<p&&(m=p);const B=this.subarray(p,m);return Object.setPrototypeOf(B,l.prototype),B};function ie(b,p,m){if(b%1!==0||b<0)throw new RangeError("offset is not uint");if(b+p>m)throw new RangeError("Trying to access beyond buffer length")}l.prototype.readUintLE=l.prototype.readUIntLE=function(p,m,D){p=p>>>0,m=m>>>0,D||ie(p,m,this.length);let B=this[p],K=1,Q=0;for(;++Q<m&&(K*=256);)B+=this[p+Q]*K;return B},l.prototype.readUintBE=l.prototype.readUIntBE=function(p,m,D){p=p>>>0,m=m>>>0,D||ie(p,m,this.length);let B=this[p+--m],K=1;for(;m>0&&(K*=256);)B+=this[p+--m]*K;return B},l.prototype.readUint8=l.prototype.readUInt8=function(p,m){return p=p>>>0,m||ie(p,1,this.length),this[p]},l.prototype.readUint16LE=l.prototype.readUInt16LE=function(p,m){return p=p>>>0,m||ie(p,2,this.length),this[p]|this[p+1]<<8},l.prototype.readUint16BE=l.prototype.readUInt16BE=function(p,m){return p=p>>>0,m||ie(p,2,this.length),this[p]<<8|this[p+1]},l.prototype.readUint32LE=l.prototype.readUInt32LE=function(p,m){return p=p>>>0,m||ie(p,4,this.length),(this[p]|this[p+1]<<8|this[p+2]<<16)+this[p+3]*16777216},l.prototype.readUint32BE=l.prototype.readUInt32BE=function(p,m){return p=p>>>0,m||ie(p,4,this.length),this[p]*16777216+(this[p+1]<<16|this[p+2]<<8|this[p+3])},l.prototype.readBigUInt64LE=je(function(p){p=p>>>0,ve(p,"offset");const m=this[p],D=this[p+7];(m===void 0||D===void 0)&&Ue(p,this.length-8);const B=m+this[++p]*2**8+this[++p]*2**16+this[++p]*2**24,K=this[++p]+this[++p]*2**8+this[++p]*2**16+D*2**24;return BigInt(B)+(BigInt(K)<<BigInt(32))}),l.prototype.readBigUInt64BE=je(function(p){p=p>>>0,ve(p,"offset");const m=this[p],D=this[p+7];(m===void 0||D===void 0)&&Ue(p,this.length-8);const B=m*2**24+this[++p]*2**16+this[++p]*2**8+this[++p],K=this[++p]*2**24+this[++p]*2**16+this[++p]*2**8+D;return(BigInt(B)<<BigInt(32))+BigInt(K)}),l.prototype.readIntLE=function(p,m,D){p=p>>>0,m=m>>>0,D||ie(p,m,this.length);let B=this[p],K=1,Q=0;for(;++Q<m&&(K*=256);)B+=this[p+Q]*K;return K*=128,B>=K&&(B-=Math.pow(2,8*m)),B},l.prototype.readIntBE=function(p,m,D){p=p>>>0,m=m>>>0,D||ie(p,m,this.length);let B=m,K=1,Q=this[p+--B];for(;B>0&&(K*=256);)Q+=this[p+--B]*K;return K*=128,Q>=K&&(Q-=Math.pow(2,8*m)),Q},l.prototype.readInt8=function(p,m){return p=p>>>0,m||ie(p,1,this.length),this[p]&128?(255-this[p]+1)*-1:this[p]},l.prototype.readInt16LE=function(p,m){p=p>>>0,m||ie(p,2,this.length);const D=this[p]|this[p+1]<<8;return D&32768?D|4294901760:D},l.prototype.readInt16BE=function(p,m){p=p>>>0,m||ie(p,2,this.length);const D=this[p+1]|this[p]<<8;return D&32768?D|4294901760:D},l.prototype.readInt32LE=function(p,m){return p=p>>>0,m||ie(p,4,this.length),this[p]|this[p+1]<<8|this[p+2]<<16|this[p+3]<<24},l.prototype.readInt32BE=function(p,m){return p=p>>>0,m||ie(p,4,this.length),this[p]<<24|this[p+1]<<16|this[p+2]<<8|this[p+3]},l.prototype.readBigInt64LE=je(function(p){p=p>>>0,ve(p,"offset");const m=this[p],D=this[p+7];(m===void 0||D===void 0)&&Ue(p,this.length-8);const B=this[p+4]+this[p+5]*2**8+this[p+6]*2**16+(D<<24);return(BigInt(B)<<BigInt(32))+BigInt(m+this[++p]*2**8+this[++p]*2**16+this[++p]*2**24)}),l.prototype.readBigInt64BE=je(function(p){p=p>>>0,ve(p,"offset");const m=this[p],D=this[p+7];(m===void 0||D===void 0)&&Ue(p,this.length-8);const B=(m<<24)+this[++p]*2**16+this[++p]*2**8+this[++p];return(BigInt(B)<<BigInt(32))+BigInt(this[++p]*2**24+this[++p]*2**16+this[++p]*2**8+D)}),l.prototype.readFloatLE=function(p,m){return p=p>>>0,m||ie(p,4,this.length),r.read(this,p,!0,23,4)},l.prototype.readFloatBE=function(p,m){return p=p>>>0,m||ie(p,4,this.length),r.read(this,p,!1,23,4)},l.prototype.readDoubleLE=function(p,m){return p=p>>>0,m||ie(p,8,this.length),r.read(this,p,!0,52,8)},l.prototype.readDoubleBE=function(p,m){return p=p>>>0,m||ie(p,8,this.length),r.read(this,p,!1,52,8)};function Se(b,p,m,D,B,K){if(!l.isBuffer(b))throw new TypeError('"buffer" argument must be a Buffer instance');if(p>B||p<K)throw new RangeError('"value" argument is out of bounds');if(m+D>b.length)throw new RangeError("Index out of range")}l.prototype.writeUintLE=l.prototype.writeUIntLE=function(p,m,D,B){if(p=+p,m=m>>>0,D=D>>>0,!B){const Ee=Math.pow(2,8*D)-1;Se(this,p,m,D,Ee,0)}let K=1,Q=0;for(this[m]=p&255;++Q<D&&(K*=256);)this[m+Q]=p/K&255;return m+D},l.prototype.writeUintBE=l.prototype.writeUIntBE=function(p,m,D,B){if(p=+p,m=m>>>0,D=D>>>0,!B){const Ee=Math.pow(2,8*D)-1;Se(this,p,m,D,Ee,0)}let K=D-1,Q=1;for(this[m+K]=p&255;--K>=0&&(Q*=256);)this[m+K]=p/Q&255;return m+D},l.prototype.writeUint8=l.prototype.writeUInt8=function(p,m,D){return p=+p,m=m>>>0,D||Se(this,p,m,1,255,0),this[m]=p&255,m+1},l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(p,m,D){return p=+p,m=m>>>0,D||Se(this,p,m,2,65535,0),this[m]=p&255,this[m+1]=p>>>8,m+2},l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(p,m,D){return p=+p,m=m>>>0,D||Se(this,p,m,2,65535,0),this[m]=p>>>8,this[m+1]=p&255,m+2},l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(p,m,D){return p=+p,m=m>>>0,D||Se(this,p,m,4,4294967295,0),this[m+3]=p>>>24,this[m+2]=p>>>16,this[m+1]=p>>>8,this[m]=p&255,m+4},l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(p,m,D){return p=+p,m=m>>>0,D||Se(this,p,m,4,4294967295,0),this[m]=p>>>24,this[m+1]=p>>>16,this[m+2]=p>>>8,this[m+3]=p&255,m+4};function ge(b,p,m,D,B){we(p,D,B,b,m,7);let K=Number(p&BigInt(4294967295));b[m++]=K,K=K>>8,b[m++]=K,K=K>>8,b[m++]=K,K=K>>8,b[m++]=K;let Q=Number(p>>BigInt(32)&BigInt(4294967295));return b[m++]=Q,Q=Q>>8,b[m++]=Q,Q=Q>>8,b[m++]=Q,Q=Q>>8,b[m++]=Q,m}function Be(b,p,m,D,B){we(p,D,B,b,m,7);let K=Number(p&BigInt(4294967295));b[m+7]=K,K=K>>8,b[m+6]=K,K=K>>8,b[m+5]=K,K=K>>8,b[m+4]=K;let Q=Number(p>>BigInt(32)&BigInt(4294967295));return b[m+3]=Q,Q=Q>>8,b[m+2]=Q,Q=Q>>8,b[m+1]=Q,Q=Q>>8,b[m]=Q,m+8}l.prototype.writeBigUInt64LE=je(function(p,m=0){return ge(this,p,m,BigInt(0),BigInt("0xffffffffffffffff"))}),l.prototype.writeBigUInt64BE=je(function(p,m=0){return Be(this,p,m,BigInt(0),BigInt("0xffffffffffffffff"))}),l.prototype.writeIntLE=function(p,m,D,B){if(p=+p,m=m>>>0,!B){const Te=Math.pow(2,8*D-1);Se(this,p,m,D,Te-1,-Te)}let K=0,Q=1,Ee=0;for(this[m]=p&255;++K<D&&(Q*=256);)p<0&&Ee===0&&this[m+K-1]!==0&&(Ee=1),this[m+K]=(p/Q>>0)-Ee&255;return m+D},l.prototype.writeIntBE=function(p,m,D,B){if(p=+p,m=m>>>0,!B){const Te=Math.pow(2,8*D-1);Se(this,p,m,D,Te-1,-Te)}let K=D-1,Q=1,Ee=0;for(this[m+K]=p&255;--K>=0&&(Q*=256);)p<0&&Ee===0&&this[m+K+1]!==0&&(Ee=1),this[m+K]=(p/Q>>0)-Ee&255;return m+D},l.prototype.writeInt8=function(p,m,D){return p=+p,m=m>>>0,D||Se(this,p,m,1,127,-128),p<0&&(p=255+p+1),this[m]=p&255,m+1},l.prototype.writeInt16LE=function(p,m,D){return p=+p,m=m>>>0,D||Se(this,p,m,2,32767,-32768),this[m]=p&255,this[m+1]=p>>>8,m+2},l.prototype.writeInt16BE=function(p,m,D){return p=+p,m=m>>>0,D||Se(this,p,m,2,32767,-32768),this[m]=p>>>8,this[m+1]=p&255,m+2},l.prototype.writeInt32LE=function(p,m,D){return p=+p,m=m>>>0,D||Se(this,p,m,4,2147483647,-2147483648),this[m]=p&255,this[m+1]=p>>>8,this[m+2]=p>>>16,this[m+3]=p>>>24,m+4},l.prototype.writeInt32BE=function(p,m,D){return p=+p,m=m>>>0,D||Se(this,p,m,4,2147483647,-2147483648),p<0&&(p=4294967295+p+1),this[m]=p>>>24,this[m+1]=p>>>16,this[m+2]=p>>>8,this[m+3]=p&255,m+4},l.prototype.writeBigInt64LE=je(function(p,m=0){return ge(this,p,m,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),l.prototype.writeBigInt64BE=je(function(p,m=0){return Be(this,p,m,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function ye(b,p,m,D,B,K){if(m+D>b.length)throw new RangeError("Index out of range");if(m<0)throw new RangeError("Index out of range")}function Me(b,p,m,D,B){return p=+p,m=m>>>0,B||ye(b,p,m,4),r.write(b,p,m,D,23,4),m+4}l.prototype.writeFloatLE=function(p,m,D){return Me(this,p,m,!0,D)},l.prototype.writeFloatBE=function(p,m,D){return Me(this,p,m,!1,D)};function X(b,p,m,D,B){return p=+p,m=m>>>0,B||ye(b,p,m,8),r.write(b,p,m,D,52,8),m+8}l.prototype.writeDoubleLE=function(p,m,D){return X(this,p,m,!0,D)},l.prototype.writeDoubleBE=function(p,m,D){return X(this,p,m,!1,D)},l.prototype.copy=function(p,m,D,B){if(!l.isBuffer(p))throw new TypeError("argument should be a Buffer");if(D||(D=0),!B&&B!==0&&(B=this.length),m>=p.length&&(m=p.length),m||(m=0),B>0&&B<D&&(B=D),B===D||p.length===0||this.length===0)return 0;if(m<0)throw new RangeError("targetStart out of bounds");if(D<0||D>=this.length)throw new RangeError("Index out of range");if(B<0)throw new RangeError("sourceEnd out of bounds");B>this.length&&(B=this.length),p.length-m<B-D&&(B=p.length-m+D);const K=B-D;return this===p&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(m,D,B):Uint8Array.prototype.set.call(p,this.subarray(D,B),m),K},l.prototype.fill=function(p,m,D,B){if(typeof p=="string"){if(typeof m=="string"?(B=m,m=0,D=this.length):typeof D=="string"&&(B=D,D=this.length),B!==void 0&&typeof B!="string")throw new TypeError("encoding must be a string");if(typeof B=="string"&&!l.isEncoding(B))throw new TypeError("Unknown encoding: "+B);if(p.length===1){const Q=p.charCodeAt(0);(B==="utf8"&&Q<128||B==="latin1")&&(p=Q)}}else typeof p=="number"?p=p&255:typeof p=="boolean"&&(p=Number(p));if(m<0||this.length<m||this.length<D)throw new RangeError("Out of range index");if(D<=m)return this;m=m>>>0,D=D===void 0?this.length:D>>>0,p||(p=0);let K;if(typeof p=="number")for(K=m;K<D;++K)this[K]=p;else{const Q=l.isBuffer(p)?p:l.from(p,B),Ee=Q.length;if(Ee===0)throw new TypeError('The value "'+p+'" is invalid for argument "value"');for(K=0;K<D-m;++K)this[K+m]=Q[K%Ee]}return this};const Y={};function W(b,p,m){Y[b]=class extends m{constructor(){super(),Object.defineProperty(this,"message",{value:p.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${b}]`,this.stack,delete this.name}get code(){return b}set code(B){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:B,writable:!0})}toString(){return`${this.name} [${b}]: ${this.message}`}}}W("ERR_BUFFER_OUT_OF_BOUNDS",function(b){return b?`${b} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),W("ERR_INVALID_ARG_TYPE",function(b,p){return`The "${b}" argument must be of type number. Received type ${typeof p}`},TypeError),W("ERR_OUT_OF_RANGE",function(b,p,m){let D=`The value of "${b}" is out of range.`,B=m;return Number.isInteger(m)&&Math.abs(m)>2**32?B=w(String(m)):typeof m=="bigint"&&(B=String(m),(m>BigInt(2)**BigInt(32)||m<-(BigInt(2)**BigInt(32)))&&(B=w(B)),B+="n"),D+=` It must be ${p}. Received ${B}`,D},RangeError);function w(b){let p="",m=b.length;const D=b[0]==="-"?1:0;for(;m>=D+4;m-=3)p=`_${b.slice(m-3,m)}${p}`;return`${b.slice(0,m)}${p}`}function F(b,p,m){ve(p,"offset"),(b[p]===void 0||b[p+m]===void 0)&&Ue(p,b.length-(m+1))}function we(b,p,m,D,B,K){if(b>m||b<p){const Q=typeof p=="bigint"?"n":"";let Ee;throw K>3?p===0||p===BigInt(0)?Ee=`>= 0${Q} and < 2${Q} ** ${(K+1)*8}${Q}`:Ee=`>= -(2${Q} ** ${(K+1)*8-1}${Q}) and < 2 ** ${(K+1)*8-1}${Q}`:Ee=`>= ${p}${Q} and <= ${m}${Q}`,new Y.ERR_OUT_OF_RANGE("value",Ee,b)}F(D,B,K)}function ve(b,p){if(typeof b!="number")throw new Y.ERR_INVALID_ARG_TYPE(p,"number",b)}function Ue(b,p,m){throw Math.floor(b)!==b?(ve(b,m),new Y.ERR_OUT_OF_RANGE(m||"offset","an integer",b)):p<0?new Y.ERR_BUFFER_OUT_OF_BOUNDS:new Y.ERR_OUT_OF_RANGE(m||"offset",`>= ${m?1:0} and <= ${p}`,b)}const nt=/[^+/0-9A-Za-z-_]/g;function at(b){if(b=b.split("=")[0],b=b.trim().replace(nt,""),b.length<2)return"";for(;b.length%4!==0;)b=b+"=";return b}function Ge(b,p){p=p||1/0;let m;const D=b.length;let B=null;const K=[];for(let Q=0;Q<D;++Q){if(m=b.charCodeAt(Q),m>55295&&m<57344){if(!B){if(m>56319){(p-=3)>-1&&K.push(239,191,189);continue}else if(Q+1===D){(p-=3)>-1&&K.push(239,191,189);continue}B=m;continue}if(m<56320){(p-=3)>-1&&K.push(239,191,189),B=m;continue}m=(B-55296<<10|m-56320)+65536}else B&&(p-=3)>-1&&K.push(239,191,189);if(B=null,m<128){if((p-=1)<0)break;K.push(m)}else if(m<2048){if((p-=2)<0)break;K.push(m>>6|192,m&63|128)}else if(m<65536){if((p-=3)<0)break;K.push(m>>12|224,m>>6&63|128,m&63|128)}else if(m<1114112){if((p-=4)<0)break;K.push(m>>18|240,m>>12&63|128,m>>6&63|128,m&63|128)}else throw new Error("Invalid code point")}return K}function Dt(b){const p=[];for(let m=0;m<b.length;++m)p.push(b.charCodeAt(m)&255);return p}function $t(b,p){let m,D,B;const K=[];for(let Q=0;Q<b.length&&!((p-=2)<0);++Q)m=b.charCodeAt(Q),D=m>>8,B=m%256,K.push(B),K.push(D);return K}function Je(b){return e.toByteArray(at(b))}function He(b,p,m,D){let B;for(B=0;B<D&&!(B+m>=p.length||B>=b.length);++B)p[B+m]=b[B];return B}function ke(b,p){return b instanceof p||b!=null&&b.constructor!=null&&b.constructor.name!=null&&b.constructor.name===p.name}function Ke(b){return b!==b}const rt=function(){const b="0123456789abcdef",p=new Array(256);for(let m=0;m<16;++m){const D=m*16;for(let B=0;B<16;++B)p[D+B]=b[m]+b[B]}return p}();function je(b){return typeof BigInt>"u"?Ze:b}function Ze(){throw new Error("BigInt not supported")}})(Rg);let Ah;const Nt={ethereumClient:void 0,setEthereumClient(t){Ah=t},client(){if(Ah)return Ah;throw new Error("ClientCtrl has no client set")}},mr=Rn({history:["ConnectWallet"],view:"ConnectWallet",data:void 0}),tt={state:mr,subscribe(t){return Kn(mr,()=>t(mr))},push(t,e){t!==mr.view&&(mr.view=t,e&&(mr.data=e),mr.history.push(t))},reset(t){mr.view=t,mr.history=[t]},replace(t){mr.history.length>1&&(mr.history[mr.history.length-1]=t,mr.view=t)},goBack(){if(mr.history.length>1){mr.history.pop();const[t]=mr.history.slice(-1);mr.view=t}},setData(t){mr.data=t}},Oe={WALLETCONNECT_DEEPLINK_CHOICE:"WALLETCONNECT_DEEPLINK_CHOICE",W3M_VERSION:"W3M_VERSION",W3M_PREFER_INJECTED_URL_FLAG:"w3mPreferInjected",RECOMMENDED_WALLET_AMOUNT:9,isMobile(){return typeof window<"u"?!!(window.matchMedia("(pointer:coarse)").matches||/Android|webOS|iPhone|iPad|iPod|BlackBerry|Opera Mini/u.test(navigator.userAgent)):!1},isAndroid(){return Oe.isMobile()&&navigator.userAgent.toLowerCase().includes("android")},isIos(){const t=navigator.userAgent.toLowerCase();return Oe.isMobile()&&(t.includes("iphone")||t.includes("ipad"))},isHttpUrl(t){return t.startsWith("http://")||t.startsWith("https://")},isArray(t){return Array.isArray(t)&&t.length>0},formatNativeUrl(t,e,r){if(Oe.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(!Oe.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){window.open(t,e,"noreferrer noopener")},setWalletConnectDeepLink(t,e){localStorage.setItem(Oe.WALLETCONNECT_DEEPLINK_CHOICE,JSON.stringify({href:t,name:e}))},setWalletConnectAndroidDeepLink(t){const[e]=t.split("?");localStorage.setItem(Oe.WALLETCONNECT_DEEPLINK_CHOICE,JSON.stringify({href:e,name:"Android"}))},removeWalletConnectDeepLink(){localStorage.removeItem(Oe.WALLETCONNECT_DEEPLINK_CHOICE)},setWeb3ModalVersionInStorage(){typeof localStorage<"u"&&localStorage.setItem(Oe.W3M_VERSION,"2.4.2")},getWalletRouterData(){var t;const e=(t=tt.state.data)==null?void 0:t.Wallet;if(!e)throw new Error('Missing "Wallet" view data');return e},getSwitchNetworkRouterData(){var t;const e=(t=tt.state.data)==null?void 0:t.SwitchNetwork;if(!e)throw new Error('Missing "SwitchNetwork" view data');return e},isPreferInjectedFlag(){return typeof location<"u"?new URLSearchParams(location.search).has(Oe.W3M_PREFER_INJECTED_URL_FLAG):!1}},mx=typeof location<"u"&&(location.hostname.includes("localhost")||location.protocol.includes("https")),Or=Rn({enabled:mx,userSessionId:"",events:[],connectedWalletId:void 0}),gi={state:Or,subscribe(t){return Kn(Or.events,()=>t(ax(Or.events[Or.events.length-1])))},initialize(){Or.enabled&&typeof crypto<"u"&&(Or.userSessionId=crypto.randomUUID())},setConnectedWalletId(t){Or.connectedWalletId=t},click(t){if(Or.enabled){const e={type:"CLICK",name:t.name,userSessionId:Or.userSessionId,timestamp:Date.now(),data:t};Or.events.push(e)}},track(t){if(Or.enabled){const e={type:"TRACK",name:t.name,userSessionId:Or.userSessionId,timestamp:Date.now(),data:t};Or.events.push(e)}},view(t){if(Or.enabled){const e={type:"VIEW",name:t.name,userSessionId:Or.userSessionId,timestamp:Date.now(),data:t};Or.events.push(e)}}},xr=Rn({selectedChain:void 0,chains:void 0,standaloneChains:void 0,standaloneUri:void 0,isStandalone:!1,isAuth:!1,isCustomDesktop:!1,isCustomMobile:!1,isDataLoaded:!1,isUiLoaded:!1,isPreferInjected:!1,walletConnectVersion:1}),De={state:xr,subscribe(t){return Kn(xr,()=>t(xr))},setChains(t){xr.chains=t},setStandaloneChains(t){xr.standaloneChains=t},setStandaloneUri(t){xr.standaloneUri=t},getSelectedChain(){const t=Nt.client().getNetwork().chain;return t&&(xr.selectedChain=t),xr.selectedChain},setSelectedChain(t){xr.selectedChain=t},setIsStandalone(t){xr.isStandalone=t},setIsCustomDesktop(t){xr.isCustomDesktop=t},setIsCustomMobile(t){xr.isCustomMobile=t},setIsDataLoaded(t){xr.isDataLoaded=t},setIsUiLoaded(t){xr.isUiLoaded=t},setWalletConnectVersion(t){xr.walletConnectVersion=t},setIsPreferInjected(t){xr.isPreferInjected=t},setIsAuth(t){xr.isAuth=t}},dc=Rn({projectId:"",mobileWallets:void 0,desktopWallets:void 0,walletImages:void 0,chainImages:void 0,tokenImages:void 0,tokenContracts:void 0,standaloneChains:void 0,enableStandaloneMode:!1,enableAuthMode:!1,enableNetworkView:!1,enableAccountView:!0,enableExplorer:!0,defaultChain:void 0,explorerExcludedWalletIds:void 0,explorerRecommendedWalletIds:void 0,termsOfServiceUrl:void 0,privacyPolicyUrl:void 0}),jt={state:dc,subscribe(t){return Kn(dc,()=>t(dc))},setConfig(t){var e,r,n,i;gi.initialize(),De.setStandaloneChains(t.standaloneChains),De.setIsStandalone(!!((e=t.standaloneChains)!=null&&e.length)||!!t.enableStandaloneMode),De.setIsAuth(!!t.enableAuthMode),De.setIsCustomMobile(!!((r=t.mobileWallets)!=null&&r.length)),De.setIsCustomDesktop(!!((n=t.desktopWallets)!=null&&n.length)),De.setWalletConnectVersion((i=t.walletConnectVersion)!=null?i:1),De.state.isStandalone||(De.setChains(Nt.client().chains),De.setIsPreferInjected(Nt.client().isInjectedProviderInstalled()&&Oe.isPreferInjectedFlag())),t.defaultChain&&De.setSelectedChain(t.defaultChain),Oe.setWeb3ModalVersionInStorage(),Object.assign(dc,t)}},Ht=Rn({address:void 0,profileName:void 0,profileAvatar:void 0,profileLoading:!1,balanceLoading:!1,balance:void 0,isConnected:!1}),Et={state:Ht,subscribe(t){return Kn(Ht,()=>t(Ht))},getAccount(){const t=Nt.client().getAccount();Ht.address=t.address,Ht.isConnected=t.isConnected},async fetchProfile(t,e){var r;try{Ht.profileLoading=!0;const n=e??Ht.address,i=(r=De.state.chains)==null?void 0:r.find(o=>o.id===1);if(n&&i){const o=await Nt.client().fetchEnsName({address:n,chainId:1});if(o){const c=await Nt.client().fetchEnsAvatar({name:o,chainId:1});c&&await t(c),Ht.profileAvatar=c}Ht.profileName=o}}finally{Ht.profileLoading=!1}},async fetchBalance(t){try{const{chain:e}=Nt.client().getNetwork(),{tokenContracts:r}=jt.state;let n;e&&r&&(n=r[e.id]),Ht.balanceLoading=!0;const i=t??Ht.address;if(i){const o=await Nt.client().fetchBalance({address:i,token:n});Ht.balance={amount:o.formatted,symbol:o.symbol}}}finally{Ht.balanceLoading=!1}},setAddress(t){Ht.address=t},setIsConnected(t){Ht.isConnected=t},resetBalance(){Ht.balance=void 0},resetAccount(){Ht.address=void 0,Ht.isConnected=!1,Ht.profileName=void 0,Ht.profileAvatar=void 0,Ht.balance=void 0}},Sh="https://explorer-api.walletconnect.com";async function pc(t,e){const r=new URL(t,Sh);return r.searchParams.append("projectId",jt.state.projectId),Object.entries(e).forEach(([n,i])=>{i&&r.searchParams.append(n,String(i))}),(await fetch(r)).json()}const mi={async getDesktopListings(t){return pc("/w3m/v1/getDesktopListings",t)},async getMobileListings(t){return pc("/w3m/v1/getMobileListings",t)},async getInjectedListings(t){return pc("/w3m/v1/getInjectedListings",t)},async getAllListings(t){return pc("/w3m/v1/getAllListings",t)},getWalletImageUrl(t){return`${Sh}/w3m/v1/getWalletImage/${t}?projectId=${jt.state.projectId}`},getAssetImageUrl(t){return`${Sh}/w3m/v1/getAssetImage/${t}?projectId=${jt.state.projectId}`}};var wx=Object.defineProperty,Lg=Object.getOwnPropertySymbols,vx=Object.prototype.hasOwnProperty,yx=Object.prototype.propertyIsEnumerable,Mg=(t,e,r)=>e in t?wx(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,bx=(t,e)=>{for(var r in e||(e={}))vx.call(e,r)&&Mg(t,r,e[r]);if(Lg)for(var r of Lg(e))yx.call(e,r)&&Mg(t,r,e[r]);return t};const Ug=Oe.isMobile(),un=Rn({wallets:{listings:[],total:0,page:1},injectedWallets:[],search:{listings:[],total:0,page:1},recomendedWallets:[]}),nr={state:un,async getRecomendedWallets(){const{explorerRecommendedWalletIds:t,explorerExcludedWalletIds:e}=jt.state;if(t==="NONE"||e==="ALL"&&!t)return un.recomendedWallets;if(Oe.isArray(t)){const r={recommendedIds:t.join(",")},{listings:n}=await mi.getAllListings(r),i=Object.values(n);i.sort((o,c)=>{const l=t.indexOf(o.id),h=t.indexOf(c.id);return l-h}),un.recomendedWallets=i}else{const{standaloneChains:r,walletConnectVersion:n,isAuth:i}=De.state,o=r?.join(","),c=Oe.isArray(e),l={page:1,sdks:i?"auth_v1":void 0,entries:Oe.RECOMMENDED_WALLET_AMOUNT,chains:o,version:n,excludedIds:c?e.join(","):void 0},{listings:h}=Ug?await mi.getMobileListings(l):await mi.getDesktopListings(l);un.recomendedWallets=Object.values(h)}return un.recomendedWallets},async getWallets(t){const e=bx({},t),{explorerRecommendedWalletIds:r,explorerExcludedWalletIds:n}=jt.state,{recomendedWallets:i}=un;if(n==="ALL")return un.wallets;e.search||(i.length?e.excludedIds=i.map(x=>x.id).join(","):Oe.isArray(r)&&(e.excludedIds=r.join(","))),Oe.isArray(n)&&(e.excludedIds=[e.excludedIds,n].filter(Boolean).join(",")),De.state.isAuth&&(e.sdks="auth_v1");const{page:o,search:c}=t,{listings:l,total:h}=Ug?await mi.getMobileListings(e):await mi.getDesktopListings(e),d=Object.values(l),v=c?"search":"wallets";return un[v]={listings:[...un[v].listings,...d],total:h,page:o??1},{listings:d,total:h}},async getInjectedWallets(){const{listings:t}=await mi.getInjectedListings({}),e=Object.values(t);return un.injectedWallets=e,un.injectedWallets},getWalletImageUrl(t){return mi.getWalletImageUrl(t)},getAssetImageUrl(t){return mi.getAssetImageUrl(t)},resetSearch(){un.search={listings:[],total:0,page:1}}},qo=Rn({pairingUri:"",pairingError:!1}),hr={state:qo,subscribe(t){return Kn(qo,()=>t(qo))},setPairingUri(t){qo.pairingUri=t},setPairingError(t){qo.pairingError=t}},Ts=Rn({open:!1}),Nr={state:Ts,subscribe(t){return Kn(Ts,()=>t(Ts))},async open(t){return new Promise(e=>{const{isStandalone:r,isUiLoaded:n,isDataLoaded:i,isPreferInjected:o,selectedChain:c}=De.state,{isConnected:l}=Et.state,{enableNetworkView:h}=jt.state;if(r)De.setStandaloneUri(t?.uri),De.setStandaloneChains(t?.standaloneChains),tt.reset("ConnectWallet");else if(t!=null&&t.route)tt.reset(t.route);else if(l)tt.reset("Account");else if(h)tt.reset("SelectNetwork");else if(o){Nt.client().connectConnector("injected",c?.id).catch(v=>console.error(v)),e();return}else tt.reset("ConnectWallet");const{pairingUri:d}=hr.state;if(n&&i&&(r||d||l))Ts.open=!0,e();else{const v=setInterval(()=>{const x=De.state,_=hr.state;x.isUiLoaded&&x.isDataLoaded&&(x.isStandalone||_.pairingUri||l)&&(clearInterval(v),Ts.open=!0,e())},200)}})},close(){Ts.open=!1}};var _x=Object.defineProperty,jg=Object.getOwnPropertySymbols,Ex=Object.prototype.hasOwnProperty,xx=Object.prototype.propertyIsEnumerable,Fg=(t,e,r)=>e in t?_x(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Cx=(t,e)=>{for(var r in e||(e={}))Ex.call(e,r)&&Fg(t,r,e[r]);if(jg)for(var r of jg(e))xx.call(e,r)&&Fg(t,r,e[r]);return t};function Ix(){return typeof matchMedia<"u"&&matchMedia("(prefers-color-scheme: dark)").matches}const Vo=Rn({themeMode:Ix()?"dark":"light"}),Ln={state:Vo,subscribe(t){return Kn(Vo,()=>t(Vo))},setThemeConfig(t){const{themeMode:e,themeVariables:r}=t;e&&(Vo.themeMode=e),r&&(Vo.themeVariables=Cx({},r))}},Ki=Rn({open:!1,message:"",variant:"success"}),Wr={state:Ki,subscribe(t){return Kn(Ki,()=>t(Ki))},openToast(t,e){Ki.open=!0,Ki.message=t,Ki.variant=e},closeToast(){Ki.open=!1}};typeof window<"u"&&(window.Buffer||(window.Buffer=Rg.Buffer),window.global||(window.global=window),window.process||(window.process={env:{}}));var Ox=Object.defineProperty,Bg=Object.getOwnPropertySymbols,Ax=Object.prototype.hasOwnProperty,Sx=Object.prototype.propertyIsEnumerable,kg=(t,e,r)=>e in t?Ox(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Dx=(t,e)=>{for(var r in e||(e={}))Ax.call(e,r)&&kg(t,r,e[r]);if(Bg)for(var r of Bg(e))Sx.call(e,r)&&kg(t,r,e[r]);return t};class $x{constructor(e){this.openModal=Nr.open,this.closeModal=Nr.close,this.subscribeModal=Nr.subscribe,this.setTheme=Ln.setThemeConfig,Ln.setThemeConfig(e),jt.setConfig(Dx({enableStandaloneMode:!0},e)),this.initUi()}async initUi(){if(typeof window<"u"){await Promise.resolve().then(function(){return oS});const e=document.createElement("w3m-modal");document.body.insertAdjacentElement("beforeend",e),De.setIsUiLoaded(!0)}}}var Px=Object.freeze({__proto__:null,WalletConnectModal:$x});/**
|
|
103
|
+
*/(function(t){const e=hc,r=Ih,n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=l,t.SlowBuffer=R,t.INSPECT_MAX_BYTES=50;const i=2147483647;t.kMaxLength=i,l.TYPED_ARRAY_SUPPORT=o(),!l.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),p={foo:function(){return 42}};return Object.setPrototypeOf(p,Uint8Array.prototype),Object.setPrototypeOf(b,p),b.foo()===42}catch{return!1}}Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.buffer}}),Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.byteOffset}});function c(b){if(b>i)throw new RangeError('The value "'+b+'" is invalid for option "size"');const p=new Uint8Array(b);return Object.setPrototypeOf(p,l.prototype),p}function l(b,p,m){if(typeof b=="number"){if(typeof p=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return x(b)}return h(b,p,m)}l.poolSize=8192;function h(b,p,m){if(typeof b=="string")return _(b,p);if(ArrayBuffer.isView(b))return P(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(ke(b,ArrayBuffer)||b&&ke(b.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(ke(b,SharedArrayBuffer)||b&&ke(b.buffer,SharedArrayBuffer)))return U(b,p,m);if(typeof b=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const A=b.valueOf&&b.valueOf();if(A!=null&&A!==b)return l.from(A,p,m);const B=H(b);if(B)return B;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof b[Symbol.toPrimitive]=="function")return l.from(b[Symbol.toPrimitive]("string"),p,m);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof b)}l.from=function(b,p,m){return h(b,p,m)},Object.setPrototypeOf(l.prototype,Uint8Array.prototype),Object.setPrototypeOf(l,Uint8Array);function d(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 v(b,p,m){return d(b),b<=0?c(b):p!==void 0?typeof m=="string"?c(b).fill(p,m):c(b).fill(p):c(b)}l.alloc=function(b,p,m){return v(b,p,m)};function x(b){return d(b),c(b<0?0:G(b)|0)}l.allocUnsafe=function(b){return x(b)},l.allocUnsafeSlow=function(b){return x(b)};function _(b,p){if((typeof p!="string"||p==="")&&(p="utf8"),!l.isEncoding(p))throw new TypeError("Unknown encoding: "+p);const m=L(b,p)|0;let A=c(m);const B=A.write(b,p);return B!==m&&(A=A.slice(0,B)),A}function O(b){const p=b.length<0?0:G(b.length)|0,m=c(p);for(let A=0;A<p;A+=1)m[A]=b[A]&255;return m}function P(b){if(ke(b,Uint8Array)){const p=new Uint8Array(b);return U(p.buffer,p.byteOffset,p.byteLength)}return O(b)}function U(b,p,m){if(p<0||b.byteLength<p)throw new RangeError('"offset" is outside of buffer bounds');if(b.byteLength<p+(m||0))throw new RangeError('"length" is outside of buffer bounds');let A;return p===void 0&&m===void 0?A=new Uint8Array(b):m===void 0?A=new Uint8Array(b,p):A=new Uint8Array(b,p,m),Object.setPrototypeOf(A,l.prototype),A}function H(b){if(l.isBuffer(b)){const p=G(b.length)|0,m=c(p);return m.length===0||b.copy(m,0,0,p),m}if(b.length!==void 0)return typeof b.length!="number"||Ke(b.length)?c(0):O(b);if(b.type==="Buffer"&&Array.isArray(b.data))return O(b.data)}function G(b){if(b>=i)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i.toString(16)+" bytes");return b|0}function R(b){return+b!=b&&(b=0),l.alloc(+b)}l.isBuffer=function(p){return p!=null&&p._isBuffer===!0&&p!==l.prototype},l.compare=function(p,m){if(ke(p,Uint8Array)&&(p=l.from(p,p.offset,p.byteLength)),ke(m,Uint8Array)&&(m=l.from(m,m.offset,m.byteLength)),!l.isBuffer(p)||!l.isBuffer(m))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(p===m)return 0;let A=p.length,B=m.length;for(let K=0,Q=Math.min(A,B);K<Q;++K)if(p[K]!==m[K]){A=p[K],B=m[K];break}return A<B?-1:B<A?1:0},l.isEncoding=function(p){switch(String(p).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}},l.concat=function(p,m){if(!Array.isArray(p))throw new TypeError('"list" argument must be an Array of Buffers');if(p.length===0)return l.alloc(0);let A;if(m===void 0)for(m=0,A=0;A<p.length;++A)m+=p[A].length;const B=l.allocUnsafe(m);let K=0;for(A=0;A<p.length;++A){let Q=p[A];if(ke(Q,Uint8Array))K+Q.length>B.length?(l.isBuffer(Q)||(Q=l.from(Q)),Q.copy(B,K)):Uint8Array.prototype.set.call(B,Q,K);else if(l.isBuffer(Q))Q.copy(B,K);else throw new TypeError('"list" argument must be an Array of Buffers');K+=Q.length}return B};function L(b,p){if(l.isBuffer(b))return b.length;if(ArrayBuffer.isView(b)||ke(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 m=b.length,A=arguments.length>2&&arguments[2]===!0;if(!A&&m===0)return 0;let B=!1;for(;;)switch(p){case"ascii":case"latin1":case"binary":return m;case"utf8":case"utf-8":return Ge(b).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return m*2;case"hex":return m>>>1;case"base64":return Je(b).length;default:if(B)return A?-1:Ge(b).length;p=(""+p).toLowerCase(),B=!0}}l.byteLength=L;function $(b,p,m){let A=!1;if((p===void 0||p<0)&&(p=0),p>this.length||((m===void 0||m>this.length)&&(m=this.length),m<=0)||(m>>>=0,p>>>=0,m<=p))return"";for(b||(b="utf8");;)switch(b){case"hex":return ne(this,p,m);case"utf8":case"utf-8":return S(this,p,m);case"ascii":return le(this,p,m);case"latin1":case"binary":return re(this,p,m);case"base64":return me(this,p,m);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ae(this,p,m);default:if(A)throw new TypeError("Unknown encoding: "+b);b=(b+"").toLowerCase(),A=!0}}l.prototype._isBuffer=!0;function T(b,p,m){const A=b[p];b[p]=b[m],b[m]=A}l.prototype.swap16=function(){const p=this.length;if(p%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let m=0;m<p;m+=2)T(this,m,m+1);return this},l.prototype.swap32=function(){const p=this.length;if(p%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let m=0;m<p;m+=4)T(this,m,m+3),T(this,m+1,m+2);return this},l.prototype.swap64=function(){const p=this.length;if(p%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let m=0;m<p;m+=8)T(this,m,m+7),T(this,m+1,m+6),T(this,m+2,m+5),T(this,m+3,m+4);return this},l.prototype.toString=function(){const p=this.length;return p===0?"":arguments.length===0?S(this,0,p):$.apply(this,arguments)},l.prototype.toLocaleString=l.prototype.toString,l.prototype.equals=function(p){if(!l.isBuffer(p))throw new TypeError("Argument must be a Buffer");return this===p?!0:l.compare(this,p)===0},l.prototype.inspect=function(){let p="";const m=t.INSPECT_MAX_BYTES;return p=this.toString("hex",0,m).replace(/(.{2})/g,"$1 ").trim(),this.length>m&&(p+=" ... "),"<Buffer "+p+">"},n&&(l.prototype[n]=l.prototype.inspect),l.prototype.compare=function(p,m,A,B,K){if(ke(p,Uint8Array)&&(p=l.from(p,p.offset,p.byteLength)),!l.isBuffer(p))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof p);if(m===void 0&&(m=0),A===void 0&&(A=p?p.length:0),B===void 0&&(B=0),K===void 0&&(K=this.length),m<0||A>p.length||B<0||K>this.length)throw new RangeError("out of range index");if(B>=K&&m>=A)return 0;if(B>=K)return-1;if(m>=A)return 1;if(m>>>=0,A>>>=0,B>>>=0,K>>>=0,this===p)return 0;let Q=K-B,Ee=A-m;const Te=Math.min(Q,Ee),st=this.slice(B,K),ht=p.slice(m,A);for(let lt=0;lt<Te;++lt)if(st[lt]!==ht[lt]){Q=st[lt],Ee=ht[lt];break}return Q<Ee?-1:Ee<Q?1:0};function I(b,p,m,A,B){if(b.length===0)return-1;if(typeof m=="string"?(A=m,m=0):m>2147483647?m=2147483647:m<-2147483648&&(m=-2147483648),m=+m,Ke(m)&&(m=B?0:b.length-1),m<0&&(m=b.length+m),m>=b.length){if(B)return-1;m=b.length-1}else if(m<0)if(B)m=0;else return-1;if(typeof p=="string"&&(p=l.from(p,A)),l.isBuffer(p))return p.length===0?-1:f(b,p,m,A,B);if(typeof p=="number")return p=p&255,typeof Uint8Array.prototype.indexOf=="function"?B?Uint8Array.prototype.indexOf.call(b,p,m):Uint8Array.prototype.lastIndexOf.call(b,p,m):f(b,[p],m,A,B);throw new TypeError("val must be string, number or Buffer")}function f(b,p,m,A,B){let K=1,Q=b.length,Ee=p.length;if(A!==void 0&&(A=String(A).toLowerCase(),A==="ucs2"||A==="ucs-2"||A==="utf16le"||A==="utf-16le")){if(b.length<2||p.length<2)return-1;K=2,Q/=2,Ee/=2,m/=2}function Te(ht,lt){return K===1?ht[lt]:ht.readUInt16BE(lt*K)}let st;if(B){let ht=-1;for(st=m;st<Q;st++)if(Te(b,st)===Te(p,ht===-1?0:st-ht)){if(ht===-1&&(ht=st),st-ht+1===Ee)return ht*K}else ht!==-1&&(st-=st-ht),ht=-1}else for(m+Ee>Q&&(m=Q-Ee),st=m;st>=0;st--){let ht=!0;for(let lt=0;lt<Ee;lt++)if(Te(b,st+lt)!==Te(p,lt)){ht=!1;break}if(ht)return st}return-1}l.prototype.includes=function(p,m,A){return this.indexOf(p,m,A)!==-1},l.prototype.indexOf=function(p,m,A){return I(this,p,m,A,!0)},l.prototype.lastIndexOf=function(p,m,A){return I(this,p,m,A,!1)};function E(b,p,m,A){m=Number(m)||0;const B=b.length-m;A?(A=Number(A),A>B&&(A=B)):A=B;const K=p.length;A>K/2&&(A=K/2);let Q;for(Q=0;Q<A;++Q){const Ee=parseInt(p.substr(Q*2,2),16);if(Ke(Ee))return Q;b[m+Q]=Ee}return Q}function J(b,p,m,A){return He(Ge(p,b.length-m),b,m,A)}function z(b,p,m,A){return He(At(p),b,m,A)}function ee(b,p,m,A){return He(Je(p),b,m,A)}function de(b,p,m,A){return He($t(p,b.length-m),b,m,A)}l.prototype.write=function(p,m,A,B){if(m===void 0)B="utf8",A=this.length,m=0;else if(A===void 0&&typeof m=="string")B=m,A=this.length,m=0;else if(isFinite(m))m=m>>>0,isFinite(A)?(A=A>>>0,B===void 0&&(B="utf8")):(B=A,A=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const K=this.length-m;if((A===void 0||A>K)&&(A=K),p.length>0&&(A<0||m<0)||m>this.length)throw new RangeError("Attempt to write outside buffer bounds");B||(B="utf8");let Q=!1;for(;;)switch(B){case"hex":return E(this,p,m,A);case"utf8":case"utf-8":return J(this,p,m,A);case"ascii":case"latin1":case"binary":return z(this,p,m,A);case"base64":return ee(this,p,m,A);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return de(this,p,m,A);default:if(Q)throw new TypeError("Unknown encoding: "+B);B=(""+B).toLowerCase(),Q=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function me(b,p,m){return p===0&&m===b.length?e.fromByteArray(b):e.fromByteArray(b.slice(p,m))}function S(b,p,m){m=Math.min(b.length,m);const A=[];let B=p;for(;B<m;){const K=b[B];let Q=null,Ee=K>239?4:K>223?3:K>191?2:1;if(B+Ee<=m){let Te,st,ht,lt;switch(Ee){case 1:K<128&&(Q=K);break;case 2:Te=b[B+1],(Te&192)===128&&(lt=(K&31)<<6|Te&63,lt>127&&(Q=lt));break;case 3:Te=b[B+1],st=b[B+2],(Te&192)===128&&(st&192)===128&&(lt=(K&15)<<12|(Te&63)<<6|st&63,lt>2047&&(lt<55296||lt>57343)&&(Q=lt));break;case 4:Te=b[B+1],st=b[B+2],ht=b[B+3],(Te&192)===128&&(st&192)===128&&(ht&192)===128&&(lt=(K&15)<<18|(Te&63)<<12|(st&63)<<6|ht&63,lt>65535&<<1114112&&(Q=lt))}}Q===null?(Q=65533,Ee=1):Q>65535&&(Q-=65536,A.push(Q>>>10&1023|55296),Q=56320|Q&1023),A.push(Q),B+=Ee}return ce(A)}const j=4096;function ce(b){const p=b.length;if(p<=j)return String.fromCharCode.apply(String,b);let m="",A=0;for(;A<p;)m+=String.fromCharCode.apply(String,b.slice(A,A+=j));return m}function le(b,p,m){let A="";m=Math.min(b.length,m);for(let B=p;B<m;++B)A+=String.fromCharCode(b[B]&127);return A}function re(b,p,m){let A="";m=Math.min(b.length,m);for(let B=p;B<m;++B)A+=String.fromCharCode(b[B]);return A}function ne(b,p,m){const A=b.length;(!p||p<0)&&(p=0),(!m||m<0||m>A)&&(m=A);let B="";for(let K=p;K<m;++K)B+=rt[b[K]];return B}function ae(b,p,m){const A=b.slice(p,m);let B="";for(let K=0;K<A.length-1;K+=2)B+=String.fromCharCode(A[K]+A[K+1]*256);return B}l.prototype.slice=function(p,m){const A=this.length;p=~~p,m=m===void 0?A:~~m,p<0?(p+=A,p<0&&(p=0)):p>A&&(p=A),m<0?(m+=A,m<0&&(m=0)):m>A&&(m=A),m<p&&(m=p);const B=this.subarray(p,m);return Object.setPrototypeOf(B,l.prototype),B};function ie(b,p,m){if(b%1!==0||b<0)throw new RangeError("offset is not uint");if(b+p>m)throw new RangeError("Trying to access beyond buffer length")}l.prototype.readUintLE=l.prototype.readUIntLE=function(p,m,A){p=p>>>0,m=m>>>0,A||ie(p,m,this.length);let B=this[p],K=1,Q=0;for(;++Q<m&&(K*=256);)B+=this[p+Q]*K;return B},l.prototype.readUintBE=l.prototype.readUIntBE=function(p,m,A){p=p>>>0,m=m>>>0,A||ie(p,m,this.length);let B=this[p+--m],K=1;for(;m>0&&(K*=256);)B+=this[p+--m]*K;return B},l.prototype.readUint8=l.prototype.readUInt8=function(p,m){return p=p>>>0,m||ie(p,1,this.length),this[p]},l.prototype.readUint16LE=l.prototype.readUInt16LE=function(p,m){return p=p>>>0,m||ie(p,2,this.length),this[p]|this[p+1]<<8},l.prototype.readUint16BE=l.prototype.readUInt16BE=function(p,m){return p=p>>>0,m||ie(p,2,this.length),this[p]<<8|this[p+1]},l.prototype.readUint32LE=l.prototype.readUInt32LE=function(p,m){return p=p>>>0,m||ie(p,4,this.length),(this[p]|this[p+1]<<8|this[p+2]<<16)+this[p+3]*16777216},l.prototype.readUint32BE=l.prototype.readUInt32BE=function(p,m){return p=p>>>0,m||ie(p,4,this.length),this[p]*16777216+(this[p+1]<<16|this[p+2]<<8|this[p+3])},l.prototype.readBigUInt64LE=je(function(p){p=p>>>0,ve(p,"offset");const m=this[p],A=this[p+7];(m===void 0||A===void 0)&&Ue(p,this.length-8);const B=m+this[++p]*2**8+this[++p]*2**16+this[++p]*2**24,K=this[++p]+this[++p]*2**8+this[++p]*2**16+A*2**24;return BigInt(B)+(BigInt(K)<<BigInt(32))}),l.prototype.readBigUInt64BE=je(function(p){p=p>>>0,ve(p,"offset");const m=this[p],A=this[p+7];(m===void 0||A===void 0)&&Ue(p,this.length-8);const B=m*2**24+this[++p]*2**16+this[++p]*2**8+this[++p],K=this[++p]*2**24+this[++p]*2**16+this[++p]*2**8+A;return(BigInt(B)<<BigInt(32))+BigInt(K)}),l.prototype.readIntLE=function(p,m,A){p=p>>>0,m=m>>>0,A||ie(p,m,this.length);let B=this[p],K=1,Q=0;for(;++Q<m&&(K*=256);)B+=this[p+Q]*K;return K*=128,B>=K&&(B-=Math.pow(2,8*m)),B},l.prototype.readIntBE=function(p,m,A){p=p>>>0,m=m>>>0,A||ie(p,m,this.length);let B=m,K=1,Q=this[p+--B];for(;B>0&&(K*=256);)Q+=this[p+--B]*K;return K*=128,Q>=K&&(Q-=Math.pow(2,8*m)),Q},l.prototype.readInt8=function(p,m){return p=p>>>0,m||ie(p,1,this.length),this[p]&128?(255-this[p]+1)*-1:this[p]},l.prototype.readInt16LE=function(p,m){p=p>>>0,m||ie(p,2,this.length);const A=this[p]|this[p+1]<<8;return A&32768?A|4294901760:A},l.prototype.readInt16BE=function(p,m){p=p>>>0,m||ie(p,2,this.length);const A=this[p+1]|this[p]<<8;return A&32768?A|4294901760:A},l.prototype.readInt32LE=function(p,m){return p=p>>>0,m||ie(p,4,this.length),this[p]|this[p+1]<<8|this[p+2]<<16|this[p+3]<<24},l.prototype.readInt32BE=function(p,m){return p=p>>>0,m||ie(p,4,this.length),this[p]<<24|this[p+1]<<16|this[p+2]<<8|this[p+3]},l.prototype.readBigInt64LE=je(function(p){p=p>>>0,ve(p,"offset");const m=this[p],A=this[p+7];(m===void 0||A===void 0)&&Ue(p,this.length-8);const B=this[p+4]+this[p+5]*2**8+this[p+6]*2**16+(A<<24);return(BigInt(B)<<BigInt(32))+BigInt(m+this[++p]*2**8+this[++p]*2**16+this[++p]*2**24)}),l.prototype.readBigInt64BE=je(function(p){p=p>>>0,ve(p,"offset");const m=this[p],A=this[p+7];(m===void 0||A===void 0)&&Ue(p,this.length-8);const B=(m<<24)+this[++p]*2**16+this[++p]*2**8+this[++p];return(BigInt(B)<<BigInt(32))+BigInt(this[++p]*2**24+this[++p]*2**16+this[++p]*2**8+A)}),l.prototype.readFloatLE=function(p,m){return p=p>>>0,m||ie(p,4,this.length),r.read(this,p,!0,23,4)},l.prototype.readFloatBE=function(p,m){return p=p>>>0,m||ie(p,4,this.length),r.read(this,p,!1,23,4)},l.prototype.readDoubleLE=function(p,m){return p=p>>>0,m||ie(p,8,this.length),r.read(this,p,!0,52,8)},l.prototype.readDoubleBE=function(p,m){return p=p>>>0,m||ie(p,8,this.length),r.read(this,p,!1,52,8)};function De(b,p,m,A,B,K){if(!l.isBuffer(b))throw new TypeError('"buffer" argument must be a Buffer instance');if(p>B||p<K)throw new RangeError('"value" argument is out of bounds');if(m+A>b.length)throw new RangeError("Index out of range")}l.prototype.writeUintLE=l.prototype.writeUIntLE=function(p,m,A,B){if(p=+p,m=m>>>0,A=A>>>0,!B){const Ee=Math.pow(2,8*A)-1;De(this,p,m,A,Ee,0)}let K=1,Q=0;for(this[m]=p&255;++Q<A&&(K*=256);)this[m+Q]=p/K&255;return m+A},l.prototype.writeUintBE=l.prototype.writeUIntBE=function(p,m,A,B){if(p=+p,m=m>>>0,A=A>>>0,!B){const Ee=Math.pow(2,8*A)-1;De(this,p,m,A,Ee,0)}let K=A-1,Q=1;for(this[m+K]=p&255;--K>=0&&(Q*=256);)this[m+K]=p/Q&255;return m+A},l.prototype.writeUint8=l.prototype.writeUInt8=function(p,m,A){return p=+p,m=m>>>0,A||De(this,p,m,1,255,0),this[m]=p&255,m+1},l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(p,m,A){return p=+p,m=m>>>0,A||De(this,p,m,2,65535,0),this[m]=p&255,this[m+1]=p>>>8,m+2},l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(p,m,A){return p=+p,m=m>>>0,A||De(this,p,m,2,65535,0),this[m]=p>>>8,this[m+1]=p&255,m+2},l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(p,m,A){return p=+p,m=m>>>0,A||De(this,p,m,4,4294967295,0),this[m+3]=p>>>24,this[m+2]=p>>>16,this[m+1]=p>>>8,this[m]=p&255,m+4},l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(p,m,A){return p=+p,m=m>>>0,A||De(this,p,m,4,4294967295,0),this[m]=p>>>24,this[m+1]=p>>>16,this[m+2]=p>>>8,this[m+3]=p&255,m+4};function ge(b,p,m,A,B){we(p,A,B,b,m,7);let K=Number(p&BigInt(4294967295));b[m++]=K,K=K>>8,b[m++]=K,K=K>>8,b[m++]=K,K=K>>8,b[m++]=K;let Q=Number(p>>BigInt(32)&BigInt(4294967295));return b[m++]=Q,Q=Q>>8,b[m++]=Q,Q=Q>>8,b[m++]=Q,Q=Q>>8,b[m++]=Q,m}function Be(b,p,m,A,B){we(p,A,B,b,m,7);let K=Number(p&BigInt(4294967295));b[m+7]=K,K=K>>8,b[m+6]=K,K=K>>8,b[m+5]=K,K=K>>8,b[m+4]=K;let Q=Number(p>>BigInt(32)&BigInt(4294967295));return b[m+3]=Q,Q=Q>>8,b[m+2]=Q,Q=Q>>8,b[m+1]=Q,Q=Q>>8,b[m]=Q,m+8}l.prototype.writeBigUInt64LE=je(function(p,m=0){return ge(this,p,m,BigInt(0),BigInt("0xffffffffffffffff"))}),l.prototype.writeBigUInt64BE=je(function(p,m=0){return Be(this,p,m,BigInt(0),BigInt("0xffffffffffffffff"))}),l.prototype.writeIntLE=function(p,m,A,B){if(p=+p,m=m>>>0,!B){const Te=Math.pow(2,8*A-1);De(this,p,m,A,Te-1,-Te)}let K=0,Q=1,Ee=0;for(this[m]=p&255;++K<A&&(Q*=256);)p<0&&Ee===0&&this[m+K-1]!==0&&(Ee=1),this[m+K]=(p/Q>>0)-Ee&255;return m+A},l.prototype.writeIntBE=function(p,m,A,B){if(p=+p,m=m>>>0,!B){const Te=Math.pow(2,8*A-1);De(this,p,m,A,Te-1,-Te)}let K=A-1,Q=1,Ee=0;for(this[m+K]=p&255;--K>=0&&(Q*=256);)p<0&&Ee===0&&this[m+K+1]!==0&&(Ee=1),this[m+K]=(p/Q>>0)-Ee&255;return m+A},l.prototype.writeInt8=function(p,m,A){return p=+p,m=m>>>0,A||De(this,p,m,1,127,-128),p<0&&(p=255+p+1),this[m]=p&255,m+1},l.prototype.writeInt16LE=function(p,m,A){return p=+p,m=m>>>0,A||De(this,p,m,2,32767,-32768),this[m]=p&255,this[m+1]=p>>>8,m+2},l.prototype.writeInt16BE=function(p,m,A){return p=+p,m=m>>>0,A||De(this,p,m,2,32767,-32768),this[m]=p>>>8,this[m+1]=p&255,m+2},l.prototype.writeInt32LE=function(p,m,A){return p=+p,m=m>>>0,A||De(this,p,m,4,2147483647,-2147483648),this[m]=p&255,this[m+1]=p>>>8,this[m+2]=p>>>16,this[m+3]=p>>>24,m+4},l.prototype.writeInt32BE=function(p,m,A){return p=+p,m=m>>>0,A||De(this,p,m,4,2147483647,-2147483648),p<0&&(p=4294967295+p+1),this[m]=p>>>24,this[m+1]=p>>>16,this[m+2]=p>>>8,this[m+3]=p&255,m+4},l.prototype.writeBigInt64LE=je(function(p,m=0){return ge(this,p,m,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),l.prototype.writeBigInt64BE=je(function(p,m=0){return Be(this,p,m,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function ye(b,p,m,A,B,K){if(m+A>b.length)throw new RangeError("Index out of range");if(m<0)throw new RangeError("Index out of range")}function Me(b,p,m,A,B){return p=+p,m=m>>>0,B||ye(b,p,m,4),r.write(b,p,m,A,23,4),m+4}l.prototype.writeFloatLE=function(p,m,A){return Me(this,p,m,!0,A)},l.prototype.writeFloatBE=function(p,m,A){return Me(this,p,m,!1,A)};function X(b,p,m,A,B){return p=+p,m=m>>>0,B||ye(b,p,m,8),r.write(b,p,m,A,52,8),m+8}l.prototype.writeDoubleLE=function(p,m,A){return X(this,p,m,!0,A)},l.prototype.writeDoubleBE=function(p,m,A){return X(this,p,m,!1,A)},l.prototype.copy=function(p,m,A,B){if(!l.isBuffer(p))throw new TypeError("argument should be a Buffer");if(A||(A=0),!B&&B!==0&&(B=this.length),m>=p.length&&(m=p.length),m||(m=0),B>0&&B<A&&(B=A),B===A||p.length===0||this.length===0)return 0;if(m<0)throw new RangeError("targetStart out of bounds");if(A<0||A>=this.length)throw new RangeError("Index out of range");if(B<0)throw new RangeError("sourceEnd out of bounds");B>this.length&&(B=this.length),p.length-m<B-A&&(B=p.length-m+A);const K=B-A;return this===p&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(m,A,B):Uint8Array.prototype.set.call(p,this.subarray(A,B),m),K},l.prototype.fill=function(p,m,A,B){if(typeof p=="string"){if(typeof m=="string"?(B=m,m=0,A=this.length):typeof A=="string"&&(B=A,A=this.length),B!==void 0&&typeof B!="string")throw new TypeError("encoding must be a string");if(typeof B=="string"&&!l.isEncoding(B))throw new TypeError("Unknown encoding: "+B);if(p.length===1){const Q=p.charCodeAt(0);(B==="utf8"&&Q<128||B==="latin1")&&(p=Q)}}else typeof p=="number"?p=p&255:typeof p=="boolean"&&(p=Number(p));if(m<0||this.length<m||this.length<A)throw new RangeError("Out of range index");if(A<=m)return this;m=m>>>0,A=A===void 0?this.length:A>>>0,p||(p=0);let K;if(typeof p=="number")for(K=m;K<A;++K)this[K]=p;else{const Q=l.isBuffer(p)?p:l.from(p,B),Ee=Q.length;if(Ee===0)throw new TypeError('The value "'+p+'" is invalid for argument "value"');for(K=0;K<A-m;++K)this[K+m]=Q[K%Ee]}return this};const Y={};function W(b,p,m){Y[b]=class extends m{constructor(){super(),Object.defineProperty(this,"message",{value:p.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${b}]`,this.stack,delete this.name}get code(){return b}set code(B){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:B,writable:!0})}toString(){return`${this.name} [${b}]: ${this.message}`}}}W("ERR_BUFFER_OUT_OF_BOUNDS",function(b){return b?`${b} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),W("ERR_INVALID_ARG_TYPE",function(b,p){return`The "${b}" argument must be of type number. Received type ${typeof p}`},TypeError),W("ERR_OUT_OF_RANGE",function(b,p,m){let A=`The value of "${b}" is out of range.`,B=m;return Number.isInteger(m)&&Math.abs(m)>2**32?B=w(String(m)):typeof m=="bigint"&&(B=String(m),(m>BigInt(2)**BigInt(32)||m<-(BigInt(2)**BigInt(32)))&&(B=w(B)),B+="n"),A+=` It must be ${p}. Received ${B}`,A},RangeError);function w(b){let p="",m=b.length;const A=b[0]==="-"?1:0;for(;m>=A+4;m-=3)p=`_${b.slice(m-3,m)}${p}`;return`${b.slice(0,m)}${p}`}function F(b,p,m){ve(p,"offset"),(b[p]===void 0||b[p+m]===void 0)&&Ue(p,b.length-(m+1))}function we(b,p,m,A,B,K){if(b>m||b<p){const Q=typeof p=="bigint"?"n":"";let Ee;throw K>3?p===0||p===BigInt(0)?Ee=`>= 0${Q} and < 2${Q} ** ${(K+1)*8}${Q}`:Ee=`>= -(2${Q} ** ${(K+1)*8-1}${Q}) and < 2 ** ${(K+1)*8-1}${Q}`:Ee=`>= ${p}${Q} and <= ${m}${Q}`,new Y.ERR_OUT_OF_RANGE("value",Ee,b)}F(A,B,K)}function ve(b,p){if(typeof b!="number")throw new Y.ERR_INVALID_ARG_TYPE(p,"number",b)}function Ue(b,p,m){throw Math.floor(b)!==b?(ve(b,m),new Y.ERR_OUT_OF_RANGE(m||"offset","an integer",b)):p<0?new Y.ERR_BUFFER_OUT_OF_BOUNDS:new Y.ERR_OUT_OF_RANGE(m||"offset",`>= ${m?1:0} and <= ${p}`,b)}const nt=/[^+/0-9A-Za-z-_]/g;function at(b){if(b=b.split("=")[0],b=b.trim().replace(nt,""),b.length<2)return"";for(;b.length%4!==0;)b=b+"=";return b}function Ge(b,p){p=p||1/0;let m;const A=b.length;let B=null;const K=[];for(let Q=0;Q<A;++Q){if(m=b.charCodeAt(Q),m>55295&&m<57344){if(!B){if(m>56319){(p-=3)>-1&&K.push(239,191,189);continue}else if(Q+1===A){(p-=3)>-1&&K.push(239,191,189);continue}B=m;continue}if(m<56320){(p-=3)>-1&&K.push(239,191,189),B=m;continue}m=(B-55296<<10|m-56320)+65536}else B&&(p-=3)>-1&&K.push(239,191,189);if(B=null,m<128){if((p-=1)<0)break;K.push(m)}else if(m<2048){if((p-=2)<0)break;K.push(m>>6|192,m&63|128)}else if(m<65536){if((p-=3)<0)break;K.push(m>>12|224,m>>6&63|128,m&63|128)}else if(m<1114112){if((p-=4)<0)break;K.push(m>>18|240,m>>12&63|128,m>>6&63|128,m&63|128)}else throw new Error("Invalid code point")}return K}function At(b){const p=[];for(let m=0;m<b.length;++m)p.push(b.charCodeAt(m)&255);return p}function $t(b,p){let m,A,B;const K=[];for(let Q=0;Q<b.length&&!((p-=2)<0);++Q)m=b.charCodeAt(Q),A=m>>8,B=m%256,K.push(B),K.push(A);return K}function Je(b){return e.toByteArray(at(b))}function He(b,p,m,A){let B;for(B=0;B<A&&!(B+m>=p.length||B>=b.length);++B)p[B+m]=b[B];return B}function ke(b,p){return b instanceof p||b!=null&&b.constructor!=null&&b.constructor.name!=null&&b.constructor.name===p.name}function Ke(b){return b!==b}const rt=function(){const b="0123456789abcdef",p=new Array(256);for(let m=0;m<16;++m){const A=m*16;for(let B=0;B<16;++B)p[A+B]=b[m]+b[B]}return p}();function je(b){return typeof BigInt>"u"?Ze:b}function Ze(){throw new Error("BigInt not supported")}})($g);let Oh;const Rt={ethereumClient:void 0,setEthereumClient(t){Oh=t},client(){if(Oh)return Oh;throw new Error("ClientCtrl has no client set")}},mr=Tn({history:["ConnectWallet"],view:"ConnectWallet",data:void 0}),tt={state:mr,subscribe(t){return Vn(mr,()=>t(mr))},push(t,e){t!==mr.view&&(mr.view=t,e&&(mr.data=e),mr.history.push(t))},reset(t){mr.view=t,mr.history=[t]},replace(t){mr.history.length>1&&(mr.history[mr.history.length-1]=t,mr.view=t)},goBack(){if(mr.history.length>1){mr.history.pop();const[t]=mr.history.slice(-1);mr.view=t}},setData(t){mr.data=t}},Oe={WALLETCONNECT_DEEPLINK_CHOICE:"WALLETCONNECT_DEEPLINK_CHOICE",W3M_VERSION:"W3M_VERSION",W3M_PREFER_INJECTED_URL_FLAG:"w3mPreferInjected",RECOMMENDED_WALLET_AMOUNT:9,isMobile(){return typeof window<"u"?!!(window.matchMedia("(pointer:coarse)").matches||/Android|webOS|iPhone|iPad|iPod|BlackBerry|Opera Mini/u.test(navigator.userAgent)):!1},isAndroid(){return Oe.isMobile()&&navigator.userAgent.toLowerCase().includes("android")},isIos(){const t=navigator.userAgent.toLowerCase();return Oe.isMobile()&&(t.includes("iphone")||t.includes("ipad"))},isHttpUrl(t){return t.startsWith("http://")||t.startsWith("https://")},isArray(t){return Array.isArray(t)&&t.length>0},formatNativeUrl(t,e,r){if(Oe.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(!Oe.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){window.open(t,e,"noreferrer noopener")},setWalletConnectDeepLink(t,e){localStorage.setItem(Oe.WALLETCONNECT_DEEPLINK_CHOICE,JSON.stringify({href:t,name:e}))},setWalletConnectAndroidDeepLink(t){const[e]=t.split("?");localStorage.setItem(Oe.WALLETCONNECT_DEEPLINK_CHOICE,JSON.stringify({href:e,name:"Android"}))},removeWalletConnectDeepLink(){localStorage.removeItem(Oe.WALLETCONNECT_DEEPLINK_CHOICE)},setWeb3ModalVersionInStorage(){typeof localStorage<"u"&&localStorage.setItem(Oe.W3M_VERSION,"2.4.2")},getWalletRouterData(){var t;const e=(t=tt.state.data)==null?void 0:t.Wallet;if(!e)throw new Error('Missing "Wallet" view data');return e},getSwitchNetworkRouterData(){var t;const e=(t=tt.state.data)==null?void 0:t.SwitchNetwork;if(!e)throw new Error('Missing "SwitchNetwork" view data');return e},isPreferInjectedFlag(){return typeof location<"u"?new URLSearchParams(location.search).has(Oe.W3M_PREFER_INJECTED_URL_FLAG):!1}},lx=typeof location<"u"&&(location.hostname.includes("localhost")||location.protocol.includes("https")),Or=Tn({enabled:lx,userSessionId:"",events:[],connectedWalletId:void 0}),pi={state:Or,subscribe(t){return Vn(Or.events,()=>t(ex(Or.events[Or.events.length-1])))},initialize(){Or.enabled&&typeof crypto<"u"&&(Or.userSessionId=crypto.randomUUID())},setConnectedWalletId(t){Or.connectedWalletId=t},click(t){if(Or.enabled){const e={type:"CLICK",name:t.name,userSessionId:Or.userSessionId,timestamp:Date.now(),data:t};Or.events.push(e)}},track(t){if(Or.enabled){const e={type:"TRACK",name:t.name,userSessionId:Or.userSessionId,timestamp:Date.now(),data:t};Or.events.push(e)}},view(t){if(Or.enabled){const e={type:"VIEW",name:t.name,userSessionId:Or.userSessionId,timestamp:Date.now(),data:t};Or.events.push(e)}}},xr=Tn({selectedChain:void 0,chains:void 0,standaloneChains:void 0,standaloneUri:void 0,isStandalone:!1,isAuth:!1,isCustomDesktop:!1,isCustomMobile:!1,isDataLoaded:!1,isUiLoaded:!1,isPreferInjected:!1,walletConnectVersion:1}),Ae={state:xr,subscribe(t){return Vn(xr,()=>t(xr))},setChains(t){xr.chains=t},setStandaloneChains(t){xr.standaloneChains=t},setStandaloneUri(t){xr.standaloneUri=t},getSelectedChain(){const t=Rt.client().getNetwork().chain;return t&&(xr.selectedChain=t),xr.selectedChain},setSelectedChain(t){xr.selectedChain=t},setIsStandalone(t){xr.isStandalone=t},setIsCustomDesktop(t){xr.isCustomDesktop=t},setIsCustomMobile(t){xr.isCustomMobile=t},setIsDataLoaded(t){xr.isDataLoaded=t},setIsUiLoaded(t){xr.isUiLoaded=t},setWalletConnectVersion(t){xr.walletConnectVersion=t},setIsPreferInjected(t){xr.isPreferInjected=t},setIsAuth(t){xr.isAuth=t}},fc=Tn({projectId:"",mobileWallets:void 0,desktopWallets:void 0,walletImages:void 0,chainImages:void 0,tokenImages:void 0,tokenContracts:void 0,standaloneChains:void 0,enableStandaloneMode:!1,enableAuthMode:!1,enableNetworkView:!1,enableAccountView:!0,enableExplorer:!0,defaultChain:void 0,explorerExcludedWalletIds:void 0,explorerRecommendedWalletIds:void 0,termsOfServiceUrl:void 0,privacyPolicyUrl:void 0}),jt={state:fc,subscribe(t){return Vn(fc,()=>t(fc))},setConfig(t){var e,r,n,i;pi.initialize(),Ae.setStandaloneChains(t.standaloneChains),Ae.setIsStandalone(!!((e=t.standaloneChains)!=null&&e.length)||!!t.enableStandaloneMode),Ae.setIsAuth(!!t.enableAuthMode),Ae.setIsCustomMobile(!!((r=t.mobileWallets)!=null&&r.length)),Ae.setIsCustomDesktop(!!((n=t.desktopWallets)!=null&&n.length)),Ae.setWalletConnectVersion((i=t.walletConnectVersion)!=null?i:1),Ae.state.isStandalone||(Ae.setChains(Rt.client().chains),Ae.setIsPreferInjected(Rt.client().isInjectedProviderInstalled()&&Oe.isPreferInjectedFlag())),t.defaultChain&&Ae.setSelectedChain(t.defaultChain),Oe.setWeb3ModalVersionInStorage(),Object.assign(fc,t)}},Ht=Tn({address:void 0,profileName:void 0,profileAvatar:void 0,profileLoading:!1,balanceLoading:!1,balance:void 0,isConnected:!1}),Et={state:Ht,subscribe(t){return Vn(Ht,()=>t(Ht))},getAccount(){const t=Rt.client().getAccount();Ht.address=t.address,Ht.isConnected=t.isConnected},async fetchProfile(t,e){var r;try{Ht.profileLoading=!0;const n=e??Ht.address,i=(r=Ae.state.chains)==null?void 0:r.find(o=>o.id===1);if(n&&i){const o=await Rt.client().fetchEnsName({address:n,chainId:1});if(o){const c=await Rt.client().fetchEnsAvatar({name:o,chainId:1});c&&await t(c),Ht.profileAvatar=c}Ht.profileName=o}}finally{Ht.profileLoading=!1}},async fetchBalance(t){try{const{chain:e}=Rt.client().getNetwork(),{tokenContracts:r}=jt.state;let n;e&&r&&(n=r[e.id]),Ht.balanceLoading=!0;const i=t??Ht.address;if(i){const o=await Rt.client().fetchBalance({address:i,token:n});Ht.balance={amount:o.formatted,symbol:o.symbol}}}finally{Ht.balanceLoading=!1}},setAddress(t){Ht.address=t},setIsConnected(t){Ht.isConnected=t},resetBalance(){Ht.balance=void 0},resetAccount(){Ht.address=void 0,Ht.isConnected=!1,Ht.profileName=void 0,Ht.profileAvatar=void 0,Ht.balance=void 0}},Sh="https://explorer-api.walletconnect.com";async function dc(t,e){const r=new URL(t,Sh);return r.searchParams.append("projectId",jt.state.projectId),Object.entries(e).forEach(([n,i])=>{i&&r.searchParams.append(n,String(i))}),(await fetch(r)).json()}const gi={async getDesktopListings(t){return dc("/w3m/v1/getDesktopListings",t)},async getMobileListings(t){return dc("/w3m/v1/getMobileListings",t)},async getInjectedListings(t){return dc("/w3m/v1/getInjectedListings",t)},async getAllListings(t){return dc("/w3m/v1/getAllListings",t)},getWalletImageUrl(t){return`${Sh}/w3m/v1/getWalletImage/${t}?projectId=${jt.state.projectId}`},getAssetImageUrl(t){return`${Sh}/w3m/v1/getAssetImage/${t}?projectId=${jt.state.projectId}`}};var ux=Object.defineProperty,Tg=Object.getOwnPropertySymbols,hx=Object.prototype.hasOwnProperty,fx=Object.prototype.propertyIsEnumerable,Ng=(t,e,r)=>e in t?ux(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,dx=(t,e)=>{for(var r in e||(e={}))hx.call(e,r)&&Ng(t,r,e[r]);if(Tg)for(var r of Tg(e))fx.call(e,r)&&Ng(t,r,e[r]);return t};const Rg=Oe.isMobile(),ln=Tn({wallets:{listings:[],total:0,page:1},injectedWallets:[],search:{listings:[],total:0,page:1},recomendedWallets:[]}),nr={state:ln,async getRecomendedWallets(){const{explorerRecommendedWalletIds:t,explorerExcludedWalletIds:e}=jt.state;if(t==="NONE"||e==="ALL"&&!t)return ln.recomendedWallets;if(Oe.isArray(t)){const r={recommendedIds:t.join(",")},{listings:n}=await gi.getAllListings(r),i=Object.values(n);i.sort((o,c)=>{const l=t.indexOf(o.id),h=t.indexOf(c.id);return l-h}),ln.recomendedWallets=i}else{const{standaloneChains:r,walletConnectVersion:n,isAuth:i}=Ae.state,o=r?.join(","),c=Oe.isArray(e),l={page:1,sdks:i?"auth_v1":void 0,entries:Oe.RECOMMENDED_WALLET_AMOUNT,chains:o,version:n,excludedIds:c?e.join(","):void 0},{listings:h}=Rg?await gi.getMobileListings(l):await gi.getDesktopListings(l);ln.recomendedWallets=Object.values(h)}return ln.recomendedWallets},async getWallets(t){const e=dx({},t),{explorerRecommendedWalletIds:r,explorerExcludedWalletIds:n}=jt.state,{recomendedWallets:i}=ln;if(n==="ALL")return ln.wallets;e.search||(i.length?e.excludedIds=i.map(x=>x.id).join(","):Oe.isArray(r)&&(e.excludedIds=r.join(","))),Oe.isArray(n)&&(e.excludedIds=[e.excludedIds,n].filter(Boolean).join(",")),Ae.state.isAuth&&(e.sdks="auth_v1");const{page:o,search:c}=t,{listings:l,total:h}=Rg?await gi.getMobileListings(e):await gi.getDesktopListings(e),d=Object.values(l),v=c?"search":"wallets";return ln[v]={listings:[...ln[v].listings,...d],total:h,page:o??1},{listings:d,total:h}},async getInjectedWallets(){const{listings:t}=await gi.getInjectedListings({}),e=Object.values(t);return ln.injectedWallets=e,ln.injectedWallets},getWalletImageUrl(t){return gi.getWalletImageUrl(t)},getAssetImageUrl(t){return gi.getAssetImageUrl(t)},resetSearch(){ln.search={listings:[],total:0,page:1}}},Wo=Tn({pairingUri:"",pairingError:!1}),hr={state:Wo,subscribe(t){return Vn(Wo,()=>t(Wo))},setPairingUri(t){Wo.pairingUri=t},setPairingError(t){Wo.pairingError=t}},Ps=Tn({open:!1}),Nr={state:Ps,subscribe(t){return Vn(Ps,()=>t(Ps))},async open(t){return new Promise(e=>{const{isStandalone:r,isUiLoaded:n,isDataLoaded:i,isPreferInjected:o,selectedChain:c}=Ae.state,{isConnected:l}=Et.state,{enableNetworkView:h}=jt.state;if(r)Ae.setStandaloneUri(t?.uri),Ae.setStandaloneChains(t?.standaloneChains),tt.reset("ConnectWallet");else if(t!=null&&t.route)tt.reset(t.route);else if(l)tt.reset("Account");else if(h)tt.reset("SelectNetwork");else if(o){Rt.client().connectConnector("injected",c?.id).catch(v=>console.error(v)),e();return}else tt.reset("ConnectWallet");const{pairingUri:d}=hr.state;if(n&&i&&(r||d||l))Ps.open=!0,e();else{const v=setInterval(()=>{const x=Ae.state,_=hr.state;x.isUiLoaded&&x.isDataLoaded&&(x.isStandalone||_.pairingUri||l)&&(clearInterval(v),Ps.open=!0,e())},200)}})},close(){Ps.open=!1}};var px=Object.defineProperty,Lg=Object.getOwnPropertySymbols,gx=Object.prototype.hasOwnProperty,mx=Object.prototype.propertyIsEnumerable,Mg=(t,e,r)=>e in t?px(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,wx=(t,e)=>{for(var r in e||(e={}))gx.call(e,r)&&Mg(t,r,e[r]);if(Lg)for(var r of Lg(e))mx.call(e,r)&&Mg(t,r,e[r]);return t};function vx(){return typeof matchMedia<"u"&&matchMedia("(prefers-color-scheme: dark)").matches}const qo=Tn({themeMode:vx()?"dark":"light"}),Rn={state:qo,subscribe(t){return Vn(qo,()=>t(qo))},setThemeConfig(t){const{themeMode:e,themeVariables:r}=t;e&&(qo.themeMode=e),r&&(qo.themeVariables=wx({},r))}},Vi=Tn({open:!1,message:"",variant:"success"}),zr={state:Vi,subscribe(t){return Vn(Vi,()=>t(Vi))},openToast(t,e){Vi.open=!0,Vi.message=t,Vi.variant=e},closeToast(){Vi.open=!1}};typeof window<"u"&&(window.Buffer||(window.Buffer=$g.Buffer),window.global||(window.global=window),window.process||(window.process={env:{}}));var yx=Object.defineProperty,Ug=Object.getOwnPropertySymbols,bx=Object.prototype.hasOwnProperty,_x=Object.prototype.propertyIsEnumerable,jg=(t,e,r)=>e in t?yx(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Ex=(t,e)=>{for(var r in e||(e={}))bx.call(e,r)&&jg(t,r,e[r]);if(Ug)for(var r of Ug(e))_x.call(e,r)&&jg(t,r,e[r]);return t};class xx{constructor(e){this.openModal=Nr.open,this.closeModal=Nr.close,this.subscribeModal=Nr.subscribe,this.setTheme=Rn.setThemeConfig,Rn.setThemeConfig(e),jt.setConfig(Ex({enableStandaloneMode:!0},e)),this.initUi()}async initUi(){if(typeof window<"u"){await Promise.resolve().then(function(){return QS});const e=document.createElement("w3m-modal");document.body.insertAdjacentElement("beforeend",e),Ae.setIsUiLoaded(!0)}}}var Cx=Object.freeze({__proto__:null,WalletConnectModal:xx});/**
|
|
104
104
|
* @license
|
|
105
105
|
* Copyright 2019 Google LLC
|
|
106
106
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
107
|
-
*/const
|
|
107
|
+
*/const pc=window,Dh=pc.ShadowRoot&&(pc.ShadyCSS===void 0||pc.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Ah=Symbol(),Fg=new WeakMap;class Bg{constructor(e,r,n){if(this._$cssResult$=!0,n!==Ah)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(Dh&&e===void 0){const n=r!==void 0&&r.length===1;n&&(e=Fg.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&Fg.set(r,e))}return e}toString(){return this.cssText}}const Ix=t=>new Bg(typeof t=="string"?t:t+"",void 0,Ah),Ve=(t,...e)=>{const r=t.length===1?t[0]:e.reduce((n,i,o)=>n+(c=>{if(c._$cssResult$===!0)return c.cssText;if(typeof c=="number")return c;throw Error("Value passed to 'css' function must be a 'css' function result: "+c+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[o+1],t[0]);return new Bg(r,t,Ah)},Ox=(t,e)=>{Dh?t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):e.forEach(r=>{const n=document.createElement("style"),i=pc.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,t.appendChild(n)})},kg=Dh?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let r="";for(const n of e.cssRules)r+=n.cssText;return Ix(r)})(t):t;/**
|
|
108
108
|
* @license
|
|
109
109
|
* Copyright 2017 Google LLC
|
|
110
110
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
111
|
-
*/var
|
|
111
|
+
*/var $h;const gc=window,Hg=gc.trustedTypes,Sx=Hg?Hg.emptyScript:"",zg=gc.reactiveElementPolyfillSupport,Ph={toAttribute(t,e){switch(e){case Boolean:t=t?Sx: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}},Wg=(t,e)=>e!==t&&(e==e||t==t),Th={attribute:!0,type:String,converter:Ph,reflect:!1,hasChanged:Wg};class Ts 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=Th){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)||Th}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(kg(i))}else e!==void 0&&r.push(kg(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 Ox(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=Th){var i;const o=this.constructor._$Ep(e,n);if(o!==void 0&&n.reflect===!0){const c=(((i=n.converter)===null||i===void 0?void 0:i.toAttribute)!==void 0?n.converter:Ph).toAttribute(r,n.type);this._$El=e,c==null?this.removeAttribute(o):this.setAttribute(o,c),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 c=i.getPropertyOptions(o),l=typeof c.converter=="function"?{fromAttribute:c.converter}:((n=c.converter)===null||n===void 0?void 0:n.fromAttribute)!==void 0?c.converter:Ph;this._$El=o,this[o]=l.fromAttribute(r,c.type),this._$El=null}}requestUpdate(e,r,n){let i=!0;e!==void 0&&(((n=n||this.constructor.getPropertyOptions(e)).hasChanged||Wg)(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){}}Ts.finalized=!0,Ts.elementProperties=new Map,Ts.elementStyles=[],Ts.shadowRootOptions={mode:"open"},zg?.({ReactiveElement:Ts}),(($h=gc.reactiveElementVersions)!==null&&$h!==void 0?$h:gc.reactiveElementVersions=[]).push("1.6.1");/**
|
|
112
112
|
* @license
|
|
113
113
|
* Copyright 2017 Google LLC
|
|
114
114
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
115
|
-
*/var Nh;const
|
|
116
|
-
\f\r]`,
|
|
117
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),
|
|
115
|
+
*/var Nh;const mc=window,Ns=mc.trustedTypes,qg=Ns?Ns.createPolicy("lit-html",{createHTML:t=>t}):void 0,Rh="$lit$",mi=`lit$${(Math.random()+"").slice(9)}$`,Vg="?"+mi,Dx=`<${Vg}>`,Ki=document,Vo=()=>Ki.createComment(""),Ko=t=>t===null||typeof t!="object"&&typeof t!="function",Kg=Array.isArray,Ax=t=>Kg(t)||typeof t?.[Symbol.iterator]=="function",Lh=`[
|
|
116
|
+
\f\r]`,Go=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Gg=/-->/g,Zg=/>/g,Gi=RegExp(`>|${Lh}(?:([^\\s"'>=/]+)(${Lh}*=${Lh}*(?:[^
|
|
117
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Yg=/'/g,Jg=/"/g,Xg=/^(?:script|style|textarea|title)$/i,Qg=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),oe=Qg(1),ut=Qg(2),Zi=Symbol.for("lit-noChange"),wr=Symbol.for("lit-nothing"),e3=new WeakMap,Yi=Ki.createTreeWalker(Ki,129,null,!1),$x=(t,e)=>{const r=t.length-1,n=[];let i,o=e===2?"<svg>":"",c=Go;for(let h=0;h<r;h++){const d=t[h];let v,x,_=-1,O=0;for(;O<d.length&&(c.lastIndex=O,x=c.exec(d),x!==null);)O=c.lastIndex,c===Go?x[1]==="!--"?c=Gg:x[1]!==void 0?c=Zg:x[2]!==void 0?(Xg.test(x[2])&&(i=RegExp("</"+x[2],"g")),c=Gi):x[3]!==void 0&&(c=Gi):c===Gi?x[0]===">"?(c=i??Go,_=-1):x[1]===void 0?_=-2:(_=c.lastIndex-x[2].length,v=x[1],c=x[3]===void 0?Gi:x[3]==='"'?Jg:Yg):c===Jg||c===Yg?c=Gi:c===Gg||c===Zg?c=Go:(c=Gi,i=void 0);const P=c===Gi&&t[h+1].startsWith("/>")?" ":"";o+=c===Go?d+Dx:_>=0?(n.push(v),d.slice(0,_)+Rh+d.slice(_)+mi+P):d+mi+(_===-2?(n.push(void 0),h):P)}const l=o+(t[r]||"<?>")+(e===2?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[qg!==void 0?qg.createHTML(l):l,n]};class Zo{constructor({strings:e,_$litType$:r},n){let i;this.parts=[];let o=0,c=0;const l=e.length-1,h=this.parts,[d,v]=$x(e,r);if(this.el=Zo.createElement(d,n),Yi.currentNode=this.el.content,r===2){const x=this.el.content,_=x.firstChild;_.remove(),x.append(..._.childNodes)}for(;(i=Yi.nextNode())!==null&&h.length<l;){if(i.nodeType===1){if(i.hasAttributes()){const x=[];for(const _ of i.getAttributeNames())if(_.endsWith(Rh)||_.startsWith(mi)){const O=v[c++];if(x.push(_),O!==void 0){const P=i.getAttribute(O.toLowerCase()+Rh).split(mi),U=/([.?@])?(.*)/.exec(O);h.push({type:1,index:o,name:U[2],strings:P,ctor:U[1]==="."?Tx:U[1]==="?"?Rx:U[1]==="@"?Lx:wc})}else h.push({type:6,index:o})}for(const _ of x)i.removeAttribute(_)}if(Xg.test(i.tagName)){const x=i.textContent.split(mi),_=x.length-1;if(_>0){i.textContent=Ns?Ns.emptyScript:"";for(let O=0;O<_;O++)i.append(x[O],Vo()),Yi.nextNode(),h.push({type:2,index:++o});i.append(x[_],Vo())}}}else if(i.nodeType===8)if(i.data===Vg)h.push({type:2,index:o});else{let x=-1;for(;(x=i.data.indexOf(mi,x+1))!==-1;)h.push({type:7,index:o}),x+=mi.length-1}o++}}static createElement(e,r){const n=Ki.createElement("template");return n.innerHTML=e,n}}function Rs(t,e,r=t,n){var i,o,c,l;if(e===Zi)return e;let h=n!==void 0?(i=r._$Co)===null||i===void 0?void 0:i[n]:r._$Cl;const d=Ko(e)?void 0:e._$litDirective$;return h?.constructor!==d&&((o=h?._$AO)===null||o===void 0||o.call(h,!1),d===void 0?h=void 0:(h=new d(t),h._$AT(t,r,n)),n!==void 0?((c=(l=r)._$Co)!==null&&c!==void 0?c:l._$Co=[])[n]=h:r._$Cl=h),h!==void 0&&(e=Rs(t,h._$AS(t,e.values),h,n)),e}class Px{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){var r;const{el:{content:n},parts:i}=this._$AD,o=((r=e?.creationScope)!==null&&r!==void 0?r:Ki).importNode(n,!0);Yi.currentNode=o;let c=Yi.nextNode(),l=0,h=0,d=i[0];for(;d!==void 0;){if(l===d.index){let v;d.type===2?v=new Yo(c,c.nextSibling,this,e):d.type===1?v=new d.ctor(c,d.name,d.strings,this,e):d.type===6&&(v=new Mx(c,this,e)),this._$AV.push(v),d=i[++h]}l!==d?.index&&(c=Yi.nextNode(),l++)}return Yi.currentNode=Ki,o}v(e){let r=0;for(const n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,r),r+=n.strings.length-2):n._$AI(e[r])),r++}}class Yo{constructor(e,r,n,i){var o;this.type=2,this._$AH=wr,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=n,this.options=i,this._$Cp=(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._$Cp}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=Rs(this,e,r),Ko(e)?e===wr||e==null||e===""?(this._$AH!==wr&&this._$AR(),this._$AH=wr):e!==this._$AH&&e!==Zi&&this._(e):e._$litType$!==void 0?this.g(e):e.nodeType!==void 0?this.$(e):Ax(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==wr&&Ko(this._$AH)?this._$AA.nextSibling.data=e:this.$(Ki.createTextNode(e)),this._$AH=e}g(e){var r;const{values:n,_$litType$:i}=e,o=typeof i=="number"?this._$AC(e):(i.el===void 0&&(i.el=Zo.createElement(i.h,this.options)),i);if(((r=this._$AH)===null||r===void 0?void 0:r._$AD)===o)this._$AH.v(n);else{const c=new Px(o,this),l=c.u(this.options);c.v(n),this.$(l),this._$AH=c}}_$AC(e){let r=e3.get(e.strings);return r===void 0&&e3.set(e.strings,r=new Zo(e)),r}T(e){Kg(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 Yo(this.k(Vo()),this.k(Vo()),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._$Cp=e,(r=this._$AP)===null||r===void 0||r.call(this,e))}}class wc{constructor(e,r,n,i,o){this.type=1,this._$AH=wr,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=wr}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(e,r=this,n,i){const o=this.strings;let c=!1;if(o===void 0)e=Rs(this,e,r,0),c=!Ko(e)||e!==this._$AH&&e!==Zi,c&&(this._$AH=e);else{const l=e;let h,d;for(e=o[0],h=0;h<o.length-1;h++)d=Rs(this,l[n+h],r,h),d===Zi&&(d=this._$AH[h]),c||(c=!Ko(d)||d!==this._$AH[h]),d===wr?e=wr:e!==wr&&(e+=(d??"")+o[h+1]),this._$AH[h]=d}c&&!i&&this.j(e)}j(e){e===wr?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}}class Tx extends wc{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===wr?void 0:e}}const Nx=Ns?Ns.emptyScript:"";class Rx extends wc{constructor(){super(...arguments),this.type=4}j(e){e&&e!==wr?this.element.setAttribute(this.name,Nx):this.element.removeAttribute(this.name)}}class Lx extends wc{constructor(e,r,n,i,o){super(e,r,n,i,o),this.type=5}_$AI(e,r=this){var n;if((e=(n=Rs(this,e,r,0))!==null&&n!==void 0?n:wr)===Zi)return;const i=this._$AH,o=e===wr&&i!==wr||e.capture!==i.capture||e.once!==i.once||e.passive!==i.passive,c=e!==wr&&(i===wr||o);o&&this.element.removeEventListener(this.name,this,i),c&&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 Mx{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){Rs(this,e)}}const t3=mc.litHtmlPolyfillSupport;t3?.(Zo,Yo),((Nh=mc.litHtmlVersions)!==null&&Nh!==void 0?Nh:mc.litHtmlVersions=[]).push("2.7.4");const Ux=(t,e,r)=>{var n,i;const o=(n=r?.renderBefore)!==null&&n!==void 0?n:e;let c=o._$litPart$;if(c===void 0){const l=(i=r?.renderBefore)!==null&&i!==void 0?i:null;o._$litPart$=c=new Yo(e.insertBefore(Vo(),l),l,void 0,r??{})}return c._$AI(t),c};/**
|
|
118
118
|
* @license
|
|
119
119
|
* Copyright 2017 Google LLC
|
|
120
120
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
121
|
-
*/var Uh
|
|
121
|
+
*/var Mh,Uh;class $e extends Ts{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=Ux(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 Zi}}$e.finalized=!0,$e._$litElement$=!0,(Mh=globalThis.litElementHydrateSupport)===null||Mh===void 0||Mh.call(globalThis,{LitElement:$e});const r3=globalThis.litElementPolyfillSupport;r3?.({LitElement:$e}),((Uh=globalThis.litElementVersions)!==null&&Uh!==void 0?Uh:globalThis.litElementVersions=[]).push("3.3.2");/**
|
|
122
122
|
* @license
|
|
123
123
|
* Copyright 2017 Google LLC
|
|
124
124
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
125
|
-
*/const
|
|
125
|
+
*/const Re=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(c){customElements.define(r,c)}}})(t,e);/**
|
|
126
126
|
* @license
|
|
127
127
|
* Copyright 2017 Google LLC
|
|
128
128
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
129
|
-
*/const
|
|
129
|
+
*/const jx=(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 Se(t){return(e,r)=>r!==void 0?((n,i,o)=>{i.constructor.createProperty(o,n)})(t,e,r):jx(t,e)}/**
|
|
130
130
|
* @license
|
|
131
131
|
* Copyright 2017 Google LLC
|
|
132
132
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
133
|
-
*/function gt(t){return
|
|
133
|
+
*/function gt(t){return Se({...t,state:!0})}/**
|
|
134
134
|
* @license
|
|
135
135
|
* Copyright 2021 Google LLC
|
|
136
136
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
137
|
-
*/var
|
|
137
|
+
*/var jh;((jh=window.HTMLSlotElement)===null||jh===void 0?void 0:jh.prototype.assignedElements)!=null;/**
|
|
138
138
|
* @license
|
|
139
139
|
* Copyright 2017 Google LLC
|
|
140
140
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
141
|
-
*/const
|
|
141
|
+
*/const Fx={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},Bx=t=>(...e)=>({_$litDirective$:t,values:e});class kx{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)}}/**
|
|
142
142
|
* @license
|
|
143
143
|
* Copyright 2018 Google LLC
|
|
144
144
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
145
|
-
*/const Lr=Kx(class extends Gx{constructor(t){var e;if(super(t),t.type!==Vx.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.it===void 0){this.it=new Set,t.strings!==void 0&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter(o=>o!=="")));for(const o in e)e[o]&&!(!((r=this.nt)===null||r===void 0)&&r.has(o))&&this.it.add(o);return this.render(e)}const i=t.element.classList;this.it.forEach(o=>{o in e||(i.remove(o),this.it.delete(o))});for(const o in e){const c=!!e[o];c===this.it.has(o)||!((n=this.nt)===null||n===void 0)&&n.has(o)||(c?(i.add(o),this.it.add(o)):(i.remove(o),this.it.delete(o)))}return Yi}});function Zx(t,e){t.indexOf(e)===-1&&t.push(e)}const o3=(t,e,r)=>Math.min(Math.max(r,t),e),hn={duration:.3,delay:0,endDelay:0,repeat:0,easing:"ease"},yc=t=>typeof t=="number",Ms=t=>Array.isArray(t)&&!yc(t[0]),Yx=(t,e,r)=>{const n=e-t;return((r-t)%n+n)%n+t};function Jx(t,e){return Ms(t)?t[Yx(0,t.length,e)]:t}const a3=(t,e,r)=>-r*t+r*e+t,c3=()=>{},vi=t=>t,Bh=(t,e,r)=>e-t===0?1:(r-t)/(e-t);function l3(t,e){const r=t[t.length-1];for(let n=1;n<=e;n++){const i=Bh(0,e,n);t.push(a3(r,1,i))}}function Xx(t){const e=[0];return l3(e,t-1),e}function Qx(t,e=Xx(t.length),r=vi){const n=t.length,i=n-e.length;return i>0&&l3(e,i),o=>{let c=0;for(;c<n-2&&!(o<e[c+1]);c++);let l=o3(0,1,Bh(e[c],e[c+1],o));return l=Jx(r,c)(l),a3(t[c],t[c+1],l)}}const u3=t=>Array.isArray(t)&&yc(t[0]),kh=t=>typeof t=="object"&&!!t.createAnimation,Xi=t=>typeof t=="function",e9=t=>typeof t=="string",Xo={ms:t=>t*1e3,s:t=>t/1e3},h3=(t,e,r)=>(((1-3*r+3*e)*t+(3*r-6*e))*t+3*e)*t,t9=1e-7,r9=12;function n9(t,e,r,n,i){let o,c,l=0;do c=e+(r-e)/2,o=h3(c,n,i)-t,o>0?r=c:e=c;while(Math.abs(o)>t9&&++l<r9);return c}function Qo(t,e,r,n){if(t===e&&r===n)return vi;const i=o=>n9(o,0,1,t,r);return o=>o===0||o===1?o:h3(i(o),e,n)}const i9=(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 o3(0,1,i/t)},f3={ease:Qo(.25,.1,.25,1),"ease-in":Qo(.42,0,1,1),"ease-in-out":Qo(.42,0,.58,1),"ease-out":Qo(0,0,.58,1)},s9=/\((.*?)\)/;function d3(t){if(Xi(t))return t;if(u3(t))return Qo(...t);if(f3[t])return f3[t];if(t.startsWith("steps")){const e=s9.exec(t);if(e){const r=e[1].split(",");return i9(parseFloat(r[0]),r[1].trim())}}return vi}class p3{constructor(e,r=[0,1],{easing:n,duration:i=hn.duration,delay:o=hn.delay,endDelay:c=hn.endDelay,repeat:l=hn.repeat,offset:h,direction:d="normal"}={}){if(this.startTime=null,this.rate=1,this.t=0,this.cancelTimestamp=null,this.easing=vi,this.duration=0,this.totalDuration=0,this.repeat=0,this.playState="idle",this.finished=new Promise((x,_)=>{this.resolve=x,this.reject=_}),n=n||hn.easing,kh(n)){const x=n.createAnimation(r);n=x.easing,r=x.keyframes||r,i=x.duration||i}this.repeat=l,this.easing=Ms(n)?vi:d3(n),this.updateDuration(i);const v=Qx(r,h,Ms(n)?n.map(d3):vi);this.tick=x=>{var _;o=o;let O=0;this.pauseTime!==void 0?O=this.pauseTime:O=(x-this.startTime)*this.rate,this.t=O,O/=1e3,O=Math.max(O-o,0),this.playState==="finished"&&this.pauseTime===void 0&&(O=this.totalDuration);const P=O/this.duration;let U=Math.floor(P),H=P%1;!H&&P>=1&&(H=1),H===1&&U--;const G=U%2;(d==="reverse"||d==="alternate"&&G||d==="alternate-reverse"&&!G)&&(H=1-H);const N=O>=this.totalDuration?1:Math.min(H,1),L=v(this.easing(N));e(L),this.pauseTime===void 0&&(this.playState==="finished"||O>=this.totalDuration+c)?(this.playState="finished",(_=this.resolve)===null||_===void 0||_.call(this,L)):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 Hh=function(){};process.env.NODE_ENV!=="production"&&(Hh=function(t,e){if(!t)throw new Error(e)});class o9{setAnimation(e){this.animation=e,e?.finished.then(()=>this.clearAnimation()).catch(()=>{})}clearAnimation(){this.animation=this.generator=void 0}}const zh=new WeakMap;function g3(t){return zh.has(t)||zh.set(t,{transforms:[],values:new Map}),zh.get(t)}function a9(t,e){return t.has(e)||t.set(e,new o9),t.get(e)}const c9=["","X","Y","Z"],l9=["translate","scale","rotate","skew"],bc={x:"translateX",y:"translateY",z:"translateZ"},m3={syntax:"<angle>",initialValue:"0deg",toDefaultUnit:t=>t+"deg"},u9={translate:{syntax:"<length-percentage>",initialValue:"0px",toDefaultUnit:t=>t+"px"},rotate:m3,scale:{syntax:"<number>",initialValue:1,toDefaultUnit:vi},skew:m3},ea=new Map,Wh=t=>`--motion-${t}`,_c=["x","y","z"];l9.forEach(t=>{c9.forEach(e=>{_c.push(t+e),ea.set(Wh(t+e),u9[t])})});const h9=(t,e)=>_c.indexOf(t)-_c.indexOf(e),f9=new Set(_c),w3=t=>f9.has(t),d9=(t,e)=>{bc[e]&&(e=bc[e]);const{transforms:r}=g3(t);Zx(r,e),t.style.transform=p9(r)},p9=t=>t.sort(h9).reduce(g9,"").trim(),g9=(t,e)=>`${t} ${e}(var(${Wh(e)}))`,qh=t=>t.startsWith("--"),v3=new Set;function m9(t){if(!v3.has(t)){v3.add(t);try{const{syntax:e,initialValue:r}=ea.has(t)?ea.get(t):{};CSS.registerProperty({name:t,inherits:!1,syntax:e,initialValue:r})}catch{}}}const Vh=(t,e)=>document.createElement("div").animate(t,e),y3={cssRegisterProperty:()=>typeof CSS<"u"&&Object.hasOwnProperty.call(CSS,"registerProperty"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,"animate"),partialKeyframes:()=>{try{Vh({opacity:[1]})}catch{return!1}return!0},finished:()=>!!Vh({opacity:[0,1]},{duration:.001}).finished,linearEasing:()=>{try{Vh({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0}},Kh={},Us={};for(const t in y3)Us[t]=()=>(Kh[t]===void 0&&(Kh[t]=y3[t]()),Kh[t]);const w9=.015,v9=(t,e)=>{let r="";const n=Math.round(e/w9);for(let i=0;i<n;i++)r+=t(Bh(0,n-1,i))+", ";return r.substring(0,r.length-2)},b3=(t,e)=>Xi(t)?Us.linearEasing()?`linear(${v9(t,e)})`:hn.easing:u3(t)?y9(t):t,y9=([t,e,r,n])=>`cubic-bezier(${t}, ${e}, ${r}, ${n})`;function b9(t,e){for(let r=0;r<t.length;r++)t[r]===null&&(t[r]=r?t[r-1]:e());return t}const _9=t=>Array.isArray(t)?t:[t];function Gh(t){return bc[t]&&(t=bc[t]),w3(t)?Wh(t):t}const Ec={get:(t,e)=>{e=Gh(e);let r=qh(e)?t.style.getPropertyValue(e):getComputedStyle(t)[e];if(!r&&r!==0){const n=ea.get(e);n&&(r=n.initialValue)}return r},set:(t,e,r)=>{e=Gh(e),qh(e)?t.style.setProperty(e,r):t.style[e]=r}};function _3(t,e=!0){if(!(!t||t.playState==="finished"))try{t.stop?t.stop():(e&&t.commitStyles(),t.cancel())}catch{}}function E9(t,e){var r;let n=e?.toDefaultUnit||vi;const i=t[t.length-1];if(e9(i)){const o=((r=i.match(/(-?[\d.]+)([a-z%]*)/))===null||r===void 0?void 0:r[2])||"";o&&(n=c=>c+o)}return n}function x9(){return window.__MOTION_DEV_TOOLS_RECORD}function C9(t,e,r,n={},i){const o=x9(),c=n.record!==!1&&o;let l,{duration:h=hn.duration,delay:d=hn.delay,endDelay:v=hn.endDelay,repeat:x=hn.repeat,easing:_=hn.easing,persist:O=!1,direction:P,offset:U,allowWebkitAcceleration:H=!1}=n;const G=g3(t),N=w3(e);let L=Us.waapi();N&&d9(t,e);const $=Gh(e),T=a9(G.values,$),I=ea.get($);return _3(T.animation,!(kh(_)&&T.generator)&&n.record!==!1),()=>{const f=()=>{var z,ee;return(ee=(z=Ec.get(t,$))!==null&&z!==void 0?z:I?.initialValue)!==null&&ee!==void 0?ee:0};let E=b9(_9(r),f);const J=E9(E,I);if(kh(_)){const z=_.createAnimation(E,e!=="opacity",f,$,T);_=z.easing,E=z.keyframes||E,h=z.duration||h}if(qh($)&&(Us.cssRegisterProperty()?m9($):L=!1),N&&!Us.linearEasing()&&(Xi(_)||Ms(_)&&_.some(Xi))&&(L=!1),L){I&&(E=E.map(de=>yc(de)?I.toDefaultUnit(de):de)),E.length===1&&(!Us.partialKeyframes()||c)&&E.unshift(f());const z={delay:Xo.ms(d),duration:Xo.ms(h),endDelay:Xo.ms(v),easing:Ms(_)?void 0:b3(_,h),direction:P,iterations:x+1,fill:"both"};l=t.animate({[$]:E,offset:U,easing:Ms(_)?_.map(de=>b3(de,h)):void 0},z),l.finished||(l.finished=new Promise((de,me)=>{l.onfinish=de,l.oncancel=me}));const ee=E[E.length-1];l.finished.then(()=>{O||(Ec.set(t,$,ee),l.cancel())}).catch(c3),H||(l.playbackRate=1.000001)}else if(i&&N)E=E.map(z=>typeof z=="string"?parseFloat(z):z),E.length===1&&E.unshift(parseFloat(f())),l=new i(z=>{Ec.set(t,$,J?J(z):z)},E,Object.assign(Object.assign({},n),{duration:h,easing:_}));else{const z=E[E.length-1];Ec.set(t,$,I&&yc(z)?I.toDefaultUnit(z):z)}return c&&o(t,e,E,{duration:h,delay:d,easing:_,repeat:x,offset:U},"motion-one"),T.setAnimation(l),l}}const I9=(t,e)=>t[e]?Object.assign(Object.assign({},t),t[e]):Object.assign({},t);function E3(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 O9=t=>t(),x3=(t,e,r=hn.duration)=>new Proxy({animations:t.map(O9).filter(Boolean),duration:r,options:e},S9),A9=t=>t.animations[0],S9={get:(t,e)=>{const r=A9(t);switch(e){case"duration":return t.duration;case"currentTime":return Xo.s(r?.[e]||0);case"playbackRate":case"playState":return r?.[e];case"finished":return t.finished||(t.finished=Promise.all(t.animations.map(D9)).catch(c3)),t.finished;case"stop":return()=>{t.animations.forEach(n=>_3(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=Xo.ms(r);case"currentTime":case"playbackRate":for(let n=0;n<t.animations.length;n++)t.animations[n][e]=r;return!0}return!1}},D9=t=>t.finished;function $9(t,e,r){return Xi(t)?t(e,r):t}function P9(t){return function(r,n,i={}){r=E3(r);const o=r.length;Hh(!!o,"No valid element provided."),Hh(!!n,"No keyframes defined.");const c=[];for(let l=0;l<o;l++){const h=r[l];for(const d in n){const v=I9(i,d);v.delay=$9(v.delay,l,o);const x=C9(h,d,n[d],v,t);c.push(x)}}return x3(c,i,i.duration)}}const T9=P9(p3);function R9(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 N9={any:0,all:1};function L9(t,e,{root:r,margin:n,amount:i="any"}={}){if(typeof IntersectionObserver>"u")return()=>{};const o=E3(t),c=new WeakMap,l=d=>{d.forEach(v=>{const x=c.get(v.target);if(v.isIntersecting!==!!x)if(v.isIntersecting){const _=e(v);Xi(_)?c.set(v.target,_):h.unobserve(v.target)}else x&&(x(v),c.delete(v.target))})},h=new IntersectionObserver(l,{root:r,rootMargin:n,threshold:typeof i=="number"?i:N9[i]});return o.forEach(d=>h.observe(d)),()=>h.disconnect()}function Zh(t,e,r){t.dispatchEvent(new CustomEvent(e,{detail:{originalEvent:r}}))}function C3(t,e,r){t.dispatchEvent(new CustomEvent(e,{detail:{originalEntry:r}}))}const M9={isActive:t=>!!t.inView,subscribe:(t,{enable:e,disable:r},{inViewOptions:n={}})=>{const{once:i}=n,o=R9(n,["once"]);return L9(t,c=>{if(e(),C3(t,"viewenter",c),!i)return l=>{r(),C3(t,"viewleave",l)}},o)}},I3=(t,e,r)=>n=>{n.pointerType&&n.pointerType!=="mouse"||(r(),Zh(t,e,n))};[...Object.keys({inView:M9,hover:{isActive:t=>!!t.hover,subscribe:(t,{enable:e,disable:r})=>{const n=I3(t,"hoverstart",e),i=I3(t,"hoverend",r);return t.addEventListener("pointerenter",n),t.addEventListener("pointerleave",i),()=>{t.removeEventListener("pointerenter",n),t.removeEventListener("pointerleave",i)}}},press:{isActive:t=>!!t.press,subscribe:(t,{enable:e,disable:r})=>{const n=o=>{r(),Zh(t,"pressend",o),window.removeEventListener("pointerup",n)},i=o=>{e(),Zh(t,"pressstart",o),window.addEventListener("pointerup",n)};return t.addEventListener("pointerdown",i),()=>{t.removeEventListener("pointerdown",i),window.removeEventListener("pointerup",n)}}}})];function U9(t,e={}){return x3([()=>{const r=new p3(t,[0,1],e);return r.finished.catch(()=>{}),r}],e,e.duration)}function Qi(t,e,r){return(Xi(t)?U9:T9)(t,e,r)}var ta={},j9=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then},O3={},Jr={};let Yh;const F9=[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];Jr.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},Jr.getSymbolTotalCodewords=function(e){return F9[e]},Jr.getBCHDigit=function(t){let e=0;for(;t!==0;)e++,t>>>=1;return e},Jr.setToSJISFunction=function(e){if(typeof e!="function")throw new Error('"toSJISFunc" is not a valid function.');Yh=e},Jr.isKanjiModeEnabled=function(){return typeof Yh<"u"},Jr.toSJIS=function(e){return Yh(e)};var xc={};(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}}})(xc);function A3(){this.buffer=[],this.length=0}A3.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 B9=A3;function ra(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)}ra.prototype.set=function(t,e,r,n){const i=t*this.size+e;this.data[i]=r,n&&(this.reservedBit[i]=!0)},ra.prototype.get=function(t,e){return this.data[t*this.size+e]},ra.prototype.xor=function(t,e,r){this.data[t*this.size+e]^=r},ra.prototype.isReserved=function(t,e){return this.reservedBit[t*this.size+e]};var k9=ra,S3={};(function(t){const e=Jr.getSymbolSize;t.getRowColCoords=function(n){if(n===1)return[];const i=Math.floor(n/7)+2,o=e(n),c=o===145?26:Math.ceil((o-13)/(2*i-2))*2,l=[o-7];for(let h=1;h<i-1;h++)l[h]=l[h-1]-c;return l.push(6),l.reverse()},t.getPositions=function(n){const i=[],o=t.getRowColCoords(n),c=o.length;for(let l=0;l<c;l++)for(let h=0;h<c;h++)l===0&&h===0||l===0&&h===c-1||l===c-1&&h===0||i.push([o[l],o[h]]);return i}})(S3);var D3={};const H9=Jr.getSymbolSize,$3=7;D3.getPositions=function(e){const r=H9(e);return[[0,0],[r-$3,0],[0,r-$3]]};var P3={};(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 c=0,l=0,h=0,d=null,v=null;for(let x=0;x<o;x++){l=h=0,d=v=null;for(let _=0;_<o;_++){let O=i.get(x,_);O===d?l++:(l>=5&&(c+=e.N1+(l-5)),d=O,l=1),O=i.get(_,x),O===v?h++:(h>=5&&(c+=e.N1+(h-5)),v=O,h=1)}l>=5&&(c+=e.N1+(l-5)),h>=5&&(c+=e.N1+(h-5))}return c},t.getPenaltyN2=function(i){const o=i.size;let c=0;for(let l=0;l<o-1;l++)for(let h=0;h<o-1;h++){const d=i.get(l,h)+i.get(l,h+1)+i.get(l+1,h)+i.get(l+1,h+1);(d===4||d===0)&&c++}return c*e.N2},t.getPenaltyN3=function(i){const o=i.size;let c=0,l=0,h=0;for(let d=0;d<o;d++){l=h=0;for(let v=0;v<o;v++)l=l<<1&2047|i.get(d,v),v>=10&&(l===1488||l===93)&&c++,h=h<<1&2047|i.get(v,d),v>=10&&(h===1488||h===93)&&c++}return c*e.N3},t.getPenaltyN4=function(i){let o=0;const c=i.data.length;for(let h=0;h<c;h++)o+=i.data[h];return Math.abs(Math.ceil(o*100/c/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 c=o.size;for(let l=0;l<c;l++)for(let h=0;h<c;h++)o.isReserved(h,l)||o.xor(h,l,r(i,h,l))},t.getBestMask=function(i,o){const c=Object.keys(t.Patterns).length;let l=0,h=1/0;for(let d=0;d<c;d++){o(d),t.applyMask(d,i);const v=t.getPenaltyN1(i)+t.getPenaltyN2(i)+t.getPenaltyN3(i)+t.getPenaltyN4(i);t.applyMask(d,i),v<h&&(h=v,l=d)}return l}})(P3);var Cc={};const yi=xc,Ic=[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],Oc=[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];Cc.getBlocksCount=function(e,r){switch(r){case yi.L:return Ic[(e-1)*4+0];case yi.M:return Ic[(e-1)*4+1];case yi.Q:return Ic[(e-1)*4+2];case yi.H:return Ic[(e-1)*4+3];default:return}},Cc.getTotalCodewordsCount=function(e,r){switch(r){case yi.L:return Oc[(e-1)*4+0];case yi.M:return Oc[(e-1)*4+1];case yi.Q:return Oc[(e-1)*4+2];case yi.H:return Oc[(e-1)*4+3];default:return}};var T3={},Ac={};const na=new Uint8Array(512),Sc=new Uint8Array(256);(function(){let e=1;for(let r=0;r<255;r++)na[r]=e,Sc[e]=r,e<<=1,e&256&&(e^=285);for(let r=255;r<512;r++)na[r]=na[r-255]})(),Ac.log=function(e){if(e<1)throw new Error("log("+e+")");return Sc[e]},Ac.exp=function(e){return na[e]},Ac.mul=function(e,r){return e===0||r===0?0:na[Sc[e]+Sc[r]]},function(t){const e=Ac;t.mul=function(n,i){const o=new Uint8Array(n.length+i.length-1);for(let c=0;c<n.length;c++)for(let l=0;l<i.length;l++)o[c+l]^=e.mul(n[c],i[l]);return o},t.mod=function(n,i){let o=new Uint8Array(n);for(;o.length-i.length>=0;){const c=o[0];for(let h=0;h<i.length;h++)o[h]^=e.mul(i[h],c);let l=0;for(;l<o.length&&o[l]===0;)l++;o=o.slice(l)}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}}(T3);const R3=T3;function Jh(t){this.genPoly=void 0,this.degree=t,this.degree&&this.initialize(this.degree)}Jh.prototype.initialize=function(e){this.degree=e,this.genPoly=R3.generateECPolynomial(this.degree)},Jh.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=R3.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 z9=Jh,N3={},bi={},Xh={};Xh.isValid=function(e){return!isNaN(e)&&e>=1&&e<=40};var Mn={};const L3="[0-9]+",W9="[A-Z $%*+\\-./:]+";let ia="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";ia=ia.replace(/u/g,"\\u");const q9="(?:(?![A-Z0-9 $%*+\\-./:]|"+ia+`)(?:.|[\r
|
|
146
|
-
]))+`;
|
|
147
|
-
Make sure your charset is UTF-8`);r=(r>>>8&255)*192+(r&255),t.put(r,13)}};var
|
|
148
|
-
Suggested mode is: `+e.toString($));switch(L===e.KANJI&&!l.isKanjiModeEnabled()&&(L=e.BYTE),L){case e.NUMERIC:return new r(G);case e.ALPHANUMERIC:return new n(G);case e.KANJI:return new o(G);case e.BYTE:return new i(G)}}t.fromArray=function(
|
|
145
|
+
*/const Rr=Bx(class extends kx{constructor(t){var e;if(super(t),t.type!==Fx.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.it===void 0){this.it=new Set,t.strings!==void 0&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter(o=>o!=="")));for(const o in e)e[o]&&!(!((r=this.nt)===null||r===void 0)&&r.has(o))&&this.it.add(o);return this.render(e)}const i=t.element.classList;this.it.forEach(o=>{o in e||(i.remove(o),this.it.delete(o))});for(const o in e){const c=!!e[o];c===this.it.has(o)||!((n=this.nt)===null||n===void 0)&&n.has(o)||(c?(i.add(o),this.it.add(o)):(i.remove(o),this.it.delete(o)))}return Zi}});function Hx(t,e){t.indexOf(e)===-1&&t.push(e)}const n3=(t,e,r)=>Math.min(Math.max(r,t),e),un={duration:.3,delay:0,endDelay:0,repeat:0,easing:"ease"},vc=t=>typeof t=="number",Ls=t=>Array.isArray(t)&&!vc(t[0]),zx=(t,e,r)=>{const n=e-t;return((r-t)%n+n)%n+t};function Wx(t,e){return Ls(t)?t[zx(0,t.length,e)]:t}const i3=(t,e,r)=>-r*t+r*e+t,s3=()=>{},wi=t=>t,Fh=(t,e,r)=>e-t===0?1:(r-t)/(e-t);function o3(t,e){const r=t[t.length-1];for(let n=1;n<=e;n++){const i=Fh(0,e,n);t.push(i3(r,1,i))}}function qx(t){const e=[0];return o3(e,t-1),e}function Vx(t,e=qx(t.length),r=wi){const n=t.length,i=n-e.length;return i>0&&o3(e,i),o=>{let c=0;for(;c<n-2&&!(o<e[c+1]);c++);let l=n3(0,1,Fh(e[c],e[c+1],o));return l=Wx(r,c)(l),i3(t[c],t[c+1],l)}}const a3=t=>Array.isArray(t)&&vc(t[0]),Bh=t=>typeof t=="object"&&!!t.createAnimation,Ji=t=>typeof t=="function",Kx=t=>typeof t=="string",Jo={ms:t=>t*1e3,s:t=>t/1e3},c3=(t,e,r)=>(((1-3*r+3*e)*t+(3*r-6*e))*t+3*e)*t,Gx=1e-7,Zx=12;function Yx(t,e,r,n,i){let o,c,l=0;do c=e+(r-e)/2,o=c3(c,n,i)-t,o>0?r=c:e=c;while(Math.abs(o)>Gx&&++l<Zx);return c}function Xo(t,e,r,n){if(t===e&&r===n)return wi;const i=o=>Yx(o,0,1,t,r);return o=>o===0||o===1?o:c3(i(o),e,n)}const Jx=(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 n3(0,1,i/t)},l3={ease:Xo(.25,.1,.25,1),"ease-in":Xo(.42,0,1,1),"ease-in-out":Xo(.42,0,.58,1),"ease-out":Xo(0,0,.58,1)},Xx=/\((.*?)\)/;function u3(t){if(Ji(t))return t;if(a3(t))return Xo(...t);if(l3[t])return l3[t];if(t.startsWith("steps")){const e=Xx.exec(t);if(e){const r=e[1].split(",");return Jx(parseFloat(r[0]),r[1].trim())}}return wi}class h3{constructor(e,r=[0,1],{easing:n,duration:i=un.duration,delay:o=un.delay,endDelay:c=un.endDelay,repeat:l=un.repeat,offset:h,direction:d="normal"}={}){if(this.startTime=null,this.rate=1,this.t=0,this.cancelTimestamp=null,this.easing=wi,this.duration=0,this.totalDuration=0,this.repeat=0,this.playState="idle",this.finished=new Promise((x,_)=>{this.resolve=x,this.reject=_}),n=n||un.easing,Bh(n)){const x=n.createAnimation(r);n=x.easing,r=x.keyframes||r,i=x.duration||i}this.repeat=l,this.easing=Ls(n)?wi:u3(n),this.updateDuration(i);const v=Vx(r,h,Ls(n)?n.map(u3):wi);this.tick=x=>{var _;o=o;let O=0;this.pauseTime!==void 0?O=this.pauseTime:O=(x-this.startTime)*this.rate,this.t=O,O/=1e3,O=Math.max(O-o,0),this.playState==="finished"&&this.pauseTime===void 0&&(O=this.totalDuration);const P=O/this.duration;let U=Math.floor(P),H=P%1;!H&&P>=1&&(H=1),H===1&&U--;const G=U%2;(d==="reverse"||d==="alternate"&&G||d==="alternate-reverse"&&!G)&&(H=1-H);const R=O>=this.totalDuration?1:Math.min(H,1),L=v(this.easing(R));e(L),this.pauseTime===void 0&&(this.playState==="finished"||O>=this.totalDuration+c)?(this.playState="finished",(_=this.resolve)===null||_===void 0||_.call(this,L)):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 kh=function(){};process.env.NODE_ENV!=="production"&&(kh=function(t,e){if(!t)throw new Error(e)});class Qx{setAnimation(e){this.animation=e,e?.finished.then(()=>this.clearAnimation()).catch(()=>{})}clearAnimation(){this.animation=this.generator=void 0}}const Hh=new WeakMap;function f3(t){return Hh.has(t)||Hh.set(t,{transforms:[],values:new Map}),Hh.get(t)}function e9(t,e){return t.has(e)||t.set(e,new Qx),t.get(e)}const t9=["","X","Y","Z"],r9=["translate","scale","rotate","skew"],yc={x:"translateX",y:"translateY",z:"translateZ"},d3={syntax:"<angle>",initialValue:"0deg",toDefaultUnit:t=>t+"deg"},n9={translate:{syntax:"<length-percentage>",initialValue:"0px",toDefaultUnit:t=>t+"px"},rotate:d3,scale:{syntax:"<number>",initialValue:1,toDefaultUnit:wi},skew:d3},Qo=new Map,zh=t=>`--motion-${t}`,bc=["x","y","z"];r9.forEach(t=>{t9.forEach(e=>{bc.push(t+e),Qo.set(zh(t+e),n9[t])})});const i9=(t,e)=>bc.indexOf(t)-bc.indexOf(e),s9=new Set(bc),p3=t=>s9.has(t),o9=(t,e)=>{yc[e]&&(e=yc[e]);const{transforms:r}=f3(t);Hx(r,e),t.style.transform=a9(r)},a9=t=>t.sort(i9).reduce(c9,"").trim(),c9=(t,e)=>`${t} ${e}(var(${zh(e)}))`,Wh=t=>t.startsWith("--"),g3=new Set;function l9(t){if(!g3.has(t)){g3.add(t);try{const{syntax:e,initialValue:r}=Qo.has(t)?Qo.get(t):{};CSS.registerProperty({name:t,inherits:!1,syntax:e,initialValue:r})}catch{}}}const qh=(t,e)=>document.createElement("div").animate(t,e),m3={cssRegisterProperty:()=>typeof CSS<"u"&&Object.hasOwnProperty.call(CSS,"registerProperty"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,"animate"),partialKeyframes:()=>{try{qh({opacity:[1]})}catch{return!1}return!0},finished:()=>!!qh({opacity:[0,1]},{duration:.001}).finished,linearEasing:()=>{try{qh({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0}},Vh={},Ms={};for(const t in m3)Ms[t]=()=>(Vh[t]===void 0&&(Vh[t]=m3[t]()),Vh[t]);const u9=.015,h9=(t,e)=>{let r="";const n=Math.round(e/u9);for(let i=0;i<n;i++)r+=t(Fh(0,n-1,i))+", ";return r.substring(0,r.length-2)},w3=(t,e)=>Ji(t)?Ms.linearEasing()?`linear(${h9(t,e)})`:un.easing:a3(t)?f9(t):t,f9=([t,e,r,n])=>`cubic-bezier(${t}, ${e}, ${r}, ${n})`;function d9(t,e){for(let r=0;r<t.length;r++)t[r]===null&&(t[r]=r?t[r-1]:e());return t}const p9=t=>Array.isArray(t)?t:[t];function Kh(t){return yc[t]&&(t=yc[t]),p3(t)?zh(t):t}const _c={get:(t,e)=>{e=Kh(e);let r=Wh(e)?t.style.getPropertyValue(e):getComputedStyle(t)[e];if(!r&&r!==0){const n=Qo.get(e);n&&(r=n.initialValue)}return r},set:(t,e,r)=>{e=Kh(e),Wh(e)?t.style.setProperty(e,r):t.style[e]=r}};function v3(t,e=!0){if(!(!t||t.playState==="finished"))try{t.stop?t.stop():(e&&t.commitStyles(),t.cancel())}catch{}}function g9(t,e){var r;let n=e?.toDefaultUnit||wi;const i=t[t.length-1];if(Kx(i)){const o=((r=i.match(/(-?[\d.]+)([a-z%]*)/))===null||r===void 0?void 0:r[2])||"";o&&(n=c=>c+o)}return n}function m9(){return window.__MOTION_DEV_TOOLS_RECORD}function w9(t,e,r,n={},i){const o=m9(),c=n.record!==!1&&o;let l,{duration:h=un.duration,delay:d=un.delay,endDelay:v=un.endDelay,repeat:x=un.repeat,easing:_=un.easing,persist:O=!1,direction:P,offset:U,allowWebkitAcceleration:H=!1}=n;const G=f3(t),R=p3(e);let L=Ms.waapi();R&&o9(t,e);const $=Kh(e),T=e9(G.values,$),I=Qo.get($);return v3(T.animation,!(Bh(_)&&T.generator)&&n.record!==!1),()=>{const f=()=>{var z,ee;return(ee=(z=_c.get(t,$))!==null&&z!==void 0?z:I?.initialValue)!==null&&ee!==void 0?ee:0};let E=d9(p9(r),f);const J=g9(E,I);if(Bh(_)){const z=_.createAnimation(E,e!=="opacity",f,$,T);_=z.easing,E=z.keyframes||E,h=z.duration||h}if(Wh($)&&(Ms.cssRegisterProperty()?l9($):L=!1),R&&!Ms.linearEasing()&&(Ji(_)||Ls(_)&&_.some(Ji))&&(L=!1),L){I&&(E=E.map(de=>vc(de)?I.toDefaultUnit(de):de)),E.length===1&&(!Ms.partialKeyframes()||c)&&E.unshift(f());const z={delay:Jo.ms(d),duration:Jo.ms(h),endDelay:Jo.ms(v),easing:Ls(_)?void 0:w3(_,h),direction:P,iterations:x+1,fill:"both"};l=t.animate({[$]:E,offset:U,easing:Ls(_)?_.map(de=>w3(de,h)):void 0},z),l.finished||(l.finished=new Promise((de,me)=>{l.onfinish=de,l.oncancel=me}));const ee=E[E.length-1];l.finished.then(()=>{O||(_c.set(t,$,ee),l.cancel())}).catch(s3),H||(l.playbackRate=1.000001)}else if(i&&R)E=E.map(z=>typeof z=="string"?parseFloat(z):z),E.length===1&&E.unshift(parseFloat(f())),l=new i(z=>{_c.set(t,$,J?J(z):z)},E,Object.assign(Object.assign({},n),{duration:h,easing:_}));else{const z=E[E.length-1];_c.set(t,$,I&&vc(z)?I.toDefaultUnit(z):z)}return c&&o(t,e,E,{duration:h,delay:d,easing:_,repeat:x,offset:U},"motion-one"),T.setAnimation(l),l}}const v9=(t,e)=>t[e]?Object.assign(Object.assign({},t),t[e]):Object.assign({},t);function y3(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 y9=t=>t(),b3=(t,e,r=un.duration)=>new Proxy({animations:t.map(y9).filter(Boolean),duration:r,options:e},_9),b9=t=>t.animations[0],_9={get:(t,e)=>{const r=b9(t);switch(e){case"duration":return t.duration;case"currentTime":return Jo.s(r?.[e]||0);case"playbackRate":case"playState":return r?.[e];case"finished":return t.finished||(t.finished=Promise.all(t.animations.map(E9)).catch(s3)),t.finished;case"stop":return()=>{t.animations.forEach(n=>v3(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=Jo.ms(r);case"currentTime":case"playbackRate":for(let n=0;n<t.animations.length;n++)t.animations[n][e]=r;return!0}return!1}},E9=t=>t.finished;function x9(t,e,r){return Ji(t)?t(e,r):t}function C9(t){return function(r,n,i={}){r=y3(r);const o=r.length;kh(!!o,"No valid element provided."),kh(!!n,"No keyframes defined.");const c=[];for(let l=0;l<o;l++){const h=r[l];for(const d in n){const v=v9(i,d);v.delay=x9(v.delay,l,o);const x=w9(h,d,n[d],v,t);c.push(x)}}return b3(c,i,i.duration)}}const I9=C9(h3);function O9(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 S9={any:0,all:1};function D9(t,e,{root:r,margin:n,amount:i="any"}={}){if(typeof IntersectionObserver>"u")return()=>{};const o=y3(t),c=new WeakMap,l=d=>{d.forEach(v=>{const x=c.get(v.target);if(v.isIntersecting!==!!x)if(v.isIntersecting){const _=e(v);Ji(_)?c.set(v.target,_):h.unobserve(v.target)}else x&&(x(v),c.delete(v.target))})},h=new IntersectionObserver(l,{root:r,rootMargin:n,threshold:typeof i=="number"?i:S9[i]});return o.forEach(d=>h.observe(d)),()=>h.disconnect()}function Gh(t,e,r){t.dispatchEvent(new CustomEvent(e,{detail:{originalEvent:r}}))}function _3(t,e,r){t.dispatchEvent(new CustomEvent(e,{detail:{originalEntry:r}}))}const A9={isActive:t=>!!t.inView,subscribe:(t,{enable:e,disable:r},{inViewOptions:n={}})=>{const{once:i}=n,o=O9(n,["once"]);return D9(t,c=>{if(e(),_3(t,"viewenter",c),!i)return l=>{r(),_3(t,"viewleave",l)}},o)}},E3=(t,e,r)=>n=>{n.pointerType&&n.pointerType!=="mouse"||(r(),Gh(t,e,n))};[...Object.keys({inView:A9,hover:{isActive:t=>!!t.hover,subscribe:(t,{enable:e,disable:r})=>{const n=E3(t,"hoverstart",e),i=E3(t,"hoverend",r);return t.addEventListener("pointerenter",n),t.addEventListener("pointerleave",i),()=>{t.removeEventListener("pointerenter",n),t.removeEventListener("pointerleave",i)}}},press:{isActive:t=>!!t.press,subscribe:(t,{enable:e,disable:r})=>{const n=o=>{r(),Gh(t,"pressend",o),window.removeEventListener("pointerup",n)},i=o=>{e(),Gh(t,"pressstart",o),window.addEventListener("pointerup",n)};return t.addEventListener("pointerdown",i),()=>{t.removeEventListener("pointerdown",i),window.removeEventListener("pointerup",n)}}}})];function $9(t,e={}){return b3([()=>{const r=new h3(t,[0,1],e);return r.finished.catch(()=>{}),r}],e,e.duration)}function Xi(t,e,r){return(Ji(t)?$9:I9)(t,e,r)}var ea={},P9=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then},x3={},Yr={};let Zh;const T9=[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];Yr.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},Yr.getSymbolTotalCodewords=function(e){return T9[e]},Yr.getBCHDigit=function(t){let e=0;for(;t!==0;)e++,t>>>=1;return e},Yr.setToSJISFunction=function(e){if(typeof e!="function")throw new Error('"toSJISFunc" is not a valid function.');Zh=e},Yr.isKanjiModeEnabled=function(){return typeof Zh<"u"},Yr.toSJIS=function(e){return Zh(e)};var Ec={};(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}}})(Ec);function C3(){this.buffer=[],this.length=0}C3.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 N9=C3;function ta(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)}ta.prototype.set=function(t,e,r,n){const i=t*this.size+e;this.data[i]=r,n&&(this.reservedBit[i]=!0)},ta.prototype.get=function(t,e){return this.data[t*this.size+e]},ta.prototype.xor=function(t,e,r){this.data[t*this.size+e]^=r},ta.prototype.isReserved=function(t,e){return this.reservedBit[t*this.size+e]};var R9=ta,I3={};(function(t){const e=Yr.getSymbolSize;t.getRowColCoords=function(n){if(n===1)return[];const i=Math.floor(n/7)+2,o=e(n),c=o===145?26:Math.ceil((o-13)/(2*i-2))*2,l=[o-7];for(let h=1;h<i-1;h++)l[h]=l[h-1]-c;return l.push(6),l.reverse()},t.getPositions=function(n){const i=[],o=t.getRowColCoords(n),c=o.length;for(let l=0;l<c;l++)for(let h=0;h<c;h++)l===0&&h===0||l===0&&h===c-1||l===c-1&&h===0||i.push([o[l],o[h]]);return i}})(I3);var O3={};const L9=Yr.getSymbolSize,S3=7;O3.getPositions=function(e){const r=L9(e);return[[0,0],[r-S3,0],[0,r-S3]]};var D3={};(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 c=0,l=0,h=0,d=null,v=null;for(let x=0;x<o;x++){l=h=0,d=v=null;for(let _=0;_<o;_++){let O=i.get(x,_);O===d?l++:(l>=5&&(c+=e.N1+(l-5)),d=O,l=1),O=i.get(_,x),O===v?h++:(h>=5&&(c+=e.N1+(h-5)),v=O,h=1)}l>=5&&(c+=e.N1+(l-5)),h>=5&&(c+=e.N1+(h-5))}return c},t.getPenaltyN2=function(i){const o=i.size;let c=0;for(let l=0;l<o-1;l++)for(let h=0;h<o-1;h++){const d=i.get(l,h)+i.get(l,h+1)+i.get(l+1,h)+i.get(l+1,h+1);(d===4||d===0)&&c++}return c*e.N2},t.getPenaltyN3=function(i){const o=i.size;let c=0,l=0,h=0;for(let d=0;d<o;d++){l=h=0;for(let v=0;v<o;v++)l=l<<1&2047|i.get(d,v),v>=10&&(l===1488||l===93)&&c++,h=h<<1&2047|i.get(v,d),v>=10&&(h===1488||h===93)&&c++}return c*e.N3},t.getPenaltyN4=function(i){let o=0;const c=i.data.length;for(let h=0;h<c;h++)o+=i.data[h];return Math.abs(Math.ceil(o*100/c/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 c=o.size;for(let l=0;l<c;l++)for(let h=0;h<c;h++)o.isReserved(h,l)||o.xor(h,l,r(i,h,l))},t.getBestMask=function(i,o){const c=Object.keys(t.Patterns).length;let l=0,h=1/0;for(let d=0;d<c;d++){o(d),t.applyMask(d,i);const v=t.getPenaltyN1(i)+t.getPenaltyN2(i)+t.getPenaltyN3(i)+t.getPenaltyN4(i);t.applyMask(d,i),v<h&&(h=v,l=d)}return l}})(D3);var xc={};const vi=Ec,Cc=[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],Ic=[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];xc.getBlocksCount=function(e,r){switch(r){case vi.L:return Cc[(e-1)*4+0];case vi.M:return Cc[(e-1)*4+1];case vi.Q:return Cc[(e-1)*4+2];case vi.H:return Cc[(e-1)*4+3];default:return}},xc.getTotalCodewordsCount=function(e,r){switch(r){case vi.L:return Ic[(e-1)*4+0];case vi.M:return Ic[(e-1)*4+1];case vi.Q:return Ic[(e-1)*4+2];case vi.H:return Ic[(e-1)*4+3];default:return}};var A3={},Oc={};const ra=new Uint8Array(512),Sc=new Uint8Array(256);(function(){let e=1;for(let r=0;r<255;r++)ra[r]=e,Sc[e]=r,e<<=1,e&256&&(e^=285);for(let r=255;r<512;r++)ra[r]=ra[r-255]})(),Oc.log=function(e){if(e<1)throw new Error("log("+e+")");return Sc[e]},Oc.exp=function(e){return ra[e]},Oc.mul=function(e,r){return e===0||r===0?0:ra[Sc[e]+Sc[r]]},function(t){const e=Oc;t.mul=function(n,i){const o=new Uint8Array(n.length+i.length-1);for(let c=0;c<n.length;c++)for(let l=0;l<i.length;l++)o[c+l]^=e.mul(n[c],i[l]);return o},t.mod=function(n,i){let o=new Uint8Array(n);for(;o.length-i.length>=0;){const c=o[0];for(let h=0;h<i.length;h++)o[h]^=e.mul(i[h],c);let l=0;for(;l<o.length&&o[l]===0;)l++;o=o.slice(l)}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}}(A3);const $3=A3;function Yh(t){this.genPoly=void 0,this.degree=t,this.degree&&this.initialize(this.degree)}Yh.prototype.initialize=function(e){this.degree=e,this.genPoly=$3.generateECPolynomial(this.degree)},Yh.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=$3.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 M9=Yh,P3={},yi={},Jh={};Jh.isValid=function(e){return!isNaN(e)&&e>=1&&e<=40};var Ln={};const T3="[0-9]+",U9="[A-Z $%*+\\-./:]+";let na="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";na=na.replace(/u/g,"\\u");const j9="(?:(?![A-Z0-9 $%*+\\-./:]|"+na+`)(?:.|[\r
|
|
146
|
+
]))+`;Ln.KANJI=new RegExp(na,"g"),Ln.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),Ln.BYTE=new RegExp(j9,"g"),Ln.NUMERIC=new RegExp(T3,"g"),Ln.ALPHANUMERIC=new RegExp(U9,"g");const F9=new RegExp("^"+na+"$"),B9=new RegExp("^"+T3+"$"),k9=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");Ln.testKanji=function(e){return F9.test(e)},Ln.testNumeric=function(e){return B9.test(e)},Ln.testAlphanumeric=function(e){return k9.test(e)},function(t){const e=Jh,r=Ln;t.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},t.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},t.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},t.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},t.MIXED={bit:-1},t.getCharCountIndicator=function(o,c){if(!o.ccBits)throw new Error("Invalid mode: "+o);if(!e.isValid(c))throw new Error("Invalid version: "+c);return c>=1&&c<10?o.ccBits[0]:c<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,c){if(t.isValid(o))return o;try{return n(o)}catch{return c}}}(yi),function(t){const e=Yr,r=xc,n=Ec,i=yi,o=Jh,c=7973,l=e.getBCHDigit(c);function h(_,O,P){for(let U=1;U<=40;U++)if(O<=t.getCapacity(U,P,_))return U}function d(_,O){return i.getCharCountIndicator(_,O)+4}function v(_,O){let P=0;return _.forEach(function(U){const H=d(U.mode,O);P+=H+U.getBitsLength()}),P}function x(_,O){for(let P=1;P<=40;P++)if(v(_,P)<=t.getCapacity(P,O,i.MIXED))return P}t.from=function(O,P){return o.isValid(O)?parseInt(O,10):P},t.getCapacity=function(O,P,U){if(!o.isValid(O))throw new Error("Invalid QR Code version");typeof U>"u"&&(U=i.BYTE);const H=e.getSymbolTotalCodewords(O),G=r.getTotalCodewordsCount(O,P),R=(H-G)*8;if(U===i.MIXED)return R;const L=R-d(U,O);switch(U){case i.NUMERIC:return Math.floor(L/10*3);case i.ALPHANUMERIC:return Math.floor(L/11*2);case i.KANJI:return Math.floor(L/13);case i.BYTE:default:return Math.floor(L/8)}},t.getBestVersionForData=function(O,P){let U;const H=n.from(P,n.M);if(Array.isArray(O)){if(O.length>1)return x(O,H);if(O.length===0)return 1;U=O[0]}else U=O;return h(U.mode,U.getLength(),H)},t.getEncodedBits=function(O){if(!o.isValid(O)||O<7)throw new Error("Invalid QR Code version");let P=O<<12;for(;e.getBCHDigit(P)-l>=0;)P^=c<<e.getBCHDigit(P)-l;return O<<12|P}}(P3);var N3={};const Xh=Yr,R3=1335,H9=21522,L3=Xh.getBCHDigit(R3);N3.getEncodedBits=function(e,r){const n=e.bit<<3|r;let i=n<<10;for(;Xh.getBCHDigit(i)-L3>=0;)i^=R3<<Xh.getBCHDigit(i)-L3;return(n<<10|i)^H9};var M3={};const z9=yi;function Us(t){this.mode=z9.NUMERIC,this.data=t.toString()}Us.getBitsLength=function(e){return 10*Math.floor(e/3)+(e%3?e%3*3+1:0)},Us.prototype.getLength=function(){return this.data.length},Us.prototype.getBitsLength=function(){return Us.getBitsLength(this.data.length)},Us.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 W9=Us;const q9=yi,Qh=["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 js(t){this.mode=q9.ALPHANUMERIC,this.data=t}js.getBitsLength=function(e){return 11*Math.floor(e/2)+6*(e%2)},js.prototype.getLength=function(){return this.data.length},js.prototype.getBitsLength=function(){return js.getBitsLength(this.data.length)},js.prototype.write=function(e){let r;for(r=0;r+2<=this.data.length;r+=2){let n=Qh.indexOf(this.data[r])*45;n+=Qh.indexOf(this.data[r+1]),e.put(n,11)}this.data.length%2&&e.put(Qh.indexOf(this.data[r]),6)};var V9=js,K9=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 c=e.charCodeAt(i+1);c>=56320&&c<=57343&&(o=(o-55296)*1024+c-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 G9=K9,Z9=yi;function Fs(t){this.mode=Z9.BYTE,typeof t=="string"&&(t=G9(t)),this.data=new Uint8Array(t)}Fs.getBitsLength=function(e){return e*8},Fs.prototype.getLength=function(){return this.data.length},Fs.prototype.getBitsLength=function(){return Fs.getBitsLength(this.data.length)},Fs.prototype.write=function(t){for(let e=0,r=this.data.length;e<r;e++)t.put(this.data[e],8)};var Y9=Fs;const J9=yi,X9=Yr;function Bs(t){this.mode=J9.KANJI,this.data=t}Bs.getBitsLength=function(e){return e*13},Bs.prototype.getLength=function(){return this.data.length},Bs.prototype.getBitsLength=function(){return Bs.getBitsLength(this.data.length)},Bs.prototype.write=function(t){let e;for(e=0;e<this.data.length;e++){let r=X9.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]+`
|
|
147
|
+
Make sure your charset is UTF-8`);r=(r>>>8&255)*192+(r&255),t.put(r,13)}};var Q9=Bs,U3={exports:{}};(function(t){var e={single_source_shortest_paths:function(r,n,i){var o={},c={};c[n]=0;var l=e.PriorityQueue.make();l.push(n,0);for(var h,d,v,x,_,O,P,U,H;!l.empty();){h=l.pop(),d=h.value,x=h.cost,_=r[d]||{};for(v in _)_.hasOwnProperty(v)&&(O=_[v],P=x+O,U=c[v],H=typeof c[v]>"u",(H||U>P)&&(c[v]=P,l.push(v,P),o[v]=d))}if(typeof i<"u"&&typeof c[i]>"u"){var G=["Could not find a path from ",n," to ",i,"."].join("");throw new Error(G)}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})(U3),function(t){const e=yi,r=W9,n=V9,i=Y9,o=Q9,c=Ln,l=Yr,h=U3.exports;function d(G){return unescape(encodeURIComponent(G)).length}function v(G,R,L){const $=[];let T;for(;(T=G.exec(L))!==null;)$.push({data:T[0],index:T.index,mode:R,length:T[0].length});return $}function x(G){const R=v(c.NUMERIC,e.NUMERIC,G),L=v(c.ALPHANUMERIC,e.ALPHANUMERIC,G);let $,T;return l.isKanjiModeEnabled()?($=v(c.BYTE,e.BYTE,G),T=v(c.KANJI,e.KANJI,G)):($=v(c.BYTE_KANJI,e.BYTE,G),T=[]),R.concat(L,$,T).sort(function(f,E){return f.index-E.index}).map(function(f){return{data:f.data,mode:f.mode,length:f.length}})}function _(G,R){switch(R){case e.NUMERIC:return r.getBitsLength(G);case e.ALPHANUMERIC:return n.getBitsLength(G);case e.KANJI:return o.getBitsLength(G);case e.BYTE:return i.getBitsLength(G)}}function O(G){return G.reduce(function(R,L){const $=R.length-1>=0?R[R.length-1]:null;return $&&$.mode===L.mode?(R[R.length-1].data+=L.data,R):(R.push(L),R)},[])}function P(G){const R=[];for(let L=0;L<G.length;L++){const $=G[L];switch($.mode){case e.NUMERIC:R.push([$,{data:$.data,mode:e.ALPHANUMERIC,length:$.length},{data:$.data,mode:e.BYTE,length:$.length}]);break;case e.ALPHANUMERIC:R.push([$,{data:$.data,mode:e.BYTE,length:$.length}]);break;case e.KANJI:R.push([$,{data:$.data,mode:e.BYTE,length:d($.data)}]);break;case e.BYTE:R.push([{data:$.data,mode:e.BYTE,length:d($.data)}])}}return R}function U(G,R){const L={},$={start:{}};let T=["start"];for(let I=0;I<G.length;I++){const f=G[I],E=[];for(let J=0;J<f.length;J++){const z=f[J],ee=""+I+J;E.push(ee),L[ee]={node:z,lastCount:0},$[ee]={};for(let de=0;de<T.length;de++){const me=T[de];L[me]&&L[me].node.mode===z.mode?($[me][ee]=_(L[me].lastCount+z.length,z.mode)-_(L[me].lastCount,z.mode),L[me].lastCount+=z.length):(L[me]&&(L[me].lastCount=z.length),$[me][ee]=_(z.length,z.mode)+4+e.getCharCountIndicator(z.mode,R))}}T=E}for(let I=0;I<T.length;I++)$[T[I]].end=0;return{map:$,table:L}}function H(G,R){let L;const $=e.getBestModeForData(G);if(L=e.from(R,$),L!==e.BYTE&&L.bit<$.bit)throw new Error('"'+G+'" cannot be encoded with mode '+e.toString(L)+`.
|
|
148
|
+
Suggested mode is: `+e.toString($));switch(L===e.KANJI&&!l.isKanjiModeEnabled()&&(L=e.BYTE),L){case e.NUMERIC:return new r(G);case e.ALPHANUMERIC:return new n(G);case e.KANJI:return new o(G);case e.BYTE:return new i(G)}}t.fromArray=function(R){return R.reduce(function(L,$){return typeof $=="string"?L.push(H($,null)):$.data&&L.push(H($.data,$.mode)),L},[])},t.fromString=function(R,L){const $=x(R,l.isKanjiModeEnabled()),T=P($),I=U(T,L),f=h.find_path(I.map,"start","end"),E=[];for(let J=1;J<f.length-1;J++)E.push(I.table[f[J]].node);return t.fromArray(O(E))},t.rawSplit=function(R){return t.fromArray(x(R,l.isKanjiModeEnabled()))}}(M3);const Dc=Yr,ef=Ec,eC=N9,tC=R9,rC=I3,nC=O3,tf=D3,rf=xc,iC=M9,Ac=P3,sC=N3,oC=yi,nf=M3;function aC(t,e){const r=t.size,n=nC.getPositions(e);for(let i=0;i<n.length;i++){const o=n[i][0],c=n[i][1];for(let l=-1;l<=7;l++)if(!(o+l<=-1||r<=o+l))for(let h=-1;h<=7;h++)c+h<=-1||r<=c+h||(l>=0&&l<=6&&(h===0||h===6)||h>=0&&h<=6&&(l===0||l===6)||l>=2&&l<=4&&h>=2&&h<=4?t.set(o+l,c+h,!0,!0):t.set(o+l,c+h,!1,!0))}}function cC(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 lC(t,e){const r=rC.getPositions(e);for(let n=0;n<r.length;n++){const i=r[n][0],o=r[n][1];for(let c=-2;c<=2;c++)for(let l=-2;l<=2;l++)c===-2||c===2||l===-2||l===2||c===0&&l===0?t.set(i+c,o+l,!0,!0):t.set(i+c,o+l,!1,!0)}}function uC(t,e){const r=t.size,n=Ac.getEncodedBits(e);let i,o,c;for(let l=0;l<18;l++)i=Math.floor(l/3),o=l%3+r-8-3,c=(n>>l&1)===1,t.set(i,o,c,!0),t.set(o,i,c,!0)}function sf(t,e,r){const n=t.size,i=sC.getEncodedBits(e,r);let o,c;for(o=0;o<15;o++)c=(i>>o&1)===1,o<6?t.set(o,8,c,!0):o<8?t.set(o+1,8,c,!0):t.set(n-15+o,8,c,!0),o<8?t.set(8,n-o-1,c,!0):o<9?t.set(8,15-o-1+1,c,!0):t.set(8,15-o-1,c,!0);t.set(n-8,8,1,!0)}function hC(t,e){const r=t.size;let n=-1,i=r-1,o=7,c=0;for(let l=r-1;l>0;l-=2)for(l===6&&l--;;){for(let h=0;h<2;h++)if(!t.isReserved(i,l-h)){let d=!1;c<e.length&&(d=(e[c]>>>o&1)===1),t.set(i,l-h,d),o--,o===-1&&(c++,o=7)}if(i+=n,i<0||r<=i){i-=n,n=-n;break}}}function fC(t,e,r){const n=new eC;r.forEach(function(h){n.put(h.mode.bit,4),n.put(h.getLength(),oC.getCharCountIndicator(h.mode,t)),h.write(n)});const i=Dc.getSymbolTotalCodewords(t),o=rf.getTotalCodewordsCount(t,e),c=(i-o)*8;for(n.getLengthInBits()+4<=c&&n.put(0,4);n.getLengthInBits()%8!==0;)n.putBit(0);const l=(c-n.getLengthInBits())/8;for(let h=0;h<l;h++)n.put(h%2?17:236,8);return dC(n,t,e)}function dC(t,e,r){const n=Dc.getSymbolTotalCodewords(e),i=rf.getTotalCodewordsCount(e,r),o=n-i,c=rf.getBlocksCount(e,r),l=n%c,h=c-l,d=Math.floor(n/c),v=Math.floor(o/c),x=v+1,_=d-v,O=new iC(_);let P=0;const U=new Array(c),H=new Array(c);let G=0;const R=new Uint8Array(t.buffer);for(let f=0;f<c;f++){const E=f<h?v:x;U[f]=R.slice(P,P+E),H[f]=O.encode(U[f]),P+=E,G=Math.max(G,E)}const L=new Uint8Array(n);let $=0,T,I;for(T=0;T<G;T++)for(I=0;I<c;I++)T<U[I].length&&(L[$++]=U[I][T]);for(T=0;T<_;T++)for(I=0;I<c;I++)L[$++]=H[I][T];return L}function pC(t,e,r,n){let i;if(Array.isArray(t))i=nf.fromArray(t);else if(typeof t=="string"){let d=e;if(!d){const v=nf.rawSplit(t);d=Ac.getBestVersionForData(v,r)}i=nf.fromString(t,d||40)}else throw new Error("Invalid data");const o=Ac.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(`
|
|
149
149
|
The chosen QR Code version cannot contain this amount of data.
|
|
150
150
|
Minimum version required to store current data is: `+o+`.
|
|
151
|
-
`);const c=
|
|
152
|
-
`;return typeof n=="function"&&n(null,_),_};const CC=j9,lf=O3,W3=k3,IC=H3;function uf(t,e,r,n,i){const o=[].slice.call(arguments,1),c=o.length,l=typeof o[c-1]=="function";if(!l&&!CC())throw new Error("Callback required as last argument");if(l){if(c<2)throw new Error("Too few arguments provided");c===2?(i=r,r=e,e=n=void 0):c===3&&(e.getContext&&typeof i>"u"?(i=n,n=void 0):(i=n,n=r,r=e,e=void 0))}else{if(c<1)throw new Error("Too few arguments provided");return c===1?(r=e,e=n=void 0):c===2&&!e.getContext&&(n=r,r=e,e=void 0),new Promise(function(h,d){try{const v=lf.create(r,n);h(t(v,e,n))}catch(v){d(v)}})}try{const h=lf.create(r,n);i(null,t(h,e,n))}catch(h){i(h)}}ta.create=lf.create,ta.toCanvas=uf.bind(null,W3.render),ta.toDataURL=uf.bind(null,W3.renderToDataURL),ta.toString=uf.bind(null,function(t,e,r){return IC.render(t,r)});var OC=Object.defineProperty,q3=Object.getOwnPropertySymbols,AC=Object.prototype.hasOwnProperty,SC=Object.prototype.propertyIsEnumerable,V3=(t,e,r)=>e in t?OC(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Pc=(t,e)=>{for(var r in e||(e={}))AC.call(e,r)&&V3(t,r,e[r]);if(q3)for(var r of q3(e))SC.call(e,r)&&V3(t,r,e[r]);return t};function DC(){var t;const e=(t=Ln.state.themeMode)!=null?t:"dark",r={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)"}}[e];return{"--w3m-color-fg-1":r.foreground[1],"--w3m-color-fg-2":r.foreground[2],"--w3m-color-fg-3":r.foreground[3],"--w3m-color-bg-1":r.background[1],"--w3m-color-bg-2":r.background[2],"--w3m-color-bg-3":r.background[3],"--w3m-color-overlay":r.overlay}}function K3(){return{"--w3m-accent-color":"#3396FF","--w3m-accent-fill-color":"#FFFFFF","--w3m-z-index":"89","--w3m-background-color":"#3396FF","--w3m-background-border-radius":"8px","--w3m-container-border-radius":"30px","--w3m-wallet-icon-border-radius":"15px","--w3m-wallet-icon-large-border-radius":"30px","--w3m-wallet-icon-small-border-radius":"7px","--w3m-input-border-radius":"28px","--w3m-button-border-radius":"10px","--w3m-notification-border-radius":"36px","--w3m-secondary-button-border-radius":"28px","--w3m-icon-button-border-radius":"50%","--w3m-button-hover-highlight-border-radius":"10px","--w3m-text-big-bold-size":"20px","--w3m-text-big-bold-weight":"600","--w3m-text-big-bold-line-height":"24px","--w3m-text-big-bold-letter-spacing":"-0.03em","--w3m-text-big-bold-text-transform":"none","--w3m-text-xsmall-bold-size":"10px","--w3m-text-xsmall-bold-weight":"700","--w3m-text-xsmall-bold-line-height":"12px","--w3m-text-xsmall-bold-letter-spacing":"0.02em","--w3m-text-xsmall-bold-text-transform":"uppercase","--w3m-text-xsmall-regular-size":"12px","--w3m-text-xsmall-regular-weight":"600","--w3m-text-xsmall-regular-line-height":"14px","--w3m-text-xsmall-regular-letter-spacing":"-0.03em","--w3m-text-xsmall-regular-text-transform":"none","--w3m-text-small-thin-size":"14px","--w3m-text-small-thin-weight":"500","--w3m-text-small-thin-line-height":"16px","--w3m-text-small-thin-letter-spacing":"-0.03em","--w3m-text-small-thin-text-transform":"none","--w3m-text-small-regular-size":"14px","--w3m-text-small-regular-weight":"600","--w3m-text-small-regular-line-height":"16px","--w3m-text-small-regular-letter-spacing":"-0.03em","--w3m-text-small-regular-text-transform":"none","--w3m-text-medium-regular-size":"16px","--w3m-text-medium-regular-weight":"600","--w3m-text-medium-regular-line-height":"20px","--w3m-text-medium-regular-letter-spacing":"-0.03em","--w3m-text-medium-regular-text-transform":"none","--w3m-font-family":"-apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif","--w3m-success-color":"rgb(38,181,98)","--w3m-error-color":"rgb(242, 90, 103)"}}function $C(){const{themeVariables:t}=Ln.state;return{"--w3m-background-image-url":t!=null&&t["--w3m-background-image-url"]?`url(${t["--w3m-background-image-url"]})`:"none"}}const Fe={getPreset(t){return K3()[t]},setTheme(){const t=document.querySelector(":root"),{themeVariables:e}=Ln.state;if(t){const r=Pc(Pc(Pc(Pc({},DC()),K3()),e),$C());Object.entries(r).forEach(([n,i])=>t.style.setProperty(n,i))}},globalCss:Ve`*,::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;transition:all .2s ease}@media (hover:hover) and (pointer:fine){button:active{transition:all .1s ease;transform:scale(.93)}}button::after{content:'';position:absolute;top:0;bottom:0;left:0;right: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-accent-fill-color);background:var(--w3m-accent-color)}`},PC=Ve`button{display:flex;border-radius:var(--w3m-button-hover-highlight-border-radius);flex-direction:column;justify-content:center;padding:5px;width:100px}button:active{background-color:var(--w3m-color-overlay)}@media(hover:hover){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-accent-color);border-radius:var(--w3m-icon-button-border-radius);margin-bottom:4px}button path{fill:var(--w3m-accent-fill-color)}`;var TC=Object.defineProperty,RC=Object.getOwnPropertyDescriptor,Tc=(t,e,r,n)=>{for(var i=n>1?void 0:n?RC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&TC(e,r,i),i};let Hs=class extends $e{constructor(){super(...arguments),this.icon=void 0,this.label="",this.onClick=()=>null}render(){return oe`<button @click="${this.onClick}"><div>${this.icon}</div><w3m-text variant="xsmall-regular" color="accent">${this.label}</w3m-text></button>`}};Hs.styles=[Fe.globalCss,PC],Tc([Ae()],Hs.prototype,"icon",2),Tc([Ae()],Hs.prototype,"label",2),Tc([Ae()],Hs.prototype,"onClick",2),Hs=Tc([Ne("w3m-box-button")],Hs);const NC=Ve`button{border-radius:var(--w3m-secondary-button-border-radius);height:28px;padding:0 10px;background-color:var(--w3m-accent-color)}button path{fill:var(--w3m-accent-fill-color)}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:active::after{background-color:var(--w3m-color-overlay)}.w3m-ghost,.w3m-ghost:active::after,.w3m-outline{background-color:transparent}.w3m-ghost:active{opacity:.5}@media(hover:hover){button:hover::after{background-color:var(--w3m-color-overlay)}.w3m-ghost:hover::after{background-color:transparent}.w3m-ghost:hover{opacity:.5}}button:disabled{background-color:var(--w3m-color-bg-3);pointer-events:none}.w3m-ghost::after{border-color:transparent}.w3m-ghost path{fill:var(--w3m-color-fg-2)}.w3m-outline path{fill:var(--w3m-accent-color)}.w3m-outline:disabled{background-color:transparent;opacity:.5}`;var LC=Object.defineProperty,MC=Object.getOwnPropertyDescriptor,zs=(t,e,r,n)=>{for(var i=n>1?void 0:n?MC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&LC(e,r,i),i};let _i=class extends $e{constructor(){super(...arguments),this.disabled=!1,this.iconLeft=void 0,this.iconRight=void 0,this.onClick=()=>null,this.variant="default"}render(){const t={"w3m-icon-left":this.iconLeft!==void 0,"w3m-icon-right":this.iconRight!==void 0,"w3m-ghost":this.variant==="ghost","w3m-outline":this.variant==="outline"};let e="inverse";return this.variant==="ghost"&&(e="secondary"),this.variant==="outline"&&(e="accent"),oe`<button class="${Lr(t)}" ?disabled="${this.disabled}" @click="${this.onClick}">${this.iconLeft}<w3m-text variant="small-regular" color="${e}"><slot></slot></w3m-text>${this.iconRight}</button>`}};_i.styles=[Fe.globalCss,NC],zs([Ae()],_i.prototype,"disabled",2),zs([Ae()],_i.prototype,"iconLeft",2),zs([Ae()],_i.prototype,"iconRight",2),zs([Ae()],_i.prototype,"onClick",2),zs([Ae()],_i.prototype,"variant",2),_i=zs([Ne("w3m-button")],_i);const UC=Ve`:host{display:inline-block}button{padding:0 15px 1px;height:40px;border-radius:var(--w3m-button-border-radius);color:var(--w3m-accent-fill-color);background-color:var(--w3m-accent-color)}button::after{content:'';top:0;bottom:0;left:0;right:0;position:absolute;background-color:transparent;border-radius:inherit;transition:background-color .2s ease;border:1px solid var(--w3m-color-overlay)}button:active::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-accent-color);background-color:transparent}.w3m-secondary::after{display:none}@media(hover:hover){button:hover::after{background-color:var(--w3m-color-overlay)}}`;var jC=Object.defineProperty,FC=Object.getOwnPropertyDescriptor,hf=(t,e,r,n)=>{for(var i=n>1?void 0:n?FC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&jC(e,r,i),i};let sa=class extends $e{constructor(){super(...arguments),this.disabled=!1,this.variant="primary"}render(){const t={"w3m-secondary":this.variant==="secondary"};return oe`<button ?disabled="${this.disabled}" class="${Lr(t)}"><slot></slot></button>`}};sa.styles=[Fe.globalCss,UC],hf([Ae()],sa.prototype,"disabled",2),hf([Ae()],sa.prototype,"variant",2),sa=hf([Ne("w3m-button-big")],sa);const BC=Ve`:host{background-color:var(--w3m-color-bg-2);border-top:1px solid var(--w3m-color-bg-3)}div{padding:10px 20px;display:inherit;flex-direction:inherit;align-items:inherit;width:inherit;justify-content:inherit}`;var kC=Object.defineProperty,HC=Object.getOwnPropertyDescriptor,zC=(t,e,r,n)=>{for(var i=n>1?void 0:n?HC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&kC(e,r,i),i};let ff=class extends $e{render(){return oe`<div><slot></slot></div>`}};ff.styles=[Fe.globalCss,BC],ff=zC([Ne("w3m-info-footer")],ff);const Le={CROSS_ICON:ut`<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>`,WALLET_CONNECT_LOGO:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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>`,GLOBE_ICON:ut`<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#fff" fill-rule="evenodd" d="M15.5 8a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Zm-2.113.75c.301 0 .535.264.47.558a6.01 6.01 0 0 1-2.867 3.896c-.203.116-.42-.103-.334-.32.409-1.018.691-2.274.797-3.657a.512.512 0 0 1 .507-.477h1.427Zm.47-2.058c.065.294-.169.558-.47.558H11.96a.512.512 0 0 1-.507-.477c-.106-1.383-.389-2.638-.797-3.656-.087-.217.13-.437.333-.32a6.01 6.01 0 0 1 2.868 3.895Zm-4.402.558c.286 0 .515-.24.49-.525-.121-1.361-.429-2.534-.83-3.393-.279-.6-.549-.93-.753-1.112a.535.535 0 0 0-.724 0c-.204.182-.474.513-.754 1.112-.4.859-.708 2.032-.828 3.393a.486.486 0 0 0 .49.525h2.909Zm-5.415 0c.267 0 .486-.21.507-.477.106-1.383.389-2.638.797-3.656.087-.217-.13-.437-.333-.32a6.01 6.01 0 0 0-2.868 3.895c-.065.294.169.558.47.558H4.04ZM2.143 9.308c-.065-.294.169-.558.47-.558H4.04c.267 0 .486.21.507.477.106 1.383.389 2.639.797 3.657.087.217-.13.436-.333.32a6.01 6.01 0 0 1-2.868-3.896Zm3.913-.033a.486.486 0 0 1 .49-.525h2.909c.286 0 .515.24.49.525-.121 1.361-.428 2.535-.83 3.394-.279.6-.549.93-.753 1.112a.535.535 0 0 1-.724 0c-.204-.182-.474-.513-.754-1.112-.4-.859-.708-2.033-.828-3.394Z" clip-rule="evenodd"/></svg>`},WC=Ve`.w3m-toolbar-placeholder{top:0;bottom:0;left:0;right:0;width:100%;position:absolute;display:block;pointer-events:none;height:100px;border-radius:calc(var(--w3m-background-border-radius) * .9);background-color:var(--w3m-background-color);background-image:var(--w3m-background-image-url);background-position:center;background-size:cover}.w3m-toolbar{height:38px;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-accent-fill-color)}button{width:28px;height:28px;border-radius:var(--w3m-icon-button-border-radius);border:0;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:var(--w3m-color-bg-1);box-shadow:0 0 0 1px var(--w3m-color-overlay)}button:active{background-color:var(--w3m-color-bg-2)}button svg{display:block;object-position:center}button path{fill:var(--w3m-color-fg-1)}.w3m-toolbar div{display:flex}.w3m-toolbar div 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)}@media(hover:hover){button:hover{background-color:var(--w3m-color-bg-2)}}`;var qC=Object.defineProperty,VC=Object.getOwnPropertyDescriptor,G3=(t,e,r,n)=>{for(var i=n>1?void 0:n?VC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&qC(e,r,i),i};let Rc=class extends $e{constructor(){super(),this.isHelp=!1,this.unsubscribeRouter=void 0,this.unsubscribeRouter=tt.subscribe(t=>{this.isHelp=t.view==="Help"})}disconnectedCallback(){var t;(t=this.unsubscribeRouter)==null||t.call(this)}onHelp(){tt.push("Help")}logoTemplate(){var t;const e=(t=Ln.state.themeVariables)==null?void 0:t["--w3m-logo-image-url"];return e?oe`<img src="${e}">`:Le.WALLET_CONNECT_LOGO}render(){const t={"w3m-help-active":this.isHelp};return oe`<div class="w3m-toolbar-placeholder"></div><div class="w3m-toolbar">${this.logoTemplate()}<div class="${Lr(t)}"><button @click="${this.onHelp}">${Le.HELP_ICON}</button> <button @click="${Nr.close}">${Le.CROSS_ICON}</button></div></div>`}};Rc.styles=[Fe.globalCss,WC],G3([gt()],Rc.prototype,"isHelp",2),Rc=G3([Ne("w3m-modal-backcard")],Rc);const KC=Ve`main{padding:20px;padding-top:0;width:100%}`;var GC=Object.defineProperty,ZC=Object.getOwnPropertyDescriptor,YC=(t,e,r,n)=>{for(var i=n>1?void 0:n?ZC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&GC(e,r,i),i};let df=class extends $e{render(){return oe`<main><slot></slot></main>`}};df.styles=[Fe.globalCss,KC],df=YC([Ne("w3m-modal-content")],df);const JC=Ve`footer{padding:10px;display:flex;flex-direction:column;align-items:inherit;justify-content:inherit;border-top:1px solid var(--w3m-color-bg-2)}`;var XC=Object.defineProperty,QC=Object.getOwnPropertyDescriptor,eI=(t,e,r,n)=>{for(var i=n>1?void 0:n?QC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&XC(e,r,i),i};let pf=class extends $e{render(){return oe`<footer><slot></slot></footer>`}};pf.styles=[Fe.globalCss,JC],pf=eI([Ne("w3m-modal-footer")],pf);const tI=Ve`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}header button:active{opacity:.5}@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-accent-color)}`;var rI=Object.defineProperty,nI=Object.getOwnPropertyDescriptor,oa=(t,e,r,n)=>{for(var i=n>1?void 0:n?nI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&rI(e,r,i),i};let es=class extends $e{constructor(){super(...arguments),this.title="",this.onAction=void 0,this.actionIcon=void 0,this.border=!1}backBtnTemplate(){return oe`<button class="w3m-back-btn" @click="${tt.goBack}">${Le.BACK_ICON}</button>`}actionBtnTemplate(){return oe`<button class="w3m-action-btn" @click="${this.onAction}">${this.actionIcon}</button>`}render(){const t={"w3m-border":this.border},e=tt.state.history.length>1,r=this.title?oe`<w3m-text variant="big-bold">${this.title}</w3m-text>`:oe`<slot></slot>`;return oe`<header class="${Lr(t)}">${e?this.backBtnTemplate():null} ${r} ${this.onAction?this.actionBtnTemplate():null}</header>`}};es.styles=[Fe.globalCss,tI],oa([Ae()],es.prototype,"title",2),oa([Ae()],es.prototype,"onAction",2),oa([Ae()],es.prototype,"actionIcon",2),oa([Ae()],es.prototype,"border",2),es=oa([Ne("w3m-modal-header")],es);const iI={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"},sI={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"}},Xr={externalWallets(){const{isStandalone:t}=De.state;if(t)return[];let e=Nt.client().getConnectors();return e=e.filter(r=>r.id!=="injected"),e},manualWallets(){var t,e;const{mobileWallets:r,desktopWallets:n}=jt.state,i=(t=Xr.recentWallet())==null?void 0:t.id,o=Oe.isMobile()?r:n,c=o?.filter(l=>i!==l.id);return(e=Oe.isMobile()?c?.map(({id:l,name:h,links:d})=>({id:l,name:h,mobile:d,links:d})):c?.map(({id:l,name:h,links:d})=>({id:l,name:h,desktop:d,links:d})))!=null?e:[]},installedInjectedWallets(){const{isStandalone:t}=De.state;if(t)return[];if(!Nt.client().isInjectedProviderInstalled())return[];const{namespace:e}=Nt.client(),{injectedWallets:r}=nr.state;let n=r.filter(({injected:i})=>!!i.some(o=>Nt.client().safeCheckInjectedProvider(o.injected_id)&&o.namespace===e));return n.length>1&&(n=n.filter(({injected:i})=>!!i.map(({injected_id:o})=>o).every(o=>o!=="isMetaMask"))),n.length?n:[{name:"Browser",id:"browser",image_id:void 0}]},injectedWallets(){const{isStandalone:t}=De.state,{explorerExcludedWalletIds:e,explorerRecommendedWalletIds:r}=jt.state,n=Oe.isMobile();if(t||e==="ALL"||n)return[];const{namespace:i}=Nt.client(),{injectedWallets:o}=nr.state;return o.filter(({id:c,injected:l})=>{const h=Oe.isArray(e)?e:[],d=Oe.isArray(r)?r:[];return!!l.some(v=>v.namespace===i&&!h.includes(c)&&!d.includes(c))})},recentWallet(){return xe.getRecentWallet()},recomendedWallets(t=!1){var e;const r=Xr.installedInjectedWallets().map(({id:c})=>c),n=t||(e=Xr.recentWallet())==null?void 0:e.id,i=[...r,n],{recomendedWallets:o}=nr.state;return o.filter(c=>!i.includes(c.id))}},xe={MOBILE_BREAKPOINT:600,W3M_RECENT_WALLET_DATA:"W3M_RECENT_WALLET_DATA",EXPLORER_WALLET_URL:"https://explorer.walletconnect.com/?type=wallet",rejectStandaloneButtonComponent(){const{isStandalone:t}=De.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},getWalletIcon({id:t,image_id:e}){const{walletImages:r}=jt.state;return r!=null&&r[t]?r[t]:e?nr.getWalletImageUrl(e):""},getWalletName(t,e=!1){return e?t.split(" ")[0]:t},getChainIcon(t){var e;const r=iI[t],{projectId:n,chainImages:i}=jt.state;return(e=i?.[t])!=null?e:n&&r?nr.getAssetImageUrl(r):""},getTokenIcon(t){var e,r;const n=(e=sI[t])==null?void 0:e.icon,{projectId:i,tokenImages:o}=jt.state;return(r=o?.[t])!=null?r:i&&n?nr.getAssetImageUrl(n):""},isMobileAnimation(){return window.innerWidth<=xe.MOBILE_BREAKPOINT},async preloadImage(t){const e=new Promise((r,n)=>{const i=new Image;i.onload=r,i.onerror=n,i.src=t});return Promise.race([e,Oe.wait(3e3)])},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)}},handleMobileLinking(t){const{standaloneUri:e}=De.state,{pairingUri:r}=hr.state,{mobile:n,name:i}=t,o=n?.native,c=n?.universal;xe.setRecentWallet(t);function l(h){let d="";o?d=Oe.formatUniversalUrl(o,h,i):c&&(d=Oe.formatNativeUrl(c,h,i)),Oe.openHref(d,"_self")}l(e||r)},handleAndroidLinking(){const{standaloneUri:t}=De.state,{pairingUri:e}=hr.state;t?(Oe.setWalletConnectAndroidDeepLink(t),Oe.openHref(t,"_self")):(Oe.setWalletConnectAndroidDeepLink(e),Oe.openHref(e,"_self"))},async handleUriCopy(){const{standaloneUri:t}=De.state,{pairingUri:e}=hr.state;t?await navigator.clipboard.writeText(t):await navigator.clipboard.writeText(e),Wr.openToast("Link copied","success")},async handleConnectorConnection(t,e){try{const{selectedChain:r}=De.state;await Nt.client().connectConnector(t,r?.id),Nr.close()}catch(r){console.error(r),e?e():Wr.openToast(xe.getErrorMessage(r),"error")}},getCustomImageUrls(){const{chainImages:t,walletImages:e}=jt.state,r=Object.values(t??{}),n=Object.values(e??{});return Object.values([...r,...n])},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 c=0;for(let h=0;h<o.length;h+=1)c=o.charCodeAt(h)+((c<<5)-c),c=c&c;const l=[0,0,0];for(let h=0;h<3;h+=1){const d=c>>h*8&255;l[h]=d}n.push(`rgb(${l[0]}, ${l[1]}, ${l[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(([c,l])=>i.style.setProperty(c,l))}},setRecentWallet(t){const{walletConnectVersion:e}=De.state;localStorage.setItem(xe.W3M_RECENT_WALLET_DATA,JSON.stringify({[e]:t}))},getRecentWallet(){const t=localStorage.getItem(xe.W3M_RECENT_WALLET_DATA);if(t){const{walletConnectVersion:e}=De.state,r=JSON.parse(t);if(r[e])return r[e]}},caseSafeIncludes(t,e){return t.toUpperCase().includes(e.toUpperCase())},openWalletExplorerUrl(){Oe.openHref(xe.EXPLORER_WALLET_URL,"_blank")},getCachedRouterWalletPlatforms(){const{id:t,desktop:e,mobile:r,injected:n}=Oe.getWalletRouterData(),i=Xr.installedInjectedWallets(),o=!!(n!=null&&n.length),c=i.some(v=>v.id===t),l=!!(e!=null&&e.native),h=!!(e!=null&&e.universal),d=!!(r!=null&&r.native)||!!(r!=null&&r.universal);return{isInjectedInstalled:c,isInjected:o,isDesktop:l,isMobile:d,isWeb:h}},goToConnectingView(t){tt.setData({Wallet:t});const e=Oe.isMobile(),{isDesktop:r,isWeb:n,isMobile:i,isInjectedInstalled:o}=xe.getCachedRouterWalletPlatforms();e?o?tt.push("InjectedConnecting"):i?tt.push("MobileConnecting"):n?tt.push("WebConnecting"):tt.push("InstallWallet"):o?tt.push("InjectedConnecting"):r?tt.push("DesktopConnecting"):n?tt.push("WebConnecting"):i?tt.push("MobileQrcodeConnecting"):tt.push("InstallWallet")}},oI=Ve`.w3m-router{overflow:hidden;will-change:transform}.w3m-content{display:flex;flex-direction:column}`;var aI=Object.defineProperty,cI=Object.getOwnPropertyDescriptor,gf=(t,e,r,n)=>{for(var i=n>1?void 0:n?cI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&aI(e,r,i),i};let aa=class extends $e{constructor(){super(),this.view=tt.state.view,this.prevView=tt.state.view,this.unsubscribe=void 0,this.oldHeight="0px",this.resizeObserver=void 0,this.unsubscribe=tt.subscribe(t=>{this.view!==t.view&&this.onChangeRoute()})}firstUpdated(){this.resizeObserver=new ResizeObserver(([t])=>{const e=`${t.contentRect.height}px`;this.oldHeight!=="0px"&&Qi(this.routerEl,{height:[this.oldHeight,e]},{duration:.2}),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 xe.getShadowRootElement(this,".w3m-router")}get contentEl(){return xe.getShadowRootElement(this,".w3m-content")}viewTemplate(){switch(this.view){case"ConnectWallet":return oe`<w3m-connect-wallet-view></w3m-connect-wallet-view>`;case"SelectNetwork":return oe`<w3m-select-network-view></w3m-select-network-view>`;case"InjectedConnecting":return oe`<w3m-injected-connecting-view></w3m-injected-connecting-view>`;case"DesktopConnecting":return oe`<w3m-desktop-connecting-view></w3m-desktop-connecting-view>`;case"MobileConnecting":return oe`<w3m-mobile-connecting-view></w3m-mobile-connecting-view>`;case"WebConnecting":return oe`<w3m-web-connecting-view></w3m-web-connecting-view>`;case"MobileQrcodeConnecting":return oe`<w3m-mobile-qr-connecting-view></w3m-mobile-qr-connecting-view>`;case"GetWallet":return oe`<w3m-get-wallet-view></w3m-get-wallet-view>`;case"WalletExplorer":return oe`<w3m-wallet-explorer-view></w3m-wallet-explorer-view>`;case"Qrcode":return oe`<w3m-qrcode-view></w3m-qrcode-view>`;case"Help":return oe`<w3m-help-view></w3m-help-view>`;case"Account":return oe`<w3m-account-view></w3m-account-view>`;case"SwitchNetwork":return oe`<w3m-switch-network-view></w3m-switch-network-view>`;case"InstallWallet":return oe`<w3m-install-wallet-view></w3m-install-wallet-view>`;default:return oe`<div>Not Found</div>`}}async onChangeRoute(){await Qi(this.routerEl,{opacity:[1,0],scale:[1,1.02]},{duration:.15,delay:.1}).finished,this.view=tt.state.view,Qi(this.routerEl,{opacity:[0,1],scale:[.99,1]},{duration:.37,delay:.05})}render(){return oe`<div class="w3m-router"><div class="w3m-content">${this.viewTemplate()}</div></div>`}};aa.styles=[Fe.globalCss,oI],gf([gt()],aa.prototype,"view",2),gf([gt()],aa.prototype,"prevView",2),aa=gf([Ne("w3m-modal-router")],aa);const lI=Ve`div{height:36px;width:max-content;display:flex;justify-content:center;align-items:center;padding:9px 15px 11px;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:var(--w3m-notification-border-radius);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-accent-color)}.w3m-error path{fill:var(--w3m-error-color)}`;var uI=Object.defineProperty,hI=Object.getOwnPropertyDescriptor,Z3=(t,e,r,n)=>{for(var i=n>1?void 0:n?hI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&uI(e,r,i),i};let Nc=class extends $e{constructor(){super(),this.open=!1,this.unsubscribe=void 0,this.timeout=void 0,this.unsubscribe=Wr.subscribe(t=>{t.open?(this.open=!0,this.timeout=setTimeout(()=>Wr.closeToast(),2200)):(this.open=!1,clearTimeout(this.timeout))})}disconnectedCallback(){var t;(t=this.unsubscribe)==null||t.call(this),clearTimeout(this.timeout),Wr.closeToast()}render(){const{message:t,variant:e}=Wr.state,r={"w3m-success":e==="success","w3m-error":e==="error"};return this.open?oe`<div class="${Lr(r)}">${e==="success"?Le.CHECKMARK_ICON:null} ${e==="error"?Le.CROSS_ICON:null}<w3m-text variant="small-regular">${t}</w3m-text></div>`:null}};Nc.styles=[Fe.globalCss,lI],Z3([gt()],Nc.prototype,"open",2),Nc=Z3([Ne("w3m-modal-toast")],Nc);const fI=Ve`button{padding:5px;border-radius:var(--w3m-button-hover-highlight-border-radius);display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:90px;position:relative}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:active{background-color:var(--w3m-color-overlay)}.w3m-unsupported{opacity:.3}@media(hover:hover){button:hover{background-color:var(--w3m-color-overlay)}}`;var dI=Object.defineProperty,pI=Object.getOwnPropertyDescriptor,ca=(t,e,r,n)=>{for(var i=n>1?void 0:n?pI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&dI(e,r,i),i};let ts=class extends $e{constructor(){super(...arguments),this.onClick=()=>null,this.name="",this.chainId="",this.unsupported=!1}render(){const t={"w3m-unsupported":this.unsupported};return oe`<button @click="${this.onClick}" class="${Lr(t)}"><w3m-network-image chainId="${this.chainId}"></w3m-network-image><w3m-text variant="xsmall-regular">${this.name}</w3m-text></button>`}};ts.styles=[Fe.globalCss,fI],ca([Ae()],ts.prototype,"onClick",2),ca([Ae()],ts.prototype,"name",2),ca([Ae()],ts.prototype,"chainId",2),ca([Ae()],ts.prototype,"unsupported",2),ts=ca([Ne("w3m-network-button")],ts);const gI=Ve`@keyframes loading{to{stroke-dashoffset:0}}:host{width:inherit;height:inherit;position:relative}path{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)}image{clip-path:path('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')}`;var mI=Object.defineProperty,wI=Object.getOwnPropertyDescriptor,Y3=(t,e,r,n)=>{for(var i=n>1?void 0:n?wI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&mI(e,r,i),i};let Lc=class extends $e{constructor(){super(...arguments),this.chainId=""}render(){const t=xe.getChainIcon(this.chainId);return t?oe`<svg width="54" height="59" viewBox="0 0 54 59" fill="none"><image href="${t}"/><image href="${t}" width="54" height="59"/><path 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"/></svg>`:oe`${Le.NETWORK_PLACEHOLDER}`}};Lc.styles=[Fe.globalCss,gI],Y3([Ae()],Lc.prototype,"chainId",2),Lc=Y3([Ne("w3m-network-image")],Lc);const vI=.1,J3=2.5,Gn=7;function mf(t,e,r){return t===e?!1:(t-e<0?e-t:t-e)<=r+vI}function yI(t,e){const r=Array.prototype.slice.call(ta.create(t,{errorCorrectionLevel:e}).modules.data,0),n=Math.sqrt(r.length);return r.reduce((i,o,c)=>(c%n===0?i.push([o]):i[i.length-1].push(o))&&i,[])}const bI={generate(t,e,r,n){const i=n==="light"?"#141414":"#fff",o=n==="light"?"#fff":"#141414",c=[],l=yI(t,"Q"),h=e/l.length,d=[{x:0,y:0},{x:1,y:0},{x:0,y:1}];d.forEach(({x:U,y:H})=>{const G=(l.length-Gn)*h*U,N=(l.length-Gn)*h*H,L=.32;for(let $=0;$<d.length;$+=1){const T=h*(Gn-$*2);c.push(ut`<rect fill="${$%2===0?i:o}" height="${T}" rx="${T*L}" ry="${T*L}" width="${T}" x="${G+h*$}" y="${N+h*$}">`)}});const v=Math.floor((r+25)/h),x=l.length/2-v/2,_=l.length/2+v/2-1,O=[];l.forEach((U,H)=>{U.forEach((G,N)=>{if(l[H][N]&&!(H<Gn&&N<Gn||H>l.length-(Gn+1)&&N<Gn||H<Gn&&N>l.length-(Gn+1))&&!(H>x&&H<_&&N>x&&N<_)){const L=H*h+h/2,$=N*h+h/2;O.push([L,$])}})});const P={};return O.forEach(([U,H])=>{P[U]?P[U].push(H):P[U]=[H]}),Object.entries(P).map(([U,H])=>{const G=H.filter(N=>H.every(L=>!mf(N,L,h)));return[Number(U),G]}).forEach(([U,H])=>{H.forEach(G=>{c.push(ut`<circle cx="${U}" cy="${G}" fill="${i}" r="${h/J3}">`)})}),Object.entries(P).filter(([U,H])=>H.length>1).map(([U,H])=>{const G=H.filter(N=>H.some(L=>mf(N,L,h)));return[Number(U),G]}).map(([U,H])=>{H.sort((N,L)=>N<L?-1:1);const G=[];for(const N of H){const L=G.find($=>$.some(T=>mf(N,T,h)));L?L.push(N):G.push([N])}return[U,G.map(N=>[N[0],N[N.length-1]])]}).forEach(([U,H])=>{H.forEach(([G,N])=>{c.push(ut`<line x1="${U}" x2="${U}" y1="${G}" y2="${N}" stroke="${i}" stroke-width="${h/(J3/2)}" stroke-linecap="round">`)})}),c}},_I=Ve`@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:var(--w3m-wallet-icon-border-radius)}svg:first-child{transform:translateY(-50%) translateX(-50%) scale(.9)}svg:first-child path:first-child{fill:var(--w3m-accent-color)}svg:first-child path:last-child{stroke:var(--w3m-color-overlay)}`;var EI=Object.defineProperty,xI=Object.getOwnPropertyDescriptor,Ws=(t,e,r,n)=>{for(var i=n>1?void 0:n?xI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&EI(e,r,i),i};let Zn=class extends $e{constructor(){super(...arguments),this.uri="",this.size=0,this.imageId=void 0,this.walletId=void 0,this.imageUrl=void 0}svgTemplate(){var t;const e=(t=Ln.state.themeMode)!=null?t:"light";return ut`<svg height="${this.size}" width="${this.size}">${bI.generate(this.uri,this.size,this.size/4,e)}</svg>`}render(){return oe`<div>${this.walletId||this.imageUrl?oe`<w3m-wallet-image walletId="${this.walletId}" imageId="${this.imageId}" imageUrl="${this.imageUrl}"></w3m-wallet-image>`:Le.WALLET_CONNECT_ICON_COLORED} ${this.svgTemplate()}<w3m-theme-context></w3m-theme-context></div>`}};Zn.styles=[Fe.globalCss,_I],Ws([Ae()],Zn.prototype,"uri",2),Ws([Ae({type:Number})],Zn.prototype,"size",2),Ws([Ae()],Zn.prototype,"imageId",2),Ws([Ae()],Zn.prototype,"walletId",2),Ws([Ae()],Zn.prototype,"imageUrl",2),Zn=Ws([Ne("w3m-qrcode")],Zn);const CI=Ve`:host{position:relative;height:28px;width:80%}input{width:100%;height:100%;line-height:28px!important;border-radius:var(--w3m-input-border-radius);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:var(--w3m-color-fg-1);background-color:var(--w3m-color-bg-3);box-shadow:inset 0 0 0 1px var(--w3m-color-overlay);caret-color:var(--w3m-accent-color)}input::placeholder{color:var(--w3m-color-fg-2)}svg{left:10px;top:4px;pointer-events:none;position:absolute;width:20px;height:20px}input:focus-within{box-shadow:inset 0 0 0 1px var(--w3m-accent-color)}path{fill:var(--w3m-color-fg-2)}`;var II=Object.defineProperty,OI=Object.getOwnPropertyDescriptor,X3=(t,e,r,n)=>{for(var i=n>1?void 0:n?OI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&II(e,r,i),i};let Mc=class extends $e{constructor(){super(...arguments),this.onChange=()=>null}render(){return oe`<input type="text" @input="${this.onChange}" placeholder="Search wallets"> ${Le.SEARCH_ICON}`}};Mc.styles=[Fe.globalCss,CI],X3([Ae()],Mc.prototype,"onChange",2),Mc=X3([Ne("w3m-search-input")],Mc);const AI=Ve`@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-accent-color)}`;var SI=Object.defineProperty,DI=Object.getOwnPropertyDescriptor,$I=(t,e,r,n)=>{for(var i=n>1?void 0:n?DI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&SI(e,r,i),i};let wf=class extends $e{render(){return oe`<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>`}};wf.styles=[Fe.globalCss,AI],wf=$I([Ne("w3m-spinner")],wf);const PI=Ve`span{font-style:normal;font-family:var(--w3m-font-family);font-feature-settings:'tnum' on,'lnum' on,'case' on}.w3m-xsmall-bold{font-family:var(--w3m-text-xsmall-bold-font-family);font-weight:var(--w3m-text-xsmall-bold-weight);font-size:var(--w3m-text-xsmall-bold-size);line-height:var(--w3m-text-xsmall-bold-line-height);letter-spacing:var(--w3m-text-xsmall-bold-letter-spacing);text-transform:var(--w3m-text-xsmall-bold-text-transform)}.w3m-xsmall-regular{font-family:var(--w3m-text-xsmall-regular-font-family);font-weight:var(--w3m-text-xsmall-regular-weight);font-size:var(--w3m-text-xsmall-regular-size);line-height:var(--w3m-text-xsmall-regular-line-height);letter-spacing:var(--w3m-text-xsmall-regular-letter-spacing);text-transform:var(--w3m-text-xsmall-regular-text-transform)}.w3m-small-thin{font-family:var(--w3m-text-small-thin-font-family);font-weight:var(--w3m-text-small-thin-weight);font-size:var(--w3m-text-small-thin-size);line-height:var(--w3m-text-small-thin-line-height);letter-spacing:var(--w3m-text-small-thin-letter-spacing);text-transform:var(--w3m-text-small-thin-text-transform)}.w3m-small-regular{font-family:var(--w3m-text-small-regular-font-family);font-weight:var(--w3m-text-small-regular-weight);font-size:var(--w3m-text-small-regular-size);line-height:var(--w3m-text-small-regular-line-height);letter-spacing:var(--w3m-text-small-regular-letter-spacing);text-transform:var(--w3m-text-small-regular-text-transform)}.w3m-medium-regular{font-family:var(--w3m-text-medium-regular-font-family);font-weight:var(--w3m-text-medium-regular-weight);font-size:var(--w3m-text-medium-regular-size);line-height:var(--w3m-text-medium-regular-line-height);letter-spacing:var(--w3m-text-medium-regular-letter-spacing);text-transform:var(--w3m-text-medium-regular-text-transform)}.w3m-big-bold{font-family:var(--w3m-text-big-bold-font-family);font-weight:var(--w3m-text-big-bold-weight);font-size:var(--w3m-text-big-bold-size);line-height:var(--w3m-text-big-bold-line-height);letter-spacing:var(--w3m-text-big-bold-letter-spacing);text-transform:var(--w3m-text-big-bold-text-transform)}: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-accent-fill-color)}.w3m-color-accnt{color:var(--w3m-accent-color)}.w3m-color-error{color:var(--w3m-error-color)}`;var TI=Object.defineProperty,RI=Object.getOwnPropertyDescriptor,vf=(t,e,r,n)=>{for(var i=n>1?void 0:n?RI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&TI(e,r,i),i};let la=class extends $e{constructor(){super(...arguments),this.variant="medium-regular",this.color="primary"}render(){const t={"w3m-big-bold":this.variant==="big-bold","w3m-medium-regular":this.variant==="medium-regular","w3m-small-regular":this.variant==="small-regular","w3m-small-thin":this.variant==="small-thin","w3m-xsmall-regular":this.variant==="xsmall-regular","w3m-xsmall-bold":this.variant==="xsmall-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 oe`<span><slot class="${Lr(t)}"></slot></span>`}};la.styles=[Fe.globalCss,PI],vf([Ae()],la.prototype,"variant",2),vf([Ae()],la.prototype,"color",2),la=vf([Ne("w3m-text")],la);const NI=Ve`div{overflow:hidden;position:relative;border-radius:50%}div::after{content:'';position:absolute;top:0;bottom:0;left:0;right: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 LI=Object.defineProperty,MI=Object.getOwnPropertyDescriptor,Q3=(t,e,r,n)=>{for(var i=n>1?void 0:n?MI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&LI(e,r,i),i};let Uc=class extends $e{constructor(){super(...arguments),this.symbol=void 0}render(){var t;const e=xe.getTokenIcon((t=this.symbol)!=null?t:"");return e?oe`<div><img src="${e}" alt="${this.id}"></div>`:Le.TOKEN_PLACEHOLDER}};Uc.styles=[Fe.globalCss,NI],Q3([Ae()],Uc.prototype,"symbol",2),Uc=Q3([Ne("w3m-token-image")],Uc);const UI=Ve`button{width:100%;height:100%;border-radius:var(--w3m-button-hover-highlight-border-radius);display:flex;align-items:flex-start}button:active{background-color:var(--w3m-color-overlay)}@media(hover:hover){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:var(--w3m-wallet-icon-border-radius);margin-bottom:5px}.w3m-sublabel{margin-top:2px}`;var jI=Object.defineProperty,FI=Object.getOwnPropertyDescriptor,Ei=(t,e,r,n)=>{for(var i=n>1?void 0:n?FI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&jI(e,r,i),i};let Un=class extends $e{constructor(){super(...arguments),this.onClick=()=>null,this.name="",this.walletId="",this.label=void 0,this.imageId=void 0,this.installed=!1,this.recent=!1}sublabelTemplate(){return this.recent?oe`<w3m-text class="w3m-sublabel" variant="xsmall-bold" color="tertiary">RECENT</w3m-text>`:this.installed?oe`<w3m-text class="w3m-sublabel" variant="xsmall-bold" color="tertiary">INSTALLED</w3m-text>`:null}handleClick(){gi.click({name:"WALLET_BUTTON",walletId:this.walletId}),this.onClick()}render(){var t;return oe`<button @click="${this.handleClick.bind(this)}"><div><w3m-wallet-image walletId="${this.walletId}" imageId="${this.imageId}"></w3m-wallet-image><w3m-text variant="xsmall-regular">${(t=this.label)!=null?t:xe.getWalletName(this.name,!0)}</w3m-text>${this.sublabelTemplate()}</div></button>`}};Un.styles=[Fe.globalCss,UI],Ei([Ae()],Un.prototype,"onClick",2),Ei([Ae()],Un.prototype,"name",2),Ei([Ae()],Un.prototype,"walletId",2),Ei([Ae()],Un.prototype,"label",2),Ei([Ae()],Un.prototype,"imageId",2),Ei([Ae()],Un.prototype,"installed",2),Ei([Ae()],Un.prototype,"recent",2),Un=Ei([Ne("w3m-wallet-button")],Un);const BI=Ve`:host{display:block}div{overflow:hidden;position:relative;border-radius:inherit;width:100%;height:100%;background-color:var(--w3m-color-overlay)}svg{position:relative;width:100%;height:100%}div::after{content:'';position:absolute;top:0;bottom:0;left:0;right: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 kI=Object.defineProperty,HI=Object.getOwnPropertyDescriptor,jc=(t,e,r,n)=>{for(var i=n>1?void 0:n?HI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&kI(e,r,i),i};let qs=class extends $e{constructor(){super(...arguments),this.walletId="",this.imageId=void 0,this.imageUrl=void 0}render(){var t;const e=(t=this.imageUrl)!=null&&t.length?this.imageUrl:xe.getWalletIcon({id:this.walletId,image_id:this.imageId});return oe`${e.length?oe`<div><img src="${e}" alt="${this.id}"></div>`:Le.WALLET_PLACEHOLDER}`}};qs.styles=[Fe.globalCss,BI],jc([Ae()],qs.prototype,"walletId",2),jc([Ae()],qs.prototype,"imageId",2),jc([Ae()],qs.prototype,"imageUrl",2),qs=jc([Ne("w3m-wallet-image")],qs);var zI=Object.defineProperty,WI=Object.getOwnPropertyDescriptor,qI=(t,e,r,n)=>{for(var i=n>1?void 0:n?WI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&zI(e,r,i),i};let em=class extends $e{constructor(){super(),this.unwatchAccount=void 0,Et.getAccount(),this.fetchProfile(),this.fetchBalance(),this.unwatchAccount=Nt.client().watchAccount(t=>{const{address:e,isConnected:r}=Et.state;t.isConnected&&t.address!==e&&(this.fetchProfile(t.address),this.fetchBalance(t.address),Et.setAddress(t.address)),t.isConnected||Et.resetAccount(),r!==t.isConnected&&Nr.close(),!r&&t.isConnected?gi.track({name:"ACCOUNT_CONNECTED"}):r&&!t.isConnected&&gi.track({name:"ACCOUNT_DISCONNECTED"}),Et.setIsConnected(t.isConnected)})}disconnectedCallback(){var t;(t=this.unwatchAccount)==null||t.call(this)}async fetchProfile(t){var e;const r=(e=De.state.chains)==null?void 0:e.find(n=>n.id===1);if(jt.state.enableAccountView&&r)try{await Et.fetchProfile(xe.preloadImage,t)}catch(n){console.error(n),Wr.openToast(xe.getErrorMessage(n),"error")}}async fetchBalance(t){if(jt.state.enableAccountView)try{await Et.fetchBalance(t)}catch(e){console.error(e),Wr.openToast(xe.getErrorMessage(e),"error")}}};em=qI([Ne("w3m-account-context")],em);var VI=Object.defineProperty,KI=Object.getOwnPropertyDescriptor,tm=(t,e,r,n)=>{for(var i=n>1?void 0:n?KI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&VI(e,r,i),i};let yf=class extends $e{constructor(){super(),this.preload=!0,this.preloadData()}async loadImages(t){try{t!=null&&t.length&&await Promise.all(t.map(async e=>xe.preloadImage(e)))}catch{console.info("Unsuccessful attempt at preloading some images",t)}}async preloadListings(){var t;if(jt.state.enableExplorer){const{chains:e}=De.state;await Promise.all([nr.getRecomendedWallets(),nr.getInjectedWallets()]),De.setIsDataLoaded(!0);const{recomendedWallets:r}=nr.state,n=Xr.installedInjectedWallets(),i=(t=e?.map(l=>xe.getChainIcon(l.id)))!=null?t:[],o=r.map(l=>xe.getWalletIcon(l)),c=n.map(l=>xe.getWalletIcon(l));await this.loadImages([...i,...o,...c])}else De.setIsDataLoaded(!0)}async preloadCustomImages(){const t=xe.getCustomImageUrls();await this.loadImages(t)}async preloadData(){try{this.preload&&(this.preload=!1,await Promise.all([this.preloadListings(),this.preloadCustomImages()]))}catch(t){console.error(t),Wr.openToast("Failed preloading","error")}}};tm([gt()],yf.prototype,"preload",2),yf=tm([Ne("w3m-explorer-context")],yf);var GI=Object.defineProperty,ZI=Object.getOwnPropertyDescriptor,rm=(t,e,r,n)=>{for(var i=n>1?void 0:n?ZI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&GI(e,r,i),i};let bf=class extends $e{constructor(){super(),this.activeChainId=void 0,this.unwatchNetwork=void 0;const t=De.getSelectedChain();this.activeChainId=t?.id,this.unwatchNetwork=Nt.client().watchNetwork(e=>{const r=e.chain;r&&this.activeChainId!==r.id&&(De.setSelectedChain(r),this.activeChainId=r.id,Et.resetBalance(),this.fetchBalance())})}disconnectedCallback(){var t;(t=this.unwatchNetwork)==null||t.call(this)}async fetchBalance(){if(jt.state.enableAccountView)try{await Et.fetchBalance()}catch(t){console.error(t),Wr.openToast(xe.getErrorMessage(t),"error")}}};rm([gt()],bf.prototype,"activeChainId",2),bf=rm([Ne("w3m-network-context")],bf);var YI=Object.defineProperty,JI=Object.getOwnPropertyDescriptor,XI=(t,e,r,n)=>{for(var i=n>1?void 0:n?JI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&YI(e,r,i),i};let nm=class extends $e{constructor(){super(),this.unsubscribeTheme=void 0,Fe.setTheme(),this.unsubscribeTheme=Ln.subscribe(Fe.setTheme),this.preloadThemeImages()}disconnectedCallback(){var t;(t=this.unsubscribeTheme)==null||t.call(this)}async preloadThemeImages(){try{const{themeVariables:t}=Ln.state,e=[t?.["--w3m-background-image-url"],t?.["--w3m-logo-image-url"]].filter(Boolean);e.length&&await Promise.all(e.map(async r=>xe.preloadImage(r)))}catch{console.info("Unsuccessful attempt at preloading some images")}}};nm=XI([Ne("w3m-theme-context")],nm);var QI=Object.defineProperty,eO=Object.getOwnPropertyDescriptor,tO=(t,e,r,n)=>{for(var i=n>1?void 0:n?eO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&QI(e,r,i),i};const rO=24e4,nO=1e3;var im;let sm=class extends $e{constructor(){super(),this.unwatchOptions=void 0,this.unwatchAccount=void 0,this.timeout=void 0,this.isGenerated=!1,this.selectedChainId=(im=De.state.selectedChain)==null?void 0:im.id,this.isAccountConnected=Et.state.isConnected,this.lastRetry=Date.now(),this.unwatchOptions=De.subscribe(t=>{var e,r;((e=t.selectedChain)==null?void 0:e.id)!==this.selectedChainId&&(this.selectedChainId=(r=t.selectedChain)==null?void 0:r.id,this.connectAndWait())}),this.unwatchAccount=Et.subscribe(t=>{(this.isAccountConnected!==t.isConnected||!this.isGenerated)&&(this.isAccountConnected=t.isConnected,setTimeout(this.connectAndWait.bind(this),0))})}disconnectedCallback(){var t,e;(t=this.unwatchOptions)==null||t.call(this),(e=this.unwatchAccount)==null||e.call(this)}async connectAndWait(){if(clearTimeout(this.timeout),!this.isAccountConnected){this.isGenerated=!0,this.timeout=setTimeout(this.connectAndWait.bind(this),rO);try{const{standaloneUri:t,selectedChain:e}=De.state;t?hr.setPairingUri(t):await Nt.client().connectWalletConnect(r=>hr.setPairingUri(r),e?.id)}catch(t){console.error(t),hr.setPairingError(!0),Wr.openToast("Connection request declined","error"),Date.now()-this.lastRetry>=nO&&(this.lastRetry=Date.now(),this.connectAndWait())}}}};sm=tO([Ne("w3m-wc-connection-context")],sm);const iO=Ve`: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:var(--w3m-button-border-radius);padding:4px 4px 4px 8px}div button{border-radius:var(--w3m-secondary-button-border-radius);padding:4px 8px;padding-left:4px;height:auto;margin-left:10px;color:var(--w3m-accent-fill-color);background-color:var(--w3m-accent-color)}.w3m-no-avatar{padding-left:8px}button::after{content:'';top:0;bottom:0;left:0;right: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 sO=Object.defineProperty,oO=Object.getOwnPropertyDescriptor,_f=(t,e,r,n)=>{for(var i=n>1?void 0:n?oO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&sO(e,r,i),i};let Vs=class extends $e{constructor(){super(),this.balance="hide",this.avatar="show",xe.rejectStandaloneButtonComponent()}onOpen(){const{isStandalone:t}=De.state;t||(gi.click({name:"ACCOUNT_BUTTON"}),Nr.open({route:"Account"}))}accountTemplate(){const t=this.avatar==="show";return oe`${t?oe`<w3m-avatar></w3m-avatar>`:null}<w3m-address-text></w3m-address-text>`}render(){const t=this.balance==="show",e={"w3m-no-avatar":this.avatar==="hide"};return t?oe`<div><w3m-balance></w3m-balance><button @click="${this.onOpen}" class="${Lr(e)}">${this.accountTemplate()}</button></div>`:oe`<w3m-button-big @click="${this.onOpen}">${this.accountTemplate()}</w3m-button-big>`}};Vs.styles=[Fe.globalCss,iO],_f([Ae()],Vs.prototype,"balance",2),_f([Ae()],Vs.prototype,"avatar",2),Vs=_f([Ne("w3m-account-button")],Vs);const aO=Ve`button{display:flex;border-radius:var(--w3m-button-hover-highlight-border-radius);flex-direction:column;justify-content:center;padding:5px;width:100px}button:active{background-color:var(--w3m-color-overlay)}@media(hover:hover){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 cO=Object.defineProperty,lO=Object.getOwnPropertyDescriptor,Ef=(t,e,r,n)=>{for(var i=n>1?void 0:n?lO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&cO(e,r,i),i};let ua=class extends $e{constructor(){super(),this.chainId=0,this.label="",this.unsubscribeNetwork=void 0;const{selectedChain:t}=De.state;this.chainId=t?.id,this.label=t?.name,this.unsubscribeNetwork=De.subscribe(({selectedChain:e})=>{this.chainId=e?.id,this.label=e?.name})}disconnectedCallback(){var t;(t=this.unsubscribeNetwork)==null||t.call(this)}onClick(){tt.push("SelectNetwork")}render(){const{chains:t,selectedChain:e}=De.state,r=t?.map(o=>o.id),n=e&&r?.includes(e.id),i=t&&t.length<=1&&n;return oe`<button @click="${this.onClick}" ?disabled="${i}"><w3m-network-image chainId="${this.chainId}"></w3m-network-image><w3m-text variant="xsmall-regular" color="accent">${this.label}</w3m-text></button>`}};ua.styles=[Fe.globalCss,aO],Ef([gt()],ua.prototype,"chainId",2),Ef([gt()],ua.prototype,"label",2),ua=Ef([Ne("w3m-account-network-button")],ua);const uO=Ve`@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 hO=Object.defineProperty,fO=Object.getOwnPropertyDescriptor,ha=(t,e,r,n)=>{for(var i=n>1?void 0:n?fO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&hO(e,r,i),i};let rs=class extends $e{constructor(){super(),this.address=void 0,this.name=void 0,this.loading=!0,this.variant="button",this.unsubscribeAccount=void 0,this.address=Et.state.address,this.name=Et.state.profileName,this.loading=!!Et.state.profileLoading,this.unsubscribeAccount=Et.subscribe(({address:t,profileName:e,profileLoading:r})=>{this.address=t,this.name=e,this.loading=!!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 oe`<w3m-text class="${Lr(r)}" variant="${e?"medium-regular":"big-bold"}" color="${e?"inverse":"primary"}">${this.name?this.name:xe.truncate((t=this.address)!=null?t:"")}</w3m-text>`}};rs.styles=[Fe.globalCss,uO],ha([gt()],rs.prototype,"address",2),ha([gt()],rs.prototype,"name",2),ha([gt()],rs.prototype,"loading",2),ha([Ae()],rs.prototype,"variant",2),rs=ha([Ne("w3m-address-text")],rs);const Mr={onConnecting(t){xe.goToConnectingView(t)},onExternal(t){xe.handleConnectorConnection(t)},manualWalletsTemplate(){return Xr.manualWallets().map(t=>oe`<w3m-wallet-button walletId="${t.id}" name="${t.name}" .onClick="${()=>this.onConnecting(t)}"></w3m-wallet-button>`)},recomendedWalletsTemplate(t=!1){return Xr.recomendedWallets(t).map(e=>oe`<w3m-wallet-button walletId="${e.id}" imageId="${e.image_id}" name="${e.name}" .onClick="${()=>this.onConnecting(e)}"></w3m-wallet-button>`)},externalWalletsTemplate(){return Xr.externalWallets().map(t=>oe`<w3m-wallet-button name="${t.name}" walletId="${t.id}" .onClick="${()=>this.onExternal(t.id)}"></w3m-wallet-button>`)},recentWalletTemplate(){const t=Xr.recentWallet();if(t)return oe`<w3m-wallet-button name="${t.name}" walletId="${t.id}" imageId="${t.image_id}" .recent="${!0}" .onClick="${()=>this.onConnecting(t)}"></w3m-wallet-button>`},installedInjectedWalletsTemplate(){return Xr.installedInjectedWallets().map(t=>oe`<w3m-wallet-button .installed="${!0}" name="${t.name}" walletId="${t.id}" imageId="${t.image_id}" .onClick="${()=>this.onConnecting(t)}"></w3m-wallet-button>`)},injectedWalletsTemplate(){return Xr.injectedWallets().map(t=>oe`<w3m-wallet-button name="${t.name}" walletId="${t.id}" imageId="${t.image_id}" .onClick="${()=>this.onConnecting(t)}"></w3m-wallet-button>`)}},dO=Ve`@keyframes scroll{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(calc(-70px * 9),0,0)}}.w3m-slider{position:relative;overflow-x:hidden;padding:10px 0;margin:0 -20px;width:calc(100% + 40px)}.w3m-track{display:flex;width:calc(70px * 18);animation:scroll 20s linear infinite;opacity:.7}.w3m-track svg{margin:0 5px}w3m-wallet-image{width:60px;height:60px;margin:0 5px;border-radius:var(--w3m-wallet-icon-border-radius)}.w3m-grid{display:grid;grid-template-columns:repeat(4,80px);justify-content:space-between}.w3m-title{display:flex;align-items:center;margin-bottom:10px}.w3m-title svg{margin-right:6px}.w3m-title path{fill:var(--w3m-accent-color)}w3m-modal-footer .w3m-title{padding:0 10px}w3m-button-big{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);filter:drop-shadow(0 0 17px var(--w3m-color-bg-1))}w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-info-footer w3m-text{text-align:center;margin-bottom:15px}#wallet-placeholder-fill{fill:var(--w3m-color-bg-3)}#wallet-placeholder-dash{stroke:var(--w3m-color-overlay)}`;var pO=Object.defineProperty,gO=Object.getOwnPropertyDescriptor,mO=(t,e,r,n)=>{for(var i=n>1?void 0:n?gO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&pO(e,r,i),i};let xf=class extends $e{onGoToQrcode(){tt.push("Qrcode")}onGetWallet(){tt.push("GetWallet")}render(){const{recomendedWallets:t}=nr.state,e=[...t,...t],r=Mr.externalWalletsTemplate(),n=Mr.installedInjectedWalletsTemplate(),i=[...n,...r].length>0,o=Oe.RECOMMENDED_WALLET_AMOUNT*2;return oe`<w3m-modal-header title="Connect your wallet" .onAction="${this.onGoToQrcode}" .actionIcon="${Le.QRCODE_ICON}"></w3m-modal-header><w3m-modal-content><div class="w3m-title">${Le.MOBILE_ICON}<w3m-text variant="small-regular" color="accent">WalletConnect</w3m-text></div><div class="w3m-slider"><div class="w3m-track">${[...Array(o)].map((c,l)=>{const h=e[l%e.length];return h?oe`<w3m-wallet-image walletId="${h.id}" imageId="${h.image_id}"></w3m-wallet-image>`:Le.WALLET_PLACEHOLDER})}</div><w3m-button-big @click="${xe.handleAndroidLinking}"><w3m-text variant="medium-regular" color="inverse">Select Wallet</w3m-text></w3m-button-big></div></w3m-modal-content>${i?oe`<w3m-modal-footer><div class="w3m-title">${Le.WALLET_ICON}<w3m-text variant="small-regular" color="accent">Other</w3m-text></div><div class="w3m-grid">${n} ${r}</div></w3m-modal-footer>`:null}<w3m-info-footer><w3m-text color="secondary" variant="small-thin">${`Choose WalletConnect to see supported apps on your device${i?", or select from other options":""}`}</w3m-text><w3m-button variant="outline" .iconRight="${Le.ARROW_UP_RIGHT_ICON}" .onClick="${()=>this.onGetWallet()}">I don't have a wallet</w3m-button></w3m-info-footer>`}};xf.styles=[Fe.globalCss,dO],xf=mO([Ne("w3m-android-wallet-selection")],xf);const wO=Ve`@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 vO=Object.defineProperty,yO=Object.getOwnPropertyDescriptor,fa=(t,e,r,n)=>{for(var i=n>1?void 0:n?yO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&vO(e,r,i),i};let ns=class extends $e{constructor(){super(),this.address=void 0,this.avatar=void 0,this.loading=!0,this.size="small",this.unsubscribeAccount=void 0,this.address=Et.state.address,this.avatar=Et.state.profileAvatar,this.loading=!!Et.state.profileLoading,this.unsubscribeAccount=Et.subscribe(({address:t,profileAvatar:e,profileLoading:r})=>{this.address=t,this.avatar=e,this.loading=!!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?oe`<img class="${Lr(t)}" src="${this.avatar}">`:this.address?(xe.generateAvatarColors(this.address),oe`<div class="${Lr(t)}">${this.loading?oe`<div class="w3m-loader"></div>`:null}</div>`):null}};ns.styles=[Fe.globalCss,wO],fa([gt()],ns.prototype,"address",2),fa([gt()],ns.prototype,"avatar",2),fa([gt()],ns.prototype,"loading",2),fa([Ae()],ns.prototype,"size",2),ns=fa([Ne("w3m-avatar")],ns);const bO=Ve`div{display:flex;align-items:center}w3m-token-image{width:28px;height:28px;margin-right:6px}`;var _O=Object.defineProperty,EO=Object.getOwnPropertyDescriptor,Cf=(t,e,r,n)=>{for(var i=n>1?void 0:n?EO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&_O(e,r,i),i};let da=class extends $e{constructor(){var t,e;super(),this.symbol=void 0,this.amount=void 0,this.unsubscribeAccount=void 0,this.symbol=(t=Et.state.balance)==null?void 0:t.symbol,this.amount=(e=Et.state.balance)==null?void 0:e.amount,this.unsubscribeAccount=Et.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":typeof this.amount=="string"&&this.amount.length>6?t=this.amount.substring(0,6):typeof this.amount=="string"&&(t=this.amount),oe`<div><w3m-token-image symbol="${this.symbol}"></w3m-token-image><w3m-text variant="medium-regular" color="primary">${t} ${this.symbol}</w3m-text></div>`}};da.styles=[Fe.globalCss,bO],Cf([gt()],da.prototype,"symbol",2),Cf([gt()],da.prototype,"amount",2),da=Cf([Ne("w3m-balance")],da);const xO=Ve`:host{all:initial}svg{width:28px;height:20px;margin:-1px 3px 0 -5px}svg path{fill:var(--w3m-accent-fill-color)}button:disabled svg path{fill:var(--w3m-color-fg-3)}w3m-spinner{margin:0 10px 0 0}`;var CO=Object.defineProperty,IO=Object.getOwnPropertyDescriptor,Fc=(t,e,r,n)=>{for(var i=n>1?void 0:n?IO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&CO(e,r,i),i};let is=class extends $e{constructor(){super(),this.loading=!1,this.label="Connect Wallet",this.icon="show",this.modalUnsub=void 0,xe.rejectStandaloneButtonComponent(),this.modalUnsub=Nr.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"?Le.WALLET_CONNECT_ICON:null}onClick(){Et.state.isConnected?this.onDisconnect():this.onConnect()}async onConnect(){this.loading=!0,gi.click({name:"CONNECT_BUTTON"}),await Nr.open(),Nr.state.open||(this.loading=!1)}async onDisconnect(){gi.click({name:"DISCONNECT_BUTTON"}),await Nt.client().disconnect()}render(){return oe`<w3m-button-big .disabled="${this.loading}" @click="${this.onClick}">${this.loading?oe`<w3m-spinner></w3m-spinner><w3m-text variant="medium-regular" color="accent">Connecting...</w3m-text>`:oe`${this.iconTemplate()}<w3m-text variant="medium-regular" color="inverse">${this.label}</w3m-text>`}</w3m-button-big>`}};is.styles=[Fe.globalCss,xO],Fc([gt()],is.prototype,"loading",2),Fc([Ae()],is.prototype,"label",2),Fc([Ae()],is.prototype,"icon",2),is=Fc([Ne("w3m-connect-button")],is);const OO=Ve`@keyframes loading{to{stroke-dashoffset:0}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(1px,0,0)}30%,50%,70%{transform:translate3d(-2px,0,0)}40%,60%{transform:translate3d(2px,0,0)}}:host{display:flex;flex-direction:column;align-items:center}div{position:relative;width:110px;height:110px;display:flex;justify-content:center;align-items:center;margin:40px 0 20px 0;transform:translate3d(0,0,0)}svg{position:absolute;width:110px;height:110px;fill:none;stroke:transparent;stroke-linecap:round;stroke-width:2px;top:0;left:0}use{stroke:var(--w3m-accent-color);animation:loading 1s linear infinite}w3m-wallet-image{border-radius:var(--w3m-wallet-icon-large-border-radius);width:90px;height:90px}w3m-text{margin-bottom:40px}.w3m-error svg{stroke:var(--w3m-error-color)}.w3m-error use{display:none}.w3m-error{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}.w3m-stale svg,.w3m-stale use{display:none}`;var AO=Object.defineProperty,SO=Object.getOwnPropertyDescriptor,Ks=(t,e,r,n)=>{for(var i=n>1?void 0:n?SO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&AO(e,r,i),i};let xi=class extends $e{constructor(){super(...arguments),this.walletId=void 0,this.imageId=void 0,this.isError=!1,this.isStale=!1,this.label=""}svgLoaderTemplate(){var t,e;const r=(e=(t=Ln.state.themeVariables)==null?void 0:t["--w3m-wallet-icon-large-border-radius"])!=null?e:Fe.getPreset("--w3m-wallet-icon-large-border-radius");let n=0;r.includes("%")?n=88/100*parseInt(r,10):n=parseInt(r,10),n*=1.17;const i=317-n*1.57,o=425-n*1.8;return oe`<svg viewBox="0 0 110 110" width="110" height="110"><rect id="w3m-loader" x="2" y="2" width="106" height="106" rx="${n}"/><use xlink:href="#w3m-loader" stroke-dasharray="106 ${i}" stroke-dashoffset="${o}"></use></svg>`}render(){const t={"w3m-error":this.isError,"w3m-stale":this.isStale};return oe`<div class="${Lr(t)}">${this.svgLoaderTemplate()}<w3m-wallet-image walletId="${this.walletId}" imageId="${this.imageId}"></w3m-wallet-image></div><w3m-text variant="medium-regular" color="${this.isError?"error":"primary"}">${this.isError?"Connection declined":this.label}</w3m-text>`}};xi.styles=[Fe.globalCss,OO],Ks([Ae()],xi.prototype,"walletId",2),Ks([Ae()],xi.prototype,"imageId",2),Ks([Ae()],xi.prototype,"isError",2),Ks([Ae()],xi.prototype,"isStale",2),Ks([Ae()],xi.prototype,"label",2),xi=Ks([Ne("w3m-connector-waiting")],xi);var DO=Object.defineProperty,$O=Object.getOwnPropertyDescriptor,Gs=(t,e,r,n)=>{for(var i=n>1?void 0:n?$O(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&DO(e,r,i),i};let Ci=class extends $e{constructor(){super(),this.isConnected=!1,this.label="Connect Wallet",this.icon="show",this.avatar="show",this.balance="hide",this.unsubscribeAccount=void 0,xe.rejectStandaloneButtonComponent(),this.isConnected=Et.state.isConnected,this.unsubscribeAccount=Et.subscribe(({isConnected:t})=>{this.isConnected=t})}disconnectedCallback(){var t;(t=this.unsubscribeAccount)==null||t.call(this)}render(){const{enableAccountView:t}=jt.state,e=this.balance,r=this.label,n=this.icon,i=this.avatar;return this.isConnected&&t?oe`<w3m-account-button balance="${e}" avatar="${i}"></w3m-account-button>`:oe`<w3m-connect-button label="${this.isConnected?"Disconnect":r}" icon="${n}"></w3m-connect-button>`}};Gs([gt()],Ci.prototype,"isConnected",2),Gs([Ae()],Ci.prototype,"label",2),Gs([Ae()],Ci.prototype,"icon",2),Gs([Ae()],Ci.prototype,"avatar",2),Gs([Ae()],Ci.prototype,"balance",2),Ci=Gs([Ne("w3m-core-button")],Ci);const PO=Ve`.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-accent-color)}`;var TO=Object.defineProperty,RO=Object.getOwnPropertyDescriptor,NO=(t,e,r,n)=>{for(var i=n>1?void 0:n?RO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&TO(e,r,i),i};let If=class extends $e{render(){const{isStandalone:t}=De.state,{explorerExcludedWalletIds:e,enableExplorer:r}=jt.state,n=e!=="ALL"&&r,i=Mr.manualWalletsTemplate(),o=Mr.recomendedWalletsTemplate(),c=Mr.externalWalletsTemplate(),l=Mr.recentWalletTemplate(),h=Mr.installedInjectedWalletsTemplate();let d=[l,...i,...o];t||(d=[...h,l,...c,...i,...o]),d=d.filter(Boolean);const v=d.length>4||n;let x=[];v?x=d.slice(0,3):x=d;const _=!!x.length;return oe`<w3m-modal-header .border="${!0}" title="Connect your wallet" .onAction="${xe.handleUriCopy}" .actionIcon="${Le.COPY_ICON}"></w3m-modal-header><w3m-modal-content><div class="w3m-mobile-title"><div class="w3m-subtitle">${Le.MOBILE_ICON}<w3m-text variant="small-regular" color="accent">Mobile</w3m-text></div><div class="w3m-subtitle">${Le.SCAN_ICON}<w3m-text variant="small-regular" color="secondary">Scan with your wallet</w3m-text></div></div><w3m-walletconnect-qr></w3m-walletconnect-qr></w3m-modal-content>${_?oe`<w3m-modal-footer><div class="w3m-desktop-title">${Le.DESKTOP_ICON}<w3m-text variant="small-regular" color="accent">Desktop</w3m-text></div><div class="w3m-grid">${x} ${v?oe`<w3m-view-all-wallets-button></w3m-view-all-wallets-button>`:null}</div></w3m-modal-footer>`:null}`}};If.styles=[Fe.globalCss,PO],If=NO([Ne("w3m-desktop-wallet-selection")],If);const LO=Ve`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-accent-color);text-decoration:none;transition:opacity .2s ease-in-out;display:inline}a:active{opacity:.8}@media(hover:hover){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,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&MO(e,r,i),i};let Of=class extends $e{render(){const{termsOfServiceUrl:t,privacyPolicyUrl:e}=jt.state;return t??e?oe`<div><w3m-text variant="small-regular" color="secondary">By connecting your wallet to this app, you agree to the app's ${t?oe`<a href="${t}" target="_blank" rel="noopener noreferrer">Terms of Service</a>`:null} ${t&&e?"and":null} ${e?oe`<a href="${e}" target="_blank" rel="noopener noreferrer">Privacy Policy</a>`:null}</w3m-text></div>`:null}};Of.styles=[Fe.globalCss,LO],Of=jO([Ne("w3m-legal-notice")],Of);const FO=Ve`div{display:grid;grid-template-columns:repeat(4,80px);margin:0 -10px;justify-content:space-between;row-gap:10px}`;var BO=Object.defineProperty,kO=Object.getOwnPropertyDescriptor,HO=(t,e,r,n)=>{for(var i=n>1?void 0:n?kO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&BO(e,r,i),i};let Af=class extends $e{onQrcode(){tt.push("Qrcode")}render(){const{isStandalone:t}=De.state,{explorerExcludedWalletIds:e,enableExplorer:r}=jt.state,n=e!=="ALL"&&r,i=Mr.manualWalletsTemplate(),o=Mr.recomendedWalletsTemplate(),c=Mr.externalWalletsTemplate(),l=Mr.recentWalletTemplate(),h=Mr.installedInjectedWalletsTemplate();let d=[l,...i,...o];t||(d=[...h,l,...c,...i,...o]),d=d.filter(Boolean);const v=d.length>8||n;let x=[];v?x=d.slice(0,7):x=d;const _=!!x.length;return oe`<w3m-modal-header title="Connect your wallet" .onAction="${this.onQrcode}" .actionIcon="${Le.QRCODE_ICON}"></w3m-modal-header>${_?oe`<w3m-modal-content><div>${x} ${v?oe`<w3m-view-all-wallets-button></w3m-view-all-wallets-button>`:null}</div></w3m-modal-content>`:null}`}};Af.styles=[Fe.globalCss,FO],Af=HO([Ne("w3m-mobile-wallet-selection")],Af);const zO=Ve`:host{all:initial}.w3m-overlay{top:0;bottom:0;left:0;right:0;position:fixed;z-index:var(--w3m-z-index);overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.3);opacity:0;pointer-events:none}@media(max-height:720px) and (orientation:landscape){.w3m-overlay{overflow:scroll;align-items:flex-start;padding:20px 0}}.w3m-active{pointer-events:auto}.w3m-container{position:relative;max-width:360px;width:100%;outline:0;border-radius:var(--w3m-background-border-radius) var(--w3m-background-border-radius) var(--w3m-container-border-radius) var(--w3m-container-border-radius);border:1px solid var(--w3m-color-overlay);overflow:hidden}.w3m-card{width:100%;position:relative;border-radius:var(--w3m-container-border-radius);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;border-radius:var(--w3m-background-border-radius) var(--w3m-background-border-radius) 0 0}.w3m-card{border-radius:var(--w3m-container-border-radius) var(--w3m-container-border-radius) 0 0}.w3m-overlay{align-items:flex-end}}@media(max-width:440px){.w3m-container{border:0}}`;var WO=Object.defineProperty,qO=Object.getOwnPropertyDescriptor,Sf=(t,e,r,n)=>{for(var i=n>1?void 0:n?qO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&WO(e,r,i),i};let Zs=class extends $e{constructor(){super(),this.open=!1,this.active=!1,this.unsubscribeModal=void 0,this.abortController=void 0,this.unsubscribeModal=Nr.subscribe(t=>{t.open?this.onOpenModalEvent():this.onCloseModalEvent()})}disconnectedCallback(){var t;(t=this.unsubscribeModal)==null||t.call(this)}get overlayEl(){return xe.getShadowRootElement(this,".w3m-overlay")}get containerEl(){return xe.getShadowRootElement(this,".w3m-container")}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>'))}onCloseModal(t){t.target===t.currentTarget&&Nr.close()}onOpenModalEvent(){this.toggleBodyScroll(!1),this.addKeyboardEvents(),this.open=!0,setTimeout(async()=>{const t=xe.isMobileAnimation()?{y:["50vh","0vh"]}:{scale:[.98,1]},e=.1,r=.2;await Promise.all([Qi(this.overlayEl,{opacity:[0,1]},{delay:e,duration:r}).finished,Qi(this.containerEl,t,{delay:e,duration:r}).finished]),this.active=!0},0)}async onCloseModalEvent(){this.toggleBodyScroll(!0),this.removeKeyboardEvents();const t=xe.isMobileAnimation()?{y:["0vh","50vh"]}:{scale:[1,.98]},e=.2;await Promise.all([Qi(this.overlayEl,{opacity:[1,0]},{duration:e}).finished,Qi(this.containerEl,t,{duration:e}).finished]),this.containerEl.removeAttribute("style"),this.active=!1,this.open=!1}addKeyboardEvents(){this.abortController=new AbortController,window.addEventListener("keydown",t=>{var e;t.key==="Escape"?Nr.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}managedModalContextTemplate(){const{isStandalone:t}=De.state;return t?null:oe`<w3m-wc-connection-context></w3m-wc-connection-context><w3m-account-context></w3m-account-context><w3m-network-context></w3m-network-context>`}render(){const t={"w3m-overlay":!0,"w3m-active":this.active};return oe`<w3m-explorer-context></w3m-explorer-context><w3m-theme-context></w3m-theme-context>${this.managedModalContextTemplate()}<div id="w3m-modal" class="${Lr(t)}" @click="${this.onCloseModal}" role="alertdialog" aria-modal="true"><div class="w3m-container" tabindex="0">${this.open?oe`<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>`}};Zs.styles=[Fe.globalCss,zO],Sf([gt()],Zs.prototype,"open",2),Sf([gt()],Zs.prototype,"active",2),Zs=Sf([Ne("w3m-modal")],Zs);const VO=Ve`:host{all:initial}w3m-network-image{margin-left:-6px;margin-right:6px;width:28px;height:28px}`;var KO=Object.defineProperty,GO=Object.getOwnPropertyDescriptor,Bc=(t,e,r,n)=>{for(var i=n>1?void 0:n?GO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&KO(e,r,i),i};let ss=class extends $e{constructor(){super(),this.chainId="",this.label="",this.wrongNetwork=!1,this.unsubscribeNetwork=void 0,xe.rejectStandaloneButtonComponent();const{selectedChain:t}=De.state;this.onSetChainData(t),this.unsubscribeNetwork=De.subscribe(({selectedChain:e})=>{this.onSetChainData(e)})}disconnectedCallback(){var t;(t=this.unsubscribeNetwork)==null||t.call(this)}onSetChainData(t){if(t){const{chains:e}=De.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(){gi.click({name:"NETWORK_BUTTON"}),Nr.open({route:"SelectNetwork"})}render(){var t;const{chains:e}=De.state,r=e&&e.length>1;return oe`<w3m-button-big @click="${this.onClick}" ?disabled="${!r}"><w3m-network-image chainId="${this.chainId}"></w3m-network-image><w3m-text variant="medium-regular" color="inverse">${(t=this.label)!=null&&t.length?this.label:"Select Network"}</w3m-text></w3m-button-big>`}};ss.styles=[Fe.globalCss,VO],Bc([gt()],ss.prototype,"chainId",2),Bc([gt()],ss.prototype,"label",2),Bc([gt()],ss.prototype,"wrongNetwork",2),ss=Bc([Ne("w3m-network-switch")],ss);const ZO=Ve`@keyframes loading{to{stroke-dashoffset:0}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(1px,0,0)}30%,50%,70%{transform:translate3d(-2px,0,0)}40%,60%{transform:translate3d(2px,0,0)}}:host{display:flex;flex-direction:column;align-items:center}div{position:relative;width:110px;height:110px;display:flex;justify-content:center;align-items:center;margin:40px 0 20px 0;transform:translate3d(0,0,0)}svg{position:absolute;width:110px;height:110px;fill:none;stroke:transparent;stroke-linecap:round;stroke-width:1px;top:0;left:0}use{stroke:var(--w3m-accent-color);animation:loading 1s linear infinite}w3m-network-image{width:92px;height:92px}w3m-text{margin-bottom:40px}.w3m-error svg{stroke:var(--w3m-error-color)}.w3m-error use{display:none}.w3m-error{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}`;var YO=Object.defineProperty,JO=Object.getOwnPropertyDescriptor,kc=(t,e,r,n)=>{for(var i=n>1?void 0:n?JO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&YO(e,r,i),i};let Ys=class extends $e{constructor(){super(...arguments),this.chainId=void 0,this.isError=!1,this.label=""}svgLoaderTemplate(){return oe`<svg width="54" height="59" viewBox="0 0 54 59" fill="none" class="w3m-loader"><path id="w3m-loader-path" 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"/><use xlink:href="#w3m-loader-path" stroke-dasharray="54 118" stroke-dashoffset="172"></use></svg>`}render(){const t={"w3m-error":this.isError};return oe`<div class="${Lr(t)}">${this.svgLoaderTemplate()}<w3m-network-image chainId="${this.chainId}"></w3m-network-image></div><w3m-text variant="medium-regular" color="${this.isError?"error":"primary"}">${this.isError?"Switch declined":this.label}</w3m-text>`}};Ys.styles=[Fe.globalCss,ZO],kc([Ae()],Ys.prototype,"chainId",2),kc([Ae()],Ys.prototype,"isError",2),kc([Ae()],Ys.prototype,"label",2),Ys=kc([Ne("w3m-network-waiting")],Ys);const XO=Ve`div{display:flex;margin-top:15px}slot{display:inline-block;margin:0 5px}w3m-button{margin:0 5px}`;var QO=Object.defineProperty,eA=Object.getOwnPropertyDescriptor,os=(t,e,r,n)=>{for(var i=n>1?void 0:n?eA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&QO(e,r,i),i};let Yn=class extends $e{constructor(){super(...arguments),this.isMobile=!1,this.isInjected=!1,this.isInjectedInstalled=!1,this.isDesktop=!1,this.isWeb=!1,this.isRetry=!1}onMobile(){Oe.isMobile()?tt.replace("MobileConnecting"):tt.replace("MobileQrcodeConnecting")}onInjected(){this.isInjectedInstalled?tt.replace("InjectedConnecting"):tt.replace("InstallWallet")}onDesktop(){tt.replace("DesktopConnecting")}onWeb(){tt.replace("WebConnecting")}render(){const{isStandalone:t}=De.state;return oe`<div>${this.isRetry?oe`<slot></slot>`:null} ${this.isMobile?oe`<w3m-button .onClick="${this.onMobile}" .iconLeft="${Le.MOBILE_ICON}" variant="outline">Mobile</w3m-button>`:null} ${this.isInjected&&!t?oe`<w3m-button .onClick="${this.onInjected}" .iconLeft="${Le.WALLET_ICON}" variant="outline">Browser</w3m-button>`:null} ${this.isDesktop?oe`<w3m-button .onClick="${this.onDesktop}" .iconLeft="${Le.DESKTOP_ICON}" variant="outline">Desktop</w3m-button>`:null} ${this.isWeb?oe`<w3m-button .onClick="${this.onWeb}" .iconLeft="${Le.GLOBE_ICON}" variant="outline">Web</w3m-button>`:null}</div>`}};Yn.styles=[Fe.globalCss,XO],os([Ae()],Yn.prototype,"isMobile",2),os([Ae()],Yn.prototype,"isInjected",2),os([Ae()],Yn.prototype,"isInjectedInstalled",2),os([Ae()],Yn.prototype,"isDesktop",2),os([Ae()],Yn.prototype,"isWeb",2),os([Ae()],Yn.prototype,"isRetry",2),Yn=os([Ne("w3m-platform-selection")],Yn);const tA=Ve`button{display:flex;flex-direction:column;padding:5px 10px;border-radius:var(--w3m-button-hover-highlight-border-radius);height:100%;justify-content:flex-start}.w3m-icons{width:60px;height:60px;display:flex;flex-wrap:wrap;padding:7px;border-radius:var(--w3m-wallet-icon-border-radius);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:active{background-color:var(--w3m-color-overlay)}@media(hover:hover){button:hover{background-color:var(--w3m-color-overlay)}}.w3m-icons img{width:21px;height:21px;object-fit:cover;object-position:center;border-radius:calc(var(--w3m-wallet-icon-border-radius)/ 2);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 rA=Object.defineProperty,nA=Object.getOwnPropertyDescriptor,iA=(t,e,r,n)=>{for(var i=n>1?void 0:n?nA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&rA(e,r,i),i};let Df=class extends $e{onClick(){tt.push("WalletExplorer")}render(){const{recomendedWallets:t}=nr.state,e=Xr.manualWallets(),r=[...t,...e].reverse().slice(0,4);return oe`<button @click="${this.onClick}"><div class="w3m-icons">${r.map(n=>{const i=xe.getWalletIcon(n);if(i)return oe`<img src="${i}">`;const o=xe.getWalletIcon({id:n.id});return o?oe`<img src="${o}">`:Le.WALLET_PLACEHOLDER})} ${[...Array(4-r.length)].map(()=>Le.WALLET_PLACEHOLDER)}</div><w3m-text variant="xsmall-regular">View All</w3m-text></button>`}};Df.styles=[Fe.globalCss,tA],Df=iA([Ne("w3m-view-all-wallets-button")],Df);const sA=Ve`.w3m-qr-container{width:100%;display:flex;justify-content:center;align-items:center;aspect-ratio:1/1}`;var oA=Object.defineProperty,aA=Object.getOwnPropertyDescriptor,Hc=(t,e,r,n)=>{for(var i=n>1?void 0:n?aA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&oA(e,r,i),i};let Js=class extends $e{constructor(){super(),this.walletId="",this.imageId="",this.uri="",this.unwatchWcConnection=void 0,setTimeout(()=>{const{pairingUri:t}=hr.state,{standaloneUri:e}=De.state;this.uri=e??t},0),this.unwatchWcConnection=hr.subscribe(t=>{t.pairingUri&&(this.uri=t.pairingUri)})}disconnectedCallback(){var t;(t=this.unwatchWcConnection)==null||t.call(this)}get overlayEl(){return xe.getShadowRootElement(this,".w3m-qr-container")}render(){return oe`<div class="w3m-qr-container">${this.uri?oe`<w3m-qrcode size="${this.overlayEl.offsetWidth}" uri="${this.uri}" walletId="${this.walletId}" imageId="${this.imageId}"></w3m-qrcode>`:oe`<w3m-spinner></w3m-spinner>`}</div>`}};Js.styles=[Fe.globalCss,sA],Hc([Ae()],Js.prototype,"walletId",2),Hc([Ae()],Js.prototype,"imageId",2),Hc([gt()],Js.prototype,"uri",2),Js=Hc([Ne("w3m-walletconnect-qr")],Js);const cA=Ve`.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-success-color);border-radius:50%;top:50%;margin-top:-5px;box-shadow:0 1px 4px 1px var(--w3m-success-color),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 lA=Object.defineProperty,uA=Object.getOwnPropertyDescriptor,hA=(t,e,r,n)=>{for(var i=n>1?void 0:n?uA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&lA(e,r,i),i};let $f=class extends $e{async onDisconnect(){await Nt.client().disconnect()}async onCopyAddress(){var t;await navigator.clipboard.writeText((t=Et.state.address)!=null?t:""),Wr.openToast("Address copied","success")}render(){return oe`<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-regular" 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="${Le.ACCOUNT_COPY}"></w3m-box-button><w3m-box-button label="Disconnect" .onClick="${this.onDisconnect}" .icon="${Le.ACCOUNT_DISCONNECT}"></w3m-box-button></div></w3m-modal-footer>`}};$f.styles=[Fe.globalCss,cA],$f=hA([Ne("w3m-account-view")],$f);var fA=Object.defineProperty,dA=Object.getOwnPropertyDescriptor,pA=(t,e,r,n)=>{for(var i=n>1?void 0:n?dA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&fA(e,r,i),i};let Pf=class extends $e{viewTemplate(){return Oe.isAndroid()?oe`<w3m-android-wallet-selection></w3m-android-wallet-selection>`:Oe.isMobile()?oe`<w3m-mobile-wallet-selection></w3m-mobile-wallet-selection>`:oe`<w3m-desktop-wallet-selection></w3m-desktop-wallet-selection>`}render(){return oe`${this.viewTemplate()}<w3m-legal-notice></w3m-legal-notice>`}};Pf.styles=[Fe.globalCss],Pf=pA([Ne("w3m-connect-wallet-view")],Pf);const gA=Ve`w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-text{text-align:center}`;var mA=Object.defineProperty,wA=Object.getOwnPropertyDescriptor,om=(t,e,r,n)=>{for(var i=n>1?void 0:n?wA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&mA(e,r,i),i};let zc=class extends $e{constructor(){super(),this.isError=!1,this.unwatchConnection=void 0,this.openDesktopApp(),this.unwatchConnection=hr.subscribe(t=>{this.isError=t.pairingError})}disconnectedCallback(){var t;(t=this.unwatchConnection)==null||t.call(this)}onFormatAndRedirect(t){const{desktop:e,name:r}=Oe.getWalletRouterData(),n=e?.native;if(n){const i=Oe.formatNativeUrl(n,t,r);Oe.openHref(i,"_self")}}openDesktopApp(){hr.setPairingError(!1);const{standaloneUri:t}=De.state,{pairingUri:e}=hr.state,r=Oe.getWalletRouterData();xe.setRecentWallet(r),t?this.onFormatAndRedirect(t):this.onFormatAndRedirect(e)}render(){const{name:t,id:e,image_id:r}=Oe.getWalletRouterData(),{isMobile:n,isInjected:i,isWeb:o}=xe.getCachedRouterWalletPlatforms();return oe`<w3m-modal-header title="${t}" .onAction="${xe.handleUriCopy}" .actionIcon="${Le.COPY_ICON}"></w3m-modal-header><w3m-modal-content><w3m-connector-waiting walletId="${e}" imageId="${r}" label="${`Continue in ${t}...`}" .isError="${this.isError}"></w3m-connector-waiting></w3m-modal-content><w3m-info-footer><w3m-text color="secondary" variant="small-thin">${`Connection can continue loading if ${t} is not installed on your device`}</w3m-text><w3m-platform-selection .isMobile="${n}" .isInjected="${i}" .isWeb="${o}" .isRetry="${!0}"><w3m-button .onClick="${this.openDesktopApp.bind(this)}" .iconRight="${Le.RETRY_ICON}">Retry</w3m-button></w3m-platform-selection></w3m-info-footer>`}};zc.styles=[Fe.globalCss,gA],om([gt()],zc.prototype,"isError",2),zc=om([Ne("w3m-desktop-connecting-view")],zc);const vA=Ve`.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 yA=Object.defineProperty,bA=Object.getOwnPropertyDescriptor,_A=(t,e,r,n)=>{for(var i=n>1?void 0:n?bA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&yA(e,r,i),i};let Tf=class extends $e{onGet(t){Oe.openHref(t,"_blank")}render(){const t=nr.state.recomendedWallets.slice(0,5),e=Xr.manualWallets().slice(0,5),r=t.length,n=e.length;return oe`<w3m-modal-header title="Get a wallet"></w3m-modal-header><w3m-modal-content>${r?t.map(i=>oe`<div class="w3m-wallet-item"><w3m-wallet-image walletId="${i.id}" imageId="${i.image_id}"></w3m-wallet-image><div class="w3m-wallet-content"><w3m-text variant="medium-regular">${i.name}</w3m-text><w3m-button .iconRight="${Le.ARROW_RIGHT_ICON}" .onClick="${()=>this.onGet(i.homepage)}">Get</w3m-button></div></div>`):null} ${n?e.map(i=>oe`<div class="w3m-wallet-item"><w3m-wallet-image walletId="${i.id}"></w3m-wallet-image><div class="w3m-wallet-content"><w3m-text variant="medium-regular">${i.name}</w3m-text><w3m-button .iconRight="${Le.ARROW_RIGHT_ICON}" .onClick="${()=>this.onGet(i.links.universal)}">Get</w3m-button></div></div>`):null}</w3m-modal-content><div class="w3m-footer-actions"><w3m-text variant="medium-regular">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="${xe.openWalletExplorerUrl}" .iconRight="${Le.ARROW_UP_RIGHT_ICON}">Explore Wallets</w3m-button></div>`}};Tf.styles=[Fe.globalCss,vA],Tf=_A([Ne("w3m-get-wallet-view")],Tf);const EA=Ve`.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 xA=Object.defineProperty,CA=Object.getOwnPropertyDescriptor,IA=(t,e,r,n)=>{for(var i=n>1?void 0:n?CA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&xA(e,r,i),i};let Rf=class extends $e{constructor(){super(...arguments),this.learnUrl="https://ethereum.org/en/wallets/"}onGet(){jt.state.enableExplorer?tt.push("GetWallet"):xe.openWalletExplorerUrl()}onLearnMore(){Oe.openHref(this.learnUrl,"_blank")}render(){return oe`<w3m-modal-header title="What is a wallet?"></w3m-modal-header><w3m-modal-content><div class="w3m-info-container"><div class="w3m-images">${Le.HELP_CHART_IMG} ${Le.HELP_PAINTING_IMG} ${Le.HELP_ETH_IMG}</div><w3m-text variant="medium-regular">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">${Le.HELP_KEY_IMG} ${Le.HELP_USER_IMG} ${Le.HELP_LOCK_IMG}</div><w3m-text variant="medium-regular">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">${Le.HELP_COMPAS_IMG} ${Le.HELP_NOUN_IMG} ${Le.HELP_DAO_IMG}</div><w3m-text variant="medium-regular">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="${Le.WALLET_ICON}">Get a Wallet</w3m-button><w3m-button .onClick="${this.onLearnMore.bind(this)}" .iconRight="${Le.ARROW_UP_RIGHT_ICON}">Learn More</w3m-button></div></w3m-modal-content>`}};Rf.styles=[Fe.globalCss,EA],Rf=IA([Ne("w3m-help-view")],Rf);const OA=Ve`w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-text{text-align:center}`;var AA=Object.defineProperty,SA=Object.getOwnPropertyDescriptor,am=(t,e,r,n)=>{for(var i=n>1?void 0:n?SA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&AA(e,r,i),i};let Wc=class extends $e{constructor(){super(),this.isError=!1,this.connector=Nt.client().getConnectorById("injected"),this.openInjectedApp()}async openInjectedApp(){const{ready:t}=this.connector;t&&(this.isError=!1,await xe.handleConnectorConnection("injected",()=>{this.isError=!0}))}render(){const{name:t,id:e,image_id:r}=Oe.getWalletRouterData(),{isMobile:n,isDesktop:i,isWeb:o}=xe.getCachedRouterWalletPlatforms();return oe`<w3m-modal-header title="${t}"></w3m-modal-header><w3m-modal-content><w3m-connector-waiting walletId="${e}" imageId="${r}" label="${`Continue in ${t}...`}" .isError="${this.isError}"></w3m-connector-waiting></w3m-modal-content><w3m-info-footer><w3m-text color="secondary" variant="small-thin">Connection can be declined if multiple wallets are installed or previous request is still active</w3m-text><w3m-platform-selection .isMobile="${n}" .isDesktop="${i}" .isWeb="${o}" .isRetry="${!0}"><w3m-button .onClick="${this.openInjectedApp.bind(this)}" .disabled="${!this.isError}" .iconRight="${Le.RETRY_ICON}">Retry</w3m-button></w3m-platform-selection></w3m-info-footer>`}};Wc.styles=[Fe.globalCss,OA],am([gt()],Wc.prototype,"isError",2),Wc=am([Ne("w3m-injected-connecting-view")],Wc);const DA=Ve`w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-text{text-align:center}w3m-button{margin-top:15px}`;var $A=Object.defineProperty,PA=Object.getOwnPropertyDescriptor,TA=(t,e,r,n)=>{for(var i=n>1?void 0:n?PA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&$A(e,r,i),i};let Nf=class extends $e{onInstall(t){t&&Oe.openHref(t,"_blank")}render(){const{name:t,id:e,image_id:r,homepage:n}=Oe.getWalletRouterData();return oe`<w3m-modal-header title="${t}"></w3m-modal-header><w3m-modal-content><w3m-connector-waiting walletId="${e}" imageId="${r}" label="Not Detected" .isStale="${!0}"></w3m-connector-waiting></w3m-modal-content><w3m-info-footer><w3m-text color="secondary" variant="small-thin">${`Download ${t} to continue. If multiple browser extensions are installed, disable non ${t} ones and try again`}</w3m-text><w3m-button .onClick="${()=>this.onInstall(n)}" .iconLeft="${Le.ARROW_DOWN_ICON}">Download</w3m-button></w3m-info-footer>`}};Nf.styles=[Fe.globalCss,DA],Nf=TA([Ne("w3m-install-wallet-view")],Nf);const RA=Ve`w3m-wallet-image{border-radius:var(--w3m-wallet-icon-large-border-radius);width:96px;height:96px;margin-bottom:20px}w3m-info-footer{display:flex;width:100%}.w3m-app-store{justify-content:space-between}.w3m-app-store w3m-wallet-image{margin-right:10px;margin-bottom:0;width:28px;height:28px;border-radius:var(--w3m-wallet-icon-small-border-radius)}.w3m-app-store div{display:flex;align-items:center}.w3m-app-store w3m-button{margin-right:-10px}.w3m-note{flex-direction:column;align-items:center;padding:5px 0}.w3m-note w3m-text{text-align:center}w3m-platform-selection{margin-top:-15px}.w3m-note w3m-text{margin-top:15px}.w3m-note w3m-text span{color:var(--w3m-accent-color)}`;var NA=Object.defineProperty,LA=Object.getOwnPropertyDescriptor,cm=(t,e,r,n)=>{for(var i=n>1?void 0:n?LA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&NA(e,r,i),i};let qc=class extends $e{constructor(){super(),this.isError=!1,this.unwatchConnection=void 0,this.openMobileApp(),this.unwatchConnection=hr.subscribe(t=>{this.isError=t.pairingError})}disconnectedCallback(){var t;(t=this.unwatchConnection)==null||t.call(this)}onFormatAndRedirect(t,e=!1){const{mobile:r,name:n}=Oe.getWalletRouterData(),i=r?.native,o=r?.universal;if(i&&!e){const c=Oe.formatNativeUrl(i,t,n);Oe.openHref(c,"_self")}else if(o){const c=Oe.formatUniversalUrl(o,t,n);Oe.openHref(c,"_self")}}openMobileApp(t=!1){hr.setPairingError(!1);const{standaloneUri:e}=De.state,{pairingUri:r}=hr.state,n=Oe.getWalletRouterData();xe.setRecentWallet(n),e?this.onFormatAndRedirect(e,t):this.onFormatAndRedirect(r,t)}onGoToAppStore(t){t&&Oe.openHref(t,"_blank")}render(){const{name:t,id:e,image_id:r,app:n,mobile:i}=Oe.getWalletRouterData(),{isWeb:o}=xe.getCachedRouterWalletPlatforms(),c=n?.ios,l=i?.universal;return oe`<w3m-modal-header title="${t}"></w3m-modal-header><w3m-modal-content><w3m-connector-waiting walletId="${e}" imageId="${r}" label="Tap 'Open' to continue…" .isError="${this.isError}"></w3m-connector-waiting></w3m-modal-content><w3m-info-footer class="w3m-note"><w3m-platform-selection .isWeb="${o}" .isRetry="${!0}"><w3m-button .onClick="${()=>this.openMobileApp(!1)}" .iconRight="${Le.RETRY_ICON}">Retry</w3m-button></w3m-platform-selection>${l?oe`<w3m-text color="secondary" variant="small-thin">Still doesn't work? <span tabindex="0" @click="${()=>this.openMobileApp(!0)}">Try this alternate link</span></w3m-text>`:null}</w3m-info-footer><w3m-info-footer class="w3m-app-store"><div><w3m-wallet-image walletId="${e}" imageId="${r}"></w3m-wallet-image><w3m-text>${`Get ${t}`}</w3m-text></div><w3m-button .iconRight="${Le.ARROW_RIGHT_ICON}" .onClick="${()=>this.onGoToAppStore(c)}" variant="ghost">App Store</w3m-button></w3m-info-footer>`}};qc.styles=[Fe.globalCss,RA],cm([gt()],qc.prototype,"isError",2),qc=cm([Ne("w3m-mobile-connecting-view")],qc);const MA=Ve`w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-text{text-align:center}`;var UA=Object.defineProperty,jA=Object.getOwnPropertyDescriptor,FA=(t,e,r,n)=>{for(var i=n>1?void 0:n?jA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&UA(e,r,i),i};let Lf=class extends $e{render(){const{name:t,id:e,image_id:r}=Oe.getWalletRouterData(),{isInjected:n,isDesktop:i,isWeb:o}=xe.getCachedRouterWalletPlatforms();return oe`<w3m-modal-header title="${t}" .onAction="${xe.handleUriCopy}" .actionIcon="${Le.COPY_ICON}"></w3m-modal-header><w3m-modal-content><w3m-walletconnect-qr walletId="${e}" imageId="${r}"></w3m-walletconnect-qr></w3m-modal-content><w3m-info-footer><w3m-text color="secondary" variant="small-thin">${`Scan this QR Code with your phone's camera or inside ${t} app`}</w3m-text><w3m-platform-selection .isDesktop="${i}" .isInjected="${n}" .isWeb="${o}"></w3m-platform-selection></w3m-info-footer>`}};Lf.styles=[Fe.globalCss,MA],Lf=FA([Ne("w3m-mobile-qr-connecting-view")],Lf);var BA=Object.defineProperty,kA=Object.getOwnPropertyDescriptor,HA=(t,e,r,n)=>{for(var i=n>1?void 0:n?kA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&BA(e,r,i),i};let Mf=class extends $e{render(){return oe`<w3m-modal-header title="Scan the code" .onAction="${xe.handleUriCopy}" .actionIcon="${Le.COPY_ICON}"></w3m-modal-header><w3m-modal-content><w3m-walletconnect-qr></w3m-walletconnect-qr></w3m-modal-content>`}};Mf.styles=[Fe.globalCss],Mf=HA([Ne("w3m-qrcode-view")],Mf);const zA=Ve`div{display:grid;grid-template-columns:repeat(4,80px);margin:-5px -10px;justify-content:space-between}w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-info-footer w3m-text{text-align:center}`;var lm=Object.defineProperty,WA=Object.defineProperties,qA=Object.getOwnPropertyDescriptor,VA=Object.getOwnPropertyDescriptors,um=Object.getOwnPropertySymbols,KA=Object.prototype.hasOwnProperty,GA=Object.prototype.propertyIsEnumerable,hm=(t,e,r)=>e in t?lm(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,ZA=(t,e)=>{for(var r in e||(e={}))KA.call(e,r)&&hm(t,r,e[r]);if(um)for(var r of um(e))GA.call(e,r)&&hm(t,r,e[r]);return t},YA=(t,e)=>WA(t,VA(e)),Uf=(t,e,r,n)=>{for(var i=n>1?void 0:n?qA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&lm(e,r,i),i};let pa=class extends $e{constructor(){super(),this.connectedChains="ALL",this.isUnsupportedChains=!1,this.getConnectedChainIds()}async getConnectedChainIds(){this.connectedChains=await Nt.client().getConnectedChainIds()}async onSelectChain(t){try{const{selectedChain:e,walletConnectVersion:r,isPreferInjected:n}=De.state,{isConnected:i}=Et.state;i?e?.id===t.id?tt.reset("Account"):r===2?(await Nt.client().switchNetwork({chainId:t.id}),tt.reset("Account")):tt.push("SwitchNetwork",{SwitchNetwork:t}):n?(De.setSelectedChain(t),Nr.close()):(De.setSelectedChain(t),tt.push("ConnectWallet"))}catch(e){console.error(e),Wr.openToast("Unsupported chain","error")}}isUnsuportedChainId(t){return typeof this.connectedChains=="string"&&this.connectedChains!=="ALL"?(this.isUnsupportedChains=!0,!0):Array.isArray(this.connectedChains)&&!this.connectedChains.includes(String(t))?(this.isUnsupportedChains=!0,!0):!1}render(){const{chains:t}=De.state,e=t?.map(n=>YA(ZA({},n),{unsupported:this.isUnsuportedChainId(n.id)})),r=e?.sort((n,i)=>Number(n.unsupported)-Number(i.unsupported));return oe`<w3m-modal-header title="Select network"></w3m-modal-header><w3m-modal-content><div>${r?.map(n=>oe`<w3m-network-button name="${n.name}" chainId="${n.id}" .unsupported="${n.unsupported}" .onClick="${async()=>this.onSelectChain(n)}">${n.name}</w3m-network-button>`)}</div></w3m-modal-content>${this.isUnsupportedChains?oe`<w3m-info-footer><w3m-text color="secondary" variant="small-thin">Your connected wallet may not support some of the networks available for this dapp</w3m-text></w3m-info-footer>`:null}`}};pa.styles=[Fe.globalCss,zA],Uf([gt()],pa.prototype,"connectedChains",2),Uf([gt()],pa.prototype,"isUnsupportedChains",2),pa=Uf([Ne("w3m-select-network-view")],pa);const JA=Ve`w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-text{text-align:center}w3m-button{margin-top:15px}`;var XA=Object.defineProperty,QA=Object.getOwnPropertyDescriptor,fm=(t,e,r,n)=>{for(var i=n>1?void 0:n?QA(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&XA(e,r,i),i};let Vc=class extends $e{constructor(){super(),this.isError=!1,this.onSwitchNetwork()}async onSwitchNetwork(){try{this.isError=!1;const t=Oe.getSwitchNetworkRouterData();await Nt.client().switchNetwork({chainId:t.id}),De.setSelectedChain(t),tt.reset("Account")}catch{this.isError=!0}}render(){const{id:t,name:e}=Oe.getSwitchNetworkRouterData();return oe`<w3m-modal-header title="${`Connect to ${e}`}"></w3m-modal-header><w3m-modal-content><w3m-network-waiting chainId="${t}" label="Approve in your wallet" .isError="${this.isError}"></w3m-network-waiting></w3m-modal-content><w3m-info-footer><w3m-text color="secondary" variant="small-thin">Switch can be declined if chain is not supported by a wallet or previous request is still active</w3m-text><w3m-button .onClick="${this.onSwitchNetwork.bind(this)}" .disabled="${!this.isError}" .iconRight="${Le.RETRY_ICON}">Try Again</w3m-button></w3m-info-footer>`}};Vc.styles=[Fe.globalCss,JA],fm([gt()],Vc.prototype,"isError",2),Vc=fm([Ne("w3m-switch-network-view")],Vc);const eS=Ve`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 tS=Object.defineProperty,rS=Object.getOwnPropertyDescriptor,ga=(t,e,r,n)=>{for(var i=n>1?void 0:n?rS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&tS(e,r,i),i};const jf=40;let as=class extends $e{constructor(){super(...arguments),this.loading=!nr.state.wallets.listings.length,this.firstFetch=!nr.state.wallets.listings.length,this.search="",this.endReached=!1,this.intersectionObserver=void 0,this.searchDebounce=xe.debounce(t=>{t.length>=3?(this.firstFetch=!0,this.endReached=!1,this.search=t,nr.resetSearch(),this.fetchWallets()):this.search&&(this.search="",this.endReached=this.isLastPage(),nr.resetSearch())})}firstUpdated(){this.createPaginationObserver()}disconnectedCallback(){var t;(t=this.intersectionObserver)==null||t.disconnect()}get placeholderEl(){return xe.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}=nr.state,{listings:r,total:n}=this.search?e:t;return n<=jf||r.length>=n}async fetchWallets(){var t;const{wallets:e,search:r,injectedWallets:n}=nr.state,{listings:i,total:o,page:c}=this.search?r:e;if(!this.endReached&&(this.firstFetch||o>jf&&i.length<o))try{this.loading=!0;const l=(t=De.state.standaloneChains)==null?void 0:t.join(","),{listings:h}=await nr.getWallets({page:this.firstFetch?1:c+1,entries:jf,search:this.search,version:De.state.walletConnectVersion,chains:l}),d=h.map(x=>xe.getWalletIcon(x)),v=n.map(x=>xe.getWalletIcon(x));await Promise.all([...d.map(async x=>xe.preloadImage(x)),...v.map(async x=>xe.preloadImage(x)),Oe.wait(300)]),this.endReached=this.isLastPage()}catch(l){console.error(l),Wr.openToast(xe.getErrorMessage(l),"error")}finally{this.loading=!1,this.firstFetch=!1}}onConnect(t){Oe.isAndroid()?xe.handleMobileLinking(t):xe.goToConnectingView(t)}onSearchChange(t){const{value:e}=t.target;this.searchDebounce(e)}render(){const{wallets:t,search:e}=nr.state,{listings:r}=this.search?e:t,n=this.loading&&!r.length,i=this.search.length>=3;let o=Mr.injectedWalletsTemplate(),c=Mr.manualWalletsTemplate(),l=Mr.recomendedWalletsTemplate(!0);i&&(o=o.filter(({values:x})=>xe.caseSafeIncludes(x[0],this.search)),c=c.filter(({values:x})=>xe.caseSafeIncludes(x[0],this.search)),l=l.filter(({values:x})=>xe.caseSafeIncludes(x[0],this.search)));const h=!this.loading&&!r.length&&!o.length&&!l.length,d=Math.max(o.length,r.length),v={"w3m-loading":n,"w3m-end-reached":this.endReached||!this.loading,"w3m-empty":h};return oe`<w3m-modal-header><w3m-search-input .onChange="${this.onSearchChange.bind(this)}"></w3m-search-input></w3m-modal-header><w3m-modal-content class="${Lr(v)}"><div class="w3m-grid">${n?null:l} ${n?null:[...Array(d)].map((x,_)=>oe`${c[_]} ${o[_]} ${r[_]?oe`<w3m-wallet-button imageId="${r[_].image_id}" name="${r[_].name}" walletId="${r[_].id}" .onClick="${()=>this.onConnect(r[_])}"></w3m-wallet-button>`:null}`)}</div><div class="w3m-placeholder-block">${h?oe`<w3m-text variant="big-bold" color="secondary">No results found</w3m-text>`:null} ${!h&&this.loading?oe`<w3m-spinner></w3m-spinner>`:null}</div></w3m-modal-content>`}};as.styles=[Fe.globalCss,eS],ga([gt()],as.prototype,"loading",2),ga([gt()],as.prototype,"firstFetch",2),ga([gt()],as.prototype,"search",2),ga([gt()],as.prototype,"endReached",2),as=ga([Ne("w3m-wallet-explorer-view")],as);const nS=Ve`w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-text{text-align:center}`;var iS=Object.defineProperty,sS=Object.getOwnPropertyDescriptor,dm=(t,e,r,n)=>{for(var i=n>1?void 0:n?sS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&iS(e,r,i),i};let Kc=class extends $e{constructor(){super(),this.isError=!1,this.unwatchConnection=void 0,this.openWebWallet(),this.unwatchConnection=hr.subscribe(t=>{this.isError=t.pairingError})}disconnectedCallback(){var t;(t=this.unwatchConnection)==null||t.call(this)}onFormatAndRedirect(t){const{desktop:e,name:r}=Oe.getWalletRouterData(),n=e?.universal;if(n){const i=Oe.formatUniversalUrl(n,t,r);Oe.openHref(i,"_blank")}}openWebWallet(){hr.setPairingError(!1);const{standaloneUri:t}=De.state,{pairingUri:e}=hr.state,r=Oe.getWalletRouterData();xe.setRecentWallet(r),t?this.onFormatAndRedirect(t):this.onFormatAndRedirect(e)}render(){const{name:t,id:e,image_id:r}=Oe.getWalletRouterData(),{isMobile:n,isInjected:i,isDesktop:o}=xe.getCachedRouterWalletPlatforms(),c=Oe.isMobile();return oe`<w3m-modal-header title="${t}" .onAction="${xe.handleUriCopy}" .actionIcon="${Le.COPY_ICON}"></w3m-modal-header><w3m-modal-content><w3m-connector-waiting walletId="${e}" imageId="${r}" label="${`Continue in ${t}...`}" .isError="${this.isError}"></w3m-connector-waiting></w3m-modal-content><w3m-info-footer><w3m-text color="secondary" variant="small-thin">${`${t} web app has opened in a new tab. Go there, accept the connection, and come back`}</w3m-text><w3m-platform-selection .isMobile="${n}" .isInjected="${c?!1:i}" .isDesktop="${c?!1:o}" .isRetry="${!0}"><w3m-button .onClick="${this.openWebWallet.bind(this)}" .iconRight="${Le.RETRY_ICON}">Retry</w3m-button></w3m-platform-selection></w3m-info-footer>`}};Kc.styles=[Fe.globalCss,nS],dm([gt()],Kc.prototype,"isError",2),Kc=dm([Ne("w3m-web-connecting-view")],Kc);var oS=Object.freeze({__proto__:null,get W3mAccountButton(){return Vs},get W3mConnectButton(){return is},get W3mCoreButton(){return Ci},get W3mModal(){return Zs},get W3mNetworkSwitch(){return ss},get W3mQrCode(){return Zn}});_n.EthereumProvider=tx,_n.OPTIONAL_EVENTS=G7,_n.OPTIONAL_METHODS=K7,_n.REQUIRED_EVENTS=lc,_n.REQUIRED_METHODS=cc,_n.default=uc,Object.defineProperty(_n,"__esModule",{value:!0})});
|
|
151
|
+
`);const c=fC(e,r,i),l=Dc.getSymbolSize(e),h=new tC(l);return aC(h,e),cC(h),lC(h,e),sf(h,r,0),e>=7&&uC(h,e),hC(h,c),isNaN(n)&&(n=tf.getBestMask(h,sf.bind(null,h,r))),tf.applyMask(n,h),sf(h,r,n),{modules:h,version:e,errorCorrectionLevel:r,maskPattern:n,segments:i}}x3.create=function(e,r){if(typeof e>"u"||e==="")throw new Error("No input text");let n=ef.M,i,o;return typeof r<"u"&&(n=ef.from(r.errorCorrectionLevel,ef.M),i=Ac.from(r.version),o=tf.from(r.maskPattern),r.toSJISFunc&&Dc.setToSJISFunction(r.toSJISFunc)),pC(e,i,n,o)};var j3={},of={};(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,c=n.scale||4;return{width:o,scale:o?4:c,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 c=i.modules.size,l=i.modules.data,h=t.getScale(c,o),d=Math.floor((c+o.margin*2)*h),v=o.margin*h,x=[o.color.light,o.color.dark];for(let _=0;_<d;_++)for(let O=0;O<d;O++){let P=(_*d+O)*4,U=o.color.light;if(_>=v&&O>=v&&_<d-v&&O<d-v){const H=Math.floor((_-v)/h),G=Math.floor((O-v)/h);U=x[l[H*c+G]?1:0]}n[P++]=U.r,n[P++]=U.g,n[P++]=U.b,n[P]=U.a}}})(of),function(t){const e=of;function r(i,o,c){i.clearRect(0,0,o.width,o.height),o.style||(o.style={}),o.height=c,o.width=c,o.style.height=c+"px",o.style.width=c+"px"}function n(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}t.render=function(o,c,l){let h=l,d=c;typeof h>"u"&&(!c||!c.getContext)&&(h=c,c=void 0),c||(d=n()),h=e.getOptions(h);const v=e.getImageWidth(o.modules.size,h),x=d.getContext("2d"),_=x.createImageData(v,v);return e.qrToImageData(_.data,o,h),r(x,d,v),x.putImageData(_,0,0),d},t.renderToDataURL=function(o,c,l){let h=l;typeof h>"u"&&(!c||!c.getContext)&&(h=c,c=void 0),h||(h={});const d=t.render(o,c,h),v=h.type||"image/png",x=h.rendererOpts||{};return d.toDataURL(v,x.quality)}}(j3);var F3={};const gC=of;function B3(t,e){const r=t.a/255,n=e+'="'+t.hex+'"';return r<1?n+" "+e+'-opacity="'+r.toFixed(2).slice(1)+'"':n}function af(t,e,r){let n=t+e;return typeof r<"u"&&(n+=" "+r),n}function mC(t,e,r){let n="",i=0,o=!1,c=0;for(let l=0;l<t.length;l++){const h=Math.floor(l%e),d=Math.floor(l/e);!h&&!o&&(o=!0),t[l]?(c++,l>0&&h>0&&t[l-1]||(n+=o?af("M",h+r,.5+d+r):af("m",i,0),i=0,o=!1),h+1<e&&t[l+1]||(n+=af("h",c),c=0)):i++}return n}F3.render=function(e,r,n){const i=gC.getOptions(r),o=e.modules.size,c=e.modules.data,l=o+i.margin*2,h=i.color.light.a?"<path "+B3(i.color.light,"fill")+' d="M0 0h'+l+"v"+l+'H0z"/>':"",d="<path "+B3(i.color.dark,"stroke")+' d="'+mC(c,o,i.margin)+'"/>',v='viewBox="0 0 '+l+" "+l+'"',_='<svg xmlns="http://www.w3.org/2000/svg" '+(i.width?'width="'+i.width+'" height="'+i.width+'" ':"")+v+' shape-rendering="crispEdges">'+h+d+`</svg>
|
|
152
|
+
`;return typeof n=="function"&&n(null,_),_};const wC=P9,cf=x3,k3=j3,vC=F3;function lf(t,e,r,n,i){const o=[].slice.call(arguments,1),c=o.length,l=typeof o[c-1]=="function";if(!l&&!wC())throw new Error("Callback required as last argument");if(l){if(c<2)throw new Error("Too few arguments provided");c===2?(i=r,r=e,e=n=void 0):c===3&&(e.getContext&&typeof i>"u"?(i=n,n=void 0):(i=n,n=r,r=e,e=void 0))}else{if(c<1)throw new Error("Too few arguments provided");return c===1?(r=e,e=n=void 0):c===2&&!e.getContext&&(n=r,r=e,e=void 0),new Promise(function(h,d){try{const v=cf.create(r,n);h(t(v,e,n))}catch(v){d(v)}})}try{const h=cf.create(r,n);i(null,t(h,e,n))}catch(h){i(h)}}ea.create=cf.create,ea.toCanvas=lf.bind(null,k3.render),ea.toDataURL=lf.bind(null,k3.renderToDataURL),ea.toString=lf.bind(null,function(t,e,r){return vC.render(t,r)});var yC=Object.defineProperty,H3=Object.getOwnPropertySymbols,bC=Object.prototype.hasOwnProperty,_C=Object.prototype.propertyIsEnumerable,z3=(t,e,r)=>e in t?yC(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,$c=(t,e)=>{for(var r in e||(e={}))bC.call(e,r)&&z3(t,r,e[r]);if(H3)for(var r of H3(e))_C.call(e,r)&&z3(t,r,e[r]);return t};function EC(){var t;const e=(t=Rn.state.themeMode)!=null?t:"dark",r={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)"}}[e];return{"--w3m-color-fg-1":r.foreground[1],"--w3m-color-fg-2":r.foreground[2],"--w3m-color-fg-3":r.foreground[3],"--w3m-color-bg-1":r.background[1],"--w3m-color-bg-2":r.background[2],"--w3m-color-bg-3":r.background[3],"--w3m-color-overlay":r.overlay}}function W3(){return{"--w3m-accent-color":"#3396FF","--w3m-accent-fill-color":"#FFFFFF","--w3m-z-index":"89","--w3m-background-color":"#3396FF","--w3m-background-border-radius":"8px","--w3m-container-border-radius":"30px","--w3m-wallet-icon-border-radius":"15px","--w3m-wallet-icon-large-border-radius":"30px","--w3m-wallet-icon-small-border-radius":"7px","--w3m-input-border-radius":"28px","--w3m-button-border-radius":"10px","--w3m-notification-border-radius":"36px","--w3m-secondary-button-border-radius":"28px","--w3m-icon-button-border-radius":"50%","--w3m-button-hover-highlight-border-radius":"10px","--w3m-text-big-bold-size":"20px","--w3m-text-big-bold-weight":"600","--w3m-text-big-bold-line-height":"24px","--w3m-text-big-bold-letter-spacing":"-0.03em","--w3m-text-big-bold-text-transform":"none","--w3m-text-xsmall-bold-size":"10px","--w3m-text-xsmall-bold-weight":"700","--w3m-text-xsmall-bold-line-height":"12px","--w3m-text-xsmall-bold-letter-spacing":"0.02em","--w3m-text-xsmall-bold-text-transform":"uppercase","--w3m-text-xsmall-regular-size":"12px","--w3m-text-xsmall-regular-weight":"600","--w3m-text-xsmall-regular-line-height":"14px","--w3m-text-xsmall-regular-letter-spacing":"-0.03em","--w3m-text-xsmall-regular-text-transform":"none","--w3m-text-small-thin-size":"14px","--w3m-text-small-thin-weight":"500","--w3m-text-small-thin-line-height":"16px","--w3m-text-small-thin-letter-spacing":"-0.03em","--w3m-text-small-thin-text-transform":"none","--w3m-text-small-regular-size":"14px","--w3m-text-small-regular-weight":"600","--w3m-text-small-regular-line-height":"16px","--w3m-text-small-regular-letter-spacing":"-0.03em","--w3m-text-small-regular-text-transform":"none","--w3m-text-medium-regular-size":"16px","--w3m-text-medium-regular-weight":"600","--w3m-text-medium-regular-line-height":"20px","--w3m-text-medium-regular-letter-spacing":"-0.03em","--w3m-text-medium-regular-text-transform":"none","--w3m-font-family":"-apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif","--w3m-success-color":"rgb(38,181,98)","--w3m-error-color":"rgb(242, 90, 103)"}}function xC(){const{themeVariables:t}=Rn.state;return{"--w3m-background-image-url":t!=null&&t["--w3m-background-image-url"]?`url(${t["--w3m-background-image-url"]})`:"none"}}const Fe={getPreset(t){return W3()[t]},setTheme(){const t=document.querySelector(":root"),{themeVariables:e}=Rn.state;if(t){const r=$c($c($c($c({},EC()),W3()),e),xC());Object.entries(r).forEach(([n,i])=>t.style.setProperty(n,i))}},globalCss:Ve`*,::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;transition:all .2s ease}@media (hover:hover) and (pointer:fine){button:active{transition:all .1s ease;transform:scale(.93)}}button::after{content:'';position:absolute;top:0;bottom:0;left:0;right: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-accent-fill-color);background:var(--w3m-accent-color)}`},CC=Ve`button{display:flex;border-radius:var(--w3m-button-hover-highlight-border-radius);flex-direction:column;justify-content:center;padding:5px;width:100px}button:active{background-color:var(--w3m-color-overlay)}@media(hover:hover){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-accent-color);border-radius:var(--w3m-icon-button-border-radius);margin-bottom:4px}button path{fill:var(--w3m-accent-fill-color)}`;var IC=Object.defineProperty,OC=Object.getOwnPropertyDescriptor,Pc=(t,e,r,n)=>{for(var i=n>1?void 0:n?OC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&IC(e,r,i),i};let ks=class extends $e{constructor(){super(...arguments),this.icon=void 0,this.label="",this.onClick=()=>null}render(){return oe`<button @click="${this.onClick}"><div>${this.icon}</div><w3m-text variant="xsmall-regular" color="accent">${this.label}</w3m-text></button>`}};ks.styles=[Fe.globalCss,CC],Pc([Se()],ks.prototype,"icon",2),Pc([Se()],ks.prototype,"label",2),Pc([Se()],ks.prototype,"onClick",2),ks=Pc([Re("w3m-box-button")],ks);const SC=Ve`button{border-radius:var(--w3m-secondary-button-border-radius);height:28px;padding:0 10px;background-color:var(--w3m-accent-color)}button path{fill:var(--w3m-accent-fill-color)}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:active::after{background-color:var(--w3m-color-overlay)}.w3m-ghost,.w3m-ghost:active::after,.w3m-outline{background-color:transparent}.w3m-ghost:active{opacity:.5}@media(hover:hover){button:hover::after{background-color:var(--w3m-color-overlay)}.w3m-ghost:hover::after{background-color:transparent}.w3m-ghost:hover{opacity:.5}}button:disabled{background-color:var(--w3m-color-bg-3);pointer-events:none}.w3m-ghost::after{border-color:transparent}.w3m-ghost path{fill:var(--w3m-color-fg-2)}.w3m-outline path{fill:var(--w3m-accent-color)}.w3m-outline:disabled{background-color:transparent;opacity:.5}`;var DC=Object.defineProperty,AC=Object.getOwnPropertyDescriptor,Hs=(t,e,r,n)=>{for(var i=n>1?void 0:n?AC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&DC(e,r,i),i};let bi=class extends $e{constructor(){super(...arguments),this.disabled=!1,this.iconLeft=void 0,this.iconRight=void 0,this.onClick=()=>null,this.variant="default"}render(){const t={"w3m-icon-left":this.iconLeft!==void 0,"w3m-icon-right":this.iconRight!==void 0,"w3m-ghost":this.variant==="ghost","w3m-outline":this.variant==="outline"};let e="inverse";return this.variant==="ghost"&&(e="secondary"),this.variant==="outline"&&(e="accent"),oe`<button class="${Rr(t)}" ?disabled="${this.disabled}" @click="${this.onClick}">${this.iconLeft}<w3m-text variant="small-regular" color="${e}"><slot></slot></w3m-text>${this.iconRight}</button>`}};bi.styles=[Fe.globalCss,SC],Hs([Se()],bi.prototype,"disabled",2),Hs([Se()],bi.prototype,"iconLeft",2),Hs([Se()],bi.prototype,"iconRight",2),Hs([Se()],bi.prototype,"onClick",2),Hs([Se()],bi.prototype,"variant",2),bi=Hs([Re("w3m-button")],bi);const $C=Ve`:host{display:inline-block}button{padding:0 15px 1px;height:40px;border-radius:var(--w3m-button-border-radius);color:var(--w3m-accent-fill-color);background-color:var(--w3m-accent-color)}button::after{content:'';top:0;bottom:0;left:0;right:0;position:absolute;background-color:transparent;border-radius:inherit;transition:background-color .2s ease;border:1px solid var(--w3m-color-overlay)}button:active::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-accent-color);background-color:transparent}.w3m-secondary::after{display:none}@media(hover:hover){button:hover::after{background-color:var(--w3m-color-overlay)}}`;var PC=Object.defineProperty,TC=Object.getOwnPropertyDescriptor,uf=(t,e,r,n)=>{for(var i=n>1?void 0:n?TC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&PC(e,r,i),i};let ia=class extends $e{constructor(){super(...arguments),this.disabled=!1,this.variant="primary"}render(){const t={"w3m-secondary":this.variant==="secondary"};return oe`<button ?disabled="${this.disabled}" class="${Rr(t)}"><slot></slot></button>`}};ia.styles=[Fe.globalCss,$C],uf([Se()],ia.prototype,"disabled",2),uf([Se()],ia.prototype,"variant",2),ia=uf([Re("w3m-button-big")],ia);const NC=Ve`:host{background-color:var(--w3m-color-bg-2);border-top:1px solid var(--w3m-color-bg-3)}div{padding:10px 20px;display:inherit;flex-direction:inherit;align-items:inherit;width:inherit;justify-content:inherit}`;var RC=Object.defineProperty,LC=Object.getOwnPropertyDescriptor,MC=(t,e,r,n)=>{for(var i=n>1?void 0:n?LC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&RC(e,r,i),i};let hf=class extends $e{render(){return oe`<div><slot></slot></div>`}};hf.styles=[Fe.globalCss,NC],hf=MC([Re("w3m-info-footer")],hf);const Le={CROSS_ICON:ut`<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>`,WALLET_CONNECT_LOGO:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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:ut`<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>`,GLOBE_ICON:ut`<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#fff" fill-rule="evenodd" d="M15.5 8a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Zm-2.113.75c.301 0 .535.264.47.558a6.01 6.01 0 0 1-2.867 3.896c-.203.116-.42-.103-.334-.32.409-1.018.691-2.274.797-3.657a.512.512 0 0 1 .507-.477h1.427Zm.47-2.058c.065.294-.169.558-.47.558H11.96a.512.512 0 0 1-.507-.477c-.106-1.383-.389-2.638-.797-3.656-.087-.217.13-.437.333-.32a6.01 6.01 0 0 1 2.868 3.895Zm-4.402.558c.286 0 .515-.24.49-.525-.121-1.361-.429-2.534-.83-3.393-.279-.6-.549-.93-.753-1.112a.535.535 0 0 0-.724 0c-.204.182-.474.513-.754 1.112-.4.859-.708 2.032-.828 3.393a.486.486 0 0 0 .49.525h2.909Zm-5.415 0c.267 0 .486-.21.507-.477.106-1.383.389-2.638.797-3.656.087-.217-.13-.437-.333-.32a6.01 6.01 0 0 0-2.868 3.895c-.065.294.169.558.47.558H4.04ZM2.143 9.308c-.065-.294.169-.558.47-.558H4.04c.267 0 .486.21.507.477.106 1.383.389 2.639.797 3.657.087.217-.13.436-.333.32a6.01 6.01 0 0 1-2.868-3.896Zm3.913-.033a.486.486 0 0 1 .49-.525h2.909c.286 0 .515.24.49.525-.121 1.361-.428 2.535-.83 3.394-.279.6-.549.93-.753 1.112a.535.535 0 0 1-.724 0c-.204-.182-.474-.513-.754-1.112-.4-.859-.708-2.033-.828-3.394Z" clip-rule="evenodd"/></svg>`},UC=Ve`.w3m-toolbar-placeholder{top:0;bottom:0;left:0;right:0;width:100%;position:absolute;display:block;pointer-events:none;height:100px;border-radius:calc(var(--w3m-background-border-radius) * .9);background-color:var(--w3m-background-color);background-image:var(--w3m-background-image-url);background-position:center;background-size:cover}.w3m-toolbar{height:38px;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-accent-fill-color)}button{width:28px;height:28px;border-radius:var(--w3m-icon-button-border-radius);border:0;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:var(--w3m-color-bg-1);box-shadow:0 0 0 1px var(--w3m-color-overlay)}button:active{background-color:var(--w3m-color-bg-2)}button svg{display:block;object-position:center}button path{fill:var(--w3m-color-fg-1)}.w3m-toolbar div{display:flex}.w3m-toolbar div 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)}@media(hover:hover){button:hover{background-color:var(--w3m-color-bg-2)}}`;var jC=Object.defineProperty,FC=Object.getOwnPropertyDescriptor,q3=(t,e,r,n)=>{for(var i=n>1?void 0:n?FC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&jC(e,r,i),i};let Tc=class extends $e{constructor(){super(),this.isHelp=!1,this.unsubscribeRouter=void 0,this.unsubscribeRouter=tt.subscribe(t=>{this.isHelp=t.view==="Help"})}disconnectedCallback(){var t;(t=this.unsubscribeRouter)==null||t.call(this)}onHelp(){tt.push("Help")}logoTemplate(){var t;const e=(t=Rn.state.themeVariables)==null?void 0:t["--w3m-logo-image-url"];return e?oe`<img src="${e}">`:Le.WALLET_CONNECT_LOGO}render(){const t={"w3m-help-active":this.isHelp};return oe`<div class="w3m-toolbar-placeholder"></div><div class="w3m-toolbar">${this.logoTemplate()}<div class="${Rr(t)}"><button @click="${this.onHelp}">${Le.HELP_ICON}</button> <button @click="${Nr.close}">${Le.CROSS_ICON}</button></div></div>`}};Tc.styles=[Fe.globalCss,UC],q3([gt()],Tc.prototype,"isHelp",2),Tc=q3([Re("w3m-modal-backcard")],Tc);const BC=Ve`main{padding:20px;padding-top:0;width:100%}`;var kC=Object.defineProperty,HC=Object.getOwnPropertyDescriptor,zC=(t,e,r,n)=>{for(var i=n>1?void 0:n?HC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&kC(e,r,i),i};let ff=class extends $e{render(){return oe`<main><slot></slot></main>`}};ff.styles=[Fe.globalCss,BC],ff=zC([Re("w3m-modal-content")],ff);const WC=Ve`footer{padding:10px;display:flex;flex-direction:column;align-items:inherit;justify-content:inherit;border-top:1px solid var(--w3m-color-bg-2)}`;var qC=Object.defineProperty,VC=Object.getOwnPropertyDescriptor,KC=(t,e,r,n)=>{for(var i=n>1?void 0:n?VC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&qC(e,r,i),i};let df=class extends $e{render(){return oe`<footer><slot></slot></footer>`}};df.styles=[Fe.globalCss,WC],df=KC([Re("w3m-modal-footer")],df);const GC=Ve`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}header button:active{opacity:.5}@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-accent-color)}`;var ZC=Object.defineProperty,YC=Object.getOwnPropertyDescriptor,sa=(t,e,r,n)=>{for(var i=n>1?void 0:n?YC(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&ZC(e,r,i),i};let Qi=class extends $e{constructor(){super(...arguments),this.title="",this.onAction=void 0,this.actionIcon=void 0,this.border=!1}backBtnTemplate(){return oe`<button class="w3m-back-btn" @click="${tt.goBack}">${Le.BACK_ICON}</button>`}actionBtnTemplate(){return oe`<button class="w3m-action-btn" @click="${this.onAction}">${this.actionIcon}</button>`}render(){const t={"w3m-border":this.border},e=tt.state.history.length>1,r=this.title?oe`<w3m-text variant="big-bold">${this.title}</w3m-text>`:oe`<slot></slot>`;return oe`<header class="${Rr(t)}">${e?this.backBtnTemplate():null} ${r} ${this.onAction?this.actionBtnTemplate():null}</header>`}};Qi.styles=[Fe.globalCss,GC],sa([Se()],Qi.prototype,"title",2),sa([Se()],Qi.prototype,"onAction",2),sa([Se()],Qi.prototype,"actionIcon",2),sa([Se()],Qi.prototype,"border",2),Qi=sa([Re("w3m-modal-header")],Qi);const JC={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"},XC={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"}},Jr={externalWallets(){const{isStandalone:t}=Ae.state;if(t)return[];let e=Rt.client().getConnectors();return e=e.filter(r=>r.id!=="injected"),e},manualWallets(){var t,e;const{mobileWallets:r,desktopWallets:n}=jt.state,i=(t=Jr.recentWallet())==null?void 0:t.id,o=Oe.isMobile()?r:n,c=o?.filter(l=>i!==l.id);return(e=Oe.isMobile()?c?.map(({id:l,name:h,links:d})=>({id:l,name:h,mobile:d,links:d})):c?.map(({id:l,name:h,links:d})=>({id:l,name:h,desktop:d,links:d})))!=null?e:[]},installedInjectedWallets(){const{isStandalone:t}=Ae.state;if(t)return[];if(!Rt.client().isInjectedProviderInstalled())return[];const{namespace:e}=Rt.client(),{injectedWallets:r}=nr.state;let n=r.filter(({injected:i})=>!!i.some(o=>Rt.client().safeCheckInjectedProvider(o.injected_id)&&o.namespace===e));return n.length>1&&(n=n.filter(({injected:i})=>!!i.map(({injected_id:o})=>o).every(o=>o!=="isMetaMask"))),n.length?n:[{name:"Browser",id:"browser",image_id:void 0}]},injectedWallets(){const{isStandalone:t}=Ae.state,{explorerExcludedWalletIds:e,explorerRecommendedWalletIds:r}=jt.state,n=Oe.isMobile();if(t||e==="ALL"||n)return[];const{namespace:i}=Rt.client(),{injectedWallets:o}=nr.state;return o.filter(({id:c,injected:l})=>{const h=Oe.isArray(e)?e:[],d=Oe.isArray(r)?r:[];return!!l.some(v=>v.namespace===i&&!h.includes(c)&&!d.includes(c))})},recentWallet(){return xe.getRecentWallet()},recomendedWallets(t=!1){var e;const r=Jr.installedInjectedWallets().map(({id:c})=>c),n=t||(e=Jr.recentWallet())==null?void 0:e.id,i=[...r,n],{recomendedWallets:o}=nr.state;return o.filter(c=>!i.includes(c.id))}},xe={MOBILE_BREAKPOINT:600,W3M_RECENT_WALLET_DATA:"W3M_RECENT_WALLET_DATA",EXPLORER_WALLET_URL:"https://explorer.walletconnect.com/?type=wallet",rejectStandaloneButtonComponent(){const{isStandalone:t}=Ae.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},getWalletIcon({id:t,image_id:e}){const{walletImages:r}=jt.state;return r!=null&&r[t]?r[t]:e?nr.getWalletImageUrl(e):""},getWalletName(t,e=!1){return e?t.split(" ")[0]:t},getChainIcon(t){var e;const r=JC[t],{projectId:n,chainImages:i}=jt.state;return(e=i?.[t])!=null?e:n&&r?nr.getAssetImageUrl(r):""},getTokenIcon(t){var e,r;const n=(e=XC[t])==null?void 0:e.icon,{projectId:i,tokenImages:o}=jt.state;return(r=o?.[t])!=null?r:i&&n?nr.getAssetImageUrl(n):""},isMobileAnimation(){return window.innerWidth<=xe.MOBILE_BREAKPOINT},async preloadImage(t){const e=new Promise((r,n)=>{const i=new Image;i.onload=r,i.onerror=n,i.src=t});return Promise.race([e,Oe.wait(3e3)])},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)}},handleMobileLinking(t){const{standaloneUri:e}=Ae.state,{pairingUri:r}=hr.state,{mobile:n,name:i}=t,o=n?.native,c=n?.universal;xe.setRecentWallet(t);function l(h){let d="";o?d=Oe.formatUniversalUrl(o,h,i):c&&(d=Oe.formatNativeUrl(c,h,i)),Oe.openHref(d,"_self")}l(e||r)},handleAndroidLinking(){const{standaloneUri:t}=Ae.state,{pairingUri:e}=hr.state;t?(Oe.setWalletConnectAndroidDeepLink(t),Oe.openHref(t,"_self")):(Oe.setWalletConnectAndroidDeepLink(e),Oe.openHref(e,"_self"))},async handleUriCopy(){const{standaloneUri:t}=Ae.state,{pairingUri:e}=hr.state;t?await navigator.clipboard.writeText(t):await navigator.clipboard.writeText(e),zr.openToast("Link copied","success")},async handleConnectorConnection(t,e){try{const{selectedChain:r}=Ae.state;await Rt.client().connectConnector(t,r?.id),Nr.close()}catch(r){console.error(r),e?e():zr.openToast(xe.getErrorMessage(r),"error")}},getCustomImageUrls(){const{chainImages:t,walletImages:e}=jt.state,r=Object.values(t??{}),n=Object.values(e??{});return Object.values([...r,...n])},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 c=0;for(let h=0;h<o.length;h+=1)c=o.charCodeAt(h)+((c<<5)-c),c=c&c;const l=[0,0,0];for(let h=0;h<3;h+=1){const d=c>>h*8&255;l[h]=d}n.push(`rgb(${l[0]}, ${l[1]}, ${l[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(([c,l])=>i.style.setProperty(c,l))}},setRecentWallet(t){const{walletConnectVersion:e}=Ae.state;localStorage.setItem(xe.W3M_RECENT_WALLET_DATA,JSON.stringify({[e]:t}))},getRecentWallet(){const t=localStorage.getItem(xe.W3M_RECENT_WALLET_DATA);if(t){const{walletConnectVersion:e}=Ae.state,r=JSON.parse(t);if(r[e])return r[e]}},caseSafeIncludes(t,e){return t.toUpperCase().includes(e.toUpperCase())},openWalletExplorerUrl(){Oe.openHref(xe.EXPLORER_WALLET_URL,"_blank")},getCachedRouterWalletPlatforms(){const{id:t,desktop:e,mobile:r,injected:n}=Oe.getWalletRouterData(),i=Jr.installedInjectedWallets(),o=!!(n!=null&&n.length),c=i.some(v=>v.id===t),l=!!(e!=null&&e.native),h=!!(e!=null&&e.universal),d=!!(r!=null&&r.native)||!!(r!=null&&r.universal);return{isInjectedInstalled:c,isInjected:o,isDesktop:l,isMobile:d,isWeb:h}},goToConnectingView(t){tt.setData({Wallet:t});const e=Oe.isMobile(),{isDesktop:r,isWeb:n,isMobile:i,isInjectedInstalled:o}=xe.getCachedRouterWalletPlatforms();e?o?tt.push("InjectedConnecting"):i?tt.push("MobileConnecting"):n?tt.push("WebConnecting"):tt.push("InstallWallet"):o?tt.push("InjectedConnecting"):r?tt.push("DesktopConnecting"):n?tt.push("WebConnecting"):i?tt.push("MobileQrcodeConnecting"):tt.push("InstallWallet")}},QC=Ve`.w3m-router{overflow:hidden;will-change:transform}.w3m-content{display:flex;flex-direction:column}`;var eI=Object.defineProperty,tI=Object.getOwnPropertyDescriptor,pf=(t,e,r,n)=>{for(var i=n>1?void 0:n?tI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&eI(e,r,i),i};let oa=class extends $e{constructor(){super(),this.view=tt.state.view,this.prevView=tt.state.view,this.unsubscribe=void 0,this.oldHeight="0px",this.resizeObserver=void 0,this.unsubscribe=tt.subscribe(t=>{this.view!==t.view&&this.onChangeRoute()})}firstUpdated(){this.resizeObserver=new ResizeObserver(([t])=>{const e=`${t.contentRect.height}px`;this.oldHeight!=="0px"&&Xi(this.routerEl,{height:[this.oldHeight,e]},{duration:.2}),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 xe.getShadowRootElement(this,".w3m-router")}get contentEl(){return xe.getShadowRootElement(this,".w3m-content")}viewTemplate(){switch(this.view){case"ConnectWallet":return oe`<w3m-connect-wallet-view></w3m-connect-wallet-view>`;case"SelectNetwork":return oe`<w3m-select-network-view></w3m-select-network-view>`;case"InjectedConnecting":return oe`<w3m-injected-connecting-view></w3m-injected-connecting-view>`;case"DesktopConnecting":return oe`<w3m-desktop-connecting-view></w3m-desktop-connecting-view>`;case"MobileConnecting":return oe`<w3m-mobile-connecting-view></w3m-mobile-connecting-view>`;case"WebConnecting":return oe`<w3m-web-connecting-view></w3m-web-connecting-view>`;case"MobileQrcodeConnecting":return oe`<w3m-mobile-qr-connecting-view></w3m-mobile-qr-connecting-view>`;case"GetWallet":return oe`<w3m-get-wallet-view></w3m-get-wallet-view>`;case"WalletExplorer":return oe`<w3m-wallet-explorer-view></w3m-wallet-explorer-view>`;case"Qrcode":return oe`<w3m-qrcode-view></w3m-qrcode-view>`;case"Help":return oe`<w3m-help-view></w3m-help-view>`;case"Account":return oe`<w3m-account-view></w3m-account-view>`;case"SwitchNetwork":return oe`<w3m-switch-network-view></w3m-switch-network-view>`;case"InstallWallet":return oe`<w3m-install-wallet-view></w3m-install-wallet-view>`;default:return oe`<div>Not Found</div>`}}async onChangeRoute(){await Xi(this.routerEl,{opacity:[1,0],scale:[1,1.02]},{duration:.15,delay:.1}).finished,this.view=tt.state.view,Xi(this.routerEl,{opacity:[0,1],scale:[.99,1]},{duration:.37,delay:.05})}render(){return oe`<div class="w3m-router"><div class="w3m-content">${this.viewTemplate()}</div></div>`}};oa.styles=[Fe.globalCss,QC],pf([gt()],oa.prototype,"view",2),pf([gt()],oa.prototype,"prevView",2),oa=pf([Re("w3m-modal-router")],oa);const rI=Ve`div{height:36px;width:max-content;display:flex;justify-content:center;align-items:center;padding:9px 15px 11px;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:var(--w3m-notification-border-radius);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-accent-color)}.w3m-error path{fill:var(--w3m-error-color)}`;var nI=Object.defineProperty,iI=Object.getOwnPropertyDescriptor,V3=(t,e,r,n)=>{for(var i=n>1?void 0:n?iI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&nI(e,r,i),i};let Nc=class extends $e{constructor(){super(),this.open=!1,this.unsubscribe=void 0,this.timeout=void 0,this.unsubscribe=zr.subscribe(t=>{t.open?(this.open=!0,this.timeout=setTimeout(()=>zr.closeToast(),2200)):(this.open=!1,clearTimeout(this.timeout))})}disconnectedCallback(){var t;(t=this.unsubscribe)==null||t.call(this),clearTimeout(this.timeout),zr.closeToast()}render(){const{message:t,variant:e}=zr.state,r={"w3m-success":e==="success","w3m-error":e==="error"};return this.open?oe`<div class="${Rr(r)}">${e==="success"?Le.CHECKMARK_ICON:null} ${e==="error"?Le.CROSS_ICON:null}<w3m-text variant="small-regular">${t}</w3m-text></div>`:null}};Nc.styles=[Fe.globalCss,rI],V3([gt()],Nc.prototype,"open",2),Nc=V3([Re("w3m-modal-toast")],Nc);const sI=Ve`button{padding:5px;border-radius:var(--w3m-button-hover-highlight-border-radius);display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:90px;position:relative}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:active{background-color:var(--w3m-color-overlay)}.w3m-unsupported{opacity:.3}@media(hover:hover){button:hover{background-color:var(--w3m-color-overlay)}}`;var oI=Object.defineProperty,aI=Object.getOwnPropertyDescriptor,aa=(t,e,r,n)=>{for(var i=n>1?void 0:n?aI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&oI(e,r,i),i};let es=class extends $e{constructor(){super(...arguments),this.onClick=()=>null,this.name="",this.chainId="",this.unsupported=!1}render(){const t={"w3m-unsupported":this.unsupported};return oe`<button @click="${this.onClick}" class="${Rr(t)}"><w3m-network-image chainId="${this.chainId}"></w3m-network-image><w3m-text variant="xsmall-regular">${this.name}</w3m-text></button>`}};es.styles=[Fe.globalCss,sI],aa([Se()],es.prototype,"onClick",2),aa([Se()],es.prototype,"name",2),aa([Se()],es.prototype,"chainId",2),aa([Se()],es.prototype,"unsupported",2),es=aa([Re("w3m-network-button")],es);const cI=Ve`@keyframes loading{to{stroke-dashoffset:0}}:host{width:inherit;height:inherit;position:relative}path{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)}image{clip-path:path('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')}`;var lI=Object.defineProperty,uI=Object.getOwnPropertyDescriptor,K3=(t,e,r,n)=>{for(var i=n>1?void 0:n?uI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&lI(e,r,i),i};let Rc=class extends $e{constructor(){super(...arguments),this.chainId=""}render(){const t=xe.getChainIcon(this.chainId);return t?oe`<svg width="54" height="59" viewBox="0 0 54 59" fill="none"><image href="${t}"/><image href="${t}" width="54" height="59"/><path 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"/></svg>`:oe`${Le.NETWORK_PLACEHOLDER}`}};Rc.styles=[Fe.globalCss,cI],K3([Se()],Rc.prototype,"chainId",2),Rc=K3([Re("w3m-network-image")],Rc);const hI=.1,G3=2.5,Kn=7;function gf(t,e,r){return t===e?!1:(t-e<0?e-t:t-e)<=r+hI}function fI(t,e){const r=Array.prototype.slice.call(ea.create(t,{errorCorrectionLevel:e}).modules.data,0),n=Math.sqrt(r.length);return r.reduce((i,o,c)=>(c%n===0?i.push([o]):i[i.length-1].push(o))&&i,[])}const dI={generate(t,e,r,n){const i=n==="light"?"#141414":"#fff",o=n==="light"?"#fff":"#141414",c=[],l=fI(t,"Q"),h=e/l.length,d=[{x:0,y:0},{x:1,y:0},{x:0,y:1}];d.forEach(({x:U,y:H})=>{const G=(l.length-Kn)*h*U,R=(l.length-Kn)*h*H,L=.32;for(let $=0;$<d.length;$+=1){const T=h*(Kn-$*2);c.push(ut`<rect fill="${$%2===0?i:o}" height="${T}" rx="${T*L}" ry="${T*L}" width="${T}" x="${G+h*$}" y="${R+h*$}">`)}});const v=Math.floor((r+25)/h),x=l.length/2-v/2,_=l.length/2+v/2-1,O=[];l.forEach((U,H)=>{U.forEach((G,R)=>{if(l[H][R]&&!(H<Kn&&R<Kn||H>l.length-(Kn+1)&&R<Kn||H<Kn&&R>l.length-(Kn+1))&&!(H>x&&H<_&&R>x&&R<_)){const L=H*h+h/2,$=R*h+h/2;O.push([L,$])}})});const P={};return O.forEach(([U,H])=>{P[U]?P[U].push(H):P[U]=[H]}),Object.entries(P).map(([U,H])=>{const G=H.filter(R=>H.every(L=>!gf(R,L,h)));return[Number(U),G]}).forEach(([U,H])=>{H.forEach(G=>{c.push(ut`<circle cx="${U}" cy="${G}" fill="${i}" r="${h/G3}">`)})}),Object.entries(P).filter(([U,H])=>H.length>1).map(([U,H])=>{const G=H.filter(R=>H.some(L=>gf(R,L,h)));return[Number(U),G]}).map(([U,H])=>{H.sort((R,L)=>R<L?-1:1);const G=[];for(const R of H){const L=G.find($=>$.some(T=>gf(R,T,h)));L?L.push(R):G.push([R])}return[U,G.map(R=>[R[0],R[R.length-1]])]}).forEach(([U,H])=>{H.forEach(([G,R])=>{c.push(ut`<line x1="${U}" x2="${U}" y1="${G}" y2="${R}" stroke="${i}" stroke-width="${h/(G3/2)}" stroke-linecap="round">`)})}),c}},pI=Ve`@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:var(--w3m-wallet-icon-border-radius)}svg:first-child{transform:translateY(-50%) translateX(-50%) scale(.9)}svg:first-child path:first-child{fill:var(--w3m-accent-color)}svg:first-child path:last-child{stroke:var(--w3m-color-overlay)}`;var gI=Object.defineProperty,mI=Object.getOwnPropertyDescriptor,zs=(t,e,r,n)=>{for(var i=n>1?void 0:n?mI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&gI(e,r,i),i};let Gn=class extends $e{constructor(){super(...arguments),this.uri="",this.size=0,this.imageId=void 0,this.walletId=void 0,this.imageUrl=void 0}svgTemplate(){var t;const e=(t=Rn.state.themeMode)!=null?t:"light";return ut`<svg height="${this.size}" width="${this.size}">${dI.generate(this.uri,this.size,this.size/4,e)}</svg>`}render(){return oe`<div>${this.walletId||this.imageUrl?oe`<w3m-wallet-image walletId="${this.walletId}" imageId="${this.imageId}" imageUrl="${this.imageUrl}"></w3m-wallet-image>`:Le.WALLET_CONNECT_ICON_COLORED} ${this.svgTemplate()}<w3m-theme-context></w3m-theme-context></div>`}};Gn.styles=[Fe.globalCss,pI],zs([Se()],Gn.prototype,"uri",2),zs([Se({type:Number})],Gn.prototype,"size",2),zs([Se()],Gn.prototype,"imageId",2),zs([Se()],Gn.prototype,"walletId",2),zs([Se()],Gn.prototype,"imageUrl",2),Gn=zs([Re("w3m-qrcode")],Gn);const wI=Ve`:host{position:relative;height:28px;width:80%}input{width:100%;height:100%;line-height:28px!important;border-radius:var(--w3m-input-border-radius);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:var(--w3m-color-fg-1);background-color:var(--w3m-color-bg-3);box-shadow:inset 0 0 0 1px var(--w3m-color-overlay);caret-color:var(--w3m-accent-color)}input::placeholder{color:var(--w3m-color-fg-2)}svg{left:10px;top:4px;pointer-events:none;position:absolute;width:20px;height:20px}input:focus-within{box-shadow:inset 0 0 0 1px var(--w3m-accent-color)}path{fill:var(--w3m-color-fg-2)}`;var vI=Object.defineProperty,yI=Object.getOwnPropertyDescriptor,Z3=(t,e,r,n)=>{for(var i=n>1?void 0:n?yI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&vI(e,r,i),i};let Lc=class extends $e{constructor(){super(...arguments),this.onChange=()=>null}render(){return oe`<input type="text" @input="${this.onChange}" placeholder="Search wallets"> ${Le.SEARCH_ICON}`}};Lc.styles=[Fe.globalCss,wI],Z3([Se()],Lc.prototype,"onChange",2),Lc=Z3([Re("w3m-search-input")],Lc);const bI=Ve`@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-accent-color)}`;var _I=Object.defineProperty,EI=Object.getOwnPropertyDescriptor,xI=(t,e,r,n)=>{for(var i=n>1?void 0:n?EI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&_I(e,r,i),i};let mf=class extends $e{render(){return oe`<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>`}};mf.styles=[Fe.globalCss,bI],mf=xI([Re("w3m-spinner")],mf);const CI=Ve`span{font-style:normal;font-family:var(--w3m-font-family);font-feature-settings:'tnum' on,'lnum' on,'case' on}.w3m-xsmall-bold{font-family:var(--w3m-text-xsmall-bold-font-family);font-weight:var(--w3m-text-xsmall-bold-weight);font-size:var(--w3m-text-xsmall-bold-size);line-height:var(--w3m-text-xsmall-bold-line-height);letter-spacing:var(--w3m-text-xsmall-bold-letter-spacing);text-transform:var(--w3m-text-xsmall-bold-text-transform)}.w3m-xsmall-regular{font-family:var(--w3m-text-xsmall-regular-font-family);font-weight:var(--w3m-text-xsmall-regular-weight);font-size:var(--w3m-text-xsmall-regular-size);line-height:var(--w3m-text-xsmall-regular-line-height);letter-spacing:var(--w3m-text-xsmall-regular-letter-spacing);text-transform:var(--w3m-text-xsmall-regular-text-transform)}.w3m-small-thin{font-family:var(--w3m-text-small-thin-font-family);font-weight:var(--w3m-text-small-thin-weight);font-size:var(--w3m-text-small-thin-size);line-height:var(--w3m-text-small-thin-line-height);letter-spacing:var(--w3m-text-small-thin-letter-spacing);text-transform:var(--w3m-text-small-thin-text-transform)}.w3m-small-regular{font-family:var(--w3m-text-small-regular-font-family);font-weight:var(--w3m-text-small-regular-weight);font-size:var(--w3m-text-small-regular-size);line-height:var(--w3m-text-small-regular-line-height);letter-spacing:var(--w3m-text-small-regular-letter-spacing);text-transform:var(--w3m-text-small-regular-text-transform)}.w3m-medium-regular{font-family:var(--w3m-text-medium-regular-font-family);font-weight:var(--w3m-text-medium-regular-weight);font-size:var(--w3m-text-medium-regular-size);line-height:var(--w3m-text-medium-regular-line-height);letter-spacing:var(--w3m-text-medium-regular-letter-spacing);text-transform:var(--w3m-text-medium-regular-text-transform)}.w3m-big-bold{font-family:var(--w3m-text-big-bold-font-family);font-weight:var(--w3m-text-big-bold-weight);font-size:var(--w3m-text-big-bold-size);line-height:var(--w3m-text-big-bold-line-height);letter-spacing:var(--w3m-text-big-bold-letter-spacing);text-transform:var(--w3m-text-big-bold-text-transform)}: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-accent-fill-color)}.w3m-color-accnt{color:var(--w3m-accent-color)}.w3m-color-error{color:var(--w3m-error-color)}`;var II=Object.defineProperty,OI=Object.getOwnPropertyDescriptor,wf=(t,e,r,n)=>{for(var i=n>1?void 0:n?OI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&II(e,r,i),i};let ca=class extends $e{constructor(){super(...arguments),this.variant="medium-regular",this.color="primary"}render(){const t={"w3m-big-bold":this.variant==="big-bold","w3m-medium-regular":this.variant==="medium-regular","w3m-small-regular":this.variant==="small-regular","w3m-small-thin":this.variant==="small-thin","w3m-xsmall-regular":this.variant==="xsmall-regular","w3m-xsmall-bold":this.variant==="xsmall-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 oe`<span><slot class="${Rr(t)}"></slot></span>`}};ca.styles=[Fe.globalCss,CI],wf([Se()],ca.prototype,"variant",2),wf([Se()],ca.prototype,"color",2),ca=wf([Re("w3m-text")],ca);const SI=Ve`div{overflow:hidden;position:relative;border-radius:50%}div::after{content:'';position:absolute;top:0;bottom:0;left:0;right: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 DI=Object.defineProperty,AI=Object.getOwnPropertyDescriptor,Y3=(t,e,r,n)=>{for(var i=n>1?void 0:n?AI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&DI(e,r,i),i};let Mc=class extends $e{constructor(){super(...arguments),this.symbol=void 0}render(){var t;const e=xe.getTokenIcon((t=this.symbol)!=null?t:"");return e?oe`<div><img src="${e}" alt="${this.id}"></div>`:Le.TOKEN_PLACEHOLDER}};Mc.styles=[Fe.globalCss,SI],Y3([Se()],Mc.prototype,"symbol",2),Mc=Y3([Re("w3m-token-image")],Mc);const $I=Ve`button{width:100%;height:100%;border-radius:var(--w3m-button-hover-highlight-border-radius);display:flex;align-items:flex-start}button:active{background-color:var(--w3m-color-overlay)}@media(hover:hover){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:var(--w3m-wallet-icon-border-radius);margin-bottom:5px}.w3m-sublabel{margin-top:2px}`;var PI=Object.defineProperty,TI=Object.getOwnPropertyDescriptor,_i=(t,e,r,n)=>{for(var i=n>1?void 0:n?TI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&PI(e,r,i),i};let Mn=class extends $e{constructor(){super(...arguments),this.onClick=()=>null,this.name="",this.walletId="",this.label=void 0,this.imageId=void 0,this.installed=!1,this.recent=!1}sublabelTemplate(){return this.recent?oe`<w3m-text class="w3m-sublabel" variant="xsmall-bold" color="tertiary">RECENT</w3m-text>`:this.installed?oe`<w3m-text class="w3m-sublabel" variant="xsmall-bold" color="tertiary">INSTALLED</w3m-text>`:null}handleClick(){pi.click({name:"WALLET_BUTTON",walletId:this.walletId}),this.onClick()}render(){var t;return oe`<button @click="${this.handleClick.bind(this)}"><div><w3m-wallet-image walletId="${this.walletId}" imageId="${this.imageId}"></w3m-wallet-image><w3m-text variant="xsmall-regular">${(t=this.label)!=null?t:xe.getWalletName(this.name,!0)}</w3m-text>${this.sublabelTemplate()}</div></button>`}};Mn.styles=[Fe.globalCss,$I],_i([Se()],Mn.prototype,"onClick",2),_i([Se()],Mn.prototype,"name",2),_i([Se()],Mn.prototype,"walletId",2),_i([Se()],Mn.prototype,"label",2),_i([Se()],Mn.prototype,"imageId",2),_i([Se()],Mn.prototype,"installed",2),_i([Se()],Mn.prototype,"recent",2),Mn=_i([Re("w3m-wallet-button")],Mn);const NI=Ve`:host{display:block}div{overflow:hidden;position:relative;border-radius:inherit;width:100%;height:100%;background-color:var(--w3m-color-overlay)}svg{position:relative;width:100%;height:100%}div::after{content:'';position:absolute;top:0;bottom:0;left:0;right: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 RI=Object.defineProperty,LI=Object.getOwnPropertyDescriptor,Uc=(t,e,r,n)=>{for(var i=n>1?void 0:n?LI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&RI(e,r,i),i};let Ws=class extends $e{constructor(){super(...arguments),this.walletId="",this.imageId=void 0,this.imageUrl=void 0}render(){var t;const e=(t=this.imageUrl)!=null&&t.length?this.imageUrl:xe.getWalletIcon({id:this.walletId,image_id:this.imageId});return oe`${e.length?oe`<div><img src="${e}" alt="${this.id}"></div>`:Le.WALLET_PLACEHOLDER}`}};Ws.styles=[Fe.globalCss,NI],Uc([Se()],Ws.prototype,"walletId",2),Uc([Se()],Ws.prototype,"imageId",2),Uc([Se()],Ws.prototype,"imageUrl",2),Ws=Uc([Re("w3m-wallet-image")],Ws);var MI=Object.defineProperty,UI=Object.getOwnPropertyDescriptor,jI=(t,e,r,n)=>{for(var i=n>1?void 0:n?UI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&MI(e,r,i),i};let J3=class extends $e{constructor(){super(),this.unwatchAccount=void 0,Et.getAccount(),this.fetchProfile(),this.fetchBalance(),this.unwatchAccount=Rt.client().watchAccount(t=>{const{address:e,isConnected:r}=Et.state;t.isConnected&&t.address!==e&&(this.fetchProfile(t.address),this.fetchBalance(t.address),Et.setAddress(t.address)),t.isConnected||Et.resetAccount(),r!==t.isConnected&&Nr.close(),!r&&t.isConnected?pi.track({name:"ACCOUNT_CONNECTED"}):r&&!t.isConnected&&pi.track({name:"ACCOUNT_DISCONNECTED"}),Et.setIsConnected(t.isConnected)})}disconnectedCallback(){var t;(t=this.unwatchAccount)==null||t.call(this)}async fetchProfile(t){var e;const r=(e=Ae.state.chains)==null?void 0:e.find(n=>n.id===1);if(jt.state.enableAccountView&&r)try{await Et.fetchProfile(xe.preloadImage,t)}catch(n){console.error(n),zr.openToast(xe.getErrorMessage(n),"error")}}async fetchBalance(t){if(jt.state.enableAccountView)try{await Et.fetchBalance(t)}catch(e){console.error(e),zr.openToast(xe.getErrorMessage(e),"error")}}};J3=jI([Re("w3m-account-context")],J3);var FI=Object.defineProperty,BI=Object.getOwnPropertyDescriptor,X3=(t,e,r,n)=>{for(var i=n>1?void 0:n?BI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&FI(e,r,i),i};let vf=class extends $e{constructor(){super(),this.preload=!0,this.preloadData()}async loadImages(t){try{t!=null&&t.length&&await Promise.all(t.map(async e=>xe.preloadImage(e)))}catch{console.info("Unsuccessful attempt at preloading some images",t)}}async preloadListings(){var t;if(jt.state.enableExplorer){const{chains:e}=Ae.state;await Promise.all([nr.getRecomendedWallets(),nr.getInjectedWallets()]),Ae.setIsDataLoaded(!0);const{recomendedWallets:r}=nr.state,n=Jr.installedInjectedWallets(),i=(t=e?.map(l=>xe.getChainIcon(l.id)))!=null?t:[],o=r.map(l=>xe.getWalletIcon(l)),c=n.map(l=>xe.getWalletIcon(l));await this.loadImages([...i,...o,...c])}else Ae.setIsDataLoaded(!0)}async preloadCustomImages(){const t=xe.getCustomImageUrls();await this.loadImages(t)}async preloadData(){try{this.preload&&(this.preload=!1,await Promise.all([this.preloadListings(),this.preloadCustomImages()]))}catch(t){console.error(t),zr.openToast("Failed preloading","error")}}};X3([gt()],vf.prototype,"preload",2),vf=X3([Re("w3m-explorer-context")],vf);var kI=Object.defineProperty,HI=Object.getOwnPropertyDescriptor,Q3=(t,e,r,n)=>{for(var i=n>1?void 0:n?HI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&kI(e,r,i),i};let yf=class extends $e{constructor(){super(),this.activeChainId=void 0,this.unwatchNetwork=void 0;const t=Ae.getSelectedChain();this.activeChainId=t?.id,this.unwatchNetwork=Rt.client().watchNetwork(e=>{const r=e.chain;r&&this.activeChainId!==r.id&&(Ae.setSelectedChain(r),this.activeChainId=r.id,Et.resetBalance(),this.fetchBalance())})}disconnectedCallback(){var t;(t=this.unwatchNetwork)==null||t.call(this)}async fetchBalance(){if(jt.state.enableAccountView)try{await Et.fetchBalance()}catch(t){console.error(t),zr.openToast(xe.getErrorMessage(t),"error")}}};Q3([gt()],yf.prototype,"activeChainId",2),yf=Q3([Re("w3m-network-context")],yf);var zI=Object.defineProperty,WI=Object.getOwnPropertyDescriptor,qI=(t,e,r,n)=>{for(var i=n>1?void 0:n?WI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&zI(e,r,i),i};let em=class extends $e{constructor(){super(),this.unsubscribeTheme=void 0,Fe.setTheme(),this.unsubscribeTheme=Rn.subscribe(Fe.setTheme),this.preloadThemeImages()}disconnectedCallback(){var t;(t=this.unsubscribeTheme)==null||t.call(this)}async preloadThemeImages(){try{const{themeVariables:t}=Rn.state,e=[t?.["--w3m-background-image-url"],t?.["--w3m-logo-image-url"]].filter(Boolean);e.length&&await Promise.all(e.map(async r=>xe.preloadImage(r)))}catch{console.info("Unsuccessful attempt at preloading some images")}}};em=qI([Re("w3m-theme-context")],em);var VI=Object.defineProperty,KI=Object.getOwnPropertyDescriptor,GI=(t,e,r,n)=>{for(var i=n>1?void 0:n?KI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&VI(e,r,i),i};const ZI=24e4,YI=1e3;var tm;let rm=class extends $e{constructor(){super(),this.unwatchOptions=void 0,this.unwatchAccount=void 0,this.timeout=void 0,this.isGenerated=!1,this.selectedChainId=(tm=Ae.state.selectedChain)==null?void 0:tm.id,this.isAccountConnected=Et.state.isConnected,this.lastRetry=Date.now(),this.unwatchOptions=Ae.subscribe(t=>{var e,r;((e=t.selectedChain)==null?void 0:e.id)!==this.selectedChainId&&(this.selectedChainId=(r=t.selectedChain)==null?void 0:r.id,this.connectAndWait())}),this.unwatchAccount=Et.subscribe(t=>{(this.isAccountConnected!==t.isConnected||!this.isGenerated)&&(this.isAccountConnected=t.isConnected,setTimeout(this.connectAndWait.bind(this),0))})}disconnectedCallback(){var t,e;(t=this.unwatchOptions)==null||t.call(this),(e=this.unwatchAccount)==null||e.call(this)}async connectAndWait(){if(clearTimeout(this.timeout),!this.isAccountConnected){this.isGenerated=!0,this.timeout=setTimeout(this.connectAndWait.bind(this),ZI);try{const{standaloneUri:t,selectedChain:e}=Ae.state;t?hr.setPairingUri(t):await Rt.client().connectWalletConnect(r=>hr.setPairingUri(r),e?.id)}catch(t){console.error(t),hr.setPairingError(!0),zr.openToast("Connection request declined","error"),Date.now()-this.lastRetry>=YI&&(this.lastRetry=Date.now(),this.connectAndWait())}}}};rm=GI([Re("w3m-wc-connection-context")],rm);const JI=Ve`: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:var(--w3m-button-border-radius);padding:4px 4px 4px 8px}div button{border-radius:var(--w3m-secondary-button-border-radius);padding:4px 8px;padding-left:4px;height:auto;margin-left:10px;color:var(--w3m-accent-fill-color);background-color:var(--w3m-accent-color)}.w3m-no-avatar{padding-left:8px}button::after{content:'';top:0;bottom:0;left:0;right: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 XI=Object.defineProperty,QI=Object.getOwnPropertyDescriptor,bf=(t,e,r,n)=>{for(var i=n>1?void 0:n?QI(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&XI(e,r,i),i};let qs=class extends $e{constructor(){super(),this.balance="hide",this.avatar="show",xe.rejectStandaloneButtonComponent()}onOpen(){const{isStandalone:t}=Ae.state;t||(pi.click({name:"ACCOUNT_BUTTON"}),Nr.open({route:"Account"}))}accountTemplate(){const t=this.avatar==="show";return oe`${t?oe`<w3m-avatar></w3m-avatar>`:null}<w3m-address-text></w3m-address-text>`}render(){const t=this.balance==="show",e={"w3m-no-avatar":this.avatar==="hide"};return t?oe`<div><w3m-balance></w3m-balance><button @click="${this.onOpen}" class="${Rr(e)}">${this.accountTemplate()}</button></div>`:oe`<w3m-button-big @click="${this.onOpen}">${this.accountTemplate()}</w3m-button-big>`}};qs.styles=[Fe.globalCss,JI],bf([Se()],qs.prototype,"balance",2),bf([Se()],qs.prototype,"avatar",2),qs=bf([Re("w3m-account-button")],qs);const eO=Ve`button{display:flex;border-radius:var(--w3m-button-hover-highlight-border-radius);flex-direction:column;justify-content:center;padding:5px;width:100px}button:active{background-color:var(--w3m-color-overlay)}@media(hover:hover){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 tO=Object.defineProperty,rO=Object.getOwnPropertyDescriptor,_f=(t,e,r,n)=>{for(var i=n>1?void 0:n?rO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&tO(e,r,i),i};let la=class extends $e{constructor(){super(),this.chainId=0,this.label="",this.unsubscribeNetwork=void 0;const{selectedChain:t}=Ae.state;this.chainId=t?.id,this.label=t?.name,this.unsubscribeNetwork=Ae.subscribe(({selectedChain:e})=>{this.chainId=e?.id,this.label=e?.name})}disconnectedCallback(){var t;(t=this.unsubscribeNetwork)==null||t.call(this)}onClick(){tt.push("SelectNetwork")}render(){const{chains:t,selectedChain:e}=Ae.state,r=t?.map(o=>o.id),n=e&&r?.includes(e.id),i=t&&t.length<=1&&n;return oe`<button @click="${this.onClick}" ?disabled="${i}"><w3m-network-image chainId="${this.chainId}"></w3m-network-image><w3m-text variant="xsmall-regular" color="accent">${this.label}</w3m-text></button>`}};la.styles=[Fe.globalCss,eO],_f([gt()],la.prototype,"chainId",2),_f([gt()],la.prototype,"label",2),la=_f([Re("w3m-account-network-button")],la);const nO=Ve`@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 iO=Object.defineProperty,sO=Object.getOwnPropertyDescriptor,ua=(t,e,r,n)=>{for(var i=n>1?void 0:n?sO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&iO(e,r,i),i};let ts=class extends $e{constructor(){super(),this.address=void 0,this.name=void 0,this.loading=!0,this.variant="button",this.unsubscribeAccount=void 0,this.address=Et.state.address,this.name=Et.state.profileName,this.loading=!!Et.state.profileLoading,this.unsubscribeAccount=Et.subscribe(({address:t,profileName:e,profileLoading:r})=>{this.address=t,this.name=e,this.loading=!!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 oe`<w3m-text class="${Rr(r)}" variant="${e?"medium-regular":"big-bold"}" color="${e?"inverse":"primary"}">${this.name?this.name:xe.truncate((t=this.address)!=null?t:"")}</w3m-text>`}};ts.styles=[Fe.globalCss,nO],ua([gt()],ts.prototype,"address",2),ua([gt()],ts.prototype,"name",2),ua([gt()],ts.prototype,"loading",2),ua([Se()],ts.prototype,"variant",2),ts=ua([Re("w3m-address-text")],ts);const Lr={onConnecting(t){xe.goToConnectingView(t)},onExternal(t){xe.handleConnectorConnection(t)},manualWalletsTemplate(){return Jr.manualWallets().map(t=>oe`<w3m-wallet-button walletId="${t.id}" name="${t.name}" .onClick="${()=>this.onConnecting(t)}"></w3m-wallet-button>`)},recomendedWalletsTemplate(t=!1){return Jr.recomendedWallets(t).map(e=>oe`<w3m-wallet-button walletId="${e.id}" imageId="${e.image_id}" name="${e.name}" .onClick="${()=>this.onConnecting(e)}"></w3m-wallet-button>`)},externalWalletsTemplate(){return Jr.externalWallets().map(t=>oe`<w3m-wallet-button name="${t.name}" walletId="${t.id}" .onClick="${()=>this.onExternal(t.id)}"></w3m-wallet-button>`)},recentWalletTemplate(){const t=Jr.recentWallet();if(t)return oe`<w3m-wallet-button name="${t.name}" walletId="${t.id}" imageId="${t.image_id}" .recent="${!0}" .onClick="${()=>this.onConnecting(t)}"></w3m-wallet-button>`},installedInjectedWalletsTemplate(){return Jr.installedInjectedWallets().map(t=>oe`<w3m-wallet-button .installed="${!0}" name="${t.name}" walletId="${t.id}" imageId="${t.image_id}" .onClick="${()=>this.onConnecting(t)}"></w3m-wallet-button>`)},injectedWalletsTemplate(){return Jr.injectedWallets().map(t=>oe`<w3m-wallet-button name="${t.name}" walletId="${t.id}" imageId="${t.image_id}" .onClick="${()=>this.onConnecting(t)}"></w3m-wallet-button>`)}},oO=Ve`@keyframes scroll{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(calc(-70px * 9),0,0)}}.w3m-slider{position:relative;overflow-x:hidden;padding:10px 0;margin:0 -20px;width:calc(100% + 40px)}.w3m-track{display:flex;width:calc(70px * 18);animation:scroll 20s linear infinite;opacity:.7}.w3m-track svg{margin:0 5px}w3m-wallet-image{width:60px;height:60px;margin:0 5px;border-radius:var(--w3m-wallet-icon-border-radius)}.w3m-grid{display:grid;grid-template-columns:repeat(4,80px);justify-content:space-between}.w3m-title{display:flex;align-items:center;margin-bottom:10px}.w3m-title svg{margin-right:6px}.w3m-title path{fill:var(--w3m-accent-color)}w3m-modal-footer .w3m-title{padding:0 10px}w3m-button-big{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);filter:drop-shadow(0 0 17px var(--w3m-color-bg-1))}w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-info-footer w3m-text{text-align:center;margin-bottom:15px}#wallet-placeholder-fill{fill:var(--w3m-color-bg-3)}#wallet-placeholder-dash{stroke:var(--w3m-color-overlay)}`;var aO=Object.defineProperty,cO=Object.getOwnPropertyDescriptor,lO=(t,e,r,n)=>{for(var i=n>1?void 0:n?cO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&aO(e,r,i),i};let Ef=class extends $e{onGoToQrcode(){tt.push("Qrcode")}onGetWallet(){tt.push("GetWallet")}render(){const{recomendedWallets:t}=nr.state,e=[...t,...t],r=Lr.externalWalletsTemplate(),n=Lr.installedInjectedWalletsTemplate(),i=[...n,...r].length>0,o=Oe.RECOMMENDED_WALLET_AMOUNT*2;return oe`<w3m-modal-header title="Connect your wallet" .onAction="${this.onGoToQrcode}" .actionIcon="${Le.QRCODE_ICON}"></w3m-modal-header><w3m-modal-content><div class="w3m-title">${Le.MOBILE_ICON}<w3m-text variant="small-regular" color="accent">WalletConnect</w3m-text></div><div class="w3m-slider"><div class="w3m-track">${[...Array(o)].map((c,l)=>{const h=e[l%e.length];return h?oe`<w3m-wallet-image walletId="${h.id}" imageId="${h.image_id}"></w3m-wallet-image>`:Le.WALLET_PLACEHOLDER})}</div><w3m-button-big @click="${xe.handleAndroidLinking}"><w3m-text variant="medium-regular" color="inverse">Select Wallet</w3m-text></w3m-button-big></div></w3m-modal-content>${i?oe`<w3m-modal-footer><div class="w3m-title">${Le.WALLET_ICON}<w3m-text variant="small-regular" color="accent">Other</w3m-text></div><div class="w3m-grid">${n} ${r}</div></w3m-modal-footer>`:null}<w3m-info-footer><w3m-text color="secondary" variant="small-thin">${`Choose WalletConnect to see supported apps on your device${i?", or select from other options":""}`}</w3m-text><w3m-button variant="outline" .iconRight="${Le.ARROW_UP_RIGHT_ICON}" .onClick="${()=>this.onGetWallet()}">I don't have a wallet</w3m-button></w3m-info-footer>`}};Ef.styles=[Fe.globalCss,oO],Ef=lO([Re("w3m-android-wallet-selection")],Ef);const uO=Ve`@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 hO=Object.defineProperty,fO=Object.getOwnPropertyDescriptor,ha=(t,e,r,n)=>{for(var i=n>1?void 0:n?fO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&hO(e,r,i),i};let rs=class extends $e{constructor(){super(),this.address=void 0,this.avatar=void 0,this.loading=!0,this.size="small",this.unsubscribeAccount=void 0,this.address=Et.state.address,this.avatar=Et.state.profileAvatar,this.loading=!!Et.state.profileLoading,this.unsubscribeAccount=Et.subscribe(({address:t,profileAvatar:e,profileLoading:r})=>{this.address=t,this.avatar=e,this.loading=!!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?oe`<img class="${Rr(t)}" src="${this.avatar}">`:this.address?(xe.generateAvatarColors(this.address),oe`<div class="${Rr(t)}">${this.loading?oe`<div class="w3m-loader"></div>`:null}</div>`):null}};rs.styles=[Fe.globalCss,uO],ha([gt()],rs.prototype,"address",2),ha([gt()],rs.prototype,"avatar",2),ha([gt()],rs.prototype,"loading",2),ha([Se()],rs.prototype,"size",2),rs=ha([Re("w3m-avatar")],rs);const dO=Ve`div{display:flex;align-items:center}w3m-token-image{width:28px;height:28px;margin-right:6px}`;var pO=Object.defineProperty,gO=Object.getOwnPropertyDescriptor,xf=(t,e,r,n)=>{for(var i=n>1?void 0:n?gO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&pO(e,r,i),i};let fa=class extends $e{constructor(){var t,e;super(),this.symbol=void 0,this.amount=void 0,this.unsubscribeAccount=void 0,this.symbol=(t=Et.state.balance)==null?void 0:t.symbol,this.amount=(e=Et.state.balance)==null?void 0:e.amount,this.unsubscribeAccount=Et.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":typeof this.amount=="string"&&this.amount.length>6?t=this.amount.substring(0,6):typeof this.amount=="string"&&(t=this.amount),oe`<div><w3m-token-image symbol="${this.symbol}"></w3m-token-image><w3m-text variant="medium-regular" color="primary">${t} ${this.symbol}</w3m-text></div>`}};fa.styles=[Fe.globalCss,dO],xf([gt()],fa.prototype,"symbol",2),xf([gt()],fa.prototype,"amount",2),fa=xf([Re("w3m-balance")],fa);const mO=Ve`:host{all:initial}svg{width:28px;height:20px;margin:-1px 3px 0 -5px}svg path{fill:var(--w3m-accent-fill-color)}button:disabled svg path{fill:var(--w3m-color-fg-3)}w3m-spinner{margin:0 10px 0 0}`;var wO=Object.defineProperty,vO=Object.getOwnPropertyDescriptor,jc=(t,e,r,n)=>{for(var i=n>1?void 0:n?vO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&wO(e,r,i),i};let ns=class extends $e{constructor(){super(),this.loading=!1,this.label="Connect Wallet",this.icon="show",this.modalUnsub=void 0,xe.rejectStandaloneButtonComponent(),this.modalUnsub=Nr.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"?Le.WALLET_CONNECT_ICON:null}onClick(){Et.state.isConnected?this.onDisconnect():this.onConnect()}async onConnect(){this.loading=!0,pi.click({name:"CONNECT_BUTTON"}),await Nr.open(),Nr.state.open||(this.loading=!1)}async onDisconnect(){pi.click({name:"DISCONNECT_BUTTON"}),await Rt.client().disconnect()}render(){return oe`<w3m-button-big .disabled="${this.loading}" @click="${this.onClick}">${this.loading?oe`<w3m-spinner></w3m-spinner><w3m-text variant="medium-regular" color="accent">Connecting...</w3m-text>`:oe`${this.iconTemplate()}<w3m-text variant="medium-regular" color="inverse">${this.label}</w3m-text>`}</w3m-button-big>`}};ns.styles=[Fe.globalCss,mO],jc([gt()],ns.prototype,"loading",2),jc([Se()],ns.prototype,"label",2),jc([Se()],ns.prototype,"icon",2),ns=jc([Re("w3m-connect-button")],ns);const yO=Ve`@keyframes loading{to{stroke-dashoffset:0}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(1px,0,0)}30%,50%,70%{transform:translate3d(-2px,0,0)}40%,60%{transform:translate3d(2px,0,0)}}:host{display:flex;flex-direction:column;align-items:center}div{position:relative;width:110px;height:110px;display:flex;justify-content:center;align-items:center;margin:40px 0 20px 0;transform:translate3d(0,0,0)}svg{position:absolute;width:110px;height:110px;fill:none;stroke:transparent;stroke-linecap:round;stroke-width:2px;top:0;left:0}use{stroke:var(--w3m-accent-color);animation:loading 1s linear infinite}w3m-wallet-image{border-radius:var(--w3m-wallet-icon-large-border-radius);width:90px;height:90px}w3m-text{margin-bottom:40px}.w3m-error svg{stroke:var(--w3m-error-color)}.w3m-error use{display:none}.w3m-error{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}.w3m-stale svg,.w3m-stale use{display:none}`;var bO=Object.defineProperty,_O=Object.getOwnPropertyDescriptor,Vs=(t,e,r,n)=>{for(var i=n>1?void 0:n?_O(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&bO(e,r,i),i};let Ei=class extends $e{constructor(){super(...arguments),this.walletId=void 0,this.imageId=void 0,this.isError=!1,this.isStale=!1,this.label=""}svgLoaderTemplate(){var t,e;const r=(e=(t=Rn.state.themeVariables)==null?void 0:t["--w3m-wallet-icon-large-border-radius"])!=null?e:Fe.getPreset("--w3m-wallet-icon-large-border-radius");let n=0;r.includes("%")?n=88/100*parseInt(r,10):n=parseInt(r,10),n*=1.17;const i=317-n*1.57,o=425-n*1.8;return oe`<svg viewBox="0 0 110 110" width="110" height="110"><rect id="w3m-loader" x="2" y="2" width="106" height="106" rx="${n}"/><use xlink:href="#w3m-loader" stroke-dasharray="106 ${i}" stroke-dashoffset="${o}"></use></svg>`}render(){const t={"w3m-error":this.isError,"w3m-stale":this.isStale};return oe`<div class="${Rr(t)}">${this.svgLoaderTemplate()}<w3m-wallet-image walletId="${this.walletId}" imageId="${this.imageId}"></w3m-wallet-image></div><w3m-text variant="medium-regular" color="${this.isError?"error":"primary"}">${this.isError?"Connection declined":this.label}</w3m-text>`}};Ei.styles=[Fe.globalCss,yO],Vs([Se()],Ei.prototype,"walletId",2),Vs([Se()],Ei.prototype,"imageId",2),Vs([Se()],Ei.prototype,"isError",2),Vs([Se()],Ei.prototype,"isStale",2),Vs([Se()],Ei.prototype,"label",2),Ei=Vs([Re("w3m-connector-waiting")],Ei);var EO=Object.defineProperty,xO=Object.getOwnPropertyDescriptor,Ks=(t,e,r,n)=>{for(var i=n>1?void 0:n?xO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&EO(e,r,i),i};let xi=class extends $e{constructor(){super(),this.isConnected=!1,this.label="Connect Wallet",this.icon="show",this.avatar="show",this.balance="hide",this.unsubscribeAccount=void 0,xe.rejectStandaloneButtonComponent(),this.isConnected=Et.state.isConnected,this.unsubscribeAccount=Et.subscribe(({isConnected:t})=>{this.isConnected=t})}disconnectedCallback(){var t;(t=this.unsubscribeAccount)==null||t.call(this)}render(){const{enableAccountView:t}=jt.state,e=this.balance,r=this.label,n=this.icon,i=this.avatar;return this.isConnected&&t?oe`<w3m-account-button balance="${e}" avatar="${i}"></w3m-account-button>`:oe`<w3m-connect-button label="${this.isConnected?"Disconnect":r}" icon="${n}"></w3m-connect-button>`}};Ks([gt()],xi.prototype,"isConnected",2),Ks([Se()],xi.prototype,"label",2),Ks([Se()],xi.prototype,"icon",2),Ks([Se()],xi.prototype,"avatar",2),Ks([Se()],xi.prototype,"balance",2),xi=Ks([Re("w3m-core-button")],xi);const CO=Ve`.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-accent-color)}`;var IO=Object.defineProperty,OO=Object.getOwnPropertyDescriptor,SO=(t,e,r,n)=>{for(var i=n>1?void 0:n?OO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&IO(e,r,i),i};let Cf=class extends $e{render(){const{isStandalone:t}=Ae.state,{explorerExcludedWalletIds:e,enableExplorer:r}=jt.state,n=e!=="ALL"&&r,i=Lr.manualWalletsTemplate(),o=Lr.recomendedWalletsTemplate(),c=Lr.externalWalletsTemplate(),l=Lr.recentWalletTemplate(),h=Lr.installedInjectedWalletsTemplate();let d=[l,...i,...o];t||(d=[...h,l,...c,...i,...o]),d=d.filter(Boolean);const v=d.length>4||n;let x=[];v?x=d.slice(0,3):x=d;const _=!!x.length;return oe`<w3m-modal-header .border="${!0}" title="Connect your wallet" .onAction="${xe.handleUriCopy}" .actionIcon="${Le.COPY_ICON}"></w3m-modal-header><w3m-modal-content><div class="w3m-mobile-title"><div class="w3m-subtitle">${Le.MOBILE_ICON}<w3m-text variant="small-regular" color="accent">Mobile</w3m-text></div><div class="w3m-subtitle">${Le.SCAN_ICON}<w3m-text variant="small-regular" color="secondary">Scan with your wallet</w3m-text></div></div><w3m-walletconnect-qr></w3m-walletconnect-qr></w3m-modal-content>${_?oe`<w3m-modal-footer><div class="w3m-desktop-title">${Le.DESKTOP_ICON}<w3m-text variant="small-regular" color="accent">Desktop</w3m-text></div><div class="w3m-grid">${x} ${v?oe`<w3m-view-all-wallets-button></w3m-view-all-wallets-button>`:null}</div></w3m-modal-footer>`:null}`}};Cf.styles=[Fe.globalCss,CO],Cf=SO([Re("w3m-desktop-wallet-selection")],Cf);const DO=Ve`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-accent-color);text-decoration:none;transition:opacity .2s ease-in-out;display:inline}a:active{opacity:.8}@media(hover:hover){a:hover{opacity:.8}}`;var AO=Object.defineProperty,$O=Object.getOwnPropertyDescriptor,PO=(t,e,r,n)=>{for(var i=n>1?void 0:n?$O(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&AO(e,r,i),i};let If=class extends $e{render(){const{termsOfServiceUrl:t,privacyPolicyUrl:e}=jt.state;return t??e?oe`<div><w3m-text variant="small-regular" color="secondary">By connecting your wallet to this app, you agree to the app's ${t?oe`<a href="${t}" target="_blank" rel="noopener noreferrer">Terms of Service</a>`:null} ${t&&e?"and":null} ${e?oe`<a href="${e}" target="_blank" rel="noopener noreferrer">Privacy Policy</a>`:null}</w3m-text></div>`:null}};If.styles=[Fe.globalCss,DO],If=PO([Re("w3m-legal-notice")],If);const TO=Ve`div{display:grid;grid-template-columns:repeat(4,80px);margin:0 -10px;justify-content:space-between;row-gap:10px}`;var NO=Object.defineProperty,RO=Object.getOwnPropertyDescriptor,LO=(t,e,r,n)=>{for(var i=n>1?void 0:n?RO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&NO(e,r,i),i};let Of=class extends $e{onQrcode(){tt.push("Qrcode")}render(){const{isStandalone:t}=Ae.state,{explorerExcludedWalletIds:e,enableExplorer:r}=jt.state,n=e!=="ALL"&&r,i=Lr.manualWalletsTemplate(),o=Lr.recomendedWalletsTemplate(),c=Lr.externalWalletsTemplate(),l=Lr.recentWalletTemplate(),h=Lr.installedInjectedWalletsTemplate();let d=[l,...i,...o];t||(d=[...h,l,...c,...i,...o]),d=d.filter(Boolean);const v=d.length>8||n;let x=[];v?x=d.slice(0,7):x=d;const _=!!x.length;return oe`<w3m-modal-header title="Connect your wallet" .onAction="${this.onQrcode}" .actionIcon="${Le.QRCODE_ICON}"></w3m-modal-header>${_?oe`<w3m-modal-content><div>${x} ${v?oe`<w3m-view-all-wallets-button></w3m-view-all-wallets-button>`:null}</div></w3m-modal-content>`:null}`}};Of.styles=[Fe.globalCss,TO],Of=LO([Re("w3m-mobile-wallet-selection")],Of);const MO=Ve`:host{all:initial}.w3m-overlay{top:0;bottom:0;left:0;right:0;position:fixed;z-index:var(--w3m-z-index);overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.3);opacity:0;pointer-events:none}@media(max-height:720px) and (orientation:landscape){.w3m-overlay{overflow:scroll;align-items:flex-start;padding:20px 0}}.w3m-active{pointer-events:auto}.w3m-container{position:relative;max-width:360px;width:100%;outline:0;border-radius:var(--w3m-background-border-radius) var(--w3m-background-border-radius) var(--w3m-container-border-radius) var(--w3m-container-border-radius);border:1px solid var(--w3m-color-overlay);overflow:hidden}.w3m-card{width:100%;position:relative;border-radius:var(--w3m-container-border-radius);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;border-radius:var(--w3m-background-border-radius) var(--w3m-background-border-radius) 0 0}.w3m-card{border-radius:var(--w3m-container-border-radius) var(--w3m-container-border-radius) 0 0}.w3m-overlay{align-items:flex-end}}@media(max-width:440px){.w3m-container{border:0}}`;var UO=Object.defineProperty,jO=Object.getOwnPropertyDescriptor,Sf=(t,e,r,n)=>{for(var i=n>1?void 0:n?jO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&UO(e,r,i),i};let Gs=class extends $e{constructor(){super(),this.open=!1,this.active=!1,this.unsubscribeModal=void 0,this.abortController=void 0,this.unsubscribeModal=Nr.subscribe(t=>{t.open?this.onOpenModalEvent():this.onCloseModalEvent()})}disconnectedCallback(){var t;(t=this.unsubscribeModal)==null||t.call(this)}get overlayEl(){return xe.getShadowRootElement(this,".w3m-overlay")}get containerEl(){return xe.getShadowRootElement(this,".w3m-container")}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>'))}onCloseModal(t){t.target===t.currentTarget&&Nr.close()}onOpenModalEvent(){this.toggleBodyScroll(!1),this.addKeyboardEvents(),this.open=!0,setTimeout(async()=>{const t=xe.isMobileAnimation()?{y:["50vh","0vh"]}:{scale:[.98,1]},e=.1,r=.2;await Promise.all([Xi(this.overlayEl,{opacity:[0,1]},{delay:e,duration:r}).finished,Xi(this.containerEl,t,{delay:e,duration:r}).finished]),this.active=!0},0)}async onCloseModalEvent(){this.toggleBodyScroll(!0),this.removeKeyboardEvents();const t=xe.isMobileAnimation()?{y:["0vh","50vh"]}:{scale:[1,.98]},e=.2;await Promise.all([Xi(this.overlayEl,{opacity:[1,0]},{duration:e}).finished,Xi(this.containerEl,t,{duration:e}).finished]),this.containerEl.removeAttribute("style"),this.active=!1,this.open=!1}addKeyboardEvents(){this.abortController=new AbortController,window.addEventListener("keydown",t=>{var e;t.key==="Escape"?Nr.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}managedModalContextTemplate(){const{isStandalone:t}=Ae.state;return t?null:oe`<w3m-wc-connection-context></w3m-wc-connection-context><w3m-account-context></w3m-account-context><w3m-network-context></w3m-network-context>`}render(){const t={"w3m-overlay":!0,"w3m-active":this.active};return oe`<w3m-explorer-context></w3m-explorer-context><w3m-theme-context></w3m-theme-context>${this.managedModalContextTemplate()}<div id="w3m-modal" class="${Rr(t)}" @click="${this.onCloseModal}" role="alertdialog" aria-modal="true"><div class="w3m-container" tabindex="0">${this.open?oe`<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>`}};Gs.styles=[Fe.globalCss,MO],Sf([gt()],Gs.prototype,"open",2),Sf([gt()],Gs.prototype,"active",2),Gs=Sf([Re("w3m-modal")],Gs);const FO=Ve`:host{all:initial}w3m-network-image{margin-left:-6px;margin-right:6px;width:28px;height:28px}`;var BO=Object.defineProperty,kO=Object.getOwnPropertyDescriptor,Fc=(t,e,r,n)=>{for(var i=n>1?void 0:n?kO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&BO(e,r,i),i};let is=class extends $e{constructor(){super(),this.chainId="",this.label="",this.wrongNetwork=!1,this.unsubscribeNetwork=void 0,xe.rejectStandaloneButtonComponent();const{selectedChain:t}=Ae.state;this.onSetChainData(t),this.unsubscribeNetwork=Ae.subscribe(({selectedChain:e})=>{this.onSetChainData(e)})}disconnectedCallback(){var t;(t=this.unsubscribeNetwork)==null||t.call(this)}onSetChainData(t){if(t){const{chains:e}=Ae.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(){pi.click({name:"NETWORK_BUTTON"}),Nr.open({route:"SelectNetwork"})}render(){var t;const{chains:e}=Ae.state,r=e&&e.length>1;return oe`<w3m-button-big @click="${this.onClick}" ?disabled="${!r}"><w3m-network-image chainId="${this.chainId}"></w3m-network-image><w3m-text variant="medium-regular" color="inverse">${(t=this.label)!=null&&t.length?this.label:"Select Network"}</w3m-text></w3m-button-big>`}};is.styles=[Fe.globalCss,FO],Fc([gt()],is.prototype,"chainId",2),Fc([gt()],is.prototype,"label",2),Fc([gt()],is.prototype,"wrongNetwork",2),is=Fc([Re("w3m-network-switch")],is);const HO=Ve`@keyframes loading{to{stroke-dashoffset:0}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(1px,0,0)}30%,50%,70%{transform:translate3d(-2px,0,0)}40%,60%{transform:translate3d(2px,0,0)}}:host{display:flex;flex-direction:column;align-items:center}div{position:relative;width:110px;height:110px;display:flex;justify-content:center;align-items:center;margin:40px 0 20px 0;transform:translate3d(0,0,0)}svg{position:absolute;width:110px;height:110px;fill:none;stroke:transparent;stroke-linecap:round;stroke-width:1px;top:0;left:0}use{stroke:var(--w3m-accent-color);animation:loading 1s linear infinite}w3m-network-image{width:92px;height:92px}w3m-text{margin-bottom:40px}.w3m-error svg{stroke:var(--w3m-error-color)}.w3m-error use{display:none}.w3m-error{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}`;var zO=Object.defineProperty,WO=Object.getOwnPropertyDescriptor,Bc=(t,e,r,n)=>{for(var i=n>1?void 0:n?WO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&zO(e,r,i),i};let Zs=class extends $e{constructor(){super(...arguments),this.chainId=void 0,this.isError=!1,this.label=""}svgLoaderTemplate(){return oe`<svg width="54" height="59" viewBox="0 0 54 59" fill="none" class="w3m-loader"><path id="w3m-loader-path" 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"/><use xlink:href="#w3m-loader-path" stroke-dasharray="54 118" stroke-dashoffset="172"></use></svg>`}render(){const t={"w3m-error":this.isError};return oe`<div class="${Rr(t)}">${this.svgLoaderTemplate()}<w3m-network-image chainId="${this.chainId}"></w3m-network-image></div><w3m-text variant="medium-regular" color="${this.isError?"error":"primary"}">${this.isError?"Switch declined":this.label}</w3m-text>`}};Zs.styles=[Fe.globalCss,HO],Bc([Se()],Zs.prototype,"chainId",2),Bc([Se()],Zs.prototype,"isError",2),Bc([Se()],Zs.prototype,"label",2),Zs=Bc([Re("w3m-network-waiting")],Zs);const qO=Ve`div{display:flex;margin-top:15px}slot{display:inline-block;margin:0 5px}w3m-button{margin:0 5px}`;var VO=Object.defineProperty,KO=Object.getOwnPropertyDescriptor,ss=(t,e,r,n)=>{for(var i=n>1?void 0:n?KO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&VO(e,r,i),i};let Zn=class extends $e{constructor(){super(...arguments),this.isMobile=!1,this.isInjected=!1,this.isInjectedInstalled=!1,this.isDesktop=!1,this.isWeb=!1,this.isRetry=!1}onMobile(){Oe.isMobile()?tt.replace("MobileConnecting"):tt.replace("MobileQrcodeConnecting")}onInjected(){this.isInjectedInstalled?tt.replace("InjectedConnecting"):tt.replace("InstallWallet")}onDesktop(){tt.replace("DesktopConnecting")}onWeb(){tt.replace("WebConnecting")}render(){const{isStandalone:t}=Ae.state;return oe`<div>${this.isRetry?oe`<slot></slot>`:null} ${this.isMobile?oe`<w3m-button .onClick="${this.onMobile}" .iconLeft="${Le.MOBILE_ICON}" variant="outline">Mobile</w3m-button>`:null} ${this.isInjected&&!t?oe`<w3m-button .onClick="${this.onInjected}" .iconLeft="${Le.WALLET_ICON}" variant="outline">Browser</w3m-button>`:null} ${this.isDesktop?oe`<w3m-button .onClick="${this.onDesktop}" .iconLeft="${Le.DESKTOP_ICON}" variant="outline">Desktop</w3m-button>`:null} ${this.isWeb?oe`<w3m-button .onClick="${this.onWeb}" .iconLeft="${Le.GLOBE_ICON}" variant="outline">Web</w3m-button>`:null}</div>`}};Zn.styles=[Fe.globalCss,qO],ss([Se()],Zn.prototype,"isMobile",2),ss([Se()],Zn.prototype,"isInjected",2),ss([Se()],Zn.prototype,"isInjectedInstalled",2),ss([Se()],Zn.prototype,"isDesktop",2),ss([Se()],Zn.prototype,"isWeb",2),ss([Se()],Zn.prototype,"isRetry",2),Zn=ss([Re("w3m-platform-selection")],Zn);const GO=Ve`button{display:flex;flex-direction:column;padding:5px 10px;border-radius:var(--w3m-button-hover-highlight-border-radius);height:100%;justify-content:flex-start}.w3m-icons{width:60px;height:60px;display:flex;flex-wrap:wrap;padding:7px;border-radius:var(--w3m-wallet-icon-border-radius);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:active{background-color:var(--w3m-color-overlay)}@media(hover:hover){button:hover{background-color:var(--w3m-color-overlay)}}.w3m-icons img{width:21px;height:21px;object-fit:cover;object-position:center;border-radius:calc(var(--w3m-wallet-icon-border-radius)/ 2);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 ZO=Object.defineProperty,YO=Object.getOwnPropertyDescriptor,JO=(t,e,r,n)=>{for(var i=n>1?void 0:n?YO(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&ZO(e,r,i),i};let Df=class extends $e{onClick(){tt.push("WalletExplorer")}render(){const{recomendedWallets:t}=nr.state,e=Jr.manualWallets(),r=[...t,...e].reverse().slice(0,4);return oe`<button @click="${this.onClick}"><div class="w3m-icons">${r.map(n=>{const i=xe.getWalletIcon(n);if(i)return oe`<img src="${i}">`;const o=xe.getWalletIcon({id:n.id});return o?oe`<img src="${o}">`:Le.WALLET_PLACEHOLDER})} ${[...Array(4-r.length)].map(()=>Le.WALLET_PLACEHOLDER)}</div><w3m-text variant="xsmall-regular">View All</w3m-text></button>`}};Df.styles=[Fe.globalCss,GO],Df=JO([Re("w3m-view-all-wallets-button")],Df);const XO=Ve`.w3m-qr-container{width:100%;display:flex;justify-content:center;align-items:center;aspect-ratio:1/1}`;var QO=Object.defineProperty,eS=Object.getOwnPropertyDescriptor,kc=(t,e,r,n)=>{for(var i=n>1?void 0:n?eS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&QO(e,r,i),i};let Ys=class extends $e{constructor(){super(),this.walletId="",this.imageId="",this.uri="",this.unwatchWcConnection=void 0,setTimeout(()=>{const{pairingUri:t}=hr.state,{standaloneUri:e}=Ae.state;this.uri=e??t},0),this.unwatchWcConnection=hr.subscribe(t=>{t.pairingUri&&(this.uri=t.pairingUri)})}disconnectedCallback(){var t;(t=this.unwatchWcConnection)==null||t.call(this)}get overlayEl(){return xe.getShadowRootElement(this,".w3m-qr-container")}render(){return oe`<div class="w3m-qr-container">${this.uri?oe`<w3m-qrcode size="${this.overlayEl.offsetWidth}" uri="${this.uri}" walletId="${this.walletId}" imageId="${this.imageId}"></w3m-qrcode>`:oe`<w3m-spinner></w3m-spinner>`}</div>`}};Ys.styles=[Fe.globalCss,XO],kc([Se()],Ys.prototype,"walletId",2),kc([Se()],Ys.prototype,"imageId",2),kc([gt()],Ys.prototype,"uri",2),Ys=kc([Re("w3m-walletconnect-qr")],Ys);const tS=Ve`.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-success-color);border-radius:50%;top:50%;margin-top:-5px;box-shadow:0 1px 4px 1px var(--w3m-success-color),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 rS=Object.defineProperty,nS=Object.getOwnPropertyDescriptor,iS=(t,e,r,n)=>{for(var i=n>1?void 0:n?nS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&rS(e,r,i),i};let Af=class extends $e{async onDisconnect(){await Rt.client().disconnect()}async onCopyAddress(){var t;await navigator.clipboard.writeText((t=Et.state.address)!=null?t:""),zr.openToast("Address copied","success")}render(){return oe`<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-regular" 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="${Le.ACCOUNT_COPY}"></w3m-box-button><w3m-box-button label="Disconnect" .onClick="${this.onDisconnect}" .icon="${Le.ACCOUNT_DISCONNECT}"></w3m-box-button></div></w3m-modal-footer>`}};Af.styles=[Fe.globalCss,tS],Af=iS([Re("w3m-account-view")],Af);var sS=Object.defineProperty,oS=Object.getOwnPropertyDescriptor,aS=(t,e,r,n)=>{for(var i=n>1?void 0:n?oS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&sS(e,r,i),i};let $f=class extends $e{viewTemplate(){return Oe.isAndroid()?oe`<w3m-android-wallet-selection></w3m-android-wallet-selection>`:Oe.isMobile()?oe`<w3m-mobile-wallet-selection></w3m-mobile-wallet-selection>`:oe`<w3m-desktop-wallet-selection></w3m-desktop-wallet-selection>`}render(){return oe`${this.viewTemplate()}<w3m-legal-notice></w3m-legal-notice>`}};$f.styles=[Fe.globalCss],$f=aS([Re("w3m-connect-wallet-view")],$f);const cS=Ve`w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-text{text-align:center}`;var lS=Object.defineProperty,uS=Object.getOwnPropertyDescriptor,nm=(t,e,r,n)=>{for(var i=n>1?void 0:n?uS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&lS(e,r,i),i};let Hc=class extends $e{constructor(){super(),this.isError=!1,this.unwatchConnection=void 0,this.openDesktopApp(),this.unwatchConnection=hr.subscribe(t=>{this.isError=t.pairingError})}disconnectedCallback(){var t;(t=this.unwatchConnection)==null||t.call(this)}onFormatAndRedirect(t){const{desktop:e,name:r}=Oe.getWalletRouterData(),n=e?.native;if(n){const i=Oe.formatNativeUrl(n,t,r);Oe.openHref(i,"_self")}}openDesktopApp(){hr.setPairingError(!1);const{standaloneUri:t}=Ae.state,{pairingUri:e}=hr.state,r=Oe.getWalletRouterData();xe.setRecentWallet(r),t?this.onFormatAndRedirect(t):this.onFormatAndRedirect(e)}render(){const{name:t,id:e,image_id:r}=Oe.getWalletRouterData(),{isMobile:n,isInjected:i,isWeb:o}=xe.getCachedRouterWalletPlatforms();return oe`<w3m-modal-header title="${t}" .onAction="${xe.handleUriCopy}" .actionIcon="${Le.COPY_ICON}"></w3m-modal-header><w3m-modal-content><w3m-connector-waiting walletId="${e}" imageId="${r}" label="${`Continue in ${t}...`}" .isError="${this.isError}"></w3m-connector-waiting></w3m-modal-content><w3m-info-footer><w3m-text color="secondary" variant="small-thin">${`Connection can continue loading if ${t} is not installed on your device`}</w3m-text><w3m-platform-selection .isMobile="${n}" .isInjected="${i}" .isWeb="${o}" .isRetry="${!0}"><w3m-button .onClick="${this.openDesktopApp.bind(this)}" .iconRight="${Le.RETRY_ICON}">Retry</w3m-button></w3m-platform-selection></w3m-info-footer>`}};Hc.styles=[Fe.globalCss,cS],nm([gt()],Hc.prototype,"isError",2),Hc=nm([Re("w3m-desktop-connecting-view")],Hc);const hS=Ve`.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 fS=Object.defineProperty,dS=Object.getOwnPropertyDescriptor,pS=(t,e,r,n)=>{for(var i=n>1?void 0:n?dS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&fS(e,r,i),i};let Pf=class extends $e{onGet(t){Oe.openHref(t,"_blank")}render(){const t=nr.state.recomendedWallets.slice(0,5),e=Jr.manualWallets().slice(0,5),r=t.length,n=e.length;return oe`<w3m-modal-header title="Get a wallet"></w3m-modal-header><w3m-modal-content>${r?t.map(i=>oe`<div class="w3m-wallet-item"><w3m-wallet-image walletId="${i.id}" imageId="${i.image_id}"></w3m-wallet-image><div class="w3m-wallet-content"><w3m-text variant="medium-regular">${i.name}</w3m-text><w3m-button .iconRight="${Le.ARROW_RIGHT_ICON}" .onClick="${()=>this.onGet(i.homepage)}">Get</w3m-button></div></div>`):null} ${n?e.map(i=>oe`<div class="w3m-wallet-item"><w3m-wallet-image walletId="${i.id}"></w3m-wallet-image><div class="w3m-wallet-content"><w3m-text variant="medium-regular">${i.name}</w3m-text><w3m-button .iconRight="${Le.ARROW_RIGHT_ICON}" .onClick="${()=>this.onGet(i.links.universal)}">Get</w3m-button></div></div>`):null}</w3m-modal-content><div class="w3m-footer-actions"><w3m-text variant="medium-regular">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="${xe.openWalletExplorerUrl}" .iconRight="${Le.ARROW_UP_RIGHT_ICON}">Explore Wallets</w3m-button></div>`}};Pf.styles=[Fe.globalCss,hS],Pf=pS([Re("w3m-get-wallet-view")],Pf);const gS=Ve`.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 mS=Object.defineProperty,wS=Object.getOwnPropertyDescriptor,vS=(t,e,r,n)=>{for(var i=n>1?void 0:n?wS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&mS(e,r,i),i};let Tf=class extends $e{constructor(){super(...arguments),this.learnUrl="https://ethereum.org/en/wallets/"}onGet(){jt.state.enableExplorer?tt.push("GetWallet"):xe.openWalletExplorerUrl()}onLearnMore(){Oe.openHref(this.learnUrl,"_blank")}render(){return oe`<w3m-modal-header title="What is a wallet?"></w3m-modal-header><w3m-modal-content><div class="w3m-info-container"><div class="w3m-images">${Le.HELP_CHART_IMG} ${Le.HELP_PAINTING_IMG} ${Le.HELP_ETH_IMG}</div><w3m-text variant="medium-regular">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">${Le.HELP_KEY_IMG} ${Le.HELP_USER_IMG} ${Le.HELP_LOCK_IMG}</div><w3m-text variant="medium-regular">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">${Le.HELP_COMPAS_IMG} ${Le.HELP_NOUN_IMG} ${Le.HELP_DAO_IMG}</div><w3m-text variant="medium-regular">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="${Le.WALLET_ICON}">Get a Wallet</w3m-button><w3m-button .onClick="${this.onLearnMore.bind(this)}" .iconRight="${Le.ARROW_UP_RIGHT_ICON}">Learn More</w3m-button></div></w3m-modal-content>`}};Tf.styles=[Fe.globalCss,gS],Tf=vS([Re("w3m-help-view")],Tf);const yS=Ve`w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-text{text-align:center}`;var bS=Object.defineProperty,_S=Object.getOwnPropertyDescriptor,im=(t,e,r,n)=>{for(var i=n>1?void 0:n?_S(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&bS(e,r,i),i};let zc=class extends $e{constructor(){super(),this.isError=!1,this.connector=Rt.client().getConnectorById("injected"),this.openInjectedApp()}async openInjectedApp(){const{ready:t}=this.connector;t&&(this.isError=!1,await xe.handleConnectorConnection("injected",()=>{this.isError=!0}))}render(){const{name:t,id:e,image_id:r}=Oe.getWalletRouterData(),{isMobile:n,isDesktop:i,isWeb:o}=xe.getCachedRouterWalletPlatforms();return oe`<w3m-modal-header title="${t}"></w3m-modal-header><w3m-modal-content><w3m-connector-waiting walletId="${e}" imageId="${r}" label="${`Continue in ${t}...`}" .isError="${this.isError}"></w3m-connector-waiting></w3m-modal-content><w3m-info-footer><w3m-text color="secondary" variant="small-thin">Connection can be declined if multiple wallets are installed or previous request is still active</w3m-text><w3m-platform-selection .isMobile="${n}" .isDesktop="${i}" .isWeb="${o}" .isRetry="${!0}"><w3m-button .onClick="${this.openInjectedApp.bind(this)}" .disabled="${!this.isError}" .iconRight="${Le.RETRY_ICON}">Retry</w3m-button></w3m-platform-selection></w3m-info-footer>`}};zc.styles=[Fe.globalCss,yS],im([gt()],zc.prototype,"isError",2),zc=im([Re("w3m-injected-connecting-view")],zc);const ES=Ve`w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-text{text-align:center}w3m-button{margin-top:15px}`;var xS=Object.defineProperty,CS=Object.getOwnPropertyDescriptor,IS=(t,e,r,n)=>{for(var i=n>1?void 0:n?CS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&xS(e,r,i),i};let Nf=class extends $e{onInstall(t){t&&Oe.openHref(t,"_blank")}render(){const{name:t,id:e,image_id:r,homepage:n}=Oe.getWalletRouterData();return oe`<w3m-modal-header title="${t}"></w3m-modal-header><w3m-modal-content><w3m-connector-waiting walletId="${e}" imageId="${r}" label="Not Detected" .isStale="${!0}"></w3m-connector-waiting></w3m-modal-content><w3m-info-footer><w3m-text color="secondary" variant="small-thin">${`Download ${t} to continue. If multiple browser extensions are installed, disable non ${t} ones and try again`}</w3m-text><w3m-button .onClick="${()=>this.onInstall(n)}" .iconLeft="${Le.ARROW_DOWN_ICON}">Download</w3m-button></w3m-info-footer>`}};Nf.styles=[Fe.globalCss,ES],Nf=IS([Re("w3m-install-wallet-view")],Nf);const OS=Ve`w3m-wallet-image{border-radius:var(--w3m-wallet-icon-large-border-radius);width:96px;height:96px;margin-bottom:20px}w3m-info-footer{display:flex;width:100%}.w3m-app-store{justify-content:space-between}.w3m-app-store w3m-wallet-image{margin-right:10px;margin-bottom:0;width:28px;height:28px;border-radius:var(--w3m-wallet-icon-small-border-radius)}.w3m-app-store div{display:flex;align-items:center}.w3m-app-store w3m-button{margin-right:-10px}.w3m-note{flex-direction:column;align-items:center;padding:5px 0}.w3m-note w3m-text{text-align:center}w3m-platform-selection{margin-top:-15px}.w3m-note w3m-text{margin-top:15px}.w3m-note w3m-text span{color:var(--w3m-accent-color)}`;var SS=Object.defineProperty,DS=Object.getOwnPropertyDescriptor,sm=(t,e,r,n)=>{for(var i=n>1?void 0:n?DS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&SS(e,r,i),i};let Wc=class extends $e{constructor(){super(),this.isError=!1,this.unwatchConnection=void 0,this.openMobileApp(),this.unwatchConnection=hr.subscribe(t=>{this.isError=t.pairingError})}disconnectedCallback(){var t;(t=this.unwatchConnection)==null||t.call(this)}onFormatAndRedirect(t,e=!1){const{mobile:r,name:n}=Oe.getWalletRouterData(),i=r?.native,o=r?.universal;if(i&&!e){const c=Oe.formatNativeUrl(i,t,n);Oe.openHref(c,"_self")}else if(o){const c=Oe.formatUniversalUrl(o,t,n);Oe.openHref(c,"_self")}}openMobileApp(t=!1){hr.setPairingError(!1);const{standaloneUri:e}=Ae.state,{pairingUri:r}=hr.state,n=Oe.getWalletRouterData();xe.setRecentWallet(n),e?this.onFormatAndRedirect(e,t):this.onFormatAndRedirect(r,t)}onGoToAppStore(t){t&&Oe.openHref(t,"_blank")}render(){const{name:t,id:e,image_id:r,app:n,mobile:i}=Oe.getWalletRouterData(),{isWeb:o}=xe.getCachedRouterWalletPlatforms(),c=n?.ios,l=i?.universal;return oe`<w3m-modal-header title="${t}"></w3m-modal-header><w3m-modal-content><w3m-connector-waiting walletId="${e}" imageId="${r}" label="Tap 'Open' to continue…" .isError="${this.isError}"></w3m-connector-waiting></w3m-modal-content><w3m-info-footer class="w3m-note"><w3m-platform-selection .isWeb="${o}" .isRetry="${!0}"><w3m-button .onClick="${()=>this.openMobileApp(!1)}" .iconRight="${Le.RETRY_ICON}">Retry</w3m-button></w3m-platform-selection>${l?oe`<w3m-text color="secondary" variant="small-thin">Still doesn't work? <span tabindex="0" @click="${()=>this.openMobileApp(!0)}">Try this alternate link</span></w3m-text>`:null}</w3m-info-footer><w3m-info-footer class="w3m-app-store"><div><w3m-wallet-image walletId="${e}" imageId="${r}"></w3m-wallet-image><w3m-text>${`Get ${t}`}</w3m-text></div><w3m-button .iconRight="${Le.ARROW_RIGHT_ICON}" .onClick="${()=>this.onGoToAppStore(c)}" variant="ghost">App Store</w3m-button></w3m-info-footer>`}};Wc.styles=[Fe.globalCss,OS],sm([gt()],Wc.prototype,"isError",2),Wc=sm([Re("w3m-mobile-connecting-view")],Wc);const AS=Ve`w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-text{text-align:center}`;var $S=Object.defineProperty,PS=Object.getOwnPropertyDescriptor,TS=(t,e,r,n)=>{for(var i=n>1?void 0:n?PS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&$S(e,r,i),i};let Rf=class extends $e{render(){const{name:t,id:e,image_id:r}=Oe.getWalletRouterData(),{isInjected:n,isDesktop:i,isWeb:o}=xe.getCachedRouterWalletPlatforms();return oe`<w3m-modal-header title="${t}" .onAction="${xe.handleUriCopy}" .actionIcon="${Le.COPY_ICON}"></w3m-modal-header><w3m-modal-content><w3m-walletconnect-qr walletId="${e}" imageId="${r}"></w3m-walletconnect-qr></w3m-modal-content><w3m-info-footer><w3m-text color="secondary" variant="small-thin">${`Scan this QR Code with your phone's camera or inside ${t} app`}</w3m-text><w3m-platform-selection .isDesktop="${i}" .isInjected="${n}" .isWeb="${o}"></w3m-platform-selection></w3m-info-footer>`}};Rf.styles=[Fe.globalCss,AS],Rf=TS([Re("w3m-mobile-qr-connecting-view")],Rf);var NS=Object.defineProperty,RS=Object.getOwnPropertyDescriptor,LS=(t,e,r,n)=>{for(var i=n>1?void 0:n?RS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&NS(e,r,i),i};let Lf=class extends $e{render(){return oe`<w3m-modal-header title="Scan the code" .onAction="${xe.handleUriCopy}" .actionIcon="${Le.COPY_ICON}"></w3m-modal-header><w3m-modal-content><w3m-walletconnect-qr></w3m-walletconnect-qr></w3m-modal-content>`}};Lf.styles=[Fe.globalCss],Lf=LS([Re("w3m-qrcode-view")],Lf);const MS=Ve`div{display:grid;grid-template-columns:repeat(4,80px);margin:-5px -10px;justify-content:space-between}w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-info-footer w3m-text{text-align:center}`;var om=Object.defineProperty,US=Object.defineProperties,jS=Object.getOwnPropertyDescriptor,FS=Object.getOwnPropertyDescriptors,am=Object.getOwnPropertySymbols,BS=Object.prototype.hasOwnProperty,kS=Object.prototype.propertyIsEnumerable,cm=(t,e,r)=>e in t?om(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,HS=(t,e)=>{for(var r in e||(e={}))BS.call(e,r)&&cm(t,r,e[r]);if(am)for(var r of am(e))kS.call(e,r)&&cm(t,r,e[r]);return t},zS=(t,e)=>US(t,FS(e)),Mf=(t,e,r,n)=>{for(var i=n>1?void 0:n?jS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&om(e,r,i),i};let da=class extends $e{constructor(){super(),this.connectedChains="ALL",this.isUnsupportedChains=!1,this.getConnectedChainIds()}async getConnectedChainIds(){this.connectedChains=await Rt.client().getConnectedChainIds()}async onSelectChain(t){try{const{selectedChain:e,walletConnectVersion:r,isPreferInjected:n}=Ae.state,{isConnected:i}=Et.state;i?e?.id===t.id?tt.reset("Account"):r===2?(await Rt.client().switchNetwork({chainId:t.id}),tt.reset("Account")):tt.push("SwitchNetwork",{SwitchNetwork:t}):n?(Ae.setSelectedChain(t),Nr.close()):(Ae.setSelectedChain(t),tt.push("ConnectWallet"))}catch(e){console.error(e),zr.openToast("Unsupported chain","error")}}isUnsuportedChainId(t){return typeof this.connectedChains=="string"&&this.connectedChains!=="ALL"?(this.isUnsupportedChains=!0,!0):Array.isArray(this.connectedChains)&&!this.connectedChains.includes(String(t))?(this.isUnsupportedChains=!0,!0):!1}render(){const{chains:t}=Ae.state,e=t?.map(n=>zS(HS({},n),{unsupported:this.isUnsuportedChainId(n.id)})),r=e?.sort((n,i)=>Number(n.unsupported)-Number(i.unsupported));return oe`<w3m-modal-header title="Select network"></w3m-modal-header><w3m-modal-content><div>${r?.map(n=>oe`<w3m-network-button name="${n.name}" chainId="${n.id}" .unsupported="${n.unsupported}" .onClick="${async()=>this.onSelectChain(n)}">${n.name}</w3m-network-button>`)}</div></w3m-modal-content>${this.isUnsupportedChains?oe`<w3m-info-footer><w3m-text color="secondary" variant="small-thin">Your connected wallet may not support some of the networks available for this dapp</w3m-text></w3m-info-footer>`:null}`}};da.styles=[Fe.globalCss,MS],Mf([gt()],da.prototype,"connectedChains",2),Mf([gt()],da.prototype,"isUnsupportedChains",2),da=Mf([Re("w3m-select-network-view")],da);const WS=Ve`w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-text{text-align:center}w3m-button{margin-top:15px}`;var qS=Object.defineProperty,VS=Object.getOwnPropertyDescriptor,lm=(t,e,r,n)=>{for(var i=n>1?void 0:n?VS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&qS(e,r,i),i};let qc=class extends $e{constructor(){super(),this.isError=!1,this.onSwitchNetwork()}async onSwitchNetwork(){try{this.isError=!1;const t=Oe.getSwitchNetworkRouterData();await Rt.client().switchNetwork({chainId:t.id}),Ae.setSelectedChain(t),tt.reset("Account")}catch{this.isError=!0}}render(){const{id:t,name:e}=Oe.getSwitchNetworkRouterData();return oe`<w3m-modal-header title="${`Connect to ${e}`}"></w3m-modal-header><w3m-modal-content><w3m-network-waiting chainId="${t}" label="Approve in your wallet" .isError="${this.isError}"></w3m-network-waiting></w3m-modal-content><w3m-info-footer><w3m-text color="secondary" variant="small-thin">Switch can be declined if chain is not supported by a wallet or previous request is still active</w3m-text><w3m-button .onClick="${this.onSwitchNetwork.bind(this)}" .disabled="${!this.isError}" .iconRight="${Le.RETRY_ICON}">Try Again</w3m-button></w3m-info-footer>`}};qc.styles=[Fe.globalCss,WS],lm([gt()],qc.prototype,"isError",2),qc=lm([Re("w3m-switch-network-view")],qc);const KS=Ve`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 GS=Object.defineProperty,ZS=Object.getOwnPropertyDescriptor,pa=(t,e,r,n)=>{for(var i=n>1?void 0:n?ZS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&GS(e,r,i),i};const Uf=40;let os=class extends $e{constructor(){super(...arguments),this.loading=!nr.state.wallets.listings.length,this.firstFetch=!nr.state.wallets.listings.length,this.search="",this.endReached=!1,this.intersectionObserver=void 0,this.searchDebounce=xe.debounce(t=>{t.length>=3?(this.firstFetch=!0,this.endReached=!1,this.search=t,nr.resetSearch(),this.fetchWallets()):this.search&&(this.search="",this.endReached=this.isLastPage(),nr.resetSearch())})}firstUpdated(){this.createPaginationObserver()}disconnectedCallback(){var t;(t=this.intersectionObserver)==null||t.disconnect()}get placeholderEl(){return xe.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}=nr.state,{listings:r,total:n}=this.search?e:t;return n<=Uf||r.length>=n}async fetchWallets(){var t;const{wallets:e,search:r,injectedWallets:n}=nr.state,{listings:i,total:o,page:c}=this.search?r:e;if(!this.endReached&&(this.firstFetch||o>Uf&&i.length<o))try{this.loading=!0;const l=(t=Ae.state.standaloneChains)==null?void 0:t.join(","),{listings:h}=await nr.getWallets({page:this.firstFetch?1:c+1,entries:Uf,search:this.search,version:Ae.state.walletConnectVersion,chains:l}),d=h.map(x=>xe.getWalletIcon(x)),v=n.map(x=>xe.getWalletIcon(x));await Promise.all([...d.map(async x=>xe.preloadImage(x)),...v.map(async x=>xe.preloadImage(x)),Oe.wait(300)]),this.endReached=this.isLastPage()}catch(l){console.error(l),zr.openToast(xe.getErrorMessage(l),"error")}finally{this.loading=!1,this.firstFetch=!1}}onConnect(t){Oe.isAndroid()?xe.handleMobileLinking(t):xe.goToConnectingView(t)}onSearchChange(t){const{value:e}=t.target;this.searchDebounce(e)}render(){const{wallets:t,search:e}=nr.state,{listings:r}=this.search?e:t,n=this.loading&&!r.length,i=this.search.length>=3;let o=Lr.injectedWalletsTemplate(),c=Lr.manualWalletsTemplate(),l=Lr.recomendedWalletsTemplate(!0);i&&(o=o.filter(({values:x})=>xe.caseSafeIncludes(x[0],this.search)),c=c.filter(({values:x})=>xe.caseSafeIncludes(x[0],this.search)),l=l.filter(({values:x})=>xe.caseSafeIncludes(x[0],this.search)));const h=!this.loading&&!r.length&&!o.length&&!l.length,d=Math.max(o.length,r.length),v={"w3m-loading":n,"w3m-end-reached":this.endReached||!this.loading,"w3m-empty":h};return oe`<w3m-modal-header><w3m-search-input .onChange="${this.onSearchChange.bind(this)}"></w3m-search-input></w3m-modal-header><w3m-modal-content class="${Rr(v)}"><div class="w3m-grid">${n?null:l} ${n?null:[...Array(d)].map((x,_)=>oe`${c[_]} ${o[_]} ${r[_]?oe`<w3m-wallet-button imageId="${r[_].image_id}" name="${r[_].name}" walletId="${r[_].id}" .onClick="${()=>this.onConnect(r[_])}"></w3m-wallet-button>`:null}`)}</div><div class="w3m-placeholder-block">${h?oe`<w3m-text variant="big-bold" color="secondary">No results found</w3m-text>`:null} ${!h&&this.loading?oe`<w3m-spinner></w3m-spinner>`:null}</div></w3m-modal-content>`}};os.styles=[Fe.globalCss,KS],pa([gt()],os.prototype,"loading",2),pa([gt()],os.prototype,"firstFetch",2),pa([gt()],os.prototype,"search",2),pa([gt()],os.prototype,"endReached",2),os=pa([Re("w3m-wallet-explorer-view")],os);const YS=Ve`w3m-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}w3m-text{text-align:center}`;var JS=Object.defineProperty,XS=Object.getOwnPropertyDescriptor,um=(t,e,r,n)=>{for(var i=n>1?void 0:n?XS(e,r):e,o=t.length-1,c;o>=0;o--)(c=t[o])&&(i=(n?c(e,r,i):c(i))||i);return n&&i&&JS(e,r,i),i};let Vc=class extends $e{constructor(){super(),this.isError=!1,this.unwatchConnection=void 0,this.openWebWallet(),this.unwatchConnection=hr.subscribe(t=>{this.isError=t.pairingError})}disconnectedCallback(){var t;(t=this.unwatchConnection)==null||t.call(this)}onFormatAndRedirect(t){const{desktop:e,name:r}=Oe.getWalletRouterData(),n=e?.universal;if(n){const i=Oe.formatUniversalUrl(n,t,r);Oe.openHref(i,"_blank")}}openWebWallet(){hr.setPairingError(!1);const{standaloneUri:t}=Ae.state,{pairingUri:e}=hr.state,r=Oe.getWalletRouterData();xe.setRecentWallet(r),t?this.onFormatAndRedirect(t):this.onFormatAndRedirect(e)}render(){const{name:t,id:e,image_id:r}=Oe.getWalletRouterData(),{isMobile:n,isInjected:i,isDesktop:o}=xe.getCachedRouterWalletPlatforms(),c=Oe.isMobile();return oe`<w3m-modal-header title="${t}" .onAction="${xe.handleUriCopy}" .actionIcon="${Le.COPY_ICON}"></w3m-modal-header><w3m-modal-content><w3m-connector-waiting walletId="${e}" imageId="${r}" label="${`Continue in ${t}...`}" .isError="${this.isError}"></w3m-connector-waiting></w3m-modal-content><w3m-info-footer><w3m-text color="secondary" variant="small-thin">${`${t} web app has opened in a new tab. Go there, accept the connection, and come back`}</w3m-text><w3m-platform-selection .isMobile="${n}" .isInjected="${c?!1:i}" .isDesktop="${c?!1:o}" .isRetry="${!0}"><w3m-button .onClick="${this.openWebWallet.bind(this)}" .iconRight="${Le.RETRY_ICON}">Retry</w3m-button></w3m-platform-selection></w3m-info-footer>`}};Vc.styles=[Fe.globalCss,YS],um([gt()],Vc.prototype,"isError",2),Vc=um([Re("w3m-web-connecting-view")],Vc);var QS=Object.freeze({__proto__:null,get W3mAccountButton(){return qs},get W3mConnectButton(){return ns},get W3mCoreButton(){return xi},get W3mModal(){return Gs},get W3mNetworkSwitch(){return is},get W3mQrCode(){return Gn}});bn.EthereumProvider=G7,bn.OPTIONAL_EVENTS=k7,bn.OPTIONAL_METHODS=B7,bn.REQUIRED_EVENTS=cc,bn.REQUIRED_METHODS=ac,bn.default=lc,Object.defineProperty(bn,"__esModule",{value:!0})});
|
|
153
153
|
//# sourceMappingURL=index.umd.js.map
|