@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
10 lines (9 loc) • 42.3 kB
JavaScript
"use strict";var Kr=Object.create;var z=Object.defineProperty,Yr=Object.defineProperties,Xr=Object.getOwnPropertyDescriptor,Jr=Object.getOwnPropertyDescriptors,Qr=Object.getOwnPropertyNames,ke=Object.getOwnPropertySymbols,Zr=Object.getPrototypeOf,Le=Object.prototype.hasOwnProperty,$r=Object.prototype.propertyIsEnumerable;var Ee=(r,e,t)=>e in r?z(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,x=(r,e)=>{for(var t in e||(e={}))Le.call(e,t)&&Ee(r,t,e[t]);if(ke)for(var t of ke(e))$r.call(e,t)&&Ee(r,t,e[t]);return r},C=(r,e)=>Yr(r,Jr(e));var et=(r,e)=>()=>(r&&(e=r(r=0)),e);var j=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),ne=(r,e)=>{for(var t in e)z(r,t,{get:e[t],enumerable:!0})},Re=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of Qr(e))!Le.call(r,o)&&o!==t&&z(r,o,{get:()=>e[o],enumerable:!(n=Xr(e,o))||n.enumerable});return r};var q=(r,e,t)=>(t=r!=null?Kr(Zr(r)):{},Re(e||!r||!r.__esModule?z(t,"default",{value:r,enumerable:!0}):t,r)),rt=r=>Re(z({},"__esModule",{value:!0}),r);var Fe=j(K=>{"use strict";c();K.byteLength=nt;K.toByteArray=at;K.fromByteArray=ct;var I=[],A=[],tt=typeof Uint8Array!="undefined"?Uint8Array:Array,oe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(P=0,Ce=oe.length;P<Ce;++P)I[P]=oe[P],A[oe.charCodeAt(P)]=P;var P,Ce;A["-".charCodeAt(0)]=62;A["_".charCodeAt(0)]=63;function _e(r){var e=r.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=r.indexOf("=");t===-1&&(t=e);var n=t===e?0:4-t%4;return[t,n]}function nt(r){var e=_e(r),t=e[0],n=e[1];return(t+n)*3/4-n}function ot(r,e,t){return(e+t)*3/4-t}function at(r){var e,t=_e(r),n=t[0],o=t[1],a=new tt(ot(r,n,o)),i=0,u=o>0?n-4:n,l;for(l=0;l<u;l+=4)e=A[r.charCodeAt(l)]<<18|A[r.charCodeAt(l+1)]<<12|A[r.charCodeAt(l+2)]<<6|A[r.charCodeAt(l+3)],a[i++]=e>>16&255,a[i++]=e>>8&255,a[i++]=e&255;return o===2&&(e=A[r.charCodeAt(l)]<<2|A[r.charCodeAt(l+1)]>>4,a[i++]=e&255),o===1&&(e=A[r.charCodeAt(l)]<<10|A[r.charCodeAt(l+1)]<<4|A[r.charCodeAt(l+2)]>>2,a[i++]=e>>8&255,a[i++]=e&255),a}function it(r){return I[r>>18&63]+I[r>>12&63]+I[r>>6&63]+I[r&63]}function st(r,e,t){for(var n,o=[],a=e;a<t;a+=3)n=(r[a]<<16&16711680)+(r[a+1]<<8&65280)+(r[a+2]&255),o.push(it(n));return o.join("")}function ct(r){for(var e,t=r.length,n=t%3,o=[],a=16383,i=0,u=t-n;i<u;i+=a)o.push(st(r,i,i+a>u?u:i+a));return n===1?(e=r[t-1],o.push(I[e>>2]+I[e<<4&63]+"==")):n===2&&(e=(r[t-2]<<8)+r[t-1],o.push(I[e>>10]+I[e>>4&63]+I[e<<2&63]+"=")),o.join("")}});var Me=j(ae=>{c();ae.read=function(r,e,t,n,o){var a,i,u=o*8-n-1,l=(1<<u)-1,m=l>>1,y=-7,f=t?o-1:0,w=t?-1:1,S=r[e+f];for(f+=w,a=S&(1<<-y)-1,S>>=-y,y+=u;y>0;a=a*256+r[e+f],f+=w,y-=8);for(i=a&(1<<-y)-1,a>>=-y,y+=n;y>0;i=i*256+r[e+f],f+=w,y-=8);if(a===0)a=1-m;else{if(a===l)return i?NaN:(S?-1:1)*(1/0);i=i+Math.pow(2,n),a=a-m}return(S?-1:1)*i*Math.pow(2,a-n)};ae.write=function(r,e,t,n,o,a){var i,u,l,m=a*8-o-1,y=(1<<m)-1,f=y>>1,w=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,S=n?0:a-1,N=n?1:-1,R=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(u=isNaN(e)?1:0,i=y):(i=Math.floor(Math.log(e)/Math.LN2),e*(l=Math.pow(2,-i))<1&&(i--,l*=2),i+f>=1?e+=w/l:e+=w*Math.pow(2,1-f),e*l>=2&&(i++,l/=2),i+f>=y?(u=0,i=y):i+f>=1?(u=(e*l-1)*Math.pow(2,o),i=i+f):(u=e*Math.pow(2,f-1)*Math.pow(2,o),i=0));o>=8;r[t+S]=u&255,S+=N,u/=256,o-=8);for(i=i<<o|u,m+=o;m>0;r[t+S]=i&255,S+=N,i/=256,m-=8);r[t+S-N]|=R*128}});var je=j(G=>{"use strict";c();var ie=Fe(),O=Me(),Ne=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;G.Buffer=s;G.SlowBuffer=mt;G.INSPECT_MAX_BYTES=50;var Y=2147483647;G.kMaxLength=Y;s.TYPED_ARRAY_SUPPORT=lt();!s.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&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 lt(){try{var r=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(r,e),r.foo()===42}catch(t){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function _(r){if(r>Y)throw new RangeError('The value "'+r+'" is invalid for option "size"');var e=new Uint8Array(r);return Object.setPrototypeOf(e,s.prototype),e}function s(r,e,t){if(typeof r=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ue(r)}return De(r,e,t)}s.poolSize=8192;function De(r,e,t){if(typeof r=="string")return pt(r,e);if(ArrayBuffer.isView(r))return dt(r);if(r==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r);if(k(r,ArrayBuffer)||r&&k(r.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(k(r,SharedArrayBuffer)||r&&k(r.buffer,SharedArrayBuffer)))return ce(r,e,t);if(typeof r=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=r.valueOf&&r.valueOf();if(n!=null&&n!==r)return s.from(n,e,t);var o=gt(r);if(o)return o;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof r[Symbol.toPrimitive]=="function")return s.from(r[Symbol.toPrimitive]("string"),e,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r)}s.from=function(r,e,t){return De(r,e,t)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function Ue(r){if(typeof r!="number")throw new TypeError('"size" argument must be of type number');if(r<0)throw new RangeError('The value "'+r+'" is invalid for option "size"')}function ut(r,e,t){return Ue(r),r<=0?_(r):e!==void 0?typeof t=="string"?_(r).fill(e,t):_(r).fill(e):_(r)}s.alloc=function(r,e,t){return ut(r,e,t)};function ue(r){return Ue(r),_(r<0?0:pe(r)|0)}s.allocUnsafe=function(r){return ue(r)};s.allocUnsafeSlow=function(r){return ue(r)};function pt(r,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var t=Oe(r,e)|0,n=_(t),o=n.write(r,e);return o!==t&&(n=n.slice(0,o)),n}function se(r){for(var e=r.length<0?0:pe(r.length)|0,t=_(e),n=0;n<e;n+=1)t[n]=r[n]&255;return t}function dt(r){if(k(r,Uint8Array)){var e=new Uint8Array(r);return ce(e.buffer,e.byteOffset,e.byteLength)}return se(r)}function ce(r,e,t){if(e<0||r.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(r.byteLength<e+(t||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&t===void 0?n=new Uint8Array(r):t===void 0?n=new Uint8Array(r,e):n=new Uint8Array(r,e,t),Object.setPrototypeOf(n,s.prototype),n}function gt(r){if(s.isBuffer(r)){var e=pe(r.length)|0,t=_(e);return t.length===0||r.copy(t,0,0,e),t}if(r.length!==void 0)return typeof r.length!="number"||de(r.length)?_(0):se(r);if(r.type==="Buffer"&&Array.isArray(r.data))return se(r.data)}function pe(r){if(r>=Y)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Y.toString(16)+" bytes");return r|0}function mt(r){return+r!=r&&(r=0),s.alloc(+r)}s.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==s.prototype};s.compare=function(e,t){if(k(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),k(t,Uint8Array)&&(t=s.from(t,t.offset,t.byteLength)),!s.isBuffer(e)||!s.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;for(var n=e.length,o=t.length,a=0,i=Math.min(n,o);a<i;++a)if(e[a]!==t[a]){n=e[a],o=t[a];break}return n<o?-1:o<n?1:0};s.isEncoding=function(e){switch(String(e).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}};s.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(t===void 0)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var o=s.allocUnsafe(t),a=0;for(n=0;n<e.length;++n){var i=e[n];if(k(i,Uint8Array))a+i.length>o.length?s.from(i).copy(o,a):Uint8Array.prototype.set.call(o,i,a);else if(s.isBuffer(i))i.copy(o,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=i.length}return o};function Oe(r,e){if(s.isBuffer(r))return r.length;if(ArrayBuffer.isView(r)||k(r,ArrayBuffer))return r.byteLength;if(typeof r!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof r);var t=r.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;for(var o=!1;;)switch(e){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return le(r).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return We(r).length;default:if(o)return n?-1:le(r).length;e=(""+e).toLowerCase(),o=!0}}s.byteLength=Oe;function ft(r,e,t){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,e>>>=0,t<=e))return"";for(r||(r="utf8");;)switch(r){case"hex":return It(this,e,t);case"utf8":case"utf-8":return He(this,e,t);case"ascii":return vt(this,e,t);case"latin1":case"binary":return At(this,e,t);case"base64":return St(this,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return kt(this,e,t);default:if(n)throw new TypeError("Unknown encoding: "+r);r=(r+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function B(r,e,t){var n=r[e];r[e]=r[t],r[t]=n}s.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)B(this,t,t+1);return this};s.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)B(this,t,t+3),B(this,t+1,t+2);return this};s.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)B(this,t,t+7),B(this,t+1,t+6),B(this,t+2,t+5),B(this,t+3,t+4);return this};s.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?He(this,0,e):ft.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.inspect=function(){var e="",t=G.INSPECT_MAX_BYTES;return e=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(e+=" ... "),"<Buffer "+e+">"};Ne&&(s.prototype[Ne]=s.prototype.inspect);s.prototype.compare=function(e,t,n,o,a){if(k(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(t===void 0&&(t=0),n===void 0&&(n=e?e.length:0),o===void 0&&(o=0),a===void 0&&(a=this.length),t<0||n>e.length||o<0||a>this.length)throw new RangeError("out of range index");if(o>=a&&t>=n)return 0;if(o>=a)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,o>>>=0,a>>>=0,this===e)return 0;for(var i=a-o,u=n-t,l=Math.min(i,u),m=this.slice(o,a),y=e.slice(t,n),f=0;f<l;++f)if(m[f]!==y[f]){i=m[f],u=y[f];break}return i<u?-1:u<i?1:0};function Ge(r,e,t,n,o){if(r.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,de(t)&&(t=o?0:r.length-1),t<0&&(t=r.length+t),t>=r.length){if(o)return-1;t=r.length-1}else if(t<0)if(o)t=0;else return-1;if(typeof e=="string"&&(e=s.from(e,n)),s.isBuffer(e))return e.length===0?-1:Pe(r,e,t,n,o);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?o?Uint8Array.prototype.indexOf.call(r,e,t):Uint8Array.prototype.lastIndexOf.call(r,e,t):Pe(r,[e],t,n,o);throw new TypeError("val must be string, number or Buffer")}function Pe(r,e,t,n,o){var a=1,i=r.length,u=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(r.length<2||e.length<2)return-1;a=2,i/=2,u/=2,t/=2}function l(S,N){return a===1?S[N]:S.readUInt16BE(N*a)}var m;if(o){var y=-1;for(m=t;m<i;m++)if(l(r,m)===l(e,y===-1?0:m-y)){if(y===-1&&(y=m),m-y+1===u)return y*a}else y!==-1&&(m-=m-y),y=-1}else for(t+u>i&&(t=i-u),m=t;m>=0;m--){for(var f=!0,w=0;w<u;w++)if(l(r,m+w)!==l(e,w)){f=!1;break}if(f)return m}return-1}s.prototype.includes=function(e,t,n){return this.indexOf(e,t,n)!==-1};s.prototype.indexOf=function(e,t,n){return Ge(this,e,t,n,!0)};s.prototype.lastIndexOf=function(e,t,n){return Ge(this,e,t,n,!1)};function yt(r,e,t,n){t=Number(t)||0;var o=r.length-t;n?(n=Number(n),n>o&&(n=o)):n=o;var a=e.length;n>a/2&&(n=a/2);for(var i=0;i<n;++i){var u=parseInt(e.substr(i*2,2),16);if(de(u))return i;r[t+i]=u}return i}function ht(r,e,t,n){return X(le(e,r.length-t),r,t,n)}function Tt(r,e,t,n){return X(Rt(e),r,t,n)}function xt(r,e,t,n){return X(We(e),r,t,n)}function wt(r,e,t,n){return X(Ct(e,r.length-t),r,t,n)}s.prototype.write=function(e,t,n,o){if(t===void 0)o="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")o=t,n=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(n)?(n=n>>>0,o===void 0&&(o="utf8")):(o=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-t;if((n===void 0||n>a)&&(n=a),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");o||(o="utf8");for(var i=!1;;)switch(o){case"hex":return yt(this,e,t,n);case"utf8":case"utf-8":return ht(this,e,t,n);case"ascii":case"latin1":case"binary":return Tt(this,e,t,n);case"base64":return xt(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return wt(this,e,t,n);default:if(i)throw new TypeError("Unknown encoding: "+o);o=(""+o).toLowerCase(),i=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function St(r,e,t){return e===0&&t===r.length?ie.fromByteArray(r):ie.fromByteArray(r.slice(e,t))}function He(r,e,t){t=Math.min(r.length,t);for(var n=[],o=e;o<t;){var a=r[o],i=null,u=a>239?4:a>223?3:a>191?2:1;if(o+u<=t){var l,m,y,f;switch(u){case 1:a<128&&(i=a);break;case 2:l=r[o+1],(l&192)===128&&(f=(a&31)<<6|l&63,f>127&&(i=f));break;case 3:l=r[o+1],m=r[o+2],(l&192)===128&&(m&192)===128&&(f=(a&15)<<12|(l&63)<<6|m&63,f>2047&&(f<55296||f>57343)&&(i=f));break;case 4:l=r[o+1],m=r[o+2],y=r[o+3],(l&192)===128&&(m&192)===128&&(y&192)===128&&(f=(a&15)<<18|(l&63)<<12|(m&63)<<6|y&63,f>65535&&f<1114112&&(i=f))}}i===null?(i=65533,u=1):i>65535&&(i-=65536,n.push(i>>>10&1023|55296),i=56320|i&1023),n.push(i),o+=u}return bt(n)}var Be=4096;function bt(r){var e=r.length;if(e<=Be)return String.fromCharCode.apply(String,r);for(var t="",n=0;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=Be));return t}function vt(r,e,t){var n="";t=Math.min(r.length,t);for(var o=e;o<t;++o)n+=String.fromCharCode(r[o]&127);return n}function At(r,e,t){var n="";t=Math.min(r.length,t);for(var o=e;o<t;++o)n+=String.fromCharCode(r[o]);return n}function It(r,e,t){var n=r.length;(!e||e<0)&&(e=0),(!t||t<0||t>n)&&(t=n);for(var o="",a=e;a<t;++a)o+=_t[r[a]];return o}function kt(r,e,t){for(var n=r.slice(e,t),o="",a=0;a<n.length-1;a+=2)o+=String.fromCharCode(n[a]+n[a+1]*256);return o}s.prototype.slice=function(e,t){var n=this.length;e=~~e,t=t===void 0?n:~~t,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<e&&(t=e);var o=this.subarray(e,t);return Object.setPrototypeOf(o,s.prototype),o};function T(r,e,t){if(r%1!==0||r<0)throw new RangeError("offset is not uint");if(r+e>t)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||T(e,t,this.length);for(var o=this[e],a=1,i=0;++i<t&&(a*=256);)o+=this[e+i]*a;return o};s.prototype.readUintBE=s.prototype.readUIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||T(e,t,this.length);for(var o=this[e+--t],a=1;t>0&&(a*=256);)o+=this[e+--t]*a;return o};s.prototype.readUint8=s.prototype.readUInt8=function(e,t){return e=e>>>0,t||T(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,t){return e=e>>>0,t||T(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,t){return e=e>>>0,t||T(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,t){return e=e>>>0,t||T(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,t){return e=e>>>0,t||T(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||T(e,t,this.length);for(var o=this[e],a=1,i=0;++i<t&&(a*=256);)o+=this[e+i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*t)),o};s.prototype.readIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||T(e,t,this.length);for(var o=t,a=1,i=this[e+--o];o>0&&(a*=256);)i+=this[e+--o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*t)),i};s.prototype.readInt8=function(e,t){return e=e>>>0,t||T(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,t){e=e>>>0,t||T(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,t){e=e>>>0,t||T(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,t){return e=e>>>0,t||T(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,t){return e=e>>>0,t||T(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,t){return e=e>>>0,t||T(e,4,this.length),O.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,t){return e=e>>>0,t||T(e,4,this.length),O.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,t){return e=e>>>0,t||T(e,8,this.length),O.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,t){return e=e>>>0,t||T(e,8,this.length),O.read(this,e,!1,52,8)};function b(r,e,t,n,o,a){if(!s.isBuffer(r))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>o||e<a)throw new RangeError('"value" argument is out of bounds');if(t+n>r.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,t,n,o){if(e=+e,t=t>>>0,n=n>>>0,!o){var a=Math.pow(2,8*n)-1;b(this,e,t,n,a,0)}var i=1,u=0;for(this[t]=e&255;++u<n&&(i*=256);)this[t+u]=e/i&255;return t+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,t,n,o){if(e=+e,t=t>>>0,n=n>>>0,!o){var a=Math.pow(2,8*n)-1;b(this,e,t,n,a,0)}var i=n-1,u=1;for(this[t+i]=e&255;--i>=0&&(u*=256);)this[t+i]=e/u&255;return t+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,1,255,0),this[t]=e&255,t+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,2,65535,0),this[t]=e&255,this[t+1]=e>>>8,t+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=e&255,t+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=e&255,t+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};s.prototype.writeIntLE=function(e,t,n,o){if(e=+e,t=t>>>0,!o){var a=Math.pow(2,8*n-1);b(this,e,t,n,a-1,-a)}var i=0,u=1,l=0;for(this[t]=e&255;++i<n&&(u*=256);)e<0&&l===0&&this[t+i-1]!==0&&(l=1),this[t+i]=(e/u>>0)-l&255;return t+n};s.prototype.writeIntBE=function(e,t,n,o){if(e=+e,t=t>>>0,!o){var a=Math.pow(2,8*n-1);b(this,e,t,n,a-1,-a)}var i=n-1,u=1,l=0;for(this[t+i]=e&255;--i>=0&&(u*=256);)e<0&&l===0&&this[t+i+1]!==0&&(l=1),this[t+i]=(e/u>>0)-l&255;return t+n};s.prototype.writeInt8=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=e&255,t+1};s.prototype.writeInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,2,32767,-32768),this[t]=e&255,this[t+1]=e>>>8,t+2};s.prototype.writeInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=e&255,t+2};s.prototype.writeInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,4,2147483647,-2147483648),this[t]=e&255,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4};s.prototype.writeInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};function ze(r,e,t,n,o,a){if(t+n>r.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function qe(r,e,t,n,o){return e=+e,t=t>>>0,o||ze(r,e,t,4,34028234663852886e22,-34028234663852886e22),O.write(r,e,t,n,23,4),t+4}s.prototype.writeFloatLE=function(e,t,n){return qe(this,e,t,!0,n)};s.prototype.writeFloatBE=function(e,t,n){return qe(this,e,t,!1,n)};function Ve(r,e,t,n,o){return e=+e,t=t>>>0,o||ze(r,e,t,8,17976931348623157e292,-17976931348623157e292),O.write(r,e,t,n,52,8),t+8}s.prototype.writeDoubleLE=function(e,t,n){return Ve(this,e,t,!0,n)};s.prototype.writeDoubleBE=function(e,t,n){return Ve(this,e,t,!1,n)};s.prototype.copy=function(e,t,n,o){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!o&&o!==0&&(o=this.length),t>=e.length&&(t=e.length),t||(t=0),o>0&&o<n&&(o=n),o===n||e.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("sourceEnd out of bounds");o>this.length&&(o=this.length),e.length-t<o-n&&(o=e.length-t+n);var a=o-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,o):Uint8Array.prototype.set.call(e,this.subarray(n,o),t),a};s.prototype.fill=function(e,t,n,o){if(typeof e=="string"){if(typeof t=="string"?(o=t,t=0,n=this.length):typeof n=="string"&&(o=n,n=this.length),o!==void 0&&typeof o!="string")throw new TypeError("encoding must be a string");if(typeof o=="string"&&!s.isEncoding(o))throw new TypeError("Unknown encoding: "+o);if(e.length===1){var a=e.charCodeAt(0);(o==="utf8"&&a<128||o==="latin1")&&(e=a)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var i;if(typeof e=="number")for(i=t;i<n;++i)this[i]=e;else{var u=s.isBuffer(e)?e:s.from(e,o),l=u.length;if(l===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(i=0;i<n-t;++i)this[i+t]=u[i%l]}return this};var Et=/[^+/0-9A-Za-z-_]/g;function Lt(r){if(r=r.split("=")[0],r=r.trim().replace(Et,""),r.length<2)return"";for(;r.length%4!==0;)r=r+"=";return r}function le(r,e){e=e||1/0;for(var t,n=r.length,o=null,a=[],i=0;i<n;++i){if(t=r.charCodeAt(i),t>55295&&t<57344){if(!o){if(t>56319){(e-=3)>-1&&a.push(239,191,189);continue}else if(i+1===n){(e-=3)>-1&&a.push(239,191,189);continue}o=t;continue}if(t<56320){(e-=3)>-1&&a.push(239,191,189),o=t;continue}t=(o-55296<<10|t-56320)+65536}else o&&(e-=3)>-1&&a.push(239,191,189);if(o=null,t<128){if((e-=1)<0)break;a.push(t)}else if(t<2048){if((e-=2)<0)break;a.push(t>>6|192,t&63|128)}else if(t<65536){if((e-=3)<0)break;a.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((e-=4)<0)break;a.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return a}function Rt(r){for(var e=[],t=0;t<r.length;++t)e.push(r.charCodeAt(t)&255);return e}function Ct(r,e){for(var t,n,o,a=[],i=0;i<r.length&&!((e-=2)<0);++i)t=r.charCodeAt(i),n=t>>8,o=t%256,a.push(o),a.push(n);return a}function We(r){return ie.toByteArray(Lt(r))}function X(r,e,t,n){for(var o=0;o<n&&!(o+t>=e.length||o>=r.length);++o)e[o+t]=r[o];return o}function k(r,e){return r instanceof e||r!=null&&r.constructor!=null&&r.constructor.name!=null&&r.constructor.name===e.name}function de(r){return r!==r}var _t=function(){for(var r="0123456789abcdef",e=new Array(256),t=0;t<16;++t)for(var n=t*16,o=0;o<16;++o)e[n+o]=r[t]+r[o];return e}()});var Qe=j((fn,Je)=>{c();var h=Je.exports={},E,L;function ge(){throw new Error("setTimeout has not been defined")}function me(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?E=setTimeout:E=ge}catch(r){E=ge}try{typeof clearTimeout=="function"?L=clearTimeout:L=me}catch(r){L=me}})();function Ke(r){if(E===setTimeout)return setTimeout(r,0);if((E===ge||!E)&&setTimeout)return E=setTimeout,setTimeout(r,0);try{return E(r,0)}catch(e){try{return E.call(null,r,0)}catch(t){return E.call(this,r,0)}}}function Ft(r){if(L===clearTimeout)return clearTimeout(r);if((L===me||!L)&&clearTimeout)return L=clearTimeout,clearTimeout(r);try{return L(r)}catch(e){try{return L.call(null,r)}catch(t){return L.call(this,r)}}}var F=[],H=!1,D,J=-1;function Mt(){!H||!D||(H=!1,D.length?F=D.concat(F):J=-1,F.length&&Ye())}function Ye(){if(!H){var r=Ke(Mt);H=!0;for(var e=F.length;e;){for(D=F,F=[];++J<e;)D&&D[J].run();J=-1,e=F.length}D=null,H=!1,Ft(r)}}h.nextTick=function(r){var e=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)e[t-1]=arguments[t];F.push(new Xe(r,e)),F.length===1&&!H&&Ke(Ye)};function Xe(r,e){this.fun=r,this.array=e}Xe.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function M(){}h.on=M;h.addListener=M;h.once=M;h.off=M;h.removeListener=M;h.removeAllListeners=M;h.emit=M;h.prependListener=M;h.prependOnceListener=M;h.listeners=function(r){return[]};h.binding=function(r){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(r){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var p,d,yn,c=et(()=>{p=q(je()),d=q(Qe()),yn=function(r){function e(){var n=this||self;return delete r.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();r.defineProperty(r.prototype,"__magic__",{configurable:!0,get:e});var t=__magic__;return t}(Object)});var un={};ne(un,{default:()=>ln});module.exports=rt(un);c();var U=require("redux-persist"),Wr=q(require("redux-persist/lib/storage")),jr=q(require("redux-persist/lib/storage/session"));c();var qr=require("@reduxjs/toolkit");c();c();var Se=require("@elrondnetwork/erdjs"),lr=require("@reduxjs/toolkit"),ur=require("redux-persist");c();c();c();c();c();c();c();c();c();c();c();var fe={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://maiar.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.elrond.com",apiAddress:"https://devnet-api.elrond.com",explorerAddress:"http://devnet-explorer.elrond.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://maiar.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.elrond.com",apiAddress:"https://testnet-api.elrond.com",explorerAddress:"http://testnet-explorer.elrond.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://maiar.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.elrond.com",apiAddress:"https://api.elrond.com",explorerAddress:"https://explorer.elrond.com",apiTimeout:"4000"}},{chainId:Ze,egldLabel:Mn}=fe["devnet"],{chainId:$e,egldLabel:Nn}=fe["testnet"],{chainId:er,egldLabel:Pn}=fe["mainnet"];var Bn={["devnet"]:Ze,["testnet"]:$e,["mainnet"]:er},Dn={[Ze]:"devnet",[$e]:"testnet",[er]:"mainnet"};c();c();c();var rr="transaction-status-toast-id";var tr="logout",nr="login";var or="0";c();var he={};ne(he,{getItem:()=>Pt,localStorageKeys:()=>V,removeItem:()=>Bt,setItem:()=>Nt});c();c();c();var Q=()=>Date.now()/1e3;c();c();var V={loginExpiresAt:"dapp-core-login-expires-at",logoutEvent:"dapp-core-logout-event"},ye=typeof localStorage!="undefined",Nt=({key:r,data:e,expires:t})=>{!ye||localStorage.setItem(String(r),JSON.stringify({expires:t,data:e}))},Pt=r=>{if(!ye)return;let e=localStorage.getItem(String(r));if(!e)return null;let t=JSON.parse(e);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Q()>=t.expires?(localStorage.removeItem(String(r)),null):t.data},Bt=r=>{!ye||localStorage.removeItem(String(r))};var Te={};ne(Te,{clear:()=>cr,getItem:()=>ir,removeItem:()=>sr,setItem:()=>ar,storage:()=>Dt});c();var ar=({key:r,data:e,expires:t})=>{sessionStorage.setItem(String(r),JSON.stringify({expires:t,data:e}))},ir=r=>{let e=sessionStorage.getItem(String(r));if(!e)return null;let t=JSON.parse(e);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Date.now()>=t.expires?(sessionStorage.removeItem(String(r)),null):t.data},sr=r=>sessionStorage.removeItem(String(r)),cr=()=>sessionStorage.clear(),Dt={setItem:ar,getItem:ir,removeItem:sr,clear:cr};var Z={session:Te,local:he};c();var xe=require("@reduxjs/toolkit");var v=(0,xe.createAction)(tr),$=(0,xe.createAction)(nr,r=>({payload:r}));var pr={balance:"...",address:"",nonce:0,txCount:0,scrCount:0,claimableRewards:or},we={address:"",websocketEvent:null,accounts:{"":pr},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},dr=(0,lr.createSlice)({name:"accountInfoSlice",initialState:we,reducers:{setAddress:(r,e)=>{let t=e.payload;r.address=t,r.publicKey=new Se.Address(t).hex()},setAccount:(r,e)=>{let t=r.address===e.payload.address;r.accounts={[r.address]:t?e.payload:pr},r.isAccountLoading=!1,r.accountLoadingError=null},setAccountNonce:(r,e)=>{let{address:t}=r;r.accounts[t].nonce=e.payload},setAccountShard:(r,e)=>{r.shard=e.payload},setLedgerAccount:(r,e)=>{r.ledgerAccount=e.payload},updateLedgerAccount:(r,e)=>{r.ledgerAccount!=null&&(r.ledgerAccount.index=e.payload.index,r.ledgerAccount.address=e.payload.address)},setWalletConnectAccount:(r,e)=>{r.walletConnectAccount=e.payload},setIsAccountLoading:(r,e)=>{r.isAccountLoading=e.payload,r.accountLoadingError=null},setAccountLoadingError:(r,e)=>{r.accountLoadingError=e.payload,r.isAccountLoading=!1},setWebsocketEvent:(r,e)=>{r.websocketEvent={timestamp:Date.now(),message:e.payload}}},extraReducers:r=>{r.addCase(v,()=>(Z.local.removeItem(V.loginExpiresAt),we)),r.addCase($,(e,t)=>{let{address:n}=t.payload;e.address=n,e.publicKey=new Se.Address(n).hex()}),r.addCase(ur.REHYDRATE,(e,t)=>{var m;if(!((m=t.payload)!=null&&m.account))return;let{account:n}=t.payload,{address:o,shard:a,accounts:i,publicKey:u}=n;e.address=o,e.shard=a;let l=i&&o in i;e.accounts=l?i:we.accounts,e.publicKey=u})}}),{setAccount:po,setAddress:go,setAccountNonce:mo,setAccountShard:fo,setLedgerAccount:yo,updateLedgerAccount:ho,setWalletConnectAccount:To,setIsAccountLoading:xo,setAccountLoadingError:wo,setWebsocketEvent:So}=dr.actions,gr=dr.reducer;c();var fr=require("@reduxjs/toolkit");var mr={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},yr=(0,fr.createSlice)({name:"dappModalsSlice",initialState:mr,reducers:{setDappModalVisibility:(r,e)=>{r.visible=e.payload},setDappModalHeaderVisibility:(r,e)=>{r.modal.showHeader=e.payload},setDappModalFooterVisibility:(r,e)=>{r.modal.showFooter=e.payload},setDappModalHeaderText:(r,e)=>{r.modal.headerText=e.payload},setDappModalFooterText:(r,e)=>{r.modal.footerText=e.payload},setDappModalConfig:(r,e)=>{r.modal=x({},e.payload)}},extraReducers:r=>{r.addCase(v,()=>mr)}}),{setDappModalVisibility:Io,setDappModalHeaderVisibility:ko,setDappModalFooterVisibility:Eo,setDappModalHeaderText:Lo,setDappModalFooterText:Ro,setDappModalConfig:Co}=yr.actions,hr=yr.reducer;c();var Sr=require("@reduxjs/toolkit");c();function Tr(){return new Date().setHours(new Date().getHours()+24)}function xr(r){Z.local.setItem({key:V.loginExpiresAt,data:r,expires:r})}var wr={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,isLoginSessionInvalid:!1},br=(0,Sr.createSlice)({name:"loginInfoSlice",initialState:wr,reducers:{setLoginMethod:(r,e)=>{r.loginMethod=e.payload},setTokenLogin:(r,e)=>{r.tokenLogin=e.payload},setTokenLoginSignature:(r,e)=>{(r==null?void 0:r.tokenLogin)!=null&&(r.tokenLogin.signature=e.payload)},setWalletLogin:(r,e)=>{r.walletLogin=e.payload},setWalletConnectLogin:(r,e)=>{r.walletConnectLogin=e.payload},setLedgerLogin:(r,e)=>{r.ledgerLogin=e.payload},invalidateLoginSession:r=>{r.isLoginSessionInvalid=!0}},extraReducers:r=>{r.addCase(v,()=>wr),r.addCase($,(e,t)=>{e.loginMethod=t.payload.loginMethod,xr(Tr())})}}),{setLoginMethod:Ho,setWalletConnectLogin:zo,setLedgerLogin:qo,setTokenLogin:Vo,setTokenLoginSignature:Wo,setWalletLogin:jo,invalidateLoginSession:Ko}=br.actions,vr=br.reducer;c();var Ir=require("@reduxjs/toolkit");var Ar={},kr=(0,Ir.createSlice)({name:"modalsSlice",initialState:Ar,reducers:{setTxSubmittedModal:(r,e)=>{r.txSubmittedModal=e.payload},setNotificationModal:(r,e)=>{r.notificationModal=e.payload},clearTxSubmittedModal:r=>{r.txSubmittedModal=void 0},clearNotificationModal:r=>{r.notificationModal=void 0}},extraReducers:r=>{r.addCase(v,()=>Ar)}}),{setTxSubmittedModal:Qo,setNotificationModal:Zo,clearTxSubmittedModal:$o,clearNotificationModal:ea}=kr.actions,Er=kr.reducer;c();var Lr=require("@reduxjs/toolkit"),Rr=q(require("lodash.omit"));c();c();c();c();function be(r){return r[Math.floor(Math.random()*r.length)]}c();var ve={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Ut={network:ve,chainID:"-1"},Cr=(0,Lr.createSlice)({name:"appConfig",initialState:Ut,reducers:{initializeNetworkConfig:(r,e)=>{let t=be(e.payload.walletConnectBridgeAddresses),n=be(e.payload.walletConnectV2RelayAddresses),o=(0,Rr.default)(e.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");r.network=C(x(x({},r.network),o),{walletConnectBridgeAddress:t,walletConnectV2RelayAddress:n})},setChainID:(r,e)=>{r.chainID=e.payload}}}),{initializeNetworkConfig:ya,setChainID:ha}=Cr.actions,_r=Cr.reducer;c();var Mr=require("@reduxjs/toolkit"),Nr=require("redux-persist");var Fr={customToasts:[],transactionToasts:[],failTransactionToast:null},Pr=(0,Mr.createSlice)({name:"toastsSlice",initialState:Fr,reducers:{addCustomToast:(r,e)=>{r.customToasts.push(C(x({},e.payload),{type:"custom",toastId:e.payload.toastId||`custom-toast-${r.customToasts.length+1}`}))},removeCustomToast:(r,e)=>{r.customToasts=r.customToasts.filter(t=>t.toastId!==e.payload)},addTransactionToast:(r,e)=>{r.transactionToasts.push({type:"transaction",startTimestamp:Q(),toastId:e.payload||`custom-toast-${r.transactionToasts.length+1}`})},removeTransactionToast:(r,e)=>{r.transactionToasts=r.transactionToasts.filter(t=>t.toastId!==e.payload)},addFailTransactionToast:(r,e)=>{r.failTransactionToast=C(x({},e.payload),{toastId:rr})},removeFailTransactionToast:r=>{r.failTransactionToast=null}},extraReducers:r=>{r.addCase(v,()=>Fr),r.addCase(Nr.REHYDRATE,(e,t)=>{var o,a;let n=(a=(o=t.customToasts)==null?void 0:o.filter(i=>!("component"in i)))!=null?a:[];e.customToasts=n})}}),{addCustomToast:Ia,removeCustomToast:ka,addTransactionToast:Ea,removeTransactionToast:La,addFailTransactionToast:Ra,removeFailTransactionToast:Ca}=Pr.actions,ee=Pr.reducer;c();var Br=require("@reduxjs/toolkit");var Ot="Transaction failed",Gt="Transaction successful",Ht="Processing transaction",zt="Transaction submitted",Ae={},Dr=(0,Br.createSlice)({name:"transactionsInfo",initialState:Ae,reducers:{setTransactionsDisplayInfo(r,e){let{sessionId:t,transactionsDisplayInfo:n}=e.payload;t!=null&&(r[t]={errorMessage:(n==null?void 0:n.errorMessage)||Ot,successMessage:(n==null?void 0:n.successMessage)||Gt,processingMessage:(n==null?void 0:n.processingMessage)||Ht,submittedMessage:(n==null?void 0:n.submittedMessage)||zt,transactionDuration:n==null?void 0:n.transactionDuration})},clearTransactionsInfoForSessionId(r,e){e.payload!=null&&delete r[e.payload]},clearTransactionsInfo:()=>Ae},extraReducers:r=>{r.addCase(v,()=>Ae)}}),{clearTransactionsInfo:Na,setTransactionsDisplayInfo:Pa,clearTransactionsInfoForSessionId:Ba}=Dr.actions,re=Dr.reducer;c();var Gr=require("@reduxjs/toolkit"),Hr=require("redux-persist");c();var Ga=["sent"],Vt=["success"],Wt=["fail","cancelled","timedOut"],Ha=["timedOut"],za=["pending"],jt=["success"],Kt=["fail","invalid"];function Ur(r){return r!=null&&(Yt(r)||Jt(r))}function Or(r){return r!=null&&(Xt(r)||Qt(r))}function Yt(r){return r!=null&&Vt.includes(r)}function Xt(r){return r!=null&&Wt.includes(r)}function Jt(r){return r!=null&&jt.includes(r)}function Qt(r){return r!=null&&Kt.includes(r)}var W={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Zt={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},zr=(0,Gr.createSlice)({name:"transactionsSlice",initialState:W,reducers:{moveTransactionsToSignedState:(r,e)=>{var l,m;let{sessionId:t,transactions:n,errorMessage:o,status:a,redirectRoute:i}=e.payload,u=((l=r.customTransactionInformationForSessionId)==null?void 0:l[t])||Zt;r.signedTransactions[t]={transactions:n,status:a,errorMessage:o,redirectRoute:i,customTransactionInformation:u},((m=r==null?void 0:r.transactionsToSign)==null?void 0:m.sessionId)===t&&(r.transactionsToSign=W.transactionsToSign)},clearSignedTransaction:(r,e)=>{r.signedTransactions[e.payload]&&delete r.signedTransactions[e.payload]},clearTransactionToSign:r=>{r!=null&&r.transactionsToSign&&(r.transactionsToSign=null)},updateSignedTransaction:(r,e)=>{r.signedTransactions=x(x({},r.signedTransactions),e.payload)},updateSignedTransactions:(r,e)=>{let{sessionId:t,status:n,errorMessage:o,transactions:a}=e.payload;r.signedTransactions[t]!=null&&(r.signedTransactions[t].status=n,o!=null&&(r.signedTransactions[t].errorMessage=o),a!=null&&(r.signedTransactions[t].transactions=a))},updateSignedTransactionStatus:(r,e)=>{var u,l,m,y,f,w;let{sessionId:t,status:n,errorMessage:o,transactionHash:a}=e.payload,i=(l=(u=r.signedTransactions)==null?void 0:u[t])==null?void 0:l.transactions;if(i!=null){r.signedTransactions[t].transactions=i.map(R=>R.hash===a?C(x({},R),{status:n,errorMessage:o}):R);let S=(y=(m=r.signedTransactions[t])==null?void 0:m.transactions)==null?void 0:y.every(R=>Ur(R.status)),N=(w=(f=r.signedTransactions[t])==null?void 0:f.transactions)==null?void 0:w.every(R=>Or(R.status));S&&(r.signedTransactions[t].status="success"),N&&(r.signedTransactions[t].status="fail")}},setTransactionsToSign:(r,e)=>{r.transactionsToSign=e.payload;let{sessionId:t,customTransactionInformation:n}=e.payload;r.customTransactionInformationForSessionId[t]=n,r.signTransactionsError=null},clearAllTransactionsToSign:r=>{r.transactionsToSign=W.transactionsToSign,r.signTransactionsError=null},clearAllSignedTransactions:r=>{r.signedTransactions=W.signedTransactions},setSignTransactionsError:(r,e)=>{r.signTransactionsError=e.payload},setSignTransactionsCancelMessage:(r,e)=>{r.signTransactionsCancelMessage=e.payload}},extraReducers:r=>{r.addCase(v,()=>W),r.addCase(Hr.REHYDRATE,(e,t)=>{var i;if(e.signTransactionsCancelMessage=null,!((i=t.payload)!=null&&i.transactions))return;let{signedTransactions:n,customTransactionInformationForSessionId:o}=t.payload.transactions,a=Object.entries(n).reduce((u,[l,m])=>{let y=new Date(l),f=new Date;return f.setHours(f.getHours()+5),f-y>0||(u[l]=m),u},{});o!=null&&(e.customTransactionInformationForSessionId=o),n!=null&&(e.signedTransactions=a)})}}),{updateSignedTransactionStatus:Xa,updateSignedTransactions:Ja,setTransactionsToSign:Qa,clearAllTransactionsToSign:Za,clearAllSignedTransactions:$a,clearSignedTransaction:ei,clearTransactionToSign:ri,setSignTransactionsError:ti,setSignTransactionsCancelMessage:ni,moveTransactionsToSignedState:oi}=zr.actions,te=zr.reducer;var en={["account"]:gr,["networkConfig"]:_r,["loginInfo"]:vr,["modals"]:Er,["dappModal"]:hr,["toasts"]:ee,["transactions"]:te,["transactionsInfo"]:re},rn=(r={})=>(0,qr.combineReducers)(x(x({},en),r)),Vr=rn;c();var tn={2:r=>C(x({},r),{networkConfig:ve})};function Ie(r,e=[]){return{key:r,version:1,storage:jr.default,blacklist:e}}var nn=Ie("dapp-core-transactionsInfo"),on=Ie("dapp-core-transactions",["transactionsToSign"]),an=Ie("dapp-core-toasts"),sn={key:"dapp-core-store",version:2,storage:Wr.default,whitelist:["account","loginInfo","modals","networkConfig"],migrate:(0,U.createMigrate)(tn,{debug:!1})},cn={["toasts"]:(0,U.persistReducer)(an,ee),["transactions"]:(0,U.persistReducer)(on,te),["transactionsInfo"]:(0,U.persistReducer)(nn,re)},ln=(0,U.persistReducer)(sn,Vr(cn));0&&(module.exports={});
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
//# sourceMappingURL=persistedRootReducer.js.map