@cobaltx/sdk-v2
Version:
An SDK for building applications on top of CobaltX.
1 lines • 93.4 kB
JavaScript
"use strict";var ar=Object.create;var qe=Object.defineProperty;var ur=Object.getOwnPropertyDescriptor;var cr=Object.getOwnPropertyNames;var lr=Object.getPrototypeOf,fr=Object.prototype.hasOwnProperty;var mr=(e,t)=>{for(var n in t)qe(e,n,{get:t[n],enumerable:!0})},Wt=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of cr(t))!fr.call(e,i)&&i!==n&&qe(e,i,{get:()=>t[i],enumerable:!(r=ur(t,i))||r.enumerable});return e};var $=(e,t,n)=>(n=e!=null?ar(lr(e)):{},Wt(t||!e||!e.__esModule?qe(n,"default",{value:e,enumerable:!0}):n,e)),pr=e=>Wt(qe({},"__esModule",{value:!0}),e);var po={};mr(po,{ACCOUNT_TYPE_SIZE:()=>gr,ALL_PROGRAM_ID:()=>uo,AMM_STABLE:()=>Vn,AMM_V4:()=>Kn,AccountType:()=>Gt,BNDivCeil:()=>Ce,BN_100:()=>Ki,BN_1000:()=>Vi,BN_10000:()=>Wi,BN_FIVE:()=>Fi,BN_ONE:()=>Li,BN_TEN:()=>Se,BN_THREE:()=>vi,BN_TWO:()=>Oi,BN_ZERO:()=>me,CLMM_LOCK_AUTH_ID:()=>Hn,CLMM_LOCK_PROGRAM_ID:()=>Un,CLOCK_PROGRAM_ID:()=>bi,CREATE_CPMM_POOL_AUTH:()=>Zn,CREATE_CPMM_POOL_FEE_ACC:()=>Xn,CREATE_CPMM_POOL_PROGRAM:()=>Qn,DEVNET_PROGRAM_ID:()=>co,DEV_CREATE_CPMM_POOL_AUTH:()=>$n,DEV_CREATE_CPMM_POOL_FEE_ACC:()=>er,DEV_CREATE_CPMM_POOL_PROGRAM:()=>Jn,DEV_LOCK_CPMM_AUTH:()=>ir,DEV_LOCK_CPMM_PROGRAM:()=>nr,FARM_PROGRAM_ID_V3:()=>Rn,FARM_PROGRAM_ID_V4:()=>io,FARM_PROGRAM_ID_V5:()=>In,FARM_PROGRAM_ID_V6:()=>Ln,FEE_DESTINATION_ID:()=>so,IDO_ALL_PROGRAM:()=>ao,IDO_PROGRAM_ID_V1:()=>Gn,IDO_PROGRAM_ID_V2:()=>jn,IDO_PROGRAM_ID_V3:()=>Yn,IDO_PROGRAM_ID_V4:()=>zn,INSTRUCTION_PROGRAM_ID:()=>Ai,InstructionType:()=>pt,LIQUIDITY_POOL_PROGRAM_ID_V5_MODEL:()=>oo,LOCK_CPMM_AUTH:()=>rr,LOCK_CPMM_PROGRAM:()=>tr,LogLevel:()=>Ut,Logger:()=>Ge,MAX_BASE64_SIZE:()=>It,MEMO_PROGRAM_ID:()=>hi,MEMO_PROGRAM_ID2:()=>Ti,METADATA_PROGRAM_ID:()=>Si,OPEN_BOOK_PROGRAM:()=>vn,Owner:()=>pe,RENT_PROGRAM_ID:()=>wi,Rounding:()=>rt,Router:()=>qn,SERUM_PROGRAM_ID_V3:()=>Fn,SOLMint:()=>De,SYSTEM_PROGRAM_ID:()=>Ni,TxBuilder:()=>Ft,TxVersion:()=>Rt,UTIL1216:()=>On,accountMeta:()=>st,add:()=>Di,addComputeBudget:()=>We,checkLegacyTxSize:()=>Ie,checkV0TxSize:()=>Le,chunkArray:()=>je,commonSystemAccountMeta:()=>gi,confirmTransaction:()=>Ue,createLogger:()=>Z,decimalToFraction:()=>_n,div:()=>Ci,divCeil:()=>Ui,eq:()=>Sn,fetchMultipleMintInfos:()=>hr,findProgramAddress:()=>Ot,forecastTransactionSize:()=>Lt,getATAAddress:()=>ro,getCLMMProgramId:()=>Wn,getDate:()=>Dt,getEpochInfo:()=>to,getLookupTableCache:()=>He,getMax:()=>Mi,getMintAddresses:()=>ze,getMultipleAccountsInfo:()=>Ye,getMultipleAccountsInfoWithCustomFlags:()=>qt,getMultipleLookupTableInfo:()=>gt,getRecentBlockHash:()=>Pe,getTime:()=>Pn,getTimestamp:()=>Ii,getTransferAmountFee:()=>lo,getTransferAmountFeeV2:()=>fo,gt:()=>bn,gte:()=>Pi,intersection:()=>Qi,isDateAfter:()=>Yi,isDateBefore:()=>ji,isDecimal:()=>yn,isMeaningfulNumber:()=>Bi,isNumber:()=>Mt,jsonInfo2PoolKeys:()=>Pt,lt:()=>_i,lte:()=>yi,minExpirationTime:()=>mo,mul:()=>ft,notInnerObject:()=>mt,offsetDateTime:()=>zi,parseBigNumberish:()=>z,parseNumberInfo:()=>Ae,parseSimulateLogToJson:()=>$i,parseSimulateValue:()=>eo,printSimulate:()=>Ne,recursivelyDecimalToFraction:()=>kt,setLoggerLevel:()=>dr,shakeFractionDecimal:()=>xn,simulateMultipleInstruction:()=>Ji,simulateTransaction:()=>kn,sleep:()=>Ri,solToWSol:()=>bt,sub:()=>ki,tenExponential:()=>lt,toBN:()=>En,toBuffer:()=>vt,toFraction:()=>Bt,toFractionWithDecimals:()=>Ei,toPercent:()=>Hi,toTokenPrice:()=>qi,toTotalPrice:()=>Gi,toUsdCurrency:()=>Ct,transformTxToBase64:()=>no,tryParsePublicKey:()=>ut,txToBase64:()=>Bn,uniq:()=>Xi,validateAndParsePublicKey:()=>at,xor:()=>Zi});module.exports=pr(po);var ge=require("@solana/spl-token"),wt=require("@solana/web3.js");var Ee=require("lodash"),Ut=(i=>(i[i.Error=0]="Error",i[i.Warning=1]="Warning",i[i.Info=2]="Info",i[i.Debug=3]="Debug",i))(Ut||{}),Ge=class{constructor(t){this.logLevel=t.logLevel!==void 0?t.logLevel:0,this.name=t.name}set level(t){this.logLevel=t}get time(){return Date.now().toString()}get moduleName(){return this.name}isLogLevel(t){return t<=this.logLevel}error(...t){return this.isLogLevel(0)?(console.error(this.time,this.name,"sdk logger error",...t),this):this}logWithError(...t){let n=t.map(r=>typeof r=="object"?JSON.stringify(r):r).join(", ");throw new Error(n)}warning(...t){return this.isLogLevel(1)?(console.warn(this.time,this.name,"sdk logger warning",...t),this):this}info(...t){return this.isLogLevel(2)?(console.info(this.time,this.name,"sdk logger info",...t),this):this}debug(...t){return this.isLogLevel(3)?(console.debug(this.time,this.name,"sdk logger debug",...t),this):this}},ht={},Ht={};function Z(e){let t=(0,Ee.get)(ht,e);if(!t){let n=(0,Ee.get)(Ht,e);t=new Ge({name:e,logLevel:n}),(0,Ee.set)(ht,e,t)}return t}function dr(e,t){(0,Ee.set)(Ht,e,t);let n=(0,Ee.get)(ht,e);n&&(n.level=t)}var Tt=Z("CobaltX_accountInfo_util");async function Ye(e,t,n){let{batchRequest:r,commitment:i="confirmed",chunkCount:o=100}={batchRequest:!1,...n},s=je(t,o),a=new Array(s.length).fill([]);if(r){let c=s.map(f=>{let m=e._buildArgs([f.map(d=>d.toBase58())],i,"base64");return{methodName:"getMultipleAccounts",args:m}}),u=je(c,10);a=(await(await Promise.all(u.map(async f=>await e._rpcBatchRequest(f)))).flat()).map(f=>(f.error&&Tt.logWithError(`failed to get info for multiple accounts, RPC_ERROR, ${f.error.message}`),f.result.value.map(m=>{if(m){let{data:d,executable:h,lamports:g,owner:b,rentEpoch:T}=m;return d.length!==2&&d[1]!=="base64"&&Tt.logWithError("info must be base64 encoded, RPC_ERROR"),{data:Buffer.from(d[0],"base64"),executable:h,lamports:g,owner:new wt.PublicKey(b),rentEpoch:T}}return null})))}else try{a=await Promise.all(s.map(c=>e.getMultipleAccountsInfo(c,i)))}catch(c){c instanceof Error&&Tt.logWithError(`failed to get info for multiple accounts, RPC_ERROR, ${c.message}`)}return a.flat()}async function qt(e,t,n){let r=await Ye(e,t.map(i=>i.pubkey),n);return t.map((i,o)=>({...i,accountInfo:r[o]}))}var Gt=(r=>(r[r.Uninitialized=0]="Uninitialized",r[r.Mint=1]="Mint",r[r.Account=2]="Account",r))(Gt||{}),gr=1;async function hr({connection:e,mints:t,network:n,config:r}){var s,a,c;if(t.length===0)return{};let i=await qt(e,t.map(u=>({pubkey:bt(u,n)})),r),o={};for(let u of i){if(!u.accountInfo||u.accountInfo.data.length<ge.MINT_SIZE){console.log("invalid mint account",u.pubkey.toBase58());continue}let l=(0,ge.unpackMint)(u.pubkey,u.accountInfo,(s=u.accountInfo)==null?void 0:s.owner);o[u.pubkey.toString()]={...l,programId:((a=u.accountInfo)==null?void 0:a.owner)||ge.TOKEN_PROGRAM_ID,feeConfig:(c=(0,ge.getTransferFeeConfig)(l))!=null?c:void 0}}return o[wt.PublicKey.default.toBase58()]=o[ze(n).WSOLMint.toBase58()],o}var V=$(require("bn.js"));var ke=9e15,be=1e9,St="0123456789abcdef",Xe="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",Je="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",At={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-ke,maxE:ke,crypto:!1},Qt,ce,y=!0,et="[DecimalError] ",we=et+"Invalid argument: ",Zt=et+"Precision limit exceeded",Xt=et+"crypto unavailable",Jt="[object Decimal]",Q=Math.floor,q=Math.pow,Tr=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,wr=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,br=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,$t=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,ne=1e7,E=7,Sr=9007199254740991,Ar=Xe.length-1,Nt=Je.length-1,p={toStringTag:Jt};p.absoluteValue=p.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),S(e)};p.ceil=function(){return S(new this.constructor(this),this.e+1,2)};p.clampedTo=p.clamp=function(e,t){var n,r=this,i=r.constructor;if(e=new i(e),t=new i(t),!e.s||!t.s)return new i(NaN);if(e.gt(t))throw Error(we+t);return n=r.cmp(e),n<0?e:r.cmp(t)>0?t:new i(r)};p.comparedTo=p.cmp=function(e){var t,n,r,i,o=this,s=o.d,a=(e=new o.constructor(e)).d,c=o.s,u=e.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(o.e!==e.e)return o.e>e.e^c<0?1:-1;for(r=s.length,i=a.length,t=0,n=r<i?r:i;t<n;++t)if(s[t]!==a[t])return s[t]>a[t]^c<0?1:-1;return r===i?0:r>i^c<0?1:-1};p.cosine=p.cos=function(){var e,t,n=this,r=n.constructor;return n.d?n.d[0]?(e=r.precision,t=r.rounding,r.precision=e+Math.max(n.e,n.sd())+E,r.rounding=1,n=Nr(r,on(r,n)),r.precision=e,r.rounding=t,S(ce==2||ce==3?n.neg():n,e,t,!0)):new r(1):new r(NaN)};p.cubeRoot=p.cbrt=function(){var e,t,n,r,i,o,s,a,c,u,l=this,f=l.constructor;if(!l.isFinite()||l.isZero())return new f(l);for(y=!1,o=l.s*q(l.s*l,1/3),!o||Math.abs(o)==1/0?(n=Y(l.d),e=l.e,(o=(e-n.length+1)%3)&&(n+=o==1||o==-2?"0":"00"),o=q(n,1/3),e=Q((e+1)/3)-(e%3==(e<0?-1:2)),o==1/0?n="5e"+e:(n=o.toExponential(),n=n.slice(0,n.indexOf("e")+1)+e),r=new f(n),r.s=l.s):r=new f(o.toString()),s=(e=f.precision)+3;;)if(a=r,c=a.times(a).times(a),u=c.plus(l),r=L(u.plus(l).times(a),u.plus(c),s+2,1),Y(a.d).slice(0,s)===(n=Y(r.d)).slice(0,s))if(n=n.slice(s-3,s+1),n=="9999"||!i&&n=="4999"){if(!i&&(S(a,e+1,0),a.times(a).times(a).eq(l))){r=a;break}s+=4,i=1}else{(!+n||!+n.slice(1)&&n.charAt(0)=="5")&&(S(r,e+1,1),t=!r.times(r).times(r).eq(l));break}return y=!0,S(r,e,f.rounding,t)};p.decimalPlaces=p.dp=function(){var e,t=this.d,n=NaN;if(t){if(e=t.length-1,n=(e-Q(this.e/E))*E,e=t[e],e)for(;e%10==0;e/=10)n--;n<0&&(n=0)}return n};p.dividedBy=p.div=function(e){return L(this,new this.constructor(e))};p.dividedToIntegerBy=p.divToInt=function(e){var t=this,n=t.constructor;return S(L(t,new n(e),0,1,1),n.precision,n.rounding)};p.equals=p.eq=function(e){return this.cmp(e)===0};p.floor=function(){return S(new this.constructor(this),this.e+1,3)};p.greaterThan=p.gt=function(e){return this.cmp(e)>0};p.greaterThanOrEqualTo=p.gte=function(e){var t=this.cmp(e);return t==1||t===0};p.hyperbolicCosine=p.cosh=function(){var e,t,n,r,i,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;n=s.precision,r=s.rounding,s.precision=n+Math.max(o.e,o.sd())+4,s.rounding=1,i=o.d.length,i<32?(e=Math.ceil(i/3),t=(1/nt(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),o=Be(s,1,o.times(t),new s(1),!0);for(var c,u=e,l=new s(8);u--;)c=o.times(o),o=a.minus(c.times(l.minus(c.times(l))));return S(o,s.precision=n,s.rounding=r,!0)};p.hyperbolicSine=p.sinh=function(){var e,t,n,r,i=this,o=i.constructor;if(!i.isFinite()||i.isZero())return new o(i);if(t=o.precision,n=o.rounding,o.precision=t+Math.max(i.e,i.sd())+4,o.rounding=1,r=i.d.length,r<3)i=Be(o,2,i,i,!0);else{e=1.4*Math.sqrt(r),e=e>16?16:e|0,i=i.times(1/nt(5,e)),i=Be(o,2,i,i,!0);for(var s,a=new o(5),c=new o(16),u=new o(20);e--;)s=i.times(i),i=i.times(a.plus(s.times(c.times(s).plus(u))))}return o.precision=t,o.rounding=n,S(i,t,n,!0)};p.hyperbolicTangent=p.tanh=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+7,r.rounding=1,L(n.sinh(),n.cosh(),r.precision=e,r.rounding=t)):new r(n.s)};p.inverseCosine=p.acos=function(){var e=this,t=e.constructor,n=e.abs().cmp(1),r=t.precision,i=t.rounding;return n!==-1?n===0?e.isNeg()?re(t,r,i):new t(0):new t(NaN):e.isZero()?re(t,r+4,i).times(.5):(t.precision=r+6,t.rounding=1,e=new t(1).minus(e).div(e.plus(1)).sqrt().atan(),t.precision=r,t.rounding=i,e.times(2))};p.inverseHyperbolicCosine=p.acosh=function(){var e,t,n=this,r=n.constructor;return n.lte(1)?new r(n.eq(1)?0:NaN):n.isFinite()?(e=r.precision,t=r.rounding,r.precision=e+Math.max(Math.abs(n.e),n.sd())+4,r.rounding=1,y=!1,n=n.times(n).minus(1).sqrt().plus(n),y=!0,r.precision=e,r.rounding=t,n.ln()):new r(n)};p.inverseHyperbolicSine=p.asinh=function(){var e,t,n=this,r=n.constructor;return!n.isFinite()||n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+2*Math.max(Math.abs(n.e),n.sd())+6,r.rounding=1,y=!1,n=n.times(n).plus(1).sqrt().plus(n),y=!0,r.precision=e,r.rounding=t,n.ln())};p.inverseHyperbolicTangent=p.atanh=function(){var e,t,n,r,i=this,o=i.constructor;return i.isFinite()?i.e>=0?new o(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=o.precision,t=o.rounding,r=i.sd(),Math.max(r,e)<2*-i.e-1?S(new o(i),e,t,!0):(o.precision=n=r-i.e,i=L(i.plus(1),new o(1).minus(i),n+e,1),o.precision=e+4,o.rounding=1,i=i.ln(),o.precision=e,o.rounding=t,i.times(.5))):new o(NaN)};p.inverseSine=p.asin=function(){var e,t,n,r,i=this,o=i.constructor;return i.isZero()?new o(i):(t=i.abs().cmp(1),n=o.precision,r=o.rounding,t!==-1?t===0?(e=re(o,n+4,r).times(.5),e.s=i.s,e):new o(NaN):(o.precision=n+6,o.rounding=1,i=i.div(new o(1).minus(i.times(i)).sqrt().plus(1)).atan(),o.precision=n,o.rounding=r,i.times(2)))};p.inverseTangent=p.atan=function(){var e,t,n,r,i,o,s,a,c,u=this,l=u.constructor,f=l.precision,m=l.rounding;if(u.isFinite()){if(u.isZero())return new l(u);if(u.abs().eq(1)&&f+4<=Nt)return s=re(l,f+4,m).times(.25),s.s=u.s,s}else{if(!u.s)return new l(NaN);if(f+4<=Nt)return s=re(l,f+4,m).times(.5),s.s=u.s,s}for(l.precision=a=f+10,l.rounding=1,n=Math.min(28,a/E+2|0),e=n;e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(y=!1,t=Math.ceil(a/E),r=1,c=u.times(u),s=new l(u),i=u;e!==-1;)if(i=i.times(c),o=s.minus(i.div(r+=2)),i=i.times(c),s=o.plus(i.div(r+=2)),s.d[t]!==void 0)for(e=t;s.d[e]===o.d[e]&&e--;);return n&&(s=s.times(2<<n-1)),y=!0,S(s,l.precision=f,l.rounding=m,!0)};p.isFinite=function(){return!!this.d};p.isInteger=p.isInt=function(){return!!this.d&&Q(this.e/E)>this.d.length-2};p.isNaN=function(){return!this.s};p.isNegative=p.isNeg=function(){return this.s<0};p.isPositive=p.isPos=function(){return this.s>0};p.isZero=function(){return!!this.d&&this.d[0]===0};p.lessThan=p.lt=function(e){return this.cmp(e)<0};p.lessThanOrEqualTo=p.lte=function(e){return this.cmp(e)<1};p.logarithm=p.log=function(e){var t,n,r,i,o,s,a,c,u=this,l=u.constructor,f=l.precision,m=l.rounding,d=5;if(e==null)e=new l(10),t=!0;else{if(e=new l(e),n=e.d,e.s<0||!n||!n[0]||e.eq(1))return new l(NaN);t=e.eq(10)}if(n=u.d,u.s<0||!n||!n[0]||u.eq(1))return new l(n&&!n[0]?-1/0:u.s!=1?NaN:n?0:1/0);if(t)if(n.length>1)o=!0;else{for(i=n[0];i%10===0;)i/=10;o=i!==1}if(y=!1,a=f+d,s=Te(u,a),r=t?$e(l,a+10):Te(e,a),c=L(s,r,a,1),Oe(c.d,i=f,m))do if(a+=10,s=Te(u,a),r=t?$e(l,a+10):Te(e,a),c=L(s,r,a,1),!o){+Y(c.d).slice(i+1,i+15)+1==1e14&&(c=S(c,f+1,0));break}while(Oe(c.d,i+=10,m));return y=!0,S(c,f,m)};p.minus=p.sub=function(e){var t,n,r,i,o,s,a,c,u,l,f,m,d=this,h=d.constructor;if(e=new h(e),!d.d||!e.d)return!d.s||!e.s?e=new h(NaN):d.d?e.s=-e.s:e=new h(e.d||d.s!==e.s?d:NaN),e;if(d.s!=e.s)return e.s=-e.s,d.plus(e);if(u=d.d,m=e.d,a=h.precision,c=h.rounding,!u[0]||!m[0]){if(m[0])e.s=-e.s;else if(u[0])e=new h(d);else return new h(c===3?-0:0);return y?S(e,a,c):e}if(n=Q(e.e/E),l=Q(d.e/E),u=u.slice(),o=l-n,o){for(f=o<0,f?(t=u,o=-o,s=m.length):(t=m,n=l,s=u.length),r=Math.max(Math.ceil(a/E),s)+2,o>r&&(o=r,t.length=1),t.reverse(),r=o;r--;)t.push(0);t.reverse()}else{for(r=u.length,s=m.length,f=r<s,f&&(s=r),r=0;r<s;r++)if(u[r]!=m[r]){f=u[r]<m[r];break}o=0}for(f&&(t=u,u=m,m=t,e.s=-e.s),s=u.length,r=m.length-s;r>0;--r)u[s++]=0;for(r=m.length;r>o;){if(u[--r]<m[r]){for(i=r;i&&u[--i]===0;)u[i]=ne-1;--u[i],u[r]+=ne}u[r]-=m[r]}for(;u[--s]===0;)u.pop();for(;u[0]===0;u.shift())--n;return u[0]?(e.d=u,e.e=tt(u,n),y?S(e,a,c):e):new h(c===3?-0:0)};p.modulo=p.mod=function(e){var t,n=this,r=n.constructor;return e=new r(e),!n.d||!e.s||e.d&&!e.d[0]?new r(NaN):!e.d||n.d&&!n.d[0]?S(new r(n),r.precision,r.rounding):(y=!1,r.modulo==9?(t=L(n,e.abs(),0,3,1),t.s*=e.s):t=L(n,e,0,r.modulo,1),t=t.times(e),y=!0,n.minus(t))};p.naturalExponential=p.exp=function(){return xt(this)};p.naturalLogarithm=p.ln=function(){return Te(this)};p.negated=p.neg=function(){var e=new this.constructor(this);return e.s=-e.s,S(e)};p.plus=p.add=function(e){var t,n,r,i,o,s,a,c,u,l,f=this,m=f.constructor;if(e=new m(e),!f.d||!e.d)return!f.s||!e.s?e=new m(NaN):f.d||(e=new m(e.d||f.s===e.s?f:NaN)),e;if(f.s!=e.s)return e.s=-e.s,f.minus(e);if(u=f.d,l=e.d,a=m.precision,c=m.rounding,!u[0]||!l[0])return l[0]||(e=new m(f)),y?S(e,a,c):e;if(o=Q(f.e/E),r=Q(e.e/E),u=u.slice(),i=o-r,i){for(i<0?(n=u,i=-i,s=l.length):(n=l,r=o,s=u.length),o=Math.ceil(a/E),s=o>s?o+1:s+1,i>s&&(i=s,n.length=1),n.reverse();i--;)n.push(0);n.reverse()}for(s=u.length,i=l.length,s-i<0&&(i=s,n=l,l=u,u=n),t=0;i;)t=(u[--i]=u[i]+l[i]+t)/ne|0,u[i]%=ne;for(t&&(u.unshift(t),++r),s=u.length;u[--s]==0;)u.pop();return e.d=u,e.e=tt(u,r),y?S(e,a,c):e};p.precision=p.sd=function(e){var t,n=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(we+e);return n.d?(t=en(n.d),e&&n.e+1>t&&(t=n.e+1)):t=NaN,t};p.round=function(){var e=this,t=e.constructor;return S(new t(e),e.e+1,t.rounding)};p.sine=p.sin=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+Math.max(n.e,n.sd())+E,r.rounding=1,n=Er(r,on(r,n)),r.precision=e,r.rounding=t,S(ce>2?n.neg():n,e,t,!0)):new r(NaN)};p.squareRoot=p.sqrt=function(){var e,t,n,r,i,o,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(y=!1,u=Math.sqrt(+s),u==0||u==1/0?(t=Y(a),(t.length+c)%2==0&&(t+="0"),u=Math.sqrt(t),c=Q((c+1)/2)-(c<0||c%2),u==1/0?t="5e"+c:(t=u.toExponential(),t=t.slice(0,t.indexOf("e")+1)+c),r=new l(t)):r=new l(u.toString()),n=(c=l.precision)+3;;)if(o=r,r=o.plus(L(s,o,n+2,1)).times(.5),Y(o.d).slice(0,n)===(t=Y(r.d)).slice(0,n))if(t=t.slice(n-3,n+1),t=="9999"||!i&&t=="4999"){if(!i&&(S(o,c+1,0),o.times(o).eq(s))){r=o;break}n+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(S(r,c+1,1),e=!r.times(r).eq(s));break}return y=!0,S(r,c,l.rounding,e)};p.tangent=p.tan=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+10,r.rounding=1,n=n.sin(),n.s=1,n=L(n,new r(1).minus(n.times(n)).sqrt(),e+10,0),r.precision=e,r.rounding=t,S(ce==2||ce==4?n.neg():n,e,t,!0)):new r(NaN)};p.times=p.mul=function(e){var t,n,r,i,o,s,a,c,u,l=this,f=l.constructor,m=l.d,d=(e=new f(e)).d;if(e.s*=l.s,!m||!m[0]||!d||!d[0])return new f(!e.s||m&&!m[0]&&!d||d&&!d[0]&&!m?NaN:!m||!d?e.s/0:e.s*0);for(n=Q(l.e/E)+Q(e.e/E),c=m.length,u=d.length,c<u&&(o=m,m=d,d=o,s=c,c=u,u=s),o=[],s=c+u,r=s;r--;)o.push(0);for(r=u;--r>=0;){for(t=0,i=c+r;i>r;)a=o[i]+d[r]*m[i-r-1]+t,o[i--]=a%ne|0,t=a/ne|0;o[i]=(o[i]+t)%ne|0}for(;!o[--s];)o.pop();return t?++n:o.shift(),e.d=o,e.e=tt(o,n),y?S(e,f.precision,f.rounding):e};p.toBinary=function(e,t){return Et(this,2,e,t)};p.toDecimalPlaces=p.toDP=function(e,t){var n=this,r=n.constructor;return n=new r(n),e===void 0?n:(X(e,0,be),t===void 0?t=r.rounding:X(t,0,8),S(n,e+n.e+1,t))};p.toExponential=function(e,t){var n,r=this,i=r.constructor;return e===void 0?n=ie(r,!0):(X(e,0,be),t===void 0?t=i.rounding:X(t,0,8),r=S(new i(r),e+1,t),n=ie(r,!0,e+1)),r.isNeg()&&!r.isZero()?"-"+n:n};p.toFixed=function(e,t){var n,r,i=this,o=i.constructor;return e===void 0?n=ie(i):(X(e,0,be),t===void 0?t=o.rounding:X(t,0,8),r=S(new o(i),e+i.e+1,t),n=ie(r,!1,e+r.e+1)),i.isNeg()&&!i.isZero()?"-"+n:n};p.toFraction=function(e){var t,n,r,i,o,s,a,c,u,l,f,m,d=this,h=d.d,g=d.constructor;if(!h)return new g(d);if(u=n=new g(1),r=c=new g(0),t=new g(r),o=t.e=en(h)-d.e-1,s=o%E,t.d[0]=q(10,s<0?E+s:s),e==null)e=o>0?t:u;else{if(a=new g(e),!a.isInt()||a.lt(u))throw Error(we+a);e=a.gt(t)?o>0?t:u:a}for(y=!1,a=new g(Y(h)),l=g.precision,g.precision=o=h.length*E*2;f=L(a,t,0,1,1),i=n.plus(f.times(r)),i.cmp(e)!=1;)n=r,r=i,i=u,u=c.plus(f.times(i)),c=i,i=t,t=a.minus(f.times(i)),a=i;return i=L(e.minus(n),r,0,1,1),c=c.plus(i.times(u)),n=n.plus(i.times(r)),c.s=u.s=d.s,m=L(u,r,o,1).minus(d).abs().cmp(L(c,n,o,1).minus(d).abs())<1?[u,r]:[c,n],g.precision=l,y=!0,m};p.toHexadecimal=p.toHex=function(e,t){return Et(this,16,e,t)};p.toNearest=function(e,t){var n=this,r=n.constructor;if(n=new r(n),e==null){if(!n.d)return n;e=new r(1),t=r.rounding}else{if(e=new r(e),t===void 0?t=r.rounding:X(t,0,8),!n.d)return e.s?n:e;if(!e.d)return e.s&&(e.s=n.s),e}return e.d[0]?(y=!1,n=L(n,e,0,t,1).times(e),y=!0,S(n)):(e.s=n.s,n=e),n};p.toNumber=function(){return+this};p.toOctal=function(e,t){return Et(this,8,e,t)};p.toPower=p.pow=function(e){var t,n,r,i,o,s,a=this,c=a.constructor,u=+(e=new c(e));if(!a.d||!e.d||!a.d[0]||!e.d[0])return new c(q(+a,u));if(a=new c(a),a.eq(1))return a;if(r=c.precision,o=c.rounding,e.eq(1))return S(a,r,o);if(t=Q(e.e/E),t>=e.d.length-1&&(n=u<0?-u:u)<=Sr)return i=tn(c,a,n,r),e.s<0?new c(1).div(i):S(i,r,o);if(s=a.s,s<0){if(t<e.d.length-1)return new c(NaN);if((e.d[t]&1)==0&&(s=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=s,a}return n=q(+a,u),t=n==0||!isFinite(n)?Q(u*(Math.log("0."+Y(a.d))/Math.LN10+a.e+1)):new c(n+"").e,t>c.maxE+1||t<c.minE-1?new c(t>0?s/0:0):(y=!1,c.rounding=a.s=1,n=Math.min(12,(t+"").length),i=xt(e.times(Te(a,r+n)),r),i.d&&(i=S(i,r+5,1),Oe(i.d,r,o)&&(t=r+10,i=S(xt(e.times(Te(a,t+n)),t),t+5,1),+Y(i.d).slice(r+1,r+15)+1==1e14&&(i=S(i,r+1,0)))),i.s=s,y=!0,c.rounding=o,S(i,r,o))};p.toPrecision=function(e,t){var n,r=this,i=r.constructor;return e===void 0?n=ie(r,r.e<=i.toExpNeg||r.e>=i.toExpPos):(X(e,1,be),t===void 0?t=i.rounding:X(t,0,8),r=S(new i(r),e,t),n=ie(r,e<=r.e||r.e<=i.toExpNeg,e)),r.isNeg()&&!r.isZero()?"-"+n:n};p.toSignificantDigits=p.toSD=function(e,t){var n=this,r=n.constructor;return e===void 0?(e=r.precision,t=r.rounding):(X(e,1,be),t===void 0?t=r.rounding:X(t,0,8)),S(new r(n),e,t)};p.toString=function(){var e=this,t=e.constructor,n=ie(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+n:n};p.truncated=p.trunc=function(){return S(new this.constructor(this),this.e+1,1)};p.valueOf=p.toJSON=function(){var e=this,t=e.constructor,n=ie(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+n:n};function Y(e){var t,n,r,i=e.length-1,o="",s=e[0];if(i>0){for(o+=s,t=1;t<i;t++)r=e[t]+"",n=E-r.length,n&&(o+=he(n)),o+=r;s=e[t],r=s+"",n=E-r.length,n&&(o+=he(n))}else if(s===0)return"0";for(;s%10===0;)s/=10;return o+s}function X(e,t,n){if(e!==~~e||e<t||e>n)throw Error(we+e)}function Oe(e,t,n,r){var i,o,s,a;for(o=e[0];o>=10;o/=10)--t;return--t<0?(t+=E,i=0):(i=Math.ceil((t+1)/E),t%=E),o=q(10,E-t),a=e[i]%o|0,r==null?t<3?(t==0?a=a/100|0:t==1&&(a=a/10|0),s=n<4&&a==99999||n>3&&a==49999||a==5e4||a==0):s=(n<4&&a+1==o||n>3&&a+1==o/2)&&(e[i+1]/o/100|0)==q(10,t-2)-1||(a==o/2||a==0)&&(e[i+1]/o/100|0)==0:t<4?(t==0?a=a/1e3|0:t==1?a=a/100|0:t==2&&(a=a/10|0),s=(r||n<4)&&a==9999||!r&&n>3&&a==4999):s=((r||n<4)&&a+1==o||!r&&n>3&&a+1==o/2)&&(e[i+1]/o/1e3|0)==q(10,t-3)-1,s}function Qe(e,t,n){for(var r,i=[0],o,s=0,a=e.length;s<a;){for(o=i.length;o--;)i[o]*=t;for(i[0]+=St.indexOf(e.charAt(s++)),r=0;r<i.length;r++)i[r]>n-1&&(i[r+1]===void 0&&(i[r+1]=0),i[r+1]+=i[r]/n|0,i[r]%=n)}return i.reverse()}function Nr(e,t){var n,r,i;if(t.isZero())return t;r=t.d.length,r<32?(n=Math.ceil(r/3),i=(1/nt(4,n)).toString()):(n=16,i="2.3283064365386962890625e-10"),e.precision+=n,t=Be(e,1,t.times(i),new e(1));for(var o=n;o--;){var s=t.times(t);t=s.times(s).minus(s).times(8).plus(1)}return e.precision-=n,t}var L=function(){function e(r,i,o){var s,a=0,c=r.length;for(r=r.slice();c--;)s=r[c]*i+a,r[c]=s%o|0,a=s/o|0;return a&&r.unshift(a),r}function t(r,i,o,s){var a,c;if(o!=s)c=o>s?1:-1;else for(a=c=0;a<o;a++)if(r[a]!=i[a]){c=r[a]>i[a]?1:-1;break}return c}function n(r,i,o,s){for(var a=0;o--;)r[o]-=a,a=r[o]<i[o]?1:0,r[o]=a*s+r[o]-i[o];for(;!r[0]&&r.length>1;)r.shift()}return function(r,i,o,s,a,c){var u,l,f,m,d,h,g,b,T,_,x,w,A,N,k,B,v,te,O,F,j=r.constructor,G=r.s==i.s?1:-1,K=r.d,M=i.d;if(!K||!K[0]||!M||!M[0])return new j(!r.s||!i.s||(K?M&&K[0]==M[0]:!M)?NaN:K&&K[0]==0||!M?G*0:G/0);for(c?(d=1,l=r.e-i.e):(c=ne,d=E,l=Q(r.e/d)-Q(i.e/d)),O=M.length,v=K.length,T=new j(G),_=T.d=[],f=0;M[f]==(K[f]||0);f++);if(M[f]>(K[f]||0)&&l--,o==null?(N=o=j.precision,s=j.rounding):a?N=o+(r.e-i.e)+1:N=o,N<0)_.push(1),h=!0;else{if(N=N/d+2|0,f=0,O==1){for(m=0,M=M[0],N++;(f<v||m)&&N--;f++)k=m*c+(K[f]||0),_[f]=k/M|0,m=k%M|0;h=m||f<v}else{for(m=c/(M[0]+1)|0,m>1&&(M=e(M,m,c),K=e(K,m,c),O=M.length,v=K.length),B=O,x=K.slice(0,O),w=x.length;w<O;)x[w++]=0;F=M.slice(),F.unshift(0),te=M[0],M[1]>=c/2&&++te;do m=0,u=t(M,x,O,w),u<0?(A=x[0],O!=w&&(A=A*c+(x[1]||0)),m=A/te|0,m>1?(m>=c&&(m=c-1),g=e(M,m,c),b=g.length,w=x.length,u=t(g,x,b,w),u==1&&(m--,n(g,O<b?F:M,b,c))):(m==0&&(u=m=1),g=M.slice()),b=g.length,b<w&&g.unshift(0),n(x,g,w,c),u==-1&&(w=x.length,u=t(M,x,O,w),u<1&&(m++,n(x,O<w?F:M,w,c))),w=x.length):u===0&&(m++,x=[0]),_[f++]=m,u&&x[0]?x[w++]=K[B]||0:(x=[K[B]],w=1);while((B++<v||x[0]!==void 0)&&N--);h=x[0]!==void 0}_[0]||_.shift()}if(d==1)T.e=l,Qt=h;else{for(f=1,m=_[0];m>=10;m/=10)f++;T.e=f+l*d-1,S(T,a?o+T.e+1:o,s,h)}return T}}();function S(e,t,n,r){var i,o,s,a,c,u,l,f,m,d=e.constructor;e:if(t!=null){if(f=e.d,!f)return e;for(i=1,a=f[0];a>=10;a/=10)i++;if(o=t-i,o<0)o+=E,s=t,l=f[m=0],c=l/q(10,i-s-1)%10|0;else if(m=Math.ceil((o+1)/E),a=f.length,m>=a)if(r){for(;a++<=m;)f.push(0);l=c=0,i=1,o%=E,s=o-E+1}else break e;else{for(l=a=f[m],i=1;a>=10;a/=10)i++;o%=E,s=o-E+i,c=s<0?0:l/q(10,i-s-1)%10|0}if(r=r||t<0||f[m+1]!==void 0||(s<0?l:l%q(10,i-s-1)),u=n<4?(c||r)&&(n==0||n==(e.s<0?3:2)):c>5||c==5&&(n==4||r||n==6&&(o>0?s>0?l/q(10,i-s):0:f[m-1])%10&1||n==(e.s<0?8:7)),t<1||!f[0])return f.length=0,u?(t-=e.e+1,f[0]=q(10,(E-t%E)%E),e.e=-t||0):f[0]=e.e=0,e;if(o==0?(f.length=m,a=1,m--):(f.length=m+1,a=q(10,E-o),f[m]=s>0?(l/q(10,i-s)%q(10,s)|0)*a:0),u)for(;;)if(m==0){for(o=1,s=f[0];s>=10;s/=10)o++;for(s=f[0]+=a,a=1;s>=10;s/=10)a++;o!=a&&(e.e++,f[0]==ne&&(f[0]=1));break}else{if(f[m]+=a,f[m]!=ne)break;f[m--]=0,a=1}for(o=f.length;f[--o]===0;)f.pop()}return y&&(e.e>d.maxE?(e.d=null,e.e=NaN):e.e<d.minE&&(e.e=0,e.d=[0])),e}function ie(e,t,n){if(!e.isFinite())return rn(e);var r,i=e.e,o=Y(e.d),s=o.length;return t?(n&&(r=n-s)>0?o=o.charAt(0)+"."+o.slice(1)+he(r):s>1&&(o=o.charAt(0)+"."+o.slice(1)),o=o+(e.e<0?"e":"e+")+e.e):i<0?(o="0."+he(-i-1)+o,n&&(r=n-s)>0&&(o+=he(r))):i>=s?(o+=he(i+1-s),n&&(r=n-i-1)>0&&(o=o+"."+he(r))):((r=i+1)<s&&(o=o.slice(0,r)+"."+o.slice(r)),n&&(r=n-s)>0&&(i+1===s&&(o+="."),o+=he(r))),o}function tt(e,t){var n=e[0];for(t*=E;n>=10;n/=10)t++;return t}function $e(e,t,n){if(t>Ar)throw y=!0,n&&(e.precision=n),Error(Zt);return S(new e(Xe),t,1,!0)}function re(e,t,n){if(t>Nt)throw Error(Zt);return S(new e(Je),t,n,!0)}function en(e){var t=e.length-1,n=t*E+1;if(t=e[t],t){for(;t%10==0;t/=10)n--;for(t=e[0];t>=10;t/=10)n++}return n}function he(e){for(var t="";e--;)t+="0";return t}function tn(e,t,n,r){var i,o=new e(1),s=Math.ceil(r/E+4);for(y=!1;;){if(n%2&&(o=o.times(t),Yt(o.d,s)&&(i=!0)),n=Q(n/2),n===0){n=o.d.length-1,i&&o.d[n]===0&&++o.d[n];break}t=t.times(t),Yt(t.d,s)}return y=!0,o}function jt(e){return e.d[e.d.length-1]&1}function nn(e,t,n){for(var r,i,o=new e(t[0]),s=0;++s<t.length;){if(i=new e(t[s]),!i.s){o=i;break}r=o.cmp(i),(r===n||r===0&&o.s===n)&&(o=i)}return o}function xt(e,t){var n,r,i,o,s,a,c,u=0,l=0,f=0,m=e.constructor,d=m.rounding,h=m.precision;if(!e.d||!e.d[0]||e.e>17)return new m(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(y=!1,c=h):c=t,a=new m(.03125);e.e>-2;)e=e.times(a),f+=5;for(r=Math.log(q(2,f))/Math.LN10*2+5|0,c+=r,n=o=s=new m(1),m.precision=c;;){if(o=S(o.times(e),c,1),n=n.times(++l),a=s.plus(L(o,n,c,1)),Y(a.d).slice(0,c)===Y(s.d).slice(0,c)){for(i=f;i--;)s=S(s.times(s),c,1);if(t==null)if(u<3&&Oe(s.d,c-r,d,u))m.precision=c+=10,n=o=a=new m(1),l=0,u++;else return S(s,m.precision=h,d,y=!0);else return m.precision=h,s}s=a}}function Te(e,t){var n,r,i,o,s,a,c,u,l,f,m,d=1,h=10,g=e,b=g.d,T=g.constructor,_=T.rounding,x=T.precision;if(g.s<0||!b||!b[0]||!g.e&&b[0]==1&&b.length==1)return new T(b&&!b[0]?-1/0:g.s!=1?NaN:b?0:g);if(t==null?(y=!1,l=x):l=t,T.precision=l+=h,n=Y(b),r=n.charAt(0),Math.abs(o=g.e)<15e14){for(;r<7&&r!=1||r==1&&n.charAt(1)>3;)g=g.times(e),n=Y(g.d),r=n.charAt(0),d++;o=g.e,r>1?(g=new T("0."+n),o++):g=new T(r+"."+n.slice(1))}else return u=$e(T,l+2,x).times(o+""),g=Te(new T(r+"."+n.slice(1)),l-h).plus(u),T.precision=x,t==null?S(g,x,_,y=!0):g;for(f=g,c=s=g=L(g.minus(1),g.plus(1),l,1),m=S(g.times(g),l,1),i=3;;){if(s=S(s.times(m),l,1),u=c.plus(L(s,new T(i),l,1)),Y(u.d).slice(0,l)===Y(c.d).slice(0,l))if(c=c.times(2),o!==0&&(c=c.plus($e(T,l+2,x).times(o+""))),c=L(c,new T(d),l,1),t==null)if(Oe(c.d,l-h,_,a))T.precision=l+=h,u=s=g=L(f.minus(1),f.plus(1),l,1),m=S(g.times(g),l,1),i=a=1;else return S(c,T.precision=x,_,y=!0);else return T.precision=x,c;c=u,i+=2}}function rn(e){return String(e.s*e.s/0)}function Ze(e,t){var n,r,i;for((n=t.indexOf("."))>-1&&(t=t.replace(".","")),(r=t.search(/e/i))>0?(n<0&&(n=r),n+=+t.slice(r+1),t=t.substring(0,r)):n<0&&(n=t.length),r=0;t.charCodeAt(r)===48;r++);for(i=t.length;t.charCodeAt(i-1)===48;--i);if(t=t.slice(r,i),t){if(i-=r,e.e=n=n-r-1,e.d=[],r=(n+1)%E,n<0&&(r+=E),r<i){for(r&&e.d.push(+t.slice(0,r)),i-=E;r<i;)e.d.push(+t.slice(r,r+=E));t=t.slice(r),r=E-t.length}else r-=i;for(;r--;)t+="0";e.d.push(+t),y&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function xr(e,t){var n,r,i,o,s,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),$t.test(t))return Ze(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(wr.test(t))n=16,t=t.toLowerCase();else if(Tr.test(t))n=2;else if(br.test(t))n=8;else throw Error(we+t);for(o=t.search(/p/i),o>0?(c=+t.slice(o+1),t=t.substring(2,o)):t=t.slice(2),o=t.indexOf("."),s=o>=0,r=e.constructor,s&&(t=t.replace(".",""),a=t.length,o=a-o,i=tn(r,new r(n),o,o*2)),u=Qe(t,n,ne),l=u.length-1,o=l;u[o]===0;--o)u.pop();return o<0?new r(e.s*0):(e.e=tt(u,l),e.d=u,y=!1,s&&(e=L(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?q(2,c):ve.pow(2,c))),y=!0,e)}function Er(e,t){var n,r=t.d.length;if(r<3)return t.isZero()?t:Be(e,2,t,t);n=1.4*Math.sqrt(r),n=n>16?16:n|0,t=t.times(1/nt(5,n)),t=Be(e,2,t,t);for(var i,o=new e(5),s=new e(16),a=new e(20);n--;)i=t.times(t),t=t.times(o.plus(i.times(s.times(i).minus(a))));return t}function Be(e,t,n,r,i){var o,s,a,c,u=1,l=e.precision,f=Math.ceil(l/E);for(y=!1,c=n.times(n),a=new e(r);;){if(s=L(a.times(c),new e(t++*t++),l,1),a=i?r.plus(s):r.minus(s),r=L(s.times(c),new e(t++*t++),l,1),s=a.plus(r),s.d[f]!==void 0){for(o=f;s.d[o]===a.d[o]&&o--;);if(o==-1)break}o=a,a=r,r=s,s=o,u++}return y=!0,s.d.length=f+1,s}function nt(e,t){for(var n=e;--t;)n*=e;return n}function on(e,t){var n,r=t.s<0,i=re(e,e.precision,1),o=i.times(.5);if(t=t.abs(),t.lte(o))return ce=r?4:1,t;if(n=t.divToInt(i),n.isZero())ce=r?3:2;else{if(t=t.minus(n.times(i)),t.lte(o))return ce=jt(n)?r?2:3:r?4:1,t;ce=jt(n)?r?1:4:r?3:2}return t.minus(i).abs()}function Et(e,t,n,r){var i,o,s,a,c,u,l,f,m,d=e.constructor,h=n!==void 0;if(h?(X(n,1,be),r===void 0?r=d.rounding:X(r,0,8)):(n=d.precision,r=d.rounding),!e.isFinite())l=rn(e);else{for(l=ie(e),s=l.indexOf("."),h?(i=2,t==16?n=n*4-3:t==8&&(n=n*3-2)):i=t,s>=0&&(l=l.replace(".",""),m=new d(1),m.e=l.length-s,m.d=Qe(ie(m),10,i),m.e=m.d.length),f=Qe(l,10,i),o=c=f.length;f[--c]==0;)f.pop();if(!f[0])l=h?"0p+0":"0";else{if(s<0?o--:(e=new d(e),e.d=f,e.e=o,e=L(e,m,n,r,0,i),f=e.d,o=e.e,u=Qt),s=f[n],a=i/2,u=u||f[n+1]!==void 0,u=r<4?(s!==void 0||u)&&(r===0||r===(e.s<0?3:2)):s>a||s===a&&(r===4||u||r===6&&f[n-1]&1||r===(e.s<0?8:7)),f.length=n,u)for(;++f[--n]>i-1;)f[n]=0,n||(++o,f.unshift(1));for(c=f.length;!f[c-1];--c);for(s=0,l="";s<c;s++)l+=St.charAt(f[s]);if(h){if(c>1)if(t==16||t==8){for(s=t==16?4:3,--c;c%s;c++)l+="0";for(f=Qe(l,i,t),c=f.length;!f[c-1];--c);for(s=1,l="1.";s<c;s++)l+=St.charAt(f[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>c)for(o-=c;o--;)l+="0";else o<c&&(l=l.slice(0,o)+"."+l.slice(o))}l=(t==16?"0x":t==2?"0b":t==8?"0o":"")+l}return e.s<0?"-"+l:l}function Yt(e,t){if(e.length>t)return e.length=t,!0}function _r(e){return new this(e).abs()}function yr(e){return new this(e).acos()}function Pr(e){return new this(e).acosh()}function Cr(e,t){return new this(e).plus(t)}function kr(e){return new this(e).asin()}function Br(e){return new this(e).asinh()}function Mr(e){return new this(e).atan()}function Dr(e){return new this(e).atanh()}function Rr(e,t){e=new this(e),t=new this(t);var n,r=this.precision,i=this.rounding,o=r+4;return!e.s||!t.s?n=new this(NaN):!e.d&&!t.d?(n=re(this,o,1).times(t.s>0?.25:.75),n.s=e.s):!t.d||e.isZero()?(n=t.s<0?re(this,r,i):new this(0),n.s=e.s):!e.d||t.isZero()?(n=re(this,o,1).times(.5),n.s=e.s):t.s<0?(this.precision=o,this.rounding=1,n=this.atan(L(e,t,o,1)),t=re(this,o,1),this.precision=r,this.rounding=i,n=e.s<0?n.minus(t):n.plus(t)):n=this.atan(L(e,t,o,1)),n}function Ir(e){return new this(e).cbrt()}function Lr(e){return S(e=new this(e),e.e+1,2)}function Or(e,t,n){return new this(e).clamp(t,n)}function vr(e){if(!e||typeof e!="object")throw Error(et+"Object expected");var t,n,r,i=e.defaults===!0,o=["precision",1,be,"rounding",0,8,"toExpNeg",-ke,0,"toExpPos",0,ke,"maxE",0,ke,"minE",-ke,0,"modulo",0,9];for(t=0;t<o.length;t+=3)if(n=o[t],i&&(this[n]=At[n]),(r=e[n])!==void 0)if(Q(r)===r&&r>=o[t+1]&&r<=o[t+2])this[n]=r;else throw Error(we+n+": "+r);if(n="crypto",i&&(this[n]=At[n]),(r=e[n])!==void 0)if(r===!0||r===!1||r===0||r===1)if(r)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))this[n]=!0;else throw Error(Xt);else this[n]=!1;else throw Error(we+n+": "+r);return this}function Fr(e){return new this(e).cos()}function Kr(e){return new this(e).cosh()}function sn(e){var t,n,r;function i(o){var s,a,c,u=this;if(!(u instanceof i))return new i(o);if(u.constructor=i,zt(o)){u.s=o.s,y?!o.d||o.e>i.maxE?(u.e=NaN,u.d=null):o.e<i.minE?(u.e=0,u.d=[0]):(u.e=o.e,u.d=o.d.slice()):(u.e=o.e,u.d=o.d?o.d.slice():o.d);return}if(c=typeof o,c==="number"){if(o===0){u.s=1/o<0?-1:1,u.e=0,u.d=[0];return}if(o<0?(o=-o,u.s=-1):u.s=1,o===~~o&&o<1e7){for(s=0,a=o;a>=10;a/=10)s++;y?s>i.maxE?(u.e=NaN,u.d=null):s<i.minE?(u.e=0,u.d=[0]):(u.e=s,u.d=[o]):(u.e=s,u.d=[o]);return}if(o*0!==0){o||(u.s=NaN),u.e=NaN,u.d=null;return}return Ze(u,o.toString())}if(c==="string")return(a=o.charCodeAt(0))===45?(o=o.slice(1),u.s=-1):(a===43&&(o=o.slice(1)),u.s=1),$t.test(o)?Ze(u,o):xr(u,o);if(c==="bigint")return o<0?(o=-o,u.s=-1):u.s=1,Ze(u,o.toString());throw Error(we+o)}if(i.prototype=p,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=vr,i.clone=sn,i.isDecimal=zt,i.abs=_r,i.acos=yr,i.acosh=Pr,i.add=Cr,i.asin=kr,i.asinh=Br,i.atan=Mr,i.atanh=Dr,i.atan2=Rr,i.cbrt=Ir,i.ceil=Lr,i.clamp=Or,i.cos=Fr,i.cosh=Kr,i.div=Vr,i.exp=Wr,i.floor=Ur,i.hypot=Hr,i.ln=qr,i.log=Gr,i.log10=Yr,i.log2=jr,i.max=zr,i.min=Qr,i.mod=Zr,i.mul=Xr,i.pow=Jr,i.random=$r,i.round=ei,i.sign=ti,i.sin=ni,i.sinh=ri,i.sqrt=ii,i.sub=oi,i.sum=si,i.tan=ai,i.tanh=ui,i.trunc=ci,e===void 0&&(e={}),e&&e.defaults!==!0)for(r=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],t=0;t<r.length;)e.hasOwnProperty(n=r[t++])||(e[n]=this[n]);return i.config(e),i}function Vr(e,t){return new this(e).div(t)}function Wr(e){return new this(e).exp()}function Ur(e){return S(e=new this(e),e.e+1,3)}function Hr(){var e,t,n=new this(0);for(y=!1,e=0;e<arguments.length;)if(t=new this(arguments[e++]),t.d)n.d&&(n=n.plus(t.times(t)));else{if(t.s)return y=!0,new this(1/0);n=t}return y=!0,n.sqrt()}function zt(e){return e instanceof ve||e&&e.toStringTag===Jt||!1}function qr(e){return new this(e).ln()}function Gr(e,t){return new this(e).log(t)}function jr(e){return new this(e).log(2)}function Yr(e){return new this(e).log(10)}function zr(){return nn(this,arguments,-1)}function Qr(){return nn(this,arguments,1)}function Zr(e,t){return new this(e).mod(t)}function Xr(e,t){return new this(e).mul(t)}function Jr(e,t){return new this(e).pow(t)}function $r(e){var t,n,r,i,o=0,s=new this(1),a=[];if(e===void 0?e=this.precision:X(e,1,be),r=Math.ceil(e/E),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(r));o<r;)i=t[o],i>=429e7?t[o]=crypto.getRandomValues(new Uint32Array(1))[0]:a[o++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(r*=4);o<r;)i=t[o]+(t[o+1]<<8)+(t[o+2]<<16)+((t[o+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,o):(a.push(i%1e7),o+=4);o=r/4}else throw Error(Xt);else for(;o<r;)a[o++]=Math.random()*1e7|0;for(r=a[--o],e%=E,r&&e&&(i=q(10,E-e),a[o]=(r/i|0)*i);a[o]===0;o--)a.pop();if(o<0)n=0,a=[0];else{for(n=-1;a[0]===0;n-=E)a.shift();for(r=1,i=a[0];i>=10;i/=10)r++;r<E&&(n-=E-r)}return s.e=n,s.d=a,s}function ei(e){return S(e=new this(e),e.e+1,this.rounding)}function ti(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function ni(e){return new this(e).sin()}function ri(e){return new this(e).sinh()}function ii(e){return new this(e).sqrt()}function oi(e,t){return new this(e).sub(t)}function si(){var e=0,t=arguments,n=new this(t[e]);for(y=!1;n.s&&++e<t.length;)n=n.plus(t[e]);return y=!0,S(n,this.precision,this.rounding)}function ai(e){return new this(e).tan()}function ui(e){return new this(e).tanh()}function ci(e){return S(e=new this(e),e.e+1,1)}p[Symbol.for("nodejs.util.inspect.custom")]=p.toString;p[Symbol.toStringTag]="Decimal";var ve=p.constructor=sn(At);Xe=new ve(Xe);Je=new ve(Je);var an=ve;var mn=$(require("big.js")),le=$(require("bn.js"));var un=$(require("toformat")),li=un.default,Fe=li;var Ke=$(require("big.js")),ln=$(require("bn.js")),fn=$(require("decimal.js-light"));var Me=$(require("bn.js"));var rt=(r=>(r[r.ROUND_DOWN=0]="ROUND_DOWN",r[r.ROUND_HALF_UP=1]="ROUND_HALF_UP",r[r.ROUND_UP=2]="ROUND_UP",r))(rt||{}),cn=9007199254740991;function z(e){let t=Z("CobaltX_parseBigNumberish");if(e instanceof Me.default)return e;if(typeof e=="string"){if(e.match(/^-?[0-9]+$/))return new Me.default(e);t.logWithError(`invalid BigNumberish string: ${e}`)}return typeof e=="number"?(e%1&&t.logWithError(`BigNumberish number underflow: ${e}`),(e>=cn||e<=-cn)&&t.logWithError(`BigNumberish number overflow: ${e}`),new Me.default(String(e))):typeof e=="bigint"?new Me.default(e.toString()):(t.error(`invalid BigNumberish value: ${e}`),new Me.default(0))}var it=Z("module/fraction"),_t=Fe(Ke.default),Ve=Fe(fn.default),fi={[0]:Ve.ROUND_DOWN,[1]:Ve.ROUND_HALF_UP,[2]:Ve.ROUND_UP},mi={[0]:Ke.default.roundDown,[1]:Ke.default.roundHalfUp,[2]:Ke.default.roundUp},P=class{constructor(t,n=new ln.default(1)){this.numerator=z(t),this.denominator=z(n)}get quotient(){return this.numerator.div(this.denominator)}invert(){return new P(this.denominator,this.numerator)}add(t){let n=t instanceof P?t:new P(z(t));return this.denominator.eq(n.denominator)?new P(this.numerator.add(n.numerator),this.denominator):new P(this.numerator.mul(n.denominator).add(n.numerator.mul(this.denominator)),this.denominator.mul(n.denominator))}sub(t){let n=t instanceof P?t:new P(z(t));return this.denominator.eq(n.denominator)?new P(this.numerator.sub(n.numerator),this.denominator):new P(this.numerator.mul(n.denominator).sub(n.numerator.mul(this.denominator)),this.denominator.mul(n.denominator))}mul(t){let n=t instanceof P?t:new P(z(t));return new P(this.numerator.mul(n.numerator),this.denominator.mul(n.denominator))}div(t){let n=t instanceof P?t:new P(z(t));return new P(this.numerator.mul(n.denominator),this.denominator.mul(n.numerator))}toSignificant(t,n={groupSeparator:""},r=1){Number.isInteger(t)||it.logWithError(`${t} is not an integer.`),t<=0&&it.logWithError(`${t} is not positive.`),Ve.set({precision:t+1,rounding:fi[r]});let i=new Ve(this.numerator.toString()).div(this.denominator.toString()).toSignificantDigits(t);return i.toFormat(i.decimalPlaces(),n)}toFixed(t,n={groupSeparator:""},r=1){return Number.isInteger(t)||it.logWithError(`${t} is not an integer.`),t<0&&it.logWithError(`${t} is negative.`),_t.DP=t,_t.RM=mi[r]||1,new _t(this.numerator.toString()).div(this.denominator.toString()).toFormat(t,n)}isZero(){return this.numerator.isZero()}};var pi=Z("CobaltX_amount"),ot=Fe(mn.default);function pn(e,t){let n="0",r="0";if(e.includes(".")){let i=e.split(".");i.length===2?([n,r]=i,r=r.padEnd(t,"0")):pi.logWithError(`invalid number string, num: ${e}`)}else n=e;return[n,r.slice(0,t)||r]}var ee=class extends P{constructor(n,r,i=!0,o){let s=new le.default(0),a=Se.pow(new le.default(n.decimals));if(i)s=z(r);else{let c=new le.default(0),u=new le.default(0);if(typeof r=="string"||typeof r=="number"||typeof r=="bigint"){let[l,f]=pn(r.toString(),n.decimals);c=z(l),u=z(f)}c=c.mul(a),s=c.add(u)}super(s,a);this.logger=Z(o||"TokenAmount"),this.token=n}get raw(){return this.numerator}isZero(){return this.raw.isZero()}gt(n){return this.token.equals(n.token)||this.logger.logWithError("gt token not equals"),this.raw.gt(n.raw)}lt(n){return this.token.equals(n.token)||this.logger.logWithError("lt token not equals"),this.raw.lt(n.raw)}add(n){return this.token.equals(n.token)||this.logger.logWithError("add token not equals"),new ee(this.token,this.raw.add(n.raw))}subtract(n){return this.token.equals(n.token)||this.logger.logWithError("sub token not equals"),new ee(this.token,this.raw.sub(n.raw))}toSignificant(n=this.token.decimals,r,i=0){return super.toSignificant(n,r,i)}toFixed(n=this.token.decimals,r,i=0){return n>this.token.decimals&&this.logger.logWithError("decimals overflow"),super.toFixed(n,r,i)}toExact(n={groupSeparator:""}){return ot.DP=this.token.decimals,new ot(this.numerator.toString()).div(this.denominator.toString()).toFormat(n)}},_e=class extends P{constructor(n,r,i=!0,o){let s=new le.default(0),a=Se.pow(new le.default(n.decimals));if(i)s=z(r);else{let c=new le.default(0),u=new le.default(0);if(typeof r=="string"||typeof r=="number"||typeof r=="bigint"){let[l,f]=pn(r.toString(),n.decimals);c=z(l),u=z(f)}c=c.mul(a),s=c.add(u)}super(s,a);this.logger=Z(o||"TokenAmount"),this.currency=n}get raw(){return this.numerator}isZero(){return this.raw.isZero()}gt(n){return this.currency.equals(n.currency)||this.logger.logWithError("gt currency not equals"),this.raw.gt(n.raw)}lt(n){return this.currency.equals(n.currency)||this.logger.logWithError("lt currency not equals"),this.raw.lt(n.raw)}add(n){return this.currency.equals(n.currency)||this.logger.logWithError("add currency not equals"),new _e(this.currency,this.raw.add(n.raw))}sub(n){return this.currency.equals(n.currency)||this.logger.logWithError("sub currency not equals"),new _e(this.currency,this.raw.sub(n.raw))}toSignificant(n=this.currency.decimals,r,i=0){return super.toSignificant(n,r,i)}toFixed(n=this.currency.decimals,r,i=0){return n>this.currency.decimals&&this.logger.logWithError("decimals overflow"),super.toFixed(n,r,i)}toExact(n={groupSeparator:""}){return ot.DP=this.currency.decimals,new ot(this.numerator.toString()).div(this.denominator.toString()).toFormat(n)}};var yt=require("@solana/spl-token"),dn=require("@solana/web3.js");var oe=require("@solana/web3.js");var di={["sooneth"]:{NATIVE_TOKEN_SYMBOL:"ETH",SWAP_HOST:"https://trade-api.cobaltx.io",BASE_HOST:"https://api.cobaltx.io",OWNER_BASE_HOST:"https://api.cobaltx.io",SERVICE_BASE_HOST:"https://api.cobaltx.io",MONITOR_BASE_HOST:"https://api.cobaltx.io",SERVICE_1_BASE_HOST:"https://api.cobaltx.io",ANALYTICS_BASE_HOST:"https://api.cobaltx.io",GITHUB_TOKEN_LIST_URL:"https://raw.githubusercontent.com/cobaltx-io/tokens/main/tokens.json",WSOL_MINT_ADDRESS:"So11111111111111111111111111111111111111112",GITHUB_LOGO_URL:"https://raw.githubusercontent.com/cobaltx-io/tokens/main/logo/So11111111111111111111111111111111111111112.png",LOOKUP_TABLE_CACHE:"6fa5xTGwoYJPMLMXaQ4tQFKMoYvXuvsJFLigMJ9a5QeB",CLMM_PROGRAMM_ID:"2TnjBuwqyBB9to5jURagDT7jLmBPefGRiKL2yh1zPZ4V",BONK_MINT_ADDRESS:"71kRXzJMvSeArtXYNEWa8KAjpRJosdMQ7Dpgy5Jt5zfd",SOL_MINT_ADDRESS:"ERFzpDteGNo8LTDKW1WwVGrkRMmA2y9WZHXNHxMA6BSV",USDC_MINT_ADDRESS:"ExYxyorY2x3h8gLcuypnHFQV3F36rmMkQVn7HHV8mUy9",USDT_MINT_ADDRESS:"742wcXVzkhNuEePAot7L3GvPseh93pvYFPgyHLX8mUy9",FULL_TOKEN_NAME:"Wrapped Ethereum",ETH_MINT_ADDRESS:"71kRXzJMvSeArtXYNEWa8KAjpRJosdMQ7Dpgy5Jt5zfd",WRAPPED_TOKEN_SYMBOL:"WETH",INPUT_MINT_ADDRESS:oe.PublicKey.default.toString(),OUTPUT_MINT_ADDRESS:"742wcXVzkhNuEePAot7L3GvPseh93pvYFPgyHLX8mUy9",POPULAR_TOKENS:{SOL:oe.PublicKey.default.toString(),ETH:"71kRXzJMvSeArtXYNEWa8KAjpRJosdMQ7Dpgy5Jt5zfd",USDC:"ExYxyorY2x3h8gLcuypnHFQV3F36rmMkQVn7HHV8KjtA",USDT:"742wcXVzkhNuEePAot7L3GvPseh93pvYFPgyHLX8mUy9"},WSOL_DECIMALS:9},["svmbnb"]:{NATIVE_TOKEN_SYMBOL:"BNB",SWAP_HOST:"https://trade-api.svmbnb.cobaltx.io",BASE_HOST:"https://api.svmbnb.cobaltx.io",OWNER_BASE_HOST:"https://api.svmbnb.cobaltx.io",SERVICE_BASE_HOST:"https://api.svmbnb.cobaltx.io",MONITOR_BASE_HOST:"https://api.svmbnb.cobaltx.io",SERVICE_1_BASE_HOST:"https://api.svmbnb.cobaltx.io",ANALYTICS_BASE_HOST:"https://api.svmbnb.cobaltx.io",GITHUB_TOKEN_LIST_URL:"https://raw.githubusercontent.com/cobaltx-io/svmbnb-tokens/main/tokens.json",WSOL_MINT_ADDRESS:"So11111111111111111111111111111111111111112",GITHUB_LOGO_URL:"https://raw.githubusercontent.com/cobaltx-io/svmbnb-tokens/main/logo/So11111111111111111111111111111111111111112.svg",LOOKUP_TABLE_CACHE:"GSR5XQGWhpzV9TTduBJR6qPNjYsepMQSGkpaqfrbrW9w",CLMM_PROGRAMM_ID:"6f1b3xyVZbnWMHXBjgW1KPwxmPAgXcRdrvKNn4Nmf1Cn",ETH_MINT_ADDRESS:"H3xpFH1yN5E1zFdAoBrC9Y7m7RfJUeQNLvkHi8kNf9Qu",USDC_MINT_ADDRESS:"5odzAHDpDETYhupMkc6kjiYen3K2nrf8oPmvqmsoNW4L",USDT_MINT_ADDRESS:"s8cRDxnp3VxjB6khRnGDdxv6QbCUPyY9Vn1bgSQQsnG",SOL_MINT_ADDRESS:"So11111111111111111111111111111111111111112",FULL_TOKEN_NAME:"Wrapped BNB",WRAPPED_TOKEN_SYMBOL:"WBNB",INPUT_MINT_ADDRESS:oe.PublicKey.default.toBase58(),OUTPUT_MINT_ADDRESS:"ABoT7umUXnx8RtJTeRqKB6myebVjP2wdJGQuV23jVVH3",POPULAR_TOKENS:{SOL:oe.PublicKey.default.toString(),ETH:"H3xpFH1yN5E1zFdAoBrC9Y7m7RfJUeQNLvkHi8kNf9Qu",USDC:"5odzAHDpDETYhupMkc6kjiYen3K2nrf8oPmvqmsoNW4L",USDT:"s8cRDxnp3VxjB6khRnGDdxv6QbCUPyY9Vn1bgSQQsnG"},WSOL_DECIMALS:9},["svmbnb_testnet"]:{NATIVE_TOKEN_SYMBOL:"BNB",SWAP_HOST:"https://trade-api.svmbnb.cobaltx.io",BASE_HOST:"https://api.testnet.svmbnb.cobaltx.io",OWNER_BASE_HOST:"https://api.testnet.svmbnb.cobaltx.io",SERVICE_BASE_HOST:"https://api.testnet.svmbnb.cobaltx.io",MONITOR_BASE_HOST:"https://api.testnet.svmbnb.cobaltx.io",SERVICE_1_BASE_HOST:"https://api.testnet.svmbnb.cobaltx.io",ANALYTICS_BASE_HOST:"https://api.testnet.svmbnb.cobaltx.io",GITHUB_TOKEN_LIST_URL:"https://raw.githubusercontent.com/cobaltx-io/svmbnb-testnet-tokens/main/tokens.json",WSOL_MINT_ADDRESS:"So11111111111111111111111111111111111111112",GITHUB_LOGO_URL:"https://raw.githubusercontent.com/cobaltx-io/svmbnb-testnet-tokens/main/logo/So11111111111111111111111111111111111111112.svg",LOOKUP_TABLE_CACHE:"D79gSiTNV9pyLPJyscW5yZYwdPVDrtKsamL3ZfQi6JiM",CLMM_PROGRAMM_ID:"FgycD57kcCZsjpoTAi2u67GTPxm59bPEhycL2Lw1icm1",ETH_MINT_ADDRESS:"5aLr3sV4UNVcMB6CiA3PZTWbgVBRNyMdEp1s5LNfhR95",USDC_MINT_ADDRESS:"jrhUNRxEDpFmGV3sqaWyveS7bVtRQgtHsfBTCdjfMBw",USDT_MINT_ADDRESS:"Ex86C4gmdjvPRNrfyvsyejbjkP6RstNaBC5g3itZw2iv",FULL_TOKEN_NAME:"Wrapped BNB",WRAPPED_TOKEN_SYMBOL:"WBNB",INPUT_MINT_ADDRESS:"bnb",OUTPUT_MINT_ADDRESS:"jrhUNRxEDpFmGV3sqaWyveS7bVtRQgtHsfBTCdjfMBw",POPULAR_TOKENS:{SOL:oe.PublicKey.default.toString(),ETH:"5aLr3sV4UNVcMB6CiA3PZTWbgVBRNyMdEp1s5LNfhR95",USDC:"jrhUNRxEDpFmGV3sqaWyveS7bVtRQgtHsfBTCdjfMBw",USDT:"Ex86C4gmdjvPRNrfyvsyejbjkP6RstNaBC5g3itZw2iv"},WSOL_DECIMALS:9},["svmbase_testnet"]:{NATIVE_TOKEN_SYMBOL:"ETH",SWAP_HOST:"https://trade-api.testnet.svmbase.cobaltx.io",BASE_HOST:"https://api.testnet.svmbase.cobaltx.io",OWNER_BASE_HOST:"https://api.testnet.svmbase.cobaltx.io",SERVICE_BASE_HOST:"https://api.testnet.svmbase.cobaltx.io",MONITOR_BASE_HOST:"https://api.testnet.svmbase.cobaltx.io",SERVICE_1_BASE_HOST:"https://api.testnet.svmbase.cobaltx.io",ANALYTICS_BASE_HOST:"https://api.testnet.svmbase.cobaltx.io",GITHUB_TOKEN_LIST_URL:"https://raw.githubusercontent.com/cobaltx-io/svmbase-testnet-tokens/main/tokens.json",WSOL_MINT_ADDRESS:"So11111111111111111111111111111111111111112",GITHUB_LOGO_URL:"https://raw.githubusercontent.com/cobaltx-io/svmbase-testnet-tokens/main/logo/So11111111111111111111111111111111111111112.png",LOOKUP_TABLE_CACHE:"AyPMvNmUUY2jwZ75NxhkLYPraQGNk5DssVfP4TnMcPJF",CLMM_PROGRAMM_ID:"DnZnBqJKiGSYHUHYvkXAbQmkMbwrjfgo4orR7jWyMsik",ETH_MINT_ADDRESS:"71kRXzJMvSeArtXYNEWa8KAjpRJosdMQ7Dpgy5Jt5zfd",USDC_MINT_ADDRESS:"63tPXWPnYeZ9hA3dJsAY5RcQ8YbwEz8uZ5nKu3uFD1aK",USDT_MINT_ADDRESS:"4fyX7hSmPetQC2wRS3YVAhWeFzif7WStarKwTvCXrBtD",FULL_TOKEN_NAME:"Wrapped Ethereum",WRAPPED_TOKEN_SYMBOL:"WETH",INPUT_MINT_ADDRESS:oe.PublicKey.default.toString(),OUTPUT_MINT_ADDRESS:"63tPXWPnYeZ9hA3dJsAY5RcQ8YbwEz8uZ5nKu3uFD1aK",POPULAR_TOKENS:{SOL:oe.PublicKe