test-raydium-sdk-v2
Version:
An SDK for building applications on top of Raydium.
1 lines • 263 kB
JavaScript
var oa=Object.defineProperty,sa=Object.defineProperties;var aa=Object.getOwnPropertyDescriptors;var nr=Object.getOwnPropertySymbols;var no=Object.prototype.hasOwnProperty,ro=Object.prototype.propertyIsEnumerable;var to=(i,e,t)=>e in i?oa(i,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):i[e]=t,O=(i,e)=>{for(var t in e||(e={}))no.call(e,t)&&to(i,t,e[t]);if(nr)for(var t of nr(e))ro.call(e,t)&&to(i,t,e[t]);return i},v=(i,e)=>sa(i,aa(e));var Me=(i,e)=>{var t={};for(var n in i)no.call(i,n)&&e.indexOf(n)<0&&(t[n]=i[n]);if(i!=null&&nr)for(var n of nr(i))e.indexOf(n)<0&&ro.call(i,n)&&(t[n]=i[n]);return t};import{merge as xl}from"lodash";import vu from"axios";import{get as io,set as ua}from"lodash";import so from"dayjs";import ca from"dayjs/plugin/utc";so.extend(ca);var Gr=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 so().utc().format("YYYY/MM/DD HH:mm:ss UTC")}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}},oo={},la={};function oe(i){let e=io(oo,i);if(!e){let t=io(la,i);e=new Gr({name:i,logLevel:t}),ua(oo,i,e)}return e}import{PublicKey as Pu}from"@solana/web3.js";import Tu from"bn.js";import ku from"big.js";import yr from"bn.js";import Ke from"bn.js";var $t=9e15,Ot=1e9,Xr="0123456789abcdef",ir="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",or="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",zr={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-$t,maxE:$t,crypto:!1},lo,Tt,$=!0,ar="[DecimalError] ",Rt=ar+"Invalid argument: ",mo=ar+"Precision limit exceeded",po=ar+"crypto unavailable",fo="[object Decimal]",Ee=Math.floor,Be=Math.pow,ma=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,da=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,pa=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,yo=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,rt=1e7,Q=7,fa=9007199254740991,ya=ir.length-1,Yr=or.length-1,B={toStringTag:fo};B.absoluteValue=B.abs=function(){var i=new this.constructor(this);return i.s<0&&(i.s=1),D(i)};B.ceil=function(){return D(new this.constructor(this),this.e+1,2)};B.clampedTo=B.clamp=function(i,e){var t,n=this,r=n.constructor;if(i=new r(i),e=new r(e),!i.s||!e.s)return new r(NaN);if(i.gt(e))throw Error(Rt+e);return t=n.cmp(i),t<0?i:n.cmp(e)>0?e:new r(n)};B.comparedTo=B.cmp=function(i){var e,t,n,r,o=this,s=o.d,a=(i=new o.constructor(i)).d,u=o.s,c=i.s;if(!s||!a)return!u||!c?NaN:u!==c?u:s===a?0:!s^u<0?1:-1;if(!s[0]||!a[0])return s[0]?u:a[0]?-c:0;if(u!==c)return u;if(o.e!==i.e)return o.e>i.e^u<0?1:-1;for(n=s.length,r=a.length,e=0,t=n<r?n:r;e<t;++e)if(s[e]!==a[e])return s[e]>a[e]^u<0?1:-1;return n===r?0:n>r^u<0?1:-1};B.cosine=B.cos=function(){var i,e,t=this,n=t.constructor;return t.d?t.d[0]?(i=n.precision,e=n.rounding,n.precision=i+Math.max(t.e,t.sd())+Q,n.rounding=1,t=ba(n,ho(n,t)),n.precision=i,n.rounding=e,D(Tt==2||Tt==3?t.neg():t,i,e,!0)):new n(1):new n(NaN)};B.cubeRoot=B.cbrt=function(){var i,e,t,n,r,o,s,a,u,c,l=this,m=l.constructor;if(!l.isFinite()||l.isZero())return new m(l);for($=!1,o=l.s*Be(l.s*l,1/3),!o||Math.abs(o)==1/0?(t=Le(l.d),i=l.e,(o=(i-t.length+1)%3)&&(t+=o==1||o==-2?"0":"00"),o=Be(t,1/3),i=Ee((i+1)/3)-(i%3==(i<0?-1:2)),o==1/0?t="5e"+i:(t=o.toExponential(),t=t.slice(0,t.indexOf("e")+1)+i),n=new m(t),n.s=l.s):n=new m(o.toString()),s=(i=m.precision)+3;;)if(a=n,u=a.times(a).times(a),c=u.plus(l),n=pe(c.plus(l).times(a),c.plus(u),s+2,1),Le(a.d).slice(0,s)===(t=Le(n.d)).slice(0,s))if(t=t.slice(s-3,s+1),t=="9999"||!r&&t=="4999"){if(!r&&(D(a,i+1,0),a.times(a).times(a).eq(l))){n=a;break}s+=4,r=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(D(n,i+1,1),e=!n.times(n).times(n).eq(l));break}return $=!0,D(n,i,m.rounding,e)};B.decimalPlaces=B.dp=function(){var i,e=this.d,t=NaN;if(e){if(i=e.length-1,t=(i-Ee(this.e/Q))*Q,i=e[i],i)for(;i%10==0;i/=10)t--;t<0&&(t=0)}return t};B.dividedBy=B.div=function(i){return pe(this,new this.constructor(i))};B.dividedToIntegerBy=B.divToInt=function(i){var e=this,t=e.constructor;return D(pe(e,new t(i),0,1,1),t.precision,t.rounding)};B.equals=B.eq=function(i){return this.cmp(i)===0};B.floor=function(){return D(new this.constructor(this),this.e+1,3)};B.greaterThan=B.gt=function(i){return this.cmp(i)>0};B.greaterThanOrEqualTo=B.gte=function(i){var e=this.cmp(i);return e==1||e===0};B.hyperbolicCosine=B.cosh=function(){var i,e,t,n,r,o=this,s=o.constructor,a=new s(1);if(!o.isFinite())return new s(o.s?1/0:NaN);if(o.isZero())return a;t=s.precision,n=s.rounding,s.precision=t+Math.max(o.e,o.sd())+4,s.rounding=1,r=o.d.length,r<32?(i=Math.ceil(r/3),e=(1/cr(4,i)).toString()):(i=16,e="2.3283064365386962890625e-10"),o=en(s,1,o.times(e),new s(1),!0);for(var u,c=i,l=new s(8);c--;)u=o.times(o),o=a.minus(u.times(l.minus(u.times(l))));return D(o,s.precision=t,s.rounding=n,!0)};B.hyperbolicSine=B.sinh=function(){var i,e,t,n,r=this,o=r.constructor;if(!r.isFinite()||r.isZero())return new o(r);if(e=o.precision,t=o.rounding,o.precision=e+Math.max(r.e,r.sd())+4,o.rounding=1,n=r.d.length,n<3)r=en(o,2,r,r,!0);else{i=1.4*Math.sqrt(n),i=i>16?16:i|0,r=r.times(1/cr(5,i)),r=en(o,2,r,r,!0);for(var s,a=new o(5),u=new o(16),c=new o(20);i--;)s=r.times(r),r=r.times(a.plus(s.times(u.times(s).plus(c))))}return o.precision=e,o.rounding=t,D(r,e,t,!0)};B.hyperbolicTangent=B.tanh=function(){var i,e,t=this,n=t.constructor;return t.isFinite()?t.isZero()?new n(t):(i=n.precision,e=n.rounding,n.precision=i+7,n.rounding=1,pe(t.sinh(),t.cosh(),n.precision=i,n.rounding=e)):new n(t.s)};B.inverseCosine=B.acos=function(){var i,e=this,t=e.constructor,n=e.abs().cmp(1),r=t.precision,o=t.rounding;return n!==-1?n===0?e.isNeg()?nt(t,r,o):new t(0):new t(NaN):e.isZero()?nt(t,r+4,o).times(.5):(t.precision=r+6,t.rounding=1,e=e.asin(),i=nt(t,r+4,o).times(.5),t.precision=r,t.rounding=o,i.minus(e))};B.inverseHyperbolicCosine=B.acosh=function(){var i,e,t=this,n=t.constructor;return t.lte(1)?new n(t.eq(1)?0:NaN):t.isFinite()?(i=n.precision,e=n.rounding,n.precision=i+Math.max(Math.abs(t.e),t.sd())+4,n.rounding=1,$=!1,t=t.times(t).minus(1).sqrt().plus(t),$=!0,n.precision=i,n.rounding=e,t.ln()):new n(t)};B.inverseHyperbolicSine=B.asinh=function(){var i,e,t=this,n=t.constructor;return!t.isFinite()||t.isZero()?new n(t):(i=n.precision,e=n.rounding,n.precision=i+2*Math.max(Math.abs(t.e),t.sd())+6,n.rounding=1,$=!1,t=t.times(t).plus(1).sqrt().plus(t),$=!0,n.precision=i,n.rounding=e,t.ln())};B.inverseHyperbolicTangent=B.atanh=function(){var i,e,t,n,r=this,o=r.constructor;return r.isFinite()?r.e>=0?new o(r.abs().eq(1)?r.s/0:r.isZero()?r:NaN):(i=o.precision,e=o.rounding,n=r.sd(),Math.max(n,i)<2*-r.e-1?D(new o(r),i,e,!0):(o.precision=t=n-r.e,r=pe(r.plus(1),new o(1).minus(r),t+i,1),o.precision=i+4,o.rounding=1,r=r.ln(),o.precision=i,o.rounding=e,r.times(.5))):new o(NaN)};B.inverseSine=B.asin=function(){var i,e,t,n,r=this,o=r.constructor;return r.isZero()?new o(r):(e=r.abs().cmp(1),t=o.precision,n=o.rounding,e!==-1?e===0?(i=nt(o,t+4,n).times(.5),i.s=r.s,i):new o(NaN):(o.precision=t+6,o.rounding=1,r=r.div(new o(1).minus(r.times(r)).sqrt().plus(1)).atan(),o.precision=t,o.rounding=n,r.times(2)))};B.inverseTangent=B.atan=function(){var i,e,t,n,r,o,s,a,u,c=this,l=c.constructor,m=l.precision,d=l.rounding;if(c.isFinite()){if(c.isZero())return new l(c);if(c.abs().eq(1)&&m+4<=Yr)return s=nt(l,m+4,d).times(.25),s.s=c.s,s}else{if(!c.s)return new l(NaN);if(m+4<=Yr)return s=nt(l,m+4,d).times(.5),s.s=c.s,s}for(l.precision=a=m+10,l.rounding=1,t=Math.min(28,a/Q+2|0),i=t;i;--i)c=c.div(c.times(c).plus(1).sqrt().plus(1));for($=!1,e=Math.ceil(a/Q),n=1,u=c.times(c),s=new l(c),r=c;i!==-1;)if(r=r.times(u),o=s.minus(r.div(n+=2)),r=r.times(u),s=o.plus(r.div(n+=2)),s.d[e]!==void 0)for(i=e;s.d[i]===o.d[i]&&i--;);return t&&(s=s.times(2<<t-1)),$=!0,D(s,l.precision=m,l.rounding=d,!0)};B.isFinite=function(){return!!this.d};B.isInteger=B.isInt=function(){return!!this.d&&Ee(this.e/Q)>this.d.length-2};B.isNaN=function(){return!this.s};B.isNegative=B.isNeg=function(){return this.s<0};B.isPositive=B.isPos=function(){return this.s>0};B.isZero=function(){return!!this.d&&this.d[0]===0};B.lessThan=B.lt=function(i){return this.cmp(i)<0};B.lessThanOrEqualTo=B.lte=function(i){return this.cmp(i)<1};B.logarithm=B.log=function(i){var e,t,n,r,o,s,a,u,c=this,l=c.constructor,m=l.precision,d=l.rounding,p=5;if(i==null)i=new l(10),e=!0;else{if(i=new l(i),t=i.d,i.s<0||!t||!t[0]||i.eq(1))return new l(NaN);e=i.eq(10)}if(t=c.d,c.s<0||!t||!t[0]||c.eq(1))return new l(t&&!t[0]?-1/0:c.s!=1?NaN:t?0:1/0);if(e)if(t.length>1)o=!0;else{for(r=t[0];r%10===0;)r/=10;o=r!==1}if($=!1,a=m+p,s=Lt(c,a),n=e?sr(l,a+10):Lt(i,a),u=pe(s,n,a,1),An(u.d,r=m,d))do if(a+=10,s=Lt(c,a),n=e?sr(l,a+10):Lt(i,a),u=pe(s,n,a,1),!o){+Le(u.d).slice(r+1,r+15)+1==1e14&&(u=D(u,m+1,0));break}while(An(u.d,r+=10,d));return $=!0,D(u,m,d)};B.minus=B.sub=function(i){var e,t,n,r,o,s,a,u,c,l,m,d,p=this,y=p.constructor;if(i=new y(i),!p.d||!i.d)return!p.s||!i.s?i=new y(NaN):p.d?i.s=-i.s:i=new y(i.d||p.s!==i.s?p:NaN),i;if(p.s!=i.s)return i.s=-i.s,p.plus(i);if(c=p.d,d=i.d,a=y.precision,u=y.rounding,!c[0]||!d[0]){if(d[0])i.s=-i.s;else if(c[0])i=new y(p);else return new y(u===3?-0:0);return $?D(i,a,u):i}if(t=Ee(i.e/Q),l=Ee(p.e/Q),c=c.slice(),o=l-t,o){for(m=o<0,m?(e=c,o=-o,s=d.length):(e=d,t=l,s=c.length),n=Math.max(Math.ceil(a/Q),s)+2,o>n&&(o=n,e.length=1),e.reverse(),n=o;n--;)e.push(0);e.reverse()}else{for(n=c.length,s=d.length,m=n<s,m&&(s=n),n=0;n<s;n++)if(c[n]!=d[n]){m=c[n]<d[n];break}o=0}for(m&&(e=c,c=d,d=e,i.s=-i.s),s=c.length,n=d.length-s;n>0;--n)c[s++]=0;for(n=d.length;n>o;){if(c[--n]<d[n]){for(r=n;r&&c[--r]===0;)c[r]=rt-1;--c[r],c[n]+=rt}c[n]-=d[n]}for(;c[--s]===0;)c.pop();for(;c[0]===0;c.shift())--t;return c[0]?(i.d=c,i.e=ur(c,t),$?D(i,a,u):i):new y(u===3?-0:0)};B.modulo=B.mod=function(i){var e,t=this,n=t.constructor;return i=new n(i),!t.d||!i.s||i.d&&!i.d[0]?new n(NaN):!i.d||t.d&&!t.d[0]?D(new n(t),n.precision,n.rounding):($=!1,n.modulo==9?(e=pe(t,i.abs(),0,3,1),e.s*=i.s):e=pe(t,i,0,n.modulo,1),e=e.times(i),$=!0,t.minus(e))};B.naturalExponential=B.exp=function(){return Qr(this)};B.naturalLogarithm=B.ln=function(){return Lt(this)};B.negated=B.neg=function(){var i=new this.constructor(this);return i.s=-i.s,D(i)};B.plus=B.add=function(i){var e,t,n,r,o,s,a,u,c,l,m=this,d=m.constructor;if(i=new d(i),!m.d||!i.d)return!m.s||!i.s?i=new d(NaN):m.d||(i=new d(i.d||m.s===i.s?m:NaN)),i;if(m.s!=i.s)return i.s=-i.s,m.minus(i);if(c=m.d,l=i.d,a=d.precision,u=d.rounding,!c[0]||!l[0])return l[0]||(i=new d(m)),$?D(i,a,u):i;if(o=Ee(m.e/Q),n=Ee(i.e/Q),c=c.slice(),r=o-n,r){for(r<0?(t=c,r=-r,s=l.length):(t=l,n=o,s=c.length),o=Math.ceil(a/Q),s=o>s?o+1:s+1,r>s&&(r=s,t.length=1),t.reverse();r--;)t.push(0);t.reverse()}for(s=c.length,r=l.length,s-r<0&&(r=s,t=l,l=c,c=t),e=0;r;)e=(c[--r]=c[r]+l[r]+e)/rt|0,c[r]%=rt;for(e&&(c.unshift(e),++n),s=c.length;c[--s]==0;)c.pop();return i.d=c,i.e=ur(c,n),$?D(i,a,u):i};B.precision=B.sd=function(i){var e,t=this;if(i!==void 0&&i!==!!i&&i!==1&&i!==0)throw Error(Rt+i);return t.d?(e=bo(t.d),i&&t.e+1>e&&(e=t.e+1)):e=NaN,e};B.round=function(){var i=this,e=i.constructor;return D(new e(i),i.e+1,e.rounding)};B.sine=B.sin=function(){var i,e,t=this,n=t.constructor;return t.isFinite()?t.isZero()?new n(t):(i=n.precision,e=n.rounding,n.precision=i+Math.max(t.e,t.sd())+Q,n.rounding=1,t=wa(n,ho(n,t)),n.precision=i,n.rounding=e,D(Tt>2?t.neg():t,i,e,!0)):new n(NaN)};B.squareRoot=B.sqrt=function(){var i,e,t,n,r,o,s=this,a=s.d,u=s.e,c=s.s,l=s.constructor;if(c!==1||!a||!a[0])return new l(!c||c<0&&(!a||a[0])?NaN:a?s:1/0);for($=!1,c=Math.sqrt(+s),c==0||c==1/0?(e=Le(a),(e.length+u)%2==0&&(e+="0"),c=Math.sqrt(e),u=Ee((u+1)/2)-(u<0||u%2),c==1/0?e="5e"+u:(e=c.toExponential(),e=e.slice(0,e.indexOf("e")+1)+u),n=new l(e)):n=new l(c.toString()),t=(u=l.precision)+3;;)if(o=n,n=o.plus(pe(s,o,t+2,1)).times(.5),Le(o.d).slice(0,t)===(e=Le(n.d)).slice(0,t))if(e=e.slice(t-3,t+1),e=="9999"||!r&&e=="4999"){if(!r&&(D(o,u+1,0),o.times(o).eq(s))){n=o;break}t+=4,r=1}else{(!+e||!+e.slice(1)&&e.charAt(0)=="5")&&(D(n,u+1,1),i=!n.times(n).eq(s));break}return $=!0,D(n,u,l.rounding,i)};B.tangent=B.tan=function(){var i,e,t=this,n=t.constructor;return t.isFinite()?t.isZero()?new n(t):(i=n.precision,e=n.rounding,n.precision=i+10,n.rounding=1,t=t.sin(),t.s=1,t=pe(t,new n(1).minus(t.times(t)).sqrt(),i+10,0),n.precision=i,n.rounding=e,D(Tt==2||Tt==4?t.neg():t,i,e,!0)):new n(NaN)};B.times=B.mul=function(i){var e,t,n,r,o,s,a,u,c,l=this,m=l.constructor,d=l.d,p=(i=new m(i)).d;if(i.s*=l.s,!d||!d[0]||!p||!p[0])return new m(!i.s||d&&!d[0]&&!p||p&&!p[0]&&!d?NaN:!d||!p?i.s/0:i.s*0);for(t=Ee(l.e/Q)+Ee(i.e/Q),u=d.length,c=p.length,u<c&&(o=d,d=p,p=o,s=u,u=c,c=s),o=[],s=u+c,n=s;n--;)o.push(0);for(n=c;--n>=0;){for(e=0,r=u+n;r>n;)a=o[r]+p[n]*d[r-n-1]+e,o[r--]=a%rt|0,e=a/rt|0;o[r]=(o[r]+e)%rt|0}for(;!o[--s];)o.pop();return e?++t:o.shift(),i.d=o,i.e=ur(o,t),$?D(i,m.precision,m.rounding):i};B.toBinary=function(i,e){return Hr(this,2,i,e)};B.toDecimalPlaces=B.toDP=function(i,e){var t=this,n=t.constructor;return t=new n(t),i===void 0?t:(Xe(i,0,Ot),e===void 0?e=n.rounding:Xe(e,0,8),D(t,i+t.e+1,e))};B.toExponential=function(i,e){var t,n=this,r=n.constructor;return i===void 0?t=dt(n,!0):(Xe(i,0,Ot),e===void 0?e=r.rounding:Xe(e,0,8),n=D(new r(n),i+1,e),t=dt(n,!0,i+1)),n.isNeg()&&!n.isZero()?"-"+t:t};B.toFixed=function(i,e){var t,n,r=this,o=r.constructor;return i===void 0?t=dt(r):(Xe(i,0,Ot),e===void 0?e=o.rounding:Xe(e,0,8),n=D(new o(r),i+r.e+1,e),t=dt(n,!1,i+n.e+1)),r.isNeg()&&!r.isZero()?"-"+t:t};B.toFraction=function(i){var e,t,n,r,o,s,a,u,c,l,m,d,p=this,y=p.d,f=p.constructor;if(!y)return new f(p);if(c=t=new f(1),n=u=new f(0),e=new f(n),o=e.e=bo(y)-p.e-1,s=o%Q,e.d[0]=Be(10,s<0?Q+s:s),i==null)i=o>0?e:c;else{if(a=new f(i),!a.isInt()||a.lt(c))throw Error(Rt+a);i=a.gt(e)?o>0?e:c:a}for($=!1,a=new f(Le(y)),l=f.precision,f.precision=o=y.length*Q*2;m=pe(a,e,0,1,1),r=t.plus(m.times(n)),r.cmp(i)!=1;)t=n,n=r,r=c,c=u.plus(m.times(r)),u=r,r=e,e=a.minus(m.times(r)),a=r;return r=pe(i.minus(t),n,0,1,1),u=u.plus(r.times(c)),t=t.plus(r.times(n)),u.s=c.s=p.s,d=pe(c,n,o,1).minus(p).abs().cmp(pe(u,t,o,1).minus(p).abs())<1?[c,n]:[u,t],f.precision=l,$=!0,d};B.toHexadecimal=B.toHex=function(i,e){return Hr(this,16,i,e)};B.toNearest=function(i,e){var t=this,n=t.constructor;if(t=new n(t),i==null){if(!t.d)return t;i=new n(1),e=n.rounding}else{if(i=new n(i),e===void 0?e=n.rounding:Xe(e,0,8),!t.d)return i.s?t:i;if(!i.d)return i.s&&(i.s=t.s),i}return i.d[0]?($=!1,t=pe(t,i,0,e,1).times(i),$=!0,D(t)):(i.s=t.s,t=i),t};B.toNumber=function(){return+this};B.toOctal=function(i,e){return Hr(this,8,i,e)};B.toPower=B.pow=function(i){var e,t,n,r,o,s,a=this,u=a.constructor,c=+(i=new u(i));if(!a.d||!i.d||!a.d[0]||!i.d[0])return new u(Be(+a,c));if(a=new u(a),a.eq(1))return a;if(n=u.precision,o=u.rounding,i.eq(1))return D(a,n,o);if(e=Ee(i.e/Q),e>=i.d.length-1&&(t=c<0?-c:c)<=fa)return r=go(u,a,t,n),i.s<0?new u(1).div(r):D(r,n,o);if(s=a.s,s<0){if(e<i.d.length-1)return new u(NaN);if((i.d[e]&1)==0&&(s=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=s,a}return t=Be(+a,c),e=t==0||!isFinite(t)?Ee(c*(Math.log("0."+Le(a.d))/Math.LN10+a.e+1)):new u(t+"").e,e>u.maxE+1||e<u.minE-1?new u(e>0?s/0:0):($=!1,u.rounding=a.s=1,t=Math.min(12,(e+"").length),r=Qr(i.times(Lt(a,n+t)),n),r.d&&(r=D(r,n+5,1),An(r.d,n,o)&&(e=n+10,r=D(Qr(i.times(Lt(a,e+t)),e),e+5,1),+Le(r.d).slice(n+1,n+15)+1==1e14&&(r=D(r,n+1,0)))),r.s=s,$=!0,u.rounding=o,D(r,n,o))};B.toPrecision=function(i,e){var t,n=this,r=n.constructor;return i===void 0?t=dt(n,n.e<=r.toExpNeg||n.e>=r.toExpPos):(Xe(i,1,Ot),e===void 0?e=r.rounding:Xe(e,0,8),n=D(new r(n),i,e),t=dt(n,i<=n.e||n.e<=r.toExpNeg,i)),n.isNeg()&&!n.isZero()?"-"+t:t};B.toSignificantDigits=B.toSD=function(i,e){var t=this,n=t.constructor;return i===void 0?(i=n.precision,e=n.rounding):(Xe(i,1,Ot),e===void 0?e=n.rounding:Xe(e,0,8)),D(new n(t),i,e)};B.toString=function(){var i=this,e=i.constructor,t=dt(i,i.e<=e.toExpNeg||i.e>=e.toExpPos);return i.isNeg()&&!i.isZero()?"-"+t:t};B.truncated=B.trunc=function(){return D(new this.constructor(this),this.e+1,1)};B.valueOf=B.toJSON=function(){var i=this,e=i.constructor,t=dt(i,i.e<=e.toExpNeg||i.e>=e.toExpPos);return i.isNeg()?"-"+t:t};function Le(i){var e,t,n,r=i.length-1,o="",s=i[0];if(r>0){for(o+=s,e=1;e<r;e++)n=i[e]+"",t=Q-n.length,t&&(o+=Ct(t)),o+=n;s=i[e],n=s+"",t=Q-n.length,t&&(o+=Ct(t))}else if(s===0)return"0";for(;s%10===0;)s/=10;return o+s}function Xe(i,e,t){if(i!==~~i||i<e||i>t)throw Error(Rt+i)}function An(i,e,t,n){var r,o,s,a;for(o=i[0];o>=10;o/=10)--e;return--e<0?(e+=Q,r=0):(r=Math.ceil((e+1)/Q),e%=Q),o=Be(10,Q-e),a=i[r]%o|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==o||t>3&&a+1==o/2)&&(i[r+1]/o/100|0)==Be(10,e-2)-1||(a==o/2||a==0)&&(i[r+1]/o/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==o||!n&&t>3&&a+1==o/2)&&(i[r+1]/o/1e3|0)==Be(10,e-3)-1,s}function rr(i,e,t){for(var n,r=[0],o,s=0,a=i.length;s<a;){for(o=r.length;o--;)r[o]*=e;for(r[0]+=Xr.indexOf(i.charAt(s++)),n=0;n<r.length;n++)r[n]>t-1&&(r[n+1]===void 0&&(r[n+1]=0),r[n+1]+=r[n]/t|0,r[n]%=t)}return r.reverse()}function ba(i,e){var t,n,r;if(e.isZero())return e;n=e.d.length,n<32?(t=Math.ceil(n/3),r=(1/cr(4,t)).toString()):(t=16,r="2.3283064365386962890625e-10"),i.precision+=t,e=en(i,1,e.times(r),new i(1));for(var o=t;o--;){var s=e.times(e);e=s.times(s).minus(s).times(8).plus(1)}return i.precision-=t,e}var pe=function(){function i(n,r,o){var s,a=0,u=n.length;for(n=n.slice();u--;)s=n[u]*r+a,n[u]=s%o|0,a=s/o|0;return a&&n.unshift(a),n}function e(n,r,o,s){var a,u;if(o!=s)u=o>s?1:-1;else for(a=u=0;a<o;a++)if(n[a]!=r[a]){u=n[a]>r[a]?1:-1;break}return u}function t(n,r,o,s){for(var a=0;o--;)n[o]-=a,a=n[o]<r[o]?1:0,n[o]=a*s+n[o]-r[o];for(;!n[0]&&n.length>1;)n.shift()}return function(n,r,o,s,a,u){var c,l,m,d,p,y,f,b,w,k,h,P,T,I,R,x,K,U,F,X,re=n.constructor,ne=n.s==r.s?1:-1,le=n.d,Y=r.d;if(!le||!le[0]||!Y||!Y[0])return new re(!n.s||!r.s||(le?Y&&le[0]==Y[0]:!Y)?NaN:le&&le[0]==0||!Y?ne*0:ne/0);for(u?(p=1,l=n.e-r.e):(u=rt,p=Q,l=Ee(n.e/p)-Ee(r.e/p)),F=Y.length,K=le.length,w=new re(ne),k=w.d=[],m=0;Y[m]==(le[m]||0);m++);if(Y[m]>(le[m]||0)&&l--,o==null?(I=o=re.precision,s=re.rounding):a?I=o+(n.e-r.e)+1:I=o,I<0)k.push(1),y=!0;else{if(I=I/p+2|0,m=0,F==1){for(d=0,Y=Y[0],I++;(m<K||d)&&I--;m++)R=d*u+(le[m]||0),k[m]=R/Y|0,d=R%Y|0;y=d||m<K}else{for(d=u/(Y[0]+1)|0,d>1&&(Y=i(Y,d,u),le=i(le,d,u),F=Y.length,K=le.length),x=F,h=le.slice(0,F),P=h.length;P<F;)h[P++]=0;X=Y.slice(),X.unshift(0),U=Y[0],Y[1]>=u/2&&++U;do d=0,c=e(Y,h,F,P),c<0?(T=h[0],F!=P&&(T=T*u+(h[1]||0)),d=T/U|0,d>1?(d>=u&&(d=u-1),f=i(Y,d,u),b=f.length,P=h.length,c=e(f,h,b,P),c==1&&(d--,t(f,F<b?X:Y,b,u))):(d==0&&(c=d=1),f=Y.slice()),b=f.length,b<P&&f.unshift(0),t(h,f,P,u),c==-1&&(P=h.length,c=e(Y,h,F,P),c<1&&(d++,t(h,F<P?X:Y,P,u))),P=h.length):c===0&&(d++,h=[0]),k[m++]=d,c&&h[0]?h[P++]=le[x]||0:(h=[le[x]],P=1);while((x++<K||h[0]!==void 0)&&I--);y=h[0]!==void 0}k[0]||k.shift()}if(p==1)w.e=l,lo=y;else{for(m=1,d=k[0];d>=10;d/=10)m++;w.e=m+l*p-1,D(w,a?o+w.e+1:o,s,y)}return w}}();function D(i,e,t,n){var r,o,s,a,u,c,l,m,d,p=i.constructor;e:if(e!=null){if(m=i.d,!m)return i;for(r=1,a=m[0];a>=10;a/=10)r++;if(o=e-r,o<0)o+=Q,s=e,l=m[d=0],u=l/Be(10,r-s-1)%10|0;else if(d=Math.ceil((o+1)/Q),a=m.length,d>=a)if(n){for(;a++<=d;)m.push(0);l=u=0,r=1,o%=Q,s=o-Q+1}else break e;else{for(l=a=m[d],r=1;a>=10;a/=10)r++;o%=Q,s=o-Q+r,u=s<0?0:l/Be(10,r-s-1)%10|0}if(n=n||e<0||m[d+1]!==void 0||(s<0?l:l%Be(10,r-s-1)),c=t<4?(u||n)&&(t==0||t==(i.s<0?3:2)):u>5||u==5&&(t==4||n||t==6&&(o>0?s>0?l/Be(10,r-s):0:m[d-1])%10&1||t==(i.s<0?8:7)),e<1||!m[0])return m.length=0,c?(e-=i.e+1,m[0]=Be(10,(Q-e%Q)%Q),i.e=-e||0):m[0]=i.e=0,i;if(o==0?(m.length=d,a=1,d--):(m.length=d+1,a=Be(10,Q-o),m[d]=s>0?(l/Be(10,r-s)%Be(10,s)|0)*a:0),c)for(;;)if(d==0){for(o=1,s=m[0];s>=10;s/=10)o++;for(s=m[0]+=a,a=1;s>=10;s/=10)a++;o!=a&&(i.e++,m[0]==rt&&(m[0]=1));break}else{if(m[d]+=a,m[d]!=rt)break;m[d--]=0,a=1}for(o=m.length;m[--o]===0;)m.pop()}return $&&(i.e>p.maxE?(i.d=null,i.e=NaN):i.e<p.minE&&(i.e=0,i.d=[0])),i}function dt(i,e,t){if(!i.isFinite())return ko(i);var n,r=i.e,o=Le(i.d),s=o.length;return e?(t&&(n=t-s)>0?o=o.charAt(0)+"."+o.slice(1)+Ct(n):s>1&&(o=o.charAt(0)+"."+o.slice(1)),o=o+(i.e<0?"e":"e+")+i.e):r<0?(o="0."+Ct(-r-1)+o,t&&(n=t-s)>0&&(o+=Ct(n))):r>=s?(o+=Ct(r+1-s),t&&(n=t-r-1)>0&&(o=o+"."+Ct(n))):((n=r+1)<s&&(o=o.slice(0,n)+"."+o.slice(n)),t&&(n=t-s)>0&&(r+1===s&&(o+="."),o+=Ct(n))),o}function ur(i,e){var t=i[0];for(e*=Q;t>=10;t/=10)e++;return e}function sr(i,e,t){if(e>ya)throw $=!0,t&&(i.precision=t),Error(mo);return D(new i(ir),e,1,!0)}function nt(i,e,t){if(e>Yr)throw Error(mo);return D(new i(or),e,t,!0)}function bo(i){var e=i.length-1,t=e*Q+1;if(e=i[e],e){for(;e%10==0;e/=10)t--;for(e=i[0];e>=10;e/=10)t++}return t}function Ct(i){for(var e="";i--;)e+="0";return e}function go(i,e,t,n){var r,o=new i(1),s=Math.ceil(n/Q+4);for($=!1;;){if(t%2&&(o=o.times(e),uo(o.d,s)&&(r=!0)),t=Ee(t/2),t===0){t=o.d.length-1,r&&o.d[t]===0&&++o.d[t];break}e=e.times(e),uo(e.d,s)}return $=!0,o}function ao(i){return i.d[i.d.length-1]&1}function wo(i,e,t){for(var n,r=new i(e[0]),o=0;++o<e.length;)if(n=new i(e[o]),n.s)r[t](n)&&(r=n);else{r=n;break}return r}function Qr(i,e){var t,n,r,o,s,a,u,c=0,l=0,m=0,d=i.constructor,p=d.rounding,y=d.precision;if(!i.d||!i.d[0]||i.e>17)return new d(i.d?i.d[0]?i.s<0?0:1/0:1:i.s?i.s<0?0:i:0/0);for(e==null?($=!1,u=y):u=e,a=new d(.03125);i.e>-2;)i=i.times(a),m+=5;for(n=Math.log(Be(2,m))/Math.LN10*2+5|0,u+=n,t=o=s=new d(1),d.precision=u;;){if(o=D(o.times(i),u,1),t=t.times(++l),a=s.plus(pe(o,t,u,1)),Le(a.d).slice(0,u)===Le(s.d).slice(0,u)){for(r=m;r--;)s=D(s.times(s),u,1);if(e==null)if(c<3&&An(s.d,u-n,p,c))d.precision=u+=10,t=o=a=new d(1),l=0,c++;else return D(s,d.precision=y,p,$=!0);else return d.precision=y,s}s=a}}function Lt(i,e){var t,n,r,o,s,a,u,c,l,m,d,p=1,y=10,f=i,b=f.d,w=f.constructor,k=w.rounding,h=w.precision;if(f.s<0||!b||!b[0]||!f.e&&b[0]==1&&b.length==1)return new w(b&&!b[0]?-1/0:f.s!=1?NaN:b?0:f);if(e==null?($=!1,l=h):l=e,w.precision=l+=y,t=Le(b),n=t.charAt(0),Math.abs(o=f.e)<15e14){for(;n<7&&n!=1||n==1&&t.charAt(1)>3;)f=f.times(i),t=Le(f.d),n=t.charAt(0),p++;o=f.e,n>1?(f=new w("0."+t),o++):f=new w(n+"."+t.slice(1))}else return c=sr(w,l+2,h).times(o+""),f=Lt(new w(n+"."+t.slice(1)),l-y).plus(c),w.precision=h,e==null?D(f,h,k,$=!0):f;for(m=f,u=s=f=pe(f.minus(1),f.plus(1),l,1),d=D(f.times(f),l,1),r=3;;){if(s=D(s.times(d),l,1),c=u.plus(pe(s,new w(r),l,1)),Le(c.d).slice(0,l)===Le(u.d).slice(0,l))if(u=u.times(2),o!==0&&(u=u.plus(sr(w,l+2,h).times(o+""))),u=pe(u,new w(p),l,1),e==null)if(An(u.d,l-y,k,a))w.precision=l+=y,c=s=f=pe(m.minus(1),m.plus(1),l,1),d=D(f.times(f),l,1),r=a=1;else return D(u,w.precision=h,k,$=!0);else return w.precision=h,u;u=c,r+=2}}function ko(i){return String(i.s*i.s/0)}function jr(i,e){var t,n,r;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(r=e.length;e.charCodeAt(r-1)===48;--r);if(e=e.slice(n,r),e){if(r-=n,i.e=t=t-n-1,i.d=[],n=(t+1)%Q,t<0&&(n+=Q),n<r){for(n&&i.d.push(+e.slice(0,n)),r-=Q;n<r;)i.d.push(+e.slice(n,n+=Q));e=e.slice(n),n=Q-e.length}else n-=r;for(;n--;)e+="0";i.d.push(+e),$&&(i.e>i.constructor.maxE?(i.d=null,i.e=NaN):i.e<i.constructor.minE&&(i.e=0,i.d=[0]))}else i.e=0,i.d=[0];return i}function ga(i,e){var t,n,r,o,s,a,u,c,l;if(e.indexOf("_")>-1){if(e=e.replace(/(\d)_(?=\d)/g,"$1"),yo.test(e))return jr(i,e)}else if(e==="Infinity"||e==="NaN")return+e||(i.s=NaN),i.e=NaN,i.d=null,i;if(da.test(e))t=16,e=e.toLowerCase();else if(ma.test(e))t=2;else if(pa.test(e))t=8;else throw Error(Rt+e);for(o=e.search(/p/i),o>0?(u=+e.slice(o+1),e=e.substring(2,o)):e=e.slice(2),o=e.indexOf("."),s=o>=0,n=i.constructor,s&&(e=e.replace(".",""),a=e.length,o=a-o,r=go(n,new n(t),o,o*2)),c=rr(e,t,rt),l=c.length-1,o=l;c[o]===0;--o)c.pop();return o<0?new n(i.s*0):(i.e=ur(c,l),i.d=c,$=!1,s&&(i=pe(i,r,a*4)),u&&(i=i.times(Math.abs(u)<54?Be(2,u):Pn.pow(2,u))),$=!0,i)}function wa(i,e){var t,n=e.d.length;if(n<3)return e.isZero()?e:en(i,2,e,e);t=1.4*Math.sqrt(n),t=t>16?16:t|0,e=e.times(1/cr(5,t)),e=en(i,2,e,e);for(var r,o=new i(5),s=new i(16),a=new i(20);t--;)r=e.times(e),e=e.times(o.plus(r.times(s.times(r).minus(a))));return e}function en(i,e,t,n,r){var o,s,a,u,c=1,l=i.precision,m=Math.ceil(l/Q);for($=!1,u=t.times(t),a=new i(n);;){if(s=pe(a.times(u),new i(e++*e++),l,1),a=r?n.plus(s):n.minus(s),n=pe(s.times(u),new i(e++*e++),l,1),s=a.plus(n),s.d[m]!==void 0){for(o=m;s.d[o]===a.d[o]&&o--;);if(o==-1)break}o=a,a=n,n=s,s=o,c++}return $=!0,s.d.length=m+1,s}function cr(i,e){for(var t=i;--e;)t*=i;return t}function ho(i,e){var t,n=e.s<0,r=nt(i,i.precision,1),o=r.times(.5);if(e=e.abs(),e.lte(o))return Tt=n?4:1,e;if(t=e.divToInt(r),t.isZero())Tt=n?3:2;else{if(e=e.minus(t.times(r)),e.lte(o))return Tt=ao(t)?n?2:3:n?4:1,e;Tt=ao(t)?n?1:4:n?3:2}return e.minus(r).abs()}function Hr(i,e,t,n){var r,o,s,a,u,c,l,m,d,p=i.constructor,y=t!==void 0;if(y?(Xe(t,1,Ot),n===void 0?n=p.rounding:Xe(n,0,8)):(t=p.precision,n=p.rounding),!i.isFinite())l=ko(i);else{for(l=dt(i),s=l.indexOf("."),y?(r=2,e==16?t=t*4-3:e==8&&(t=t*3-2)):r=e,s>=0&&(l=l.replace(".",""),d=new p(1),d.e=l.length-s,d.d=rr(dt(d),10,r),d.e=d.d.length),m=rr(l,10,r),o=u=m.length;m[--u]==0;)m.pop();if(!m[0])l=y?"0p+0":"0";else{if(s<0?o--:(i=new p(i),i.d=m,i.e=o,i=pe(i,d,t,n,0,r),m=i.d,o=i.e,c=lo),s=m[t],a=r/2,c=c||m[t+1]!==void 0,c=n<4?(s!==void 0||c)&&(n===0||n===(i.s<0?3:2)):s>a||s===a&&(n===4||c||n===6&&m[t-1]&1||n===(i.s<0?8:7)),m.length=t,c)for(;++m[--t]>r-1;)m[t]=0,t||(++o,m.unshift(1));for(u=m.length;!m[u-1];--u);for(s=0,l="";s<u;s++)l+=Xr.charAt(m[s]);if(y){if(u>1)if(e==16||e==8){for(s=e==16?4:3,--u;u%s;u++)l+="0";for(m=rr(l,r,e),u=m.length;!m[u-1];--u);for(s=1,l="1.";s<u;s++)l+=Xr.charAt(m[s])}else l=l.charAt(0)+"."+l.slice(1);l=l+(o<0?"p":"p+")+o}else if(o<0){for(;++o;)l="0"+l;l="0."+l}else if(++o>u)for(o-=u;o--;)l+="0";else o<u&&(l=l.slice(0,o)+"."+l.slice(o))}l=(e==16?"0x":e==2?"0b":e==8?"0o":"")+l}return i.s<0?"-"+l:l}function uo(i,e){if(i.length>e)return i.length=e,!0}function ka(i){return new this(i).abs()}function ha(i){return new this(i).acos()}function Aa(i){return new this(i).acosh()}function Pa(i,e){return new this(i).plus(e)}function Ta(i){return new this(i).asin()}function Ia(i){return new this(i).asinh()}function xa(i){return new this(i).atan()}function Ba(i){return new this(i).atanh()}function Sa(i,e){i=new this(i),e=new this(e);var t,n=this.precision,r=this.rounding,o=n+4;return!i.s||!e.s?t=new this(NaN):!i.d&&!e.d?(t=nt(this,o,1).times(e.s>0?.25:.75),t.s=i.s):!e.d||i.isZero()?(t=e.s<0?nt(this,n,r):new this(0),t.s=i.s):!i.d||e.isZero()?(t=nt(this,o,1).times(.5),t.s=i.s):e.s<0?(this.precision=o,this.rounding=1,t=this.atan(pe(i,e,o,1)),e=nt(this,o,1),this.precision=n,this.rounding=r,t=i.s<0?t.minus(e):t.plus(e)):t=this.atan(pe(i,e,o,1)),t}function Ka(i){return new this(i).cbrt()}function Ca(i){return D(i=new this(i),i.e+1,2)}function La(i,e,t){return new this(i).clamp(e,t)}function Ra(i){if(!i||typeof i!="object")throw Error(ar+"Object expected");var e,t,n,r=i.defaults===!0,o=["precision",1,Ot,"rounding",0,8,"toExpNeg",-$t,0,"toExpPos",0,$t,"maxE",0,$t,"minE",-$t,0,"modulo",0,9];for(e=0;e<o.length;e+=3)if(t=o[e],r&&(this[t]=zr[t]),(n=i[t])!==void 0)if(Ee(n)===n&&n>=o[e+1]&&n<=o[e+2])this[t]=n;else throw Error(Rt+t+": "+n);if(t="crypto",r&&(this[t]=zr[t]),(n=i[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(po);else this[t]=!1;else throw Error(Rt+t+": "+n);return this}function Oa(i){return new this(i).cos()}function Na(i){return new this(i).cosh()}function Ao(i){var e,t,n;function r(o){var s,a,u,c=this;if(!(c instanceof r))return new r(o);if(c.constructor=r,co(o)){c.s=o.s,$?!o.d||o.e>r.maxE?(c.e=NaN,c.d=null):o.e<r.minE?(c.e=0,c.d=[0]):(c.e=o.e,c.d=o.d.slice()):(c.e=o.e,c.d=o.d?o.d.slice():o.d);return}if(u=typeof o,u==="number"){if(o===0){c.s=1/o<0?-1:1,c.e=0,c.d=[0];return}if(o<0?(o=-o,c.s=-1):c.s=1,o===~~o&&o<1e7){for(s=0,a=o;a>=10;a/=10)s++;$?s>r.maxE?(c.e=NaN,c.d=null):s<r.minE?(c.e=0,c.d=[0]):(c.e=s,c.d=[o]):(c.e=s,c.d=[o]);return}else if(o*0!==0){o||(c.s=NaN),c.e=NaN,c.d=null;return}return jr(c,o.toString())}else if(u!=="string")throw Error(Rt+o);return(a=o.charCodeAt(0))===45?(o=o.slice(1),c.s=-1):(a===43&&(o=o.slice(1)),c.s=1),yo.test(o)?jr(c,o):ga(c,o)}if(r.prototype=B,r.ROUND_UP=0,r.ROUND_DOWN=1,r.ROUND_CEIL=2,r.ROUND_FLOOR=3,r.ROUND_HALF_UP=4,r.ROUND_HALF_DOWN=5,r.ROUND_HALF_EVEN=6,r.ROUND_HALF_CEIL=7,r.ROUND_HALF_FLOOR=8,r.EUCLID=9,r.config=r.set=Ra,r.clone=Ao,r.isDecimal=co,r.abs=ka,r.acos=ha,r.acosh=Aa,r.add=Pa,r.asin=Ta,r.asinh=Ia,r.atan=xa,r.atanh=Ba,r.atan2=Sa,r.cbrt=Ka,r.ceil=Ca,r.clamp=La,r.cos=Oa,r.cosh=Na,r.div=_a,r.exp=Ma,r.floor=Ea,r.hypot=Va,r.ln=Fa,r.log=va,r.log10=Da,r.log2=Wa,r.max=qa,r.min=Ua,r.mod=Ga,r.mul=Xa,r.pow=za,r.random=Ya,r.round=Qa,r.sign=ja,r.sin=Ha,r.sinh=Za,r.sqrt=Ja,r.sub=$a,r.sum=eu,r.tan=tu,r.tanh=nu,r.trunc=ru,i===void 0&&(i={}),i&&i.defaults!==!0)for(n=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],e=0;e<n.length;)i.hasOwnProperty(t=n[e++])||(i[t]=this[t]);return r.config(i),r}function _a(i,e){return new this(i).div(e)}function Ma(i){return new this(i).exp()}function Ea(i){return D(i=new this(i),i.e+1,3)}function Va(){var i,e,t=new this(0);for($=!1,i=0;i<arguments.length;)if(e=new this(arguments[i++]),e.d)t.d&&(t=t.plus(e.times(e)));else{if(e.s)return $=!0,new this(1/0);t=e}return $=!0,t.sqrt()}function co(i){return i instanceof Pn||i&&i.toStringTag===fo||!1}function Fa(i){return new this(i).ln()}function va(i,e){return new this(i).log(e)}function Wa(i){return new this(i).log(2)}function Da(i){return new this(i).log(10)}function qa(){return wo(this,arguments,"lt")}function Ua(){return wo(this,arguments,"gt")}function Ga(i,e){return new this(i).mod(e)}function Xa(i,e){return new this(i).mul(e)}function za(i,e){return new this(i).pow(e)}function Ya(i){var e,t,n,r,o=0,s=new this(1),a=[];if(i===void 0?i=this.precision:Xe(i,1,Ot),n=Math.ceil(i/Q),this.crypto)if(crypto.getRandomValues)for(e=crypto.getRandomValues(new Uint32Array(n));o<n;)r=e[o],r>=429e7?e[o]=crypto.getRandomValues(new Uint32Array(1))[0]:a[o++]=r%1e7;else if(crypto.randomBytes){for(e=crypto.randomBytes(n*=4);o<n;)r=e[o]+(e[o+1]<<8)+(e[o+2]<<16)+((e[o+3]&127)<<24),r>=214e7?crypto.randomBytes(4).copy(e,o):(a.push(r%1e7),o+=4);o=n/4}else throw Error(po);else for(;o<n;)a[o++]=Math.random()*1e7|0;for(n=a[--o],i%=Q,n&&i&&(r=Be(10,Q-i),a[o]=(n/r|0)*r);a[o]===0;o--)a.pop();if(o<0)t=0,a=[0];else{for(t=-1;a[0]===0;t-=Q)a.shift();for(n=1,r=a[0];r>=10;r/=10)n++;n<Q&&(t-=Q-n)}return s.e=t,s.d=a,s}function Qa(i){return D(i=new this(i),i.e+1,this.rounding)}function ja(i){return i=new this(i),i.d?i.d[0]?i.s:0*i.s:i.s||NaN}function Ha(i){return new this(i).sin()}function Za(i){return new this(i).sinh()}function Ja(i){return new this(i).sqrt()}function $a(i,e){return new this(i).sub(e)}function eu(){var i=0,e=arguments,t=new this(e[i]);for($=!1;t.s&&++i<e.length;)t=t.plus(e[i]);return $=!0,D(t,this.precision,this.rounding)}function tu(i){return new this(i).tan()}function nu(i){return new this(i).tanh()}function ru(i){return D(i=new this(i),i.e+1,1)}B[Symbol.for("nodejs.util.inspect.custom")]=B.toString;B[Symbol.toStringTag]="Decimal";var Pn=B.constructor=Ao(zr);ir=new Pn(ir);or=new Pn(or);var M=Pn;import{PublicKey as $r}from"@solana/web3.js";import{TOKEN_PROGRAM_ID as iu}from"@solana/spl-token";import{PublicKey as be,SystemProgram as ou,SYSVAR_RENT_PUBKEY as su}from"@solana/web3.js";function A({pubkey:i,isSigner:e=!1,isWritable:t=!0}){return{pubkey:i,isWritable:t,isSigner:e}}var Zr=[A({pubkey:iu,isWritable:!1}),A({pubkey:ou.programId,isWritable:!1}),A({pubkey:su,isWritable:!1})];function tn({publicKey:i,transformSol:e}){let t=Jr(i.toString());if(t instanceof be)return e&&t.equals(me)?j:t;if(e&&t.toString()===me.toBase58())return j;if(typeof t=="string"){if(t===be.default.toBase58())return be.default;try{return new be(t)}catch{throw new Error("invalid public key")}}throw new Error("invalid public key")}function Jr(i){try{return new be(i)}catch{return i}}var nn=new be("MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"),It=new be("SysvarRent111111111111111111111111111111111"),Po=new be("SysvarC1ock11111111111111111111111111111111"),rn=new be("metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"),au=new be("Sysvar1nstructions1111111111111111111111111"),Ml=new be("4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R"),El=new be("Ea5SjE2Y6yvCeW5dYTn7PYMuW5ikXkvbGdcmSnXeaLjS"),Vl=new be("SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt"),Fl=new be("EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"),vl=new be("Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB"),Wl=new be("mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So"),Dl=new be("7dHbWXmci3dT8UFYWYZweBLXgycu7Y3iL6trKn1Y7ARj"),ql=new be("USDH1SM1ojwWUga67PGrgFWUHibbjqMvuMaDkRJTgkX"),Ul=new be("NRVwhjBQiUPYtfDT5zRBVJajzFQHaBUNtC7SNVvqRFa"),Gl=new be("ANAxByE6G2WjFp7A4NqtWYXb3mgruyzZYg3spfxe6Lbo"),Xl=new be("7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs"),j=new be("So11111111111111111111111111111111111111112"),me=be.default;function Nt(i){return tn({publicKey:i,transformSol:!0})}import{PublicKey as uu}from"@solana/web3.js";import{TOKEN_PROGRAM_ID as To}from"@solana/spl-token";var je={chainId:101,address:uu.default.toBase58(),programId:To.toBase58(),decimals:9,symbol:"SOL",name:"solana",logoURI:"https://img.raydium.io/icon/So11111111111111111111111111111111111111112.png",tags:[],priority:2,type:"raydium",extensions:{coingeckoId:"solana"}},Re={chainId:101,address:"So11111111111111111111111111111111111111112",programId:To.toBase58(),decimals:9,symbol:"WSOL",name:"Wrapped SOL",logoURI:"https://img.raydium.io/icon/So11111111111111111111111111111111111111112.png",tags:[],priority:2,type:"raydium",extensions:{coingeckoId:"solana"}};var ei=class{constructor({mint:e,decimals:t,symbol:n,name:r,skipMint:o=!1,isToken2022:s=!1}){if(e===me.toBase58()||e instanceof $r&&me.equals(e)){this.decimals=Re.decimals,this.symbol=Re.symbol,this.name=Re.name,this.mint=new $r(Re.address),this.isToken2022=!1;return}this.decimals=t,this.symbol=n||e.toString().substring(0,6),this.name=r||e.toString().substring(0,6),this.mint=o?$r.default:tn({publicKey:e}),this.isToken2022=s}equals(e){return this===e?!0:this.mint.equals(e.mint)}},ue=ei;ue.WSOL=new ei(v(O({},Re),{mint:Re.address}));import mr from"big.js";import mu from"bn.js";import du from"decimal.js-light";import cu from"toformat";var lu=cu,Tn=lu;var lr=oe("module/fraction"),ti=Tn(mr),In=Tn(du),pu={[0]:In.ROUND_DOWN,[1]:In.ROUND_HALF_UP,[2]:In.ROUND_UP},fu={[0]:mr.roundDown,[1]:mr.roundHalfUp,[2]:mr.roundUp},ee=class{constructor(e,t=new mu(1)){this.numerator=z(e),this.denominator=z(t)}get quotient(){return this.numerator.div(this.denominator)}invert(){return new ee(this.denominator,this.numerator)}add(e){let t=e instanceof ee?e:new ee(z(e));return this.denominator.eq(t.denominator)?new ee(this.numerator.add(t.numerator),this.denominator):new ee(this.numerator.mul(t.denominator).add(t.numerator.mul(this.denominator)),this.denominator.mul(t.denominator))}sub(e){let t=e instanceof ee?e:new ee(z(e));return this.denominator.eq(t.denominator)?new ee(this.numerator.sub(t.numerator),this.denominator):new ee(this.numerator.mul(t.denominator).sub(t.numerator.mul(this.denominator)),this.denominator.mul(t.denominator))}mul(e){let t=e instanceof ee?e:new ee(z(e));return new ee(this.numerator.mul(t.numerator),this.denominator.mul(t.denominator))}div(e){let t=e instanceof ee?e:new ee(z(e));return new ee(this.numerator.mul(t.denominator),this.denominator.mul(t.numerator))}toSignificant(e,t={groupSeparator:""},n=1){Number.isInteger(e)||lr.logWithError(`${e} is not an integer.`),e<=0&&lr.logWithError(`${e} is not positive.`),In.set({precision:e+1,rounding:pu[n]});let r=new In(this.numerator.toString()).div(this.denominator.toString()).toSignificantDigits(e);return r.toFormat(r.decimalPlaces(),t)}toFixed(e,t={groupSeparator:""},n=1){return Number.isInteger(e)||lr.logWithError(`${e} is not an integer.`),e<0&&lr.logWithError(`${e} is negative.`),ti.DP=e,ti.RM=fu[n]||1,new ti(this.numerator.toString()).div(this.denominator.toString()).toFormat(e,t)}isZero(){return this.numerator.isZero()}};var bu=oe("Raydium_price"),De=class extends ee{constructor(t){let{baseToken:n,quoteToken:r,numerator:o,denominator:s}=t;super(o,s);this.baseToken=n,this.quoteToken=r,this.scalar=new ee(ni(n.decimals),ni(r.decimals))}get raw(){return new ee(this.numerator,this.denominator)}get adjusted(){return super.mul(this.scalar)}invert(){return new De({baseToken:this.quoteToken,quoteToken:this.baseToken,denominator:this.numerator,numerator:this.denominator})}mul(t){this.quoteToken!==t.baseToken&&bu.logWithError("mul token not equals");let n=super.mul(t);return new De({baseToken:this.baseToken,quoteToken:t.quoteToken,denominator:n.denominator,numerator:n.numerator})}toSignificant(t=this.quoteToken.decimals,n,r){return this.adjusted.toSignificant(t,n,r)}toFixed(t=this.quoteToken.decimals,n,r){return this.adjusted.toFixed(t,n,r)}};var ri=class{constructor({decimals:e,symbol:t="UNKNOWN",name:n="UNKNOWN"}){this.decimals=e,this.symbol=t,this.name=n}equals(e){return this===e}},dr=ri;dr.SOL=new ri(je);import gu from"bn.js";var Io=new ee(new gu(100)),ze=class extends ee{toSignificant(e=5,t,n){return this.mul(Io).toSignificant(e,t,n)}toFixed(e=2,t,n){return this.mul(Io).toFixed(e,t,n)}};function on(i){if(i instanceof ze)return new ee(i.numerator,i.denominator);if(i instanceof De)return i.adjusted;if(i instanceof fe)try{return on(i.toExact())}catch{return new ee(Oe)}if(i instanceof ee)return i;let e=String(i),t=xt(e);return new ee(t.numerator,t.denominator)}function xo(i,e){if(i==null||e==null)return!1;let t=on(i),n=on(e);return t.sub(n).numerator,t.sub(n).numerator.lt(Oe)}function Bo(i,e){if(i==null||e==null)return!1;let t=on(i),n=on(e);return t.sub(n).numerator.gt(Oe)}var Oe=new Ke(0),xn=new Ke(1),Wm=new Ke(2),Dm=new Ke(3),qm=new Ke(5),Bn=new Ke(10),Um=new Ke(100),Gm=new Ke(1e3),Xm=new Ke(1e4),So=9007199254740991;function z(i){let e=oe("Raydium_parseBigNumberish");if(i instanceof Ke)return i;if(typeof i=="string"){if(i.match(/^-?[0-9]+$/))return new Ke(i);e.logWithError(`invalid BigNumberish string: ${i}`)}return typeof i=="number"?(i%1&&e.logWithError(`BigNumberish number underflow: ${i}`),(i>=So||i<=-So)&&e.logWithError(`BigNumberish number overflow: ${i}`),new Ke(String(i))):typeof i=="bigint"?new Ke(i.toString()):(e.error(`invalid BigNumberish value: ${i}`),new Ke(0))}function ni(i){return Bn.pow(z(i))}function xt(i){var a;if(i===void 0)return{denominator:"1",numerator:"0"};if(i instanceof Ke)return{numerator:i.toString(),denominator:"1"};if(i instanceof ee)return{denominator:i.denominator.toString(),numerator:i.numerator.toString()};let e=String(i),[,t="",n="",r=""]=(a=e.replace(",","").match(/(-?)(\d*)\.?(\d*)/))!=null?a:[],o="1"+"0".repeat(r.length),s=t+(n==="0"?"":n)+r||"0";return{denominator:o,numerator:s,sign:t,int:n,dec:r}}function pr(i,e){let t=i.divmod(e);return t.mod.isZero()?t.div:t.div.isNeg()?t.div.isubn(1):t.div.iaddn(1)}function wu(i){var n;let[,e="",t=""]=(n=i.toFixed(2).match(/(-?)(\d*)\.?(\d*)/))!=null?n:[];return`${e}${t}`}function ii(i,e=0){return i instanceof Ke?i:new Ke(wu(oi(i).mul(Bn.pow(new Ke(String(e))))))}function oi(i){if(i instanceof ze)return new ee(i.numerator,i.denominator);if(i instanceof De)return i.adjusted;if(i instanceof fe)try{return oi(i.toExact())}catch{return new ee(Oe)}if(i instanceof ee)return i;let e=String(i),t=xt(e);return new ee(t.numerator,t.denominator)}function fr(i){if(i==null)return;let{numerator:e,denominator:t}=xt(i.toString());return new ee(e,t)}var hu=oe("Raydium_amount"),Co=Tn(ku);function Au(i,e){let t="0",n="0";if(i.includes(".")){let r=i.split(".");r.length===2?([t,n]=r,n=n.padEnd(e,"0")):hu.logWithError(`invalid number string, num: ${i}`)}else t=i;return[t,n.slice(0,e)||n]}var fe=class extends ee{constructor(t,n,r=!0,o){let s=new yr(0),a=Bn.pow(new yr(t.decimals));if(r)s=z(n);else{let u=new yr(0),c=new yr(0);if(typeof n=="string"||typeof n=="number"||typeof n=="bigint"){let[l,m]=Au(n.toString(),t.decimals);u=z(l),c=z(m)}u=u.mul(a),s=u.add(c)}super(s,a);this.logger=oe(o||"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 fe(this.token,this.raw.add(t.raw))}subtract(t){return this.token.equals(t.token)||this.logger.logWithError("sub token not equals"),new fe(this.token,this.raw.sub(t.raw))}toSignificant(t=this.token.decimals,n,r=0){return super.toSignificant(t,n,r)}toFixed(t=this.token.decimals,n,r=0){return t>this.token.decimals&&this.logger.logWithError("decimals overflow"),super.toFixed(t,n,r)}toExact(t={groupSeparator:""}){return Co.DP=this.token.decimals,new Co(this.numerator.toString()).div(this.denominator.toString()).toFormat(t)}};function Ko(i){return typeof i=="object"&&i!==null&&![ue,fe,Pu,ee,Tu,De,ze].some(e=>typeof e=="object"&&i instanceof e)}function Pe(i){return typeof i=="string"?Jr(i):Array.isArray(i)?i.map(e=>Pe(e)):Ko(i)?Object.fromEntries(Object.entries(i).map(([e,t])=>[e,Pe(t)])):i}import{PublicKey as kr,sendAndConfirmTransaction as ci,Transaction as Cn,TransactionMessage as Ln,VersionedTransaction as Rn}from"@solana/web3.js";import Lu from"axios";var N={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",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",FarmV5Deposit:"FarmV5Deposit",FarmV5Withdraw:"FarmV5Withdraw",FarmV5CreateLedger:"FarmV5CreateLedger",FarmV6Deposit:"FarmV6Deposit",FarmV6Withdraw:"FarmV6Withdraw",FarmV6Create:"FarmV6Create",FarmV6Restart:"FarmV6Restart",FarmV6CreatorAddReward:"FarmV6CreatorAddReward",FarmV6CreatorWithdraw:"FarmV6CreatorWithdraw"};import{PublicKey as Iu,ComputeBudgetProgram as Lo,Transaction as Oo,TransactionMessage as xu,Keypair as No,VersionedTransaction as Bu}from"@solana/web3.js";import{TOKEN_PROGRAM_ID as Su}from"@solana/spl-token";var Ro=oe("Raydium_txUtil"),_o=1644;function sn(i){let e=[],t=[];return i.microLamports&&(e.push(Lo.setComputeUnitPrice({microLamports:i.microLamports})),t.push(N.SetComputeUnitPrice)),i.units&&(e.push(Lo.setComputeUnitLimit({units:i.units})),t.push(N.SetComputeUnitLimit)),{instructions:e,instructionTypes:t}}async function an(i){var e,t;try{return((t=await((e=i.getLatestBlockhash)==null?void 0:e.call(i)))==null?void 0:t.blockhash)||(await i.getRecentBlockhash()).blockhash}catch{return(await i.getRecentBlockhash()).blockhash}}function _t(i,e){i.length<1&&Ro.logWithError(`no instructions provided: ${i.toString()}`),e.length<1&&Ro.logWithError(`no signers provided:, ${e.toString()}`);let t=new Oo;t.recentBlockhash="11111111111111111111111111111111",t.feePayer=e[0],t.add(...i);try{return Buffer.from(t.serialize({verifySignatures:!1})).toString("base64").length<_o}catch{return!1}}function ge(i,e){let[t,n]=Iu.findProgramAddressSync(i,e);return{publicKey:t,nonce:n}}function Sn({instructions:i,payer:e,signers:t}){return _t(i,[e,...t])}function Kn({instructions:i,payer:e,lookupTableAddressAccount:t}){let r=new xu({payerKey:e,recentBlockhash:No.generate().publicKey.toString(),instructions:i}).compileToV0Message(Object.values(t!=null?t:{}));try{return Buffer.from(r.serialize()).toString("base64").length<_o}catch{return!1}}var Ku=i=>Buffer.isBuffer(i)?i:i instanceof Uint8Array?Buffer.from(i.buffer,i.byteOffset,i.byteLength):Buffer.from(i);function Xt(i){let e=[];return i.forEach(t=>{t instanceof Oo&&(t.recentBlockhash||(t.recentBlockhash=Su.toBase58()),t.feePayer||(t.feePayer=No.generate().publicKey));let n=t.serialize({requireAllSignatures:!1,verifySignatures:!1});t instanceof Bu&&(n=Ku(n));let r=n.toString("base64");e.push(r)}),console.log("simulate tx string:",e),e}import{PublicKey as Mo,AddressLookupTableAccount as gr}from"@solana/web3.js";import{PublicKey as Cu}from"@solana/web3.js";import{getTransferFeeConfig as Od,unpackMint as Nd}from"@solana/spl-token";var si=oe("Raydium_accountInfo_util");async function pt(i,e,t){let{batchRequest:n,commitment:r="confirmed"}=O({batchRequest:!1},t),o=ai(e,100),s=new Array(o.length).fill([]);if(n){let a=o.map(l=>{let m=i._buildArgs([l.map(d=>d.toBase58())],r,"base64");return{methodName:"getMultipleAccounts",args:m}}),u=ai(a,10);s=(await(await Promise.all(u.map(async l=>await i._rpcBatchRequest(l)))).flat()).map(l=>(l.error&&si.logWithError(`failed to get info for multiple accounts, RPC_ERROR, ${l.error.message}`),l.result.value.map(m=>{if(m){let{data:d,executable:p,lamports:y,owner:f,rentEpoch:b}=m;return d.length!==2&&d[1]!=="base64"&&si.logWithError("info must be base64 encoded, RPC_ERROR"),{data:Buffer.from(d[0],"base64"),executable:p,lamports:y,owner:new Cu(f),rentEpoch:b}}return null})))}else try{s=await Promise.all(o.map(a=>i.getMultipleAccountsInfo(a,r)))}catch(a){a instanceof Error&&si.logWithError(`failed to get info for multiple accounts, RPC_ERROR, ${a.message}`)}return s.flat()}async function br(i,e,t){let n=await pt(i,e.map(r=>r.pubkey),t);return e.map((r,o)=>v(O({},r),{accountInfo:n[o]}))}async function ui({connection:i,address:e}){let t=await pt(i,[...new Set(e.map(r=>r.toString()))].map(r=>new Mo(r))),n={};for(let r=0;r<e.length;r++){let o=t[r],s=e[r];if(!o)continue;let a=new gr({key:s,state:gr.deserialize(o.data)});n[s.toString()]=a,wr[s.toString()]=a}return n}var wr={"2immgwYNHBbyVQKVGCEkgWpi53bLwWNRMB5G2nbgYV17":new gr({key:new Mo("2immgwYNHBbyVQKVGCEkgWpi53bLwWNRMB5G2nbgYV17"),state:gr.deserialize(Buffer.from("AQAAAP//////////d49+DAAAAAAAAQZMWvw7GUNJdaccNBVnb57OKakxL2BHLYvhRwVILRsgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMGRm/lIRcy/+ytunLDm+e8jOW7xfcSayxDmzpAAAAABt324ddloZPZy+FGzut5rBy0he1fWzeROoz1hX7/AKkG3fbh7nWP3hhCXbzkbM3athr8TYO5DSf+vfko2KGL/AVKU1D4XciC1hSlVnJ4iilt3x6rq9CmBniISTL07vagBqfVFxksXFEhjMlMPUrxf1ja7gibof1E49vZigAAAAAGp9UXGMd0yShWY5hpHV62i164o5tLbVxzVVshAAAAAIyXJY9OJInxuz0QKR