@galacticcouncil/sdk 9.10.0 → 9.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- var xe=[{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"reserve",type:"address"},{indexed:!1,internalType:"address",name:"user",type:"address"},{indexed:!0,internalType:"address",name:"onBehalfOf",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!0,internalType:"uint16",name:"referralCode",type:"uint16"}],name:"Supply",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"reserve",type:"address"},{indexed:!0,internalType:"address",name:"user",type:"address"},{indexed:!0,internalType:"address",name:"to",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"}],name:"Withdraw",type:"event"},{inputs:[{internalType:"address",name:"asset",type:"address"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"address",name:"to",type:"address"}],name:"withdraw",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"reserve",type:"address"},{indexed:!1,internalType:"address",name:"user",type:"address"},{indexed:!0,internalType:"address",name:"onBehalfOf",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"enum DataTypes.InterestRateMode",name:"interestRateMode",type:"uint8"},{indexed:!1,internalType:"uint256",name:"borrowRate",type:"uint256"},{indexed:!0,internalType:"uint16",name:"referralCode",type:"uint16"}],name:"Borrow",type:"event"},{inputs:[{internalType:"address",name:"asset",type:"address"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"interestRateMode",type:"uint256"},{internalType:"uint16",name:"referralCode",type:"uint16"},{internalType:"address",name:"onBehalfOf",type:"address"}],name:"borrow",outputs:[],stateMutability:"nonpayable",type:"function"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"reserve",type:"address"},{indexed:!0,internalType:"address",name:"user",type:"address"},{indexed:!0,internalType:"address",name:"repayer",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"bool",name:"useATokens",type:"bool"}],name:"Repay",type:"event"},{inputs:[{internalType:"address",name:"user",type:"address"}],name:"getUserAccountData",outputs:[{internalType:"uint256",name:"totalCollateralBase",type:"uint256"},{internalType:"uint256",name:"totalDebtBase",type:"uint256"},{internalType:"uint256",name:"availableBorrowsBase",type:"uint256"},{internalType:"uint256",name:"currentLiquidationThreshold",type:"uint256"},{internalType:"uint256",name:"ltv",type:"uint256"},{internalType:"uint256",name:"healthFactor",type:"uint256"}],stateMutability:"view",type:"function"}];var Ve=[{inputs:[{internalType:"contract IEACAggregatorProxy",name:"_networkBaseTokenPriceInUsdProxyAggregator",type:"address"},{internalType:"contract IEACAggregatorProxy",name:"_marketReferenceCurrencyPriceInUsdProxyAggregator",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"ETH_CURRENCY_UNIT",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"MKR_ADDRESS",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes32",name:"_bytes32",type:"bytes32"}],name:"bytes32ToString",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"pure",type:"function"},{inputs:[{internalType:"contract IPoolAddressesProvider",name:"provider",type:"address"}],name:"getReservesData",outputs:[{components:[{internalType:"address",name:"underlyingAsset",type:"address"},{internalType:"string",name:"name",type:"string"},{internalType:"string",name:"symbol",type:"string"},{internalType:"uint256",name:"decimals",type:"uint256"},{internalType:"uint256",name:"baseLTVasCollateral",type:"uint256"},{internalType:"uint256",name:"reserveLiquidationThreshold",type:"uint256"},{internalType:"uint256",name:"reserveLiquidationBonus",type:"uint256"},{internalType:"uint256",name:"reserveFactor",type:"uint256"},{internalType:"bool",name:"usageAsCollateralEnabled",type:"bool"},{internalType:"bool",name:"borrowingEnabled",type:"bool"},{internalType:"bool",name:"stableBorrowRateEnabled",type:"bool"},{internalType:"bool",name:"isActive",type:"bool"},{internalType:"bool",name:"isFrozen",type:"bool"},{internalType:"uint128",name:"liquidityIndex",type:"uint128"},{internalType:"uint128",name:"variableBorrowIndex",type:"uint128"},{internalType:"uint128",name:"liquidityRate",type:"uint128"},{internalType:"uint128",name:"variableBorrowRate",type:"uint128"},{internalType:"uint128",name:"stableBorrowRate",type:"uint128"},{internalType:"uint40",name:"lastUpdateTimestamp",type:"uint40"},{internalType:"address",name:"aTokenAddress",type:"address"},{internalType:"address",name:"stableDebtTokenAddress",type:"address"},{internalType:"address",name:"variableDebtTokenAddress",type:"address"},{internalType:"address",name:"interestRateStrategyAddress",type:"address"},{internalType:"uint256",name:"availableLiquidity",type:"uint256"},{internalType:"uint256",name:"totalPrincipalStableDebt",type:"uint256"},{internalType:"uint256",name:"averageStableRate",type:"uint256"},{internalType:"uint256",name:"stableDebtLastUpdateTimestamp",type:"uint256"},{internalType:"uint256",name:"totalScaledVariableDebt",type:"uint256"},{internalType:"uint256",name:"priceInMarketReferenceCurrency",type:"uint256"},{internalType:"address",name:"priceOracle",type:"address"},{internalType:"uint256",name:"variableRateSlope1",type:"uint256"},{internalType:"uint256",name:"variableRateSlope2",type:"uint256"},{internalType:"uint256",name:"stableRateSlope1",type:"uint256"},{internalType:"uint256",name:"stableRateSlope2",type:"uint256"},{internalType:"uint256",name:"baseStableBorrowRate",type:"uint256"},{internalType:"uint256",name:"baseVariableBorrowRate",type:"uint256"},{internalType:"uint256",name:"optimalUsageRatio",type:"uint256"},{internalType:"bool",name:"isPaused",type:"bool"},{internalType:"bool",name:"isSiloedBorrowing",type:"bool"},{internalType:"uint128",name:"accruedToTreasury",type:"uint128"},{internalType:"uint128",name:"unbacked",type:"uint128"},{internalType:"uint128",name:"isolationModeTotalDebt",type:"uint128"},{internalType:"bool",name:"flashLoanEnabled",type:"bool"},{internalType:"uint256",name:"debtCeiling",type:"uint256"},{internalType:"uint256",name:"debtCeilingDecimals",type:"uint256"},{internalType:"uint8",name:"eModeCategoryId",type:"uint8"},{internalType:"uint256",name:"borrowCap",type:"uint256"},{internalType:"uint256",name:"supplyCap",type:"uint256"},{internalType:"uint16",name:"eModeLtv",type:"uint16"},{internalType:"uint16",name:"eModeLiquidationThreshold",type:"uint16"},{internalType:"uint16",name:"eModeLiquidationBonus",type:"uint16"},{internalType:"address",name:"eModePriceSource",type:"address"},{internalType:"string",name:"eModeLabel",type:"string"},{internalType:"bool",name:"borrowableInIsolation",type:"bool"}],internalType:"struct IUiPoolDataProviderV3.AggregatedReserveData[]",name:"",type:"tuple[]"},{components:[{internalType:"uint256",name:"marketReferenceCurrencyUnit",type:"uint256"},{internalType:"int256",name:"marketReferenceCurrencyPriceInUsd",type:"int256"},{internalType:"int256",name:"networkBaseTokenPriceInUsd",type:"int256"},{internalType:"uint8",name:"networkBaseTokenPriceDecimals",type:"uint8"}],internalType:"struct IUiPoolDataProviderV3.BaseCurrencyInfo",name:"",type:"tuple"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"contract IPoolAddressesProvider",name:"provider",type:"address"}],name:"getReservesList",outputs:[{internalType:"address[]",name:"",type:"address[]"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"contract IPoolAddressesProvider",name:"provider",type:"address"},{internalType:"address",name:"user",type:"address"}],name:"getUserReservesData",outputs:[{components:[{internalType:"address",name:"underlyingAsset",type:"address"},{internalType:"uint256",name:"scaledATokenBalance",type:"uint256"},{internalType:"bool",name:"usageAsCollateralEnabledOnUser",type:"bool"},{internalType:"uint256",name:"stableBorrowRate",type:"uint256"},{internalType:"uint256",name:"scaledVariableDebt",type:"uint256"},{internalType:"uint256",name:"principalStableDebt",type:"uint256"},{internalType:"uint256",name:"stableBorrowLastUpdateTimestamp",type:"uint256"}],internalType:"struct IUiPoolDataProviderV3.UserReserveData[]",name:"",type:"tuple[]"},{internalType:"uint8",name:"",type:"uint8"}],stateMutability:"view",type:"function"},{inputs:[],name:"marketReferenceCurrencyPriceInUsdProxyAggregator",outputs:[{internalType:"contract IEACAggregatorProxy",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"networkBaseTokenPriceInUsdProxyAggregator",outputs:[{internalType:"contract IEACAggregatorProxy",name:"",type:"address"}],stateMutability:"view",type:"function"}];var st="0x1b02E051683b5cfaC5929C25E84adb26ECf87B38",$e="0x112b087b60C1a166130d59266363C45F8aa99db0",Ke="0xf3Ba4D1b50f78301BDD7EAEa9B67822A15FCA691",ee=1000000n;var Ps=BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");var te=class{client;constructor(e){this.client=e.getWsProvider()}async getBlockTimestamp(){let e=await this.client.getBlock();return Number(e.timestamp)}async getReservesData(){return await this.client.readContract({abi:Ve,address:$e,args:[Ke],functionName:"getReservesData"})}async getUserReservesData(e){return await this.client.readContract({abi:Ve,address:$e,args:[Ke,e],functionName:"getUserReservesData"})}async getUserAccountData(e){return await this.client.readContract({abi:xe,address:st,args:[e],functionName:"getUserAccountData"})}};import{decodeAddress as we,encodeAddress as at}from"@polkadot/util-crypto";import{hexToU8a as Ct,isHex as Dt,u8aToHex as Mt}from"@polkadot/util";import{Buffer as X}from"buffer";var xs=2090,V=1e6,it=1e9,Oe="1",Os=2034,U=63,re=18,E="0",nt=12,se=15;var ze="ETH\0";function Lt(p){if(!p)return!1;try{let e=we(p,!0),t=X.from(ze);return X.from(e.subarray(0,t.length)).equals(t)}catch{return!1}}function Gt(p){return!!/^0x[a-fA-F0-9]{40}$/.test(p)}function Ut(p){try{let e=Dt(p)?Ct(p):we(p);return at(e),!0}catch{return!1}}var Q=class p{static toAccount=e=>{let t=X.from(e.slice(2),"hex"),r=X.from(ze);return at(new Uint8Array(X.concat([r,t,X.alloc(8)])),63)};static fromAccount=e=>{let t=we(e),r=X.from(ze),s=t.slice(r.length,-8);return"0x"+X.from(s).toString("hex")};static fromSS58=e=>{let r=we(e).slice(0,20);return Mt(r)};static fromAny=e=>{if(Gt(e))return e;if(Lt(e))return p.fromAccount(e);if(Ut(e))return p.fromSS58(e);throw new Error("Unknown address type")}};import{Buffer as Te}from"buffer";var W=class{static fromAssetId(e){let t=Number(e),r=Te.alloc(20,0);return r[15]=1,r.writeUInt32BE(t,16),"0x"+r.toString("hex")}static toAssetId(e){let t=Te.from(e.replace("0x",""),"hex");return t.length!==20||!this.isAssetAddress(e)?null:t.readUInt32BE(16)}static isAssetAddress(e){let t=Te.from("0000000000000000000000000000000100000000","hex"),r=Te.from(e.replace("0x",""),"hex");return r.length!==20?!1:r.subarray(0,16).equals(t.subarray(0,16))}};import{BigNumber as O}from"bignumber.js";var qt=12;O.config({EXPONENTIAL_AT:[-100,100],ROUNDING_MODE:4,DECIMAL_PLACES:qt});var S=m(0),N=m(1),_s=m("Infinity");function v(p,e){let t=new O(e.toString()),r=new O(10).pow(t);return p.times(r).decimalPlaces(4)}function m(p){return new O(p.toString())}function ks(p,e){let t=m(p);return v(t,e)}function T(p,e){return p.shiftedBy(-1*e).toString()}var Ie=m("1e27"),Ht=m("1.01"),Wt=m("31536000"),$=class{client;constructor(e){this.client=new te(e)}async getSummary(e){let t=Q.fromAny(e),[r,s,i,a]=await Promise.all([this.client.getReservesData(),this.client.getUserReservesData(t),this.client.getUserAccountData(t),this.client.getBlockTimestamp()]),[n]=r,[o,l]=s,[c,u,g,d,h,y]=i,P=m(y).dividedBy(1e18).decimalPlaces(6,O.ROUND_DOWN),x=m(c),f=m(u),w=[];for(let B of o){let I=B.underlyingAsset.toLowerCase(),A=n.find(({underlyingAsset:kt})=>kt.toLowerCase()===I);if(!A)throw new Error("Missing pool reserve for "+I);let k=m(B.scaledATokenBalance),G=m(A.liquidityIndex),fe=m(A.liquidityRate),Se=m(A.availableLiquidity),We=m(A.priceInMarketReferenceCurrency),Xe=a+6,Ye=this.calculateLinearInterest(fe,A.lastUpdateTimestamp,Xe),Be=G.multipliedBy(Ye).dividedBy(Ie).decimalPlaces(0,O.ROUND_DOWN),Nt=k.multipliedBy(Be).dividedBy(Ie).decimalPlaces(0,O.ROUND_DOWN),Ft=m(l!==0&&l===A.eModeCategoryId?A.eModeLiquidationThreshold:A.reserveLiquidationThreshold).div(1e4),Et=A.usageAsCollateralEnabled&&B.usageAsCollateralEnabledOnUser&&m(B.scaledATokenBalance).gt(0),_t=W.toAssetId(I);w.push({aTokenBalance:Nt,availableLiquidity:Se,decimals:Number(A.decimals),isCollateral:Et,priceInRef:We,reserveId:_t,reserveAsset:I,reserveLiquidationThreshold:Ft})}return{healthFactor:P.toNumber(),totalCollateral:x,totalDebt:f,reserves:w}}async hasBorrowPositions(e){let t=Q.fromAny(e),r=await this.client.getUserAccountData(t),[s,i]=r;return i>0n}async getHealthFactor(e){let t=Q.fromAny(e),r=await this.client.getUserAccountData(t),[s,i,a,n,o,l]=r;return m(l).dividedBy(1e18).decimalPlaces(6,O.ROUND_DOWN).toNumber()}async getHealthFactorAfterWithdraw(e,t,r){let{totalCollateral:s,totalDebt:i,reserves:a}=await this.getSummary(e),n=W.fromAssetId(t),o=a.find(x=>x.reserveAsset===n);if(!o)throw new Error("Missing reserve ctx for "+n);let{decimals:l,isCollateral:c,priceInRef:u,reserveLiquidationThreshold:g}=o,d=v(m(r),l).decimalPlaces(0,1),h=c?d.multipliedBy(u).dividedBy(m(10).pow(l)).decimalPlaces(0,O.ROUND_DOWN):S,y=s.minus(h);return y.lte(0)?0:y.multipliedBy(g).dividedBy(i).decimalPlaces(6,O.ROUND_DOWN).toNumber()}async getHealthFactorAfterSupply(e,t,r){let{totalCollateral:s,totalDebt:i,reserves:a}=await this.getSummary(e),n=W.fromAssetId(t),o=a.find(P=>P.reserveAsset===n);if(!o)throw new Error("Missing reserve ctx for "+n);let{decimals:l,priceInRef:c,reserveLiquidationThreshold:u}=o,d=v(m(r),l).decimalPlaces(0,1).multipliedBy(c).dividedBy(m(10).pow(l)).decimalPlaces(0,O.ROUND_DOWN),h=s.plus(d);return h.lte(0)?0:h.multipliedBy(u).dividedBy(i).decimalPlaces(6,O.ROUND_DOWN).toNumber()}async getMaxWithdraw(e,t){let{totalDebt:r,reserves:s,healthFactor:i}=await this.getSummary(e),a=W.fromAssetId(t),n=s.find(o=>o.reserveAsset===a);if(!n)throw new Error("Missing reserve data for "+a);return this.calculateWithdrawMax(n,r,i)}async getMaxWithdrawAll(e){let{totalDebt:t,reserves:r,healthFactor:s}=await this.getSummary(e),i={};for(let a of r){let n=this.calculateWithdrawMax(a,t,s);a.reserveId&&(i[a.reserveId]=n)}return i}calculateWithdrawMax(e,t,r){let{aTokenBalance:s,availableLiquidity:i,decimals:a,priceInRef:n,reserveLiquidationThreshold:o,isCollateral:l}=e,c=s;if(l&&t.gt(0)){let g=m(r).minus(Ht);if(g.gt(0)){let h=g.multipliedBy(t).dividedBy(o).decimalPlaces(0,O.ROUND_DOWN).dividedBy(n).multipliedBy(m(10).pow(a)).decimalPlaces(0,O.ROUND_DOWN);c=O.minimum(s,h)}else c=S}return{amount:O.minimum(c,i),decimals:a}}calculateLinearInterest(e,t,r){let s=r-t;return s<=0?Ie:e.multipliedBy(s).dividedBy(Wt).plus(Ie).decimalPlaces(0,O.ROUND_DOWN)}};function ot(p){switch(p){case!0:case"true":case 1:case"1":case"on":case"yes":return!0;default:return!1}}import"@galacticcouncil/api-augment/hydradx";import"@galacticcouncil/api-augment/basilisk";var C=class{api;constructor(e){this.api=e}get chainDecimals(){return this.api.registry.chainDecimals[0]}get chainToken(){return this.api.registry.chainTokens[0]}log(e,...t){let r=typeof window>"u"?process.env.GC_DEBUG:window.localStorage.getItem("gc.debug");ot(r)&&console.log(e,...t)}};var K=class extends C{SUPPORTED_TYPES=["StableSwap","Bond","Token","External","Erc20"];constructor(e){super(e)}async safeSharesQuery(){try{let e=await this.api.query.stableswap.pools.entries();return new Map(e.map(([{args:[t]},r])=>[t.toString(),r.unwrap()]))}catch{return new Map([])}}async safeBondsQuery(){try{let e=await this.api.query.bonds.bonds.entries();return new Map(e.map(([{args:[t]},r])=>[t.toString(),r.unwrap()]))}catch{return new Map([])}}async metadataQuery(){try{let e=await this.api.query.assetRegistry.assetMetadataMap.entries();return new Map(e.map(([{args:[t]},r])=>{let{decimals:s,symbol:i}=r.unwrap();return[t.toString(),{decimals:s.toNumber(),symbol:i.toHuman()}]}))}catch{return new Map([])}}async locationsQuery(){try{let e=await this.api.query.assetRegistry.assetLocations.entries();return new Map(e.map(([{args:[t]},r])=>[t.toString(),r.unwrap()]))}catch{return new Map([])}}getSystemTokenName(e){switch(e){case"HDX":return"Hydration";case"BSX":return"Basilisk";default:return e}}getToken(e,t,r,s){if(e==E){let u=this.api.consts.balances.existentialDeposit;return{id:E,name:this.getSystemTokenName(this.chainToken),symbol:this.chainToken,decimals:this.chainDecimals,icon:this.chainToken,type:"Token",isSufficient:!0,existentialDeposit:u.toString()}}let{name:i,assetType:a,isSufficient:n,existentialDeposit:o}=t,{symbol:l,decimals:c}=r.get(e)??{};return{id:e,name:i.toHuman(),symbol:l,decimals:c,icon:l,type:a.toHuman(),isSufficient:n?n.toHuman():!0,location:s?.toJSON(),existentialDeposit:o.toString()}}getBond(e,t,r,s){let[i,a]=s,{assetType:n,isSufficient:o,existentialDeposit:l}=t,{symbol:c,decimals:u}=this.getToken(i.toString(),t,r),g=a.toNumber(),d=new Intl.DateTimeFormat("en-GB"),h=[c,"Bond",d.format(g)].join(" ");return{id:e,name:h,symbol:c+"b",decimals:u,icon:c,type:n.toString(),isSufficient:o.toHuman(),existentialDeposit:l.toString(),underlyingAssetId:i.toString(),maturity:g}}getShares(e,t,r,s){let{assets:i}=s,{name:a,symbol:n,assetType:o,isSufficient:l,existentialDeposit:c}=t,g=i.map(y=>y.toString()).map(y=>{let{symbol:P}=this.getToken(y,t,r);return[y,P]}),d=Object.fromEntries(g),h=Object.values(d);return{id:e,name:h.join(", "),symbol:n?.isSome?n.toHuman():a.toHuman(),decimals:18,icon:h.join("/"),type:o.toString(),isSufficient:l.toHuman(),existentialDeposit:c.toString(),meta:d}}getExternal(e,t,r,s){let i=this.getToken(e,t,new Map,s),a=r?.find(n=>n.internalId===i.id);return a?{...i,decimals:a.decimals,name:a.name,symbol:a.symbol,icon:a.symbol,isWhiteListed:a.isWhiteListed}:i}normalizeMetadata(e,t){return t.size?t:new Map(e.map(([{args:[r]},s])=>{let{decimals:i,symbol:a}=s.unwrap();return[r.toString(),{decimals:Number(i.toString()),symbol:a.toHuman()}]}))}getSupportedAssets(e){return e.filter(([t,r])=>{if(r.isNone)return!1;let s=r.unwrap();return this.isSupportedAsset(s)})}async getOnChainAssets(e,t){let[r,s,i,a,n]=await Promise.all([this.api.query.assetRegistry.assets.entries(),this.locationsQuery(),this.safeSharesQuery(),this.safeBondsQuery(),this.metadataQuery()]),o=this.getSupportedAssets(r),l=this.normalizeMetadata(o,n),c=o.map(([{args:[u]},g])=>{let d=g.unwrap(),h=s.get(u.toString()),{assetType:y}=d;switch(y.toString()){case"Bond":let P=a.get(u.toString());return this.getBond(u.toString(),d,l,P);case"StableSwap":let x=i.get(u.toString());return this.getShares(u.toString(),d,l,x);case"External":return this.getExternal(u.toString(),d,t,h);default:return this.getToken(u.toString(),d,l,h)}});return e?c:c.filter(u=>this.isValidAsset(u))}isValidAsset(e){let t=Math.sign(e.decimals);return!!e.symbol&&(t===0||t===1)}isSupportedAsset(e){let t=e.assetType.toString();return this.SUPPORTED_TYPES.includes(t)}};var M=class extends C{constructor(e){super(e)}async getBalance(e,t){let r=await this.api.query.assetRegistry.assets(t),{assetType:s}=r.unwrap();return s.toString()==="Erc20"?this.getErc20Balance(e,t):t===E?this.getSystemBalance(e):this.getTokenBalance(e,t)}async getSystemBalance(e){let{data:t}=await this.api.query.system.account(e);return this.calculateFreeBalance(t)}async getTokenBalance(e,t){let r=await this.api.query.tokens.accounts(e,t);return this.calculateFreeBalance(r)}async getErc20Balance(e,t){let r=await this.getTokenBalanceData(e,t);return this.calculateFreeBalance(r)}async subscribeSystemBalance(e,t){return this.api.query.system.account(e,({data:r})=>t(E,this.calculateFreeBalance(r)))}async subscribeTokenBalance(e,t,r){let s=await this.api.query.tokens.accounts.keys(e),i=r?r.map(a=>[e,a]):s.map(({args:[a,n]})=>[a.toString(),n.toString()]);return this.api.query.tokens.accounts.multi(i,a=>{let n=[];a.forEach((o,l)=>{let c=this.calculateFreeBalance(o),u=i[l][1];n.push([u,c])}),t(n)})}async subscribeErc20Balance(e,t,r){let i=r||await(async()=>(await this.api.query.assetRegistry.assets.entries()).filter(([o,l])=>{let{assetType:c}=l.unwrap();return c.toString()==="Erc20"}).map(([{args:[o]}])=>o.toString()))(),a=async()=>{let n=await Promise.all(i.map(async o=>[o,await this.getErc20Balance(e,o)]));t(n)};return this.api.rpc.chain.subscribeNewHeads(async()=>{a()})}async getTokenBalanceData(e,t){return this.api.call.currenciesApi.account(t,e)}calculateFreeBalance(e){let t=e.free.toString(),r=e.frozen.toString();return O(t).lt(r)?O(0):O(t).minus(r)}};var ie=class extends C{constructor(e){super(e)}async getBalance(e,t){let r=await this.api.query.assetRegistry.assets(t),{assetType:s}=r.unwrap();return s.toString()==="Erc20"?this.getErc20Balance(e,t):t===E?this.getSystemBalance(e):this.getTokenBalance(e,t)}async getSystemBalance(e){let{data:t}=await this.api.query.system.account(e);return this.calculateBalance(t)}async getTokenBalance(e,t){let r=await this.api.query.tokens.accounts(e,t);return this.calculateBalance(r)}async getErc20Balance(e,t){let r=await this.getTokenBalanceData(e,t);return this.calculateBalance(r)}async subscribeSystemBalance(e,t){return this.api.query.system.account(e,({data:r})=>t(E,this.calculateBalance(r)))}async subscribeTokenBalance(e,t,r){let s=await this.api.query.tokens.accounts.keys(e),i=r?r.map(a=>[e,a]):s.map(({args:[a,n]})=>[a.toString(),n.toString()]);return this.api.query.tokens.accounts.multi(i,a=>{let n=[];a.forEach((o,l)=>{let c=i[l][1],u=this.calculateBalance(o);n.push([c,u])}),t(n)})}async subscribeErc20Balance(e,t,r){let i=r||await(async()=>(await this.api.query.assetRegistry.assets.entries()).filter(([o,l])=>{let{assetType:c}=l.unwrap();return c.toString()==="Erc20"}).map(([{args:[o]}])=>o.toString()))(),a=async()=>{let n=await Promise.all(i.map(async o=>[o,await this.getErc20Balance(e,o)]));t(n)};return this.api.rpc.chain.subscribeNewHeads(async()=>{a()})}async getTokenBalanceData(e,t){return this.api.call.currenciesApi.account(t,e)}calculateBalance(e){let t=O(e.free.toString()),r=e.frozen.toString(),s=e.reserved.toString(),i=t.gte(r)?t.minus(r).toString():"0",a=t.plus(s).toString();return{free:t.toString(),total:a,transferable:i,reserved:s,frozen:r}}};var ne=class{api;_minOrderBudget;_blockTime;constructor(e){this.api=e}get blockTime(){return this._blockTime===void 0&&(this._blockTime=this.api.consts.aura.slotDuration.toNumber()),this._blockTime}get minOrderBudget(){return this._minOrderBudget===void 0&&(this._minOrderBudget=this.api.consts.dca.minBudgetInNativeCurrency.toString()),m(this._minOrderBudget)}};import{fixed_from_rational as lt}from"@galacticcouncil/math-liquidity-mining";import{GenericAccountId32 as Xt}from"@polkadot/types";import{u8aConcat as ct}from"@polkadot/util";import{isAddress as ut}from"@polkadot/util-crypto";var je=class extends C{balanceClient;constructor(e){super(e),this.balanceClient=new M(e)}secondsInYear=new O(365.2425).times(24).times(60).times(60);async getOmnipoolFarms(e){let t=await this.api.query.omnipoolWarehouseLM.activeYieldFarm.entries(e);return await Promise.all(t.map(async([s,i])=>{let[,a]=s.args,n=i.unwrap().toString(),o=a.toString(),l=(await this.api.query.omnipoolWarehouseLM.globalFarm(o)).unwrap(),c=(await this.api.query.omnipoolWarehouseLM.yieldFarm(e,o,n)).unwrap(),u=await this.getOraclePrice(l)??l.priceAdjustment.toString(),d=this.getAccountResolver(this.api.registry)(Number(o),!1).toString(),h=l.rewardCurrency.toString(),y=await this.balanceClient.getTokenBalanceData(d,h);return{assetId:e,globalFarm:l,yieldFarm:c,priceAdjustment:u,potBalance:y.free.toString()}}))}async getIsolatedPoolFarms(e){let t=await this.api.query.xykWarehouseLM.activeYieldFarm.entries(e);return await Promise.all(t.map(async([s,i])=>{let[,a]=s.args,n=i.unwrap().toString(),o=a.toString(),l=(await this.api.query.xykWarehouseLM.globalFarm(o)).unwrap(),c=(await this.api.query.xykWarehouseLM.yieldFarm(e,o,n)).unwrap(),u=await this.getOraclePrice(l)??l.priceAdjustment.toString(),d=this.getAccountResolver(this.api.registry)(Number(o),!0).toString(),h=l.rewardCurrency.toString(),y=await this.balanceClient.getTokenBalanceData(d,h);return{assetId:e,globalFarm:l,yieldFarm:c,priceAdjustment:u,potBalance:y.free.toString()}}))}async getOraclePrice(e){let t=e.rewardCurrency.toString(),r=e.incentivizedAsset.toString(),s=[t,r].sort();if(t===r)return new O(1).shiftedBy(18).toString();let i=await this.api.query.emaOracle.oracles("omnipool",s,"TenMinutes");if(i.isNone)return;let[a]=i.unwrap(),n=a.price.n.toString(),o=a.price.d.toString(),l;return Number(t)<Number(r)?l=lt(n,o):l=lt(o,n),l}getGlobalRewardPerPeriod(e,t,r,s){let a=e.times(t).shiftedBy(-18).times(s).shiftedBy(-18);return a.gte(r)?r:a}getPoolYieldPerPeriod(e,t,r,s){return e.times(t).div(r.times(s).shiftedBy(-18))}padEndU8a(e,t){return ct(e,Array(Math.max(0,t-e.length)).fill(0))}getAccountResolver=e=>(t,r)=>{let s="modl",i=r?"0x78796b4c4d704944":"0x4f6d6e6957684c4d";return new Xt(e,this.padEndU8a(ct(s,i,typeof t!="number"?t.toU8a():[t]),32))};async getFarmApr(e,t){if(t==="isolatedpool"&&!ut(e))throw new Error("You must pass an address of isolated pool as id");if(t==="omnipool"&&ut(e))throw new Error("You must pass an asset id of omnipool");let r=6,s=t==="omnipool"?await this.getOmnipoolFarms(e):await this.getIsolatedPoolFarms(e);return s.length?s.map(({yieldFarm:n,globalFarm:o,priceAdjustment:l,potBalance:c})=>{let u=new O(o.totalSharesZ.toString()),g=o.plannedYieldingPeriods.toString(),d=new O(o.yieldPerPeriod.toString()),h=new O(o.maxRewardPerPeriod.toString()),y=o.blocksPerPeriod.toString(),P=new O(n.multiplier.toString()).shiftedBy(-18),x=this.secondsInYear.div(new O(r).times(y)),f;if(u.isZero())f=d.times(P).times(x);else{let k=this.getGlobalRewardPerPeriod(u,d,h,l);f=this.getPoolYieldPerPeriod(k,P,u,l).times(x)}let w=new O(o.pendingRewards.toString()).plus(o.accumulatedPaidRewards.toString()),B=h.times(g),I=c?w.plus(c):B;return w.div(I).gte(.999)?S:f.div(t==="isolatedpool"?2:1).times(100)}).reduce((n,o)=>n.plus(o),S).toString():void 0}};var ve=class extends Error{constructor(e){super(),this.message=`${e} pool invalid`,this.name="PoolNotFound"}},mt=class extends Error{constructor(e,t){super(),this.message=`${e} pool missing ${t}`,this.name="PoolConfigNotFound"}},Ae=class extends Error{constructor(e,t){super(),this.message=`Route from ${e} to ${t} not found in pool configuration`,this.name="RouteNotFound"}},pt=class extends Error{constructor(e){super(),this.message=`Asset ${e} not available in current network`,this.name="AssetNotFound"}},dt=class extends Error{constructor(e){super(),this.message=`Storage missing ${e}`,this.name="StorageConfigNotFound"}},gt=class extends Error{constructor(e){super(),this.message=`Subscription type "${e}" not supported`,this.name="SubscriptionNotSupported"}},ht=class extends Error{constructor(e){super(),this.message=`${e}`,this.name="ProviderConfigNotFound"}};import{defineChain as Yt}from"viem";var Vt=["wss://hydration-rpc.n.dwellir.com","wss://hydration.dotters.network","wss://rpc.helikon.io/hydradx","wss://hydration.ibp.network","wss://rpc.cay.hydration.cloud","wss://rpc.parm.hydration.cloud","wss://rpc.roach.hydration.cloud","wss://rpc.zipp.hydration.cloud","wss://rpc.sin.hydration.cloud","wss://rpc.coke.hydration.cloud"],bt=p=>{let t=[p.endpoint,...Vt],r=Array.from(new Set(t.map(s=>s.replace("wss://","https://").replace("ws://","http://"))));return Yt({id:222222,name:"Hydration",network:"hydration",nativeCurrency:{decimals:18,name:"WETH",symbol:"WETH"},rpcUrls:{default:{http:r}},blockExplorers:{default:{name:"Hydration Explorer",url:"https://explorer.evm.hydration.cloud"}},testnet:!1})};import{createPublicClient as yt,createWalletClient as $t,custom as Kt,http as zt}from"viem";function Pt(p){let e=async({method:t,params:r})=>{let s=Array.isArray(r)?r:[];return p.send(t,s)};return()=>({request:e,config:{name:"PolkadotWsTransport",type:"webSocket",key:"polkadotWs",request:e}})}var Re=class{wsProvider;chain;constructor(e){let{provider:t}=e._options;this.wsProvider=t,this.chain=bt(t)}get chainId(){return this.chain.id}get chainCurrency(){return this.chain.nativeCurrency.symbol}get chainDecimals(){return this.chain.nativeCurrency.decimals}getProvider(){return yt({chain:this.chain,transport:zt()})}getWsProvider(){return yt({chain:this.chain,transport:Pt(this.wsProvider)})}getSigner(e){return $t({account:e,chain:this.chain,transport:Kt(window.ethereum)})}};import{memoize1 as ns}from"@thi.ng/memoize";var F=(a=>(a.Aave="Aave",a.LBP="Lbp",a.Omni="Omnipool",a.Stable="Stableswap",a.XYK="Xyk",a.HSM="Hsm",a))(F||{}),z=(n=>(n.UnknownError="UnknownError",n.InsufficientTradingAmount="InsufficientTradingAmount",n.MaxInRatioExceeded="MaxInRatioExceeded",n.MaxOutRatioExceeded="MaxOutRatioExceeded",n.TradeNotAllowed="TradeNotAllowed",n.MaxBuyBackExceeded="MaxBuyBackExceeded",n.MaxBuyPriceExceeded="MaxBuyPriceExceeded",n))(z||{});var Ne=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;static fromPool(e){return new p(e)}constructor(e){this.type="Aave",this.address=e.address,this.tokens=e.tokens,this.maxInRatio=e.maxInRatio,this.maxOutRatio=e.maxOutRatio,this.minTradingLimit=e.minTradingLimit}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(o=>[o.id,o])),s=r.get(e),i=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(i==null)throw new Error("Pool does not contain tokenOut");let a=m(s.balance),n=m(i.balance);return{assetIn:e,assetOut:t,decimalsIn:s.decimals,decimalsOut:i.decimals,balanceIn:a,balanceOut:n,assetInED:S,assetOutED:S}}validateAndBuy(e,t){let r=this.calculateInGivenOut(e,t),s=[];return t.isGreaterThan(e.balanceOut)&&s.push("TradeNotAllowed"),{amountIn:r,calculatedIn:r,amountOut:t,feePct:0,errors:s}}validateAndSell(e,t){let r=this.calculateOutGivenIn(e,t),s=[];return r.isGreaterThan(e.balanceOut)&&s.push("TradeNotAllowed"),{amountIn:t,calculatedOut:r,amountOut:r,feePct:0,errors:s}}calculateInGivenOut(e,t){return t}calculateOutGivenIn(e,t){return t}spotPriceInGivenOut(e){return v(N,e.decimalsOut)}spotPriceOutGivenIn(e){return v(N,e.decimalsIn)}calculateTradeFee(e,t){return S}};import{encodeAddress as Jt}from"@polkadot/util-crypto";import{stringToU8a as Zt}from"@polkadot/util";import{decodeEventLog as er}from"viem";import{memoize1 as jt}from"@thi.ng/memoize";import{TLRUCache as Qt}from"@thi.ng/cache";var Qe=[{inputs:[],name:"decimals",outputs:[{internalType:"uint8",name:"",type:"uint8"}],stateMutability:"view",type:"function"},{inputs:[],name:"description",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint80",name:"_roundId",type:"uint80"}],name:"getRoundData",outputs:[{internalType:"uint80",name:"roundId",type:"uint80"},{internalType:"int256",name:"answer",type:"int256"},{internalType:"uint256",name:"startedAt",type:"uint256"},{internalType:"uint256",name:"updatedAt",type:"uint256"},{internalType:"uint80",name:"answeredInRound",type:"uint80"}],stateMutability:"view",type:"function"},{inputs:[],name:"latestRoundData",outputs:[{internalType:"uint80",name:"roundId",type:"uint80"},{internalType:"int256",name:"answer",type:"int256"},{internalType:"uint256",name:"startedAt",type:"uint256"},{internalType:"uint256",name:"updatedAt",type:"uint256"},{internalType:"uint80",name:"answeredInRound",type:"uint80"}],stateMutability:"view",type:"function"}];var ae=class{client;constructor(e){this.client=e.getWsProvider()}async getData(e,t=6){let[r,s,i]=await Promise.all([this.client.readContract({abi:Qe,address:e,functionName:"latestRoundData"}),this.client.readContract({abi:Qe,address:e,functionName:"decimals"}),this.client.getBlock()]),[a,n,o,l]=r,c=i.number-(i.timestamp-l)/BigInt(t),u=Number(c);return{price:n,decimals:s,updatedAt:u<0?0:u}}};var D=class extends M{evm;mmOracle;pools=[];subs=[];assets=new Map([]);mem=0;memPoolsCache=new Qt(null,{maxlen:1,ttl:1*60*60*1e3,release:e=>{this.mem>e&&this.log(this.getPoolType(),`mem ${e} released at`,new Date)}});memPools=jt(e=>(this.log(this.getPoolType(),`mem ${e} sync`),this.getPools()),this.memPoolsCache);constructor(e,t){super(e),this.evm=t,this.mmOracle=new ae(t)}get augmentedPools(){return this.pools.filter(e=>this.isValidPool(e)).map(e=>this.withMetadata(e))}async withAssets(e){this.assets=new Map(e.map(t=>[t.id,t])),this.mem=this.mem+1}async getPoolsMem(){return await this.memPools(this.mem)}async getPools(){this.unsubscribe(),this.pools=await this.loadPools();let e=this.subscribeBalances(),t=this.subscribeUpdates();this.subs.push(e),this.subs.push(t);let r=this.getPoolType();return this.log(r,`mem ${this.mem} pools(${this.augmentedPools.length})`),this.log(r,`mem ${this.mem} subs(${this.subs.length})`),this.augmentedPools}async subscribeBalances(){let e=this.augmentedPools.map(async r=>{let s=[],i=await this.subscribeTokensPoolBalance(r);if(s.push(i),this.hasSystemAsset(r)){let a=await this.subscribeSystemPoolBalance(r);s.push(a)}if(this.hasErc20Asset(r)){let a=await this.subscribeErc20PoolBalance(r);s.push(a)}return this.subscribeLog(r),s}),t=await Promise.all(e);return()=>{for(let r of t.flat())try{r()}catch(s){console.warn("Balance unsub failed",s)}}}hasSystemAsset(e){return e.tokens.some(t=>t.id==="0")}hasErc20Asset(e){return e.tokens.some(t=>t.type==="Erc20")}unsubscribe(){this.subs.forEach(e=>{e.then(t=>t()).catch(t=>console.warn("Unsub failed",t))})}subscribeLog(e){let t=e.address.substring(0,10).concat("...");this.log(`${e.type} mem ${this.mem} [${t}] balance subscribed`)}subscribeSystemPoolBalance(e){return this.subscribeSystemBalance(e.address,this.updateBalanceCallback(e))}subscribeTokensPoolBalance(e){let t=(r,s)=>r.id!==s;return this.subscribeTokenBalance(e.address,this.updateBalancesCallback(e,t))}subscribeErc20PoolBalance(e){let t=e.tokens.filter(r=>r.type==="Erc20").map(r=>r.id);return this.subscribeErc20Balance(e.address,this.updateBalancesCallback(e,()=>!0),t)}isValidPool(e){return e.type==="Xyk"?e.tokens.every(t=>this.assets.get(t.id)):!0}withMetadata(e){return e.tokens=e.tokens.map(t=>{let r=this.assets.get(t.id);return{...t,...r}}),e}updateBalancesCallback(e,t){return function(r){r.forEach(([s,i])=>{let a=e.tokens.findIndex(n=>n.id==s);a>=0&&t(e,s)&&(e.tokens[a].balance=i.toString())})}}updateBalanceCallback(e){return function(t,r){let s=e.tokens.findIndex(i=>i.id==t);s>=0&&(e.tokens[s].balance=r.toString())}}};function ft(p,e){let t=[];return JSON.stringify(p,(r,s)=>(s&&s[e]&&t.push(s),s)),t[0]}function bn(p,e,t){let r;return JSON.stringify(p,(s,i)=>(i&&i[e]===t&&(r=i),i)),r}var Pn=(p,e)=>typeof e=="bigint"?e.toString():e;var tr=["Supply","Withdraw","Repay","Borrow"],Fe=class extends D{getPoolType(){return"Aave"}getPoolId(e,t){let r="aave:"+e+"/"+t;return Jt(Zt(r.padEnd(32,"\0")),63)}getPoolLimits(){return{maxInRatio:0,maxOutRatio:0,minTradingLimit:0}}getReserveH160Id(e){return e.type==="Erc20"?ft(e.location,"accountKey20").accountKey20.key:W.fromAssetId(e.id)}isSupported(){return this.api.call.aaveTradeExecutor.pools!==void 0}async loadPools(){return(await this.api.call.aaveTradeExecutor.pools()).map(({reserve:t,atoken:r,liqudityIn:s,liqudityOut:i})=>({address:this.getPoolId(t.toString(),r.toString()),type:"Aave",tokens:[{id:t.toString(),balance:s.toString()},{id:r.toString(),balance:i.toString()}],...this.getPoolLimits()}))}async getPoolFees(e,t,r){return{}}async subscribeBalances(){return()=>{}}async subscribeUpdates(){return this.api.query.system.events(e=>{e.forEach(t=>{let{event:r}=t,s=`${r.section}:${r.method}`;if(s==="router:Executed"){let[i,a]=r.data.toJSON();this.pools.filter(n=>n.tokens.some(o=>o.id===i.toString()||o.id===a.toString())).forEach(n=>{this.log(`Sync AAVE via [router:Executed] :: ${i}:${a}`),this.updatePoolState(n)})}if(s==="evm:Log"){let[i]=r.data.toJSON();try{let{eventName:a,args:n}=er({abi:xe,topics:i.topics,data:i.data});if(tr.includes(a)){let o=n.reserve.toLowerCase();this.pools.filter(l=>{let[c]=l.tokens;return this.getReserveH160Id(c).toLowerCase()===o}).forEach(l=>{this.log(`Sync AAVE via [evm:Log] :: ${a} ${o}`),this.updatePoolState(l)})}}catch{}}})})}async updatePoolState(e){let[t,r]=e.tokens,{liqudityIn:s,liqudityOut:i}=await this.api.call.aaveTradeExecutor.pool(t.id,r.id);e.tokens=e.tokens.map(a=>{let n=a.id===t.id?s.toString():i.toString();return{...a,balance:n}})}};import{calculate_in_given_out as rr,calculate_out_given_in as sr,calculate_linear_weights as ir,calculate_pool_trade_fee as nr,get_spot_price as ar}from"@galacticcouncil/math-lbp";var q=class{static getSpotPrice(e,t,r,s,i){return ar(e,t,r,s,i)}static calculateInGivenOut(e,t,r,s,i){return rr(e,t,r,s,i)}static calculateOutGivenIn(e,t,r,s,i){return sr(e,t,r,s,i)}static calculateLinearWeights(e,t,r,s,i){return ir(e,t,r,s,i)}static calculatePoolTradeFee(e,t,r){return nr(e,t,r)}};var b=class p{static toPct(e){let[t,r]=e;return p.safeDivide(t*100,r)}static toRaw(e){let[t,r]=e;return p.safeDivide(t,r)}static fromPermill(e){return[e,1e6]}static fromPerbill(e){return[e,1e9]}static fromRate(e,t){return[e,t]}static safeDivide(e,t,r=12){let s=10**r;return Math.round(e*s/t)/s}static safeRound(e){return parseFloat(e.toPrecision(15))}};var Ee=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;fee;repayFeeApply;static fromPool(e){return new p(e)}constructor(e){this.type="Lbp",this.address=e.address,this.tokens=e.tokens,this.maxInRatio=e.maxInRatio,this.maxOutRatio=e.maxOutRatio,this.minTradingLimit=e.minTradingLimit,this.fee=e.fee,this.repayFeeApply=e.repayFeeApply}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(o=>[o.id,o])),s=r.get(e),i=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(i==null)throw new Error("Pool does not contain tokenOut");let a=m(s.balance),n=m(i.balance);return{assetIn:e,assetOut:t,balanceIn:a,balanceOut:n,decimalsIn:s.decimals,decimalsOut:i.decimals,weightIn:s.weight,weightOut:i.weight}}validateAndBuy(e,t,r){let s=this.tokens[0].id,i=[];t.isLessThan(this.minTradingLimit)&&i.push("InsufficientTradingAmount");let a=e.balanceOut.div(this.maxOutRatio);if(t.isGreaterThan(a)&&i.push("MaxOutRatioExceeded"),s===e.assetOut){let n=this.calculateTradeFee(t,r),o=b.toPct(this.repayFeeApply?r.repayFee:r.exchangeFee),l=t.plus(n),c=this.calculateInGivenOut(e,l),u=e.balanceIn.div(this.maxInRatio);return c.isGreaterThan(u)&&i.push("MaxInRatioExceeded"),{amountIn:c,calculatedIn:c,amountOut:t,feePct:o,errors:i}}else{let n=this.calculateInGivenOut(e,t),o=e.balanceIn.div(this.maxInRatio);return n.isGreaterThan(o)&&i.push("MaxInRatioExceeded"),{amountIn:n,calculatedIn:n,amountOut:t,feePct:0,errors:i}}}validateAndSell(e,t,r){let s=this.tokens[0].id,i=[];t.isLessThan(this.minTradingLimit)&&i.push("InsufficientTradingAmount");let a=e.balanceIn.div(this.maxInRatio);if(t.isGreaterThan(a)&&i.push("MaxInRatioExceeded"),s===e.assetIn){let n=this.calculateOutGivenIn(e,t),o=e.balanceOut.div(this.maxOutRatio);return n.isGreaterThan(o)&&i.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:n,amountOut:n,feePct:0,errors:i}}else{let n=this.calculateOutGivenIn(e,t),o=this.calculateTradeFee(n,r),l=b.toPct(this.repayFeeApply?r.repayFee:r.exchangeFee),c=n.minus(o),u=e.balanceOut.div(this.maxOutRatio);return c.isGreaterThan(u)&&i.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:n,amountOut:c,feePct:l,errors:i}}}calculateInGivenOut(e,t){let r=q.calculateInGivenOut(e.balanceIn.toString(),e.balanceOut.toString(),e.weightIn.toString(),e.weightOut.toString(),t.toFixed(0)),s=m(r);return s.isNegative()?S:s}calculateOutGivenIn(e,t){let r=q.calculateOutGivenIn(e.balanceIn.toString(),e.balanceOut.toString(),e.weightIn.toString(),e.weightOut.toString(),t.toFixed(0)),s=m(r);return s.isNegative()?S:s}spotPriceInGivenOut(e){let t=q.getSpotPrice(e.balanceOut.toString(),e.balanceIn.toString(),e.weightOut.toString(),e.weightIn.toString(),v(N,e.decimalsOut).toString());return m(t)}spotPriceOutGivenIn(e){let t=q.getSpotPrice(e.balanceIn.toString(),e.balanceOut.toString(),e.weightIn.toString(),e.weightOut.toString(),v(N,e.decimalsIn).toString());return m(t)}calculateTradeFee(e,t){let r=q.calculatePoolTradeFee(e.toString(),this.repayFeeApply?t.repayFee[0]:t.exchangeFee[0],this.repayFeeApply?t.repayFee[1]:t.exchangeFee[1]);return m(r)}};var _e=class extends D{MAX_FINAL_WEIGHT=v(m(100),6);poolsData=new Map([]);getPoolType(){return"Lbp"}getPoolLimits(){let e=this.api.consts.lbp.maxInRatio.toNumber(),t=this.api.consts.lbp.maxOutRatio.toNumber(),r=this.api.consts.lbp.minTradingLimit.toNumber();return{maxInRatio:e,maxOutRatio:t,minTradingLimit:r}}async getPoolDelta(e,t,r){let{start:s,end:i,assets:a,initialWeight:n,finalWeight:o,repayTarget:l,feeCollector:c}=t,u=q.calculateLinearWeights(s.toString(),i.toString(),n.toString(),o.toString(),r),[g,d]=a,h=g.toString(),y=m(u),P=d.toString(),x=this.MAX_FINAL_WEIGHT.minus(m(y)),[f,w,B]=await Promise.all([this.isRepayFeeApplied(h,l.toString(),c.toString()),this.getBalance(e,h),this.getBalance(e,P)]);return{repayFeeApply:f,tokens:[{id:h,weight:y,balance:w.toString()},{id:P,weight:x,balance:B.toString()}]}}isActivePool(e,t){if(e.start.isEmpty||e.end.isEmpty)return!1;let r=e.start.unwrap().toNumber(),s=e.end.unwrap().toNumber();return t>=r&&t<s}async isRepayFeeApplied(e,t,r){let s=m(t);if(s.isZero())return!1;try{return(await this.getBalance(e,r)).isLessThan(s)}catch{return!0}}isSupported(){return this.api.query.lbp!==void 0}async loadPools(){let[e,t]=await Promise.all([this.api.query.lbp.poolData.entries(),this.api.query.parachainSystem.validationData()]),{relayParentNumber:r}=t.unwrap(),s=e.filter(([i,a])=>this.isActivePool(a.unwrap(),r.toNumber())).map(async([{args:[i]},a])=>{let n=a.unwrap(),o=i.toString(),l=await this.getPoolDelta(o,n,r.toString());this.poolsData.set(i.toString(),n);let[c,u]=n.fee;return{address:o,type:"Lbp",fee:b.fromRate(c.toNumber(),u.toNumber()),...l,...this.getPoolLimits()}});return Promise.all(s)}async getPoolFees(e,t,r){let s=this.pools.find(i=>i.address===r);return{repayFee:this.getRepayFee(),exchangeFee:s.fee}}getRepayFee(){let[e,t]=this.api.consts.lbp.repayFee;return b.fromRate(e.toNumber(),t.toNumber())}async subscribeUpdates(){return this.api.query.parachainSystem.validationData(async e=>{let{relayParentNumber:t}=e.unwrap();this.pools.forEach(async r=>{let s=this.poolsData.get(r.address);if(s)if(this.isActivePool(s,t.toNumber())){let a=await this.getPoolDelta(r.address,s,t.toString());Object.assign(r,a)}else{let a=this.pools.findIndex(n=>n.address==r.address);this.pools.splice(a,1)}})})}};import{calculate_in_given_out as or,calculate_lrna_in_given_out as lr,calculate_out_given_in as cr,calculate_out_given_lrna_in as ur,calculate_spot_price as mr,calculate_lrna_spot_price as pr,calculate_shares as dr,calculate_liquidity_out as gr,calculate_liquidity_lrna_out as hr,calculate_liquidity_hub_in as br,is_sell_allowed as Pr,is_buy_allowed as yr,is_add_liquidity_allowed as fr,is_remove_liquidity_allowed as Sr,recalculate_asset_fee as Br,recalculate_protocol_fee as xr,verify_asset_cap as Or}from"@galacticcouncil/math-omnipool";var R=class{static calculateSpotPrice(e,t,r,s){return mr(e,t,r,s)}static calculateLrnaSpotPrice(e,t){return pr(e,t)}static calculateInGivenOut(e,t,r,s,i,a,n,o,l){return or(e,t,r,s,i,a,n,o,l)}static calculateLrnaInGivenOut(e,t,r,s,i){return lr(e,t,r,s,i)}static calculateOutGivenIn(e,t,r,s,i,a,n,o,l){return cr(e,t,r,s,i,a,n,o,l)}static calculateOutGivenLrnaIn(e,t,r,s,i){return ur(e,t,r,s,i)}static calculateShares(e,t,r,s){return dr(e,t,r,s)}static calculateLiquidityOut(e,t,r,s,i,a,n,o){return gr(e,t,r,s,i,a,n,o)}static calculateLiquidityLRNAOut(e,t,r,s,i,a,n,o){return hr(e,t,r,s,i,a,n,o)}static calculateCapDifference(e,t,r,s){let i=O(t),a=O(e),n=O(s),l=O(r).shiftedBy(-18);if(i.div(n).lt(l)){let u=l.times(n).minus(i).times(a),g=i.times(O(1).minus(l));return u.div(g).toFixed(0)}else return"0"}static calculateLimitHubIn(e,t,r,s){return br(e,t,r,s)}static isSellAllowed(e){return Pr(e)}static isBuyAllowed(e){return yr(e)}static isAddLiquidityAllowed(e){return fr(e)}static isRemoveLiquidityAllowed(e){return Sr(e)}static recalculateAssetFee(e,t,r,s,i,a,n,o,l,c,u){return Br(e,t,r,s,i,a,n,o,l,c,u)}static recalculateProtocolFee(e,t,r,s,i,a,n,o,l,c,u){return xr(e,t,r,s,i,a,n,o,l,c,u)}static verifyAssetCap(e,t,r,s){return Or(e,t,r,s)}};var ke=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;hubAssetId;static fromPool(e){return new p(e)}constructor(e){this.type="Omnipool",this.address=e.address,this.tokens=e.tokens,this.maxInRatio=e.maxInRatio,this.maxOutRatio=e.maxOutRatio,this.minTradingLimit=e.minTradingLimit,this.hubAssetId=e.hubAssetId}validatePair(e,t){return this.hubAssetId!=t}parsePair(e,t){let r=new Map(this.tokens.map(c=>[c.id,c])),s=r.get(e),i=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(i==null)throw new Error("Pool does not contain tokenOut");let a=m(s.balance),n=m(i.balance),o=m(s.existentialDeposit),l=m(i.existentialDeposit);return{assetIn:e,assetOut:t,hubReservesIn:s.hubReserves,hubReservesOut:i.hubReserves,sharesIn:s.shares,sharesOut:i.shares,decimalsIn:s.decimals,decimalsOut:i.decimals,balanceIn:a,balanceOut:n,tradeableIn:s.tradeable,tradeableOut:i.tradeable,assetInED:o,assetOutED:l}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),i=this.calculateInGivenOut(e,t,r),a=i.minus(s),n=s===S?S:a.div(s).multipliedBy(100).decimalPlaces(4),o=[],l=R.isSellAllowed(e.tradeableIn),c=R.isBuyAllowed(e.tradeableOut);(!l||!c)&&o.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetInED))&&o.push("InsufficientTradingAmount");let u=e.balanceOut.div(this.maxOutRatio);t.isGreaterThan(u)&&o.push("MaxOutRatioExceeded");let g=e.balanceIn.div(this.maxInRatio);return i.isGreaterThan(g)&&o.push("MaxInRatioExceeded"),{amountIn:i,calculatedIn:s,amountOut:t,feePct:n.toNumber(),errors:o}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),i=this.calculateOutGivenIn(e,t,r),n=s.minus(i).div(s).multipliedBy(100).decimalPlaces(4),o=[],l=R.isSellAllowed(e.tradeableIn),c=R.isBuyAllowed(e.tradeableOut);(!l||!c)&&o.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetOutED))&&o.push("InsufficientTradingAmount");let u=e.balanceIn.div(this.maxInRatio);t.isGreaterThan(u)&&o.push("MaxInRatioExceeded");let g=e.balanceOut.div(this.maxOutRatio);return i.isGreaterThan(g)&&o.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:s,amountOut:i,feePct:n.toNumber(),errors:o}}calculateInGivenOut(e,t,r){if(e.assetIn==this.hubAssetId)return this.calculateLrnaInGivenOut(e,t,r);let s=R.calculateInGivenOut(e.balanceIn.toString(),e.hubReservesIn.toString(),e.sharesIn.toString(),e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?b.toRaw(r.assetFee).toString():S.toString(),r?b.toRaw(r.protocolFee).toString():S.toString()),i=m(s);return i.isNegative()?S:i}calculateLrnaInGivenOut(e,t,r){let s=R.calculateLrnaInGivenOut(e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?b.toRaw(r.assetFee).toString():S.toString()),i=m(s);return i.isNegative()?S:i}calculateOutGivenIn(e,t,r){if(e.assetIn==this.hubAssetId)return this.calculateOutGivenLrnaIn(e,t,r);let s=R.calculateOutGivenIn(e.balanceIn.toString(),e.hubReservesIn.toString(),e.sharesIn.toString(),e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?b.toRaw(r.assetFee).toString():S.toString(),r?b.toRaw(r.protocolFee).toString():S.toString()),i=m(s);return i.isNegative()?S:i}calculateOutGivenLrnaIn(e,t,r){let s=R.calculateOutGivenLrnaIn(e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?b.toRaw(r.assetFee).toString():S.toString()),i=m(s);return i.isNegative()?S:i}spotPriceInGivenOut(e){if(e.assetIn==this.hubAssetId)return this.spotPriceLrnaInGivenOut(e);let t=R.calculateSpotPrice(e.balanceOut.toString(),e.hubReservesOut.toString(),e.balanceIn.toString(),e.hubReservesIn.toString());return m(t).shiftedBy(-1*(18-e.decimalsOut)).decimalPlaces(0,1)}spotPriceLrnaInGivenOut(e){let t=R.calculateLrnaSpotPrice(e.hubReservesOut.toString(),e.balanceOut.toString());return m(t).shiftedBy(-1*(18-e.decimalsOut)).decimalPlaces(0,1)}spotPriceOutGivenIn(e){if(e.assetIn==this.hubAssetId)return this.spotPriceOutGivenLrnaIn(e);let t=R.calculateSpotPrice(e.balanceIn.toString(),e.hubReservesIn.toString(),e.balanceOut.toString(),e.hubReservesOut.toString());return m(t).shiftedBy(-1*(18-e.decimalsIn)).decimalPlaces(0,1)}spotPriceOutGivenLrnaIn(e){let t=R.calculateLrnaSpotPrice(e.balanceOut.toString(),e.hubReservesOut.toString());return m(t).shiftedBy(-1*(18-e.decimalsIn)).decimalPlaces(0,1)}};import{encodeAddress as wr}from"@polkadot/util-crypto";import{stringToU8a as Tr}from"@polkadot/util";import{memoize1 as St}from"@thi.ng/memoize";import{TLRUCache as Ir}from"@thi.ng/cache";var Bt="omnipool",xt="Short",Ce=class extends D{dynamicFees=new Map;oracles=new Map;memQueryCache=new Ir(null,{ttl:6*1e3});memOracleQuery=St(e=>{let t=e.split(":");return this.api.query.emaOracle.oracles(Bt,t,xt)},this.memQueryCache);memFeesQuery=St(e=>this.api.query.dynamicFees.assetFee(e),this.memQueryCache);getPoolType(){return"Omnipool"}getPoolId(){return wr(Tr("modlomnipool".padEnd(32,"\0")),63)}getOracleKey(e){return e===E?[E,Oe]:[Oe,e]}getPoolLimits(){let e=this.api.consts.omnipool.maxInRatio.toNumber(),t=this.api.consts.omnipool.maxOutRatio.toNumber(),r=this.api.consts.omnipool.minimumTradingLimit.toNumber();return{maxInRatio:e,maxOutRatio:t,minTradingLimit:r}}async getDynamicFees(e){return this.dynamicFees.has(e)?this.dynamicFees.get(e):this.memFeesQuery(e)}async getOraclePrice(e){let r=this.getOracleKey(e).join(":");return this.oracles.has(r)?this.oracles.get(r):this.memOracleQuery(r)}isSupported(){return this.api.query.omnipool!==void 0}async loadPools(){let e=this.api.consts.omnipool.hubAssetId.toString(),t=this.getPoolId(),[r,s,i]=await Promise.all([this.api.query.omnipool.assets.entries(),this.api.query.omnipool.hubAssetTradability(),this.getBalance(t,e)]),a=r.map(async([{args:[o]},l])=>{let{hubReserve:c,shares:u,tradable:g,cap:d,protocolShares:h}=l.unwrap(),y=await this.getBalance(t,o.toString());return{id:o.toString(),hubReserves:m(c.toString()),shares:m(u.toString()),tradeable:g.bits.toNumber(),balance:y.toString(),cap:m(d.toString()),protocolShares:m(h.toString())}}),n=await Promise.all(a);return n.push({id:e,tradeable:s.bits.toNumber(),balance:i.toString()}),[{address:t,type:"Omnipool",hubAssetId:e,tokens:n,...this.getPoolLimits()}]}async getPoolFees(e,t,r){let s=t.assetOut,i=t.assetIn,[a,n,o]=await Promise.all([this.getDynamicFees(s),this.getOraclePrice(s),this.getOraclePrice(i)]),[l,c,u]=this.getAssetFee(t,e,a,n),[g,d,h]=i===Oe?[0,0,0]:this.getProtocolFee(t,e,a,o),y=l+g,P=u+h;return{assetFee:b.fromPermill(c),protocolFee:b.fromPermill(d),min:b.fromPermill(y),max:b.fromPermill(P)}}getAssetFee(e,t,r,s){let{assetOut:i,balanceOut:a}=e,{minFee:n,maxFee:o,decay:l,amplification:c}=this.api.consts.dynamicFees.assetFeeParameters,u=b.fromPermill(n.toNumber()),g=b.fromPermill(o.toNumber());if(r.isNone||s.isNone)return[n.toNumber(),n.toNumber(),o.toNumber()];let[d]=s.unwrap(),{assetFee:h,timestamp:y}=r.unwrap(),P=Math.max(1,t-y.toNumber()),x=d.volume.bIn.toString(),f=d.volume.bOut.toString(),w=d.liquidity.b.toString();i===E&&(x=d.volume.aIn.toString(),f=d.volume.aOut.toString(),w=d.liquidity.a.toString());let B=b.fromPermill(h.toNumber()),I=R.recalculateAssetFee(x,f,w,"9",a.toString(),b.toRaw(B).toString(),P.toString(),b.toRaw(u).toString(),b.toRaw(g).toString(),l.toString(),c.toString());return[n.toNumber(),Number(I)*1e6,o.toNumber()]}getProtocolFee(e,t,r,s){let{assetIn:i,balanceIn:a}=e,{minFee:n,maxFee:o,decay:l,amplification:c}=this.api.consts.dynamicFees.protocolFeeParameters,u=b.fromPermill(n.toNumber()),g=b.fromPermill(o.toNumber());if(r.isNone||s.isNone)return[n.toNumber(),n.toNumber(),o.toNumber()];let[d]=s.unwrap(),{protocolFee:h,timestamp:y}=r.unwrap(),P=Math.max(1,t-y.toNumber()),x=d.volume.bIn.toString(),f=d.volume.bOut.toString(),w=d.liquidity.b.toString();i===E&&(x=d.volume.aIn.toString(),f=d.volume.aOut.toString(),w=d.liquidity.a.toString());let B=b.fromPermill(h.toNumber()),I=R.recalculateProtocolFee(x,f,w,"9",a.toString(),b.toRaw(B).toString(),P.toString(),b.toRaw(u).toString(),b.toRaw(g).toString(),l.toString(),c.toString());return[n.toNumber(),Number(I)*1e6,o.toNumber()]}async subscribeUpdates(){let[e]=this.pools,t=e.tokens.map(o=>o.id),r=[],s=await this.api.query.omnipool.assets.multi(t,o=>{e.tokens=o.map((l,c)=>{let u=e.tokens[c];if(l.isNone)return u;let g=l.unwrap();return this.updateTokenState(u,g)})});r.push(s);let i=await this.api.query.dynamicFees.assetFee.multi(t,o=>{o.forEach((l,c)=>{let u=t[c];this.dynamicFees.set(u,l)})});r.push(i);let a=t.map(o=>{let l=this.getOracleKey(o);return[Bt,l,xt]}),n=await this.api.query.emaOracle.oracles.multi(a,o=>{o.forEach(async(l,c)=>{let u=a[c],[g,d,h]=u;this.oracles.set(d.join(":"),l)})});return r.push(n),()=>{for(let o of r)try{o()}catch(l){console.warn("Omnipool unsubscribe failed",l)}}}updateTokenState(e,t){let{hubReserve:r,shares:s,tradable:i,cap:a,protocolShares:n}=t;return{...e,hubReserves:m(r.toString()),shares:m(s.toString()),cap:m(a.toString()),protocolShares:m(n.toString()),tradeable:i.bits.toNumber()}}};import{calculate_in_given_out as vr,calculate_out_given_in as Ar,calculate_pool_trade_fee as Rr,get_spot_price as Nr,calculate_liquidity_in as Fr,calculate_shares as Er,calculate_spot_price as _r,calculate_spot_price_with_fee as kr,calculate_liquidity_out_asset_a as Cr,calculate_liquidity_out_asset_b as Dr}from"@galacticcouncil/math-xyk";var Y=class{static getSpotPrice(e,t,r){return Nr(e,t,r)}static calculateInGivenOut(e,t,r){return vr(e,t,r)}static calculateOutGivenIn(e,t,r){return Ar(e,t,r)}static calculatePoolTradeFee(e,t,r){return Rr(e,t,r)}static calculateLiquidityIn(e,t,r){return Fr(e,t,r)}static calculateSpotPrice(e,t){return _r(e,t)}static calculateSpotPriceWithFee(e,t,r,s){return kr(e,t,r,s)}static calculateShares(e,t,r){return Er(e,t,r)}static calculateLiquidityOutAssetA(e,t,r,s){return Cr(e,t,r,s)}static calculateLiquidityOutAssetB(e,t,r,s){return Dr(e,t,r,s)}};var De=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;static fromPool(e){return new p(e)}constructor(e){this.type="Xyk",this.address=e.address,this.tokens=e.tokens,this.maxInRatio=e.maxInRatio,this.maxOutRatio=e.maxOutRatio,this.minTradingLimit=e.minTradingLimit}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(c=>[c.id,c])),s=r.get(e),i=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(i==null)throw new Error("Pool does not contain tokenOut");let a=m(s.balance),n=m(i.balance),o=m(s.existentialDeposit),l=m(i.existentialDeposit);return{assetIn:e,assetOut:t,decimalsIn:s.decimals,decimalsOut:i.decimals,balanceIn:a,balanceOut:n,assetInED:o,assetOutED:l}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),i=this.calculateTradeFee(s,r),a=b.toPct(r.exchangeFee),n=s.plus(i),o=[];(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetInED))&&o.push("InsufficientTradingAmount");let l=e.balanceOut.div(this.maxOutRatio);t.isGreaterThan(l)&&o.push("MaxOutRatioExceeded");let c=e.balanceIn.div(this.maxInRatio);return n.isGreaterThan(c)&&o.push("MaxInRatioExceeded"),{amountIn:n,calculatedIn:s,amountOut:t,feePct:a,errors:o}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),i=this.calculateTradeFee(s,r),a=b.toPct(r.exchangeFee),n=s.minus(i),o=[];(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetOutED))&&o.push("InsufficientTradingAmount");let l=e.balanceIn.div(this.maxInRatio);t.isGreaterThan(l)&&o.push("MaxInRatioExceeded");let c=e.balanceOut.div(this.maxOutRatio);return n.isGreaterThan(c)&&o.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:s,amountOut:n,feePct:a,errors:o}}calculateInGivenOut(e,t){let r=Y.calculateInGivenOut(e.balanceIn.toString(),e.balanceOut.toString(),t.toFixed(0)),s=m(r);return s.isNegative()?S:s}calculateOutGivenIn(e,t){let r=Y.calculateOutGivenIn(e.balanceIn.toString(),e.balanceOut.toString(),t.toFixed(0)),s=m(r);return s.isNegative()?S:s}spotPriceInGivenOut(e){let t=Y.calculateSpotPrice(e.balanceOut.toString(),e.balanceIn.toString()),r=v(N,18-e.decimalsOut);return m(t).div(r)}spotPriceOutGivenIn(e){let t=Y.calculateSpotPrice(e.balanceIn.toString(),e.balanceOut.toString()),r=v(N,18-e.decimalsIn);return m(t).div(r)}calculateTradeFee(e,t){let r=Y.calculatePoolTradeFee(e.toString(),t.exchangeFee[0],t.exchangeFee[1]);return m(r)}};var Me=class extends D{getPoolType(){return"Xyk"}getPoolLimits(){let e=this.api.consts.xyk.maxInRatio.toNumber(),t=this.api.consts.xyk.maxOutRatio.toNumber(),r=this.api.consts.xyk.minTradingLimit.toNumber();return{maxInRatio:e,maxOutRatio:t,minTradingLimit:r}}isSupported(){return this.api.query.xyk!==void 0}async loadPools(){let t=(await this.api.query.xyk.poolAssets.entries()).map(async([{args:[r]},s])=>{let i=r.toString(),[a,n]=s.unwrap(),[o,l]=await Promise.all([this.getBalance(i,a.toString()),this.getBalance(i,n.toString())]);return{address:i,type:"Xyk",tokens:[{id:a.toString(),balance:o.toString()},{id:n.toString(),balance:l.toString()}],...this.getPoolLimits()}});return Promise.all(t)}async getPoolFees(e,t,r){return{exchangeFee:this.getExchangeFee()}}getExchangeFee(){let[e,t]=this.api.consts.xyk.getExchangeFee;return b.fromRate(e.toNumber(),t.toNumber())}async subscribeUpdates(){return()=>{}}};import{calculate_in_given_out as Mr,calculate_out_given_in as Lr,calculate_amplification as Gr,calculate_add_one_asset as Ur,calculate_liquidity_out_one_asset as qr,calculate_shares as Hr,calculate_shares_for_amount as Wr,calculate_spot_price_with_fee as Xr,pool_account_name as Yr,recalculate_peg as Vr}from"@galacticcouncil/math-stableswap";var _=class{static getPoolAddress(e){return Yr(e)}static defaultPegs(e){let t=[];for(let r=0;r<e;r++)t.push(["1","1"]);return t}static calculateAmplification(e,t,r,s,i){return Gr(e,t,r,s,i)}static calculateInGivenOut(e,t,r,s,i,a,n){return Mr(e,t,r,s,i,a,n)}static calculateAddOneAsset(e,t,r,s,i,a,n){return Ur(e,t,r,s,i,a,n)}static calculateSharesForAmount(e,t,r,s,i,a,n){return Wr(e,t,r,s,i,a,n)}static calculateOutGivenIn(e,t,r,s,i,a,n){return Lr(e,t,r,s,i,a,n)}static calculateLiquidityOutOneAsset(e,t,r,s,i,a,n){return qr(e,t,r,s,i,a,n)}static calculateShares(e,t,r,s,i,a){return Hr(e,t,r,s,i,a)}static calculateSpotPriceWithFee(e,t,r,s,i,a,n,o){return Xr(e,t,r,s,i,a,n,o)}static recalculatePegs(e,t,r,s,i){let a=Vr(e,t,r,s,i);return JSON.parse(a)}};var J=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;amplification;id;fee;totalIssuance;pegs;pegsFee;static fromPool(e){return new p(e)}constructor(e){this.type="Stableswap",this.address=e.address,this.tokens=e.tokens,this.maxInRatio=e.maxInRatio,this.maxOutRatio=e.maxOutRatio,this.minTradingLimit=e.minTradingLimit,this.amplification=e.amplification,this.id=e.id,this.fee=e.fee,this.totalIssuance=e.totalIssuance,this.pegs=e.pegs,this.pegsFee=e.pegsFee}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(c=>[c.id,c])),s=r.get(e),i=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(i==null)throw new Error("Pool does not contain tokenOut");let a=m(s.balance),n=m(i.balance),o=m(s.existentialDeposit),l=m(i.existentialDeposit);return{assetIn:e,assetOut:t,balanceIn:a,balanceOut:n,decimalsIn:s.decimals,decimalsOut:i.decimals,tradeableIn:this.id===e?15:s.tradeable,tradeableOut:this.id===t?15:i.tradeable,assetInED:o,assetOutED:l}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),i=this.calculateInGivenOut(e,t,r),a=i.minus(s),n=s===S?S:a.div(s).multipliedBy(100).decimalPlaces(4),o=[],l=R.isSellAllowed(e.tradeableIn),c=R.isBuyAllowed(e.tradeableOut);return(!l||!c)&&o.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetInED))&&o.push("InsufficientTradingAmount"),{amountIn:i,calculatedIn:s,amountOut:t,feePct:n.toNumber(),errors:o}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),i=this.calculateOutGivenIn(e,t,r),n=s.minus(i).div(s).multipliedBy(100).decimalPlaces(4),o=[],l=R.isSellAllowed(e.tradeableIn),c=R.isBuyAllowed(e.tradeableOut);return(!l||!c)&&o.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetOutED))&&o.push("InsufficientTradingAmount"),{amountIn:t,calculatedOut:s,amountOut:i,feePct:n.toNumber(),errors:o}}calculateIn(e,t,r){let s=_.calculateInGivenOut(this.getReserves(),Number(e.assetIn),Number(e.assetOut),t.toFixed(0),this.amplification,r?b.toRaw(r.fee).toString():S.toString(),this.getPegs()),i=m(s);return i.isNegative()?S:i}calculateAddOneAsset(e,t,r){let s=_.calculateAddOneAsset(this.getReserves(),t.toFixed(0),Number(e.assetIn),this.amplification,this.totalIssuance,r?b.toRaw(r.fee).toString():S.toString(),this.getPegs()),i=m(s);return i.isNegative()?S:i}calculateSharesForAmount(e,t,r){let s=_.calculateSharesForAmount(this.getReserves(),Number(e.assetOut),t.toFixed(0),this.amplification,this.totalIssuance,r?b.toRaw(r.fee).toString():S.toString(),this.getPegs()),i=m(s);return i.isNegative()?S:i}calculateInGivenOut(e,t,r){return e.assetOut==this.id?this.calculateAddOneAsset(e,t,r):e.assetIn==this.id?this.calculateSharesForAmount(e,t,r):this.calculateIn(e,t,r)}spotPriceInGivenOut(e){let t=_.calculateSpotPriceWithFee(this.id,this.getReserves(),this.amplification,e.assetOut,e.assetIn,this.totalIssuance,"0",this.getPegs());if(e.assetOut==this.id)return m(t);if(e.assetIn==this.id){let s=v(N,e.decimalsIn-e.decimalsOut);return m(t).div(s).decimalPlaces(0,1)}let r=v(N,18-e.decimalsIn);return m(t).div(r).decimalPlaces(0,1)}calculateOut(e,t,r){let s=_.calculateOutGivenIn(this.getReserves(),Number(e.assetIn),Number(e.assetOut),t.toFixed(0),this.amplification,r?b.toRaw(r.fee).toString():S.toString(),this.getPegs()),i=m(s);return i.isNegative()?S:i}calculateWithdrawOneAsset(e,t,r){let s=_.calculateLiquidityOutOneAsset(this.getReserves(),t.toFixed(0),Number(e.assetOut),this.amplification,this.totalIssuance,r?b.toRaw(r.fee).toString():S.toString(),this.getPegs()),i=m(s);return i.isNegative()?S:i}calculateShares(e,t,r){let s=_.calculateShares(this.getReserves(),this.getAssets(e.assetIn,t),this.amplification,this.totalIssuance,r?b.toRaw(r.fee).toString():S.toString(),this.getPegs()),i=m(s);return i.isNegative()?S:i}calculateOutGivenIn(e,t,r){return e.assetIn==this.id?this.calculateWithdrawOneAsset(e,t,r):e.assetOut==this.id?this.calculateShares(e,t,r):this.calculateOut(e,t,r)}spotPriceOutGivenIn(e){let t=_.calculateSpotPriceWithFee(this.id,this.getReserves(),this.amplification,e.assetIn,e.assetOut,this.totalIssuance,"0",this.getPegs());if(e.assetIn==this.id)return m(t);if(e.assetOut==this.id){let s=v(N,e.decimalsOut-e.decimalsIn);return m(t).div(s).decimalPlaces(0,1)}let r=v(N,18-e.decimalsOut);return m(t).div(r).decimalPlaces(0,1)}getPegs(){return JSON.stringify(this.pegs)}getReserves(){let e=this.tokens.filter(t=>t.id!=this.id).map(({id:t,balance:r,decimals:s})=>({asset_id:Number(t),amount:r,decimals:s}));return JSON.stringify(e)}getAssets(e,t){let r={asset_id:Number(e),amount:t.toFixed(0)};return JSON.stringify([r])}};import{blake2AsHex as $r,encodeAddress as Kr}from"@polkadot/util-crypto";var Le=class extends D{poolsData=new Map([]);getPoolType(){return"Stableswap"}getPoolAddress(e){let t=Number(e),r=_.getPoolAddress(t);return Kr($r(r),63)}getPoolLimits(){return{maxInRatio:0,maxOutRatio:0,minTradingLimit:this.api.consts.stableswap.minTradingLimit.toNumber()}}async getPoolDelta(e,t,r){let{initialAmplification:s,finalAmplification:i,initialBlock:a,finalBlock:n}=t,o=_.calculateAmplification(s.toString(),i.toString(),a.toString(),n.toString(),r),l=await this.api.query.tokens.totalIssuance(e);return{amplification:o,totalIssuance:l.toString()}}async getPoolTokens(e,t,r){let{assets:s}=r,i=s.map(async a=>{let[n,o]=await Promise.all([this.api.query.stableswap.assetTradability(t,a.toString()),this.getBalance(e,a.toString())]);return{id:a.toString(),tradeable:n.bits.toNumber(),balance:o.toString()}});return Promise.all(i)}isSupported(){return this.api.query.stableswap!==void 0}async loadPools(){let[e,t]=await Promise.all([this.api.query.stableswap.pools.entries(),this.api.query.system.number()]),r=t.toNumber(),s=e.map(async([{args:[a]},n])=>{try{let o=n.unwrap(),l=a.toString(),c=this.getPoolAddress(l),[u,g,d]=await Promise.all([this.getPoolDelta(l,o,r.toString()),this.getPoolTokens(c,l,o),this.getPoolPegs(l,o,r.toString())]);return g.push({id:l,tradeable:15,balance:u.totalIssuance}),this.poolsData.set(c,o),{address:c,id:l,type:"Stableswap",fee:b.fromPermill(o.fee.toNumber()),tokens:g,...u,...d,...this.getPoolLimits()}}catch(o){return console.warn(`Skipping pool ${a.toString()}
2
- `,String(o)),null}});return(await Promise.all(s)).filter(a=>a!==null)}async getPoolFees(e,t,r){return{fee:this.pools.find(i=>i.address===r).pegsFee}}async getPoolPegs(e,t,r){let s=await this.api.query.stableswap.poolPegs(e);if(s.isNone)return this.getDefaultPegs(t);let i=s.unwrap(),a=await this.getLatestPegs(t,i,r),n=this.getRecentPegs(i),o=b.fromPermill(i.maxPegUpdate.toNumber()),l=b.fromPermill(t.fee.toNumber()),[c,u]=_.recalculatePegs(JSON.stringify(n),JSON.stringify(a),r,b.toRaw(o).toString(),b.toRaw(l).toString()),g=Number(c)*1e6;return{pegsFee:b.fromPermill(g),pegs:u}}getDefaultPegs(e){let t=e.fee,r=_.defaultPegs(e.assets.length);return{pegsFee:b.fromPermill(t.toNumber()),pegs:r}}getRecentPegs(e){let{current:t}=e;return Array.from(t.entries()).map(([r,s])=>s.map(i=>i.toString()))}async getLatestPegs(e,t,r){let{source:s}=t,i=Array.from(e.assets.entries()).map(([n,o])=>o.toString()),a=s.map(async(n,o)=>{if(n.isOracle){let[l,c,u]=n.asOracle,g=[u.toString(),i[o]].map(f=>Number(f)).sort((f,w)=>f-w),d=await this.api.query.emaOracle.oracles(l,g,c),[{price:h,updatedAt:y}]=d.unwrap(),P=h.n.toString(),x=h.d.toString();return u.toString()===g[0].toString()?[[P,x],y.toString()]:[[x,P],y.toString()]}else if(n.isMmOracle){let l=n.asMmOracle,{price:c,decimals:u,updatedAt:g}=await this.mmOracle.getData(l.toString()),d=10**u;return[[c.toString(),d.toString()],g.toString()]}else{if(n.isValue)return[n.asValue.map(l=>l.toString()),r];throw Error(n.type+" is not supported")}});return Promise.all(a)}async subscribeUpdates(){return this.api.query.system.number(async e=>{let t=e.toString();this.pools.forEach(async r=>{let s=this.poolsData.get(r.address);if(s){let[i,a]=await Promise.all([this.getPoolDelta(r.id,s,t),this.getPoolPegs(r.id,s,t)]),n=r.tokens.map(o=>o.id===r.id?{...o,balance:i.totalIssuance}:o);Object.assign(r,{tokens:n},i,a)}})})}};import{calculate_collateral_in_given_hollar_out as zr,calculate_collateral_out_given_hollar_in as jr,calculate_hollar_in_given_collateral_out as Qr,calculate_hollar_out_given_collateral_in as Jr,calculate_imbalance as Zr,calculate_max_price as es,calculate_buyback_limit as ts,calculate_buyback_price_with_fee as rs}from"@galacticcouncil/math-hsm";var H=class{static calculateCollateralInGivenHollarOut(e,t,r){return zr(e,t,r)}static calculateCollateralOutGivenHollarIn(e,t,r){return jr(e,t,r)}static calculateHollarOutGivenCollateralIn(e,t,r){return Jr(e,t,r)}static calculateHollarInGivenCollateralOut(e,t,r){return Qr(e,t,r)}static calculateImbalance(e,t,r){return Zr(e,t,r)}static calculateBuybackLimit(e,t){return ts(e,t)}static calculateBuybackPriceWithFee(e,t,r){return rs(e,t,r)}static calculateMaxPrice(e,t){return es(e,t)}};var Ge=class p extends J{maxBuyPriceCoefficient;maxInHolding;hollarId;purchaseFee;buyBackFee;buyBackRate;static fromPool(e){return new p(e)}constructor(e){super(e),this.type="Hsm",this.maxBuyPriceCoefficient=e.maxBuyPriceCoefficient,this.maxInHolding=e.maxInHolding,this.hollarId=e.hollarId,this.purchaseFee=e.purchaseFee,this.buyBackFee=e.buyBackFee,this.buyBackRate=e.buyBackRate}validatePair(e,t){return!0}parsePair(e,t){return super.parsePair(e,t)}validateBuyConstraints(e,t,r){let s=[];if(e.assetIn===this.hollarId){let i=this.calculateBuybackLimit(e);t.gt(i)&&s.push("MaxBuyBackExceeded");let a=this.calculateBuyPrice(e,t,r),n=this.calculateMaxPrice(e);a.gt(n)&&s.push("MaxBuyPriceExceeded")}return s}validateAndBuy(e,t){let r=this.calculateInGivenOut(e,t),s=this.validateBuyConstraints(e,r,t);return{amountIn:r,calculatedIn:r,amountOut:t,feePct:0,errors:s}}validateAndSell(e,t){let r=this.calculateOutGivenIn(e,t),s=this.validateBuyConstraints(e,t,r);return{amountIn:t,calculatedOut:r,amountOut:r,feePct:0,errors:s}}calculateHollarInGivenCollateralOut(e,t){let r=super.calculateInGivenOut(e,t,{fee:this.fee}),s=H.calculateHollarInGivenCollateralOut(t.toFixed(0),r.toFixed(0),b.toRaw(this.buyBackFee).toString());return m(s)}calculateCollateralInGivenHollarOut(e){let t=this.getCollateralPeg(),r=H.calculateCollateralInGivenHollarOut(e.toFixed(0),JSON.stringify(t),b.toRaw(this.purchaseFee).toString());return m(r)}calculateInGivenOut(e,t){return e.assetOut==this.hollarId?this.calculateCollateralInGivenHollarOut(t):this.calculateHollarInGivenCollateralOut(e,t)}calculateCollateralOutGivenHollarIn(e,t){let r=super.calculateOutGivenIn(e,t,{fee:this.fee}),s=H.calculateCollateralOutGivenHollarIn(t.toFixed(0),r.toFixed(0),b.toRaw(this.buyBackFee).toString());return m(s)}calculateHollarOutGivenCollateralIn(e){let t=this.getCollateralPeg(),r=H.calculateHollarOutGivenCollateralIn(e.toFixed(0),JSON.stringify(t),b.toRaw(this.purchaseFee).toString());return m(r)}calculateOutGivenIn(e,t){return e.assetIn==this.hollarId?this.calculateCollateralOutGivenHollarIn(e,t):this.calculateHollarOutGivenCollateralIn(t)}calculateImbalance(e){let t=this.getCollateralPeg(),r=H.calculateImbalance(e.balanceIn.toString(),JSON.stringify(t),e.balanceOut.toString());return m(r)}calculateBuybackLimit(e){let t=this.calculateImbalance(e),r=H.calculateBuybackLimit(t.toString(),b.toRaw(this.buyBackRate).toString());return m(r)}calculateBuyPrice(e,t,r){let s=t.dividedBy(m(10).pow(e.decimalsIn));return r.dividedBy(m(10).pow(e.decimalsOut)).dividedBy(s)}calculateMaxPrice(e){let t=this.getCollateralPeg(),r=H.calculateMaxPrice(JSON.stringify(t),this.maxBuyPriceCoefficient.toFixed(0)),[s,i]=JSON.parse(r);return m(s).div(m(i)).shiftedBy(-1*e.decimalsOut)}spotPriceInGivenOut(e){let t=v(N,e.decimalsOut);return this.calculateInGivenOut(e,t)}spotPriceOutGivenIn(e){let t=v(N,e.decimalsIn);return this.calculateOutGivenIn(e,t)}getCollateralPeg(){let e=this.tokens.findIndex(s=>s.id!==this.hollarId),t=this.pegs[e],r=this.tokens[e].decimals;return this.isDefaultPeg(t)?[v(N,18).toString(),v(N,r).toString()]:t}isDefaultPeg(e){let[t,r]=e;return Array.isArray(e)&&e.length===2&&t==="1"&&r==="1"}};import{encodeAddress as ss}from"@polkadot/util-crypto";import{stringToU8a as is}from"@polkadot/util";var Ue=class extends D{stableClient;constructor(e,t,r){super(e,t),this.stableClient=r}getPoolType(){return"Hsm"}getPoolId(e){let t="hsm:"+e;return ss(is(t.padEnd(32,"\0")),63)}isSupported(){return this.api.query.hsm!==void 0}async loadPools(){let[e,t,r]=await Promise.all([this.api.consts.hsm.hollarId.toString(),this.api.query.hsm.collaterals.entries(),this.stableClient.getPoolsMem()]);return t.map(([{},i])=>{let a=i.unwrap(),{poolId:n,maxBuyPriceCoefficient:o,maxInHolding:l,purchaseFee:c,buyBackFee:u,buybackRate:g}=a,d=r.find(h=>h.id===n.toString());if(d){let h=this.getPoolId(n.toString());return{...d,address:h,type:"Hsm",tokens:d.tokens.filter(y=>y.id!==n.toString()),hollarId:e,maxBuyPriceCoefficient:m(o.toString()),maxInHolding:m(l.unwrap().toString()),purchaseFee:b.fromPermill(c.toNumber()),buyBackFee:b.fromPermill(u.toNumber()),buyBackRate:b.fromPerbill(g.toNumber())}}}).filter(i=>i!==null)}async getPoolFees(e,t,r){return{}}async subscribeBalances(){return()=>{}}async subscribeUpdates(){return()=>{}}};var oe=class extends C{api;evm;assetClient;aaveClient;xykClient;omniClient;lbpClient;stableClient;hsmClient;clients=[];onChainAssets=[];block=0;disconnectSubscribeNewHeads=null;memRegistry=ns(e=>(this.log(`Registry mem ${e} sync`),this.syncRegistry()));constructor(e,t){super(e),this.api=e,this.evm=t,this.assetClient=new K(this.api),this.aaveClient=new Fe(this.api,t),this.xykClient=new Me(this.api,t),this.omniClient=new Ce(this.api,t),this.lbpClient=new _e(this.api,t),this.stableClient=new Le(this.api,t),this.hsmClient=new Ue(this.api,t,this.stableClient),this.clients=[this.aaveClient,this.xykClient,this.omniClient,this.lbpClient,this.stableClient,this.hsmClient],this.api.rpc.chain.subscribeNewHeads(async r=>{let s=r.number.toNumber();this.onNewBlock(s)}).then(r=>{this.disconnectSubscribeNewHeads=r})}onNewBlock(e){this.block=e}get assets(){return this.onChainAssets}get isRegistrySynced(){return this.onChainAssets.length>0}async syncRegistry(e){let t=await this.assetClient.getOnChainAssets(!1,e);this.clients.forEach(r=>r.withAssets(t)),this.onChainAssets=t}async getPools(e={}){this.isRegistrySynced||await this.memRegistry(1);let{includeOnly:t=[],exclude:r=[]}=e;return t.length>0?this.getFilteredPools(s=>t.includes(s.getPoolType())):r.length>0?this.getFilteredPools(s=>!r.includes(s.getPoolType())):this.getFilteredPools(s=>s.isSupported())}async getFilteredPools(e){let t=this.clients.filter(e);return(await Promise.all(t.map(s=>s.getPoolsMem()))).flat()}destroy(){this.aaveClient.unsubscribe(),this.xykClient.unsubscribe(),this.omniClient.unsubscribe(),this.lbpClient.unsubscribe(),this.stableClient.unsubscribe(),this.hsmClient.unsubscribe(),this.disconnectSubscribeNewHeads?.()}async getPoolFees(e,t){switch(t.type){case"Aave":return this.aaveClient.getPoolFees(this.block,e,t.address);case"Xyk":return this.xykClient.getPoolFees(this.block,e,t.address);case"Omnipool":return this.omniClient.getPoolFees(this.block,e,t.address);case"Lbp":return this.lbpClient.getPoolFees(this.block,e,t.address);case"Stableswap":return this.stableClient.getPoolFees(this.block,e,t.address);case"Hsm":return this.hsmClient.getPoolFees(this.block,e,t.address);default:throw new ve(t.type)}}};var le=class extends oe{feeCache=new Map;constructor(e,t){super(e,t)}onNewBlock(e){super.onNewBlock(e),this.feeCache.clear()}async getPoolFees(e,t){let r=[t.address,e.assetIn,e.assetOut].join("-");if(this.feeCache.has(r))return this.feeCache.get(r);let s=super.getPoolFees(e,t);return this.feeCache.set(r,s),s}async destroy(){this.feeCache.clear(),super.destroy()}};var ce=class{static get(e){switch(e.type){case"Aave":return Ne.fromPool(e);case"Xyk":return De.fromPool(e);case"Omnipool":return ke.fromPool(e);case"Lbp":return Ee.fromPool(e);case"Stableswap":return J.fromPool(e);case"Hsm":return Ge.fromPool(e);default:throw new Error("Pool type "+e.type+" is not supported yet")}}};import{sha256 as as}from"@noble/hashes/sha256";import{bytesToHex as os}from"@noble/hashes/utils";function Ot(p){let e=p.map(s=>s.address).sort().join(":"),t=new TextEncoder().encode(e),r=as(t);return os(r)}var ue=class{constructor(e=1/0){this.capacity=e}storage=[];enqueue(e){if(this.size()===this.capacity)throw Error("Queue has reached max capacity, you cannot add more items");this.storage.push(e)}dequeue(){return this.storage.shift()}size(){return this.storage.length}};var ls=8,me=class{isNotVisited(e,t){let r=!0;return t.forEach(s=>{(s[0]===e[0]||s[1]===e[1])&&(r=!1)}),r}findPaths(e,t,r){let s=[],i=new ue,a=[];for(a.push([t,""]),i.enqueue(a);i.size()>0;){let n=i.dequeue();if(!n||n.length>ls)continue;let o=n[n.length-1];(r===null||o[0]===r)&&s.push(n),e.get(o[0])?.forEach(c=>{if(this.isNotVisited(c,n)){let u=[...n];u.push(c),i.enqueue(u)}})}return s}findShortestPaths(e,t,r){let s=[],i=new ue,a=[];a.push([t,""]),i.enqueue(a);let n=1/0;for(;i.size()>0;){let o=i.dequeue();if(!o)continue;let l=o[o.length-1];if(l[0]===r){o.length<n?(n=o.length,s.length=0,s.push(o)):o.length===n&&s.push(o);continue}let c=e.get(l[0]);for(let u of c??[])this.isNotVisited(u,o)&&i.enqueue([...o,u])}return s}buildAndPopulateGraph(e,t){let r=new Map;for(let s of e)r.set(parseInt(s),[]);for(let[s,i,a]of t){let n=parseInt(i),o=parseInt(a);r.get(n)?.push([o,s])}return r}};function Je(p){let e={};for(let t of p){let r=t.tokens.length;for(let s=0;s<r;s++){e[t.tokens[s].id]||(e[t.tokens[s].id]=[]);for(let i=0;i<r;i++){if(s==i)continue;let a=[t.address,t.tokens[s].id,t.tokens[i].id];e[t.tokens[s].id].push(a)}}}return e}var pe=class{getProposals(e,t,r){let s=r.filter(f=>f.type==="Xyk"),i=r.filter(f=>f.type!=="Xyk"),a=parseInt(e),n=parseInt(t),o=new Set(i.map(f=>f.tokens).flat().map(f=>f.id)),l=o.has(e),c=o.has(t),u=new me,g=f=>{let w=Je(f),B=Object.keys(w),I=B.flatMap(A=>w[A]);return u.buildAndPopulateGraph(B,I)};if(!l&&!c){let f=s.filter(I=>I.tokens.find(A=>A.id===e)||I.tokens.find(A=>A.id===t)),w=g(f),B=u.findPaths(w,a,n);return this.parsePaths(B)}if(l&&c){let f=g(i),w=u.findPaths(f,a,n);return this.parsePaths(w)}let d=l?t:e,h=s.filter(f=>f.tokens.some(w=>w.id===d)),y=[...i,...h],P=g(y),x=u.findPaths(P,a,n);return this.parsePaths(x)}parsePaths(e){let t=[];for(let r of e){let s=[];for(let i=0;i<r.length;i++){let a=r[i],n=r[i+1];if(n==null)break;s.push(this.toEdge(a,n))}t.push(s)}return t}toEdge(e,t){return[t[1],e[0].toString(),t[0].toString()]}};var de=class{routeSuggester;routeProposals;routerOptions;poolService;constructor(e,t={}){this.poolService=e,this.routeSuggester=new pe,this.routeProposals=new Map,this.routerOptions=Object.freeze(t)}async getPools(){return await this.poolService.getPools(this.routerOptions)}async getAllAssets(){let e=await this.getPools(),t=this.getAssets(e);return[...new Map(t).values()]}async getRoutes(e,t){let r=await this.getPools();return this.validateInput(e,t,r),this.getPaths(e,t,r)}validateInput(e,t,r){if(r.length===0)throw new Error("No pools configured");if(e===t)throw new Error("Trading pair can't be identical");let s=this.getAssets(r);if(s.get(e)===null)throw new Error(e+" is not supported asset");if(s.get(t)===null)throw new Error(t+" is not supported asset");return this.toPoolsMap(r)}getAssets(e){let t=e.map(r=>r.tokens.map(s=>({id:s.id,name:s.name,symbol:s.symbol,decimals:s.decimals,icon:s.icon,type:s.type,isSufficient:s.isSufficient,existentialDeposit:s.existentialDeposit,meta:s.meta,location:s.location,isWhiteListed:s.isWhiteListed}))).flat();return new Map(t.map(r=>[r.id,r]))}getPaths(e,t,r){let s=this.toPoolsMap(r);return this.getProposals(e,t,r).filter(n=>this.validPath(n,s)).map(n=>this.toHops(n,s))}getProposals(e,t,r){let s=`${e}->${t}::${Ot(r)}`;if(this.routeProposals.has(s))return this.routeProposals.get(s);let i=this.routeSuggester.getProposals(e,t,r);return this.routeProposals.set(s,i),i}validPath(e,t){return e.length>0&&e.map(r=>this.validEdge(r,t)).reduce((r,s)=>r&&s)}validEdge([e,t,r],s){return s.get(e)?.validatePair(t,r)||!1}toPoolsMap(e){return new Map(e.map(t=>[t.address,ce.get(t)]))}toHops(e,t){return e.map(([r,s,i])=>{let a=t.get(r);return{poolAddress:r,poolId:a?.id,pool:a?.type,assetIn:s,assetOut:i}})}};var cs=m("100");function du(p,e){return p.minus(e).abs().div(p.plus(e).div(2)).multipliedBy(100).decimalPlaces(2)}function ge(p,e){return p.minus(e).div(e).multipliedBy(100).decimalPlaces(2)}function wt(p,e){return N.minus(e.div(p)).multipliedBy(100).decimalPlaces(4)}function Tt(p,e){return e.div(p).minus(N).multipliedBy(100).decimalPlaces(4)}function j(p,e){return(e<.01||e>100)&&new Error("Supported range is from 0.01% - 100%"),p.div(cs).multipliedBy(e).decimalPlaces(0,1)}var Ze=(t=>(t.Buy="Buy",t.Sell="Sell",t))(Ze||{}),et=(r=>(r.Dca="Dca",r.TwapSell="TwapSell",r.TwapBuy="TwapBuy",r))(et||{}),It=(r=>(r.OrderTooSmall="OrderTooSmall",r.OrderTooBig="OrderTooBig",r.OrderImpactTooBig="OrderImpactTooBig",r))(It||{});var he=class extends de{async loadRouteContext(e,t){let r=await super.getPools(),s=super.validateInput(e,t,r),i=super.getPaths(e,t,r);if(i.length===0)throw new Ae(e,t);return{paths:i,pools:r,poolsMap:s}}isDirectTrade(e){return e.length==1}findBestSellRoute(e){let t=e.sort((r,s)=>{let i=r[r.length-1].amountOut,a=s[s.length-1].amountOut;return i.isGreaterThan(a)?-1:1});return t.find(r=>r.every(s=>s.errors.length==0))||t[0]}getRouteFeeRange(e){if(e.filter(r=>r.tradeFeeRange).length>0){let r=e.map(i=>i.tradeFeeRange?.[0]??i.tradeFeePct).reduce((i,a)=>i+a),s=e.map(i=>i.tradeFeeRange?.[1]??i.tradeFeePct).reduce((i,a)=>i+a);return[r,s]}}getPoolFeeRange(e){let t=e.min?b.toPct(e.min):void 0,r=e.max?b.toPct(e.max):void 0;if(t&&r)return[t,r]}async getBestSell(e,t,r){return this.getSell(e,t,r)}async getSell(e,t,r,s){let{paths:i,poolsMap:a}=await this.loadRouteContext(e,t),n;if(s)n=await this.toSellSwaps(r,s,a);else{let B=i.map(async A=>await this.toSellSwaps(r,A,a)),I=await Promise.all(B);n=this.findBestSellRoute(I)}let o=n[0],l=n[n.length-1],c=this.isDirectTrade(n),u=n.map(B=>B.spotPrice.shiftedBy(-1*B.assetOutDecimals)).reduce((B,I)=>B.multipliedBy(I)),g=v(u,l.assetOutDecimals),d=c?l.calculatedOut:this.calculateDelta0Y(o.amountIn,n,a),h=l.amountOut,y=c?l.tradeFeePct:wt(d,h).toNumber(),P=d.minus(h),x=this.getRouteFeeRange(n),f=o.amountIn.shiftedBy(-1*o.assetInDecimals).multipliedBy(g),w=ge(d,f);return{type:"Sell",amountIn:o.amountIn,amountOut:l.amountOut,spotPrice:g,tradeFee:P,tradeFeePct:y,tradeFeeRange:x,priceImpactPct:w.toNumber(),swaps:n,toHuman(){return{type:"Sell",amountIn:T(o.amountIn,o.assetInDecimals),amountOut:T(l.amountOut,l.assetOutDecimals),spotPrice:T(g,l.assetOutDecimals),tradeFee:T(P,l.assetOutDecimals),tradeFeePct:y,tradeFeeRange:x,priceImpactPct:w.toNumber(),swaps:n.map(B=>B.toHuman())}}}}calculateDelta0Y(e,t,r){let s=[];for(let i=0;i<t.length;i++){let a=t[i],n=r.get(a.poolAddress);if(n==null)throw new Error("Pool does not exit");let o=n.parsePair(a.assetIn,a.assetOut),l;i>0?l=s[i-1]:l=e;let c=n.calculateOutGivenIn(o,l);s.push(c)}return s[s.length-1]}async toSellSwaps(e,t,r){let s=[];for(let i=0;i<t.length;i++){let a=t[i],n=r.get(a.poolAddress);if(n==null)throw new Error("Pool does not exit");let o=n.parsePair(a.assetIn,a.assetOut),l;i>0?l=s[i-1].amountOut:l=v(m(e),o.decimalsIn).decimalPlaces(0,1);let c=await this.poolService.getPoolFees(o,n),{amountOut:u,calculatedOut:g,feePct:d,errors:h}=n.validateAndSell(o,l,c),y=this.getPoolFeeRange(c),P=n.spotPriceOutGivenIn(o),x=l.shiftedBy(-1*o.decimalsIn).multipliedBy(P),f=ge(g,x);s.push({...a,assetInDecimals:o.decimalsIn,assetOutDecimals:o.decimalsOut,amountIn:l,amountOut:u,calculatedOut:g,spotPrice:P,tradeFeePct:d,tradeFeeRange:y,priceImpactPct:f.toNumber(),errors:h,isSupply(){return n.type==="Aave"&&n.tokens[0].id===a.assetIn},isWithdraw(){return n.type==="Aave"&&n.tokens[1].id===a.assetIn},toHuman(){return{...a,amountIn:T(l,o.decimalsIn),amountOut:T(u,o.decimalsOut),calculatedOut:T(g,o.decimalsOut),spotPrice:T(P,o.decimalsOut),tradeFeePct:d,tradeFeeRange:y,priceImpactPct:f.toNumber(),errors:h}}})}return s}async getMostLiquidRoute(e,t){let{paths:r,pools:s,poolsMap:i}=await this.loadRouteContext(e,t),l=s.filter(d=>d.tokens.some(h=>h.id===e)).map(d=>d.type==="Aave"?d.tokens:d.tokens.filter(h=>h.id===e)).map(d=>d.map(h=>m(h.balance).shiftedBy(-1*h.decimals)).reduce((h,y)=>h.plus(y))).sort((d,h)=>h.isLessThan(d)?-1:1)[0].div(100).multipliedBy(.1),c=r.map(async d=>await this.toSellSwaps(l,d,i)),u=await Promise.all(c);return this.findBestSellRoute(u).map(d=>({poolAddress:d.poolAddress,poolId:d?.poolId,pool:d.pool,assetIn:d.assetIn,assetOut:d.assetOut}))}async getBestSpotPrice(e,t){let r;try{r=await this.loadRouteContext(e,t)}catch{return Promise.resolve(void 0)}let{poolsMap:s}=r,i=await this.getMostLiquidRoute(e,t),a=await this.toSellSwaps("1",i,s),n=a.map(c=>c.spotPrice.shiftedBy(-1*c.assetOutDecimals)).reduce((c,u)=>c.multipliedBy(u)),o=a[a.length-1].assetOutDecimals;return{amount:v(n,o),decimals:o}}findBestBuyRoute(e){let t=e.sort((r,s)=>{let i=r[0].amountIn,a=s[0].amountIn;return i.isGreaterThan(a)?1:-1});return t.find(r=>r.every(s=>s.errors.length==0))||t[0]}async getBestBuy(e,t,r){return this.getBuy(e,t,r)}async getBuy(e,t,r,s){let{paths:i,poolsMap:a}=await this.loadRouteContext(e,t),n;if(s)n=await this.toBuySwaps(r,s,a);else{let B=i.map(async A=>await this.toBuySwaps(r,A,a)),I=await Promise.all(B);n=this.findBestBuyRoute(I)}let o=n[n.length-1],l=n[0],c=this.isDirectTrade(n),u=n.map(B=>B.spotPrice.shiftedBy(-1*B.assetInDecimals)).reduce((B,I)=>B.multipliedBy(I)),g=v(u,l.assetInDecimals),d=c?l.calculatedIn:this.calculateDelta0X(o.amountOut,n,a),h=l.amountIn,y=c?l.tradeFeePct:Tt(d,h).toNumber(),P=h.minus(d),x=this.getRouteFeeRange(n),f=o.amountOut.shiftedBy(-1*o.assetOutDecimals).multipliedBy(g),w;return d.isZero()?w=-100:w=ge(f,d).toNumber(),{type:"Buy",amountOut:o.amountOut,amountIn:l.amountIn,spotPrice:g,tradeFee:P,tradeFeePct:y,tradeFeeRange:x,priceImpactPct:w,swaps:n,toHuman(){return{type:"Buy",amountOut:T(o.amountOut,o.assetOutDecimals),amountIn:T(l.amountIn,l.assetInDecimals),spotPrice:T(g,l.assetInDecimals),tradeFee:T(P,l.assetInDecimals),tradeFeePct:y,tradeFeeRange:x,priceImpactPct:w,swaps:n.map(B=>B.toHuman())}}}}calculateDelta0X(e,t,r){let s=[];for(let i=t.length-1;i>=0;i--){let a=t[i],n=r.get(a.poolAddress);if(n==null)throw new Error("Pool does not exit");let o=n.parsePair(a.assetIn,a.assetOut),l;i==t.length-1?l=e:l=s[0];let c=n.calculateInGivenOut(o,l);s.unshift(c)}return s[0]}async toBuySwaps(e,t,r){let s=[];for(let i=t.length-1;i>=0;i--){let a=t[i],n=r.get(a.poolAddress);if(n==null)throw new Error("Pool does not exit");let o=n.parsePair(a.assetIn,a.assetOut),l;i==t.length-1?l=v(m(e),o.decimalsOut).decimalPlaces(0,1):l=s[0].amountIn;let c=await this.poolService.getPoolFees(o,n),{amountIn:u,calculatedIn:g,feePct:d,errors:h}=n.validateAndBuy(o,l,c),y=this.getPoolFeeRange(c),P=n.spotPriceInGivenOut(o),x=l.shiftedBy(-1*o.decimalsOut).multipliedBy(P),f;g.isZero()?f=-100:f=ge(x,g).toNumber(),s.unshift({...a,assetInDecimals:o.decimalsIn,assetOutDecimals:o.decimalsOut,amountIn:u,amountOut:l,calculatedIn:g,spotPrice:P,tradeFeePct:d,tradeFeeRange:y,priceImpactPct:f,errors:h,isSupply(){return n.type==="Aave"&&n.tokens[0].id===a.assetIn},isWithdraw(){return n.type==="Aave"&&n.tokens[1].id===a.assetIn},toHuman(){return{...a,amountIn:T(u,o.decimalsIn),amountOut:T(l,o.decimalsOut),calculatedIn:T(g,o.decimalsIn),spotPrice:T(P,o.decimalsIn),tradeFeePct:d,tradeFeeRange:y,priceImpactPct:f,errors:h}}})}return s}};var vt=6e3,At=m(1e15),be=6,tt=-5,rt=6*60*60*1e3,_u=3,Rt=6;var L=class{static build(e){return e.map(({assetIn:t,assetOut:r,pool:s,poolId:i})=>s==="Stableswap"?{pool:{Stableswap:i},assetIn:t,assetOut:r}:{pool:s,assetIn:t,assetOut:r})}};var Pe=class{schedulerOptions;router;constructor(e,t={}){this.router=e,this.schedulerOptions=Object.freeze({blockTime:t.blockTime??vt,minBudgetInNative:t.minBudgetInNative??At})}get blockTime(){return this.schedulerOptions.blockTime}get minOrderBudget(){return this.schedulerOptions.minBudgetInNative}async getDcaOrder(e,t,r,s,i){let[a,n]=await Promise.all([this.getMinimumOrderBudget(e),this.router.getBestSell(e,t,r)]),{amountIn:o,swaps:l,priceImpactPct:c}=n,u=l[0],g=l[l.length-1],{assetInDecimals:d}=u,{assetOutDecimals:h}=g,y=Math.abs(c),P=this.getMinimumTradeCount(o,a),x=this.getOptimalTradeCount(y),f=i?Math.round(s/i):x,w=Math.ceil(s/P),B=Math.round(s/x),I=Math.round(s/f),A=o.dividedBy(f).decimalPlaces(0,1),k=await this.router.getBestSell(e,t,T(A,d)),G=o.isLessThan(a),fe=[];G&&fe.push("OrderTooSmall");let Se=k.amountOut.multipliedBy(f),We=this.toBlockPeriod(I),Xe=k.tradeFee.multipliedBy(f),Ye=L.build(l),Be={assetIn:e,assetOut:t,errors:fe,frequencyMin:w,frequencyOpt:B,frequency:I,tradeCount:f,tradeFee:Xe,tradeImpactPct:k.priceImpactPct,tradePeriod:We,tradeRoute:Ye,type:"Dca"};return{...Be,amountIn:o,amountOut:Se,tradeAmountIn:k.amountIn,tradeAmountOut:k.amountOut,toHuman(){return{...Be,amountIn:T(o,d),amountOut:T(Se,h),tradeAmountIn:T(k.amountIn,d),tradeAmountOut:T(k.amountOut,h)}}}}async getMinimumOrderBudget(e){if(E===e)return this.minOrderBudget;let t=await this.router.getBestSpotPrice(E,e);if(t)return this.minOrderBudget.times(t.amount).div(m(10).pow(12)).decimalPlaces(0,1);throw new Error("Unable to calculate order budget")}getMinimumTradeCount(e,t){let r=t.multipliedBy(.2),s=e.dividedBy(r).toNumber();return Math.round(s)}getOptimalTradeCount(e){let t=Math.round(e*10)||1;return Math.max(t,3)}async getTwapSellOrder(e,t,r){let[s,i]=await Promise.all([this.getMinimumOrderBudget(e),this.router.getBestSell(e,t,r)]),{amountIn:a,swaps:n,priceImpactPct:o}=i,l=n[0],c=n[n.length-1],{assetInDecimals:u}=l,{assetOutDecimals:g}=c,d=Math.abs(o),h=this.getTwapTradeCount(d),y=a.dividedBy(h).decimalPlaces(0,1),P=await this.router.getBestSell(l.assetIn,c.assetOut,T(y,u)),x=h===1,f=a.isLessThan(s),w=P.priceImpactPct<tt,B=[];f||x?B.push("OrderTooSmall"):w&&B.push("OrderImpactTooBig");let I=P.amountOut.multipliedBy(h),A=P.tradeFee.multipliedBy(h),k=L.build(n),G={assetIn:e,assetOut:t,errors:B,tradeCount:h,tradeImpactPct:P.priceImpactPct,tradePeriod:be,tradeRoute:k,type:"TwapSell"};return{...G,amountIn:a,amountOut:I,tradeAmountIn:P.amountIn,tradeAmountOut:P.amountOut,tradeFee:A,toHuman(){return{...G,amountIn:T(a,u),amountOut:T(I,g),tradeAmountIn:T(P.amountIn,u),tradeAmountOut:T(P.amountOut,g),tradeFee:T(A,g)}}}}async getTwapBuyOrder(e,t,r){let[s,i]=await Promise.all([this.getMinimumOrderBudget(e),this.router.getBestBuy(e,t,r)]),{amountOut:a,swaps:n,priceImpactPct:o}=i,l=n[0],c=n[n.length-1],{assetInDecimals:u}=l,{assetOutDecimals:g}=c,d=Math.abs(o),h=this.getTwapTradeCount(d),y=a.dividedBy(h).decimalPlaces(0,1),P=await this.router.getBestBuy(l.assetIn,c.assetOut,T(y,g)),x=P.amountIn.multipliedBy(h),f=h===1,w=x.isLessThan(s),B=P.priceImpactPct<tt,I=[];w||f?I.push("OrderTooSmall"):B&&I.push("OrderImpactTooBig");let A=P.tradeFee.multipliedBy(h),k=L.build(n),G={assetIn:e,assetOut:t,errors:I,tradeCount:h,tradeImpactPct:P.priceImpactPct,tradePeriod:be,tradeRoute:k,type:"TwapBuy"};return{...G,amountIn:x,amountOut:a,tradeAmountIn:P.amountIn,tradeAmountOut:P.amountOut,tradeFee:A,toHuman(){return{...G,amountIn:T(x,u),amountOut:T(a,g),tradeAmountIn:T(P.amountIn,u),tradeAmountOut:T(P.amountOut,g),tradeFee:T(A,u)}}}}getTwapTradeCount(e){let t=this.getOptimalTradeCount(e);if(this.getTwapExecutionTime(t)>rt){let s=rt/(this.blockTime*be);return Math.round(s)}return t}getTwapExecutionTime(e){return e*be*this.blockTime}toBlockPeriod(e){let t=e/this.blockTime,r=Math.round(t);return Math.max(r,Rt)}};var Z=class extends C{evm;evmClient;balanceClient;aaveUtils;constructor(e,t){super(e),this.evm=t,this.evmClient=t.getWsProvider(),this.balanceClient=new M(e),this.aaveUtils=new $(t)}wrapTx(e,t,r){return{hex:t.toHex(),name:e,extraGas:r,get:()=>t,dryRun:s=>this.dryRun(s,t)}}async dryRun(e,t){let r;try{r=await this.api.call.dryRunApi.dryRunCall({System:{Signed:e}},t.inner.toHex())}catch(s){throw console.error(s),new Error("Dry run execution failed!")}if(r.isOk)return r.asOk;throw console.log(r.asErr.toHuman()),new Error("Dry run execution error!")}dispatchWithExtraGas(e){return this.api.tx.dispatcher.dispatchWithExtraGas(e.inner.toHex(),ee)}isDirectOmnipoolTrade(e){return e.length===1&&e[0].pool==="Omnipool"}};var qe=class extends Z{_trade;_beneficiary;_slippagePct=1;setTrade(e){return this._trade=e,this}withBeneficiary(e){return this._beneficiary=e,this}withSlippage(e){return this._slippagePct=e,this}get trade(){if(!this._trade)throw new Error("Trade not set. Use setTrade().");return this._trade}get beneficiary(){if(!this._beneficiary)throw new Error("Beneficiary not set. Use withBeneficiary().");return this._beneficiary}get slippagePct(){return this._slippagePct}async build(){let{amountIn:e,swaps:t,type:r}=this.trade;if(r==="Buy")return this.buildBuyTx();let s=t[0],{assetIn:i,assetOut:a}=s,o=(await this.balanceClient.getBalance(this.beneficiary,i)).minus(5),l=!0;return s.isWithdraw()&&(l=(await this.aaveUtils.getMaxWithdraw(this.beneficiary,a)).amount.isGreaterThanOrEqualTo(o)),l&&e.isGreaterThanOrEqualTo(o)?this.buildSellAllTx():this.buildSellTx()}buildBuyTx(){let{amountIn:e,amountOut:t,swaps:r}=this.trade,s=r[0],i=r[r.length-1],a=j(e,this.slippagePct),n=s.assetIn,o=i.assetOut,l=e.plus(a),c;return this.isDirectOmnipoolTrade(r)?c=this.api.tx.omnipool.buy(o,n,t.toFixed(),l.toFixed()):c=this.api.tx.router.buy(n,o,t.toFixed(),l.toFixed(),L.build(r)),this.wrapTx("RouterBuy",c)}async buildSellTx(){let{amountIn:e,amountOut:t,swaps:r}=this.trade,s=r[0],i=r[r.length-1],a=j(t,this.slippagePct),n=s.assetIn,o=i.assetOut,l=t.minus(a),c;if(this.isDirectOmnipoolTrade(r)?c=this.api.tx.omnipool.sell(n,o,e.toFixed(),l.toFixed()):c=this.api.tx.router.sell(n,o,e.toFixed(),l.toFixed(),L.build(r)),s.isWithdraw()&&await this.aaveUtils.hasBorrowPositions(this.beneficiary)){let g=this.dispatchWithExtraGas(c);return this.wrapTx("RouterSellAll",g,ee)}return this.wrapTx("RouterSell",c)}async buildSellAllTx(){let{amountOut:e,swaps:t}=this.trade,r=t[0],s=t[t.length-1],i=j(e,this.slippagePct),a=r.assetIn,n=s.assetOut,o=e.minus(i),l=this.api.tx.router.sellAll(a,n,o.toFixed(),L.build(t));if(r.isWithdraw()&&await this.aaveUtils.hasBorrowPositions(this.beneficiary)){let u=this.dispatchWithExtraGas(l);return this.wrapTx("RouterSellAll",u,ee)}return this.wrapTx("RouterSellAll",l)}};var He=class extends Z{_order;_beneficiary;_maxRetries=3;_slippagePct=1;setOrder(e){return this._order=e,this}withBeneficiary(e){return this._beneficiary=e,this}withMaxRetries(e){return this._maxRetries=e,this}withSlippage(e){return this._slippagePct=e,this}get order(){if(!this._order)throw new Error("Order not set. Use setOrder().");return this._order}get beneficiary(){if(!this._beneficiary)throw new Error("Beneficiary not set. Use withBeneficiary().");return this._beneficiary}get maxRetries(){return this._maxRetries}get slippagePct(){return this._slippagePct}async build(){let{type:e}=this.order;switch(e){case"Dca":return this.buildDcaTx();case"TwapSell":return this.buildTwapSellTx();case"TwapBuy":return this.buildTwapBuyTx();default:throw new Error(`Unsupported TradeOrderType: ${e}`)}}buildDcaTx(){let{amountIn:e,assetIn:t,assetOut:r,tradeAmountIn:s,tradePeriod:i,tradeRoute:a}=this.order,n=this.api.tx.dca.schedule({owner:this.beneficiary,period:i,maxRetries:this.maxRetries,totalAmount:e.toFixed(),slippage:this.slippagePct*1e4,order:{Sell:{assetIn:t,assetOut:r,amountIn:s.toFixed(),minAmountOut:"0",route:a}}},null);return this.wrapTx("DcaSchedule",n)}buildTwapSellTx(){let{amountIn:e,assetIn:t,assetOut:r,tradeAmountIn:s,tradeAmountOut:i,tradePeriod:a,tradeRoute:n}=this.order,o=j(i,this.slippagePct),l=i.minus(o),c=this.api.tx.dca.schedule({owner:this.beneficiary,period:a,maxRetries:this.maxRetries,totalAmount:e.toFixed(),slippage:this.slippagePct*1e4,order:{Sell:{assetIn:t,assetOut:r,amountIn:s.toFixed(),minAmountOut:l.toFixed(),route:n}}},null);return this.wrapTx("DcaSchedule.twapSell",c)}buildTwapBuyTx(){let{amountIn:e,assetIn:t,assetOut:r,tradeAmountIn:s,tradeAmountOut:i,tradePeriod:a,tradeRoute:n}=this.order,o=j(s,this.slippagePct),l=s.plus(o),c=this.api.tx.dca.schedule({owner:this.beneficiary,period:a,maxRetries:this.maxRetries,totalAmount:e.toFixed(),slippage:this.slippagePct*1e4,order:{Buy:{assetIn:t,assetOut:r,amountOut:i.toFixed(),maxAmountIn:l.toFixed(),route:n}}},null);return this.wrapTx("DcaSchedule.twapBuy",c)}};var ye=class{api;evm;constructor(e,t){this.api=e,this.evm=t}trade(e){return new qe(this.api,this.evm).setTrade(e)}order(e){return new He(this.api,this.evm).setOrder(e)}};var us={router:{}};function Nm(p,e=us){let t=new ne(p),r=new Re(p),s=new le(p,r),i=new $(r),a=new he(s,e.router),n=new Pe(a,{blockTime:t.blockTime,minBudgetInNative:t.minOrderBudget});return{api:{aave:i,router:a,scheduler:n},client:{asset:new K(p),balance:new M(p),balanceV2:new ie(p)},ctx:{pool:s},evm:r,tx:new ye(p,r),destroy:()=>{s.destroy()}}}export{te as AaveClient,Ne as AavePool,Fe as AavePoolClient,$ as AaveUtils,K as AssetClient,pt as AssetNotFound,xs as BASILISK_PARACHAIN_ID,M as BalanceClient,ie as BalanceClientV2,O as BigNumber,le as CachingPoolService,ne as ChainParams,qt as DECIMAL_PLACES,vt as DEFAULT_BLOCK_TIME,At as DEFAULT_MIN_BUDGET,W as ERC20,Re as EvmClient,je as FarmClient,Q as H160,Oe as HUB_ASSET_ID,Os as HYDRADX_PARACHAIN_ID,U as HYDRADX_SS58_PREFIX,_s as INFINITY,q as LbpMath,Ee as LbpPool,_e as LbpPoolClient,N as ONE,Rt as ORDER_MIN_BLOCK_PERIOD,R as OmniMath,ke as OmniPool,Ce as OmniPoolClient,it as PERBILL_DENOMINATOR,V as PERMILL_DENOMINATOR,C as PolkadotApiClient,mt as PoolConfigNotFound,z as PoolError,ce as PoolFactory,ve as PoolNotFound,oe as PoolService,F as PoolType,ht as ProviderConfigNotFound,re as RUNTIME_DECIMALS,Ae as RouteNotFound,de as Router,nt as SYSTEM_ASSET_DECIMALS,E as SYSTEM_ASSET_ID,_ as StableMath,J as StableSwap,Le as StableSwapClient,dt as StorageConfigNotFound,gt as SubscriptionNotSupported,se as TRADEABLE_DEFAULT,be as TWAP_BLOCK_PERIOD,rt as TWAP_MAX_DURATION,tt as TWAP_MAX_PRICE_IMPACT,_u as TWAP_TX_MULTIPLIER,It as TradeOrderError,et as TradeOrderType,L as TradeRouteBuilder,he as TradeRouter,Pe as TradeScheduler,Ze as TradeType,ye as TxBuilderFactory,Y as XykMath,De as XykPool,Me as XykPoolClient,S as ZERO,Pn as bnFormatter,m as bnum,Tt as calculateBuyFee,du as calculateDiffToAvg,ge as calculateDiffToRef,wt as calculateSellFee,bt as createChain,Nm as createSdkContext,ft as findNestedKey,bn as findNestedObj,j as getFraction,Ot as hashPools,Lt as isEvmAccount,Gt as isEvmAddress,Ut as isSs58Address,v as scale,ks as toBn,T as toDecimals};
1
+ var we=[{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"reserve",type:"address"},{indexed:!1,internalType:"address",name:"user",type:"address"},{indexed:!0,internalType:"address",name:"onBehalfOf",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!0,internalType:"uint16",name:"referralCode",type:"uint16"}],name:"Supply",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"reserve",type:"address"},{indexed:!0,internalType:"address",name:"user",type:"address"},{indexed:!0,internalType:"address",name:"to",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"}],name:"Withdraw",type:"event"},{inputs:[{internalType:"address",name:"asset",type:"address"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"address",name:"to",type:"address"}],name:"withdraw",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"reserve",type:"address"},{indexed:!1,internalType:"address",name:"user",type:"address"},{indexed:!0,internalType:"address",name:"onBehalfOf",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"enum DataTypes.InterestRateMode",name:"interestRateMode",type:"uint8"},{indexed:!1,internalType:"uint256",name:"borrowRate",type:"uint256"},{indexed:!0,internalType:"uint16",name:"referralCode",type:"uint16"}],name:"Borrow",type:"event"},{inputs:[{internalType:"address",name:"asset",type:"address"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"interestRateMode",type:"uint256"},{internalType:"uint16",name:"referralCode",type:"uint16"},{internalType:"address",name:"onBehalfOf",type:"address"}],name:"borrow",outputs:[],stateMutability:"nonpayable",type:"function"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"reserve",type:"address"},{indexed:!0,internalType:"address",name:"user",type:"address"},{indexed:!0,internalType:"address",name:"repayer",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"bool",name:"useATokens",type:"bool"}],name:"Repay",type:"event"},{inputs:[{internalType:"address",name:"user",type:"address"}],name:"getUserAccountData",outputs:[{internalType:"uint256",name:"totalCollateralBase",type:"uint256"},{internalType:"uint256",name:"totalDebtBase",type:"uint256"},{internalType:"uint256",name:"availableBorrowsBase",type:"uint256"},{internalType:"uint256",name:"currentLiquidationThreshold",type:"uint256"},{internalType:"uint256",name:"ltv",type:"uint256"},{internalType:"uint256",name:"healthFactor",type:"uint256"}],stateMutability:"view",type:"function"}];var je=[{inputs:[{internalType:"contract IEACAggregatorProxy",name:"_networkBaseTokenPriceInUsdProxyAggregator",type:"address"},{internalType:"contract IEACAggregatorProxy",name:"_marketReferenceCurrencyPriceInUsdProxyAggregator",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"ETH_CURRENCY_UNIT",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"MKR_ADDRESS",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes32",name:"_bytes32",type:"bytes32"}],name:"bytes32ToString",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"pure",type:"function"},{inputs:[{internalType:"contract IPoolAddressesProvider",name:"provider",type:"address"}],name:"getReservesData",outputs:[{components:[{internalType:"address",name:"underlyingAsset",type:"address"},{internalType:"string",name:"name",type:"string"},{internalType:"string",name:"symbol",type:"string"},{internalType:"uint256",name:"decimals",type:"uint256"},{internalType:"uint256",name:"baseLTVasCollateral",type:"uint256"},{internalType:"uint256",name:"reserveLiquidationThreshold",type:"uint256"},{internalType:"uint256",name:"reserveLiquidationBonus",type:"uint256"},{internalType:"uint256",name:"reserveFactor",type:"uint256"},{internalType:"bool",name:"usageAsCollateralEnabled",type:"bool"},{internalType:"bool",name:"borrowingEnabled",type:"bool"},{internalType:"bool",name:"stableBorrowRateEnabled",type:"bool"},{internalType:"bool",name:"isActive",type:"bool"},{internalType:"bool",name:"isFrozen",type:"bool"},{internalType:"uint128",name:"liquidityIndex",type:"uint128"},{internalType:"uint128",name:"variableBorrowIndex",type:"uint128"},{internalType:"uint128",name:"liquidityRate",type:"uint128"},{internalType:"uint128",name:"variableBorrowRate",type:"uint128"},{internalType:"uint128",name:"stableBorrowRate",type:"uint128"},{internalType:"uint40",name:"lastUpdateTimestamp",type:"uint40"},{internalType:"address",name:"aTokenAddress",type:"address"},{internalType:"address",name:"stableDebtTokenAddress",type:"address"},{internalType:"address",name:"variableDebtTokenAddress",type:"address"},{internalType:"address",name:"interestRateStrategyAddress",type:"address"},{internalType:"uint256",name:"availableLiquidity",type:"uint256"},{internalType:"uint256",name:"totalPrincipalStableDebt",type:"uint256"},{internalType:"uint256",name:"averageStableRate",type:"uint256"},{internalType:"uint256",name:"stableDebtLastUpdateTimestamp",type:"uint256"},{internalType:"uint256",name:"totalScaledVariableDebt",type:"uint256"},{internalType:"uint256",name:"priceInMarketReferenceCurrency",type:"uint256"},{internalType:"address",name:"priceOracle",type:"address"},{internalType:"uint256",name:"variableRateSlope1",type:"uint256"},{internalType:"uint256",name:"variableRateSlope2",type:"uint256"},{internalType:"uint256",name:"stableRateSlope1",type:"uint256"},{internalType:"uint256",name:"stableRateSlope2",type:"uint256"},{internalType:"uint256",name:"baseStableBorrowRate",type:"uint256"},{internalType:"uint256",name:"baseVariableBorrowRate",type:"uint256"},{internalType:"uint256",name:"optimalUsageRatio",type:"uint256"},{internalType:"bool",name:"isPaused",type:"bool"},{internalType:"bool",name:"isSiloedBorrowing",type:"bool"},{internalType:"uint128",name:"accruedToTreasury",type:"uint128"},{internalType:"uint128",name:"unbacked",type:"uint128"},{internalType:"uint128",name:"isolationModeTotalDebt",type:"uint128"},{internalType:"bool",name:"flashLoanEnabled",type:"bool"},{internalType:"uint256",name:"debtCeiling",type:"uint256"},{internalType:"uint256",name:"debtCeilingDecimals",type:"uint256"},{internalType:"uint8",name:"eModeCategoryId",type:"uint8"},{internalType:"uint256",name:"borrowCap",type:"uint256"},{internalType:"uint256",name:"supplyCap",type:"uint256"},{internalType:"uint16",name:"eModeLtv",type:"uint16"},{internalType:"uint16",name:"eModeLiquidationThreshold",type:"uint16"},{internalType:"uint16",name:"eModeLiquidationBonus",type:"uint16"},{internalType:"address",name:"eModePriceSource",type:"address"},{internalType:"string",name:"eModeLabel",type:"string"},{internalType:"bool",name:"borrowableInIsolation",type:"bool"}],internalType:"struct IUiPoolDataProviderV3.AggregatedReserveData[]",name:"",type:"tuple[]"},{components:[{internalType:"uint256",name:"marketReferenceCurrencyUnit",type:"uint256"},{internalType:"int256",name:"marketReferenceCurrencyPriceInUsd",type:"int256"},{internalType:"int256",name:"networkBaseTokenPriceInUsd",type:"int256"},{internalType:"uint8",name:"networkBaseTokenPriceDecimals",type:"uint8"}],internalType:"struct IUiPoolDataProviderV3.BaseCurrencyInfo",name:"",type:"tuple"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"contract IPoolAddressesProvider",name:"provider",type:"address"}],name:"getReservesList",outputs:[{internalType:"address[]",name:"",type:"address[]"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"contract IPoolAddressesProvider",name:"provider",type:"address"},{internalType:"address",name:"user",type:"address"}],name:"getUserReservesData",outputs:[{components:[{internalType:"address",name:"underlyingAsset",type:"address"},{internalType:"uint256",name:"scaledATokenBalance",type:"uint256"},{internalType:"bool",name:"usageAsCollateralEnabledOnUser",type:"bool"},{internalType:"uint256",name:"stableBorrowRate",type:"uint256"},{internalType:"uint256",name:"scaledVariableDebt",type:"uint256"},{internalType:"uint256",name:"principalStableDebt",type:"uint256"},{internalType:"uint256",name:"stableBorrowLastUpdateTimestamp",type:"uint256"}],internalType:"struct IUiPoolDataProviderV3.UserReserveData[]",name:"",type:"tuple[]"},{internalType:"uint8",name:"",type:"uint8"}],stateMutability:"view",type:"function"},{inputs:[],name:"marketReferenceCurrencyPriceInUsdProxyAggregator",outputs:[{internalType:"contract IEACAggregatorProxy",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"networkBaseTokenPriceInUsdProxyAggregator",outputs:[{internalType:"contract IEACAggregatorProxy",name:"",type:"address"}],stateMutability:"view",type:"function"}];var ot="0x1b02E051683b5cfaC5929C25E84adb26ECf87B38",ze="0x112b087b60C1a166130d59266363C45F8aa99db0",Qe="0xf3Ba4D1b50f78301BDD7EAEa9B67822A15FCA691",ee=1000000n;var Bs=BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");var te=class{client;constructor(e){this.client=e.getWsProvider()}async getBlockTimestamp(){let e=await this.client.getBlock();return Number(e.timestamp)}async getReservesData(){return await this.client.readContract({abi:je,address:ze,args:[Qe],functionName:"getReservesData"})}async getUserReservesData(e){return await this.client.readContract({abi:je,address:ze,args:[Qe,e],functionName:"getUserReservesData"})}async getUserAccountData(e){return await this.client.readContract({abi:we,address:ot,args:[e],functionName:"getUserAccountData"})}};import{decodeAddress as Oe,encodeAddress as ut}from"@polkadot/util-crypto";import{hexToU8a as Ht,isHex as Gt,u8aToHex as Ut}from"@polkadot/util";import{Buffer as Y}from"buffer";var Os=2090,$=1e6,lt=1e9,Te="1",Is=2034,L=63,re=18,C="0",ct=12,se=15;var Je="ETH\0";function qt(p){if(!p)return!1;try{let e=Oe(p,!0),t=Y.from(Je);return Y.from(e.subarray(0,t.length)).equals(t)}catch{return!1}}function Wt(p){return!!/^0x[a-fA-F0-9]{40}$/.test(p)}function Xt(p){try{let e=Gt(p)?Ht(p):Oe(p);return ut(e),!0}catch{return!1}}var W=class p{static toAccount=e=>{let t=Y.from(e.slice(2),"hex"),r=Y.from(Je);return ut(new Uint8Array(Y.concat([r,t,Y.alloc(8)])),63)};static fromAccount=e=>{let t=Oe(e),r=Y.from(Je),s=t.slice(r.length,-8);return"0x"+Y.from(s).toString("hex")};static fromSS58=e=>{let r=Oe(e).slice(0,20);return Ut(r)};static fromAny=e=>{if(Wt(e))return e;if(qt(e))return p.fromAccount(e);if(Xt(e))return p.fromSS58(e);throw new Error("Unknown address type")}};import{Buffer as Ie}from"buffer";var X=class{static fromAssetId(e){let t=Number(e),r=Ie.alloc(20,0);return r[15]=1,r.writeUInt32BE(t,16),"0x"+r.toString("hex")}static toAssetId(e){let t=Ie.from(e.replace("0x",""),"hex");return t.length!==20||!this.isAssetAddress(e)?null:t.readUInt32BE(16)}static isAssetAddress(e){let t=Ie.from("0000000000000000000000000000000100000000","hex"),r=Ie.from(e.replace("0x",""),"hex");return r.length!==20?!1:r.subarray(0,16).equals(t.subarray(0,16))}};import{BigNumber as B}from"bignumber.js";var Yt=12;B.config({EXPONENTIAL_AT:[-100,100],ROUNDING_MODE:4,DECIMAL_PLACES:Yt});var S=m(0),R=m(1),Ms=m("Infinity");function O(p,e){let t=new B(e.toString()),r=new B(10).pow(t);return p.times(r).decimalPlaces(4)}function m(p){return new B(p.toString())}function Ls(p,e){let t=m(p);return O(t,e)}function v(p,e){return p.shiftedBy(-1*e).toString()}var Ae=m("1e27"),Vt=m("1.01"),$t=m("31536000"),K=class{client;constructor(e){this.client=new te(e)}async getSummary(e){let t=W.fromAny(e),[r,s,a,i]=await Promise.all([this.client.getReservesData(),this.client.getUserReservesData(t),this.client.getUserAccountData(t),this.client.getBlockTimestamp()]),[o]=r,[n,l]=s,[c,u,g,h,d,b]=a,P=m(b).dividedBy(1e18).decimalPlaces(6,B.ROUND_DOWN),x=m(c),f=m(u),w=[];for(let I of n){let A=I.underlyingAsset.toLowerCase(),T=o.find(({underlyingAsset:Lt})=>Lt.toLowerCase()===A);if(!T)throw new Error("Missing pool reserve for "+A);let E=m(I.scaledATokenBalance),M=m(T.liquidityIndex),Be=m(T.liquidityRate),xe=m(T.availableLiquidity),Ve=m(T.priceInMarketReferenceCurrency),$e=i+6,Ke=this.calculateLinearInterest(Be,T.lastUpdateTimestamp,$e),ve=M.multipliedBy(Ke).dividedBy(Ae).decimalPlaces(0,B.ROUND_DOWN),kt=E.multipliedBy(ve).dividedBy(Ae).decimalPlaces(0,B.ROUND_DOWN),_t=m(l!==0&&l===T.eModeCategoryId?T.eModeLiquidationThreshold:T.reserveLiquidationThreshold).div(1e4),Dt=T.usageAsCollateralEnabled&&I.usageAsCollateralEnabledOnUser&&m(I.scaledATokenBalance).gt(0),Mt=X.toAssetId(A);w.push({aTokenBalance:kt,availableLiquidity:xe,decimals:Number(T.decimals),isCollateral:Dt,priceInRef:Ve,reserveId:Mt,reserveAsset:A,reserveLiquidationThreshold:_t})}return{healthFactor:P.toNumber(),totalCollateral:x,totalDebt:f,reserves:w}}async hasBorrowPositions(e){let t=W.fromAny(e),r=await this.client.getUserAccountData(t),[s,a]=r;return a>0n}async getHealthFactor(e){let t=W.fromAny(e),r=await this.client.getUserAccountData(t),[s,a,i,o,n,l]=r;return m(l).dividedBy(1e18).decimalPlaces(6,B.ROUND_DOWN).toNumber()}async getHealthFactorAfterWithdraw(e,t,r){let{totalCollateral:s,totalDebt:a,reserves:i}=await this.getSummary(e),o=X.fromAssetId(t),n=i.find(x=>x.reserveAsset===o);if(!n)throw new Error("Missing reserve ctx for "+o);let{decimals:l,isCollateral:c,priceInRef:u,reserveLiquidationThreshold:g}=n,h=O(m(r),l).decimalPlaces(0,1),d=c?h.multipliedBy(u).dividedBy(m(10).pow(l)).decimalPlaces(0,B.ROUND_DOWN):S,b=s.minus(d);return b.lte(0)?0:b.multipliedBy(g).dividedBy(a).decimalPlaces(6,B.ROUND_DOWN).toNumber()}async getHealthFactorAfterSupply(e,t,r){let{totalCollateral:s,totalDebt:a,reserves:i}=await this.getSummary(e),o=X.fromAssetId(t),n=i.find(P=>P.reserveAsset===o);if(!n)throw new Error("Missing reserve ctx for "+o);let{decimals:l,priceInRef:c,reserveLiquidationThreshold:u}=n,h=O(m(r),l).decimalPlaces(0,1).multipliedBy(c).dividedBy(m(10).pow(l)).decimalPlaces(0,B.ROUND_DOWN),d=s.plus(h);return d.lte(0)?0:d.multipliedBy(u).dividedBy(a).decimalPlaces(6,B.ROUND_DOWN).toNumber()}async getMaxWithdraw(e,t){let{totalDebt:r,reserves:s,healthFactor:a}=await this.getSummary(e),i=X.fromAssetId(t),o=s.find(n=>n.reserveAsset===i);if(!o)throw new Error("Missing reserve data for "+i);return this.calculateWithdrawMax(o,r,a)}async getMaxWithdrawAll(e){let{totalDebt:t,reserves:r,healthFactor:s}=await this.getSummary(e),a={};for(let i of r){let o=this.calculateWithdrawMax(i,t,s);i.reserveId&&(a[i.reserveId]=o)}return a}calculateWithdrawMax(e,t,r){let{aTokenBalance:s,availableLiquidity:a,decimals:i,priceInRef:o,reserveLiquidationThreshold:n,isCollateral:l}=e,c=s;if(l&&t.gt(0)){let g=m(r).minus(Vt);if(g.gt(0)){let d=g.multipliedBy(t).dividedBy(n).decimalPlaces(0,B.ROUND_DOWN).dividedBy(o).multipliedBy(m(10).pow(i)).decimalPlaces(0,B.ROUND_DOWN);c=B.minimum(s,d)}else c=S}return{amount:B.minimum(c,a),decimals:i}}calculateLinearInterest(e,t,r){let s=r-t;return s<=0?Ae:e.multipliedBy(s).dividedBy($t).plus(Ae).decimalPlaces(0,B.ROUND_DOWN)}};function mt(p){switch(p){case!0:case"true":case 1:case"1":case"on":case"yes":return!0;default:return!1}}import"@galacticcouncil/api-augment/hydradx";import"@galacticcouncil/api-augment/basilisk";var _=class{api;constructor(e){this.api=e}get chainDecimals(){return this.api.registry.chainDecimals[0]}get chainToken(){return this.api.registry.chainTokens[0]}log(e,...t){let r=typeof window>"u"?process.env.GC_DEBUG:window.localStorage.getItem("gc.debug");mt(r)&&console.log(e,...t)}};var j=class extends _{SUPPORTED_TYPES=["StableSwap","Bond","Token","External","Erc20"];constructor(e){super(e)}async safeSharesQuery(){try{let e=await this.api.query.stableswap.pools.entries();return new Map(e.map(([{args:[t]},r])=>[t.toString(),r.unwrap()]))}catch{return new Map([])}}async safeBondsQuery(){try{let e=await this.api.query.bonds.bonds.entries();return new Map(e.map(([{args:[t]},r])=>[t.toString(),r.unwrap()]))}catch{return new Map([])}}async metadataQuery(){try{let e=await this.api.query.assetRegistry.assetMetadataMap.entries();return new Map(e.map(([{args:[t]},r])=>{let{decimals:s,symbol:a}=r.unwrap();return[t.toString(),{decimals:s.toNumber(),symbol:a.toHuman()}]}))}catch{return new Map([])}}async locationsQuery(){try{let e=await this.api.query.assetRegistry.assetLocations.entries();return new Map(e.map(([{args:[t]},r])=>[t.toString(),r.unwrap()]))}catch{return new Map([])}}getSystemTokenName(e){switch(e){case"HDX":return"Hydration";case"BSX":return"Basilisk";default:return e}}getToken(e,t,r,s){if(e=="0"){let u=this.api.consts.balances.existentialDeposit;return{id:"0",name:this.getSystemTokenName(this.chainToken),symbol:this.chainToken,decimals:this.chainDecimals,icon:this.chainToken,type:"Token",isSufficient:!0,existentialDeposit:u.toString()}}let{name:a,assetType:i,isSufficient:o,existentialDeposit:n}=t,{symbol:l,decimals:c}=r.get(e)??{};return{id:e,name:a.toHuman(),symbol:l,decimals:c,icon:l,type:i.toHuman(),isSufficient:o?o.toHuman():!0,location:s?.toJSON(),existentialDeposit:n.toString()}}getBond(e,t,r,s){let[a,i]=s,{assetType:o,isSufficient:n,existentialDeposit:l}=t,{symbol:c,decimals:u}=this.getToken(a.toString(),t,r),g=i.toNumber(),h=new Intl.DateTimeFormat("en-GB"),d=[c,"Bond",h.format(g)].join(" ");return{id:e,name:d,symbol:c+"b",decimals:u,icon:c,type:o.toString(),isSufficient:n.toHuman(),existentialDeposit:l.toString(),underlyingAssetId:a.toString(),maturity:g}}getShares(e,t,r,s){let{assets:a}=s,{name:i,symbol:o,assetType:n,isSufficient:l,existentialDeposit:c}=t,g=a.map(b=>b.toString()).map(b=>{let{symbol:P}=this.getToken(b,t,r);return[b,P]}),h=Object.fromEntries(g),d=Object.values(h);return{id:e,name:d.join(", "),symbol:o?.isSome?o.toHuman():i.toHuman(),decimals:18,icon:d.join("/"),type:n.toString(),isSufficient:l.toHuman(),existentialDeposit:c.toString(),meta:h}}getExternal(e,t,r,s){let a=this.getToken(e,t,new Map,s),i=r?.find(o=>o.internalId===a.id);return i?{...a,decimals:i.decimals,name:i.name,symbol:i.symbol,icon:i.symbol,isWhiteListed:i.isWhiteListed}:a}normalizeMetadata(e,t){return t.size?t:new Map(e.map(([{args:[r]},s])=>{let{decimals:a,symbol:i}=s.unwrap();return[r.toString(),{decimals:Number(a.toString()),symbol:i.toHuman()}]}))}getSupportedAssets(e){return e.filter(([t,r])=>{if(r.isNone)return!1;let s=r.unwrap();return this.isSupportedAsset(s)})}async getOnChainAssets(e,t){let[r,s,a,i,o]=await Promise.all([this.api.query.assetRegistry.assets.entries(),this.locationsQuery(),this.safeSharesQuery(),this.safeBondsQuery(),this.metadataQuery()]),n=this.getSupportedAssets(r),l=this.normalizeMetadata(n,o),c=n.map(([{args:[u]},g])=>{let h=g.unwrap(),d=s.get(u.toString()),{assetType:b}=h;switch(b.toString()){case"Bond":let P=i.get(u.toString());return this.getBond(u.toString(),h,l,P);case"StableSwap":let x=a.get(u.toString());return this.getShares(u.toString(),h,l,x);case"External":return this.getExternal(u.toString(),h,t,d);default:return this.getToken(u.toString(),h,l,d)}});return e?c:c.filter(u=>this.isValidAsset(u))}isValidAsset(e){let t=Math.sign(e.decimals);return!!e.symbol&&(t===0||t===1)}isSupportedAsset(e){let t=e.assetType.toString();return this.SUPPORTED_TYPES.includes(t)}};var H=class extends _{constructor(e){super(e)}async getBalance(e,t){let r=await this.api.query.assetRegistry.assets(t),{assetType:s}=r.unwrap();return s.toString()==="Erc20"?this.getErc20Balance(e,t):t==="0"?this.getSystemBalance(e):this.getTokenBalance(e,t)}async getSystemBalance(e){let{data:t}=await this.api.query.system.account(e);return this.calculateFreeBalance(t)}async getTokenBalance(e,t){let r=await this.api.query.tokens.accounts(e,t);return this.calculateFreeBalance(r)}async getErc20Balance(e,t){let r=await this.getTokenBalanceData(e,t);return this.calculateFreeBalance(r)}async subscribeSystemBalance(e,t){return this.api.query.system.account(e,({data:r})=>t("0",this.calculateFreeBalance(r)))}async subscribeTokenBalance(e,t,r){let s=await this.api.query.tokens.accounts.keys(e),a=r?r.map(i=>[e,i]):s.map(({args:[i,o]})=>[i.toString(),o.toString()]);return this.api.query.tokens.accounts.multi(a,i=>{let o=[];i.forEach((n,l)=>{let c=this.calculateFreeBalance(n),u=a[l][1];o.push([u,c])}),t(o)})}async subscribeErc20Balance(e,t,r){let a=r||await(async()=>(await this.api.query.assetRegistry.assets.entries()).filter(([n,l])=>{let{assetType:c}=l.unwrap();return c.toString()==="Erc20"}).map(([{args:[n]}])=>n.toString()))(),i=async()=>{let o=await Promise.all(a.map(async n=>[n,await this.getErc20Balance(e,n)]));t(o)};return this.api.rpc.chain.subscribeNewHeads(async()=>{i()})}async getTokenBalanceData(e,t){return this.api.call.currenciesApi.account(t,e)}calculateFreeBalance(e){let t=e.free.toString(),r=e.frozen.toString();return B(t).lt(r)?B(0):B(t).minus(r)}};var ae=class extends _{constructor(e){super(e)}async getBalance(e,t){let r=await this.api.query.assetRegistry.assets(t),{assetType:s}=r.unwrap();return s.toString()==="Erc20"?this.getErc20Balance(e,t):t==="0"?this.getSystemBalance(e):this.getTokenBalance(e,t)}async getSystemBalance(e){let{data:t}=await this.api.query.system.account(e);return this.calculateBalance(t)}async getTokenBalance(e,t){let r=await this.api.query.tokens.accounts(e,t);return this.calculateBalance(r)}async getErc20Balance(e,t){let r=await this.getTokenBalanceData(e,t);return this.calculateBalance(r)}async subscribeSystemBalance(e,t){return this.api.query.system.account(e,({data:r})=>t("0",this.calculateBalance(r)))}async subscribeTokenBalance(e,t,r){let s=await this.api.query.tokens.accounts.keys(e),a=r?r.map(i=>[e,i]):s.map(({args:[i,o]})=>[i.toString(),o.toString()]);return this.api.query.tokens.accounts.multi(a,i=>{let o=[];i.forEach((n,l)=>{let c=a[l][1],u=this.calculateBalance(n);o.push([c,u])}),t(o)})}async subscribeErc20Balance(e,t,r){let a=r||await(async()=>(await this.api.query.assetRegistry.assets.entries()).filter(([n,l])=>{let{assetType:c}=l.unwrap();return c.toString()==="Erc20"}).map(([{args:[n]}])=>n.toString()))(),i=async()=>{let o=await Promise.all(a.map(async n=>[n,await this.getErc20Balance(e,n)]));t(o)};return this.api.rpc.chain.subscribeNewHeads(async()=>{i()})}async getTokenBalanceData(e,t){return this.api.call.currenciesApi.account(t,e)}calculateBalance(e){let t=B(e.free.toString()),r=e.frozen.toString(),s=e.reserved.toString(),a=t.gte(r)?t.minus(r).toString():"0",i=t.plus(s).toString();return{free:t.toString(),total:i,transferable:a,reserved:s,frozen:r}}};var ie=class{api;_minOrderBudget;_blockTime;constructor(e){this.api=e}get blockTime(){return this._blockTime===void 0&&(this._blockTime=this.api.consts.aura.slotDuration.toNumber()),this._blockTime}get minOrderBudget(){return this._minOrderBudget===void 0&&(this._minOrderBudget=this.api.consts.dca.minBudgetInNativeCurrency.toString()),m(this._minOrderBudget)}};import{fixed_from_rational as pt}from"@galacticcouncil/math-liquidity-mining";import{GenericAccountId32 as Kt}from"@polkadot/types";import{u8aConcat as dt}from"@polkadot/util";import{isAddress as gt}from"@polkadot/util-crypto";var Ze=class extends _{balanceClient;constructor(e){super(e),this.balanceClient=new H(e)}secondsInYear=new B(365.2425).times(24).times(60).times(60);async getOmnipoolFarms(e){let t=await this.api.query.omnipoolWarehouseLM.activeYieldFarm.entries(e);return await Promise.all(t.map(async([s,a])=>{let[,i]=s.args,o=a.unwrap().toString(),n=i.toString(),l=(await this.api.query.omnipoolWarehouseLM.globalFarm(n)).unwrap(),c=(await this.api.query.omnipoolWarehouseLM.yieldFarm(e,n,o)).unwrap(),u=await this.getOraclePrice(l)??l.priceAdjustment.toString(),h=this.getAccountResolver(this.api.registry)(Number(n),!1).toString(),d=l.rewardCurrency.toString(),b=await this.balanceClient.getTokenBalanceData(h,d);return{assetId:e,globalFarm:l,yieldFarm:c,priceAdjustment:u,potBalance:b.free.toString()}}))}async getIsolatedPoolFarms(e){let t=await this.api.query.xykWarehouseLM.activeYieldFarm.entries(e);return await Promise.all(t.map(async([s,a])=>{let[,i]=s.args,o=a.unwrap().toString(),n=i.toString(),l=(await this.api.query.xykWarehouseLM.globalFarm(n)).unwrap(),c=(await this.api.query.xykWarehouseLM.yieldFarm(e,n,o)).unwrap(),u=await this.getOraclePrice(l)??l.priceAdjustment.toString(),h=this.getAccountResolver(this.api.registry)(Number(n),!0).toString(),d=l.rewardCurrency.toString(),b=await this.balanceClient.getTokenBalanceData(h,d);return{assetId:e,globalFarm:l,yieldFarm:c,priceAdjustment:u,potBalance:b.free.toString()}}))}async getOraclePrice(e){let t=e.rewardCurrency.toString(),r=e.incentivizedAsset.toString(),s=[t,r].sort();if(t===r)return new B(1).shiftedBy(18).toString();let a=await this.api.query.emaOracle.oracles("omnipool",s,"TenMinutes");if(a.isNone)return;let[i]=a.unwrap(),o=i.price.n.toString(),n=i.price.d.toString(),l;return Number(t)<Number(r)?l=pt(o,n):l=pt(n,o),l}getGlobalRewardPerPeriod(e,t,r,s){let i=e.times(t).shiftedBy(-18).times(s).shiftedBy(-18);return i.gte(r)?r:i}getPoolYieldPerPeriod(e,t,r,s){return e.times(t).div(r.times(s).shiftedBy(-18))}padEndU8a(e,t){return dt(e,Array(Math.max(0,t-e.length)).fill(0))}getAccountResolver=e=>(t,r)=>{let s="modl",a=r?"0x78796b4c4d704944":"0x4f6d6e6957684c4d";return new Kt(e,this.padEndU8a(dt(s,a,typeof t!="number"?t.toU8a():[t]),32))};async getFarmApr(e,t){if(t==="isolatedpool"&&!gt(e))throw new Error("You must pass an address of isolated pool as id");if(t==="omnipool"&&gt(e))throw new Error("You must pass an asset id of omnipool");let r=6,s=t==="omnipool"?await this.getOmnipoolFarms(e):await this.getIsolatedPoolFarms(e);return s.length?s.map(({yieldFarm:o,globalFarm:n,priceAdjustment:l,potBalance:c})=>{let u=new B(n.totalSharesZ.toString()),g=n.plannedYieldingPeriods.toString(),h=new B(n.yieldPerPeriod.toString()),d=new B(n.maxRewardPerPeriod.toString()),b=n.blocksPerPeriod.toString(),P=new B(o.multiplier.toString()).shiftedBy(-18),x=this.secondsInYear.div(new B(r).times(b)),f;if(u.isZero())f=h.times(P).times(x);else{let E=this.getGlobalRewardPerPeriod(u,h,d,l);f=this.getPoolYieldPerPeriod(E,P,u,l).times(x)}let w=new B(n.pendingRewards.toString()).plus(n.accumulatedPaidRewards.toString()),I=d.times(g),A=c?w.plus(c):I;return w.div(A).gte(.999)?S:f.div(t==="isolatedpool"?2:1).times(100)}).reduce((o,n)=>o.plus(n),S).toString():void 0}};var Fe=class extends Error{constructor(e){super(),this.message=`${e} pool invalid`,this.name="PoolNotFound"}},ht=class extends Error{constructor(e,t){super(),this.message=`${e} pool missing ${t}`,this.name="PoolConfigNotFound"}},Re=class extends Error{constructor(e,t){super(),this.message=`Route from ${e} to ${t} not found in pool configuration`,this.name="RouteNotFound"}},yt=class extends Error{constructor(e){super(),this.message=`Asset ${e} not available in current network`,this.name="AssetNotFound"}},bt=class extends Error{constructor(e){super(),this.message=`Storage missing ${e}`,this.name="StorageConfigNotFound"}},Pt=class extends Error{constructor(e){super(),this.message=`Subscription type "${e}" not supported`,this.name="SubscriptionNotSupported"}},ft=class extends Error{constructor(e){super(),this.message=`${e}`,this.name="ProviderConfigNotFound"}};import{defineChain as jt}from"viem";var zt=["wss://hydration-rpc.n.dwellir.com","wss://hydration.dotters.network","wss://rpc.helikon.io/hydradx","wss://hydration.ibp.network","wss://rpc.cay.hydration.cloud","wss://rpc.parm.hydration.cloud","wss://rpc.roach.hydration.cloud","wss://rpc.zipp.hydration.cloud","wss://rpc.sin.hydration.cloud","wss://rpc.coke.hydration.cloud"],St=p=>{let t=[p.endpoint,...zt],r=Array.from(new Set(t.map(s=>s.replace("wss://","https://").replace("ws://","http://"))));return jt({id:222222,name:"Hydration",network:"hydration",nativeCurrency:{decimals:18,name:"WETH",symbol:"WETH"},rpcUrls:{default:{http:r}},blockExplorers:{default:{name:"Hydration Explorer",url:"https://explorer.evm.hydration.cloud"}},testnet:!1})};import{createPublicClient as xt,createWalletClient as Qt,custom as Jt,http as Zt}from"viem";function Bt(p){let e=async({method:t,params:r})=>{let s=Array.isArray(r)?r:[];return p.send(t,s)};return()=>({request:e,config:{name:"PolkadotWsTransport",type:"webSocket",key:"polkadotWs",request:e}})}var Ne=class{wsProvider;chain;constructor(e){let{provider:t}=e._options;this.wsProvider=t,this.chain=St(t)}get chainId(){return this.chain.id}get chainCurrency(){return this.chain.nativeCurrency.symbol}get chainDecimals(){return this.chain.nativeCurrency.decimals}getProvider(){return xt({chain:this.chain,transport:Zt()})}getWsProvider(){return xt({chain:this.chain,transport:Bt(this.wsProvider)})}getSigner(e){return Qt({account:e,chain:this.chain,transport:Jt(window.ethereum)})}};import{memoize1 as cs}from"@thi.ng/memoize";var N=(i=>(i.Aave="Aave",i.LBP="Lbp",i.Omni="Omnipool",i.Stable="Stableswap",i.XYK="Xyk",i.HSM="Hsm",i))(N||{}),z=(c=>(c.UnknownError="UnknownError",c.FacilitatorCapacityExceeded="FacilitatorCapacityExceeded",c.InsufficientTradingAmount="InsufficientTradingAmount",c.InsufficientCollateral="InsufficientCollateral",c.MaxHoldingExceeded="MaxHoldingExceeded",c.MaxInRatioExceeded="MaxInRatioExceeded",c.MaxOutRatioExceeded="MaxOutRatioExceeded",c.TradeNotAllowed="TradeNotAllowed",c.MaxBuyBackExceeded="MaxBuyBackExceeded",c.MaxBuyPriceExceeded="MaxBuyPriceExceeded",c))(z||{});var Ee=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;static fromPool(e){return new p(e)}constructor(e){this.type="Aave",this.address=e.address,this.tokens=e.tokens,this.maxInRatio=e.maxInRatio,this.maxOutRatio=e.maxOutRatio,this.minTradingLimit=e.minTradingLimit}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(n=>[n.id,n])),s=r.get(e),a=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(a==null)throw new Error("Pool does not contain tokenOut");let i=m(s.balance),o=m(a.balance);return{assetIn:e,assetOut:t,decimalsIn:s.decimals,decimalsOut:a.decimals,balanceIn:i,balanceOut:o,assetInED:S,assetOutED:S}}validateAndBuy(e,t){let r=this.calculateInGivenOut(e,t),s=[];return t.isGreaterThan(e.balanceOut)&&s.push("TradeNotAllowed"),{amountIn:r,calculatedIn:r,amountOut:t,feePct:0,errors:s}}validateAndSell(e,t){let r=this.calculateOutGivenIn(e,t),s=[];return r.isGreaterThan(e.balanceOut)&&s.push("TradeNotAllowed"),{amountIn:t,calculatedOut:r,amountOut:r,feePct:0,errors:s}}calculateInGivenOut(e,t){return t}calculateOutGivenIn(e,t){return t}spotPriceInGivenOut(e){return O(R,e.decimalsOut)}spotPriceOutGivenIn(e){return O(R,e.decimalsIn)}calculateTradeFee(e,t){return S}};import{encodeAddress as rr}from"@polkadot/util-crypto";import{stringToU8a as sr}from"@polkadot/util";import{decodeEventLog as ar}from"viem";import{memoize1 as er}from"@thi.ng/memoize";import{TLRUCache as tr}from"@thi.ng/cache";var et=[{inputs:[],name:"decimals",outputs:[{internalType:"uint8",name:"",type:"uint8"}],stateMutability:"view",type:"function"},{inputs:[],name:"description",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint80",name:"_roundId",type:"uint80"}],name:"getRoundData",outputs:[{internalType:"uint80",name:"roundId",type:"uint80"},{internalType:"int256",name:"answer",type:"int256"},{internalType:"uint256",name:"startedAt",type:"uint256"},{internalType:"uint256",name:"updatedAt",type:"uint256"},{internalType:"uint80",name:"answeredInRound",type:"uint80"}],stateMutability:"view",type:"function"},{inputs:[],name:"latestRoundData",outputs:[{internalType:"uint80",name:"roundId",type:"uint80"},{internalType:"int256",name:"answer",type:"int256"},{internalType:"uint256",name:"startedAt",type:"uint256"},{internalType:"uint256",name:"updatedAt",type:"uint256"},{internalType:"uint80",name:"answeredInRound",type:"uint80"}],stateMutability:"view",type:"function"}];var ne=class{client;constructor(e){this.client=e.getWsProvider()}async getData(e,t=6){let[r,s,a]=await Promise.all([this.client.readContract({abi:et,address:e,functionName:"latestRoundData"}),this.client.readContract({abi:et,address:e,functionName:"decimals"}),this.client.getBlock()]),[i,o,n,l]=r,c=a.number-(a.timestamp-l)/BigInt(t),u=Number(c);return{price:o,decimals:s,updatedAt:u<0?0:u}}};var D=class extends H{evm;mmOracle;pools=[];subs=[];assets=new Map([]);mem=0;onNewBlockHandler;onEventsHandler;memPoolsCache=new tr(null,{maxlen:1,ttl:3600*1e3,release:e=>{this.mem>e&&this.log(this.getPoolType(),`mem ${e} released at`,new Date)}});memPools=er(e=>(this.log(this.getPoolType(),`mem ${e} sync`),this.getPools()),this.memPoolsCache);constructor(e,t){super(e),this.evm=t,this.mmOracle=new ne(t),this.onNewBlockHandler=this.onNewBlock.bind(this),this.onEventsHandler=this.onEvents.bind(this)}onNewBlock(e){}onEvents(e){}get augmentedPools(){return this.pools.filter(e=>this.isValidPool(e)).map(e=>this.withMetadata(e))}async withAssets(e){this.assets=new Map(e.map(t=>[t.id,t])),this.mem=this.mem+1}async getPoolsMem(){return await this.memPools(this.mem)}async getPools(){this.unsubscribe(),this.pools=await this.loadPools();let e=this.subscribeBalances(),t=this.subscribeUpdates();this.subs.push(e),this.subs.push(t);let r=this.getPoolType();return this.log(r,`mem ${this.mem} pools(${this.augmentedPools.length})`),this.log(r,`mem ${this.mem} subs(${this.subs.length})`),this.augmentedPools}async subscribeBalances(){let e=this.augmentedPools.map(async r=>{let s=[],a=await this.subscribeTokensPoolBalance(r);if(s.push(a),this.hasSystemAsset(r)){let i=await this.subscribeSystemPoolBalance(r);s.push(i)}if(this.hasErc20Asset(r)){let i=await this.subscribeErc20PoolBalance(r);s.push(i)}return this.subscribeLog(r),s}),t=await Promise.all(e);return()=>{for(let r of t.flat())try{r()}catch(s){console.warn("Balance unsub failed",s)}}}hasSystemAsset(e){return e.tokens.some(t=>t.id==="0")}hasErc20Asset(e){return e.tokens.some(t=>t.type==="Erc20")}unsubscribe(){this.subs.forEach(e=>{e.then(t=>t()).catch(t=>console.warn("Unsub failed",t))})}subscribeLog(e){let t=e.address.substring(0,10).concat("...");this.log(`${e.type} mem ${this.mem} [${t}] balance subscribed`)}subscribeSystemPoolBalance(e){return this.subscribeSystemBalance(e.address,this.updateBalanceCallback(e))}subscribeTokensPoolBalance(e){let t=(r,s)=>r.id!==s;return this.subscribeTokenBalance(e.address,this.updateBalancesCallback(e,t))}subscribeErc20PoolBalance(e){let t=e.tokens.filter(r=>r.type==="Erc20").map(r=>r.id);return this.subscribeErc20Balance(e.address,this.updateBalancesCallback(e,()=>!0),t)}isValidPool(e){return e.type==="Xyk"?e.tokens.every(t=>this.assets.get(t.id)):!0}withMetadata(e){return e.tokens=e.tokens.map(t=>{let r=this.assets.get(t.id);return{...t,...r}}),e}updateBalancesCallback(e,t){return function(r){r.forEach(([s,a])=>{let i=e.tokens.findIndex(o=>o.id==s);i>=0&&t(e,s)&&(e.tokens[i].balance=a.toString())})}}updateBalanceCallback(e){return function(t,r){let s=e.tokens.findIndex(a=>a.id==t);s>=0&&(e.tokens[s].balance=r.toString())}}};function Ce(p,e){let t=[];return JSON.stringify(p,(r,s)=>(s&&s[e]&&t.push(s),s)),t[0]}function Si(p,e,t){let r;return JSON.stringify(p,(s,a)=>(a&&a[e]===t&&(r=a),a)),r}var Bi=(p,e)=>typeof e=="bigint"?e.toString():e;var ir=["Supply","Withdraw","Repay","Borrow"],ke=class extends D{getPoolType(){return"Aave"}getPoolId(e,t){let r="aave:"+e+"/"+t;return rr(sr(r.padEnd(32,"\0")),63)}getPoolLimits(){return{maxInRatio:0,maxOutRatio:0,minTradingLimit:0}}getReserveH160Id(e){return e.type==="Erc20"?Ce(e.location,"accountKey20").accountKey20.key:X.fromAssetId(e.id)}isSupported(){return this.api.call.aaveTradeExecutor.pools!==void 0}async loadPools(){return(await this.api.call.aaveTradeExecutor.pools()).map(({reserve:t,atoken:r,liqudityIn:s,liqudityOut:a})=>({address:this.getPoolId(t.toString(),r.toString()),type:"Aave",tokens:[{id:t.toString(),balance:s.toString()},{id:r.toString(),balance:a.toString()}],...this.getPoolLimits()}))}async getPoolFees(e,t,r){return{}}onEvents(e){e.forEach(t=>{let{event:r}=t,s=`${r.section}:${r.method}`;if(s==="router:Executed"){let[a,i]=r.data.toJSON();this.pools.filter(o=>o.tokens.some(n=>n.id===a.toString()||n.id===i.toString())).forEach(o=>{this.log(`Sync AAVE via [router:Executed] :: ${a}:${i}`),this.updatePoolState(o)})}if(s==="evm:Log"){let[a]=r.data.toJSON();try{let{eventName:i,args:o}=ar({abi:we,topics:a.topics,data:a.data});if(ir.includes(i)){let n=o.reserve.toLowerCase();this.pools.filter(l=>{let[c]=l.tokens;return this.getReserveH160Id(c).toLowerCase()===n}).forEach(l=>{this.log(`Sync AAVE via [evm:Log] :: ${i} ${n}`),this.updatePoolState(l)})}}catch{}}})}async subscribeBalances(){return()=>{}}async subscribeUpdates(){return()=>{}}async updatePoolState(e){let[t,r]=e.tokens,{liqudityIn:s,liqudityOut:a}=await this.api.call.aaveTradeExecutor.pool(t.id,r.id);e.tokens=e.tokens.map(i=>{let o=i.id===t.id?s.toString():a.toString();return{...i,balance:o}})}};import{calculate_in_given_out as nr,calculate_out_given_in as or,calculate_linear_weights as lr,calculate_pool_trade_fee as cr,get_spot_price as ur}from"@galacticcouncil/math-lbp";var U=class{static getSpotPrice(e,t,r,s,a){return ur(e,t,r,s,a)}static calculateInGivenOut(e,t,r,s,a){return nr(e,t,r,s,a)}static calculateOutGivenIn(e,t,r,s,a){return or(e,t,r,s,a)}static calculateLinearWeights(e,t,r,s,a){return lr(e,t,r,s,a)}static calculatePoolTradeFee(e,t,r){return cr(e,t,r)}};var y=class p{static toPct(e){let[t,r]=e;return p.safeDivide(t*100,r)}static toRaw(e){let[t,r]=e;return p.safeDivide(t,r)}static fromPermill(e){return[e,1e6]}static fromPerbill(e){return[e,1e9]}static fromRate(e,t){return[e,t]}static safeDivide(e,t,r=12){let s=10**r;return Math.round(e*s/t)/s}static safeRound(e){return parseFloat(e.toPrecision(15))}};var _e=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;fee;repayFeeApply;static fromPool(e){return new p(e)}constructor(e){this.type="Lbp",this.address=e.address,this.tokens=e.tokens,this.maxInRatio=e.maxInRatio,this.maxOutRatio=e.maxOutRatio,this.minTradingLimit=e.minTradingLimit,this.fee=e.fee,this.repayFeeApply=e.repayFeeApply}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(n=>[n.id,n])),s=r.get(e),a=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(a==null)throw new Error("Pool does not contain tokenOut");let i=m(s.balance),o=m(a.balance);return{assetIn:e,assetOut:t,balanceIn:i,balanceOut:o,decimalsIn:s.decimals,decimalsOut:a.decimals,weightIn:s.weight,weightOut:a.weight}}validateAndBuy(e,t,r){let s=this.tokens[0].id,a=[];t.isLessThan(this.minTradingLimit)&&a.push("InsufficientTradingAmount");let i=e.balanceOut.div(this.maxOutRatio);if(t.isGreaterThan(i)&&a.push("MaxOutRatioExceeded"),s===e.assetOut){let o=this.calculateTradeFee(t,r),n=y.toPct(this.repayFeeApply?r.repayFee:r.exchangeFee),l=t.plus(o),c=this.calculateInGivenOut(e,l),u=e.balanceIn.div(this.maxInRatio);return c.isGreaterThan(u)&&a.push("MaxInRatioExceeded"),{amountIn:c,calculatedIn:c,amountOut:t,feePct:n,errors:a}}else{let o=this.calculateInGivenOut(e,t),n=e.balanceIn.div(this.maxInRatio);return o.isGreaterThan(n)&&a.push("MaxInRatioExceeded"),{amountIn:o,calculatedIn:o,amountOut:t,feePct:0,errors:a}}}validateAndSell(e,t,r){let s=this.tokens[0].id,a=[];t.isLessThan(this.minTradingLimit)&&a.push("InsufficientTradingAmount");let i=e.balanceIn.div(this.maxInRatio);if(t.isGreaterThan(i)&&a.push("MaxInRatioExceeded"),s===e.assetIn){let o=this.calculateOutGivenIn(e,t),n=e.balanceOut.div(this.maxOutRatio);return o.isGreaterThan(n)&&a.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:o,amountOut:o,feePct:0,errors:a}}else{let o=this.calculateOutGivenIn(e,t),n=this.calculateTradeFee(o,r),l=y.toPct(this.repayFeeApply?r.repayFee:r.exchangeFee),c=o.minus(n),u=e.balanceOut.div(this.maxOutRatio);return c.isGreaterThan(u)&&a.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:o,amountOut:c,feePct:l,errors:a}}}calculateInGivenOut(e,t){let r=U.calculateInGivenOut(e.balanceIn.toString(),e.balanceOut.toString(),e.weightIn.toString(),e.weightOut.toString(),t.toFixed(0)),s=m(r);return s.isNegative()?S:s}calculateOutGivenIn(e,t){let r=U.calculateOutGivenIn(e.balanceIn.toString(),e.balanceOut.toString(),e.weightIn.toString(),e.weightOut.toString(),t.toFixed(0)),s=m(r);return s.isNegative()?S:s}spotPriceInGivenOut(e){let t=U.getSpotPrice(e.balanceOut.toString(),e.balanceIn.toString(),e.weightOut.toString(),e.weightIn.toString(),O(R,e.decimalsOut).toString());return m(t)}spotPriceOutGivenIn(e){let t=U.getSpotPrice(e.balanceIn.toString(),e.balanceOut.toString(),e.weightIn.toString(),e.weightOut.toString(),O(R,e.decimalsIn).toString());return m(t)}calculateTradeFee(e,t){let r=U.calculatePoolTradeFee(e.toString(),this.repayFeeApply?t.repayFee[0]:t.exchangeFee[0],this.repayFeeApply?t.repayFee[1]:t.exchangeFee[1]);return m(r)}};var De=class extends D{MAX_FINAL_WEIGHT=O(m(100),6);poolsData=new Map([]);getPoolType(){return"Lbp"}getPoolLimits(){let e=this.api.consts.lbp.maxInRatio.toNumber(),t=this.api.consts.lbp.maxOutRatio.toNumber(),r=this.api.consts.lbp.minTradingLimit.toNumber();return{maxInRatio:e,maxOutRatio:t,minTradingLimit:r}}async getPoolDelta(e,t,r){let{start:s,end:a,assets:i,initialWeight:o,finalWeight:n,repayTarget:l,feeCollector:c}=t,u=U.calculateLinearWeights(s.toString(),a.toString(),o.toString(),n.toString(),r),[g,h]=i,d=g.toString(),b=m(u),P=h.toString(),x=this.MAX_FINAL_WEIGHT.minus(m(b)),[f,w,I]=await Promise.all([this.isRepayFeeApplied(d,l.toString(),c.toString()),this.getBalance(e,d),this.getBalance(e,P)]);return{repayFeeApply:f,tokens:[{id:d,weight:b,balance:w.toString()},{id:P,weight:x,balance:I.toString()}]}}isActivePool(e,t){if(e.start.isEmpty||e.end.isEmpty)return!1;let r=e.start.unwrap().toNumber(),s=e.end.unwrap().toNumber();return t>=r&&t<s}async isRepayFeeApplied(e,t,r){let s=m(t);if(s.isZero())return!1;try{return(await this.getBalance(e,r)).isLessThan(s)}catch{return!0}}isSupported(){return this.api.query.lbp!==void 0}async loadPools(){let[e,t]=await Promise.all([this.api.query.lbp.poolData.entries(),this.api.query.parachainSystem.validationData()]),{relayParentNumber:r}=t.unwrap(),s=e.filter(([a,i])=>this.isActivePool(i.unwrap(),r.toNumber())).map(async([{args:[a]},i])=>{let o=i.unwrap(),n=a.toString(),l=await this.getPoolDelta(n,o,r.toString());this.poolsData.set(a.toString(),o);let[c,u]=o.fee;return{address:n,type:"Lbp",fee:y.fromRate(c.toNumber(),u.toNumber()),...l,...this.getPoolLimits()}});return Promise.all(s)}async getPoolFees(e,t,r){let s=this.pools.find(a=>a.address===r);return{repayFee:this.getRepayFee(),exchangeFee:s.fee}}getRepayFee(){let[e,t]=this.api.consts.lbp.repayFee;return y.fromRate(e.toNumber(),t.toNumber())}async subscribeUpdates(){return this.api.query.parachainSystem.validationData(async e=>{let{relayParentNumber:t}=e.unwrap();this.pools.forEach(async r=>{let s=this.poolsData.get(r.address);if(s)if(this.isActivePool(s,t.toNumber())){let i=await this.getPoolDelta(r.address,s,t.toString());Object.assign(r,i)}else{let i=this.pools.findIndex(o=>o.address==r.address);this.pools.splice(i,1)}})})}};import{calculate_in_given_out as mr,calculate_lrna_in_given_out as pr,calculate_out_given_in as dr,calculate_out_given_lrna_in as gr,calculate_spot_price as hr,calculate_lrna_spot_price as yr,calculate_shares as br,calculate_liquidity_out as Pr,calculate_liquidity_lrna_out as fr,calculate_liquidity_hub_in as Sr,is_sell_allowed as Br,is_buy_allowed as xr,is_add_liquidity_allowed as vr,is_remove_liquidity_allowed as wr,recalculate_asset_fee as Tr,recalculate_protocol_fee as Or,verify_asset_cap as Ir}from"@galacticcouncil/math-omnipool";var F=class{static calculateSpotPrice(e,t,r,s){return hr(e,t,r,s)}static calculateLrnaSpotPrice(e,t){return yr(e,t)}static calculateInGivenOut(e,t,r,s,a,i,o,n,l){return mr(e,t,r,s,a,i,o,n,l)}static calculateLrnaInGivenOut(e,t,r,s,a){return pr(e,t,r,s,a)}static calculateOutGivenIn(e,t,r,s,a,i,o,n,l){return dr(e,t,r,s,a,i,o,n,l)}static calculateOutGivenLrnaIn(e,t,r,s,a){return gr(e,t,r,s,a)}static calculateShares(e,t,r,s){return br(e,t,r,s)}static calculateLiquidityOut(e,t,r,s,a,i,o,n){return Pr(e,t,r,s,a,i,o,n)}static calculateLiquidityLRNAOut(e,t,r,s,a,i,o,n){return fr(e,t,r,s,a,i,o,n)}static calculateCapDifference(e,t,r,s){let a=B(t),i=B(e),o=B(s),l=B(r).shiftedBy(-18);if(a.div(o).lt(l)){let u=l.times(o).minus(a).times(i),g=a.times(B(1).minus(l));return u.div(g).toFixed(0)}else return"0"}static calculateLimitHubIn(e,t,r,s){return Sr(e,t,r,s)}static isSellAllowed(e){return Br(e)}static isBuyAllowed(e){return xr(e)}static isAddLiquidityAllowed(e){return vr(e)}static isRemoveLiquidityAllowed(e){return wr(e)}static recalculateAssetFee(e,t,r,s,a,i,o,n,l,c,u){return Tr(e,t,r,s,a,i,o,n,l,c,u)}static recalculateProtocolFee(e,t,r,s,a,i,o,n,l,c,u){return Or(e,t,r,s,a,i,o,n,l,c,u)}static verifyAssetCap(e,t,r,s){return Ir(e,t,r,s)}};var Me=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;hubAssetId;static fromPool(e){return new p(e)}constructor(e){this.type="Omnipool",this.address=e.address,this.tokens=e.tokens,this.maxInRatio=e.maxInRatio,this.maxOutRatio=e.maxOutRatio,this.minTradingLimit=e.minTradingLimit,this.hubAssetId=e.hubAssetId}validatePair(e,t){return this.hubAssetId!=t}parsePair(e,t){let r=new Map(this.tokens.map(c=>[c.id,c])),s=r.get(e),a=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(a==null)throw new Error("Pool does not contain tokenOut");let i=m(s.balance),o=m(a.balance),n=m(s.existentialDeposit),l=m(a.existentialDeposit);return{assetIn:e,assetOut:t,hubReservesIn:s.hubReserves,hubReservesOut:a.hubReserves,sharesIn:s.shares,sharesOut:a.shares,decimalsIn:s.decimals,decimalsOut:a.decimals,balanceIn:i,balanceOut:o,tradeableIn:s.tradeable,tradeableOut:a.tradeable,assetInED:n,assetOutED:l}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),a=this.calculateInGivenOut(e,t,r),i=a.minus(s),o=s===S?S:i.div(s).multipliedBy(100).decimalPlaces(4),n=[],l=F.isSellAllowed(e.tradeableIn),c=F.isBuyAllowed(e.tradeableOut);(!l||!c)&&n.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetInED))&&n.push("InsufficientTradingAmount");let u=e.balanceOut.div(this.maxOutRatio);t.isGreaterThan(u)&&n.push("MaxOutRatioExceeded");let g=e.balanceIn.div(this.maxInRatio);return a.isGreaterThan(g)&&n.push("MaxInRatioExceeded"),{amountIn:a,calculatedIn:s,amountOut:t,feePct:o.toNumber(),errors:n}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),a=this.calculateOutGivenIn(e,t,r),o=s.minus(a).div(s).multipliedBy(100).decimalPlaces(4),n=[],l=F.isSellAllowed(e.tradeableIn),c=F.isBuyAllowed(e.tradeableOut);(!l||!c)&&n.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetOutED))&&n.push("InsufficientTradingAmount");let u=e.balanceIn.div(this.maxInRatio);t.isGreaterThan(u)&&n.push("MaxInRatioExceeded");let g=e.balanceOut.div(this.maxOutRatio);return a.isGreaterThan(g)&&n.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:s,amountOut:a,feePct:o.toNumber(),errors:n}}calculateInGivenOut(e,t,r){if(e.assetIn==this.hubAssetId)return this.calculateLrnaInGivenOut(e,t,r);let s=F.calculateInGivenOut(e.balanceIn.toString(),e.hubReservesIn.toString(),e.sharesIn.toString(),e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?y.toRaw(r.assetFee).toString():S.toString(),r?y.toRaw(r.protocolFee).toString():S.toString()),a=m(s);return a.isNegative()?S:a}calculateLrnaInGivenOut(e,t,r){let s=F.calculateLrnaInGivenOut(e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?y.toRaw(r.assetFee).toString():S.toString()),a=m(s);return a.isNegative()?S:a}calculateOutGivenIn(e,t,r){if(e.assetIn==this.hubAssetId)return this.calculateOutGivenLrnaIn(e,t,r);let s=F.calculateOutGivenIn(e.balanceIn.toString(),e.hubReservesIn.toString(),e.sharesIn.toString(),e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?y.toRaw(r.assetFee).toString():S.toString(),r?y.toRaw(r.protocolFee).toString():S.toString()),a=m(s);return a.isNegative()?S:a}calculateOutGivenLrnaIn(e,t,r){let s=F.calculateOutGivenLrnaIn(e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?y.toRaw(r.assetFee).toString():S.toString()),a=m(s);return a.isNegative()?S:a}spotPriceInGivenOut(e){if(e.assetIn==this.hubAssetId)return this.spotPriceLrnaInGivenOut(e);let t=F.calculateSpotPrice(e.balanceOut.toString(),e.hubReservesOut.toString(),e.balanceIn.toString(),e.hubReservesIn.toString());return m(t).shiftedBy(-1*(18-e.decimalsOut)).decimalPlaces(0,1)}spotPriceLrnaInGivenOut(e){let t=F.calculateLrnaSpotPrice(e.hubReservesOut.toString(),e.balanceOut.toString());return m(t).shiftedBy(-1*(18-e.decimalsOut)).decimalPlaces(0,1)}spotPriceOutGivenIn(e){if(e.assetIn==this.hubAssetId)return this.spotPriceOutGivenLrnaIn(e);let t=F.calculateSpotPrice(e.balanceIn.toString(),e.hubReservesIn.toString(),e.balanceOut.toString(),e.hubReservesOut.toString());return m(t).shiftedBy(-1*(18-e.decimalsIn)).decimalPlaces(0,1)}spotPriceOutGivenLrnaIn(e){let t=F.calculateLrnaSpotPrice(e.balanceOut.toString(),e.hubReservesOut.toString());return m(t).shiftedBy(-1*(18-e.decimalsIn)).decimalPlaces(0,1)}};import{encodeAddress as Ar}from"@polkadot/util-crypto";import{stringToU8a as Fr}from"@polkadot/util";import{memoize1 as tt}from"@thi.ng/memoize";import{TLRUCache as Rr}from"@thi.ng/cache";var vt="omnipool",wt="Short",Le=class extends D{dynamicFees=new Map;dynamicFeesConfiguration=new Map;oracles=new Map;memQueryCache=new Rr(null,{ttl:6*1e3});memOracleQuery=tt(e=>{let t=e.split(":");return this.api.query.emaOracle.oracles(vt,t,wt)},this.memQueryCache);memFeesQuery=tt(e=>this.api.query.dynamicFees.assetFee(e),this.memQueryCache);memFeesConfigurationQuery=tt(e=>this.api.query.dynamicFees.assetFeeConfiguration(e),this.memQueryCache);getPoolType(){return"Omnipool"}getPoolId(){return Ar(Fr("modlomnipool".padEnd(32,"\0")),63)}getOracleKey(e){return e==="0"?["0","1"]:["1",e]}getPoolLimits(){let e=this.api.consts.omnipool.maxInRatio.toNumber(),t=this.api.consts.omnipool.maxOutRatio.toNumber(),r=this.api.consts.omnipool.minimumTradingLimit.toNumber();return{maxInRatio:e,maxOutRatio:t,minTradingLimit:r}}async getDynamicFees(e){return this.dynamicFees.has(e)?this.dynamicFees.get(e):this.memFeesQuery(e)}async getDynamicFeesConfiguration(e){return this.dynamicFeesConfiguration.has(e)?this.dynamicFeesConfiguration.get(e):this.memFeesConfigurationQuery(e)}async getOraclePrice(e){let r=this.getOracleKey(e).join(":");return this.oracles.has(r)?this.oracles.get(r):this.memOracleQuery(r)}isSupported(){return this.api.query.omnipool!==void 0}isAssetConfigSupported(){return this.api.query.dynamicFees.assetFeeConfiguration!==void 0}async loadPools(){let e=this.api.consts.omnipool.hubAssetId.toString(),t=this.getPoolId(),[r,s,a]=await Promise.all([this.api.query.omnipool.assets.entries(),this.api.query.omnipool.hubAssetTradability(),this.getBalance(t,e)]),i=r.map(async([{args:[n]},l])=>{let{hubReserve:c,shares:u,tradable:g,cap:h,protocolShares:d}=l.unwrap(),b=await this.getBalance(t,n.toString());return{id:n.toString(),hubReserves:m(c.toString()),shares:m(u.toString()),tradeable:g.bits.toNumber(),balance:b.toString(),cap:m(h.toString()),protocolShares:m(d.toString())}}),o=await Promise.all(i);return o.push({id:e,tradeable:s.bits.toNumber(),balance:a.toString()}),[{address:t,type:"Omnipool",hubAssetId:e,tokens:o,...this.getPoolLimits()}]}async getPoolFees(e,t,r){let s=t.assetOut,a=t.assetIn,i;if(this.isAssetConfigSupported()&&(i=await this.getDynamicFeesConfiguration(s).then(f=>f.unwrapOr(null))),i?.isFixed){let f=i.asFixed.assetFee.toNumber(),w=i.asFixed.protocolFee.toNumber();return{assetFee:y.fromPermill(f),protocolFee:y.fromPermill(w)}}let[o,n,l]=await Promise.all([this.getDynamicFees(s),this.getOraclePrice(s),this.getOraclePrice(a)]),[c,u,g]=this.getAssetFee(t,e,o,n,i?.isDynamic?i.asDynamic.assetFeeParams:void 0),[h,d,b]=a==="1"?[0,0,0]:this.getProtocolFee(t,e,o,l,i?.isDynamic?i.asDynamic.protocolFeeParams:void 0),P=c+h,x=g+b;return{assetFee:y.fromPermill(u),protocolFee:y.fromPermill(d),min:y.fromPermill(P),max:y.fromPermill(x)}}getAssetFee(e,t,r,s,a){let{assetOut:i,balanceOut:o}=e,{minFee:n,maxFee:l,decay:c,amplification:u}=a||this.api.consts.dynamicFees.assetFeeParameters,g=y.fromPermill(n.toNumber()),h=y.fromPermill(l.toNumber());if(r.isNone||s.isNone)return[n.toNumber(),n.toNumber(),l.toNumber()];let[d]=s.unwrap(),{assetFee:b,timestamp:P}=r.unwrap(),x=Math.max(1,t-P.toNumber()),f=d.volume.bIn.toString(),w=d.volume.bOut.toString(),I=d.liquidity.b.toString();i==="0"&&(f=d.volume.aIn.toString(),w=d.volume.aOut.toString(),I=d.liquidity.a.toString());let A=y.fromPermill(b.toNumber()),T=F.recalculateAssetFee(f,w,I,"9",o.toString(),y.toRaw(A).toString(),x.toString(),y.toRaw(g).toString(),y.toRaw(h).toString(),c.toString(),u.toString());return[n.toNumber(),Number(T)*1e6,l.toNumber()]}getProtocolFee(e,t,r,s,a){let{assetIn:i,balanceIn:o}=e,{minFee:n,maxFee:l,decay:c,amplification:u}=a||this.api.consts.dynamicFees.protocolFeeParameters,g=y.fromPermill(n.toNumber()),h=y.fromPermill(l.toNumber());if(r.isNone||s.isNone)return[n.toNumber(),n.toNumber(),l.toNumber()];let[d]=s.unwrap(),{protocolFee:b,timestamp:P}=r.unwrap(),x=Math.max(1,t-P.toNumber()),f=d.volume.bIn.toString(),w=d.volume.bOut.toString(),I=d.liquidity.b.toString();i==="0"&&(f=d.volume.aIn.toString(),w=d.volume.aOut.toString(),I=d.liquidity.a.toString());let A=y.fromPermill(b.toNumber()),T=F.recalculateProtocolFee(f,w,I,"9",o.toString(),y.toRaw(A).toString(),x.toString(),y.toRaw(g).toString(),y.toRaw(h).toString(),c.toString(),u.toString());return[n.toNumber(),Number(T)*1e6,l.toNumber()]}async subscribeUpdates(){let[e]=this.pools,t=e.tokens.map(n=>n.id),r=[],s=await this.api.query.omnipool.assets.multi(t,n=>{e.tokens=n.map((l,c)=>{let u=e.tokens[c];if(l.isNone)return u;let g=l.unwrap();return this.updateTokenState(u,g)})});r.push(s);let a=await this.api.query.dynamicFees.assetFee.multi(t,n=>{n.forEach((l,c)=>{let u=t[c];this.dynamicFees.set(u,l)})});if(r.push(a),this.isAssetConfigSupported()){let n=await this.api.query.dynamicFees.assetFeeConfiguration.multi(t,l=>{l.forEach((c,u)=>{let g=t[u];this.dynamicFeesConfiguration.set(g,c)})});r.push(n)}let i=t.map(n=>{let l=this.getOracleKey(n);return[vt,l,wt]}),o=await this.api.query.emaOracle.oracles.multi(i,n=>{n.forEach(async(l,c)=>{let u=i[c],[g,h,d]=u;this.oracles.set(h.join(":"),l)})});return r.push(o),()=>{for(let n of r)try{n()}catch(l){console.warn("Omnipool unsubscribe failed",l)}}}updateTokenState(e,t){let{hubReserve:r,shares:s,tradable:a,cap:i,protocolShares:o}=t;return{...e,hubReserves:m(r.toString()),shares:m(s.toString()),cap:m(i.toString()),protocolShares:m(o.toString()),tradeable:a.bits.toNumber()}}};import{calculate_in_given_out as Nr,calculate_out_given_in as Er,calculate_pool_trade_fee as Cr,get_spot_price as kr,calculate_liquidity_in as _r,calculate_shares as Dr,calculate_spot_price as Mr,calculate_spot_price_with_fee as Lr,calculate_liquidity_out_asset_a as Hr,calculate_liquidity_out_asset_b as Gr}from"@galacticcouncil/math-xyk";var V=class{static getSpotPrice(e,t,r){return kr(e,t,r)}static calculateInGivenOut(e,t,r){return Nr(e,t,r)}static calculateOutGivenIn(e,t,r){return Er(e,t,r)}static calculatePoolTradeFee(e,t,r){return Cr(e,t,r)}static calculateLiquidityIn(e,t,r){return _r(e,t,r)}static calculateSpotPrice(e,t){return Mr(e,t)}static calculateSpotPriceWithFee(e,t,r,s){return Lr(e,t,r,s)}static calculateShares(e,t,r){return Dr(e,t,r)}static calculateLiquidityOutAssetA(e,t,r,s){return Hr(e,t,r,s)}static calculateLiquidityOutAssetB(e,t,r,s){return Gr(e,t,r,s)}};var He=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;static fromPool(e){return new p(e)}constructor(e){this.type="Xyk",this.address=e.address,this.tokens=e.tokens,this.maxInRatio=e.maxInRatio,this.maxOutRatio=e.maxOutRatio,this.minTradingLimit=e.minTradingLimit}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(c=>[c.id,c])),s=r.get(e),a=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(a==null)throw new Error("Pool does not contain tokenOut");let i=m(s.balance),o=m(a.balance),n=m(s.existentialDeposit),l=m(a.existentialDeposit);return{assetIn:e,assetOut:t,decimalsIn:s.decimals,decimalsOut:a.decimals,balanceIn:i,balanceOut:o,assetInED:n,assetOutED:l}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),a=this.calculateTradeFee(s,r),i=y.toPct(r.exchangeFee),o=s.plus(a),n=[];(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetInED))&&n.push("InsufficientTradingAmount");let l=e.balanceOut.div(this.maxOutRatio);t.isGreaterThan(l)&&n.push("MaxOutRatioExceeded");let c=e.balanceIn.div(this.maxInRatio);return o.isGreaterThan(c)&&n.push("MaxInRatioExceeded"),{amountIn:o,calculatedIn:s,amountOut:t,feePct:i,errors:n}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),a=this.calculateTradeFee(s,r),i=y.toPct(r.exchangeFee),o=s.minus(a),n=[];(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetOutED))&&n.push("InsufficientTradingAmount");let l=e.balanceIn.div(this.maxInRatio);t.isGreaterThan(l)&&n.push("MaxInRatioExceeded");let c=e.balanceOut.div(this.maxOutRatio);return o.isGreaterThan(c)&&n.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:s,amountOut:o,feePct:i,errors:n}}calculateInGivenOut(e,t){let r=V.calculateInGivenOut(e.balanceIn.toString(),e.balanceOut.toString(),t.toFixed(0)),s=m(r);return s.isNegative()?S:s}calculateOutGivenIn(e,t){let r=V.calculateOutGivenIn(e.balanceIn.toString(),e.balanceOut.toString(),t.toFixed(0)),s=m(r);return s.isNegative()?S:s}spotPriceInGivenOut(e){let t=V.calculateSpotPrice(e.balanceOut.toString(),e.balanceIn.toString()),r=O(R,18-e.decimalsOut);return m(t).div(r)}spotPriceOutGivenIn(e){let t=V.calculateSpotPrice(e.balanceIn.toString(),e.balanceOut.toString()),r=O(R,18-e.decimalsIn);return m(t).div(r)}calculateTradeFee(e,t){let r=V.calculatePoolTradeFee(e.toString(),t.exchangeFee[0],t.exchangeFee[1]);return m(r)}};var Ge=class extends D{getPoolType(){return"Xyk"}getPoolLimits(){let e=this.api.consts.xyk.maxInRatio.toNumber(),t=this.api.consts.xyk.maxOutRatio.toNumber(),r=this.api.consts.xyk.minTradingLimit.toNumber();return{maxInRatio:e,maxOutRatio:t,minTradingLimit:r}}isSupported(){return this.api.query.xyk!==void 0}async loadPools(){let t=(await this.api.query.xyk.poolAssets.entries()).map(async([{args:[r]},s])=>{let a=r.toString(),[i,o]=s.unwrap(),[n,l]=await Promise.all([this.getBalance(a,i.toString()),this.getBalance(a,o.toString())]);return{address:a,type:"Xyk",tokens:[{id:i.toString(),balance:n.toString()},{id:o.toString(),balance:l.toString()}],...this.getPoolLimits()}});return Promise.all(t)}async getPoolFees(e,t,r){return{exchangeFee:this.getExchangeFee()}}getExchangeFee(){let[e,t]=this.api.consts.xyk.getExchangeFee;return y.fromRate(e.toNumber(),t.toNumber())}async subscribeUpdates(){return()=>{}}};import{calculate_in_given_out as Ur,calculate_out_given_in as qr,calculate_amplification as Wr,calculate_add_one_asset as Xr,calculate_liquidity_out_one_asset as Yr,calculate_shares as Vr,calculate_shares_for_amount as $r,calculate_spot_price_with_fee as Kr,pool_account_name as jr,recalculate_peg as zr}from"@galacticcouncil/math-stableswap";var k=class{static getPoolAddress(e){return jr(e)}static defaultPegs(e){let t=[];for(let r=0;r<e;r++)t.push(["1","1"]);return t}static calculateAmplification(e,t,r,s,a){return Wr(e,t,r,s,a)}static calculateInGivenOut(e,t,r,s,a,i,o){return Ur(e,t,r,s,a,i,o)}static calculateAddOneAsset(e,t,r,s,a,i,o){return Xr(e,t,r,s,a,i,o)}static calculateSharesForAmount(e,t,r,s,a,i,o){return $r(e,t,r,s,a,i,o)}static calculateOutGivenIn(e,t,r,s,a,i,o){return qr(e,t,r,s,a,i,o)}static calculateLiquidityOutOneAsset(e,t,r,s,a,i,o){return Yr(e,t,r,s,a,i,o)}static calculateShares(e,t,r,s,a,i){return Vr(e,t,r,s,a,i)}static calculateSpotPriceWithFee(e,t,r,s,a,i,o,n){return Kr(e,t,r,s,a,i,o,n)}static recalculatePegs(e,t,r,s,a){let i=zr(e,t,r,s,a);return JSON.parse(i)}};var J=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;amplification;id;fee;totalIssuance;pegs;pegsFee;static fromPool(e){return new p(e)}constructor(e){this.type="Stableswap",this.address=e.address,this.tokens=e.tokens,this.maxInRatio=e.maxInRatio,this.maxOutRatio=e.maxOutRatio,this.minTradingLimit=e.minTradingLimit,this.amplification=e.amplification,this.id=e.id,this.fee=e.fee,this.totalIssuance=e.totalIssuance,this.pegs=e.pegs,this.pegsFee=e.pegsFee}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(c=>[c.id,c])),s=r.get(e),a=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(a==null)throw new Error("Pool does not contain tokenOut");let i=m(s.balance),o=m(a.balance),n=m(s.existentialDeposit),l=m(a.existentialDeposit);return{assetIn:e,assetOut:t,balanceIn:i,balanceOut:o,decimalsIn:s.decimals,decimalsOut:a.decimals,tradeableIn:this.id===e?15:s.tradeable,tradeableOut:this.id===t?15:a.tradeable,assetInED:n,assetOutED:l}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),a=this.calculateInGivenOut(e,t,r),i=a.minus(s),o=s===S?S:i.div(s).multipliedBy(100).decimalPlaces(4),n=[],l=F.isSellAllowed(e.tradeableIn),c=F.isBuyAllowed(e.tradeableOut);return(!l||!c)&&n.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetInED))&&n.push("InsufficientTradingAmount"),{amountIn:a,calculatedIn:s,amountOut:t,feePct:o.toNumber(),errors:n}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),a=this.calculateOutGivenIn(e,t,r),o=s.minus(a).div(s).multipliedBy(100).decimalPlaces(4),n=[],l=F.isSellAllowed(e.tradeableIn),c=F.isBuyAllowed(e.tradeableOut);return(!l||!c)&&n.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetOutED))&&n.push("InsufficientTradingAmount"),{amountIn:t,calculatedOut:s,amountOut:a,feePct:o.toNumber(),errors:n}}calculateIn(e,t,r){let s=k.calculateInGivenOut(this.getReserves(),Number(e.assetIn),Number(e.assetOut),t.toFixed(0),this.amplification,r?y.toRaw(r.fee).toString():S.toString(),this.getPegs()),a=m(s);return a.isNegative()?S:a}calculateAddOneAsset(e,t,r){let s=k.calculateAddOneAsset(this.getReserves(),t.toFixed(0),Number(e.assetIn),this.amplification,this.totalIssuance,r?y.toRaw(r.fee).toString():S.toString(),this.getPegs()),a=m(s);return a.isNegative()?S:a}calculateSharesForAmount(e,t,r){let s=k.calculateSharesForAmount(this.getReserves(),Number(e.assetOut),t.toFixed(0),this.amplification,this.totalIssuance,r?y.toRaw(r.fee).toString():S.toString(),this.getPegs()),a=m(s);return a.isNegative()?S:a}calculateInGivenOut(e,t,r){return e.assetOut==this.id?this.calculateAddOneAsset(e,t,r):e.assetIn==this.id?this.calculateSharesForAmount(e,t,r):this.calculateIn(e,t,r)}spotPriceInGivenOut(e){let t=k.calculateSpotPriceWithFee(this.id,this.getReserves(),this.amplification,e.assetOut,e.assetIn,this.totalIssuance,"0",this.getPegs());if(e.assetOut==this.id)return m(t);if(e.assetIn==this.id){let s=O(R,e.decimalsIn-e.decimalsOut);return m(t).div(s).decimalPlaces(0,1)}let r=O(R,18-e.decimalsIn);return m(t).div(r).decimalPlaces(0,1)}calculateOut(e,t,r){let s=k.calculateOutGivenIn(this.getReserves(),Number(e.assetIn),Number(e.assetOut),t.toFixed(0),this.amplification,r?y.toRaw(r.fee).toString():S.toString(),this.getPegs()),a=m(s);return a.isNegative()?S:a}calculateWithdrawOneAsset(e,t,r){let s=k.calculateLiquidityOutOneAsset(this.getReserves(),t.toFixed(0),Number(e.assetOut),this.amplification,this.totalIssuance,r?y.toRaw(r.fee).toString():S.toString(),this.getPegs()),a=m(s);return a.isNegative()?S:a}calculateShares(e,t,r){let s=k.calculateShares(this.getReserves(),this.getAssets(e.assetIn,t),this.amplification,this.totalIssuance,r?y.toRaw(r.fee).toString():S.toString(),this.getPegs()),a=m(s);return a.isNegative()?S:a}calculateOutGivenIn(e,t,r){return e.assetIn==this.id?this.calculateWithdrawOneAsset(e,t,r):e.assetOut==this.id?this.calculateShares(e,t,r):this.calculateOut(e,t,r)}spotPriceOutGivenIn(e){let t=k.calculateSpotPriceWithFee(this.id,this.getReserves(),this.amplification,e.assetIn,e.assetOut,this.totalIssuance,"0",this.getPegs());if(e.assetIn==this.id)return m(t);if(e.assetOut==this.id){let s=O(R,e.decimalsOut-e.decimalsIn);return m(t).div(s).decimalPlaces(0,1)}let r=O(R,18-e.decimalsOut);return m(t).div(r).decimalPlaces(0,1)}getPegs(){return JSON.stringify(this.pegs)}getReserves(){let e=this.tokens.filter(t=>t.id!=this.id).map(({id:t,balance:r,decimals:s})=>({asset_id:Number(t),amount:r,decimals:s}));return JSON.stringify(e)}getAssets(e,t){let r={asset_id:Number(e),amount:t.toFixed(0)};return JSON.stringify([r])}};import{blake2AsHex as Qr,encodeAddress as Jr}from"@polkadot/util-crypto";var Ue=class extends D{poolsData=new Map([]);getPoolType(){return"Stableswap"}getPoolAddress(e){let t=Number(e),r=k.getPoolAddress(t);return Jr(Qr(r),63)}getPoolLimits(){return{maxInRatio:0,maxOutRatio:0,minTradingLimit:this.api.consts.stableswap.minTradingLimit.toNumber()}}async getPoolDelta(e,t,r){let{initialAmplification:s,finalAmplification:a,initialBlock:i,finalBlock:o}=t,n=k.calculateAmplification(s.toString(),a.toString(),i.toString(),o.toString(),r),l=await this.api.query.tokens.totalIssuance(e);return{amplification:n,totalIssuance:l.toString()}}async getPoolTokens(e,t,r){let{assets:s}=r,a=s.map(async i=>{let[o,n]=await Promise.all([this.api.query.stableswap.assetTradability(t,i.toString()),this.getBalance(e,i.toString())]);return{id:i.toString(),tradeable:o.bits.toNumber(),balance:n.toString()}});return Promise.all(a)}isSupported(){return this.api.query.stableswap!==void 0}async loadPools(){let[e,t]=await Promise.all([this.api.query.stableswap.pools.entries(),this.api.query.system.number()]),r=t.toNumber(),s=e.map(async([{args:[i]},o])=>{try{let n=o.unwrap(),l=i.toString(),c=this.getPoolAddress(l),[u,g,h]=await Promise.all([this.getPoolDelta(l,n,r.toString()),this.getPoolTokens(c,l,n),this.getPoolPegs(l,n,r.toString())]);return g.push({id:l,tradeable:15,balance:u.totalIssuance}),this.poolsData.set(c,n),{address:c,id:l,type:"Stableswap",fee:y.fromPermill(n.fee.toNumber()),tokens:g,...u,...h,...this.getPoolLimits()}}catch(n){return console.warn(`Skipping pool ${i.toString()}
2
+ `,String(n)),null}});return(await Promise.all(s)).filter(i=>i!==null)}async getPoolFees(e,t,r){return{fee:this.pools.find(a=>a.address===r).pegsFee}}async getPoolPegs(e,t,r){let s=await this.api.query.stableswap.poolPegs(e);if(s.isNone)return this.getDefaultPegs(t);let a=s.unwrap(),i=await this.getLatestPegs(t,a,r),o=this.getRecentPegs(a),n=y.fromPermill(a.maxPegUpdate.toNumber()),l=y.fromPermill(t.fee.toNumber()),[c,u]=k.recalculatePegs(JSON.stringify(o),JSON.stringify(i),r,y.toRaw(n).toString(),y.toRaw(l).toString()),g=Number(c)*1e6;return{pegsFee:y.fromPermill(g),pegs:u}}getDefaultPegs(e){let t=e.fee,r=k.defaultPegs(e.assets.length);return{pegsFee:y.fromPermill(t.toNumber()),pegs:r}}getRecentPegs(e){let{current:t}=e;return Array.from(t.entries()).map(([r,s])=>s.map(a=>a.toString()))}async getLatestPegs(e,t,r){let{source:s}=t,a=Array.from(e.assets.entries()).map(([o,n])=>n.toString()),i=s.map(async(o,n)=>{if(o.isOracle){let[l,c,u]=o.asOracle,g=[u.toString(),a[n]].map(f=>Number(f)).sort((f,w)=>f-w),h=await this.api.query.emaOracle.oracles(l,g,c),[{price:d,updatedAt:b}]=h.unwrap(),P=d.n.toString(),x=d.d.toString();return u.toString()===g[0].toString()?[[P,x],b.toString()]:[[x,P],b.toString()]}else if(o.isMmOracle){let l=o.asMmOracle,{price:c,decimals:u,updatedAt:g}=await this.mmOracle.getData(l.toString()),h=10**u;return[[c.toString(),h.toString()],g.toString()]}else{if(o.isValue)return[o.asValue.map(l=>l.toString()),r];throw Error(o.type+" is not supported")}});return Promise.all(i)}async subscribeUpdates(){return this.api.query.system.number(async e=>{let t=e.toString();this.pools.forEach(async r=>{let s=this.poolsData.get(r.address);if(s){let[a,i]=await Promise.all([this.getPoolDelta(r.id,s,t),this.getPoolPegs(r.id,s,t)]),o=r.tokens.map(n=>n.id===r.id?{...n,balance:a.totalIssuance}:n);Object.assign(r,{tokens:o},a,i)}})})}};import{calculate_collateral_in_given_hollar_out as Zr,calculate_collateral_out_given_hollar_in as es,calculate_hollar_in_given_collateral_out as ts,calculate_hollar_out_given_collateral_in as rs,calculate_imbalance as ss,calculate_max_price as as,calculate_buyback_limit as is,calculate_buyback_price_with_fee as ns}from"@galacticcouncil/math-hsm";var q=class{static calculateCollateralInGivenHollarOut(e,t,r){return Zr(e,t,r)}static calculateCollateralOutGivenHollarIn(e,t,r){return es(e,t,r)}static calculateHollarOutGivenCollateralIn(e,t,r){return rs(e,t,r)}static calculateHollarInGivenCollateralOut(e,t,r){return ts(e,t,r)}static calculateImbalance(e,t,r){return ss(e,t,r)}static calculateBuybackLimit(e,t){return is(e,t)}static calculateBuybackPriceWithFee(e,t,r){return ns(e,t,r)}static calculateMaxPrice(e,t){return as(e,t)}};var qe=class p extends J{hsmAddress;hsmMintCapacity;hollarId;hollarH160;collateralId;collateralBalance;maxBuyPriceCoefficient;maxInHolding;purchaseFee;buyBackFee;buyBackRate;static fromPool(e){return new p(e)}constructor(e){super(e),this.type="Hsm",this.hsmAddress=e.hsmAddress,this.hsmMintCapacity=e.hsmMintCapacity,this.hollarId=e.hollarId,this.hollarH160=e.hollarH160,this.collateralId=e.collateralId,this.collateralBalance=e.collateralBalance,this.maxBuyPriceCoefficient=e.maxBuyPriceCoefficient,this.maxInHolding=e.maxInHolding,this.purchaseFee=e.purchaseFee,this.buyBackFee=e.buyBackFee,this.buyBackRate=e.buyBackRate}validatePair(e,t){return!0}parsePair(e,t){return super.parsePair(e,t)}validateTradeHollarIn(e,t,r,s){let a=this.calculateBuybackLimit(e);t.gt(a)&&s.push("MaxBuyBackExceeded");let i=this.calculateBuyPrice(e,t,r),o=this.calculateMaxPrice(e);return i.gt(o)&&s.push("MaxBuyPriceExceeded"),r.gt(this.collateralBalance)&&s.push("InsufficientCollateral"),s}validateTradeHollarOut(e,t,r){return this.collateralBalance.plus(e).gt(this.maxInHolding)&&r.push("MaxHoldingExceeded"),t.gt(this.hsmMintCapacity)&&r.push("FacilitatorCapacityExceeded"),r}validateTradeConstraints(e,t,r){let s=[];return e.assetIn===this.hollarId?this.validateTradeHollarIn(e,t,r,s):this.validateTradeHollarOut(t,r,s)}validateAndBuy(e,t){let r=this.calculateInGivenOut(e,t),s=this.validateTradeConstraints(e,r,t);return{amountIn:r,calculatedIn:r,amountOut:t,feePct:0,errors:s}}validateAndSell(e,t){let r=this.calculateOutGivenIn(e,t),s=this.validateTradeConstraints(e,t,r);return{amountIn:t,calculatedOut:r,amountOut:r,feePct:0,errors:s}}calculateHollarInGivenCollateralOut(e,t){let r=super.calculateInGivenOut(e,t,{fee:this.fee}),s=q.calculateHollarInGivenCollateralOut(t.toFixed(0),r.toFixed(0),y.toRaw(this.buyBackFee).toString());return m(s)}calculateCollateralInGivenHollarOut(e){let t=this.getCollateralPeg(),r=q.calculateCollateralInGivenHollarOut(e.toFixed(0),JSON.stringify(t),y.toRaw(this.purchaseFee).toString());return m(r)}calculateInGivenOut(e,t){return e.assetOut==this.hollarId?this.calculateCollateralInGivenHollarOut(t):this.calculateHollarInGivenCollateralOut(e,t)}calculateCollateralOutGivenHollarIn(e,t){let r=super.calculateOutGivenIn(e,t,{fee:this.fee}),s=q.calculateCollateralOutGivenHollarIn(t.toFixed(0),r.toFixed(0),y.toRaw(this.buyBackFee).toString());return m(s)}calculateHollarOutGivenCollateralIn(e){let t=this.getCollateralPeg(),r=q.calculateHollarOutGivenCollateralIn(e.toFixed(0),JSON.stringify(t),y.toRaw(this.purchaseFee).toString());return m(r)}calculateOutGivenIn(e,t){return e.assetIn==this.hollarId?this.calculateCollateralOutGivenHollarIn(e,t):this.calculateHollarOutGivenCollateralIn(t)}calculateImbalance(e){let t=this.getCollateralPeg(),r=q.calculateImbalance(e.balanceIn.toString(),JSON.stringify(t),e.balanceOut.toString());return m(r)}calculateBuybackLimit(e){let t=this.calculateImbalance(e),r=q.calculateBuybackLimit(t.toString(),y.toRaw(this.buyBackRate).toString());return m(r)}calculateBuyPrice(e,t,r){let s=t.dividedBy(m(10).pow(e.decimalsIn));return r.dividedBy(m(10).pow(e.decimalsOut)).dividedBy(s)}calculateMaxPrice(e){let t=this.getCollateralPeg(),r=q.calculateMaxPrice(JSON.stringify(t),this.maxBuyPriceCoefficient.toFixed(0)),[s,a]=JSON.parse(r);return m(s).div(m(a)).shiftedBy(-1*e.decimalsOut)}spotPriceInGivenOut(e){let t=O(R,e.decimalsOut);return this.calculateInGivenOut(e,t)}spotPriceOutGivenIn(e){let t=O(R,e.decimalsIn);return this.calculateOutGivenIn(e,t)}getCollateralPeg(){let e=this.tokens.findIndex(s=>s.id!==this.hollarId),t=this.pegs[e],r=this.tokens[e].decimals;return this.isDefaultPeg(t)?[O(R,18).toString(),O(R,r).toString()]:t}isDefaultPeg(e){let[t,r]=e;return Array.isArray(e)&&e.length===2&&t==="1"&&r==="1"}};import{stringToU8a as Tt}from"@polkadot/util";import{encodeAddress as Ot}from"@polkadot/util-crypto";import{decodeEventLog as os}from"viem";var oe=[{inputs:[{internalType:"address",name:"facilitator",type:"address"}],name:"getFacilitator",outputs:[{type:"tuple",components:[{name:"addr",type:"address"},{name:"label",type:"bytes32"},{name:"bucketCapacity",type:"uint128"},{name:"bucketLevel",type:"uint128"}]}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"facilitator",type:"address"}],name:"getFacilitatorBucket",outputs:[{internalType:"uint256",name:"",type:"uint256"},{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"getFacilitatorsList",outputs:[{internalType:"address[]",name:"",type:"address[]"}],stateMutability:"view",type:"function"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"facilitatorAddress",type:"address"},{indexed:!0,internalType:"bytes32",name:"label",type:"bytes32"},{indexed:!1,internalType:"uint256",name:"bucketCapacity",type:"uint256"}],name:"FacilitatorAdded",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"facilitatorAddress",type:"address"},{indexed:!1,internalType:"uint256",name:"oldCapacity",type:"uint256"},{indexed:!1,internalType:"uint256",name:"newCapacity",type:"uint256"}],name:"FacilitatorBucketCapacityUpdated",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"facilitatorAddress",type:"address"},{indexed:!1,internalType:"uint256",name:"oldLevel",type:"uint256"},{indexed:!1,internalType:"uint256",name:"newLevel",type:"uint256"}],name:"FacilitatorBucketLevelUpdated",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"facilitatorAddress",type:"address"}],name:"FacilitatorRemoved",type:"event"}];var le=class{client;constructor(e){this.client=e.getWsProvider()}async getFacilitatorCapacity(e,t){let[r,s]=await this.client.readContract({abi:oe,address:e,functionName:"getFacilitatorBucket",args:[t]});return r-s}};var ls=["FacilitatorBucketCapacityUpdated","FacilitatorBucketLevelUpdated"],We=class extends D{stableClient;ghoTokenClient;constructor(e,t,r){super(e,t),this.stableClient=r,this.ghoTokenClient=new le(t)}getPoolType(){return"Hsm"}getPoolId(e){let t="hsm:"+e;return Ot(Tt(t.padEnd(32,"\0")),63)}getFacilitatorAddress(){return Ot(Tt("modlpy/hsmod".padEnd(32,"\0")),63)}getHollarAddress(e){return Ce(e,"accountKey20").accountKey20.key}isSupported(){return this.api.query.hsm!==void 0}async loadPools(){let e=this.api.consts.hsm.hollarId.toString(),[t,r,s]=await Promise.all([this.api.query.assetRegistry.assetLocations(e),this.api.query.hsm.collaterals.entries(),this.stableClient.getPoolsMem()]);if(r.length===0)return[];let a=this.getFacilitatorAddress(),i=W.fromAny(a),o=this.getHollarAddress(t.unwrap()),n=await this.ghoTokenClient.getFacilitatorCapacity(o,i),l=r.map(async([{args:[u]},g])=>{let h=g.unwrap(),d=u.toString(),{poolId:b,maxBuyPriceCoefficient:P,maxInHolding:x,purchaseFee:f,buyBackFee:w,buybackRate:I}=h,A=s.find(T=>T.id===b.toString());if(A){let T=this.getPoolId(b.toString()),E=await this.getBalance(a,d);return{...A,address:T,type:"Hsm",tokens:A.tokens.filter(M=>M.id!==b.toString()),hsmAddress:a,hsmMintCapacity:m(n),hollarId:e,hollarH160:o,collateralId:d,collateralBalance:E,maxBuyPriceCoefficient:m(P.toString()),maxInHolding:m(x.unwrap().toString()),purchaseFee:y.fromPermill(f.toNumber()),buyBackFee:y.fromPermill(w.toNumber()),buyBackRate:y.fromPerbill(I.toNumber())}}});return(await Promise.all(l)).filter(u=>u!==null)}async getPoolFees(e,t,r){return{}}onEvents(e){e.forEach(async t=>{let{event:r}=t;if(`${r.section}:${r.method}`==="evm:Log"){let[a]=r.data.toJSON();try{let{eventName:i,args:o}=os({abi:oe,topics:a.topics,data:a.data}),[n]=this.pools,{hsmAddress:l,hollarH160:c}=n,u=W.fromAny(l),g=u.toLowerCase()===o.facilitatorAddress.toLowerCase();if(ls.includes(i)&&g){let h=await this.ghoTokenClient.getFacilitatorCapacity(c,u);this.log(`Sync HSM facilitator via [evm:Log] :: ${i} ${h}`),this.pools.forEach(d=>{Object.assign(d,{hsmMintCapacity:h})})}}catch{}}})}async subscribeBalances(){let e=this.pools.map(async r=>{let{collateralId:s,hsmAddress:a,tokens:i}=r,o=i.find(l=>l.id===s),n=l=>{let[c]=l,[u,g]=c;Object.assign(r,{collateralBalance:g})};return o.type==="Erc20"?this.subscribeErc20Balance(a,n,[s]):this.subscribeTokenBalance(a,n,[s])}),t=await Promise.all(e);return()=>{for(let r of t.flat())try{r()}catch(s){console.warn("Balance unsub failed",s)}}}async subscribeUpdates(){return()=>{}}};var ce=class extends _{api;evm;assetClient;aaveClient;xykClient;omniClient;lbpClient;stableClient;hsmClient;clients=[];onChainAssets=[];block=0;blockHandlers=[];eventHandlers=[];disconnectSubscribeNewHeads=null;disconnectSubscribeEvents=null;memRegistry=cs(e=>(this.log(`Registry mem ${e} sync`),this.syncRegistry()));constructor(e,t){super(e),this.api=e,this.evm=t,this.assetClient=new j(this.api),this.aaveClient=new ke(this.api,t),this.xykClient=new Ge(this.api,t),this.omniClient=new Le(this.api,t),this.lbpClient=new De(this.api,t),this.stableClient=new Ue(this.api,t),this.hsmClient=new We(this.api,t,this.stableClient),this.clients=[this.aaveClient,this.xykClient,this.omniClient,this.lbpClient,this.stableClient,this.hsmClient],this.blockHandlers=this.clients.map(r=>r.onNewBlockHandler),this.eventHandlers=this.clients.map(r=>r.onEventsHandler),this.api.rpc.chain.subscribeNewHeads(async r=>{let s=r.number.toNumber();this.onNewBlock(s)}).then(r=>{this.disconnectSubscribeNewHeads=r}),this.api.query.system.events(r=>{this.onEvents(r)}).then(r=>{this.disconnectSubscribeEvents=r})}onNewBlock(e){this.block=e;for(let t of this.blockHandlers)try{t(e)}catch(r){this.log("onNewBlock handler error",r)}}onEvents(e){for(let t of this.eventHandlers)try{t(e)}catch(r){this.log("onEvents handler error",r)}}get assets(){return this.onChainAssets}get isRegistrySynced(){return this.onChainAssets.length>0}async syncRegistry(e){let t=await this.assetClient.getOnChainAssets(!1,e);this.clients.forEach(r=>r.withAssets(t)),this.onChainAssets=t}async getPools(e={}){this.isRegistrySynced||await this.memRegistry(1);let{includeOnly:t=[],exclude:r=[]}=e;return t.length>0?this.getFilteredPools(s=>t.includes(s.getPoolType())):r.length>0?this.getFilteredPools(s=>!r.includes(s.getPoolType())):this.getFilteredPools(s=>s.isSupported())}async getFilteredPools(e){let t=this.clients.filter(e);return(await Promise.all(t.map(s=>s.getPoolsMem()))).flat()}destroy(){this.aaveClient.unsubscribe(),this.xykClient.unsubscribe(),this.omniClient.unsubscribe(),this.lbpClient.unsubscribe(),this.stableClient.unsubscribe(),this.hsmClient.unsubscribe(),this.disconnectSubscribeNewHeads?.(),this.disconnectSubscribeEvents?.()}async getPoolFees(e,t){switch(t.type){case"Aave":return this.aaveClient.getPoolFees(this.block,e,t.address);case"Xyk":return this.xykClient.getPoolFees(this.block,e,t.address);case"Omnipool":return this.omniClient.getPoolFees(this.block,e,t.address);case"Lbp":return this.lbpClient.getPoolFees(this.block,e,t.address);case"Stableswap":return this.stableClient.getPoolFees(this.block,e,t.address);case"Hsm":return this.hsmClient.getPoolFees(this.block,e,t.address);default:throw new Fe(t.type)}}};var ue=class extends ce{feeCache=new Map;constructor(e,t){super(e,t)}onNewBlock(e){super.onNewBlock(e),this.feeCache.clear()}async getPoolFees(e,t){let r=[t.address,e.assetIn,e.assetOut].join("-");if(this.feeCache.has(r))return this.feeCache.get(r);let s=super.getPoolFees(e,t);return this.feeCache.set(r,s),s}async destroy(){this.feeCache.clear(),super.destroy()}};var me=class{static get(e){switch(e.type){case"Aave":return Ee.fromPool(e);case"Xyk":return He.fromPool(e);case"Omnipool":return Me.fromPool(e);case"Lbp":return _e.fromPool(e);case"Stableswap":return J.fromPool(e);case"Hsm":return qe.fromPool(e);default:throw new Error("Pool type "+e.type+" is not supported yet")}}};import{sha256 as us}from"@noble/hashes/sha256";import{bytesToHex as ms}from"@noble/hashes/utils";function It(p){let e=p.map(s=>s.address).sort().join(":"),t=new TextEncoder().encode(e),r=us(t);return ms(r)}var pe=class{constructor(e=1/0){this.capacity=e}storage=[];enqueue(e){if(this.size()===this.capacity)throw Error("Queue has reached max capacity, you cannot add more items");this.storage.push(e)}dequeue(){return this.storage.shift()}size(){return this.storage.length}};var ps=8,de=class{isNotVisited(e,t){let r=!0;return t.forEach(s=>{(s[0]===e[0]||s[1]===e[1])&&(r=!1)}),r}findPaths(e,t,r){let s=[],a=new pe,i=[];for(i.push([t,""]),a.enqueue(i);a.size()>0;){let o=a.dequeue();if(!o||o.length>ps)continue;let n=o[o.length-1];(r===null||n[0]===r)&&s.push(o),e.get(n[0])?.forEach(c=>{if(this.isNotVisited(c,o)){let u=[...o];u.push(c),a.enqueue(u)}})}return s}findShortestPaths(e,t,r){let s=[],a=new pe,i=[];i.push([t,""]),a.enqueue(i);let o=1/0;for(;a.size()>0;){let n=a.dequeue();if(!n)continue;let l=n[n.length-1];if(l[0]===r){n.length<o?(o=n.length,s.length=0,s.push(n)):n.length===o&&s.push(n);continue}let c=e.get(l[0]);for(let u of c??[])this.isNotVisited(u,n)&&a.enqueue([...n,u])}return s}buildAndPopulateGraph(e,t){let r=new Map;for(let s of e)r.set(parseInt(s),[]);for(let[s,a,i]of t){let o=parseInt(a),n=parseInt(i);r.get(o)?.push([n,s])}return r}};function rt(p){let e={};for(let t of p){let r=t.tokens.length;for(let s=0;s<r;s++){e[t.tokens[s].id]||(e[t.tokens[s].id]=[]);for(let a=0;a<r;a++){if(s==a)continue;let i=[t.address,t.tokens[s].id,t.tokens[a].id];e[t.tokens[s].id].push(i)}}}return e}var ge=class{getProposals(e,t,r){let s=r.filter(f=>f.type==="Xyk"),a=r.filter(f=>f.type!=="Xyk"),i=parseInt(e),o=parseInt(t),n=new Set(a.map(f=>f.tokens).flat().map(f=>f.id)),l=n.has(e),c=n.has(t),u=new de,g=f=>{let w=rt(f),I=Object.keys(w),A=I.flatMap(T=>w[T]);return u.buildAndPopulateGraph(I,A)};if(!l&&!c){let f=s.filter(A=>A.tokens.find(T=>T.id===e)||A.tokens.find(T=>T.id===t)),w=g(f),I=u.findPaths(w,i,o);return this.parsePaths(I)}if(l&&c){let f=g(a),w=u.findPaths(f,i,o);return this.parsePaths(w)}let h=l?t:e,d=s.filter(f=>f.tokens.some(w=>w.id===h)),b=[...a,...d],P=g(b),x=u.findPaths(P,i,o);return this.parsePaths(x)}parsePaths(e){let t=[];for(let r of e){let s=[];for(let a=0;a<r.length;a++){let i=r[a],o=r[a+1];if(o==null)break;s.push(this.toEdge(i,o))}t.push(s)}return t}toEdge(e,t){return[t[1],e[0].toString(),t[0].toString()]}};var he=class{routeSuggester;routeProposals;routerOptions;poolService;constructor(e,t={}){this.poolService=e,this.routeSuggester=new ge,this.routeProposals=new Map,this.routerOptions=Object.freeze(t)}async getPools(){return await this.poolService.getPools(this.routerOptions)}async getAllAssets(){let e=await this.getPools(),t=this.getAssets(e);return[...new Map(t).values()]}async getRoutes(e,t){let r=await this.getPools();return this.validateInput(e,t,r),this.getPaths(e,t,r)}validateInput(e,t,r){if(r.length===0)throw new Error("No pools configured");if(e===t)throw new Error("Trading pair can't be identical");let s=this.getAssets(r);if(s.get(e)===null)throw new Error(e+" is not supported asset");if(s.get(t)===null)throw new Error(t+" is not supported asset");return this.toPoolsMap(r)}getAssets(e){let t=e.map(r=>r.tokens.map(s=>({id:s.id,name:s.name,symbol:s.symbol,decimals:s.decimals,icon:s.icon,type:s.type,isSufficient:s.isSufficient,existentialDeposit:s.existentialDeposit,meta:s.meta,location:s.location,isWhiteListed:s.isWhiteListed}))).flat();return new Map(t.map(r=>[r.id,r]))}getPaths(e,t,r){let s=this.toPoolsMap(r);return this.getProposals(e,t,r).filter(o=>this.validPath(o,s)).map(o=>this.toHops(o,s))}getProposals(e,t,r){let s=`${e}->${t}::${It(r)}`;if(this.routeProposals.has(s))return this.routeProposals.get(s);let a=this.routeSuggester.getProposals(e,t,r);return this.routeProposals.set(s,a),a}validPath(e,t){return e.length>0&&e.map(r=>this.validEdge(r,t)).reduce((r,s)=>r&&s)}validEdge([e,t,r],s){return s.get(e)?.validatePair(t,r)||!1}toPoolsMap(e){return new Map(e.map(t=>[t.address,me.get(t)]))}toHops(e,t){return e.map(([r,s,a])=>{let i=t.get(r);return{poolAddress:r,poolId:i?.id,pool:i?.type,assetIn:s,assetOut:a}})}};var ds=m("100");function Ou(p,e){return p.minus(e).abs().div(p.plus(e).div(2)).multipliedBy(100).decimalPlaces(2)}function ye(p,e){return p.minus(e).div(e).multipliedBy(100).decimalPlaces(2)}function At(p,e){return R.minus(e.div(p)).multipliedBy(100).decimalPlaces(4)}function Ft(p,e){return e.div(p).minus(R).multipliedBy(100).decimalPlaces(4)}function Q(p,e){return(e<.01||e>100)&&new Error("Supported range is from 0.01% - 100%"),p.div(ds).multipliedBy(e).decimalPlaces(0,1)}var st=(t=>(t.Buy="Buy",t.Sell="Sell",t))(st||{}),at=(r=>(r.Dca="Dca",r.TwapSell="TwapSell",r.TwapBuy="TwapBuy",r))(at||{}),Rt=(r=>(r.OrderTooSmall="OrderTooSmall",r.OrderTooBig="OrderTooBig",r.OrderImpactTooBig="OrderImpactTooBig",r))(Rt||{});var be=class extends he{async loadRouteContext(e,t){let r=await super.getPools(),s=super.validateInput(e,t,r),a=super.getPaths(e,t,r);if(a.length===0)throw new Re(e,t);return{paths:a,pools:r,poolsMap:s}}isDirectTrade(e){return e.length==1}findBestSellRoute(e){let t=e.sort((r,s)=>{let a=r[r.length-1].amountOut,i=s[s.length-1].amountOut;return a.isGreaterThan(i)?-1:1});return t.find(r=>r.every(s=>s.errors.length==0))||t[0]}getRouteFeeRange(e){if(e.filter(r=>r.tradeFeeRange).length>0){let r=e.map(a=>a.tradeFeeRange?.[0]??a.tradeFeePct).reduce((a,i)=>a+i),s=e.map(a=>a.tradeFeeRange?.[1]??a.tradeFeePct).reduce((a,i)=>a+i);return[r,s]}}getPoolFeeRange(e){let t=e.min?y.toPct(e.min):void 0,r=e.max?y.toPct(e.max):void 0;if(t&&r)return[t,r]}async getBestSell(e,t,r){return this.getSell(e,t,r)}async getSell(e,t,r,s){let{paths:a,poolsMap:i}=await this.loadRouteContext(e,t),o;if(s)o=await this.toSellSwaps(r,s,i);else{let n=a.map(async c=>await this.toSellSwaps(r,c,i)),l=await Promise.all(n);o=this.findBestSellRoute(l)}return this.buildSell(i,o)}async getSellTrades(e,t,r){let{paths:s,poolsMap:a}=await this.loadRouteContext(e,t),i=s.map(async n=>await this.toSellSwaps(r,n,a));return(await Promise.all(i)).filter(n=>n.every(l=>l.errors.length==0)).map(n=>this.buildSell(a,n)).sort((n,l)=>n.amountOut.isGreaterThan(l.amountOut)?-1:1)}buildSell(e,t){let r=t[0],s=t[t.length-1],a=this.isDirectTrade(t),i=t.map(b=>b.spotPrice.shiftedBy(-1*b.assetOutDecimals)).reduce((b,P)=>b.multipliedBy(P)),o=O(i,s.assetOutDecimals),n=a?s.calculatedOut:this.calculateDelta0Y(r.amountIn,t,e),l=s.amountOut,c=a?s.tradeFeePct:At(n,l).toNumber(),u=n.minus(l),g=this.getRouteFeeRange(t),h=r.amountIn.shiftedBy(-1*r.assetInDecimals).multipliedBy(o),d=ye(n,h);return{type:"Sell",amountIn:r.amountIn,amountOut:s.amountOut,spotPrice:o,tradeFee:u,tradeFeePct:c,tradeFeeRange:g,priceImpactPct:d.toNumber(),swaps:t,toHuman(){return{type:"Sell",amountIn:v(r.amountIn,r.assetInDecimals),amountOut:v(s.amountOut,s.assetOutDecimals),spotPrice:v(o,s.assetOutDecimals),tradeFee:v(u,s.assetOutDecimals),tradeFeePct:c,tradeFeeRange:g,priceImpactPct:d.toNumber(),swaps:t.map(b=>b.toHuman())}}}}calculateDelta0Y(e,t,r){let s=[];for(let a=0;a<t.length;a++){let i=t[a],o=r.get(i.poolAddress);if(o==null)throw new Error("Pool does not exit");let n=o.parsePair(i.assetIn,i.assetOut),l;a>0?l=s[a-1]:l=e;let c=o.calculateOutGivenIn(n,l);s.push(c)}return s[s.length-1]}async toSellSwaps(e,t,r){let s=[];for(let a=0;a<t.length;a++){let i=t[a],o=r.get(i.poolAddress);if(o==null)throw new Error("Pool does not exit");let n=o.parsePair(i.assetIn,i.assetOut),l;a>0?l=s[a-1].amountOut:l=O(m(e),n.decimalsIn).decimalPlaces(0,1);let c=await this.poolService.getPoolFees(n,o),{amountOut:u,calculatedOut:g,feePct:h,errors:d}=o.validateAndSell(n,l,c),b=this.getPoolFeeRange(c),P=o.spotPriceOutGivenIn(n),x=l.shiftedBy(-1*n.decimalsIn).multipliedBy(P),f=ye(g,x);s.push({...i,assetInDecimals:n.decimalsIn,assetOutDecimals:n.decimalsOut,amountIn:l,amountOut:u,calculatedOut:g,spotPrice:P,tradeFeePct:h,tradeFeeRange:b,priceImpactPct:f.toNumber(),errors:d,isSupply(){return o.type==="Aave"&&o.tokens[0].id===i.assetIn},isWithdraw(){return o.type==="Aave"&&o.tokens[1].id===i.assetIn},toHuman(){return{...i,amountIn:v(l,n.decimalsIn),amountOut:v(u,n.decimalsOut),calculatedOut:v(g,n.decimalsOut),spotPrice:v(P,n.decimalsOut),tradeFeePct:h,tradeFeeRange:b,priceImpactPct:f.toNumber(),errors:d}}})}return s}async getMostLiquidRoute(e,t){let{paths:r,pools:s,poolsMap:a}=await this.loadRouteContext(e,t),l=s.filter(h=>h.tokens.some(d=>d.id===e)).map(h=>h.type==="Aave"?h.tokens:h.tokens.filter(d=>d.id===e)).map(h=>h.map(d=>m(d.balance).shiftedBy(-1*d.decimals)).reduce((d,b)=>d.plus(b))).sort((h,d)=>d.isLessThan(h)?-1:1)[0].div(100).multipliedBy(.1),c=r.map(async h=>await this.toSellSwaps(l,h,a)),u=await Promise.all(c);return this.findBestSellRoute(u).map(h=>({poolAddress:h.poolAddress,poolId:h?.poolId,pool:h.pool,assetIn:h.assetIn,assetOut:h.assetOut}))}async getBestSpotPrice(e,t){let r;try{r=await this.loadRouteContext(e,t)}catch{return Promise.resolve(void 0)}let{poolsMap:s}=r,a=await this.getMostLiquidRoute(e,t),i=await this.toSellSwaps("1",a,s),o=i.map(c=>c.spotPrice.shiftedBy(-1*c.assetOutDecimals)).reduce((c,u)=>c.multipliedBy(u)),n=i[i.length-1].assetOutDecimals;return{amount:O(o,n),decimals:n}}findBestBuyRoute(e){let t=e.sort((r,s)=>{let a=r[0].amountIn,i=s[0].amountIn;return a.isGreaterThan(i)?1:-1});return t.find(r=>r.every(s=>s.errors.length==0))||t[0]}async getBestBuy(e,t,r){return this.getBuy(e,t,r)}async getBuy(e,t,r,s){let{paths:a,poolsMap:i}=await this.loadRouteContext(e,t),o;if(s)o=await this.toBuySwaps(r,s,i);else{let n=a.map(async c=>await this.toBuySwaps(r,c,i)),l=await Promise.all(n);o=this.findBestBuyRoute(l)}return this.buildBuy(i,o)}async getBuyTrades(e,t,r){let{paths:s,poolsMap:a}=await this.loadRouteContext(e,t),i=s.map(async n=>await this.toBuySwaps(r,n,a));return(await Promise.all(i)).filter(n=>n.every(l=>l.errors.length==0)).map(n=>this.buildBuy(a,n)).sort((n,l)=>n.amountIn.isGreaterThan(l.amountIn)?1:-1)}buildBuy(e,t){let r=t[t.length-1],s=t[0],a=this.isDirectTrade(t),i=t.map(b=>b.spotPrice.shiftedBy(-1*b.assetInDecimals)).reduce((b,P)=>b.multipliedBy(P)),o=O(i,s.assetInDecimals),n=a?s.calculatedIn:this.calculateDelta0X(r.amountOut,t,e),l=s.amountIn,c=a?s.tradeFeePct:Ft(n,l).toNumber(),u=l.minus(n),g=this.getRouteFeeRange(t),h=r.amountOut.shiftedBy(-1*r.assetOutDecimals).multipliedBy(o),d;return n.isZero()?d=-100:d=ye(h,n).toNumber(),{type:"Buy",amountOut:r.amountOut,amountIn:s.amountIn,spotPrice:o,tradeFee:u,tradeFeePct:c,tradeFeeRange:g,priceImpactPct:d,swaps:t,toHuman(){return{type:"Buy",amountOut:v(r.amountOut,r.assetOutDecimals),amountIn:v(s.amountIn,s.assetInDecimals),spotPrice:v(o,s.assetInDecimals),tradeFee:v(u,s.assetInDecimals),tradeFeePct:c,tradeFeeRange:g,priceImpactPct:d,swaps:t.map(b=>b.toHuman())}}}}calculateDelta0X(e,t,r){let s=[];for(let a=t.length-1;a>=0;a--){let i=t[a],o=r.get(i.poolAddress);if(o==null)throw new Error("Pool does not exit");let n=o.parsePair(i.assetIn,i.assetOut),l;a==t.length-1?l=e:l=s[0];let c=o.calculateInGivenOut(n,l);s.unshift(c)}return s[0]}async toBuySwaps(e,t,r){let s=[];for(let a=t.length-1;a>=0;a--){let i=t[a],o=r.get(i.poolAddress);if(o==null)throw new Error("Pool does not exit");let n=o.parsePair(i.assetIn,i.assetOut),l;a==t.length-1?l=O(m(e),n.decimalsOut).decimalPlaces(0,1):l=s[0].amountIn;let c=await this.poolService.getPoolFees(n,o),{amountIn:u,calculatedIn:g,feePct:h,errors:d}=o.validateAndBuy(n,l,c),b=this.getPoolFeeRange(c),P=o.spotPriceInGivenOut(n),x=l.shiftedBy(-1*n.decimalsOut).multipliedBy(P),f;g.isZero()?f=-100:f=ye(x,g).toNumber(),s.unshift({...i,assetInDecimals:n.decimalsIn,assetOutDecimals:n.decimalsOut,amountIn:u,amountOut:l,calculatedIn:g,spotPrice:P,tradeFeePct:h,tradeFeeRange:b,priceImpactPct:f,errors:d,isSupply(){return o.type==="Aave"&&o.tokens[0].id===i.assetIn},isWithdraw(){return o.type==="Aave"&&o.tokens[1].id===i.assetIn},toHuman(){return{...i,amountIn:v(u,n.decimalsIn),amountOut:v(l,n.decimalsOut),calculatedIn:v(g,n.decimalsIn),spotPrice:v(P,n.decimalsIn),tradeFeePct:h,tradeFeeRange:b,priceImpactPct:f,errors:d}}})}return s}};var Nt=6e3,Et=m(1e15),Pe=6,it=-5,nt=360*60*1e3,Vu=3,Ct=6;var G=class{static build(e){return e.map(({assetIn:t,assetOut:r,pool:s,poolId:a})=>s==="Stableswap"?{pool:{Stableswap:a},assetIn:t,assetOut:r}:{pool:s,assetIn:t,assetOut:r})}};var fe=class{schedulerOptions;router;constructor(e,t={}){this.router=e,this.schedulerOptions=Object.freeze({blockTime:t.blockTime??Nt,minBudgetInNative:t.minBudgetInNative??Et})}get blockTime(){return this.schedulerOptions.blockTime}get minOrderBudget(){return this.schedulerOptions.minBudgetInNative}async getDcaOrder(e,t,r,s,a){let[i,o]=await Promise.all([this.getMinimumOrderBudget(e),this.router.getBestSell(e,t,r)]),{amountIn:n,swaps:l,priceImpactPct:c}=o,u=l[0],g=l[l.length-1],{assetInDecimals:h}=u,{assetOutDecimals:d}=g,b=Math.abs(c),P=this.getMinimumTradeCount(n,i),x=this.getOptimalTradeCount(b),f=a?Math.round(s/a):x,w=Math.ceil(s/P),I=Math.round(s/x),A=Math.round(s/f),T=n.dividedBy(f).decimalPlaces(0,1),E=await this.router.getBestSell(e,t,v(T,h)),M=n.isLessThan(i),Be=[];M&&Be.push("OrderTooSmall");let xe=E.amountOut.multipliedBy(f),Ve=this.toBlockPeriod(A),$e=E.tradeFee.multipliedBy(f),Ke=G.build(l),ve={assetIn:e,assetOut:t,errors:Be,frequencyMin:w,frequencyOpt:I,frequency:A,tradeCount:f,tradeFee:$e,tradeImpactPct:E.priceImpactPct,tradePeriod:Ve,tradeRoute:Ke,type:"Dca"};return{...ve,amountIn:n,amountOut:xe,tradeAmountIn:E.amountIn,tradeAmountOut:E.amountOut,toHuman(){return{...ve,amountIn:v(n,h),amountOut:v(xe,d),tradeAmountIn:v(E.amountIn,h),tradeAmountOut:v(E.amountOut,d)}}}}async getMinimumOrderBudget(e){if("0"===e)return this.minOrderBudget;let t=await this.router.getBestSpotPrice("0",e);if(t)return this.minOrderBudget.times(t.amount).div(m(10).pow(12)).decimalPlaces(0,1);throw new Error("Unable to calculate order budget")}getMinimumTradeCount(e,t){let r=t.multipliedBy(.2),s=e.dividedBy(r).toNumber();return Math.round(s)}getOptimalTradeCount(e){let t=Math.round(e*10)||1;return Math.max(t,3)}async getTwapSellOrder(e,t,r){let[s,a]=await Promise.all([this.getMinimumOrderBudget(e),this.router.getBestSell(e,t,r)]),{amountIn:i,swaps:o,priceImpactPct:n}=a,l=o[0],c=o[o.length-1],{assetInDecimals:u}=l,{assetOutDecimals:g}=c,h=Math.abs(n),d=this.getTwapTradeCount(h),b=i.dividedBy(d).decimalPlaces(0,1),P=await this.router.getBestSell(l.assetIn,c.assetOut,v(b,u)),x=d===1,f=i.isLessThan(s),w=P.priceImpactPct<it,I=[];f||x?I.push("OrderTooSmall"):w&&I.push("OrderImpactTooBig");let A=P.amountOut.multipliedBy(d),T=P.tradeFee.multipliedBy(d),E=G.build(o),M={assetIn:e,assetOut:t,errors:I,tradeCount:d,tradeImpactPct:P.priceImpactPct,tradePeriod:Pe,tradeRoute:E,type:"TwapSell"};return{...M,amountIn:i,amountOut:A,tradeAmountIn:P.amountIn,tradeAmountOut:P.amountOut,tradeFee:T,toHuman(){return{...M,amountIn:v(i,u),amountOut:v(A,g),tradeAmountIn:v(P.amountIn,u),tradeAmountOut:v(P.amountOut,g),tradeFee:v(T,g)}}}}async getTwapBuyOrder(e,t,r){let[s,a]=await Promise.all([this.getMinimumOrderBudget(e),this.router.getBestBuy(e,t,r)]),{amountOut:i,swaps:o,priceImpactPct:n}=a,l=o[0],c=o[o.length-1],{assetInDecimals:u}=l,{assetOutDecimals:g}=c,h=Math.abs(n),d=this.getTwapTradeCount(h),b=i.dividedBy(d).decimalPlaces(0,1),P=await this.router.getBestBuy(l.assetIn,c.assetOut,v(b,g)),x=P.amountIn.multipliedBy(d),f=d===1,w=x.isLessThan(s),I=P.priceImpactPct<it,A=[];w||f?A.push("OrderTooSmall"):I&&A.push("OrderImpactTooBig");let T=P.tradeFee.multipliedBy(d),E=G.build(o),M={assetIn:e,assetOut:t,errors:A,tradeCount:d,tradeImpactPct:P.priceImpactPct,tradePeriod:Pe,tradeRoute:E,type:"TwapBuy"};return{...M,amountIn:x,amountOut:i,tradeAmountIn:P.amountIn,tradeAmountOut:P.amountOut,tradeFee:T,toHuman(){return{...M,amountIn:v(x,u),amountOut:v(i,g),tradeAmountIn:v(P.amountIn,u),tradeAmountOut:v(P.amountOut,g),tradeFee:v(T,u)}}}}getTwapTradeCount(e){let t=this.getOptimalTradeCount(e);if(this.getTwapExecutionTime(t)>nt){let s=nt/(this.blockTime*Pe);return Math.round(s)}return t}getTwapExecutionTime(e){return e*Pe*this.blockTime}toBlockPeriod(e){let t=e/this.blockTime,r=Math.round(t);return Math.max(r,Ct)}};var Z=class extends _{evm;evmClient;balanceClient;aaveUtils;constructor(e,t){super(e),this.evm=t,this.evmClient=t.getWsProvider(),this.balanceClient=new H(e),this.aaveUtils=new K(t)}wrapTx(e,t,r){return{hex:t.toHex(),name:e,extraGas:r,get:()=>t,dryRun:s=>this.dryRun(s,t)}}async dryRun(e,t){let r;try{r=await this.api.call.dryRunApi.dryRunCall({System:{Signed:e}},t.inner.toHex())}catch(s){throw console.error(s),new Error("Dry run execution failed!")}if(r.isOk)return r.asOk;throw console.log(r.asErr.toHuman()),new Error("Dry run execution error!")}dispatchWithExtraGas(e){return this.api.tx.dispatcher.dispatchWithExtraGas(e.inner.toHex(),ee)}isDirectOmnipoolTrade(e){return e.length===1&&e[0].pool==="Omnipool"}};var Xe=class extends Z{_trade;_beneficiary;_slippagePct=1;setTrade(e){return this._trade=e,this}withBeneficiary(e){return this._beneficiary=e,this}withSlippage(e){return this._slippagePct=e,this}get trade(){if(!this._trade)throw new Error("Trade not set. Use setTrade().");return this._trade}get beneficiary(){if(!this._beneficiary)throw new Error("Beneficiary not set. Use withBeneficiary().");return this._beneficiary}get slippagePct(){return this._slippagePct}async build(){let{amountIn:e,swaps:t,type:r}=this.trade;if(r==="Buy")return this.buildBuyTx();let s=t[0],{assetIn:a,assetOut:i}=s,n=(await this.balanceClient.getBalance(this.beneficiary,a)).minus(5),l=!0;return s.isWithdraw()&&(l=(await this.aaveUtils.getMaxWithdraw(this.beneficiary,i)).amount.isGreaterThanOrEqualTo(n)),l&&e.isGreaterThanOrEqualTo(n)?this.buildSellAllTx():this.buildSellTx()}buildBuyTx(){let{amountIn:e,amountOut:t,swaps:r}=this.trade,s=r[0],a=r[r.length-1],i=Q(e,this.slippagePct),o=s.assetIn,n=a.assetOut,l=e.plus(i),c;return this.isDirectOmnipoolTrade(r)?c=this.api.tx.omnipool.buy(n,o,t.toFixed(),l.toFixed()):c=this.api.tx.router.buy(o,n,t.toFixed(),l.toFixed(),G.build(r)),this.wrapTx("RouterBuy",c)}async buildSellTx(){let{amountIn:e,amountOut:t,swaps:r}=this.trade,s=r[0],a=r[r.length-1],i=Q(t,this.slippagePct),o=s.assetIn,n=a.assetOut,l=t.minus(i),c;if(this.isDirectOmnipoolTrade(r)?c=this.api.tx.omnipool.sell(o,n,e.toFixed(),l.toFixed()):c=this.api.tx.router.sell(o,n,e.toFixed(),l.toFixed(),G.build(r)),s.isWithdraw()&&await this.aaveUtils.hasBorrowPositions(this.beneficiary)){let g=this.dispatchWithExtraGas(c);return this.wrapTx("RouterSellAll",g,ee)}return this.wrapTx("RouterSell",c)}async buildSellAllTx(){let{amountOut:e,swaps:t}=this.trade,r=t[0],s=t[t.length-1],a=Q(e,this.slippagePct),i=r.assetIn,o=s.assetOut,n=e.minus(a),l=this.api.tx.router.sellAll(i,o,n.toFixed(),G.build(t));if(r.isWithdraw()&&await this.aaveUtils.hasBorrowPositions(this.beneficiary)){let u=this.dispatchWithExtraGas(l);return this.wrapTx("RouterSellAll",u,ee)}return this.wrapTx("RouterSellAll",l)}};var Ye=class extends Z{_order;_beneficiary;_maxRetries=3;_slippagePct=1;setOrder(e){return this._order=e,this}withBeneficiary(e){return this._beneficiary=e,this}withMaxRetries(e){return this._maxRetries=e,this}withSlippage(e){return this._slippagePct=e,this}get order(){if(!this._order)throw new Error("Order not set. Use setOrder().");return this._order}get beneficiary(){if(!this._beneficiary)throw new Error("Beneficiary not set. Use withBeneficiary().");return this._beneficiary}get maxRetries(){return this._maxRetries}get slippagePct(){return this._slippagePct}async build(){let{type:e}=this.order;switch(e){case"Dca":return this.buildDcaTx();case"TwapSell":return this.buildTwapSellTx();case"TwapBuy":return this.buildTwapBuyTx();default:throw new Error(`Unsupported TradeOrderType: ${e}`)}}buildDcaTx(){let{amountIn:e,assetIn:t,assetOut:r,tradeAmountIn:s,tradePeriod:a,tradeRoute:i}=this.order,o=this.api.tx.dca.schedule({owner:this.beneficiary,period:a,maxRetries:this.maxRetries,totalAmount:e.toFixed(),slippage:this.slippagePct*1e4,order:{Sell:{assetIn:t,assetOut:r,amountIn:s.toFixed(),minAmountOut:"0",route:i}}},null);return this.wrapTx("DcaSchedule",o)}buildTwapSellTx(){let{amountIn:e,assetIn:t,assetOut:r,tradeAmountIn:s,tradeAmountOut:a,tradePeriod:i,tradeRoute:o}=this.order,n=Q(a,this.slippagePct),l=a.minus(n),c=this.api.tx.dca.schedule({owner:this.beneficiary,period:i,maxRetries:this.maxRetries,totalAmount:e.toFixed(),slippage:this.slippagePct*1e4,order:{Sell:{assetIn:t,assetOut:r,amountIn:s.toFixed(),minAmountOut:l.toFixed(),route:o}}},null);return this.wrapTx("DcaSchedule.twapSell",c)}buildTwapBuyTx(){let{amountIn:e,assetIn:t,assetOut:r,tradeAmountIn:s,tradeAmountOut:a,tradePeriod:i,tradeRoute:o}=this.order,n=Q(s,this.slippagePct),l=s.plus(n),c=this.api.tx.dca.schedule({owner:this.beneficiary,period:i,maxRetries:this.maxRetries,totalAmount:e.toFixed(),slippage:this.slippagePct*1e4,order:{Buy:{assetIn:t,assetOut:r,amountOut:a.toFixed(),maxAmountIn:l.toFixed(),route:o}}},null);return this.wrapTx("DcaSchedule.twapBuy",c)}};var Se=class{api;evm;constructor(e,t){this.api=e,this.evm=t}trade(e){return new Xe(this.api,this.evm).setTrade(e)}order(e){return new Ye(this.api,this.evm).setOrder(e)}};var gs={router:{}};function Wm(p,e=gs){let t=new ie(p),r=new Ne(p),s=new ue(p,r),a=new K(r),i=new be(s,e.router),o=new fe(i,{blockTime:t.blockTime,minBudgetInNative:t.minOrderBudget});return{api:{aave:a,router:i,scheduler:o},client:{asset:new j(p),balance:new H(p),balanceV2:new ae(p)},ctx:{pool:s},evm:r,tx:new Se(p,r),destroy:()=>{s.destroy()}}}export{te as AaveClient,Ee as AavePool,ke as AavePoolClient,K as AaveUtils,j as AssetClient,yt as AssetNotFound,Os as BASILISK_PARACHAIN_ID,H as BalanceClient,ae as BalanceClientV2,B as BigNumber,ue as CachingPoolService,ie as ChainParams,Yt as DECIMAL_PLACES,Nt as DEFAULT_BLOCK_TIME,Et as DEFAULT_MIN_BUDGET,X as ERC20,Ne as EvmClient,Ze as FarmClient,W as H160,Te as HUB_ASSET_ID,Is as HYDRADX_PARACHAIN_ID,L as HYDRADX_SS58_PREFIX,Ms as INFINITY,U as LbpMath,_e as LbpPool,De as LbpPoolClient,R as ONE,Ct as ORDER_MIN_BLOCK_PERIOD,F as OmniMath,Me as OmniPool,Le as OmniPoolClient,lt as PERBILL_DENOMINATOR,$ as PERMILL_DENOMINATOR,_ as PolkadotApiClient,ht as PoolConfigNotFound,z as PoolError,me as PoolFactory,Fe as PoolNotFound,ce as PoolService,N as PoolType,ft as ProviderConfigNotFound,re as RUNTIME_DECIMALS,Re as RouteNotFound,he as Router,ct as SYSTEM_ASSET_DECIMALS,C as SYSTEM_ASSET_ID,k as StableMath,J as StableSwap,Ue as StableSwapClient,bt as StorageConfigNotFound,Pt as SubscriptionNotSupported,se as TRADEABLE_DEFAULT,Pe as TWAP_BLOCK_PERIOD,nt as TWAP_MAX_DURATION,it as TWAP_MAX_PRICE_IMPACT,Vu as TWAP_TX_MULTIPLIER,Rt as TradeOrderError,at as TradeOrderType,G as TradeRouteBuilder,be as TradeRouter,fe as TradeScheduler,st as TradeType,Se as TxBuilderFactory,V as XykMath,He as XykPool,Ge as XykPoolClient,S as ZERO,Bi as bnFormatter,m as bnum,Ft as calculateBuyFee,Ou as calculateDiffToAvg,ye as calculateDiffToRef,At as calculateSellFee,St as createChain,Wm as createSdkContext,Ce as findNestedKey,Si as findNestedObj,Q as getFraction,It as hashPools,qt as isEvmAccount,Wt as isEvmAddress,Xt as isSs58Address,O as scale,Ls as toBn,v as toDecimals};
@@ -2,7 +2,6 @@ import { ApiPromise } from '@polkadot/api';
2
2
  import { PalletBalancesAccountData, OrmlTokensAccountData } from '@polkadot/types/lookup';
3
3
  import { UnsubscribePromise } from '@polkadot/api-base/types';
4
4
  import { PolkadotApiClient } from '../api';
5
- import { BigNumber } from '../utils/bignumber';
6
5
  export declare class BalanceClient extends PolkadotApiClient {
7
6
  constructor(api: ApiPromise);
8
7
  getBalance(account: string, assetId: string): Promise<BigNumber>;
@@ -1,5 +1,4 @@
1
1
  import { ApiPromise } from '@polkadot/api';
2
- import { BigNumber } from '../utils/bignumber';
3
2
  export declare class ChainParams {
4
3
  private api;
5
4
  private _minOrderBudget?;
@@ -1,2 +1,3 @@
1
1
  export * from './chain';
2
2
  export * from './client';
3
+ export * from './types';
@@ -0,0 +1,7 @@
1
+ export type EvmLogEvent = [
2
+ log: {
3
+ address: `0x${string}`;
4
+ topics: [signature: `0x${string}`, ...args: `0x${string}`[]];
5
+ data: `0x${string}`;
6
+ }
7
+ ];
@@ -0,0 +1,6 @@
1
+ import { EvmClient } from '../evm';
2
+ export declare class GhoTokenClient {
3
+ private client;
4
+ constructor(evm: EvmClient);
5
+ getFacilitatorCapacity(address: string, facilitator: string): Promise<bigint>;
6
+ }