@raydium-io/raydium-sdk-v2
Version:
An SDK for building applications on top of Raydium.
1 lines • 231 kB
JavaScript
var gs=Object.defineProperty,Ps=Object.defineProperties;var As=Object.getOwnPropertyDescriptors;var On=Object.getOwnPropertySymbols;var Mo=Object.prototype.hasOwnProperty,Fo=Object.prototype.propertyIsEnumerable;var Oo=(o,e,t)=>e in o?gs(o,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):o[e]=t,G=(o,e)=>{for(var t in e||(e={}))Mo.call(e,t)&&Oo(o,t,e[t]);if(On)for(var t of On(e))Fo.call(e,t)&&Oo(o,t,e[t]);return o},Q=(o,e)=>Ps(o,As(e));var Ct=(o,e)=>{var t={};for(var n in o)Mo.call(o,n)&&e.indexOf(n)<0&&(t[n]=o[n]);if(o!=null&&On)for(var n of On(o))e.indexOf(n)<0&&Fo.call(o,n)&&(t[n]=o[n]);return t};import{PublicKey as ue,SystemProgram as Pc}from"@solana/web3.js";import{createTransferInstruction as bs,TOKEN_PROGRAM_ID as ce,TOKEN_2022_PROGRAM_ID as un,createAssociatedTokenAccountIdempotentInstruction as Co,createSyncNativeInstruction as Ac}from"@solana/spl-token";import Ne from"bn.js";var Zt=9e15,Ot=1e9,Ii="0123456789abcdef",Fn="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",vn="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",xi={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-Zt,maxE:Zt,crypto:!1},_o,kt,j=!0,Wn="[DecimalError] ",Rt=Wn+"Invalid argument: ",Vo=Wn+"Precision limit exceeded",Do=Wn+"crypto unavailable",qo="[object Decimal]",De=Math.floor,Le=Math.pow,ks=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,ws=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,hs=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,Go=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,at=1e7,Y=7,Ts=9007199254740991,Bs=Fn.length-1,Si=vn.length-1,C={toStringTag:qo};C.absoluteValue=C.abs=function(){var o=new this.constructor(this);return o.s<0&&(o.s=1),U(o)};C.ceil=function(){return U(new this.constructor(this),this.e+1,2)};C.clampedTo=C.clamp=function(o,e){var t,n=this,i=n.constructor;if(o=new i(o),e=new i(e),!o.s||!e.s)return new i(NaN);if(o.gt(e))throw Error(Rt+e);return t=n.cmp(o),t<0?o:n.cmp(e)>0?e:new i(n)};C.comparedTo=C.cmp=function(o){var e,t,n,i,r=this,s=r.d,a=(o=new r.constructor(o)).d,c=r.s,u=o.s;if(!s||!a)return!c||!u?NaN:c!==u?c:s===a?0:!s^c<0?1:-1;if(!s[0]||!a[0])return s[0]?c:a[0]?-u:0;if(c!==u)return c;if(r.e!==o.e)return r.e>o.e^c<0?1:-1;for(n=s.length,i=a.length,e=0,t=n<i?n:i;e<t;++e)if(s[e]!==a[e])return s[e]>a[e]^c<0?1:-1;return n===i?0:n>i^c<0?1:-1};C.cosine=C.cos=function(){var o,e,t=this,n=t.constructor;return t.d?t.d[0]?(o=n.precision,e=n.rounding,n.precision=o+Math.max(t.e,t.sd())+Y,n.rounding=1,t=Is(n,Ho(n,t)),n.precision=o,n.rounding=e,U(kt==2||kt==3?t.neg():t,o,e,!0)):new n(1):new n(NaN)};C.cubeRoot=C.cbrt=function(){var o,e,t,n,i,r,s,a,c,u,l=this,p=l.constructor;if(!l.isFinite()||l.isZero())return new p(l);for(j=!1,r=l.s*Le(l.s*l,1/3),!r||Math.abs(r)==1/0?(t=We(l.d),o=l.e,(r=(o-t.length+1)%3)&&(t+=r==1||r==-2?"0":"00"),r=Le(t,1/3),o=De((o+1)/3)-(o%3==(o<0?-1:2)),r==1/0?t="5e"+o:(t=r.toExponential(),t=t.slice(0,t.indexOf("e")+1)+o),n=new p(t),n.s=l.s):n=new p(r.toString()),s=(o=p.precision)+3;;)if(a=n,c=a.times(a).times(a),u=c.plus(l),n=le(u.plus(l).times(a),u.plus(c),s+2,1),We(a.d).slice(0,s)===(t=We(n.d)).slice(0,s))if(t=t.slice(s-3,s+1),t=="9999"||!i&&t=="4999"){if(!i&&(U(a,o+1,0),a.times(a).times(a).eq(l))){n=a;break}s+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(U(n,o+1,1),e=!n.times(n).times(n).eq(l));break}return j=!0,U(n,o,p.rounding,e)};C.decimalPlaces=C.dp=function(){var o,e=this.d,t=NaN;if(e){if(o=e.length-1,t=(o-De(this.e/Y))*Y,o=e[o],o)for(;o%10==0;o/=10)t--;t<0&&(t=0)}return t};C.dividedBy=C.div=function(o){return le(this,new this.constructor(o))};C.dividedToIntegerBy=C.divToInt=function(o){var e=this,t=e.constructor;return U(le(e,new t(o),0,1,1),t.precision,t.rounding)};C.equals=C.eq=function(o){return this.cmp(o)===0};C.floor=function(){return U(new this.constructor(this),this.e+1,3)};C.greaterThan=C.gt=function(o){return this.cmp(o)>0};C.greaterThanOrEqualTo=C.gte=function(o){var e=this.cmp(o);return e==1||e===0};C.hyperbolicCosine=C.cosh=function(){var o,e,t,n,i,r=this,s=r.constructor,a=new s(1);if(!r.isFinite())return new s(r.s?1/0:NaN);if(r.isZero())return a;t=s.precision,n=s.rounding,s.precision=t+Math.max(r.e,r.sd())+4,s.rounding=1,i=r.d.length,i<32?(o=Math.ceil(i/3),e=(1/Vn(4,o)).toString()):(o=16,e="2.3283064365386962890625e-10"),r=jt(s,1,r.times(e),new s(1),!0);for(var c,u=o,l=new s(8);u--;)c=r.times(r),r=a.minus(c.times(l.minus(c.times(l))));return U(r,s.precision=t,s.rounding=n,!0)};C.hyperbolicSine=C.sinh=function(){var o,e,t,n,i=this,r=i.constructor;if(!i.isFinite()||i.isZero())return new r(i);if(e=r.precision,t=r.rounding,r.precision=e+Math.max(i.e,i.sd())+4,r.rounding=1,n=i.d.length,n<3)i=jt(r,2,i,i,!0);else{o=1.4*Math.sqrt(n),o=o>16?16:o|0,i=i.times(1/Vn(5,o)),i=jt(r,2,i,i,!0);for(var s,a=new r(5),c=new r(16),u=new r(20);o--;)s=i.times(i),i=i.times(a.plus(s.times(c.times(s).plus(u))))}return r.precision=e,r.rounding=t,U(i,e,t,!0)};C.hyperbolicTangent=C.tanh=function(){var o,e,t=this,n=t.constructor;return t.isFinite()?t.isZero()?new n(t):(o=n.precision,e=n.rounding,n.precision=o+7,n.rounding=1,le(t.sinh(),t.cosh(),n.precision=o,n.rounding=e)):new n(t.s)};C.inverseCosine=C.acos=function(){var o,e=this,t=e.constructor,n=e.abs().cmp(1),i=t.precision,r=t.rounding;return n!==-1?n===0?e.isNeg()?st(t,i,r):new t(0):new t(NaN):e.isZero()?st(t,i+4,r).times(.5):(t.precision=i+6,t.rounding=1,e=e.asin(),o=st(t,i+4,r).times(.5),t.precision=i,t.rounding=r,o.minus(e))};C.inverseHyperbolicCosine=C.acosh=function(){var o,e,t=this,n=t.constructor;return t.lte(1)?new n(t.eq(1)?0:NaN):t.isFinite()?(o=n.precision,e=n.rounding,n.precision=o+Math.max(Math.abs(t.e),t.sd())+4,n.rounding=1,j=!1,t=t.times(t).minus(1).sqrt().plus(t),j=!0,n.precision=o,n.rounding=e,t.ln()):new n(t)};C.inverseHyperbolicSine=C.asinh=function(){var o,e,t=this,n=t.constructor;return!t.isFinite()||t.isZero()?new n(t):(o=n.precision,e=n.rounding,n.precision=o+2*Math.max(Math.abs(t.e),t.sd())+6,n.rounding=1,j=!1,t=t.times(t).plus(1).sqrt().plus(t),j=!0,n.precision=o,n.rounding=e,t.ln())};C.inverseHyperbolicTangent=C.atanh=function(){var o,e,t,n,i=this,r=i.constructor;return i.isFinite()?i.e>=0?new r(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(o=r.precision,e=r.rounding,n=i.sd(),Math.max(n,o)<2*-i.e-1?U(new r(i),o,e,!0):(r.precision=t=n-i.e,i=le(i.plus(1),new r(1).minus(i),t+o,1),r.precision=o+4,r.rounding=1,i=i.ln(),r.precision=o,r.rounding=e,i.times(.5))):new r(NaN)};C.inverseSine=C.asin=function(){var o,e,t,n,i=this,r=i.constructor;return i.isZero()?new r(i):(e=i.abs().cmp(1),t=r.precision,n=r.rounding,e!==-1?e===0?(o=st(r,t+4,n).times(.5),o.s=i.s,o):new r(NaN):(r.precision=t+6,r.rounding=1,i=i.div(new r(1).minus(i.times(i)).sqrt().plus(1)).atan(),r.precision=t,r.rounding=n,i.times(2)))};C.inverseTangent=C.atan=function(){var o,e,t,n,i,r,s,a,c,u=this,l=u.constructor,p=l.precision,m=l.rounding;if(u.isFinite()){if(u.isZero())return new l(u);if(u.abs().eq(1)&&p+4<=Si)return s=st(l,p+4,m).times(.25),s.s=u.s,s}else{if(!u.s)return new l(NaN);if(p+4<=Si)return s=st(l,p+4,m).times(.5),s.s=u.s,s}for(l.precision=a=p+10,l.rounding=1,t=Math.min(28,a/Y+2|0),o=t;o;--o)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(j=!1,e=Math.ceil(a/Y),n=1,c=u.times(u),s=new l(u),i=u;o!==-1;)if(i=i.times(c),r=s.minus(i.div(n+=2)),i=i.times(c),s=r.plus(i.div(n+=2)),s.d[e]!==void 0)for(o=e;s.d[o]===r.d[o]&&o--;);return t&&(s=s.times(2<<t-1)),j=!0,U(s,l.precision=p,l.rounding=m,!0)};C.isFinite=function(){return!!this.d};C.isInteger=C.isInt=function(){return!!this.d&&De(this.e/Y)>this.d.length-2};C.isNaN=function(){return!this.s};C.isNegative=C.isNeg=function(){return this.s<0};C.isPositive=C.isPos=function(){return this.s>0};C.isZero=function(){return!!this.d&&this.d[0]===0};C.lessThan=C.lt=function(o){return this.cmp(o)<0};C.lessThanOrEqualTo=C.lte=function(o){return this.cmp(o)<1};C.logarithm=C.log=function(o){var e,t,n,i,r,s,a,c,u=this,l=u.constructor,p=l.precision,m=l.rounding,d=5;if(o==null)o=new l(10),e=!0;else{if(o=new l(o),t=o.d,o.s<0||!t||!t[0]||o.eq(1))return new l(NaN);e=o.eq(10)}if(t=u.d,u.s<0||!t||!t[0]||u.eq(1))return new l(t&&!t[0]?-1/0:u.s!=1?NaN:t?0:1/0);if(e)if(t.length>1)r=!0;else{for(i=t[0];i%10===0;)i/=10;r=i!==1}if(j=!1,a=p+d,s=Lt(u,a),n=e?En(l,a+10):Lt(o,a),c=le(s,n,a,1),cn(c.d,i=p,m))do if(a+=10,s=Lt(u,a),n=e?En(l,a+10):Lt(o,a),c=le(s,n,a,1),!r){+We(c.d).slice(i+1,i+15)+1==1e14&&(c=U(c,p+1,0));break}while(cn(c.d,i+=10,m));return j=!0,U(c,p,m)};C.minus=C.sub=function(o){var e,t,n,i,r,s,a,c,u,l,p,m,d=this,f=d.constructor;if(o=new f(o),!d.d||!o.d)return!d.s||!o.s?o=new f(NaN):d.d?o.s=-o.s:o=new f(o.d||d.s!==o.s?d:NaN),o;if(d.s!=o.s)return o.s=-o.s,d.plus(o);if(u=d.d,m=o.d,a=f.precision,c=f.rounding,!u[0]||!m[0]){if(m[0])o.s=-o.s;else if(u[0])o=new f(d);else return new f(c===3?-0:0);return j?U(o,a,c):o}if(t=De(o.e/Y),l=De(d.e/Y),u=u.slice(),r=l-t,r){for(p=r<0,p?(e=u,r=-r,s=m.length):(e=m,t=l,s=u.length),n=Math.max(Math.ceil(a/Y),s)+2,r>n&&(r=n,e.length=1),e.reverse(),n=r;n--;)e.push(0);e.reverse()}else{for(n=u.length,s=m.length,p=n<s,p&&(s=n),n=0;n<s;n++)if(u[n]!=m[n]){p=u[n]<m[n];break}r=0}for(p&&(e=u,u=m,m=e,o.s=-o.s),s=u.length,n=m.length-s;n>0;--n)u[s++]=0;for(n=m.length;n>r;){if(u[--n]<m[n]){for(i=n;i&&u[--i]===0;)u[i]=at-1;--u[i],u[n]+=at}u[n]-=m[n]}for(;u[--s]===0;)u.pop();for(;u[0]===0;u.shift())--t;return u[0]?(o.d=u,o.e=_n(u,t),j?U(o,a,c):o):new f(c===3?-0:0)};C.modulo=C.mod=function(o){var e,t=this,n=t.constructor;return o=new n(o),!t.d||!o.s||o.d&&!o.d[0]?new n(NaN):!o.d||t.d&&!t.d[0]?U(new n(t),n.precision,n.rounding):(j=!1,n.modulo==9?(e=le(t,o.abs(),0,3,1),e.s*=o.s):e=le(t,o,0,n.modulo,1),e=e.times(o),j=!0,t.minus(e))};C.naturalExponential=C.exp=function(){return Ki(this)};C.naturalLogarithm=C.ln=function(){return Lt(this)};C.negated=C.neg=function(){var o=new this.constructor(this);return o.s=-o.s,U(o)};C.plus=C.add=function(o){var e,t,n,i,r,s,a,c,u,l,p=this,m=p.constructor;if(o=new m(o),!p.d||!o.d)return!p.s||!o.s?o=new m(NaN):p.d||(o=new m(o.d||p.s===o.s?p:NaN)),o;if(p.s!=o.s)return o.s=-o.s,p.minus(o);if(u=p.d,l=o.d,a=m.precision,c=m.rounding,!u[0]||!l[0])return l[0]||(o=new m(p)),j?U(o,a,c):o;if(r=De(p.e/Y),n=De(o.e/Y),u=u.slice(),i=r-n,i){for(i<0?(t=u,i=-i,s=l.length):(t=l,n=r,s=u.length),r=Math.ceil(a/Y),s=r>s?r+1:s+1,i>s&&(i=s,t.length=1),t.reverse();i--;)t.push(0);t.reverse()}for(s=u.length,i=l.length,s-i<0&&(i=s,t=l,l=u,u=t),e=0;i;)e=(u[--i]=u[i]+l[i]+e)/at|0,u[i]%=at;for(e&&(u.unshift(e),++n),s=u.length;u[--s]==0;)u.pop();return o.d=u,o.e=_n(u,n),j?U(o,a,c):o};C.precision=C.sd=function(o){var e,t=this;if(o!==void 0&&o!==!!o&&o!==1&&o!==0)throw Error(Rt+o);return t.d?(e=Uo(t.d),o&&t.e+1>e&&(e=t.e+1)):e=NaN,e};C.round=function(){var o=this,e=o.constructor;return U(new e(o),o.e+1,e.rounding)};C.sine=C.sin=function(){var o,e,t=this,n=t.constructor;return t.isFinite()?t.isZero()?new n(t):(o=n.precision,e=n.rounding,n.precision=o+Math.max(t.e,t.sd())+Y,n.rounding=1,t=Ss(n,Ho(n,t)),n.precision=o,n.rounding=e,U(kt>2?t.neg():t,o,e,!0)):new n(NaN)};C.squareRoot=C.sqrt=function(){var o,e,t,n,i,r,s=this,a=s.d,c=s.e,u=s.s,l=s.constructor;if(u!==1||!a||!a[0])return new l(!u||u<0&&(!a||a[0])?NaN:a?s:1/0);for(j=!1,u=Math.sqrt(+s),u==0||u==1/0?(e=We(a),(e.length+c)%2==0&&(e+="0"),u=Math.sqrt(e),c=De((c+1)/2)-(c<0||c%2),u==1/0?e="5e"+c:(e=u.toExponential(),e=e.slice(0,e.indexOf("e")+1)+c),n=new l(e)):n=new l(u.toString()),t=(c=l.precision)+3;;)if(r=n,n=r.plus(le(s,r,t+2,1)).times(.5),We(r.d).slice(0,t)===(e=We(n.d)).slice(0,t))if(e=e.slice(t-3,t+1),e=="9999"||!i&&e=="4999"){if(!i&&(U(r,c+1,0),r.times(r).eq(s))){n=r;break}t+=4,i=1}else{(!+e||!+e.slice(1)&&e.charAt(0)=="5")&&(U(n,c+1,1),o=!n.times(n).eq(s));break}return j=!0,U(n,c,l.rounding,o)};C.tangent=C.tan=function(){var o,e,t=this,n=t.constructor;return t.isFinite()?t.isZero()?new n(t):(o=n.precision,e=n.rounding,n.precision=o+10,n.rounding=1,t=t.sin(),t.s=1,t=le(t,new n(1).minus(t.times(t)).sqrt(),o+10,0),n.precision=o,n.rounding=e,U(kt==2||kt==4?t.neg():t,o,e,!0)):new n(NaN)};C.times=C.mul=function(o){var e,t,n,i,r,s,a,c,u,l=this,p=l.constructor,m=l.d,d=(o=new p(o)).d;if(o.s*=l.s,!m||!m[0]||!d||!d[0])return new p(!o.s||m&&!m[0]&&!d||d&&!d[0]&&!m?NaN:!m||!d?o.s/0:o.s*0);for(t=De(l.e/Y)+De(o.e/Y),c=m.length,u=d.length,c<u&&(r=m,m=d,d=r,s=c,c=u,u=s),r=[],s=c+u,n=s;n--;)r.push(0);for(n=u;--n>=0;){for(e=0,i=c+n;i>n;)a=r[i]+d[n]*m[i-n-1]+e,r[i--]=a%at|0,e=a/at|0;r[i]=(r[i]+e)%at|0}for(;!r[--s];)r.pop();return e?++t:r.shift(),o.d=r,o.e=_n(r,t),j?U(o,p.precision,p.rounding):o};C.toBinary=function(o,e){return Ni(this,2,o,e)};C.toDecimalPlaces=C.toDP=function(o,e){var t=this,n=t.constructor;return t=new n(t),o===void 0?t:(Ye(o,0,Ot),e===void 0?e=n.rounding:Ye(e,0,8),U(t,o+t.e+1,e))};C.toExponential=function(o,e){var t,n=this,i=n.constructor;return o===void 0?t=pt(n,!0):(Ye(o,0,Ot),e===void 0?e=i.rounding:Ye(e,0,8),n=U(new i(n),o+1,e),t=pt(n,!0,o+1)),n.isNeg()&&!n.isZero()?"-"+t:t};C.toFixed=function(o,e){var t,n,i=this,r=i.constructor;return o===void 0?t=pt(i):(Ye(o,0,Ot),e===void 0?e=r.rounding:Ye(e,0,8),n=U(new r(i),o+i.e+1,e),t=pt(n,!1,o+n.e+1)),i.isNeg()&&!i.isZero()?"-"+t:t};C.toFraction=function(o){var e,t,n,i,r,s,a,c,u,l,p,m,d=this,f=d.d,b=d.constructor;if(!f)return new b(d);if(u=t=new b(1),n=c=new b(0),e=new b(n),r=e.e=Uo(f)-d.e-1,s=r%Y,e.d[0]=Le(10,s<0?Y+s:s),o==null)o=r>0?e:u;else{if(a=new b(o),!a.isInt()||a.lt(u))throw Error(Rt+a);o=a.gt(e)?r>0?e:u:a}for(j=!1,a=new b(We(f)),l=b.precision,b.precision=r=f.length*Y*2;p=le(a,e,0,1,1),i=t.plus(p.times(n)),i.cmp(o)!=1;)t=n,n=i,i=u,u=c.plus(p.times(i)),c=i,i=e,e=a.minus(p.times(i)),a=i;return i=le(o.minus(t),n,0,1,1),c=c.plus(i.times(u)),t=t.plus(i.times(n)),c.s=u.s=d.s,m=le(u,n,r,1).minus(d).abs().cmp(le(c,t,r,1).minus(d).abs())<1?[u,n]:[c,t],b.precision=l,j=!0,m};C.toHexadecimal=C.toHex=function(o,e){return Ni(this,16,o,e)};C.toNearest=function(o,e){var t=this,n=t.constructor;if(t=new n(t),o==null){if(!t.d)return t;o=new n(1),e=n.rounding}else{if(o=new n(o),e===void 0?e=n.rounding:Ye(e,0,8),!t.d)return o.s?t:o;if(!o.d)return o.s&&(o.s=t.s),o}return o.d[0]?(j=!1,t=le(t,o,0,e,1).times(o),j=!0,U(t)):(o.s=t.s,t=o),t};C.toNumber=function(){return+this};C.toOctal=function(o,e){return Ni(this,8,o,e)};C.toPower=C.pow=function(o){var e,t,n,i,r,s,a=this,c=a.constructor,u=+(o=new c(o));if(!a.d||!o.d||!a.d[0]||!o.d[0])return new c(Le(+a,u));if(a=new c(a),a.eq(1))return a;if(n=c.precision,r=c.rounding,o.eq(1))return U(a,n,r);if(e=De(o.e/Y),e>=o.d.length-1&&(t=u<0?-u:u)<=Ts)return i=Xo(c,a,t,n),o.s<0?new c(1).div(i):U(i,n,r);if(s=a.s,s<0){if(e<o.d.length-1)return new c(NaN);if((o.d[e]&1)==0&&(s=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=s,a}return t=Le(+a,u),e=t==0||!isFinite(t)?De(u*(Math.log("0."+We(a.d))/Math.LN10+a.e+1)):new c(t+"").e,e>c.maxE+1||e<c.minE-1?new c(e>0?s/0:0):(j=!1,c.rounding=a.s=1,t=Math.min(12,(e+"").length),i=Ki(o.times(Lt(a,n+t)),n),i.d&&(i=U(i,n+5,1),cn(i.d,n,r)&&(e=n+10,i=U(Ki(o.times(Lt(a,e+t)),e),e+5,1),+We(i.d).slice(n+1,n+15)+1==1e14&&(i=U(i,n+1,0)))),i.s=s,j=!0,c.rounding=r,U(i,n,r))};C.toPrecision=function(o,e){var t,n=this,i=n.constructor;return o===void 0?t=pt(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(Ye(o,1,Ot),e===void 0?e=i.rounding:Ye(e,0,8),n=U(new i(n),o,e),t=pt(n,o<=n.e||n.e<=i.toExpNeg,o)),n.isNeg()&&!n.isZero()?"-"+t:t};C.toSignificantDigits=C.toSD=function(o,e){var t=this,n=t.constructor;return o===void 0?(o=n.precision,e=n.rounding):(Ye(o,1,Ot),e===void 0?e=n.rounding:Ye(e,0,8)),U(new n(t),o,e)};C.toString=function(){var o=this,e=o.constructor,t=pt(o,o.e<=e.toExpNeg||o.e>=e.toExpPos);return o.isNeg()&&!o.isZero()?"-"+t:t};C.truncated=C.trunc=function(){return U(new this.constructor(this),this.e+1,1)};C.valueOf=C.toJSON=function(){var o=this,e=o.constructor,t=pt(o,o.e<=e.toExpNeg||o.e>=e.toExpPos);return o.isNeg()?"-"+t:t};function We(o){var e,t,n,i=o.length-1,r="",s=o[0];if(i>0){for(r+=s,e=1;e<i;e++)n=o[e]+"",t=Y-n.length,t&&(r+=Nt(t)),r+=n;s=o[e],n=s+"",t=Y-n.length,t&&(r+=Nt(t))}else if(s===0)return"0";for(;s%10===0;)s/=10;return r+s}function Ye(o,e,t){if(o!==~~o||o<e||o>t)throw Error(Rt+o)}function cn(o,e,t,n){var i,r,s,a;for(r=o[0];r>=10;r/=10)--e;return--e<0?(e+=Y,i=0):(i=Math.ceil((e+1)/Y),e%=Y),r=Le(10,Y-e),a=o[i]%r|0,n==null?e<3?(e==0?a=a/100|0:e==1&&(a=a/10|0),s=t<4&&a==99999||t>3&&a==49999||a==5e4||a==0):s=(t<4&&a+1==r||t>3&&a+1==r/2)&&(o[i+1]/r/100|0)==Le(10,e-2)-1||(a==r/2||a==0)&&(o[i+1]/r/100|0)==0:e<4?(e==0?a=a/1e3|0:e==1?a=a/100|0:e==2&&(a=a/10|0),s=(n||t<4)&&a==9999||!n&&t>3&&a==4999):s=((n||t<4)&&a+1==r||!n&&t>3&&a+1==r/2)&&(o[i+1]/r/1e3|0)==Le(10,e-3)-1,s}function Mn(o,e,t){for(var n,i=[0],r,s=0,a=o.length;s<a;){for(r=i.length;r--;)i[r]*=e;for(i[0]+=Ii.indexOf(o.charAt(s++)),n=0;n<i.length;n++)i[n]>t-1&&(i[n+1]===void 0&&(i[n+1]=0),i[n+1]+=i[n]/t|0,i[n]%=t)}return i.reverse()}function Is(o,e){var t,n,i;if(e.isZero())return e;n=e.d.length,n<32?(t=Math.ceil(n/3),i=(1/Vn(4,t)).toString()):(t=16,i="2.3283064365386962890625e-10"),o.precision+=t,e=jt(o,1,e.times(i),new o(1));for(var r=t;r--;){var s=e.times(e);e=s.times(s).minus(s).times(8).plus(1)}return o.precision-=t,e}var le=function(){function o(n,i,r){var s,a=0,c=n.length;for(n=n.slice();c--;)s=n[c]*i+a,n[c]=s%r|0,a=s/r|0;return a&&n.unshift(a),n}function e(n,i,r,s){var a,c;if(r!=s)c=r>s?1:-1;else for(a=c=0;a<r;a++)if(n[a]!=i[a]){c=n[a]>i[a]?1:-1;break}return c}function t(n,i,r,s){for(var a=0;r--;)n[r]-=a,a=n[r]<i[r]?1:0,n[r]=a*s+n[r]-i[r];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,r,s,a,c){var u,l,p,m,d,f,b,y,g,k,w,h,T,A,x,I,R,B,L,V,O=n.constructor,z=n.s==i.s?1:-1,D=n.d,E=i.d;if(!D||!D[0]||!E||!E[0])return new O(!n.s||!i.s||(D?E&&D[0]==E[0]:!E)?NaN:D&&D[0]==0||!E?z*0:z/0);for(c?(d=1,l=n.e-i.e):(c=at,d=Y,l=De(n.e/d)-De(i.e/d)),L=E.length,R=D.length,g=new O(z),k=g.d=[],p=0;E[p]==(D[p]||0);p++);if(E[p]>(D[p]||0)&&l--,r==null?(A=r=O.precision,s=O.rounding):a?A=r+(n.e-i.e)+1:A=r,A<0)k.push(1),f=!0;else{if(A=A/d+2|0,p=0,L==1){for(m=0,E=E[0],A++;(p<R||m)&&A--;p++)x=m*c+(D[p]||0),k[p]=x/E|0,m=x%E|0;f=m||p<R}else{for(m=c/(E[0]+1)|0,m>1&&(E=o(E,m,c),D=o(D,m,c),L=E.length,R=D.length),I=L,w=D.slice(0,L),h=w.length;h<L;)w[h++]=0;V=E.slice(),V.unshift(0),B=E[0],E[1]>=c/2&&++B;do m=0,u=e(E,w,L,h),u<0?(T=w[0],L!=h&&(T=T*c+(w[1]||0)),m=T/B|0,m>1?(m>=c&&(m=c-1),b=o(E,m,c),y=b.length,h=w.length,u=e(b,w,y,h),u==1&&(m--,t(b,L<y?V:E,y,c))):(m==0&&(u=m=1),b=E.slice()),y=b.length,y<h&&b.unshift(0),t(w,b,h,c),u==-1&&(h=w.length,u=e(E,w,L,h),u<1&&(m++,t(w,L<h?V:E,h,c))),h=w.length):u===0&&(m++,w=[0]),k[p++]=m,u&&w[0]?w[h++]=D[I]||0:(w=[D[I]],h=1);while((I++<R||w[0]!==void 0)&&A--);f=w[0]!==void 0}k[0]||k.shift()}if(d==1)g.e=l,_o=f;else{for(p=1,m=k[0];m>=10;m/=10)p++;g.e=p+l*d-1,U(g,a?r+g.e+1:r,s,f)}return g}}();function U(o,e,t,n){var i,r,s,a,c,u,l,p,m,d=o.constructor;e:if(e!=null){if(p=o.d,!p)return o;for(i=1,a=p[0];a>=10;a/=10)i++;if(r=e-i,r<0)r+=Y,s=e,l=p[m=0],c=l/Le(10,i-s-1)%10|0;else if(m=Math.ceil((r+1)/Y),a=p.length,m>=a)if(n){for(;a++<=m;)p.push(0);l=c=0,i=1,r%=Y,s=r-Y+1}else break e;else{for(l=a=p[m],i=1;a>=10;a/=10)i++;r%=Y,s=r-Y+i,c=s<0?0:l/Le(10,i-s-1)%10|0}if(n=n||e<0||p[m+1]!==void 0||(s<0?l:l%Le(10,i-s-1)),u=t<4?(c||n)&&(t==0||t==(o.s<0?3:2)):c>5||c==5&&(t==4||n||t==6&&(r>0?s>0?l/Le(10,i-s):0:p[m-1])%10&1||t==(o.s<0?8:7)),e<1||!p[0])return p.length=0,u?(e-=o.e+1,p[0]=Le(10,(Y-e%Y)%Y),o.e=-e||0):p[0]=o.e=0,o;if(r==0?(p.length=m,a=1,m--):(p.length=m+1,a=Le(10,Y-r),p[m]=s>0?(l/Le(10,i-s)%Le(10,s)|0)*a:0),u)for(;;)if(m==0){for(r=1,s=p[0];s>=10;s/=10)r++;for(s=p[0]+=a,a=1;s>=10;s/=10)a++;r!=a&&(o.e++,p[0]==at&&(p[0]=1));break}else{if(p[m]+=a,p[m]!=at)break;p[m--]=0,a=1}for(r=p.length;p[--r]===0;)p.pop()}return j&&(o.e>d.maxE?(o.d=null,o.e=NaN):o.e<d.minE&&(o.e=0,o.d=[0])),o}function pt(o,e,t){if(!o.isFinite())return Yo(o);var n,i=o.e,r=We(o.d),s=r.length;return e?(t&&(n=t-s)>0?r=r.charAt(0)+"."+r.slice(1)+Nt(n):s>1&&(r=r.charAt(0)+"."+r.slice(1)),r=r+(o.e<0?"e":"e+")+o.e):i<0?(r="0."+Nt(-i-1)+r,t&&(n=t-s)>0&&(r+=Nt(n))):i>=s?(r+=Nt(i+1-s),t&&(n=t-i-1)>0&&(r=r+"."+Nt(n))):((n=i+1)<s&&(r=r.slice(0,n)+"."+r.slice(n)),t&&(n=t-s)>0&&(i+1===s&&(r+="."),r+=Nt(n))),r}function _n(o,e){var t=o[0];for(e*=Y;t>=10;t/=10)e++;return e}function En(o,e,t){if(e>Bs)throw j=!0,t&&(o.precision=t),Error(Vo);return U(new o(Fn),e,1,!0)}function st(o,e,t){if(e>Si)throw Error(Vo);return U(new o(vn),e,t,!0)}function Uo(o){var e=o.length-1,t=e*Y+1;if(e=o[e],e){for(;e%10==0;e/=10)t--;for(e=o[0];e>=10;e/=10)t++}return t}function Nt(o){for(var e="";o--;)e+="0";return e}function Xo(o,e,t,n){var i,r=new o(1),s=Math.ceil(n/Y+4);for(j=!1;;){if(t%2&&(r=r.times(e),Eo(r.d,s)&&(i=!0)),t=De(t/2),t===0){t=r.d.length-1,i&&r.d[t]===0&&++r.d[t];break}e=e.times(e),Eo(e.d,s)}return j=!0,r}function vo(o){return o.d[o.d.length-1]&1}function zo(o,e,t){for(var n,i=new o(e[0]),r=0;++r<e.length;)if(n=new o(e[r]),n.s)i[t](n)&&(i=n);else{i=n;break}return i}function Ki(o,e){var t,n,i,r,s,a,c,u=0,l=0,p=0,m=o.constructor,d=m.rounding,f=m.precision;if(!o.d||!o.d[0]||o.e>17)return new m(o.d?o.d[0]?o.s<0?0:1/0:1:o.s?o.s<0?0:o:0/0);for(e==null?(j=!1,c=f):c=e,a=new m(.03125);o.e>-2;)o=o.times(a),p+=5;for(n=Math.log(Le(2,p))/Math.LN10*2+5|0,c+=n,t=r=s=new m(1),m.precision=c;;){if(r=U(r.times(o),c,1),t=t.times(++l),a=s.plus(le(r,t,c,1)),We(a.d).slice(0,c)===We(s.d).slice(0,c)){for(i=p;i--;)s=U(s.times(s),c,1);if(e==null)if(u<3&&cn(s.d,c-n,d,u))m.precision=c+=10,t=r=a=new m(1),l=0,u++;else return U(s,m.precision=f,d,j=!0);else return m.precision=f,s}s=a}}function Lt(o,e){var t,n,i,r,s,a,c,u,l,p,m,d=1,f=10,b=o,y=b.d,g=b.constructor,k=g.rounding,w=g.precision;if(b.s<0||!y||!y[0]||!b.e&&y[0]==1&&y.length==1)return new g(y&&!y[0]?-1/0:b.s!=1?NaN:y?0:b);if(e==null?(j=!1,l=w):l=e,g.precision=l+=f,t=We(y),n=t.charAt(0),Math.abs(r=b.e)<15e14){for(;n<7&&n!=1||n==1&&t.charAt(1)>3;)b=b.times(o),t=We(b.d),n=t.charAt(0),d++;r=b.e,n>1?(b=new g("0."+t),r++):b=new g(n+"."+t.slice(1))}else return u=En(g,l+2,w).times(r+""),b=Lt(new g(n+"."+t.slice(1)),l-f).plus(u),g.precision=w,e==null?U(b,w,k,j=!0):b;for(p=b,c=s=b=le(b.minus(1),b.plus(1),l,1),m=U(b.times(b),l,1),i=3;;){if(s=U(s.times(m),l,1),u=c.plus(le(s,new g(i),l,1)),We(u.d).slice(0,l)===We(c.d).slice(0,l))if(c=c.times(2),r!==0&&(c=c.plus(En(g,l+2,w).times(r+""))),c=le(c,new g(d),l,1),e==null)if(cn(c.d,l-f,k,a))g.precision=l+=f,u=s=b=le(p.minus(1),p.plus(1),l,1),m=U(b.times(b),l,1),i=a=1;else return U(c,g.precision=w,k,j=!0);else return g.precision=w,c;c=u,i+=2}}function Yo(o){return String(o.s*o.s/0)}function Ci(o,e){var t,n,i;for((t=e.indexOf("."))>-1&&(e=e.replace(".","")),(n=e.search(/e/i))>0?(t<0&&(t=n),t+=+e.slice(n+1),e=e.substring(0,n)):t<0&&(t=e.length),n=0;e.charCodeAt(n)===48;n++);for(i=e.length;e.charCodeAt(i-1)===48;--i);if(e=e.slice(n,i),e){if(i-=n,o.e=t=t-n-1,o.d=[],n=(t+1)%Y,t<0&&(n+=Y),n<i){for(n&&o.d.push(+e.slice(0,n)),i-=Y;n<i;)o.d.push(+e.slice(n,n+=Y));e=e.slice(n),n=Y-e.length}else n-=i;for(;n--;)e+="0";o.d.push(+e),j&&(o.e>o.constructor.maxE?(o.d=null,o.e=NaN):o.e<o.constructor.minE&&(o.e=0,o.d=[0]))}else o.e=0,o.d=[0];return o}function xs(o,e){var t,n,i,r,s,a,c,u,l;if(e.indexOf("_")>-1){if(e=e.replace(/(\d)_(?=\d)/g,"$1"),Go.test(e))return Ci(o,e)}else if(e==="Infinity"||e==="NaN")return+e||(o.s=NaN),o.e=NaN,o.d=null,o;if(ws.test(e))t=16,e=e.toLowerCase();else if(ks.test(e))t=2;else if(hs.test(e))t=8;else throw Error(Rt+e);for(r=e.search(/p/i),r>0?(c=+e.slice(r+1),e=e.substring(2,r)):e=e.slice(2),r=e.indexOf("."),s=r>=0,n=o.constructor,s&&(e=e.replace(".",""),a=e.length,r=a-r,i=Xo(n,new n(t),r,r*2)),u=Mn(e,t,at),l=u.length-1,r=l;u[r]===0;--r)u.pop();return r<0?new n(o.s*0):(o.e=_n(u,l),o.d=u,j=!1,s&&(o=le(o,i,a*4)),c&&(o=o.times(Math.abs(c)<54?Le(2,c):ln.pow(2,c))),j=!0,o)}function Ss(o,e){var t,n=e.d.length;if(n<3)return e.isZero()?e:jt(o,2,e,e);t=1.4*Math.sqrt(n),t=t>16?16:t|0,e=e.times(1/Vn(5,t)),e=jt(o,2,e,e);for(var i,r=new o(5),s=new o(16),a=new o(20);t--;)i=e.times(e),e=e.times(r.plus(i.times(s.times(i).minus(a))));return e}function jt(o,e,t,n,i){var r,s,a,c,u=1,l=o.precision,p=Math.ceil(l/Y);for(j=!1,c=t.times(t),a=new o(n);;){if(s=le(a.times(c),new o(e++*e++),l,1),a=i?n.plus(s):n.minus(s),n=le(s.times(c),new o(e++*e++),l,1),s=a.plus(n),s.d[p]!==void 0){for(r=p;s.d[r]===a.d[r]&&r--;);if(r==-1)break}r=a,a=n,n=s,s=r,u++}return j=!0,s.d.length=p+1,s}function Vn(o,e){for(var t=o;--e;)t*=o;return t}function Ho(o,e){var t,n=e.s<0,i=st(o,o.precision,1),r=i.times(.5);if(e=e.abs(),e.lte(r))return kt=n?4:1,e;if(t=e.divToInt(i),t.isZero())kt=n?3:2;else{if(e=e.minus(t.times(i)),e.lte(r))return kt=vo(t)?n?2:3:n?4:1,e;kt=vo(t)?n?1:4:n?3:2}return e.minus(i).abs()}function Ni(o,e,t,n){var i,r,s,a,c,u,l,p,m,d=o.constructor,f=t!==void 0;if(f?(Ye(t,1,Ot),n===void 0?n=d.rounding:Ye(n,0,8)):(t=d.precision,n=d.rounding),!o.isFinite())l=Yo(o);else{for(l=pt(o),s=l.indexOf("."),f?(i=2,e==16?t=t*4-3:e==8&&(t=t*3-2)):i=e,s>=0&&(l=l.replace(".",""),m=new d(1),m.e=l.length-s,m.d=Mn(pt(m),10,i),m.e=m.d.length),p=Mn(l,10,i),r=c=p.length;p[--c]==0;)p.pop();if(!p[0])l=f?"0p+0":"0";else{if(s<0?r--:(o=new d(o),o.d=p,o.e=r,o=le(o,m,t,n,0,i),p=o.d,r=o.e,u=_o),s=p[t],a=i/2,u=u||p[t+1]!==void 0,u=n<4?(s!==void 0||u)&&(n===0||n===(o.s<0?3:2)):s>a||s===a&&(n===4||u||n===6&&p[t-1]&1||n===(o.s<0?8:7)),p.length=t,u)for(;++p[--t]>i-1;)p[t]=0,t||(++r,p.unshift(1));for(c=p.length;!p[c-1];--c);for(s=0,l="";s<c;s++)l+=Ii.charAt(p[s]);if(f){if(c>1)if(e==16||e==8){for(s=e==16?4:3,--c;c%s;c++)l+="0";for(p=Mn(l,i,e),c=p.length;!p[c-1];--c);for(s=1,l="1.";s<c;s++)l+=Ii.charAt(p[s])}else l=l.charAt(0)+"."+l.slice(1);l=l+(r<0?"p":"p+")+r}else if(r<0){for(;++r;)l="0"+l;l="0."+l}else if(++r>c)for(r-=c;r--;)l+="0";else r<c&&(l=l.slice(0,r)+"."+l.slice(r))}l=(e==16?"0x":e==2?"0b":e==8?"0o":"")+l}return o.s<0?"-"+l:l}function Eo(o,e){if(o.length>e)return o.length=e,!0}function Ks(o){return new this(o).abs()}function Cs(o){return new this(o).acos()}function Ns(o){return new this(o).acosh()}function Ls(o,e){return new this(o).plus(e)}function Rs(o){return new this(o).asin()}function Os(o){return new this(o).asinh()}function Ms(o){return new this(o).atan()}function Fs(o){return new this(o).atanh()}function vs(o,e){o=new this(o),e=new this(e);var t,n=this.precision,i=this.rounding,r=n+4;return!o.s||!e.s?t=new this(NaN):!o.d&&!e.d?(t=st(this,r,1).times(e.s>0?.25:.75),t.s=o.s):!e.d||o.isZero()?(t=e.s<0?st(this,n,i):new this(0),t.s=o.s):!o.d||e.isZero()?(t=st(this,r,1).times(.5),t.s=o.s):e.s<0?(this.precision=r,this.rounding=1,t=this.atan(le(o,e,r,1)),e=st(this,r,1),this.precision=n,this.rounding=i,t=o.s<0?t.minus(e):t.plus(e)):t=this.atan(le(o,e,r,1)),t}function Es(o){return new this(o).cbrt()}function Ws(o){return U(o=new this(o),o.e+1,2)}function _s(o,e,t){return new this(o).clamp(e,t)}function Vs(o){if(!o||typeof o!="object")throw Error(Wn+"Object expected");var e,t,n,i=o.defaults===!0,r=["precision",1,Ot,"rounding",0,8,"toExpNeg",-Zt,0,"toExpPos",0,Zt,"maxE",0,Zt,"minE",-Zt,0,"modulo",0,9];for(e=0;e<r.length;e+=3)if(t=r[e],i&&(this[t]=xi[t]),(n=o[t])!==void 0)if(De(n)===n&&n>=r[e+1]&&n<=r[e+2])this[t]=n;else throw Error(Rt+t+": "+n);if(t="crypto",i&&(this[t]=xi[t]),(n=o[t])!==void 0)if(n===!0||n===!1||n===0||n===1)if(n)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))this[t]=!0;else throw Error(Do);else this[t]=!1;else throw Error(Rt+t+": "+n);return this}function Ds(o){return new this(o).cos()}function qs(o){return new this(o).cosh()}function Qo(o){var e,t,n;function i(r){var s,a,c,u=this;if(!(u instanceof i))return new i(r);if(u.constructor=i,Wo(r)){u.s=r.s,j?!r.d||r.e>i.maxE?(u.e=NaN,u.d=null):r.e<i.minE?(u.e=0,u.d=[0]):(u.e=r.e,u.d=r.d.slice()):(u.e=r.e,u.d=r.d?r.d.slice():r.d);return}if(c=typeof r,c==="number"){if(r===0){u.s=1/r<0?-1:1,u.e=0,u.d=[0];return}if(r<0?(r=-r,u.s=-1):u.s=1,r===~~r&&r<1e7){for(s=0,a=r;a>=10;a/=10)s++;j?s>i.maxE?(u.e=NaN,u.d=null):s<i.minE?(u.e=0,u.d=[0]):(u.e=s,u.d=[r]):(u.e=s,u.d=[r]);return}else if(r*0!==0){r||(u.s=NaN),u.e=NaN,u.d=null;return}return Ci(u,r.toString())}else if(c!=="string")throw Error(Rt+r);return(a=r.charCodeAt(0))===45?(r=r.slice(1),u.s=-1):(a===43&&(r=r.slice(1)),u.s=1),Go.test(r)?Ci(u,r):xs(u,r)}if(i.prototype=C,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.EUCLID=9,i.config=i.set=Vs,i.clone=Qo,i.isDecimal=Wo,i.abs=Ks,i.acos=Cs,i.acosh=Ns,i.add=Ls,i.asin=Rs,i.asinh=Os,i.atan=Ms,i.atanh=Fs,i.atan2=vs,i.cbrt=Es,i.ceil=Ws,i.clamp=_s,i.cos=Ds,i.cosh=qs,i.div=Gs,i.exp=Us,i.floor=Xs,i.hypot=zs,i.ln=Ys,i.log=Hs,i.log10=Zs,i.log2=Qs,i.max=js,i.min=Js,i.mod=$s,i.mul=ea,i.pow=ta,i.random=na,i.round=ia,i.sign=oa,i.sin=ra,i.sinh=sa,i.sqrt=aa,i.sub=ua,i.sum=ca,i.tan=la,i.tanh=ma,i.trunc=pa,o===void 0&&(o={}),o&&o.defaults!==!0)for(n=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],e=0;e<n.length;)o.hasOwnProperty(t=n[e++])||(o[t]=this[t]);return i.config(o),i}function Gs(o,e){return new this(o).div(e)}function Us(o){return new this(o).exp()}function Xs(o){return U(o=new this(o),o.e+1,3)}function zs(){var o,e,t=new this(0);for(j=!1,o=0;o<arguments.length;)if(e=new this(arguments[o++]),e.d)t.d&&(t=t.plus(e.times(e)));else{if(e.s)return j=!0,new this(1/0);t=e}return j=!0,t.sqrt()}function Wo(o){return o instanceof ln||o&&o.toStringTag===qo||!1}function Ys(o){return new this(o).ln()}function Hs(o,e){return new this(o).log(e)}function Qs(o){return new this(o).log(2)}function Zs(o){return new this(o).log(10)}function js(){return zo(this,arguments,"lt")}function Js(){return zo(this,arguments,"gt")}function $s(o,e){return new this(o).mod(e)}function ea(o,e){return new this(o).mul(e)}function ta(o,e){return new this(o).pow(e)}function na(o){var e,t,n,i,r=0,s=new this(1),a=[];if(o===void 0?o=this.precision:Ye(o,1,Ot),n=Math.ceil(o/Y),this.crypto)if(crypto.getRandomValues)for(e=crypto.getRandomValues(new Uint32Array(n));r<n;)i=e[r],i>=429e7?e[r]=crypto.getRandomValues(new Uint32Array(1))[0]:a[r++]=i%1e7;else if(crypto.randomBytes){for(e=crypto.randomBytes(n*=4);r<n;)i=e[r]+(e[r+1]<<8)+(e[r+2]<<16)+((e[r+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(e,r):(a.push(i%1e7),r+=4);r=n/4}else throw Error(Do);else for(;r<n;)a[r++]=Math.random()*1e7|0;for(n=a[--r],o%=Y,n&&o&&(i=Le(10,Y-o),a[r]=(n/i|0)*i);a[r]===0;r--)a.pop();if(r<0)t=0,a=[0];else{for(t=-1;a[0]===0;t-=Y)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<Y&&(t-=Y-n)}return s.e=t,s.d=a,s}function ia(o){return U(o=new this(o),o.e+1,this.rounding)}function oa(o){return o=new this(o),o.d?o.d[0]?o.s:0*o.s:o.s||NaN}function ra(o){return new this(o).sin()}function sa(o){return new this(o).sinh()}function aa(o){return new this(o).sqrt()}function ua(o,e){return new this(o).sub(e)}function ca(){var o=0,e=arguments,t=new this(e[o]);for(j=!1;t.s&&++o<e.length;)t=t.plus(e[o]);return j=!0,U(t,this.precision,this.rounding)}function la(o){return new this(o).tan()}function ma(o){return new this(o).tanh()}function pa(o){return U(o=new this(o),o.e+1,1)}C[Symbol.for("nodejs.util.inspect.custom")]=C.toString;C[Symbol.toStringTag]="Decimal";var ln=C.constructor=Qo(xi);Fn=new ln(Fn);vn=new ln(vn);var S=ln;import{PublicKey as Jo}from"@solana/web3.js";import{get as Zo,set as da}from"lodash";var Li=class{constructor(e){this.logLevel=e.logLevel!==void 0?e.logLevel:0,this.name=e.name}set level(e){this.logLevel=e}get time(){return Date.now().toString()}get moduleName(){return this.name}isLogLevel(e){return e<=this.logLevel}error(...e){return this.isLogLevel(0)?(console.error(this.time,this.name,"sdk logger error",...e),this):this}logWithError(...e){let t=e.map(n=>typeof n=="object"?JSON.stringify(n):n).join(", ");throw new Error(t)}warning(...e){return this.isLogLevel(1)?(console.warn(this.time,this.name,"sdk logger warning",...e),this):this}info(...e){return this.isLogLevel(2)?(console.info(this.time,this.name,"sdk logger info",...e),this):this}debug(...e){return this.isLogLevel(3)?(console.debug(this.time,this.name,"sdk logger debug",...e),this):this}},jo={},fa={};function me(o){let e=Zo(jo,o);if(!e){let t=Zo(fa,o);e=new Li({name:o,logLevel:t}),da(jo,o,e)}return e}import{MINT_SIZE as ba,TOKEN_PROGRAM_ID as ya,getTransferFeeConfig as ga,unpackMint as Pa}from"@solana/spl-token";var Ri=me("Raydium_accountInfo_util");async function wt(o,e,t){let{batchRequest:n,commitment:i="confirmed",chunkCount:r=100}=G({batchRequest:!1},t),s=Oi(e,r),a=new Array(s.length).fill([]);if(n){let c=s.map(p=>{let m=o._buildArgs([p.map(d=>d.toBase58())],i,"base64");return{methodName:"getMultipleAccounts",args:m}}),u=Oi(c,10);a=(await(await Promise.all(u.map(async p=>await o._rpcBatchRequest(p)))).flat()).map(p=>(p.error&&Ri.logWithError(`failed to get info for multiple accounts, RPC_ERROR, ${p.error.message}`),p.result.value.map(m=>{if(m){let{data:d,executable:f,lamports:b,owner:y,rentEpoch:g}=m;return d.length!==2&&d[1]!=="base64"&&Ri.logWithError("info must be base64 encoded, RPC_ERROR"),{data:Buffer.from(d[0],"base64"),executable:f,lamports:b,owner:new Jo(y),rentEpoch:g}}return null})))}else try{a=await Promise.all(s.map(c=>o.getMultipleAccountsInfo(c,i)))}catch(c){c instanceof Error&&Ri.logWithError(`failed to get info for multiple accounts, RPC_ERROR, ${c.message}`)}return a.flat()}async function Mt(o,e,t){let n=await wt(o,e.map(i=>i.pubkey),t);return e.map((i,r)=>Q(G({},i),{accountInfo:n[r]}))}async function Mi({connection:o,mints:e,config:t}){var r,s,a;if(e.length===0)return{};let n=await Mt(o,e.map(c=>({pubkey:dt(c)})),t),i={};for(let c of n){if(!c.accountInfo||c.accountInfo.data.length<ba){console.log("invalid mint account",c.pubkey.toBase58());continue}let u=Pa(c.pubkey,c.accountInfo,(r=c.accountInfo)==null?void 0:r.owner);i[c.pubkey.toString()]=Q(G({},u),{programId:((s=c.accountInfo)==null?void 0:s.owner)||ya,feeConfig:(a=ga(u))!=null?a:void 0})}return i[Jo.default.toBase58()]=i[_e.toBase58()],i}import bt from"bn.js";import xa from"big.js";import Gn from"bn.js";import Aa from"toformat";var ka=Aa,mn=ka;import qn from"big.js";import ha from"bn.js";import Ta from"decimal.js-light";import pn from"bn.js";var $o=9007199254740991;function pe(o){let e=me("Raydium_parseBigNumberish");if(o instanceof pn)return o;if(typeof o=="string"){if(o.match(/^-?[0-9]+$/))return new pn(o);e.logWithError(`invalid BigNumberish string: ${o}`)}return typeof o=="number"?(o%1&&e.logWithError(`BigNumberish number underflow: ${o}`),(o>=$o||o<=-$o)&&e.logWithError(`BigNumberish number overflow: ${o}`),new pn(String(o))):typeof o=="bigint"?new pn(o.toString()):(e.error(`invalid BigNumberish value: ${o}`),new pn(0))}var Dn=me("module/fraction"),Fi=mn(qn),dn=mn(Ta),Ba={[0]:dn.ROUND_DOWN,[1]:dn.ROUND_HALF_UP,[2]:dn.ROUND_UP},Ia={[0]:qn.roundDown,[1]:qn.roundHalfUp,[2]:qn.roundUp},re=class{constructor(e,t=new ha(1)){this.numerator=pe(e),this.denominator=pe(t)}get quotient(){return this.numerator.div(this.denominator)}invert(){return new re(this.denominator,this.numerator)}add(e){let t=e instanceof re?e:new re(pe(e));return this.denominator.eq(t.denominator)?new re(this.numerator.add(t.numerator),this.denominator):new re(this.numerator.mul(t.denominator).add(t.numerator.mul(this.denominator)),this.denominator.mul(t.denominator))}sub(e){let t=e instanceof re?e:new re(pe(e));return this.denominator.eq(t.denominator)?new re(this.numerator.sub(t.numerator),this.denominator):new re(this.numerator.mul(t.denominator).sub(t.numerator.mul(this.denominator)),this.denominator.mul(t.denominator))}mul(e){let t=e instanceof re?e:new re(pe(e));return new re(this.numerator.mul(t.numerator),this.denominator.mul(t.denominator))}div(e){let t=e instanceof re?e:new re(pe(e));return new re(this.numerator.mul(t.denominator),this.denominator.mul(t.numerator))}toSignificant(e,t={groupSeparator:""},n=1){Number.isInteger(e)||Dn.logWithError(`${e} is not an integer.`),e<=0&&Dn.logWithError(`${e} is not positive.`),dn.set({precision:e+1,rounding:Ba[n]});let i=new dn(this.numerator.toString()).div(this.denominator.toString()).toSignificantDigits(e);return i.toFormat(i.decimalPlaces(),t)}toFixed(e,t={groupSeparator:""},n=1){return Number.isInteger(e)||Dn.logWithError(`${e} is not an integer.`),e<0&&Dn.logWithError(`${e} is negative.`),Fi.DP=e,Fi.RM=Ia[n]||1,new Fi(this.numerator.toString()).div(this.denominator.toString()).toFormat(e,t)}isZero(){return this.numerator.isZero()}};var Sa=me("Raydium_amount"),er=mn(xa);function Ka(o,e){let t="0",n="0";if(o.includes(".")){let i=o.split(".");i.length===2?([t,n]=i,n=n.padEnd(e,"0")):Sa.logWithError(`invalid number string, num: ${o}`)}else t=o;return[t,n.slice(0,e)||n]}var be=class extends re{constructor(t,n,i=!0,r){let s=new Gn(0),a=vi.pow(new Gn(t.decimals));if(i)s=pe(n);else{let c=new Gn(0),u=new Gn(0);if(typeof n=="string"||typeof n=="number"||typeof n=="bigint"){let[l,p]=Ka(n.toString(),t.decimals);c=pe(l),u=pe(p)}c=c.mul(a),s=c.add(u)}super(s,a);this.logger=me(r||"TokenAmount"),this.token=t}get raw(){return this.numerator}isZero(){return this.raw.isZero()}gt(t){return this.token.equals(t.token)||this.logger.logWithError("gt token not equals"),this.raw.gt(t.raw)}lt(t){return this.token.equals(t.token)||this.logger.logWithError("lt token not equals"),this.raw.lt(t.raw)}add(t){return this.token.equals(t.token)||this.logger.logWithError("add token not equals"),new be(this.token,this.raw.add(t.raw))}subtract(t){return this.token.equals(t.token)||this.logger.logWithError("sub token not equals"),new be(this.token,this.raw.sub(t.raw))}toSignificant(t=this.token.decimals,n,i=0){return super.toSignificant(t,n,i)}toFixed(t=this.token.decimals,n,i=0){return t>this.token.decimals&&this.logger.logWithError("decimals overflow"),super.toFixed(t,n,i)}toExact(t={groupSeparator:""}){return er.DP=this.token.decimals,new er(this.numerator.toString()).div(this.denominator.toString()).toFormat(t)}};import{PublicKey as Ca}from"@solana/web3.js";import{TOKEN_PROGRAM_ID as tr}from"@solana/spl-token";var Ei={chainId:101,address:Ca.default.toBase58(),programId:tr.toBase58(),decimals:9,symbol:"SOL",name:"solana",logoURI:"https://img-v1.raydium.io/icon/So11111111111111111111111111111111111111112.png",tags:[],priority:2,type:"raydium",extensions:{coingeckoId:"solana"}},ft={chainId:101,address:"So11111111111111111111111111111111111111112",programId:tr.toBase58(),decimals:9,symbol:"WSOL",name:"Wrapped SOL",logoURI:"https://img-v1.raydium.io/icon/So11111111111111111111111111111111111111112.png",tags:[],priority:2,type:"raydium",extensions:{coingeckoId:"solana"}};import{PublicKey as Vi}from"@solana/web3.js";import{PublicKey as ke,SystemProgram as nr,SYSVAR_RENT_PUBKEY as Na}from"@solana/web3.js";import{TOKEN_PROGRAM_ID as La}from"@solana/spl-token";function N({pubkey:o,isSigner:e=!1,isWritable:t=!0}){return{pubkey:o,isWritable:t,isSigner:e}}var ul=[N({pubkey:La,isWritable:!1}),N({pubkey:nr.programId,isWritable:!1}),N({pubkey:Na,isWritable:!1})];function Wi({publicKey:o,transformSol:e}){let t=_i(o.toString());if(t instanceof ke)return e&&t.equals(fn)?_e:t;if(e&&t.toString()===fn.toBase58())return _e;if(typeof t=="string"){if(t===ke.default.toBase58())return ke.default;try{return new ke(t)}catch{throw new Error("invalid public key")}}throw new Error("invalid public key")}function _i(o){try{return new ke(o)}catch{return o}}var Un=new ke("MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"),Jt=new ke("MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"),ut=new ke("SysvarRent111111111111111111111111111111111"),cl=new ke("SysvarC1ock11111111111111111111111111111111"),ht=new ke("metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"),ll=new ke("Sysvar1nstructions1111111111111111111111111"),Ra=nr.programId,ml=new ke("4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R"),pl=new ke("Ea5SjE2Y6yvCeW5dYTn7PYMuW5ikXkvbGdcmSnXeaLjS"),dl=new ke("SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt"),fl=new ke("EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"),bl=new ke("Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB"),yl=new ke("mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So"),gl=new ke("7dHbWXmci3dT8UFYWYZweBLXgycu7Y3iL6trKn1Y7ARj"),Pl=new ke("USDH1SM1ojwWUga67PGrgFWUHibbjqMvuMaDkRJTgkX"),Al=new ke("NRVwhjBQiUPYtfDT5zRBVJajzFQHaBUNtC7SNVvqRFa"),kl=new ke("ANAxByE6G2WjFp7A4NqtWYXb3mgruyzZYg3spfxe6Lbo"),wl=new ke("7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs"),_e=new ke("So11111111111111111111111111111111111111112"),fn=ke.default;function dt(o){return Wi({publicKey:o,transformSol:!0})}var Di=class{constructor({mint:e,decimals:t,symbol:n,name:i,skipMint:r=!1,isToken2022:s=!1}){if(e===fn.toBase58()||e instanceof Vi&&fn.equals(e)){this.decimals=ft.decimals,this.symbol=ft.symbol,this.name=ft.name,this.mint=new Vi(ft.address),this.isToken2022=!1;return}this.decimals=t,this.symbol=n||e.toString().substring(0,6),this.name=i||e.toString().substring(0,6),this.mint=r?Vi.default:Wi({publicKey:e}),this.isToken2022=s}equals(e){return this===e?!0:this.mint.equals(e.mint)}},je=Di;je.WSOL=new Di(Q(G({},ft),{mint:ft.address}));var qi=class{constructor({decimals:e,symbol:t="UNKNOWN",name:n="UNKNOWN"}){this.decimals=e,this.symbol=t,this.name=n}equals(e){return this===e}},Xn=qi;Xn.SOL=new qi(Ei);import Oa from"bn.js";var ir=new re(new Oa(100)),Tt=class extends re{toSignificant(e=5,t,n){return this.mul(ir).toSignificant(e,t,n)}toFixed(e=2,t,n){return this.mul(ir).toFixed(e,t,n)}};var Ma=me("Raydium_price"),He=class extends re{constructor(t){let{baseToken:n,quoteToken:i,numerator:r,denominator:s}=t;super(r,s);this.baseToken=n,this.quoteToken=i,this.scalar=new re(Gi(n.decimals),Gi(i.decimals))}get raw(){return new re(this.numerator,this.denominator)}get adjusted(){return super.mul(this.scalar)}invert(){return new He({baseToken:this.quoteToken,quoteToken:this.baseToken,denominator:this.numerator,numerator:this.denominator})}mul(t){this.quoteToken!==t.baseToken&&Ma.logWithError("mul token not equals");let n=super.mul(t);return new He({baseToken:this.baseToken,quoteToken:t.quoteToken,denominator:n.denominator,numerator:n.numerator})}toSignificant(t=this.quoteToken.decimals,n,i){return this.adjusted.toSignificant(t,n,i)}toFixed(t=this.quoteToken.decimals,n,i){return this.adjusted.toFixed(t,n,i)}};var or=new bt(0),Fa=new bt(1),lm=new bt(2),mm=new bt(3),pm=new bt(5),vi=new bt(10),dm=new bt(100),fm=new bt(1e3),bm=new bt(1e4);function Gi(o){return vi.pow(pe(o))}function Ui(o,e,t){return o.mul(e).add(t).sub(new bt(1)).div(t)}function Oi(o,e=1,t=[]){let n=[...o];if(e<=0)return t;for(;n.length;)t.push(n.splice(0,e));return t}import{PublicKey as qa}from"@solana/web3.js";import{TOKEN_PROGRAM_ID as Ga}from"@solana/spl-token";import{ComputeBudgetProgram as rr,Keypair as ar,PublicKey as va,Transaction as ur,TransactionMessage as Ea,VersionedTransaction as cr}from"@solana/web3.js";var ne={CreateAccount:"CreateAccount",InitAccount:"InitAccount",CreateATA:"CreateATA",CloseAccount:"CloseAccount",TransferAmount:"TransferAmount",InitMint:"InitMint",MintTo:"MintTo",InitMarket:"InitMarket",Util1216OwnerClaim:"Util1216OwnerClaim",SetComputeUnitPrice:"SetComputeUnitPrice",SetComputeUnitLimit:"SetComputeUnitLimit",ClmmCreatePool:"ClmmCreatePool",ClmmOpenPosition:"ClmmOpenPosition",ClmmIncreasePosition:"ClmmIncreasePosition",ClmmDecreasePosition:"ClmmDecreasePosition",ClmmClosePosition:"ClmmClosePosition",ClmmSwapBaseIn:"ClmmSwapBaseIn",ClmmSwapBaseOut:"ClmmSwapBaseOut",ClmmInitReward:"ClmmInitReward",ClmmSetReward:"ClmmSetReward",ClmmCollectReward:"ClmmCollectReward",ClmmLockPosition:"ClmmLockPosition",ClmmHarvestLockPosition:"ClmmHarvestLockPosition",AmmV4Swap:"AmmV4Swap",AmmV4AddLiquidity:"AmmV4AddLiquidity",AmmV4RemoveLiquidity:"AmmV4RemoveLiquidity",AmmV4SimulatePoolInfo:"AmmV4SimulatePoolInfo",AmmV4SwapBaseIn:"AmmV4SwapBaseIn",AmmV4SwapBaseOut:"AmmV4SwapBaseOut",AmmV4CreatePool:"AmmV4CreatePool",AmmV4InitPool:"AmmV4InitPool",AmmV5AddLiquidity:"AmmV5AddLiquidity",AmmV5RemoveLiquidity:"AmmV5RemoveLiquidity",AmmV5SimulatePoolInfo:"AmmV5SimulatePoolInfo",AmmV5SwapBaseIn:"AmmV5SwapBaseIn",AmmV5SwapBaseOut:"AmmV5SwapBaseOut",RouteSwap:"RouteSwap",RouteSwap1:"RouteSwap1",RouteSwap2:"RouteSwap2",FarmV3Deposit:"FarmV3Deposit",FarmV3Withdraw:"FarmV3Withdraw",FarmV3CreateLedger:"FarmV3CreateLedger",FarmV4Withdraw:"FarmV4Withdraw",FarmV5Deposit:"FarmV5Deposit",FarmV5Withdraw:"FarmV5Withdraw",FarmV5CreateLedger:"FarmV5CreateLedger",FarmV6Deposit:"FarmV6Deposit",FarmV6Withdraw:"FarmV6Withdraw",FarmV6Create:"FarmV6Create",FarmV6Restart:"FarmV6Restart",FarmV6CreatorAddReward:"FarmV6CreatorAddReward",FarmV6CreatorWithdraw:"FarmV6CreatorWithdraw",CpmmCreatePool:"CpmmCreatePool",CpmmAddLiquidity:"CpmmAddLiquidity",CpmmWithdrawLiquidity:"CpmmWithdrawLiquidity",CpmmSwapBaseIn:"CpmmSwapBaseIn",CpmmSwapBaseOut:"CpmmSwapBaseOut",CpmmLockLp:"CpmmLockLp",CpmmCollectLockFee:"CpmmCollectLockFee",TransferTip:"TransferTip"};import{TOKEN_PROGRAM_ID as Wa}from"@solana/spl-token";var sr=me("Raydium_txUtil"),lr=1644;function zn(o){let e=[],t=[];return o.microLamports&&(e.push(rr.setComputeUnitPrice({microLamports:o.microLamports})),t.push(ne.SetComputeUnitPrice)),o.units&&(e.push(rr.setComputeUnitLimit({units:o.units})),t.push(ne.SetComputeUnitLimit)),{instructions:e,instructionTypes:t}}async function $t(o,e){var n,i;let t=e!=null?e:"confirmed";return(i=await((n=o.getLatestBlockhash)==null?void 0:n.call(o,{commitment:t})))==null?void 0:i.blockhash}async function Yn(o,e){return o.getSignatureStatuses([e]),new Promise((t,n)=>{let i=setTimeout(n,6e4);o.onSignature(e,r=>{if(clearTimeout(i),!r.err){t("");return}n(Object.assign(r.err,{txId:e}))},"confirmed")})}function _a(o,e){o.length<1&&sr.logWithError(`no instructions provided: ${o.toString()}`),e.length<1&&sr.logWithError(`no signers provided:, ${e.toString()}`);let t=new ur;t.recentBlockhash="11111111111111111111111111111111",t.feePayer=e[0],t.add(...o);try{return Buffer.from(t.serialize({verifySignatures:!1})).toString("base64").length<lr}catch{return!1}}function ye(o,e){let[t,n]=va.findProgramAddressSync(o,e);return{publicKey:t,nonce:n}}function bn({instructions:o,payer:e,signers:t}){return _a(o,[e,...t])}function yn({instructions:o,payer:e,lookupTableAddressAccount:t,recentBlockhash:n=ar.generate().publicKey.toString()}){let r=new Ea({payerKey:e,recentBlockhash:n,instructions:o}).compileToV0Message(Object.values(t!=null?t:{}));try{return Buffer.from(new cr(r).serialize()).toString("base64").length<lr}catch{return!1}}var Va=o=>Buffer.isBuffer(o)?o:o instanceof Uint8Array?Buffer.from(o.buffer,o.byteOffset,o.byteLength):Buffer.from(o),Da=o=>{let e=o.serialize({requireAllSignatures:!1,verifySignatures:!1});o instanceof cr&&(e=Va(e));try{return e instanceof Buffer?e.toString("base64"):Buffer.from(e).toString("base64")}catch{return e.toString("base64")}};function Dt(o){let e=[];return o.forEach(t=>{t instanceof ur&&(t.recentBlockhash||(t.recentBlockhash=Wa.toBase58()),t.feePayer||(t.feePayer=ar.generate().publicKey)),e.push(Da(t))}),console.log("simulate tx string:",e),e}function fe(o,e,t){return ye([o.toBuffer(),(t!=null?t:Ga).toBuffer(),e.toBuffer()],new qa("ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL"))}import{PublicKey as X}from"@solana/web3.js";var vm=new X("EhhTKczWMGQt46ynNeRX1WfeagwwJd7ufHvCDjRxjo5Q"),Em=new X("CBuCnLe26faBpcBP2fktp4rp8abpcAnTWft6ZrP5Q4T"),Wm=new X("9KEPoZmtHUrBbhWN1v1KWLMkkvwY6WLtAVUCPRtRjP4z"),_m=new X("FarmqiPv5eAj3j1GMdMCMUGXqPUvmquZtMy86QH6rzhG"),Vm=new X("CLaimxFqjHzgTJtAGHU47NPhg6qrc5sCnpC4tBLyABQS"),Dm=new X("srmqPvymJeFKQ4zGQed1GFppgkRHL9kaELCbyksJtPX"),Xi=new X("9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin"),mr=new X("675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8"),qm=new X("5quBtoiQqxF9Jv6KYKctB59NT3gtJD2Y65kdnB1Uev3h"),pr=new X("CDSr3ssLcRB6XYPJwAfFt18MZvEZp4LjHcvzBVZ45duo"),zi=new X("CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK"),Ua=new X("LockrWmn6K5twhz3y9w1dQERbmgSaRkfnTeTKbpofwE"),Xa=new X("kN1kEznaF5Xbd8LYuqtEFcxzWSBk5Fv6ygX6SqEGJVy"),Hn=new X("CDSr3ssLcRB6XYPJwAfFt18MZvEZp4LjHcvzBVZ45duo"),Gm=new X("routeUGWgWzqBWFcrCfv8tritsqukccJPu3q5GPP3xS"),Um=new X("7YttLkHDoNj9wyDur5pM1ejNaAvT9X4eqaYcHQqtj2G5"),Xm=new X("6FJon3QE27qgPVggARueB22hLvoh22VzJpXv4rBEoSLF"),zm=new X("CC12se5To1CdEuw7fDS27B7Geo5jJyL7t5UK2B44NgiH"),Ym=new X("9HzJyW1qZsEiSfMUf6L2jo3CcTKAyBmSyKdwQeYisHrC"),Hm=ne