@multiversx/sdk-dapp-swap
Version:
A library to hold the main logic for swapping between tokens on the MultiversX blockchain
10 lines (9 loc) • 29.8 kB
JavaScript
"use strict";var Yr=Object.create;var j=Object.defineProperty;var Zr=Object.getOwnPropertyDescriptor;var Xr=Object.getOwnPropertyNames;var Kr=Object.getPrototypeOf,$r=Object.prototype.hasOwnProperty;var zr=(t,r)=>()=>(t&&(r=t(t=0)),r);var Y=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Jr=(t,r)=>{for(var e in r)j(t,e,{get:r[e],enumerable:!0})},xr=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Xr(r))!$r.call(t,i)&&i!==e&&j(t,i,{get:()=>r[i],enumerable:!(n=Zr(r,i))||n.enumerable});return t};var S=(t,r,e)=>(e=t!=null?Yr(Kr(t)):{},xr(r||!t||!t.__esModule?j(e,"default",{value:t,enumerable:!0}):e,t)),Qr=t=>xr(j({},"__esModule",{value:!0}),t);var dr=Y(Z=>{"use strict";u();Z.byteLength=ee;Z.toByteArray=ne;Z.fromByteArray=ae;var B=[],I=[],re=typeof Uint8Array!="undefined"?Uint8Array:Array,ir="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(N=0,gr=ir.length;N<gr;++N)B[N]=ir[N],I[ir.charCodeAt(N)]=N;var N,gr;I["-".charCodeAt(0)]=62;I["_".charCodeAt(0)]=63;function Tr(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 ee(t){var r=Tr(t),e=r[0],n=r[1];return(e+n)*3/4-n}function te(t,r,e){return(r+e)*3/4-e}function ne(t){var r,e=Tr(t),n=e[0],i=e[1],o=new re(te(t,n,i)),a=0,m=i>0?n-4:n,l;for(l=0;l<m;l+=4)r=I[t.charCodeAt(l)]<<18|I[t.charCodeAt(l+1)]<<12|I[t.charCodeAt(l+2)]<<6|I[t.charCodeAt(l+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return i===2&&(r=I[t.charCodeAt(l)]<<2|I[t.charCodeAt(l+1)]>>4,o[a++]=r&255),i===1&&(r=I[t.charCodeAt(l)]<<10|I[t.charCodeAt(l+1)]<<4|I[t.charCodeAt(l+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function ie(t){return B[t>>18&63]+B[t>>12&63]+B[t>>6&63]+B[t&63]}function oe(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(ie(n));return i.join("")}function ae(t){for(var r,e=t.length,n=e%3,i=[],o=16383,a=0,m=e-n;a<m;a+=o)i.push(oe(t,a,a+o>m?m: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 wr=Y(or=>{u();or.read=function(t,r,e,n,i){var o,a,m=i*8-n-1,l=(1<<m)-1,y=l>>1,x=-7,h=e?i-1:0,A=e?-1:1,w=t[r+h];for(h+=A,o=w&(1<<-x)-1,w>>=-x,x+=m;x>0;o=o*256+t[r+h],h+=A,x-=8);for(a=o&(1<<-x)-1,o>>=-x,x+=n;x>0;a=a*256+t[r+h],h+=A,x-=8);if(o===0)o=1-y;else{if(o===l)return a?NaN:(w?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-y}return(w?-1:1)*a*Math.pow(2,o-n)};or.write=function(t,r,e,n,i,o){var a,m,l,y=o*8-i-1,x=(1<<y)-1,h=x>>1,A=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=n?0:o-1,_=n?1:-1,jr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(m=isNaN(r)?1:0,a=x):(a=Math.floor(Math.log(r)/Math.LN2),r*(l=Math.pow(2,-a))<1&&(a--,l*=2),a+h>=1?r+=A/l:r+=A*Math.pow(2,1-h),r*l>=2&&(a++,l/=2),a+h>=x?(m=0,a=x):a+h>=1?(m=(r*l-1)*Math.pow(2,i),a=a+h):(m=r*Math.pow(2,h-1)*Math.pow(2,i),a=0));i>=8;t[e+w]=m&255,w+=_,m/=256,i-=8);for(a=a<<i|m,y+=i;y>0;t[e+w]=a&255,w+=_,a/=256,y-=8);t[e+w-_]|=jr*128}});var Nr=Y(k=>{"use strict";u();var ar=dr(),M=wr(),Er=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;k.Buffer=p;k.SlowBuffer=me;k.INSPECT_MAX_BYTES=50;var X=2147483647;k.kMaxLength=X;p.TYPED_ARRAY_SUPPORT=ue();!p.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 ue(){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(p.prototype,"parent",{enumerable:!0,get:function(){if(!!p.isBuffer(this))return this.buffer}});Object.defineProperty(p.prototype,"offset",{enumerable:!0,get:function(){if(!!p.isBuffer(this))return this.byteOffset}});function U(t){if(t>X)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,p.prototype),r}function p(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 cr(t)}return Fr(t,r,e)}p.poolSize=8192;function Fr(t,r,e){if(typeof t=="string")return se(t,r);if(ArrayBuffer.isView(t))return ce(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(R(t,ArrayBuffer)||t&&R(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(R(t,SharedArrayBuffer)||t&&R(t.buffer,SharedArrayBuffer)))return pr(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 p.from(n,r,e);var i=fe(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return p.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)}p.from=function(t,r,e){return Fr(t,r,e)};Object.setPrototypeOf(p.prototype,Uint8Array.prototype);Object.setPrototypeOf(p,Uint8Array);function Sr(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 pe(t,r,e){return Sr(t),t<=0?U(t):r!==void 0?typeof e=="string"?U(t).fill(r,e):U(t).fill(r):U(t)}p.alloc=function(t,r,e){return pe(t,r,e)};function cr(t){return Sr(t),U(t<0?0:fr(t)|0)}p.allocUnsafe=function(t){return cr(t)};p.allocUnsafeSlow=function(t){return cr(t)};function se(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!p.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=Br(t,r)|0,n=U(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function ur(t){for(var r=t.length<0?0:fr(t.length)|0,e=U(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function ce(t){if(R(t,Uint8Array)){var r=new Uint8Array(t);return pr(r.buffer,r.byteOffset,r.byteLength)}return ur(t)}function pr(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,p.prototype),n}function fe(t){if(p.isBuffer(t)){var r=fr(t.length)|0,e=U(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||mr(t.length)?U(0):ur(t);if(t.type==="Buffer"&&Array.isArray(t.data))return ur(t.data)}function fr(t){if(t>=X)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+X.toString(16)+" bytes");return t|0}function me(t){return+t!=t&&(t=0),p.alloc(+t)}p.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==p.prototype};p.compare=function(r,e){if(R(r,Uint8Array)&&(r=p.from(r,r.offset,r.byteLength)),R(e,Uint8Array)&&(e=p.from(e,e.offset,e.byteLength)),!p.isBuffer(r)||!p.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};p.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}};p.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return p.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=p.allocUnsafe(e),o=0;for(n=0;n<r.length;++n){var a=r[n];if(R(a,Uint8Array))o+a.length>i.length?p.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(p.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function Br(t,r){if(p.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||R(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 sr(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return Dr(t).length;default:if(i)return n?-1:sr(t).length;r=(""+r).toLowerCase(),i=!0}}p.byteLength=Br;function le(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 Ae(this,r,e);case"utf8":case"utf-8":return br(this,r,e);case"ascii":return Ee(this,r,e);case"latin1":case"binary":return Ie(this,r,e);case"base64":return de(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Fe(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}p.prototype._isBuffer=!0;function C(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}p.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)C(this,e,e+1);return this};p.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)C(this,e,e+3),C(this,e+1,e+2);return this};p.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)C(this,e,e+7),C(this,e+1,e+6),C(this,e+2,e+5),C(this,e+3,e+4);return this};p.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?br(this,0,r):le.apply(this,arguments)};p.prototype.toLocaleString=p.prototype.toString;p.prototype.equals=function(r){if(!p.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:p.compare(this,r)===0};p.prototype.inspect=function(){var r="",e=k.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};Er&&(p.prototype[Er]=p.prototype.inspect);p.prototype.compare=function(r,e,n,i,o){if(R(r,Uint8Array)&&(r=p.from(r,r.offset,r.byteLength)),!p.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,m=n-e,l=Math.min(a,m),y=this.slice(i,o),x=r.slice(e,n),h=0;h<l;++h)if(y[h]!==x[h]){a=y[h],m=x[h];break}return a<m?-1:m<a?1:0};function Rr(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,mr(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=p.from(r,n)),p.isBuffer(r))return r.length===0?-1:Ir(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):Ir(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function Ir(t,r,e,n,i){var o=1,a=t.length,m=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,m/=2,e/=2}function l(w,_){return o===1?w[_]:w.readUInt16BE(_*o)}var y;if(i){var x=-1;for(y=e;y<a;y++)if(l(t,y)===l(r,x===-1?0:y-x)){if(x===-1&&(x=y),y-x+1===m)return x*o}else x!==-1&&(y-=y-x),x=-1}else for(e+m>a&&(e=a-m),y=e;y>=0;y--){for(var h=!0,A=0;A<m;A++)if(l(t,y+A)!==l(r,A)){h=!1;break}if(h)return y}return-1}p.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};p.prototype.indexOf=function(r,e,n){return Rr(this,r,e,n,!0)};p.prototype.lastIndexOf=function(r,e,n){return Rr(this,r,e,n,!1)};function he(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 m=parseInt(r.substr(a*2,2),16);if(mr(m))return a;t[e+a]=m}return a}function ye(t,r,e,n){return K(sr(r,t.length-e),t,e,n)}function xe(t,r,e,n){return K(Re(r),t,e,n)}function ge(t,r,e,n){return K(Dr(r),t,e,n)}function Te(t,r,e,n){return K(be(r,t.length-e),t,e,n)}p.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 he(this,r,e,n);case"utf8":case"utf-8":return ye(this,r,e,n);case"ascii":case"latin1":case"binary":return xe(this,r,e,n);case"base64":return ge(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Te(this,r,e,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};p.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function de(t,r,e){return r===0&&e===t.length?ar.fromByteArray(t):ar.fromByteArray(t.slice(r,e))}function br(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var o=t[i],a=null,m=o>239?4:o>223?3:o>191?2:1;if(i+m<=e){var l,y,x,h;switch(m){case 1:o<128&&(a=o);break;case 2:l=t[i+1],(l&192)===128&&(h=(o&31)<<6|l&63,h>127&&(a=h));break;case 3:l=t[i+1],y=t[i+2],(l&192)===128&&(y&192)===128&&(h=(o&15)<<12|(l&63)<<6|y&63,h>2047&&(h<55296||h>57343)&&(a=h));break;case 4:l=t[i+1],y=t[i+2],x=t[i+3],(l&192)===128&&(y&192)===128&&(x&192)===128&&(h=(o&15)<<18|(l&63)<<12|(y&63)<<6|x&63,h>65535&&h<1114112&&(a=h))}}a===null?(a=65533,m=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=m}return we(n)}var Ar=4096;function we(t){var r=t.length;if(r<=Ar)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=Ar));return e}function Ee(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 Ie(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 Ae(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+=ve[t[o]];return i}function Fe(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}p.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,p.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")}p.prototype.readUintLE=p.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};p.prototype.readUintBE=p.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};p.prototype.readUint8=p.prototype.readUInt8=function(r,e){return r=r>>>0,e||T(r,1,this.length),this[r]};p.prototype.readUint16LE=p.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||T(r,2,this.length),this[r]|this[r+1]<<8};p.prototype.readUint16BE=p.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||T(r,2,this.length),this[r]<<8|this[r+1]};p.prototype.readUint32LE=p.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};p.prototype.readUint32BE=p.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])};p.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};p.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};p.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]};p.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};p.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};p.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};p.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]};p.prototype.readFloatLE=function(r,e){return r=r>>>0,e||T(r,4,this.length),M.read(this,r,!0,23,4)};p.prototype.readFloatBE=function(r,e){return r=r>>>0,e||T(r,4,this.length),M.read(this,r,!1,23,4)};p.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||T(r,8,this.length),M.read(this,r,!0,52,8)};p.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||T(r,8,this.length),M.read(this,r,!1,52,8)};function d(t,r,e,n,i,o){if(!p.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")}p.prototype.writeUintLE=p.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;d(this,r,e,n,o,0)}var a=1,m=0;for(this[e]=r&255;++m<n&&(a*=256);)this[e+m]=r/a&255;return e+n};p.prototype.writeUintBE=p.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;d(this,r,e,n,o,0)}var a=n-1,m=1;for(this[e+a]=r&255;--a>=0&&(m*=256);)this[e+a]=r/m&255;return e+n};p.prototype.writeUint8=p.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||d(this,r,e,1,255,0),this[e]=r&255,e+1};p.prototype.writeUint16LE=p.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||d(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};p.prototype.writeUint16BE=p.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||d(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};p.prototype.writeUint32LE=p.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||d(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};p.prototype.writeUint32BE=p.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||d(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};p.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);d(this,r,e,n,o-1,-o)}var a=0,m=1,l=0;for(this[e]=r&255;++a<n&&(m*=256);)r<0&&l===0&&this[e+a-1]!==0&&(l=1),this[e+a]=(r/m>>0)-l&255;return e+n};p.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);d(this,r,e,n,o-1,-o)}var a=n-1,m=1,l=0;for(this[e+a]=r&255;--a>=0&&(m*=256);)r<0&&l===0&&this[e+a+1]!==0&&(l=1),this[e+a]=(r/m>>0)-l&255;return e+n};p.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||d(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};p.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||d(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};p.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||d(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};p.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||d(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};p.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||d(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 vr(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 Ur(t,r,e,n,i){return r=+r,e=e>>>0,i||vr(t,r,e,4,34028234663852886e22,-34028234663852886e22),M.write(t,r,e,n,23,4),e+4}p.prototype.writeFloatLE=function(r,e,n){return Ur(this,r,e,!0,n)};p.prototype.writeFloatBE=function(r,e,n){return Ur(this,r,e,!1,n)};function Pr(t,r,e,n,i){return r=+r,e=e>>>0,i||vr(t,r,e,8,17976931348623157e292,-17976931348623157e292),M.write(t,r,e,n,52,8),e+8}p.prototype.writeDoubleLE=function(r,e,n){return Pr(this,r,e,!0,n)};p.prototype.writeDoubleBE=function(r,e,n){return Pr(this,r,e,!1,n)};p.prototype.copy=function(r,e,n,i){if(!p.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};p.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"&&!p.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 m=p.isBuffer(r)?r:p.from(r,i),l=m.length;if(l===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<n-e;++a)this[a+e]=m[a%l]}return this};var Se=/[^+/0-9A-Za-z-_]/g;function Be(t){if(t=t.split("=")[0],t=t.trim().replace(Se,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function sr(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 Re(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function be(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 Dr(t){return ar.toByteArray(Be(t))}function K(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 R(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function mr(t){return t!==t}var ve=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 kr=Y((ze,Mr)=>{u();var g=Mr.exports={},b,v;function lr(){throw new Error("setTimeout has not been defined")}function hr(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?b=setTimeout:b=lr}catch(t){b=lr}try{typeof clearTimeout=="function"?v=clearTimeout:v=hr}catch(t){v=hr}})();function Cr(t){if(b===setTimeout)return setTimeout(t,0);if((b===lr||!b)&&setTimeout)return b=setTimeout,setTimeout(t,0);try{return b(t,0)}catch(r){try{return b.call(null,t,0)}catch(e){return b.call(this,t,0)}}}function Ue(t){if(v===clearTimeout)return clearTimeout(t);if((v===hr||!v)&&clearTimeout)return v=clearTimeout,clearTimeout(t);try{return v(t)}catch(r){try{return v.call(null,t)}catch(e){return v.call(this,t)}}}var P=[],O=!1,L,$=-1;function Pe(){!O||!L||(O=!1,L.length?P=L.concat(P):$=-1,P.length&&Lr())}function Lr(){if(!O){var t=Cr(Pe);O=!0;for(var r=P.length;r;){for(L=P,P=[];++$<r;)L&&L[$].run();$=-1,r=P.length}L=null,O=!1,Ue(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];P.push(new _r(t,r)),P.length===1&&!O&&Cr(Lr)};function _r(t,r){this.fun=t,this.array=r}_r.prototype.run=function(){this.fun.apply(null,this.array)};g.title="browser";g.browser=!0;g.env={};g.argv=[];g.version="";g.versions={};function D(){}g.on=D;g.addListener=D;g.once=D;g.off=D;g.removeListener=D;g.removeAllListeners=D;g.emit=D;g.prependListener=D;g.prependOnceListener=D;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 s,c,Je,u=zr(()=>{s=S(Nr()),c=S(kr()),Je=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 Ye={};Jr(Ye,{applyValidationSchemaRules:()=>W,getAmountRequiredRule:()=>tr,getInputInsufficientFundsRule:()=>nr,getIsValidNumberRule:()=>rr,getMinAmountRule:()=>er,getTokenRequiredRule:()=>q,getTooManyDecimalsRule:()=>H,useSwapValidationSchema:()=>je});module.exports=Qr(Ye);u();u();u();var V=require("yup");u();u();u();var E=require("@multiversx/sdk-core");u();u();var F=require("@multiversx/sdk-dapp/out/constants/mvx.constants"),De=require("@multiversx/sdk-dapp/out/constants/network.constants");u();var Ne=require("@multiversx/sdk-dapp/out/types/enums.types");u();var Or=require("@multiversx/sdk-dapp/out/utils/decoders/base64Utils");u();var Vr=require("@multiversx/sdk-dapp/out/store/store"),Gr=require("@multiversx/sdk-dapp/out/store/selectors/accountSelectors");u();var G=require("@multiversx/sdk-dapp-utils/out/constants"),z=require("@multiversx/sdk-dapp-utils/out/helpers/formatAmount"),J=require("@multiversx/sdk-dapp-utils/out/helpers/parseAmount"),Q=require("@multiversx/sdk-dapp-utils/out/helpers/stringIsFloat"),qr=require("@multiversx/sdk-dapp-utils/out/helpers/stringIsInteger");var rr=()=>({name:"isValidNumber",message:"Only digits and one . allowed",test:t=>!t||t===""?!0:Boolean(t&&(0,Q.stringIsFloat)(t))});u();var er=({minAcceptedAmount:t})=>({name:"minAmount",message:`Minimum amount: ${t}`,test:r=>r&&t?parseFloat(r)>=t:!0});u();var tr=()=>({name:"amount",message:"Amount required",test:t=>Boolean(t)});u();var yr=S(require("bignumber.js"));var nr=t=>({name:"funds",message:"Insufficient funds",test:r=>{var e;if(r&&t&&t.balance!=null){let n=(0,J.parseAmount)(r.toString(),t.decimals),i=new yr.default(n);return new yr.default((e=t.balance)!=null?e:"0").isGreaterThanOrEqualTo(i)}return!0}});u();var q=t=>({name:"token",message:"Token required",test:()=>Boolean(t)});u();u();u();var Le=S(require("bignumber.js"));u();u();u();u();var _e=S(require("bignumber.js"));u();u();u();u();u();u();u();u();u();u();u();var Hr=(t,r)=>{var a;if(!(t.indexOf(".")>=0))return!0;let n=r!=null?r:G.DECIMALS;return((a=t.split(".").pop())!=null?a:"").length<=n};u();u();u();u();u();u();var ke=S(require("bignumber.js"));u();u();u();u();u();var Ve=S(require("bignumber.js"));u();var Ge=require("bignumber.js");u();u();var qe=S(require("bignumber.js"));u();var He=S(require("bignumber.js"));u();var We=S(require("bignumber.js"));u();var H=t=>({name:"decimals",message:"Too many decimals or value too small",test:r=>Hr(String(r),t==null?void 0:t.decimals)});u();u();var W=(t,r)=>(r.forEach(({name:e,message:n,test:i})=>{t=t.test(e,n,i)}),t);var je=({firstToken:t,secondToken:r,minAcceptedAmount:e,firstTokenValidations:n=[],secondTokenValidations:i=[]})=>{let o=[tr(),rr(),er({minAcceptedAmount:e})],a=[q(t==null?void 0:t.value),nr(t==null?void 0:t.token),H(t==null?void 0:t.token),...n],m=W((0,V.string)(),[...o,...a]),l=[q(r==null?void 0:r.value),H(r==null?void 0:r.token),...i],y=W((0,V.string)(),[...o,...l]);return(0,V.object)().shape({firstAmount:m,secondAmount:y,activeRoute:(0,V.object)().required("Required")})};u();u();u();u();u();u();0&&(module.exports={applyValidationSchemaRules,getAmountRequiredRule,getInputInsufficientFundsRule,getIsValidNumberRule,getMinAmountRule,getTokenRequiredRule,getTooManyDecimalsRule,useSwapValidationSchema});
/*!
* 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