@multiversx/sdk-dapp-swap
Version:
A library to hold the main logic for swapping between tokens on the MultiversX blockchain
10 lines (9 loc) • 33.1 kB
JavaScript
"use strict";var Qr=Object.create;var q=Object.defineProperty,re=Object.defineProperties,ee=Object.getOwnPropertyDescriptor,te=Object.getOwnPropertyDescriptors,ne=Object.getOwnPropertyNames,Ir=Object.getOwnPropertySymbols,ie=Object.getPrototypeOf,Fr=Object.prototype.hasOwnProperty,oe=Object.prototype.propertyIsEnumerable;var Ar=(t,r,e)=>r in t?q(t,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[r]=e,Q=(t,r)=>{for(var e in r||(r={}))Fr.call(r,e)&&Ar(t,e,r[e]);if(Ir)for(var e of Ir(r))oe.call(r,e)&&Ar(t,e,r[e]);return t},rr=(t,r)=>re(t,te(r));var ae=(t,r)=>()=>(t&&(r=t(t=0)),r);var V=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),ue=(t,r)=>{for(var e in r)q(t,e,{get:r[e],enumerable:!0})},Br=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of ne(r))!Fr.call(t,i)&&i!==e&&q(t,i,{get:()=>r[i],enumerable:!(n=ee(r,i))||n.enumerable});return t};var N=(t,r,e)=>(e=t!=null?Qr(ie(t)):{},Br(r||!t||!t.__esModule?q(e,"default",{value:t,enumerable:!0}):e,t)),pe=t=>Br(q({},"__esModule",{value:!0}),t);var Sr=V(K=>{"use strict";p();K.byteLength=fe;K.toByteArray=he;K.fromByteArray=xe;var B=[],F=[],se=typeof Uint8Array!="undefined"?Uint8Array:Array,er="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(L=0,Ur=er.length;L<Ur;++L)B[L]=er[L],F[er.charCodeAt(L)]=L;var L,Ur;F["-".charCodeAt(0)]=62;F["_".charCodeAt(0)]=63;function vr(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var n=e===r?0:4-e%4;return[e,n]}function fe(t){var r=vr(t),e=r[0],n=r[1];return(e+n)*3/4-n}function ce(t,r,e){return(r+e)*3/4-e}function he(t){var r,e=vr(t),n=e[0],i=e[1],o=new se(ce(t,n,i)),a=0,f=i>0?n-4:n,s;for(s=0;s<f;s+=4)r=F[t.charCodeAt(s)]<<18|F[t.charCodeAt(s+1)]<<12|F[t.charCodeAt(s+2)]<<6|F[t.charCodeAt(s+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return i===2&&(r=F[t.charCodeAt(s)]<<2|F[t.charCodeAt(s+1)]>>4,o[a++]=r&255),i===1&&(r=F[t.charCodeAt(s)]<<10|F[t.charCodeAt(s+1)]<<4|F[t.charCodeAt(s+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function le(t){return B[t>>18&63]+B[t>>12&63]+B[t>>6&63]+B[t&63]}function me(t,r,e){for(var n,i=[],o=r;o<e;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(le(n));return i.join("")}function xe(t){for(var r,e=t.length,n=e%3,i=[],o=16383,a=0,f=e-n;a<f;a+=o)i.push(me(t,a,a+o>f?f:a+o));return n===1?(r=t[e-1],i.push(B[r>>2]+B[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],i.push(B[r>>10]+B[r>>4&63]+B[r<<2&63]+"=")),i.join("")}});var br=V(tr=>{p();tr.read=function(t,r,e,n,i){var o,a,f=i*8-n-1,s=(1<<f)-1,x=s>>1,y=-7,m=e?i-1:0,I=e?-1:1,d=t[r+m];for(m+=I,o=d&(1<<-y)-1,d>>=-y,y+=f;y>0;o=o*256+t[r+m],m+=I,y-=8);for(a=o&(1<<-y)-1,o>>=-y,y+=n;y>0;a=a*256+t[r+m],m+=I,y-=8);if(o===0)o=1-x;else{if(o===s)return a?NaN:(d?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-x}return(d?-1:1)*a*Math.pow(2,o-n)};tr.write=function(t,r,e,n,i,o){var a,f,s,x=o*8-i-1,y=(1<<x)-1,m=y>>1,I=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,d=n?0:o-1,b=n?1:-1,$r=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(f=isNaN(r)?1:0,a=y):(a=Math.floor(Math.log(r)/Math.LN2),r*(s=Math.pow(2,-a))<1&&(a--,s*=2),a+m>=1?r+=I/s:r+=I*Math.pow(2,1-m),r*s>=2&&(a++,s/=2),a+m>=y?(f=0,a=y):a+m>=1?(f=(r*s-1)*Math.pow(2,i),a=a+m):(f=r*Math.pow(2,m-1)*Math.pow(2,i),a=0));i>=8;t[e+d]=f&255,d+=b,f/=256,i-=8);for(a=a<<i|f,x+=i;x>0;t[e+d]=a&255,d+=b,a/=256,x-=8);t[e+d-b]|=$r*128}});var qr=V(O=>{"use strict";p();var nr=Sr(),R=br(),Dr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;O.Buffer=u;O.SlowBuffer=de;O.INSPECT_MAX_BYTES=50;var Z=2147483647;O.kMaxLength=Z;u.TYPED_ARRAY_SUPPORT=ye();!u.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 ye(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function D(t){if(t>Z)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,u.prototype),r}function u(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ur(t)}return _r(t,r,e)}u.poolSize=8192;function _r(t,r,e){if(typeof t=="string")return we(t,r);if(ArrayBuffer.isView(t))return Te(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(U(t,ArrayBuffer)||t&&U(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(U(t,SharedArrayBuffer)||t&&U(t.buffer,SharedArrayBuffer)))return or(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return u.from(n,r,e);var i=Ee(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return u.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}u.from=function(t,r,e){return _r(t,r,e)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function Nr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function ge(t,r,e){return Nr(t),t<=0?D(t):r!==void 0?typeof e=="string"?D(t).fill(r,e):D(t).fill(r):D(t)}u.alloc=function(t,r,e){return ge(t,r,e)};function ur(t){return Nr(t),D(t<0?0:pr(t)|0)}u.allocUnsafe=function(t){return ur(t)};u.allocUnsafeSlow=function(t){return ur(t)};function we(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!u.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=Lr(t,r)|0,n=D(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function ir(t){for(var r=t.length<0?0:pr(t.length)|0,e=D(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function Te(t){if(U(t,Uint8Array)){var r=new Uint8Array(t);return or(r.buffer,r.byteOffset,r.byteLength)}return ir(t)}function or(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,u.prototype),n}function Ee(t){if(u.isBuffer(t)){var r=pr(t.length)|0,e=D(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||sr(t.length)?D(0):ir(t);if(t.type==="Buffer"&&Array.isArray(t.data))return ir(t.data)}function pr(t){if(t>=Z)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Z.toString(16)+" bytes");return t|0}function de(t){return+t!=t&&(t=0),u.alloc(+t)}u.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==u.prototype};u.compare=function(r,e){if(U(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),U(e,Uint8Array)&&(e=u.from(e,e.offset,e.byteLength)),!u.isBuffer(r)||!u.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var n=r.length,i=e.length,o=0,a=Math.min(n,i);o<a;++o)if(r[o]!==e[o]){n=r[o],i=e[o];break}return n<i?-1:i<n?1:0};u.isEncoding=function(r){switch(String(r).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}};u.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return u.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=u.allocUnsafe(e),o=0;for(n=0;n<r.length;++n){var a=r[n];if(U(a,Uint8Array))o+a.length>i.length?u.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(u.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function Lr(t,r){if(u.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||U(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return ar(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return Wr(t).length;default:if(i)return n?-1:ar(t).length;r=(""+r).toLowerCase(),i=!0}}u.byteLength=Lr;function Ie(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return Pe(this,r,e);case"utf8":case"utf-8":return Mr(this,r,e);case"ascii":return De(this,r,e);case"latin1":case"binary":return Ce(this,r,e);case"base64":return Se(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _e(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}u.prototype._isBuffer=!0;function k(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}u.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)k(this,e,e+1);return this};u.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)k(this,e,e+3),k(this,e+1,e+2);return this};u.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)k(this,e,e+7),k(this,e+1,e+6),k(this,e+2,e+5),k(this,e+3,e+4);return this};u.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?Mr(this,0,r):Ie.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(r){if(!u.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:u.compare(this,r)===0};u.prototype.inspect=function(){var r="",e=O.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};Dr&&(u.prototype[Dr]=u.prototype.inspect);u.prototype.compare=function(r,e,n,i,o){if(U(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),e<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&e>=n)return 0;if(i>=o)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var a=o-i,f=n-e,s=Math.min(a,f),x=this.slice(i,o),y=r.slice(e,n),m=0;m<s;++m)if(x[m]!==y[m]){a=x[m],f=y[m];break}return a<f?-1:f<a?1:0};function kr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,sr(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=u.from(r,n)),u.isBuffer(r))return r.length===0?-1:Cr(t,r,e,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):Cr(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function Cr(t,r,e,n,i){var o=1,a=t.length,f=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;o=2,a/=2,f/=2,e/=2}function s(d,b){return o===1?d[b]:d.readUInt16BE(b*o)}var x;if(i){var y=-1;for(x=e;x<a;x++)if(s(t,x)===s(r,y===-1?0:x-y)){if(y===-1&&(y=x),x-y+1===f)return y*o}else y!==-1&&(x-=x-y),y=-1}else for(e+f>a&&(e=a-f),x=e;x>=0;x--){for(var m=!0,I=0;I<f;I++)if(s(t,x+I)!==s(r,I)){m=!1;break}if(m)return x}return-1}u.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};u.prototype.indexOf=function(r,e,n){return kr(this,r,e,n,!0)};u.prototype.lastIndexOf=function(r,e,n){return kr(this,r,e,n,!1)};function Ae(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var o=r.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var f=parseInt(r.substr(a*2,2),16);if(sr(f))return a;t[e+a]=f}return a}function Fe(t,r,e,n){return z(ar(r,t.length-e),t,e,n)}function Be(t,r,e,n){return z(ke(r),t,e,n)}function Ue(t,r,e,n){return z(Wr(r),t,e,n)}function ve(t,r,e,n){return z(Me(r,t.length-e),t,e,n)}u.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return Ae(this,r,e,n);case"utf8":case"utf-8":return Fe(this,r,e,n);case"ascii":case"latin1":case"binary":return Be(this,r,e,n);case"base64":return Ue(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ve(this,r,e,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Se(t,r,e){return r===0&&e===t.length?nr.fromByteArray(t):nr.fromByteArray(t.slice(r,e))}function Mr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var o=t[i],a=null,f=o>239?4:o>223?3:o>191?2:1;if(i+f<=e){var s,x,y,m;switch(f){case 1:o<128&&(a=o);break;case 2:s=t[i+1],(s&192)===128&&(m=(o&31)<<6|s&63,m>127&&(a=m));break;case 3:s=t[i+1],x=t[i+2],(s&192)===128&&(x&192)===128&&(m=(o&15)<<12|(s&63)<<6|x&63,m>2047&&(m<55296||m>57343)&&(a=m));break;case 4:s=t[i+1],x=t[i+2],y=t[i+3],(s&192)===128&&(x&192)===128&&(y&192)===128&&(m=(o&15)<<18|(s&63)<<12|(x&63)<<6|y&63,m>65535&&m<1114112&&(a=m))}}a===null?(a=65533,f=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=f}return be(n)}var Pr=4096;function be(t){var r=t.length;if(r<=Pr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=Pr));return e}function De(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function Ce(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function Pe(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",o=r;o<e;++o)i+=Re[t[o]];return i}function _e(t,r,e){for(var n=t.slice(r,e),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}u.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i=this.subarray(r,e);return Object.setPrototypeOf(i,u.prototype),i};function T(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||T(r,e,this.length);for(var i=this[r],o=1,a=0;++a<e&&(o*=256);)i+=this[r+a]*o;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||T(r,e,this.length);for(var i=this[r+--e],o=1;e>0&&(o*=256);)i+=this[r+--e]*o;return i};u.prototype.readUint8=u.prototype.readUInt8=function(r,e){return r=r>>>0,e||T(r,1,this.length),this[r]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||T(r,2,this.length),this[r]|this[r+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||T(r,2,this.length),this[r]<<8|this[r+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||T(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||T(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};u.prototype.readIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||T(r,e,this.length);for(var i=this[r],o=1,a=0;++a<e&&(o*=256);)i+=this[r+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i};u.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||T(r,e,this.length);for(var i=e,o=1,a=this[r+--i];i>0&&(o*=256);)a+=this[r+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*e)),a};u.prototype.readInt8=function(r,e){return r=r>>>0,e||T(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};u.prototype.readInt16LE=function(r,e){r=r>>>0,e||T(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};u.prototype.readInt16BE=function(r,e){r=r>>>0,e||T(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};u.prototype.readInt32LE=function(r,e){return r=r>>>0,e||T(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};u.prototype.readInt32BE=function(r,e){return r=r>>>0,e||T(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};u.prototype.readFloatLE=function(r,e){return r=r>>>0,e||T(r,4,this.length),R.read(this,r,!0,23,4)};u.prototype.readFloatBE=function(r,e){return r=r>>>0,e||T(r,4,this.length),R.read(this,r,!1,23,4)};u.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||T(r,8,this.length),R.read(this,r,!0,52,8)};u.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||T(r,8,this.length),R.read(this,r,!1,52,8)};function A(t,r,e,n,i,o){if(!u.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;A(this,r,e,n,o,0)}var a=1,f=0;for(this[e]=r&255;++f<n&&(a*=256);)this[e+f]=r/a&255;return e+n};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;A(this,r,e,n,o,0)}var a=n-1,f=1;for(this[e+a]=r&255;--a>=0&&(f*=256);)this[e+a]=r/f&255;return e+n};u.prototype.writeUint8=u.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||A(this,r,e,1,255,0),this[e]=r&255,e+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||A(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||A(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||A(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||A(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};u.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);A(this,r,e,n,o-1,-o)}var a=0,f=1,s=0;for(this[e]=r&255;++a<n&&(f*=256);)r<0&&s===0&&this[e+a-1]!==0&&(s=1),this[e+a]=(r/f>>0)-s&255;return e+n};u.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);A(this,r,e,n,o-1,-o)}var a=n-1,f=1,s=0;for(this[e+a]=r&255;--a>=0&&(f*=256);)r<0&&s===0&&this[e+a+1]!==0&&(s=1),this[e+a]=(r/f>>0)-s&255;return e+n};u.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||A(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};u.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||A(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};u.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||A(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};u.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||A(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};u.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||A(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function Rr(t,r,e,n,i,o){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function Or(t,r,e,n,i){return r=+r,e=e>>>0,i||Rr(t,r,e,4,34028234663852886e22,-34028234663852886e22),R.write(t,r,e,n,23,4),e+4}u.prototype.writeFloatLE=function(r,e,n){return Or(this,r,e,!0,n)};u.prototype.writeFloatBE=function(r,e,n){return Or(this,r,e,!1,n)};function Gr(t,r,e,n,i){return r=+r,e=e>>>0,i||Rr(t,r,e,8,17976931348623157e292,-17976931348623157e292),R.write(t,r,e,n,52,8),e+8}u.prototype.writeDoubleLE=function(r,e,n){return Gr(this,r,e,!0,n)};u.prototype.writeDoubleBE=function(r,e,n){return Gr(this,r,e,!1,n)};u.prototype.copy=function(r,e,n,i){if(!u.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),e),o};u.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var o=r.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var a;if(typeof r=="number")for(a=e;a<n;++a)this[a]=r;else{var f=u.isBuffer(r)?r:u.from(r,i),s=f.length;if(s===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<n-e;++a)this[a+e]=f[a%s]}return this};var Ne=/[^+/0-9A-Za-z-_]/g;function Le(t){if(t=t.split("=")[0],t=t.trim().replace(Ne,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function ar(t,r){r=r||1/0;for(var e,n=t.length,i=null,o=[],a=0;a<n;++a){if(e=t.charCodeAt(a),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(r-=3)>-1&&o.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;o.push(e)}else if(e<2048){if((r-=2)<0)break;o.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;o.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return o}function ke(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function Me(t,r){for(var e,n,i,o=[],a=0;a<t.length&&!((r-=2)<0);++a)e=t.charCodeAt(a),n=e>>8,i=e%256,o.push(i),o.push(n);return o}function Wr(t){return nr.toByteArray(Le(t))}function z(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function U(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function sr(t){return t!==t}var Re=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var n=e*16,i=0;i<16;++i)r[n+i]=t[e]+t[i];return r}()});var Vr=V((st,Xr)=>{p();var g=Xr.exports={},v,S;function fr(){throw new Error("setTimeout has not been defined")}function cr(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?v=setTimeout:v=fr}catch(t){v=fr}try{typeof clearTimeout=="function"?S=clearTimeout:S=cr}catch(t){S=cr}})();function Hr(t){if(v===setTimeout)return setTimeout(t,0);if((v===fr||!v)&&setTimeout)return v=setTimeout,setTimeout(t,0);try{return v(t,0)}catch(r){try{return v.call(null,t,0)}catch(e){return v.call(this,t,0)}}}function Oe(t){if(S===clearTimeout)return clearTimeout(t);if((S===cr||!S)&&clearTimeout)return S=clearTimeout,clearTimeout(t);try{return S(t)}catch(r){try{return S.call(null,t)}catch(e){return S.call(this,t)}}}var C=[],G=!1,M,J=-1;function Ge(){!G||!M||(G=!1,M.length?C=M.concat(C):J=-1,C.length&&jr())}function jr(){if(!G){var t=Hr(Ge);G=!0;for(var r=C.length;r;){for(M=C,C=[];++J<r;)M&&M[J].run();J=-1,r=C.length}M=null,G=!1,Oe(t)}}g.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];C.push(new Yr(t,r)),C.length===1&&!G&&Hr(jr)};function Yr(t,r){this.fun=t,this.array=r}Yr.prototype.run=function(){this.fun.apply(null,this.array)};g.title="browser";g.browser=!0;g.env={};g.argv=[];g.version="";g.versions={};function P(){}g.on=P;g.addListener=P;g.once=P;g.off=P;g.removeListener=P;g.removeAllListeners=P;g.emit=P;g.prependListener=P;g.prependOnceListener=P;g.listeners=function(t){return[]};g.binding=function(t){throw new Error("process.binding is not supported")};g.cwd=function(){return"/"};g.chdir=function(t){throw new Error("process.chdir is not supported")};g.umask=function(){return 0}});var c,h,ft,p=ae(()=>{c=N(qr()),h=N(Vr()),ft=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var it={};ue(it,{calculateMinimumReceived:()=>Qe,calculateSwapTransactionsFee:()=>et,canParseAmount:()=>je,createTransactionFromRaw:()=>gr,getBalanceMinusDust:()=>$e,getCorrectAmountsOnTokenChange:()=>nt,getPairFeeDetails:()=>Ke,getSortedTokensByUsdValue:()=>rt,getSwapActionType:()=>ze,getTokenDecimals:()=>Xe,getTransactionFee:()=>wr,meaningfulFormatAmount:()=>Er,mergeTokens:()=>Ye,removeCommas:()=>He,roundAmount:()=>qe,translateSwapError:()=>Je});module.exports=pe(it);p();p();var X=N(require("bignumber.js"));p();p();var _="EGLD";var Kr="10000000000000000";p();p();var w=require("@multiversx/sdk-core");p();p();var E=require("@multiversx/sdk-dapp/out/constants");p();var We=require("@multiversx/sdk-dapp/out/types/enums.types");p();var hr=require("@multiversx/sdk-dapp/out/utils/decoders/base64Utils");p();var lr=require("@multiversx/sdk-dapp/out/store/store"),mr=require("@multiversx/sdk-dapp/out/store/selectors/accountSelectors");p();var H=require("@multiversx/sdk-dapp-utils/out/constants"),j=require("@multiversx/sdk-dapp-utils/out/helpers/formatAmount"),Y=require("@multiversx/sdk-dapp-utils/out/helpers/parseAmount"),xr=require("@multiversx/sdk-dapp-utils/out/helpers/stringIsFloat"),yr=require("@multiversx/sdk-dapp-utils/out/helpers/stringIsInteger");var qe=(t,r=4)=>{if(!(0,xr.stringIsFloat)(t)||new X.default(t).isZero())return"0";let n=new X.default(t).toFormat(r);return n=parseFloat(n)>0?n:new X.default(t).toFormat(r+4),parseFloat(n)>0?n:new X.default(t).toFormat(r+9)};p();var He=t=>t.replace(/,/g,"");p();var je=(t,r)=>{var a;if(!(t.indexOf(".")>=0))return!0;let n=r!=null?r:H.DECIMALS;return((a=t.split(".").pop())!=null?a:"").length<=n};p();var Ye=(t,r)=>{let e=new Map;return t==null||t.forEach(n=>{e.set(n.identifier,rr(Q({},n),{balance:"0",valueUSD:"0"}))}),r==null||r.forEach(n=>{var o,a;let i=e.get(n.identifier);i?e.set(n.identifier,rr(Q({},i),{balance:(o=n.balance)!=null?o:"0",valueUSD:(a=n.valueUSD)!=null?a:"0"})):n.type!=="FungibleESDT-LP"&&e.set(n.identifier,n)}),Array.from(e.values())};p();var Xe=({pairs:t,identifier:r})=>{var i;if(r===_||r.startsWith(`W${_}-`))return H.DECIMALS;let n;return t.forEach(({firstToken:o,secondToken:a})=>{if(o.identifier===r){n=o;return}if(a.identifier===r){n=a;return}}),(i=n==null?void 0:n.decimals)!=null?i:0};p();var Zr=N(require("bignumber.js")),Ve={burn:void 0,feesAPR:void 0,totalFee:void 0,lpHolders:void 0},Ke=t=>{if(!t)return Ve;let{totalFeePercent:r,specialFeePercent:e,feesAPR:n}=t,i=r*100,o=e*100,f=(r-e)*100,s=new Zr.default(n).multipliedBy(100).toNumber();return{totalFee:i,burn:o,lpHolders:f,feesAPR:s}};p();p();var gr=t=>{var d,b;let{data:r,value:e,receiver:n,sender:i,gasLimit:o,gasPrice:a,chainID:f,version:s,options:x}=t,{address:y}=(0,mr.accountSelector)((0,lr.getStore)().getState()),m=r?(0,hr.isStringBase64)(r)?c.Buffer.from(r,"base64"):c.Buffer.from(r.trim()):void 0,I=new w.Transaction({value:BigInt(e),data:m,receiver:new w.Address(n),sender:new w.Address(i&&i!==""?i:y),gasLimit:BigInt((d=o.valueOf())!=null?d:E.GAS_LIMIT),gasPrice:BigInt((b=a.valueOf())!=null?b:E.GAS_PRICE),chainID:f.valueOf(),version:new w.TransactionVersion(s!=null?s:E.VERSION).valueOf()});return x&&(I.options=new w.TransactionOptions(x).valueOf()),I};var wr=t=>{let r=gr(t),e=new w.NetworkConfig;e.minGasLimit=BigInt(E.GAS_LIMIT),e.gasPerDataByte=BigInt(E.GAS_PER_DATA_BYTE),e.gasPriceModifier=E.GAS_PRICE_MODIFIER;try{return new w.TransactionComputer().computeTransactionFee(r,e).toString(10)}catch(n){return 0}};p();p();p();p();p();p();p();p();p();p();p();var ze=({firstTokenId:t,secondTokenId:r,wrappedEgld:e})=>{if(!t||!r||!e)return;let n=t===_&&r===(e==null?void 0:e.identifier),i=t===(e==null?void 0:e.identifier)&&r===_;return n?"wrap":i?"unwrap":"swap"};p();var zr={"Multi swap disabled!":"Smart Swaps are temporarily disabled. We suggest using an alternative route to perform the token swap.","Spread too big!":"Smart Swap not possible because you would lose more than 5%."},Je=t=>{if(!t)return;let r="No trade route found.",e=Object.keys(zr).find(n=>t.includes(n));return e?zr[e]:r};p();var Tr=N(require("bignumber.js"));var $e=t=>{let r=new Tr.default(t!=null?t:"0"),e=new Tr.default(Kr),n=r.minus(e);return n.isGreaterThan(0)?n.toString(10):"0"};p();var Er=({amount:t="0",decimals:r=0,digits:e=4,addCommas:n=!1,showLastNonZeroDecimal:i=!1})=>{if(t==null||!(0,yr.stringIsInteger)(t))return"0";let o=f=>(0,j.formatAmount)({decimals:r,addCommas:n,input:t,digits:f,showLastNonZeroDecimal:i}),a=o(e);return a=parseFloat(a)>0?a:o(4+4),a=parseFloat(a)>0?a:o(4+9),parseFloat(a)>0?a:o(4+14)};p();var $=N(require("bignumber.js"));var Qe=({tolerance:t,secondAmount:r,isFixedOutput:e,swapActionType:n,secondTokenDecimals:i})=>{if(!r)return;if(e||n!=="swap")return r;let o=new $.default((0,Y.parseAmount)(r,i)),a=new $.default(1).dividedBy(new $.default(t).dividedBy(100).plus(1)).times(o).toFixed(0);return(0,j.formatAmount)({input:a,decimals:i})};p();var Jr=N(require("bignumber.js"));var rt=({tokens:t,wrappedEgld:r})=>t.sort((e,n)=>e.identifier===_?-1:n.identifier===_?1:e.identifier===(r==null?void 0:r.identifier)?-1:n.identifier===(r==null?void 0:r.identifier)?1:new Jr.default(n.valueUSD).minus(e.valueUSD).toNumber());p();var dr=N(require("bignumber.js"));var et=t=>t==null?void 0:t.reduce((r,e)=>{var i;let n=new dr.default((i=wr(e))!=null?i:"0");return r.plus(n)},new dr.default("0")).toString(10);p();var nt=({newToken:t,firstToken:r,secondToken:e,activeRoute:n,needsParsing:i})=>{if(!n||!t)return{amountIn:void 0,amountOut:void 0};let o=(n==null?void 0:n.swapType)===0,a=o?n==null?void 0:n.amountIn:n==null?void 0:n.amountOut,s=(o?n==null?void 0:n.tokenInID:n==null?void 0:n.tokenOutID)===(r==null?void 0:r.identifier)?r==null?void 0:r.decimals:e==null?void 0:e.decimals,x=Er({amount:a,showLastNonZeroDecimal:!0,decimals:s}),y=i?(0,Y.parseAmount)(x,t==null?void 0:t.decimals):a;return{amountIn:o?y:void 0,amountOut:o?void 0:y}};0&&(module.exports={calculateMinimumReceived,calculateSwapTransactionsFee,canParseAmount,createTransactionFromRaw,getBalanceMinusDust,getCorrectAmountsOnTokenChange,getPairFeeDetails,getSortedTokensByUsdValue,getSwapActionType,getTokenDecimals,getTransactionFee,meaningfulFormatAmount,mergeTokens,removeCommas,roundAmount,translateSwapError});
/*!
* 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=index.js.map