@galacticcouncil/sdk 8.1.0 → 9.0.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.cjs +2 -2
- package/build/index.mjs +2 -2
- package/build/types/aave/AaveClient.d.ts +3 -2
- package/build/types/aave/AaveUtils.d.ts +4 -2
- package/build/types/client/BalanceClient.d.ts +2 -2
- package/build/types/evm/chain.d.ts +1 -1
- package/build/types/evm/client.d.ts +3 -2
- package/build/types/evm/transport.d.ts +3 -0
- package/build/types/factory.d.ts +2 -2
- package/build/types/mm/MmOracleClient.d.ts +7 -0
- package/build/types/mm/abi.d.ts +87 -0
- package/build/types/mm/index.d.ts +2 -0
- package/build/types/mm/types.d.ts +5 -0
- package/build/types/pool/CachingPoolService.d.ts +2 -1
- package/build/types/pool/PoolClient.d.ts +5 -1
- package/build/types/pool/PoolService.d.ts +3 -1
- package/build/types/tx/TxBuilder.d.ts +4 -2
- package/build/types/tx/TxBuilderFactory.d.ts +2 -2
- package/package.json +1 -1
package/build/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var J=[{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 Me=[{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 be="0x1b02E051683b5cfaC5929C25E84adb26ECf87B38",Ue="0x112b087b60C1a166130d59266363C45F8aa99db0",Ge="0xf3Ba4D1b50f78301BDD7EAEa9B67822A15FCA691",ye=1000000n;var Je=BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");import{defineChain as ft}from"viem";var je=["https://hydration-rpc.n.dwellir.com","https://hydration.dotters.network","https://rpc.helikon.io/hydradx","https://hydration.ibp.network","https://rpc.cay.hydration.cloud","https://rpc.parm.hydration.cloud","https://rpc.roach.hydration.cloud","https://rpc.zipp.hydration.cloud","https://rpc.sin.hydration.cloud","https://rpc.coke.hydration.cloud"],Ze=["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"],Qe=ft({id:222222,name:"Hydration",network:"hydration",nativeCurrency:{decimals:18,name:"WETH",symbol:"WETH"},rpcUrls:{public:{http:je,webSocket:Ze},default:{http:je,webSocket:Ze}},blockExplorers:{default:{name:"Hydration Explorer",url:"https://explorer.evm.hydration.cloud"}},testnet:!1});import{createPublicClient as et,createWalletClient as St,custom as wt,http as Tt,webSocket as xt}from"viem";var k=class{chain;constructor(e){this.chain=e||Qe}get chainId(){return this.chain.id}get chainCurrency(){return this.chain.nativeCurrency.symbol}get chainDecimals(){return this.chain.nativeCurrency.decimals}async getGasPrice(){return this.getProvider().getGasPrice()}getProvider(){return et({chain:this.chain,transport:Tt()})}getWsProvider(){return et({chain:this.chain,transport:xt()})}getSigner(e){return St({account:e,chain:this.chain,transport:wt(window.ethereum)})}};var ee=class{evmClient;constructor(e){this.evmClient=e??new k}async getReservesData(){return await this.evmClient.getProvider().readContract({abi:Me,address:Ue,args:[Ge],functionName:"getReservesData"})}async getUserReservesData(e){return await this.evmClient.getProvider().readContract({abi:Me,address:Ue,args:[Ge,e],functionName:"getUserReservesData"})}async getUserAccountData(e){return await this.evmClient.getProvider().readContract({abi:J,address:be,args:[e],functionName:"getUserAccountData"})}};import{decodeAddress as Se,encodeAddress as rt}from"@polkadot/util-crypto";import{hexToU8a as Ot,isHex as Bt,u8aToHex as It}from"@polkadot/util";import{Buffer as X}from"buffer";var ls=2090,qe=1e3,fe="1",cs=2034,W=63,te=18,D="0",tt=12,re=15;var He="ETH\0";function vt(p){if(!p)return!1;try{let e=Se(p,!0),t=X.from(He);return X.from(e.subarray(0,t.length)).equals(t)}catch{return!1}}function At(p){return!!/^0x[a-fA-F0-9]{40}$/.test(p)}function Nt(p){try{let e=Bt(p)?Ot(p):Se(p);return rt(e),!0}catch{return!1}}var Y=class p{static toAccount=e=>{let t=X.from(e.slice(2),"hex"),r=X.from(He);return rt(new Uint8Array(X.concat([r,t,X.alloc(8)])),63)};static fromAccount=e=>{let t=Se(e),r=X.from(He),s=t.slice(r.length,-8);return"0x"+X.from(s).toString("hex")};static fromSS58=e=>{let r=Se(e).slice(0,20);return It(r)};static fromAny=e=>{if(At(e))return e;if(vt(e))return p.fromAccount(e);if(Nt(e))return p.fromSS58(e);throw new Error("Unknown address type")}};var M=class{static fromAssetId(e){let t=Number(e),r=Buffer.alloc(20,0);return r[15]=1,r.writeUInt32BE(t,16),"0x"+r.toString("hex")}static toAssetId(e){let t=Buffer.from(e.replace("0x",""),"hex");return t.length!==20||!this.isAssetAddress(e)?null:t.readUInt32BE(16)}static isAssetAddress(e){let t=Buffer.from("0000000000000000000000000000000100000000","hex"),r=Buffer.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 Ft=12;O.config({EXPONENTIAL_AT:[-100,100],ROUNDING_MODE:4,DECIMAL_PLACES:Ft});var w=m(0),R=m(1),ys=m("Infinity");function v(p,e){let t=new O(e.toString()),r=new O(10).pow(t);return p.times(r)}function m(p){return new O(p.toString())}function fs(p,e){let t=m(p);return v(t,e)}function x(p,e){return p.shiftedBy(-1*e).toString()}var Rt=m("1e27"),Et=m("1.01"),V=class{client;constructor(e){let t=e??new k;this.client=new ee(t)}async getSummary(e){let t=Y.fromAny(e),[r,s,n]=await Promise.all([this.client.getReservesData(),this.client.getUserReservesData(t),this.client.getUserAccountData(t)]),[o]=r,[i,a]=s,[l,c,u,h,d,g]=n,b=m(g).dividedBy(1e18).decimalPlaces(6,O.ROUND_DOWN),P=m(l),T=m(c),f=[];for(let I of i){let B=I.underlyingAsset.toLowerCase(),S=o.find(({underlyingAsset:Le})=>Le.toLowerCase()===B);if(!S)throw new Error("Missing pool reserve for "+B);let F=m(I.scaledATokenBalance),N=m(S.liquidityIndex),q=m(S.priceInMarketReferenceCurrency),he=F.multipliedBy(N).dividedBy(Rt).decimalPlaces(0,O.ROUND_DOWN),Pe=m(a===S.eModeCategoryId?S.eModeLiquidationThreshold:S.reserveLiquidationThreshold).div(1e4),ke=S.usageAsCollateralEnabled&&I.usageAsCollateralEnabledOnUser&&m(I.scaledATokenBalance).gt(0),Ce=M.toAssetId(B);f.push({aTokenBalance:he,decimals:Number(S.decimals),isCollateral:ke,priceInRef:q,reserveId:Ce,reserveAsset:B,reserveLiquidationThreshold:Pe})}return{healthFactor:b.toNumber(),totalCollateral:P,totalDebt:T,reserves:f}}async hasBorrowPositions(e){let t=Y.fromAny(e),r=await this.client.getUserAccountData(t),[s,n]=r;return n>0n}async getHealthFactor(e){let t=Y.fromAny(e),r=await this.client.getUserAccountData(t),[s,n,o,i,a,l]=r;return m(l).dividedBy(1e18).decimalPlaces(6,O.ROUND_DOWN).toNumber()}async getHealthFactorAfterWithdraw(e,t,r){let{totalCollateral:s,totalDebt:n,reserves:o}=await this.getSummary(e),i=M.fromAssetId(t),a=o.find(T=>T.reserveAsset===i);if(!a)throw new Error("Missing reserve ctx for "+i);let{decimals:l,isCollateral:c,priceInRef:u,reserveLiquidationThreshold:h}=a,d=v(m(r),l).decimalPlaces(0,1),g=c?d.multipliedBy(u).dividedBy(m(10).pow(l)).decimalPlaces(0,O.ROUND_DOWN):w,b=s.minus(g);return b.lte(0)?0:b.multipliedBy(h).dividedBy(n).decimalPlaces(6,O.ROUND_DOWN).toNumber()}async getHealthFactorAfterSupply(e,t,r){let{totalCollateral:s,totalDebt:n,reserves:o}=await this.getSummary(e),i=M.fromAssetId(t),a=o.find(P=>P.reserveAsset===i);if(!a)throw new Error("Missing reserve ctx for "+i);let{decimals:l,priceInRef:c,reserveLiquidationThreshold:u}=a,d=v(m(r),l).decimalPlaces(0,1).multipliedBy(c).dividedBy(m(10).pow(l)).decimalPlaces(0,O.ROUND_DOWN),g=s.plus(d);return g.lte(0)?0:g.multipliedBy(u).dividedBy(n).decimalPlaces(6,O.ROUND_DOWN).toNumber()}async getMaxWithdraw(e,t){let{totalCollateral:r,totalDebt:s,reserves:n}=await this.getSummary(e),o=M.fromAssetId(t),i=n.find(a=>a.reserveAsset===o);if(!i)throw new Error("Missing reserve ctx for "+o);return this.calculateWithdrawMax(i,r,s)}async getMaxWithdrawAll(e){let{totalCollateral:t,totalDebt:r,reserves:s}=await this.getSummary(e),n={};for(let o of s){let i=this.calculateWithdrawMax(o,t,r);o.reserveId&&(n[o.reserveId]=i)}return n}calculateWithdrawMax(e,t,r){let{aTokenBalance:s,decimals:n,priceInRef:o,reserveLiquidationThreshold:i}=e,a=Et.multipliedBy(r).div(i).decimalPlaces(0,O.ROUND_UP),l=t.minus(a).decimalPlaces(0,1);if(l.lte(0))return{amount:w,decimals:n};let c=l.multipliedBy(m(10).pow(n)).dividedBy(o).decimalPlaces(0,O.ROUND_DOWN);return{amount:O.minimum(s,c),decimals:n}}};function st(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");st(r)&&console.log(e,...t)}};var z=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:n}=r.unwrap();return[t.toString(),{decimals:s.toNumber(),symbol:n.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==D){let u=this.api.consts.balances.existentialDeposit;return{id:D,name:this.getSystemTokenName(this.chainToken),symbol:this.chainToken,decimals:this.chainDecimals,icon:this.chainToken,type:"Token",isSufficient:!0,existentialDeposit:u.toString()}}let{name:n,assetType:o,isSufficient:i,existentialDeposit:a}=t,{symbol:l,decimals:c}=r.get(e)??{};return{id:e,name:n.toHuman(),symbol:l,decimals:c,icon:l,type:o.toHuman(),isSufficient:i?i.toHuman():!0,location:s?.toJSON(),existentialDeposit:a.toString()}}getBond(e,t,r,s){let[n,o]=s,{assetType:i,isSufficient:a,existentialDeposit:l}=t,{symbol:c,decimals:u}=this.getToken(n.toString(),t,r),h=o.toNumber(),d=new Intl.DateTimeFormat("en-GB"),g=[c,"Bond",d.format(h)].join(" ");return{id:e,name:g,symbol:c+"b",decimals:u,icon:c,type:i.toString(),isSufficient:a.toHuman(),existentialDeposit:l.toString(),underlyingAssetId:n.toString(),maturity:h}}getShares(e,t,r,s){let{assets:n}=s,{name:o,symbol:i,assetType:a,isSufficient:l,existentialDeposit:c}=t,h=n.map(b=>b.toString()).map(b=>{let{symbol:P}=this.getToken(b,t,r);return[b,P]}),d=Object.fromEntries(h),g=Object.values(d);return{id:e,name:g.join(", "),symbol:i?.isSome?i.toHuman():o.toHuman(),decimals:18,icon:g.join("/"),type:a.toString(),isSufficient:l.toHuman(),existentialDeposit:c.toString(),meta:d}}getExternal(e,t,r,s){let n=this.getToken(e,t,new Map,s),o=r?.find(i=>i.internalId===n.id);return o?{...n,decimals:o.decimals,name:o.name,symbol:o.symbol,icon:o.symbol,isWhiteListed:o.isWhiteListed}:n}normalizeMetadata(e,t){return t.size?t:new Map(e.map(([{args:[r]},s])=>{let{decimals:n,symbol:o}=s.unwrap();return[r.toString(),{decimals:Number(n.toString()),symbol:o.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,n,o,i]=await Promise.all([this.api.query.assetRegistry.assets.entries(),this.locationsQuery(),this.safeSharesQuery(),this.safeBondsQuery(),this.metadataQuery()]),a=this.getSupportedAssets(r),l=this.normalizeMetadata(a,i),c=a.map(([{args:[u]},h])=>{let d=h.unwrap(),g=s.get(u.toString()),{assetType:b}=d;switch(b.toString()){case"Bond":let P=o.get(u.toString());return this.getBond(u.toString(),d,l,P);case"StableSwap":let T=n.get(u.toString());return this.getShares(u.toString(),d,l,T);case"External":return this.getExternal(u.toString(),d,t,g);default:return this.getToken(u.toString(),d,l,g)}});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 U=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===D?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{free:r,reserved:s,frozen:n}=await this.api.query.tokens.accounts(e,t);return this.calculateFreeBalance({free:r,feeFrozen:s,frozen:n})}async getErc20Balance(e,t){let{free:r,reserved:s,frozen:n}=await this.getTokenBalanceData(e,t);return this.calculateFreeBalance({free:r,feeFrozen:0n,frozen:n})}async subscribeSystemBalance(e,t){return this.api.query.system.account(e,({data:r})=>t(D,this.calculateFreeBalance(r)))}async subscribeTokenBalance(e,t){let s=(await this.api.query.tokens.accounts.keys(e)).map(n=>[e,n.args[1].toString()]);return this.api.query.tokens.accounts.multi(s,n=>{let o=[];n.forEach((i,a)=>{let l=this.calculateFreeBalance(i),c=s[a][1];o.push([c,l])}),t(o)})}async subscribeErc20Balance(e,t,r){let n=r||await(async()=>(await this.api.query.assetRegistry.assets.entries()).filter(([a,l])=>{let{assetType:c}=l.unwrap();return c.toString()==="Erc20"}).map(([{args:[a]}])=>a.toString()))(),o=async()=>{let i=[];(await Promise.all(n.map(async l=>[l,await this.getErc20Balance(e,l)]))).forEach(([l,c])=>{i.push([l,c])}),t(i)};return await o(),this.api.rpc.chain.subscribeNewHeads(async()=>{o()})}async getTokenBalanceData(e,t){return this.api.call.currenciesApi.account(t,e)}calculateFreeBalance(e){let{free:t,miscFrozen:r,feeFrozen:s,frozen:n}=e,o=new O(t),i=new O(r||n),a=new O(s||0n),l=i.gt(a)?i:a;return o.minus(l)}};var se=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 nt}from"@galacticcouncil/math-liquidity-mining";import{GenericAccountId32 as _t}from"@polkadot/types";import{u8aConcat as it}from"@polkadot/util";import{isAddress as ot}from"@polkadot/util-crypto";var We=class extends C{balanceClient;constructor(e){super(e),this.balanceClient=new U(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,n])=>{let[,o]=s.args,i=n.unwrap().toString(),a=o.toString(),l=(await this.api.query.omnipoolWarehouseLM.globalFarm(a)).unwrap(),c=(await this.api.query.omnipoolWarehouseLM.yieldFarm(e,a,i)).unwrap(),u=await this.getOraclePrice(l)??l.priceAdjustment.toString(),d=this.getAccountResolver(this.api.registry)(Number(a),!1).toString(),g=l.rewardCurrency.toString(),b=await this.balanceClient.getTokenBalanceData(d,g);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,n])=>{let[,o]=s.args,i=n.unwrap().toString(),a=o.toString(),l=(await this.api.query.xykWarehouseLM.globalFarm(a)).unwrap(),c=(await this.api.query.xykWarehouseLM.yieldFarm(e,a,i)).unwrap(),u=await this.getOraclePrice(l)??l.priceAdjustment.toString(),d=this.getAccountResolver(this.api.registry)(Number(a),!0).toString(),g=l.rewardCurrency.toString(),b=await this.balanceClient.getTokenBalanceData(d,g);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 O(1).shiftedBy(18).toString();let n=await this.api.query.emaOracle.oracles("omnipool",s,"TenMinutes");if(n.isNone)return;let[o]=n.unwrap(),i=o.price.n.toString(),a=o.price.d.toString(),l;return Number(t)<Number(r)?l=nt(i,a):l=nt(a,i),l}getGlobalRewardPerPeriod(e,t,r,s){let o=e.times(t).shiftedBy(-18).times(s).shiftedBy(-18);return o.gte(r)?r:o}getPoolYieldPerPeriod(e,t,r,s){return e.times(t).div(r.times(s).shiftedBy(-18))}padEndU8a(e,t){return it(e,Array(Math.max(0,t-e.length)).fill(0))}getAccountResolver=e=>(t,r)=>{let s="modl",n=r?"0x78796b4c4d704944":"0x4f6d6e6957684c4d";return new _t(e,this.padEndU8a(it(s,n,typeof t!="number"?t.toU8a():[t]),32))};async getFarmApr(e,t){if(t==="isolatedpool"&&!ot(e))throw new Error("You must pass an address of isolated pool as id");if(t==="omnipool"&&ot(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:i,globalFarm:a,priceAdjustment:l,potBalance:c})=>{let u=new O(a.totalSharesZ.toString()),h=a.plannedYieldingPeriods.toString(),d=new O(a.yieldPerPeriod.toString()),g=new O(a.maxRewardPerPeriod.toString()),b=a.blocksPerPeriod.toString(),P=new O(i.multiplier.toString()).shiftedBy(-18),T=this.secondsInYear.div(new O(r).times(b)),f;if(u.isZero())f=d.times(P).times(T);else{let N=this.getGlobalRewardPerPeriod(u,d,g,l);f=this.getPoolYieldPerPeriod(N,P,u,l).times(T)}let I=new O(a.pendingRewards.toString()).plus(a.accumulatedPaidRewards.toString()),B=g.times(h),S=c?I.plus(c):B;return I.div(S).gte(.999)?w:f.div(t==="isolatedpool"?2:1).times(100)}).reduce((i,a)=>i.plus(a),w).toString():void 0}};var we=class extends Error{constructor(e){super(),this.message=`${e} pool invalid`,this.name="PoolNotFound"}},at=class extends Error{constructor(e,t){super(),this.message=`${e} pool missing ${t}`,this.name="PoolConfigNotFound"}},j=class extends Error{constructor(e,t){super(),this.message=`Route from ${e} to ${t} not found in pool configuration`,this.name="RouteNotFound"}},lt=class extends Error{constructor(e){super(),this.message=`Asset ${e} not available in current network`,this.name="AssetNotFound"}},ct=class extends Error{constructor(e){super(),this.message=`Storage missing ${e}`,this.name="StorageConfigNotFound"}},ut=class extends Error{constructor(e){super(),this.message=`Subscription type "${e}" not supported`,this.name="SubscriptionNotSupported"}},mt=class extends Error{constructor(e){super(),this.message=`${e}`,this.name="ProviderConfigNotFound"}};import{LRUCache as Cr}from"@thi.ng/cache";import{memoize1 as kr}from"@thi.ng/memoize";var E=(n=>(n.Aave="Aave",n.LBP="Lbp",n.Omni="Omnipool",n.Stable="Stableswap",n.XYK="Xyk",n))(E||{}),Z=(n=>(n.UnknownError="UnknownError",n.InsufficientTradingAmount="InsufficientTradingAmount",n.MaxInRatioExceeded="MaxInRatioExceeded",n.MaxOutRatioExceeded="MaxOutRatioExceeded",n.TradeNotAllowed="TradeNotAllowed",n))(Z||{});var Te=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;static fromPool(e){return new p(e.address,e.tokens,e.maxInRatio,e.maxOutRatio,e.minTradingLimit)}constructor(e,t,r,s,n){this.type="Aave",this.address=e,this.tokens=t,this.maxInRatio=r,this.maxOutRatio=s,this.minTradingLimit=n}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(a=>[a.id,a])),s=r.get(e),n=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(n==null)throw new Error("Pool does not contain tokenOut");let o=m(s.balance),i=m(n.balance);return{assetIn:e,assetOut:t,decimalsIn:s.decimals,decimalsOut:n.decimals,balanceIn:o,balanceOut:i,assetInED:w,assetOutED:w}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),n=[];return t.isGreaterThan(e.balanceOut)&&n.push("TradeNotAllowed"),{amountIn:s,calculatedIn:s,amountOut:t,feePct:0,errors:n}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),n=[];return s.isGreaterThan(e.balanceOut)&&n.push("TradeNotAllowed"),{amountIn:t,calculatedOut:s,amountOut:s,feePct:0,errors:n}}calculateInGivenOut(e,t){return t}calculateOutGivenIn(e,t){return t}spotPriceInGivenOut(e){return v(R,e.decimalsOut)}spotPriceOutGivenIn(e){return v(R,e.decimalsIn)}calculateTradeFee(e,t){return w}};import{encodeAddress as Ct}from"@polkadot/util-crypto";import{stringToU8a as Lt}from"@polkadot/util";import{decodeEventLog as Mt}from"viem";function pt(p,e){let t=[];return JSON.stringify(p,(r,s)=>(s&&s[e]&&t.push(s),s)),t[0]}function Tn(p,e,t){let r;return JSON.stringify(p,(s,n)=>(n&&n[e]===t&&(r=n),n)),r}var xn=(p,e)=>typeof e=="bigint"?e.toString():e;import{memoize1 as Dt}from"@thi.ng/memoize";import{TLRUCache as kt}from"@thi.ng/cache";var L=class extends U{pools=[];subs=[];assets=new Map([]);mem=0;memPoolsCache=new kt(null,{maxlen:1,ttl:1*60*60*1e3,release:e=>{this.mem>e&&this.log(this.getPoolType(),`mem ${e} released at`,new Date)}});memPools=Dt(e=>(this.log(this.getPoolType(),`mem ${e} sync`),this.getPools()),this.memPoolsCache);constructor(e){super(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(),this.subs=this.subscribe();let e=this.getPoolType();return this.log(e,`mem ${this.mem} pools(${this.augmentedPools.length})`),this.log(e,`mem ${this.mem} subs(${this.subs.length})`),this.augmentedPools}subscribe(){return this.augmentedPools.map(t=>{let r=[];try{let n=this.subscribePoolChange(t);r.push(n)}catch{}if(t.type==="Aave")return r;let s=this.subscribeTokensPoolBalance(t);if(r.push(s),this.hasSystemAsset(t)){let n=this.subscribeSystemPoolBalance(t);r.push(n)}if(this.hasErc20Asset(t)){let n=this.subscribeErc20PoolBalance(t);r.push(n)}return this.subscribeLog(t),r}).flat()}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())})}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,n])=>{let o=e.tokens.findIndex(i=>i.id==s);o>=0&&t(e,s)&&(e.tokens[o].balance=n.toString())})}}updateBalanceCallback(e){return function(t,r){let s=e.tokens.findIndex(n=>n.id==t);s>=0&&(e.tokens[s].balance=r.toString())}}};var Ut=["Supply","Withdraw","Repay","Borrow"],xe=class extends L{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:n})=>({address:this.getPoolId(t.toString(),r.toString()),type:"Aave",tokens:[{id:t.toString(),balance:s.toString()},{id:r.toString(),balance:n.toString()}],...this.getPoolLimits()}))}async getPoolFees(e,t){return{}}getPoolType(){return"Aave"}getPoolId(e,t){let r=e+"/"+t;return Ct(Lt(r.padEnd(32,"\0")),63)}subscribePoolChange(e){let[t,r]=e.tokens,s=this.getReserveH160Id(t);return this.api.query.system.events(n=>{n.forEach(o=>{let{event:i}=o,a=`${i.section}:${i.method}`;if(a==="router:Executed"){let{assetIn:l,assetOut:c}=i.data.toHuman(),u=l.replace(/,/g,""),h=c.replace(/,/g,"");(u===r.id||h===r.id)&&(this.log(`Sync AAVE [router:Executed] :: ${u}:${h}`),this.updatePoolState(e))}if(a==="evm:Log"){let{log:l}=i.data.toHuman();try{let{eventName:c,args:u}=Mt({abi:J,topics:l.topics,data:l.data});Ut.includes(c)&&u.reserve.toLowerCase()===s.toLowerCase()&&(this.log(`Sync AAVE [evm:Log] :: ${c} ${t.symbol}(${t.id})`),this.updatePoolState(e))}catch{}}})})}async updatePoolState(e){let[t,r]=e.tokens,{liqudityIn:s,liqudityOut:n}=await this.api.call.aaveTradeExecutor.pool(t.id,r.id);e.tokens=e.tokens.map(o=>{let i=o.id===t.id?s.toString():n.toString();return{...o,balance:i}})}getReserveH160Id(e){return e.type==="Erc20"?pt(e.location,"accountKey20").accountKey20.key:M.fromAssetId(e.id)}getPoolLimits(){return{maxInRatio:0,maxOutRatio:0,minTradingLimit:0}}};import{calculate_in_given_out as Gt,calculate_out_given_in as qt,calculate_linear_weights as Ht,calculate_pool_trade_fee as Wt,get_spot_price as Xt}from"@galacticcouncil/math-lbp";var H=class{static getSpotPrice(e,t,r,s,n){return Xt(e,t,r,s,n)}static calculateInGivenOut(e,t,r,s,n){return Gt(e,t,r,s,n)}static calculateOutGivenIn(e,t,r,s,n){return qt(e,t,r,s,n)}static calculateLinearWeights(e,t,r,s,n){return Ht(e,t,r,s,n)}static calculatePoolTradeFee(e,t,r){return Wt(e,t,r)}};var y=class{static toPct(e){return e[0]/e[1]*100}static toDecimals(e){return e[0]/e[1]}static fromPermill(e){return[e/1e3,1e3]}};var Oe=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;fee;repayFeeApply;static fromPool(e){return new p(e.address,e.tokens,e.maxInRatio,e.maxOutRatio,e.minTradingLimit,e.fee,e.repayFeeApply)}constructor(e,t,r,s,n,o,i){this.type="Lbp",this.address=e,this.tokens=t,this.maxInRatio=r,this.maxOutRatio=s,this.minTradingLimit=n,this.fee=o,this.repayFeeApply=i}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(a=>[a.id,a])),s=r.get(e),n=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(n==null)throw new Error("Pool does not contain tokenOut");let o=m(s.balance),i=m(n.balance);return{assetIn:e,assetOut:t,balanceIn:o,balanceOut:i,decimalsIn:s.decimals,decimalsOut:n.decimals,weightIn:s.weight,weightOut:n.weight}}validateAndBuy(e,t,r){let s=this.tokens[0].id,n=[];t.isLessThan(this.minTradingLimit)&&n.push("InsufficientTradingAmount");let o=e.balanceOut.div(this.maxOutRatio);if(t.isGreaterThan(o)&&n.push("MaxOutRatioExceeded"),s===e.assetOut){let i=this.calculateTradeFee(t,r),a=y.toPct(this.repayFeeApply?r.repayFee:r.exchangeFee),l=t.plus(i),c=this.calculateInGivenOut(e,l),u=e.balanceIn.div(this.maxInRatio);return c.isGreaterThan(u)&&n.push("MaxInRatioExceeded"),{amountIn:c,calculatedIn:c,amountOut:t,feePct:a,errors:n}}else{let i=this.calculateInGivenOut(e,t),a=e.balanceIn.div(this.maxInRatio);return i.isGreaterThan(a)&&n.push("MaxInRatioExceeded"),{amountIn:i,calculatedIn:i,amountOut:t,feePct:0,errors:n}}}validateAndSell(e,t,r){let s=this.tokens[0].id,n=[];t.isLessThan(this.minTradingLimit)&&n.push("InsufficientTradingAmount");let o=e.balanceIn.div(this.maxInRatio);if(t.isGreaterThan(o)&&n.push("MaxInRatioExceeded"),s===e.assetIn){let i=this.calculateOutGivenIn(e,t),a=e.balanceOut.div(this.maxOutRatio);return i.isGreaterThan(a)&&n.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:i,amountOut:i,feePct:0,errors:n}}else{let i=this.calculateOutGivenIn(e,t),a=this.calculateTradeFee(i,r),l=y.toPct(this.repayFeeApply?r.repayFee:r.exchangeFee),c=i.minus(a),u=e.balanceOut.div(this.maxOutRatio);return c.isGreaterThan(u)&&n.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:i,amountOut:c,feePct:l,errors:n}}}calculateInGivenOut(e,t){let r=H.calculateInGivenOut(e.balanceIn.toString(),e.balanceOut.toString(),e.weightIn.toString(),e.weightOut.toString(),t.toFixed(0)),s=m(r);return s.isNegative()?w:s}calculateOutGivenIn(e,t){let r=H.calculateOutGivenIn(e.balanceIn.toString(),e.balanceOut.toString(),e.weightIn.toString(),e.weightOut.toString(),t.toFixed(0)),s=m(r);return s.isNegative()?w:s}spotPriceInGivenOut(e){let t=H.getSpotPrice(e.balanceOut.toString(),e.balanceIn.toString(),e.weightOut.toString(),e.weightIn.toString(),v(R,e.decimalsOut).toString());return m(t)}spotPriceOutGivenIn(e){let t=H.getSpotPrice(e.balanceIn.toString(),e.balanceOut.toString(),e.weightIn.toString(),e.weightOut.toString(),v(R,e.decimalsIn).toString());return m(t)}calculateTradeFee(e,t){let r=H.calculatePoolTradeFee(e.toString(),this.repayFeeApply?t.repayFee[0]:t.exchangeFee[0],this.repayFeeApply?t.repayFee[1]:t.exchangeFee[1]);return m(r)}};var Be=class extends L{MAX_FINAL_WEIGHT=v(m(100),6);poolsData=new Map([]);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(([n,o])=>this.isActivePool(o.unwrap(),r)).map(async([{args:[n]},o])=>{let i=o.unwrap(),a=n.toString(),l=await this.getPoolDelta(a,i,r.toString());return this.poolsData.set(n.toString(),i),{address:a,type:"Lbp",fee:i.fee.toJSON(),...l,...this.getPoolLimits()}});return Promise.all(s)}async getPoolFees(e,t){let r=this.pools.find(s=>s.address===t);return{repayFee:this.getRepayFee(),exchangeFee:r.fee}}getPoolType(){return"Lbp"}async subscribePoolChange(e){return this.api.query.parachainSystem.validationData(async t=>{let{relayParentNumber:r}=t.unwrap(),s=this.poolsData.get(e.address);if(this.isActivePool(s,r)){let o=await this.getPoolDelta(e.address,s,r.toString());Object.assign(e,o)}else{let o=this.pools.findIndex(i=>i.address==e.address);this.pools.splice(o,1)}})}async getPoolDelta(e,t,r){let{start:s,end:n,assets:o,initialWeight:i,finalWeight:a,repayTarget:l,feeCollector:c}=t,u=H.calculateLinearWeights(s.toString(),n.toString(),i.toString(),a.toString(),r),[h,d]=o,g=h.toString(),b=m(u),P=d.toString(),T=this.MAX_FINAL_WEIGHT.minus(m(b)),[f,I,B]=await Promise.all([this.isRepayFeeApplied(g,l.toString(),c.toString()),this.getBalance(e,g),this.getBalance(e,P)]);return{repayFeeApply:f,tokens:[{id:g,weight:b,balance:I.toString()},{id:P,weight:T,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.toNumber()>=r&&t.toNumber()<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}}getRepayFee(){return this.api.consts.lbp.repayFee.toJSON()}getPoolLimits(){let e=this.api.consts.lbp.maxInRatio.toJSON(),t=this.api.consts.lbp.maxOutRatio.toJSON(),r=this.api.consts.lbp.minTradingLimit.toJSON();return{maxInRatio:e,maxOutRatio:t,minTradingLimit:r}}};import{calculate_in_given_out as Yt,calculate_lrna_in_given_out as $t,calculate_out_given_in as Vt,calculate_out_given_lrna_in as zt,calculate_pool_trade_fee as Kt,calculate_spot_price as Jt,calculate_lrna_spot_price as jt,calculate_shares as Zt,calculate_liquidity_out as Qt,calculate_liquidity_lrna_out as er,calculate_liquidity_hub_in as tr,is_sell_allowed as rr,is_buy_allowed as sr,is_add_liquidity_allowed as nr,is_remove_liquidity_allowed as ir,recalculate_asset_fee as or,recalculate_protocol_fee as ar,verify_asset_cap as lr}from"@galacticcouncil/math-omnipool";var A=class{static calculateSpotPrice(e,t,r,s){return Jt(e,t,r,s)}static calculateLrnaSpotPrice(e,t){return jt(e,t)}static calculateInGivenOut(e,t,r,s,n,o,i,a,l){return Yt(e,t,r,s,n,o,i,a,l)}static calculateLrnaInGivenOut(e,t,r,s,n){return $t(e,t,r,s,n)}static calculateOutGivenIn(e,t,r,s,n,o,i,a,l){return Vt(e,t,r,s,n,o,i,a,l)}static calculateOutGivenLrnaIn(e,t,r,s,n){return zt(e,t,r,s,n)}static calculatePoolTradeFee(e,t,r){return Kt(e,t,r)}static calculateShares(e,t,r,s){return Zt(e,t,r,s)}static calculateLiquidityOut(e,t,r,s,n,o,i,a){return Qt(e,t,r,s,n,o,i,a)}static calculateLiquidityLRNAOut(e,t,r,s,n,o,i,a){return er(e,t,r,s,n,o,i,a)}static calculateCapDifference(e,t,r,s){let n=O(t),o=O(e),i=O(s),l=O(r).shiftedBy(-18);if(n.div(i).lt(l)){let u=l.times(i).minus(n).times(o),h=n.times(O(1).minus(l));return u.div(h).toFixed(0)}else return"0"}static calculateLimitHubIn(e,t,r,s){return tr(e,t,r,s)}static isSellAllowed(e){return rr(e)}static isBuyAllowed(e){return sr(e)}static isAddLiquidityAllowed(e){return nr(e)}static isRemoveLiquidityAllowed(e){return ir(e)}static recalculateAssetFee(e,t,r,s,n,o,i,a,l,c,u){return or(e,t,r,s,n,o,i,a,l,c,u)}static recalculateProtocolFee(e,t,r,s,n,o,i,a,l,c,u){return ar(e,t,r,s,n,o,i,a,l,c,u)}static verifyAssetCap(e,t,r,s){return lr(e,t,r,s)}};var Ie=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;hubAssetId;static fromPool(e){return new p(e.address,e.tokens,e.maxInRatio,e.maxOutRatio,e.minTradingLimit,e.hubAssetId)}constructor(e,t,r,s,n,o){this.type="Omnipool",this.address=e,this.tokens=t,this.maxInRatio=r,this.maxOutRatio=s,this.minTradingLimit=n,this.hubAssetId=o}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),n=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(n==null)throw new Error("Pool does not contain tokenOut");let o=m(s.balance),i=m(n.balance),a=m(s.existentialDeposit),l=m(n.existentialDeposit);return{assetIn:e,assetOut:t,hubReservesIn:s.hubReserves,hubReservesOut:n.hubReserves,sharesIn:s.shares,sharesOut:n.shares,decimalsIn:s.decimals,decimalsOut:n.decimals,balanceIn:o,balanceOut:i,tradeableIn:s.tradeable,tradeableOut:n.tradeable,assetInED:a,assetOutED:l}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),n=this.calculateInGivenOut(e,t,r),o=n.minus(s),i=s===w?w:o.div(s).multipliedBy(100).decimalPlaces(2),a=[],l=A.isSellAllowed(e.tradeableIn),c=A.isBuyAllowed(e.tradeableOut);(!l||!c)&&a.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetInED))&&a.push("InsufficientTradingAmount");let u=e.balanceOut.div(this.maxOutRatio);t.isGreaterThan(u)&&a.push("MaxOutRatioExceeded");let h=e.balanceIn.div(this.maxInRatio);return n.isGreaterThan(h)&&a.push("MaxInRatioExceeded"),{amountIn:n,calculatedIn:s,amountOut:t,feePct:i.toNumber(),errors:a}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),n=this.calculateOutGivenIn(e,t,r),i=s.minus(n).div(s).multipliedBy(100).decimalPlaces(2),a=[],l=A.isSellAllowed(e.tradeableIn),c=A.isBuyAllowed(e.tradeableOut);(!l||!c)&&a.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetOutED))&&a.push("InsufficientTradingAmount");let u=e.balanceIn.div(this.maxInRatio);t.isGreaterThan(u)&&a.push("MaxInRatioExceeded");let h=e.balanceOut.div(this.maxOutRatio);return n.isGreaterThan(h)&&a.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:s,amountOut:n,feePct:i.toNumber(),errors:a}}calculateInGivenOut(e,t,r){if(e.assetIn==this.hubAssetId)return this.calculateLrnaInGivenOut(e,t,r);let s=A.calculateInGivenOut(e.balanceIn.toString(),e.hubReservesIn.toString(),e.sharesIn.toString(),e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?y.toDecimals(r.assetFee).toString():w.toString(),r?y.toDecimals(r.protocolFee).toString():w.toString()),n=m(s);return n.isNegative()?w:n}calculateLrnaInGivenOut(e,t,r){let s=A.calculateLrnaInGivenOut(e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?y.toDecimals(r.assetFee).toString():w.toString()),n=m(s);return n.isNegative()?w:n}calculateOutGivenIn(e,t,r){if(e.assetIn==this.hubAssetId)return this.calculateOutGivenLrnaIn(e,t,r);let s=A.calculateOutGivenIn(e.balanceIn.toString(),e.hubReservesIn.toString(),e.sharesIn.toString(),e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?y.toDecimals(r.assetFee).toString():w.toString(),r?y.toDecimals(r.protocolFee).toString():w.toString()),n=m(s);return n.isNegative()?w:n}calculateOutGivenLrnaIn(e,t,r){let s=A.calculateOutGivenLrnaIn(e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?y.toDecimals(r.assetFee).toString():w.toString()),n=m(s);return n.isNegative()?w:n}spotPriceInGivenOut(e){if(e.assetIn==this.hubAssetId)return this.spotPriceLrnaInGivenOut(e);let t=A.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=A.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=A.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=A.calculateLrnaSpotPrice(e.balanceOut.toString(),e.hubReservesOut.toString());return m(t).shiftedBy(-1*(18-e.decimalsIn)).decimalPlaces(0,1)}};import{encodeAddress as cr}from"@polkadot/util-crypto";import{stringToU8a as ur}from"@polkadot/util";var ve=class extends L{isSupported(){return this.api.query.omnipool!==void 0}async loadPools(){let e=this.api.consts.omnipool.hubAssetId.toString(),t=this.getPoolId(),[r,s,n]=await Promise.all([this.api.query.omnipool.assets.entries(),this.api.query.omnipool.hubAssetTradability(),this.getBalance(t,e)]),o=r.map(async([{args:[a]},l])=>{let{hubReserve:c,shares:u,tradable:h,cap:d,protocolShares:g}=l.unwrap(),b=await this.getBalance(t,a.toString());return{id:a.toString(),hubReserves:m(c.toString()),shares:m(u.toString()),tradeable:h.bits.toNumber(),balance:b.toString(),cap:m(d.toString()),protocolShares:m(g.toString())}}),i=await Promise.all(o);return i.push({id:e,tradeable:s.bits.toNumber(),balance:n.toString()}),[{address:t,type:"Omnipool",hubAssetId:e,tokens:i,...this.getPoolLimits()}]}async getPoolFees(e,t){let r=e.assetOut,s=e.assetIn,n="omnipool",o="Short",i=B=>B===D?[D,fe]:[fe,B],[a,l,c,u]=await Promise.all([this.api.query.system.number(),this.api.query.dynamicFees.assetFee(r),this.api.query.emaOracle.oracles(n,i(r),o),this.api.query.emaOracle.oracles(n,i(s),o)]),[h,d,g]=this.getAssetFee(e,a.toNumber(),l,c),[b,P,T]=s===fe?[0,0,0]:this.getProtocolFee(e,a.toNumber(),l,u),f=h+b,I=g+T;return{assetFee:y.fromPermill(d),protocolFee:y.fromPermill(P),min:y.fromPermill(f),max:y.fromPermill(I)}}getPoolType(){return"Omnipool"}async subscribePoolChange(e){let t=e.tokens.map(r=>r.id);return this.api.query.omnipool.assets.multi(t,r=>{e.tokens=r.map((s,n)=>{let o=e.tokens[n];if(s.isNone)return o;let i=s.unwrap();return this.updateTokenState(o,i)})})}updateTokenState(e,t){let{hubReserve:r,shares:s,tradable:n,cap:o,protocolShares:i}=t;return{...e,hubReserves:m(r.toString()),shares:m(s.toString()),cap:m(o.toString()),protocolShares:m(i.toString()),tradeable:n.bits.toNumber()}}getAssetFee(e,t,r,s){let{assetOut:n,balanceOut:o}=e,{minFee:i,maxFee:a,decay:l,amplification:c}=this.api.consts.dynamicFees.assetFeeParameters,u=y.fromPermill(i.toNumber()),h=y.fromPermill(a.toNumber());if(r.isNone||s.isNone)return[i.toNumber(),i.toNumber(),a.toNumber()];let[d]=s.unwrap(),{assetFee:g,timestamp:b}=r.unwrap(),P=Math.max(1,t-b.toNumber()),T=d.volume.bIn.toString(),f=d.volume.bOut.toString(),I=d.liquidity.b.toString();n===D&&(T=d.volume.aIn.toString(),f=d.volume.aOut.toString(),I=d.liquidity.a.toString());let B=y.fromPermill(g.toNumber()),S=A.recalculateAssetFee(T,f,I,"9",o.toString(),y.toDecimals(B).toString(),P.toString(),y.toDecimals(u).toString(),y.toDecimals(h).toString(),l.toString(),c.toString());return[i.toNumber(),Number(S)*1e6,a.toNumber()]}getProtocolFee(e,t,r,s){let{assetIn:n,balanceIn:o}=e,{minFee:i,maxFee:a,decay:l,amplification:c}=this.api.consts.dynamicFees.protocolFeeParameters,u=y.fromPermill(i.toNumber()),h=y.fromPermill(a.toNumber());if(r.isNone||s.isNone)return[i.toNumber(),i.toNumber(),a.toNumber()];let[d]=s.unwrap(),{protocolFee:g,timestamp:b}=r.unwrap(),P=Math.max(1,t-b.toNumber()),T=d.volume.bIn.toString(),f=d.volume.bOut.toString(),I=d.liquidity.b.toString();n===D&&(T=d.volume.aIn.toString(),f=d.volume.aOut.toString(),I=d.liquidity.a.toString());let B=y.fromPermill(g.toNumber()),S=A.recalculateProtocolFee(T,f,I,"9",o.toString(),y.toDecimals(B).toString(),P.toString(),y.toDecimals(u).toString(),y.toDecimals(h).toString(),l.toString(),c.toString());return[i.toNumber(),Number(S)*1e6,a.toNumber()]}getPoolId(){return cr(ur("modlomnipool".padEnd(32,"\0")),63)}getPoolLimits(){let e=this.api.consts.omnipool.maxInRatio.toJSON(),t=this.api.consts.omnipool.maxOutRatio.toJSON(),r=this.api.consts.omnipool.minimumTradingLimit.toJSON();return{maxInRatio:e,maxOutRatio:t,minTradingLimit:r}}};import{calculate_in_given_out as mr,calculate_out_given_in as pr,calculate_pool_trade_fee as dr,get_spot_price as gr,calculate_liquidity_in as hr,calculate_shares as Pr,calculate_spot_price as br,calculate_spot_price_with_fee as yr,calculate_liquidity_out_asset_a as fr,calculate_liquidity_out_asset_b as Sr}from"@galacticcouncil/math-xyk";var $=class{static getSpotPrice(e,t,r){return gr(e,t,r)}static calculateInGivenOut(e,t,r){return mr(e,t,r)}static calculateOutGivenIn(e,t,r){return pr(e,t,r)}static calculatePoolTradeFee(e,t,r){return dr(e,t,r)}static calculateLiquidityIn(e,t,r){return hr(e,t,r)}static calculateSpotPrice(e,t){return br(e,t)}static calculateSpotPriceWithFee(e,t,r,s){return yr(e,t,r,s)}static calculateShares(e,t,r){return Pr(e,t,r)}static calculateLiquidityOutAssetA(e,t,r,s){return fr(e,t,r,s)}static calculateLiquidityOutAssetB(e,t,r,s){return Sr(e,t,r,s)}};var Ae=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;static fromPool(e){return new p(e.address,e.tokens,e.maxInRatio,e.maxOutRatio,e.minTradingLimit)}constructor(e,t,r,s,n){this.type="Xyk",this.address=e,this.tokens=t,this.maxInRatio=r,this.maxOutRatio=s,this.minTradingLimit=n}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(c=>[c.id,c])),s=r.get(e),n=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(n==null)throw new Error("Pool does not contain tokenOut");let o=m(s.balance),i=m(n.balance),a=m(s.existentialDeposit),l=m(n.existentialDeposit);return{assetIn:e,assetOut:t,decimalsIn:s.decimals,decimalsOut:n.decimals,balanceIn:o,balanceOut:i,assetInED:a,assetOutED:l}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),n=this.calculateTradeFee(s,r),o=y.toPct(r.exchangeFee),i=s.plus(n),a=[];(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetInED))&&a.push("InsufficientTradingAmount");let l=e.balanceOut.div(this.maxOutRatio);t.isGreaterThan(l)&&a.push("MaxOutRatioExceeded");let c=e.balanceIn.div(this.maxInRatio);return i.isGreaterThan(c)&&a.push("MaxInRatioExceeded"),{amountIn:i,calculatedIn:s,amountOut:t,feePct:o,errors:a}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),n=this.calculateTradeFee(s,r),o=y.toPct(r.exchangeFee),i=s.minus(n),a=[];(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetOutED))&&a.push("InsufficientTradingAmount");let l=e.balanceIn.div(this.maxInRatio);t.isGreaterThan(l)&&a.push("MaxInRatioExceeded");let c=e.balanceOut.div(this.maxOutRatio);return i.isGreaterThan(c)&&a.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:s,amountOut:i,feePct:o,errors:a}}calculateInGivenOut(e,t){let r=$.calculateInGivenOut(e.balanceIn.toString(),e.balanceOut.toString(),t.toFixed(0)),s=m(r);return s.isNegative()?w:s}calculateOutGivenIn(e,t){let r=$.calculateOutGivenIn(e.balanceIn.toString(),e.balanceOut.toString(),t.toFixed(0)),s=m(r);return s.isNegative()?w:s}spotPriceInGivenOut(e){let t=$.calculateSpotPrice(e.balanceOut.toString(),e.balanceIn.toString()),r=v(R,18-e.decimalsOut);return m(t).div(r)}spotPriceOutGivenIn(e){let t=$.calculateSpotPrice(e.balanceIn.toString(),e.balanceOut.toString()),r=v(R,18-e.decimalsIn);return m(t).div(r)}calculateTradeFee(e,t){let r=$.calculatePoolTradeFee(e.toString(),t.exchangeFee[0],t.exchangeFee[1]);return m(r)}};var Ne=class extends L{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 n=r.toString(),[o,i]=s.unwrap(),[a,l]=await Promise.all([this.getBalance(n,o.toString()),this.getBalance(n,i.toString())]);return{address:n,type:"Xyk",tokens:[{id:o.toString(),balance:a.toString()},{id:i.toString(),balance:l.toString()}],...this.getPoolLimits()}});return Promise.all(t)}async getPoolFees(e,t){return{exchangeFee:this.getExchangeFee()}}getPoolType(){return"Xyk"}subscribePoolChange(e){throw new Error("Pool change subscription not supported!")}getExchangeFee(){return this.api.consts.xyk.getExchangeFee.toJSON()}getPoolLimits(){let e=this.api.consts.xyk.maxInRatio.toJSON(),t=this.api.consts.xyk.maxOutRatio.toJSON(),r=this.api.consts.xyk.minTradingLimit.toJSON();return{maxInRatio:e,maxOutRatio:t,minTradingLimit:r}}};import{calculate_in_given_out as wr,calculate_out_given_in as Tr,calculate_amplification as xr,calculate_add_one_asset as Or,calculate_liquidity_out_one_asset as Br,calculate_pool_trade_fee as Ir,calculate_shares as vr,calculate_shares_for_amount as Ar,calculate_spot_price_with_fee as Nr,pool_account_name as Fr,recalculate_peg as Rr}from"@galacticcouncil/math-stableswap";var _=class{static getPoolAddress(e){return Fr(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,n){return xr(e,t,r,s,n)}static calculateInGivenOut(e,t,r,s,n,o,i){return wr(e,t,r,s,n,o,i)}static calculateAddOneAsset(e,t,r,s,n,o,i){return Or(e,t,r,s,n,o,i)}static calculateSharesForAmount(e,t,r,s,n,o,i){return Ar(e,t,r,s,n,o,i)}static calculateOutGivenIn(e,t,r,s,n,o,i){return Tr(e,t,r,s,n,o,i)}static calculateLiquidityOutOneAsset(e,t,r,s,n,o,i){return Br(e,t,r,s,n,o,i)}static calculateShares(e,t,r,s,n,o){return vr(e,t,r,s,n,o)}static calculateSpotPriceWithFee(e,t,r,s,n,o,i,a){return Nr(e,t,r,s,n,o,i,a)}static calculatePoolTradeFee(e,t,r){return Ir(e,t,r)}static recalculatePegs(e,t,r,s,n){let o=Rr(e,t,r,s,n);return JSON.parse(o)}};var Fe=class p{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;amplification;id;fee;totalIssuance;pegs;pegsFee;static fromPool(e){return new p(e.address,e.tokens,e.maxInRatio,e.maxOutRatio,e.minTradingLimit,e.amplification,e.id,e.fee,e.totalIssuance,e.pegs,e.pegsFee)}constructor(e,t,r,s,n,o,i,a,l,c,u){this.type="Stableswap",this.address=e,this.tokens=t,this.maxInRatio=r,this.maxOutRatio=s,this.minTradingLimit=n,this.amplification=o,this.id=i,this.fee=a,this.totalIssuance=l,this.pegs=c,this.pegsFee=u}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(c=>[c.id,c])),s=r.get(e),n=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(n==null)throw new Error("Pool does not contain tokenOut");let o=m(s.balance),i=m(n.balance),a=m(s.existentialDeposit),l=m(n.existentialDeposit);return{assetIn:e,assetOut:t,balanceIn:o,balanceOut:i,decimalsIn:s.decimals,decimalsOut:n.decimals,tradeableIn:this.id===e?15:s.tradeable,tradeableOut:this.id===t?15:n.tradeable,assetInED:a,assetOutED:l}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),n=this.calculateInGivenOut(e,t,r),o=y.toPct(r.fee),i=[],a=A.isSellAllowed(e.tradeableIn),l=A.isBuyAllowed(e.tradeableOut);return(!a||!l)&&i.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetInED))&&i.push("InsufficientTradingAmount"),{amountIn:n,calculatedIn:s,amountOut:t,feePct:o,errors:i}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),n=this.calculateOutGivenIn(e,t,r),o=y.toPct(r.fee),i=[],a=A.isSellAllowed(e.tradeableIn),l=A.isBuyAllowed(e.tradeableOut);return(!a||!l)&&i.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetOutED))&&i.push("InsufficientTradingAmount"),{amountIn:t,calculatedOut:s,amountOut:n,feePct:o,errors:i}}calculateIn(e,t,r){let s=_.calculateInGivenOut(this.getReserves(),Number(e.assetIn),Number(e.assetOut),t.toFixed(0),this.amplification,r?y.toDecimals(r.fee).toString():w.toString(),this.getPegs()),n=m(s);return n.isNegative()?w:n}calculateAddOneAsset(e,t,r){let s=_.calculateAddOneAsset(this.getReserves(),t.toFixed(0),Number(e.assetIn),this.amplification,this.totalIssuance,r?y.toDecimals(r.fee).toString():w.toString(),this.getPegs()),n=m(s);return n.isNegative()?w:n}calculateSharesForAmount(e,t,r){let s=_.calculateSharesForAmount(this.getReserves(),Number(e.assetOut),t.toFixed(0),this.amplification,this.totalIssuance,r?y.toDecimals(r.fee).toString():w.toString(),this.getPegs()),n=m(s);return n.isNegative()?w:n}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(R,e.decimalsIn-e.decimalsOut);return m(t).div(s)}let r=v(R,18-e.decimalsIn);return m(t).div(r)}calculateOut(e,t,r){let s=_.calculateOutGivenIn(this.getReserves(),Number(e.assetIn),Number(e.assetOut),t.toFixed(0),this.amplification,r?y.toDecimals(r.fee).toString():w.toString(),this.getPegs()),n=m(s);return n.isNegative()?w:n}calculateWithdrawOneAsset(e,t,r){let s=_.calculateLiquidityOutOneAsset(this.getReserves(),t.toFixed(0),Number(e.assetOut),this.amplification,this.totalIssuance,r?y.toDecimals(r.fee).toString():w.toString(),this.getPegs()),n=m(s);return n.isNegative()?w:n}calculateShares(e,t,r){let s=_.calculateShares(this.getReserves(),this.getAssets(e.assetIn,t),this.amplification,this.totalIssuance,r?y.toDecimals(r.fee).toString():w.toString(),this.getPegs()),n=m(s);return n.isNegative()?w:n}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(R,e.decimalsOut-e.decimalsIn);return m(t).div(s)}let r=v(R,18-e.decimalsOut);return m(t).div(r)}calculateTradeFee(e,t){let r=_.calculatePoolTradeFee(e.toString(),t.fee[0],t.fee[1]);return m(r)}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 Er,encodeAddress as _r}from"@polkadot/util-crypto";var Dr=340282366920938463463374607431768211455n,Re=class extends L{stablePools=new Map([]);isSupported(){return this.api.query.stableswap!==void 0}isPegSupported(){return this.api.query.stableswap.poolPegs!==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:[n]},o])=>{let i=o.unwrap(),a=n.toString(),l=this.getPoolAddress(a),[c,u,h]=await Promise.all([this.getPoolDelta(a,i,r.toString()),this.getPoolTokens(l,a,i),this.getPoolPegs(a,i,r.toString())]);return this.stablePools.set(l,i),{address:l,id:a,type:"Stableswap",fee:y.fromPermill(i.fee.toNumber()),tokens:u,...c,...h,...this.getPoolLimits()}});return Promise.all(s)}async getPoolFees(e,t){return{fee:this.pools.find(s=>s.address===t).pegsFee}}getPoolType(){return"Stableswap"}async subscribePoolChange(e){return this.api.query.system.number(async t=>{let r=t.toString(),s=this.stablePools.get(e.address);if(s){let[n,o]=await Promise.all([this.getPoolDelta(e.id,s,r),this.getPoolPegs(e.id,s,r)]);Object.assign(e,n,o)}})}async getPoolDelta(e,t,r){let{initialAmplification:s,finalAmplification:n,initialBlock:o,finalBlock:i}=t,a=_.calculateAmplification(s.toString(),n.toString(),o.toString(),i.toString(),r),l=await this.api.query.tokens.totalIssuance(e);return{amplification:a,totalIssuance:l.toString()}}async getPoolTokens(e,t,r){let{assets:s}=r,n=s.map(async i=>{let[a,l]=await Promise.all([this.api.query.stableswap.assetTradability(t,i.toString()),this.getBalance(e,i.toString())]);return{id:i.toString(),tradeable:a.bits.toNumber(),balance:l.toString()}}),o=await Promise.all(n);return o.push({id:t,tradeable:15,balance:Dr.toString()}),o}getPoolDefaultPegs(e){let t=e.fee,r=_.defaultPegs(e.assets.length);return{pegsFee:y.fromPermill(t.toNumber()),pegs:r}}async getPoolPegs(e,t,r){if(!this.isPegSupported())return this.getPoolDefaultPegs(t);let s=await this.api.query.stableswap.poolPegs(e);if(s.isNone)return this.getPoolDefaultPegs(t);let n=s.unwrap(),o=await this.getLatestPegs(t,n,r),i=this.getRecentPegs(n),a=n.maxPegUpdate.toHuman(),l=t.fee.toHuman(),[c,u]=_.recalculatePegs(JSON.stringify(i),JSON.stringify(o),r,a.replace(/%/g,""),l.replace(/%/g,"")),h=Number(c)*1e4;return{pegsFee:y.fromPermill(h),pegs:u}}getRecentPegs(e){let{current:t}=e;return Array.from(t.entries()).map(([r,s])=>s.map(n=>n.toString()))}async getLatestPegs(e,t,r){let{source:s}=t,n=Array.from(e.assets.entries()).map(([i,a])=>a.toString()),o=s.map(async(i,a)=>{if(i.isOracle){let[l,c,u]=i.asOracle,h=[u.toString(),n[a]].map(f=>Number(f)).sort((f,I)=>f-I),d=await this.api.query.emaOracle.oracles(l,h,c),[{price:g,updatedAt:b}]=d.unwrap(),P=g.n.toString(),T=g.d.toString();return u.toString()===h[0].toString()?[[P,T],b.toString()]:[[T,P],b.toString()]}else return[i.asValue.map(l=>l.toString()),r]});return Promise.all(o)}getPoolAddress(e){let t=Number(e),r=_.getPoolAddress(t);return _r(Er(r),63)}getPoolLimits(){return{maxInRatio:0,maxOutRatio:0,minTradingLimit:this.api.consts.stableswap.minTradingLimit.toJSON()}}};var ne=class extends C{api;assetClient;aaveClient;xykClient;omniClient;lbpClient;stableClient;clients=[];onChainAssets=[];memRegistry=kr(e=>(this.log(`Registry mem ${e} sync`),this.syncRegistry()));constructor(e){super(e),this.api=e,this.assetClient=new z(this.api),this.aaveClient=new xe(this.api),this.xykClient=new Ne(this.api),this.omniClient=new ve(this.api),this.lbpClient=new Be(this.api),this.stableClient=new Re(this.api),this.clients=[this.aaveClient,this.xykClient,this.omniClient,this.lbpClient,this.stableClient]}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){return this.isRegistrySynced||await this.memRegistry(1),e.length==0?(await Promise.all(this.clients.filter(s=>s.isSupported()).map(s=>s.getPoolsMem()))).flat():(await Promise.all(this.clients.filter(r=>e.some(s=>s===r.getPoolType())).map(r=>r.getPoolsMem()))).flat()}destroy(){this.aaveClient.unsubscribe(),this.xykClient.unsubscribe(),this.omniClient.unsubscribe(),this.lbpClient.unsubscribe(),this.stableClient.unsubscribe()}async getPoolFees(e,t){switch(t.type){case"Aave":return this.aaveClient.getPoolFees(e,t.address);case"Xyk":return this.xykClient.getPoolFees(e,t.address);case"Omnipool":return this.omniClient.getPoolFees(e,t.address);case"Lbp":return this.lbpClient.getPoolFees(e,t.address);case"Stableswap":return this.stableClient.getPoolFees(e,t.address);default:throw new we(t.type)}}};var ie=class extends ne{feeCache;disconnectSubscribeNewHeads=null;constructor(e){super(e),this.feeCache=new Cr(null),this.api.rpc.chain.subscribeNewHeads(async t=>{this.feeCache.release()}).then(t=>{this.disconnectSubscribeNewHeads=t})}async getPoolFees(e,t){let r=[t.address,e.assetIn,e.assetOut].join("-");if(this.feeCache.has(r))return this.feeCache.get(r);{let n=await super.getPoolFees(e,t);return this.feeCache.set(r,n),n}}async destroy(){this.log(`Destroying pool cache!
|
|
2
|
-
Items: [${this.feeCache.length}]`),this.feeCache.release(),this.disconnectSubscribeNewHeads?.()}};var oe=class{static get(e){switch(e.type){case"Aave":return Te.fromPool(e);case"Xyk":return Ae.fromPool(e);case"Omnipool":return Ie.fromPool(e);case"Lbp":return Oe.fromPool(e);case"Stableswap":return Fe.fromPool(e);default:throw new Error("Pool type "+e.type+" is not supported yet")}}};var Ee=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 Lr=5,ae=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=[],n=new Ee,o=[];for(o.push([t,""]),n.enqueue(o);n.size()>0;){let i=n.dequeue();if(i==null||i.length>Lr)return s;let a=i[i.length-1];(r===null||a[0]===r)&&s.push(i),e.get(a[0])?.forEach(c=>{if(this.isNotVisited(c,i)){let u=[...i];u.push(c),n.enqueue(u)}})}return s}buildAndPopulateGraph(e,t){let r=new Map;for(let s of e)r.set(parseInt(s),[]);for(let[s,n,o]of t){let i=parseInt(n),a=parseInt(o);r.get(i)?.push([a,s])}return r}};function Xe(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 n=0;n<r;n++){if(s==n)continue;let o=[t.address,t.tokens[s].id,t.tokens[n].id];e[t.tokens[s].id].push(o)}}}return e}var le=class{getProposals(e,t,r){let s=Xe(r),n=Object.keys(s),o=n.map(c=>s[c]).flat(),i=new ae,a=i.buildAndPopulateGraph(n,o),l=i.findPaths(a,parseInt(e),t?parseInt(t):null);return this.parsePaths(l)}parsePaths(e){let t=[];for(let r of e){let s=[];for(let n=0;n<r.length;n++){let o=r[n],i=r[n+1];if(i==null)break;s.push(this.toEdge(o,i))}t.push(s)}return t}toEdge(e,t){return[t[1],e[0].toString(),t[0].toString()]}};var ce=class{routeSuggester;routerOptions;poolService;constructor(e,t={}){this.poolService=e,this.routeSuggester=new le,this.routerOptions=Object.freeze({includeOnly:t.includeOnly??[]})}async getPools(){let e=this.routerOptions.includeOnly;return await this.poolService.getPools(e)}async getAllAssets(){let e=await this.getPools();if(e.length===0)throw new Error("No pools configured");let t=await this.getAssets(e);return[...new Map(t).values()]}async getAssetPairs(e){let t=await this.getPools();if(t.length===0)throw new Error("No pools configured");let{assets:r,poolsMap:s}=await this.validateToken(e,t),o=this.getPaths(e,null,s,t).map(i=>i[i.length-1].assetOut);return this.toAssets([...new Set(o)],r)}async getAllPaths(e,t){let r=await this.getPools();if(r.length===0)throw new Error("No pools configured");let{poolsMap:s}=await this.validateTokenPair(e,t,r);return this.getPaths(e,t,s,r)}async 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,s){return this.routeSuggester.getProposals(e,t,s).filter(i=>this.validPath(i,r)).map(i=>this.toHops(i,r))}async validateTokenPair(e,t,r){let s=await this.getAssets(r);if(s.get(e)==null)throw new Error(e+" is not supported token");if(s.get(t)==null)throw new Error(t+" is not supported token");let n=this.getPoolMap(r);return{assets:s,poolsMap:n}}async validateToken(e,t){let r=await this.getAssets(t);if(r.get(e)==null)throw new Error(e+" is not supported token");let s=this.getPoolMap(t);return{assets:r,poolsMap:s}}getPoolMap(e){return new Map(e.map(t=>[t.address,oe.get(t)]))}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}toHops(e,t){return e.map(([r,s,n])=>{let o=t.get(r);return{poolAddress:r,poolId:o?.id,pool:o?.type,assetIn:s,assetOut:n}})}toAssets(e,t){return e.map(r=>t.get(r))}};var Mr=m("100");function Cl(p,e){return p.minus(e).abs().div(p.plus(e).div(2)).multipliedBy(100).decimalPlaces(2)}function ue(p,e){return p.minus(e).div(e).multipliedBy(100).decimalPlaces(2)}function dt(p,e){return R.minus(e.div(p)).multipliedBy(100).decimalPlaces(2)}function gt(p,e){return e.div(p).minus(R).multipliedBy(100).decimalPlaces(2)}function K(p,e){return(e<.01||e>100)&&new Error("Supported range is from 0.01% - 100%"),p.div(Mr).multipliedBy(e).decimalPlaces(0,1)}var Ye=(t=>(t.Buy="Buy",t.Sell="Sell",t))(Ye||{}),$e=(r=>(r.Dca="Dca",r.TwapSell="TwapSell",r.TwapBuy="TwapBuy",r))($e||{}),ht=(r=>(r.OrderTooSmall="OrderTooSmall",r.OrderTooBig="OrderTooBig",r.OrderImpactTooBig="OrderImpactTooBig",r))(ht||{});var me=class extends ce{isDirectTrade(e){return e.length==1}findBestSellRoute(e){let t=e.sort((r,s)=>{let n=r[r.length-1].amountOut,o=s[s.length-1].amountOut;return n.isGreaterThan(o)?-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(n=>n.tradeFeeRange?.[0]??n.tradeFeePct).reduce((n,o)=>n+o),s=e.map(n=>n.tradeFeeRange?.[1]??n.tradeFeePct).reduce((n,o)=>n+o);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 n=await super.getPools();if(n.length===0)throw new Error("No pools configured");let{poolsMap:o}=await super.validateTokenPair(e,t,n),i=super.getPaths(e,t,o,n);if(i.length===0)throw new j(e,t);let a;if(s)a=await this.toSellSwaps(r,s,o);else{let S=i.map(async N=>await this.toSellSwaps(r,N,o)),F=await Promise.all(S);a=this.findBestSellRoute(F)}let l=a[0],c=a[a.length-1],u=this.isDirectTrade(a),h=a.map(S=>S.spotPrice.shiftedBy(-1*S.assetOutDecimals)).reduce((S,F)=>S.multipliedBy(F)),d=v(h,c.assetOutDecimals),g=u?c.calculatedOut:this.calculateDelta0Y(l.amountIn,a,o),b=c.amountOut,P=u?c.tradeFeePct:dt(g,b).toNumber(),T=g.minus(b),f=this.getRouteFeeRange(a),I=l.amountIn.shiftedBy(-1*l.assetInDecimals).multipliedBy(d),B=ue(g,I);return{type:"Sell",amountIn:l.amountIn,amountOut:c.amountOut,spotPrice:d,tradeFee:T,tradeFeePct:P,tradeFeeRange:f,priceImpactPct:B.toNumber(),swaps:a,toHuman(){return{type:"Sell",amountIn:x(l.amountIn,l.assetInDecimals),amountOut:x(c.amountOut,c.assetOutDecimals),spotPrice:x(d,c.assetOutDecimals),tradeFee:x(T,c.assetOutDecimals),tradeFeePct:P,tradeFeeRange:f,priceImpactPct:B.toNumber(),swaps:a.map(S=>S.toHuman())}}}}calculateDelta0Y(e,t,r){let s=[];for(let n=0;n<t.length;n++){let o=t[n],i=r.get(o.poolAddress);if(i==null)throw new Error("Pool does not exit");let a=i.parsePair(o.assetIn,o.assetOut),l;n>0?l=s[n-1]:l=e;let c=i.calculateOutGivenIn(a,l);s.push(c)}return s[s.length-1]}async toSellSwaps(e,t,r){let s=[];for(let n=0;n<t.length;n++){let o=t[n],i=r.get(o.poolAddress);if(i==null)throw new Error("Pool does not exit");let a=i.parsePair(o.assetIn,o.assetOut),l;n>0?l=s[n-1].amountOut:l=v(m(e),a.decimalsIn).decimalPlaces(0,1);let c=await this.poolService.getPoolFees(a,i),{amountOut:u,calculatedOut:h,feePct:d,errors:g}=i.validateAndSell(a,l,c),b=this.getPoolFeeRange(c),P=i.spotPriceOutGivenIn(a),T=l.shiftedBy(-1*a.decimalsIn).multipliedBy(P),f=ue(h,T);s.push({...o,assetInDecimals:a.decimalsIn,assetOutDecimals:a.decimalsOut,amountIn:l,amountOut:u,calculatedOut:h,spotPrice:P,tradeFeePct:d,tradeFeeRange:b,priceImpactPct:f.toNumber(),errors:g,isSupply(){return i.type==="Aave"&&i.tokens[0].id===o.assetIn},isWithdraw(){return i.type==="Aave"&&i.tokens[1].id===o.assetIn},toHuman(){return{...o,amountIn:x(l,a.decimalsIn),amountOut:x(u,a.decimalsOut),calculatedOut:x(h,a.decimalsOut),spotPrice:x(P,a.decimalsOut),tradeFeePct:d,tradeFeeRange:b,priceImpactPct:f.toNumber(),errors:g}}})}return s}async getMostLiquidRoute(e,t){let r=await super.getPools(),{poolsMap:s}=await super.validateTokenPair(e,t,r),n=super.getPaths(e,t,s,r);if(n.length===0)throw new j(e,t);let l=r.filter(d=>d.tokens.some(g=>g.id===e&&g.id!==d.id)).map(d=>d.type==="Aave"?d.tokens:d.tokens.filter(g=>g.id===e)).map(d=>d.map(g=>m(g.balance).shiftedBy(-1*g.decimals)).reduce((g,b)=>g.plus(b))).sort((d,g)=>g.isLessThan(d)?-1:1)[0].div(100).multipliedBy(.1),c=n.map(async d=>await this.toSellSwaps(l,d,s)),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=await super.getPools();if(r.length===0)throw new Error("No pools configured");let{poolsMap:s}=await super.validateTokenPair(e,t,r);if(super.getPaths(e,t,s,r).length===0)return Promise.resolve(void 0);let o=await this.getMostLiquidRoute(e,t),i=await this.toSellSwaps("1",o,s),a=i.map(u=>u.spotPrice.shiftedBy(-1*u.assetOutDecimals)).reduce((u,h)=>u.multipliedBy(h)),l=i[i.length-1].assetOutDecimals;return{amount:v(a,l),decimals:l}}findBestBuyRoute(e){let t=e.sort((r,s)=>{let n=r[0].amountIn,o=s[0].amountIn;return n.isGreaterThan(o)?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 n=await super.getPools();if(n.length===0)throw new Error("No pools configured");let{poolsMap:o}=await super.validateTokenPair(e,t,n),i=super.getPaths(e,t,o,n);if(i.length===0)throw new j(e,t);let a;if(s)a=await this.toBuySwaps(r,s,o);else{let S=i.map(async N=>await this.toBuySwaps(r,N,o)),F=await Promise.all(S);a=this.findBestBuyRoute(F)}let l=a[a.length-1],c=a[0],u=this.isDirectTrade(a),h=a.map(S=>S.spotPrice.shiftedBy(-1*S.assetInDecimals)).reduce((S,F)=>S.multipliedBy(F)),d=v(h,c.assetInDecimals),g=u?c.calculatedIn:this.calculateDelta0X(l.amountOut,a,o),b=c.amountIn,P=u?c.tradeFeePct:gt(g,b).toNumber(),T=b.minus(g),f=this.getRouteFeeRange(a),I=l.amountOut.shiftedBy(-1*l.assetOutDecimals).multipliedBy(d),B;return g.isZero()?B=-100:B=ue(I,g).toNumber(),{type:"Buy",amountOut:l.amountOut,amountIn:c.amountIn,spotPrice:d,tradeFee:T,tradeFeePct:P,tradeFeeRange:f,priceImpactPct:B,swaps:a,toHuman(){return{type:"Buy",amountOut:x(l.amountOut,l.assetOutDecimals),amountIn:x(c.amountIn,c.assetInDecimals),spotPrice:x(d,c.assetInDecimals),tradeFee:x(T,c.assetInDecimals),tradeFeePct:P,tradeFeeRange:f,priceImpactPct:B,swaps:a.map(S=>S.toHuman())}}}}calculateDelta0X(e,t,r){let s=[];for(let n=t.length-1;n>=0;n--){let o=t[n],i=r.get(o.poolAddress);if(i==null)throw new Error("Pool does not exit");let a=i.parsePair(o.assetIn,o.assetOut),l;n==t.length-1?l=e:l=s[0];let c=i.calculateInGivenOut(a,l);s.unshift(c)}return s[0]}async toBuySwaps(e,t,r){let s=[];for(let n=t.length-1;n>=0;n--){let o=t[n],i=r.get(o.poolAddress);if(i==null)throw new Error("Pool does not exit");let a=i.parsePair(o.assetIn,o.assetOut),l;n==t.length-1?l=v(m(e),a.decimalsOut).decimalPlaces(0,1):l=s[0].amountIn;let c=await this.poolService.getPoolFees(a,i),{amountIn:u,calculatedIn:h,feePct:d,errors:g}=i.validateAndBuy(a,l,c),b=this.getPoolFeeRange(c),P=i.spotPriceInGivenOut(a),T=l.shiftedBy(-1*a.decimalsOut).multipliedBy(P),f;h.isZero()?f=-100:f=ue(T,h).toNumber(),s.unshift({...o,assetInDecimals:a.decimalsIn,assetOutDecimals:a.decimalsOut,amountIn:u,amountOut:l,calculatedIn:h,spotPrice:P,tradeFeePct:d,tradeFeeRange:b,priceImpactPct:f,errors:g,isSupply(){return i.type==="Aave"&&i.tokens[0].id===o.assetIn},isWithdraw(){return i.type==="Aave"&&i.tokens[1].id===o.assetIn},toHuman(){return{...o,amountIn:x(u,a.decimalsIn),amountOut:x(l,a.decimalsOut),calculatedIn:x(h,a.decimalsIn),spotPrice:x(P,a.decimalsIn),tradeFeePct:d,tradeFeeRange:b,priceImpactPct:f,errors:g}}})}return s}};var Pt=6e3,bt=m(1e15),pe=6,Ve=-5,ze=6*60*60*1e3;var yt=6;var G=class{static build(e){return e.map(({assetIn:t,assetOut:r,pool:s,poolId:n})=>s==="Stableswap"?{pool:{Stableswap:n},assetIn:t,assetOut:r}:{pool:s,assetIn:t,assetOut:r})}};var de=class{schedulerOptions;router;constructor(e,t={}){this.router=e,this.schedulerOptions=Object.freeze({blockTime:t.blockTime??Pt,minBudgetInNative:t.minBudgetInNative??bt})}get blockTime(){return this.schedulerOptions.blockTime}get minOrderBudget(){return this.schedulerOptions.minBudgetInNative}async getDcaOrder(e,t,r,s,n){let[o,i]=await Promise.all([this.getMinimumOrderBudget(e),this.router.getBestSell(e,t,r)]),{amountIn:a,swaps:l,priceImpactPct:c}=i,u=l[0],h=l[l.length-1],{assetInDecimals:d}=u,{assetOutDecimals:g}=h,b=Math.abs(c),P=this.getMinimumTradeCount(a,o),T=this.getOptimalTradeCount(b),f=n?Math.round(s/n):T,I=Math.ceil(s/P),B=Math.round(s/T),S=Math.round(s/f),F=a.dividedBy(f).decimalPlaces(0,1),N=await this.router.getBestSell(e,t,x(F,d)),q=a.isLessThan(o),he=[];q&&he.push("OrderTooSmall");let Pe=N.amountOut.multipliedBy(f),ke=this.toBlockPeriod(S),Ce=N.tradeFee.multipliedBy(f),Le=G.build(l),Ke={assetIn:e,assetOut:t,errors:he,frequencyMin:I,frequencyOpt:B,frequency:S,tradeCount:f,tradeFee:Ce,tradeImpactPct:N.priceImpactPct,tradePeriod:ke,tradeRoute:Le,type:"Dca"};return{...Ke,amountIn:a,amountOut:Pe,tradeAmountIn:N.amountIn,tradeAmountOut:N.amountOut,toHuman(){return{...Ke,amountIn:x(a,d),amountOut:x(Pe,g),tradeAmountIn:x(N.amountIn,d),tradeAmountOut:x(N.amountOut,g)}}}}async getMinimumOrderBudget(e){if(D===e)return this.minOrderBudget;let t=await this.router.getBestSpotPrice(D,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,n]=await Promise.all([this.getMinimumOrderBudget(e),this.router.getBestSell(e,t,r)]),{amountIn:o,swaps:i,priceImpactPct:a}=n,l=i[0],c=i[i.length-1],{assetInDecimals:u}=l,{assetOutDecimals:h}=c,d=Math.abs(a),g=this.getTwapTradeCount(d),b=o.dividedBy(g).decimalPlaces(0,1),P=await this.router.getBestSell(l.assetIn,c.assetOut,x(b,u)),T=g===1,f=o.isLessThan(s),I=P.priceImpactPct<Ve,B=[];f||T?B.push("OrderTooSmall"):I&&B.push("OrderImpactTooBig");let S=P.amountOut.multipliedBy(g),F=P.tradeFee.multipliedBy(g),N=G.build(i),q={assetIn:e,assetOut:t,errors:B,tradeCount:g,tradeImpactPct:P.priceImpactPct,tradePeriod:pe,tradeRoute:N,type:"TwapSell"};return{...q,amountIn:o,amountOut:S,tradeAmountIn:P.amountIn,tradeAmountOut:P.amountOut,tradeFee:F,toHuman(){return{...q,amountIn:x(o,u),amountOut:x(S,h),tradeAmountIn:x(P.amountIn,u),tradeAmountOut:x(P.amountOut,h),tradeFee:x(F,h)}}}}async getTwapBuyOrder(e,t,r){let[s,n]=await Promise.all([this.getMinimumOrderBudget(e),this.router.getBestBuy(e,t,r)]),{amountOut:o,swaps:i,priceImpactPct:a}=n,l=i[0],c=i[i.length-1],{assetInDecimals:u}=l,{assetOutDecimals:h}=c,d=Math.abs(a),g=this.getTwapTradeCount(d),b=o.dividedBy(g).decimalPlaces(0,1),P=await this.router.getBestBuy(l.assetIn,c.assetOut,x(b,h)),T=P.amountIn.multipliedBy(g),f=g===1,I=T.isLessThan(s),B=P.priceImpactPct<Ve,S=[];I||f?S.push("OrderTooSmall"):B&&S.push("OrderImpactTooBig");let F=P.tradeFee.multipliedBy(g),N=G.build(i),q={assetIn:e,assetOut:t,errors:S,tradeCount:g,tradeImpactPct:P.priceImpactPct,tradePeriod:pe,tradeRoute:N,type:"TwapBuy"};return{...q,amountIn:T,amountOut:o,tradeAmountIn:P.amountIn,tradeAmountOut:P.amountOut,tradeFee:F,toHuman(){return{...q,amountIn:x(T,u),amountOut:x(o,h),tradeAmountIn:x(P.amountIn,u),tradeAmountOut:x(P.amountOut,h),tradeFee:x(F,u)}}}}getTwapTradeCount(e){let t=this.getOptimalTradeCount(e);if(this.getTwapExecutionTime(t)>ze){let s=ze/(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,yt)}};import{encodeFunctionData as Ur}from"viem";var Q=class extends C{evmClient;balanceClient;aaveUtils;constructor(e,t){super(e),this.evmClient=t??new k,this.balanceClient=new U(e),this.aaveUtils=new V(this.evmClient)}wrapTx(e,t){return{hex:t.toHex(),name:e,get:()=>t,dryRun:r=>this.dryRun(r,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(),ye)}isDirectOmnipoolTrade(e){return e.length===1&&e[0].pool==="Omnipool"}};var _e=class extends Q{_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:n,assetOut:o}=s,i;return s.isWithdraw()?i=(await this.aaveUtils.getMaxWithdraw(this.beneficiary,o)).amount:i=await this.balanceClient.getBalance(this.beneficiary,n),e.isGreaterThanOrEqualTo(i.minus(5))&&!s.isWithdraw()?this.buildSellAllTx():this.buildSellTx()}buildBuyTx(){let{amountIn:e,amountOut:t,swaps:r}=this.trade,s=r[0],n=r[r.length-1],o=K(e,this.slippagePct),i=s.assetIn,a=n.assetOut,l=e.plus(o),c;return this.isDirectOmnipoolTrade(r)?c=this.api.tx.omnipool.buy(a,i,t.toFixed(),l.toFixed()):c=this.api.tx.router.buy(i,a,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],n=r[r.length-1],o=K(t,this.slippagePct),i=s.assetIn,a=n.assetOut,l=t.minus(o),c;return this.isDirectOmnipoolTrade(r)?c=this.api.tx.omnipool.sell(i,a,e.toFixed(),l.toFixed()):c=this.api.tx.router.sell(i,a,e.toFixed(),l.toFixed(),G.build(r)),s.isWithdraw()&&await this.aaveUtils.hasBorrowPositions(this.beneficiary)&&(c=this.dispatchWithExtraGas(c)),this.wrapTx("RouterSell",c)}async buildSellAllTx(){let{amountOut:e,swaps:t}=this.trade,r=t[0],s=t[t.length-1],n=K(e,this.slippagePct),o=r.assetIn,i=s.assetOut,a=e.minus(n),l=this.api.tx.router.sellAll(o,i,a.toFixed(),G.build(t));return r.isWithdraw()&&await this.aaveUtils.hasBorrowPositions(this.beneficiary)&&(l=this.dispatchWithExtraGas(l)),this.wrapTx("RouterSellAll",l)}async buildWithdrawTx(e){let{swaps:t}=this.trade,r=e||this.trade.amountIn,n=t[0].assetOut,o=await this.evmClient.getGasPrice(),i=o*10n/100n,a=Y.fromAny(this.beneficiary),l=e?Je:BigInt(r.toFixed()),c=M.fromAssetId(n),u=Ur({abi:J,functionName:"withdraw",args:[c,l,a]}),h=this.api.tx.evm.call(a,be,u,0n,ye,o+i,o+i,null,[]);return{hex:h.toHex(),name:"Withdraw",get:()=>h,dryRun:d=>this.dryRun(d,h)}}};var De=class extends Q{_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:n,tradeRoute:o}=this.order,i=this.api.tx.dca.schedule({owner:this.beneficiary,period:n,maxRetries:this.maxRetries,totalAmount:e.toFixed(),slippage:this.slippagePct*1e4,order:{Sell:{assetIn:t,assetOut:r,amountIn:s.toFixed(),minAmountOut:"0",route:o}}},null);return this.wrapTx("DcaSchedule",i)}buildTwapSellTx(){let{amountIn:e,assetIn:t,assetOut:r,tradeAmountIn:s,tradeAmountOut:n,tradePeriod:o,tradeRoute:i}=this.order,a=K(n,this.slippagePct),l=n.minus(a),c=this.api.tx.dca.schedule({owner:this.beneficiary,period:o,maxRetries:this.maxRetries,totalAmount:e.toFixed(),slippage:this.slippagePct*1e4,order:{Sell:{assetIn:t,assetOut:r,amountIn:s.toFixed(),minAmountOut:l.toFixed(),route:i}}},null);return this.wrapTx("DcaSchedule.twapSell",c)}buildTwapBuyTx(){let{amountIn:e,assetIn:t,assetOut:r,tradeAmountIn:s,tradeAmountOut:n,tradePeriod:o,tradeRoute:i}=this.order,a=K(s,this.slippagePct),l=s.plus(a),c=this.api.tx.dca.schedule({owner:this.beneficiary,period:o,maxRetries:this.maxRetries,totalAmount:e.toFixed(),slippage:this.slippagePct*1e4,order:{Buy:{assetIn:t,assetOut:r,amountOut:n.toFixed(),maxAmountIn:l.toFixed(),route:i}}},null);return this.wrapTx("DcaSchedule.twapBuy",c)}};var ge=class{api;evmClient;constructor(e,t){this.api=e,this.evmClient=t??new k}trade(e){return new _e(this.api,this.evmClient).setTrade(e)}order(e){return new De(this.api,this.evmClient).setOrder(e)}};function eu(p,e){let t=new se(p),r=e??new k,s=new ie(p),n=new V(r),o=new me(s),i=new de(o,{blockTime:t.blockTime,minBudgetInNative:t.minOrderBudget});return{api:{aave:n,router:o,scheduler:i},client:{asset:new z(p),balance:new U(p),evm:r},ctx:{pool:s},tx:new ge(p,r),destroy:()=>{s.destroy()}}}export{Dr as AMOUNT_MAX,ee as AaveClient,Te as AavePool,xe as AavePoolClient,V as AaveUtils,z as AssetClient,lt as AssetNotFound,ls as BASILISK_PARACHAIN_ID,U as BalanceClient,O as BigNumber,ie as CachingPoolService,se as ChainParams,Ft as DECIMAL_PLACES,qe as DENOMINATOR,M as ERC20,k as EvmClient,We as FarmClient,Y as H160,fe as HUB_ASSET_ID,cs as HYDRADX_PARACHAIN_ID,W as HYDRADX_SS58_PREFIX,ys as INFINITY,H as LbpMath,Oe as LbpPool,Be as LbpPoolClient,R as ONE,A as OmniMath,Ie as OmniPool,ve as OmniPoolClient,C as PolkadotApiClient,at as PoolConfigNotFound,Z as PoolError,oe as PoolFactory,we as PoolNotFound,ne as PoolService,E as PoolType,mt as ProviderConfigNotFound,te as RUNTIME_DECIMALS,j as RouteNotFound,ce as Router,tt as SYSTEM_ASSET_DECIMALS,D as SYSTEM_ASSET_ID,_ as StableMath,Fe as StableSwap,Re as StableSwapClient,ct as StorageConfigNotFound,ut as SubscriptionNotSupported,re as TRADEABLE_DEFAULT,ht as TradeOrderError,$e as TradeOrderType,G as TradeRouteBuilder,me as TradeRouter,de as TradeScheduler,Ye as TradeType,ge as TxBuilderFactory,$ as XykMath,Ae as XykPool,Ne as XykPoolClient,w as ZERO,xn as bnFormatter,m as bnum,gt as calculateBuyFee,Cl as calculateDiffToAvg,ue as calculateDiffToRef,dt as calculateSellFee,eu as createSdkContext,Qe as evmMainnet,pt as findNestedKey,Tn as findNestedObj,K as getFraction,vt as isEvmAccount,At as isEvmAddress,Nt as isSs58Address,v as scale,fs as toBn,x as toDecimals};
|
|
1
|
+
var K=[{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 Ge=[{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 ye="0x1b02E051683b5cfaC5929C25E84adb26ECf87B38",We="0x112b087b60C1a166130d59266363C45F8aa99db0",He="0xf3Ba4D1b50f78301BDD7EAEa9B67822A15FCA691",fe=1000000n;var Qe=BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");var Q=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:Ge,address:We,args:[He],functionName:"getReservesData"})}async getUserReservesData(e){return await this.client.readContract({abi:Ge,address:We,args:[He,e],functionName:"getUserReservesData"})}async getUserAccountData(e){return await this.client.readContract({abi:K,address:ye,args:[e],functionName:"getUserAccountData"})}};import{decodeAddress as Te,encodeAddress as tt}from"@polkadot/util-crypto";import{hexToU8a as Bt,isHex as It,u8aToHex as At}from"@polkadot/util";import{Buffer as H}from"buffer";var ts=2090,Xe=1e3,Se="1",rs=2034,W=63,ee=18,D="0",et=12,te=15;var Ye="ETH\0";function vt(m){if(!m)return!1;try{let e=Te(m,!0),t=H.from(Ye);return H.from(e.subarray(0,t.length)).equals(t)}catch{return!1}}function Nt(m){return!!/^0x[a-fA-F0-9]{40}$/.test(m)}function Ft(m){try{let e=It(m)?Bt(m):Te(m);return tt(e),!0}catch{return!1}}var X=class m{static toAccount=e=>{let t=H.from(e.slice(2),"hex"),r=H.from(Ye);return tt(new Uint8Array(H.concat([r,t,H.alloc(8)])),63)};static fromAccount=e=>{let t=Te(e),r=H.from(Ye),s=t.slice(r.length,-8);return"0x"+H.from(s).toString("hex")};static fromSS58=e=>{let r=Te(e).slice(0,20);return At(r)};static fromAny=e=>{if(Nt(e))return e;if(vt(e))return m.fromAccount(e);if(Ft(e))return m.fromSS58(e);throw new Error("Unknown address type")}};var M=class{static fromAssetId(e){let t=Number(e),r=Buffer.alloc(20,0);return r[15]=1,r.writeUInt32BE(t,16),"0x"+r.toString("hex")}static toAssetId(e){let t=Buffer.from(e.replace("0x",""),"hex");return t.length!==20||!this.isAssetAddress(e)?null:t.readUInt32BE(16)}static isAssetAddress(e){let t=Buffer.from("0000000000000000000000000000000100000000","hex"),r=Buffer.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 Rt=12;O.config({EXPONENTIAL_AT:[-100,100],ROUNDING_MODE:4,DECIMAL_PLACES:Rt});var S=p(0),R=p(1),ms=p("Infinity");function v(m,e){let t=new O(e.toString()),r=new O(10).pow(t);return m.times(r)}function p(m){return new O(m.toString())}function ps(m,e){let t=p(m);return v(t,e)}function x(m,e){return m.shiftedBy(-1*e).toString()}var we=p("1e27"),Et=p("1.01"),_t=p("31536000"),$=class{client;constructor(e){this.client=new Q(e)}async getSummary(e){let t=X.fromAny(e),[r,s,n,a]=await Promise.all([this.client.getReservesData(),this.client.getUserReservesData(t),this.client.getUserAccountData(t),this.client.getBlockTimestamp()]),[i]=r,[o,l]=s,[c,u,h,d,g,b]=n,P=p(b).dividedBy(1e18).decimalPlaces(6,O.ROUND_DOWN),T=p(c),f=p(u),I=[];for(let B of o){let w=B.underlyingAsset.toLowerCase(),A=i.find(({underlyingAsset:xt})=>xt.toLowerCase()===w);if(!A)throw new Error("Missing pool reserve for "+w);let F=p(B.scaledATokenBalance),q=p(A.liquidityIndex),he=p(A.liquidityRate),Pe=p(A.priceInMarketReferenceCurrency),Le=a+6,Ue=this.calculateLinearInterest(he,A.lastUpdateTimestamp,Le),qe=q.multipliedBy(Ue).dividedBy(we).decimalPlaces(0,O.ROUND_DOWN),be=F.multipliedBy(qe).dividedBy(we).decimalPlaces(0,O.ROUND_DOWN),Tt=p(l===A.eModeCategoryId?A.eModeLiquidationThreshold:A.reserveLiquidationThreshold).div(1e4),wt=A.usageAsCollateralEnabled&&B.usageAsCollateralEnabledOnUser&&p(B.scaledATokenBalance).gt(0),Ot=M.toAssetId(w);I.push({aTokenBalance:be,decimals:Number(A.decimals),isCollateral:wt,priceInRef:Pe,reserveId:Ot,reserveAsset:w,reserveLiquidationThreshold:Tt})}return{healthFactor:P.toNumber(),totalCollateral:T,totalDebt:f,reserves:I}}async hasBorrowPositions(e){let t=X.fromAny(e),r=await this.client.getUserAccountData(t),[s,n]=r;return n>0n}async getHealthFactor(e){let t=X.fromAny(e),r=await this.client.getUserAccountData(t),[s,n,a,i,o,l]=r;return p(l).dividedBy(1e18).decimalPlaces(6,O.ROUND_DOWN).toNumber()}async getHealthFactorAfterWithdraw(e,t,r){let{totalCollateral:s,totalDebt:n,reserves:a}=await this.getSummary(e),i=M.fromAssetId(t),o=a.find(T=>T.reserveAsset===i);if(!o)throw new Error("Missing reserve ctx for "+i);let{decimals:l,isCollateral:c,priceInRef:u,reserveLiquidationThreshold:h}=o,d=v(p(r),l).decimalPlaces(0,1),g=c?d.multipliedBy(u).dividedBy(p(10).pow(l)).decimalPlaces(0,O.ROUND_DOWN):S,b=s.minus(g);return b.lte(0)?0:b.multipliedBy(h).dividedBy(n).decimalPlaces(6,O.ROUND_DOWN).toNumber()}async getHealthFactorAfterSupply(e,t,r){let{totalCollateral:s,totalDebt:n,reserves:a}=await this.getSummary(e),i=M.fromAssetId(t),o=a.find(P=>P.reserveAsset===i);if(!o)throw new Error("Missing reserve ctx for "+i);let{decimals:l,priceInRef:c,reserveLiquidationThreshold:u}=o,d=v(p(r),l).decimalPlaces(0,1).multipliedBy(c).dividedBy(p(10).pow(l)).decimalPlaces(0,O.ROUND_DOWN),g=s.plus(d);return g.lte(0)?0:g.multipliedBy(u).dividedBy(n).decimalPlaces(6,O.ROUND_DOWN).toNumber()}async getMaxWithdraw(e,t){let{totalCollateral:r,totalDebt:s,reserves:n}=await this.getSummary(e),a=M.fromAssetId(t),i=n.find(o=>o.reserveAsset===a);if(!i)throw new Error("Missing reserve ctx for "+a);return this.calculateWithdrawMax(i,r,s)}async getMaxWithdrawAll(e){let{totalCollateral:t,totalDebt:r,reserves:s}=await this.getSummary(e),n={};for(let a of s){let i=this.calculateWithdrawMax(a,t,r);a.reserveId&&(n[a.reserveId]=i)}return n}calculateWithdrawMax(e,t,r){let{aTokenBalance:s,decimals:n,priceInRef:a,reserveLiquidationThreshold:i}=e,o=Et.multipliedBy(r).div(i).decimalPlaces(0,O.ROUND_UP),l=t.minus(o).decimalPlaces(0,1);if(l.lte(0))return{amount:S,decimals:n};let c=l.multipliedBy(p(10).pow(n)).dividedBy(a).decimalPlaces(0,O.ROUND_DOWN);return{amount:O.minimum(s,c),decimals:n}}calculateLinearInterest(e,t,r){let s=r-t;return s<=0?we:e.multipliedBy(s).dividedBy(_t).plus(we).decimalPlaces(0,O.ROUND_DOWN)}};function rt(m){switch(m){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 k=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");rt(r)&&console.log(e,...t)}};var V=class extends k{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:n}=r.unwrap();return[t.toString(),{decimals:s.toNumber(),symbol:n.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==D){let u=this.api.consts.balances.existentialDeposit;return{id:D,name:this.getSystemTokenName(this.chainToken),symbol:this.chainToken,decimals:this.chainDecimals,icon:this.chainToken,type:"Token",isSufficient:!0,existentialDeposit:u.toString()}}let{name:n,assetType:a,isSufficient:i,existentialDeposit:o}=t,{symbol:l,decimals:c}=r.get(e)??{};return{id:e,name:n.toHuman(),symbol:l,decimals:c,icon:l,type:a.toHuman(),isSufficient:i?i.toHuman():!0,location:s?.toJSON(),existentialDeposit:o.toString()}}getBond(e,t,r,s){let[n,a]=s,{assetType:i,isSufficient:o,existentialDeposit:l}=t,{symbol:c,decimals:u}=this.getToken(n.toString(),t,r),h=a.toNumber(),d=new Intl.DateTimeFormat("en-GB"),g=[c,"Bond",d.format(h)].join(" ");return{id:e,name:g,symbol:c+"b",decimals:u,icon:c,type:i.toString(),isSufficient:o.toHuman(),existentialDeposit:l.toString(),underlyingAssetId:n.toString(),maturity:h}}getShares(e,t,r,s){let{assets:n}=s,{name:a,symbol:i,assetType:o,isSufficient:l,existentialDeposit:c}=t,h=n.map(b=>b.toString()).map(b=>{let{symbol:P}=this.getToken(b,t,r);return[b,P]}),d=Object.fromEntries(h),g=Object.values(d);return{id:e,name:g.join(", "),symbol:i?.isSome?i.toHuman():a.toHuman(),decimals:18,icon:g.join("/"),type:o.toString(),isSufficient:l.toHuman(),existentialDeposit:c.toString(),meta:d}}getExternal(e,t,r,s){let n=this.getToken(e,t,new Map,s),a=r?.find(i=>i.internalId===n.id);return a?{...n,decimals:a.decimals,name:a.name,symbol:a.symbol,icon:a.symbol,isWhiteListed:a.isWhiteListed}:n}normalizeMetadata(e,t){return t.size?t:new Map(e.map(([{args:[r]},s])=>{let{decimals:n,symbol:a}=s.unwrap();return[r.toString(),{decimals:Number(n.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,n,a,i]=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,i),c=o.map(([{args:[u]},h])=>{let d=h.unwrap(),g=s.get(u.toString()),{assetType:b}=d;switch(b.toString()){case"Bond":let P=a.get(u.toString());return this.getBond(u.toString(),d,l,P);case"StableSwap":let T=n.get(u.toString());return this.getShares(u.toString(),d,l,T);case"External":return this.getExternal(u.toString(),d,t,g);default:return this.getToken(u.toString(),d,l,g)}});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 L=class extends k{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===D?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{free:r,reserved:s,frozen:n}=await this.api.query.tokens.accounts(e,t);return this.calculateFreeBalance({free:r,feeFrozen:s,frozen:n})}async getErc20Balance(e,t){let{free:r,reserved:s,frozen:n}=await this.getTokenBalanceData(e,t);return this.calculateFreeBalance({free:r,feeFrozen:0n,frozen:n})}async subscribeSystemBalance(e,t){return this.api.query.system.account(e,({data:r})=>t(D,this.calculateFreeBalance(r)))}async subscribeTokenBalance(e,t,r){let s=await this.api.query.tokens.accounts.keys(e),n=r?r.map(a=>[e,a]):s.map(({args:[a,i]})=>[a.toString(),i.toString()]);return this.api.query.tokens.accounts.multi(n,a=>{let i=[];a.forEach((o,l)=>{let c=this.calculateFreeBalance(o),u=n[l][1];i.push([u,c])}),t(i)})}async subscribeErc20Balance(e,t,r){let n=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 i=await Promise.all(n.map(async o=>[o,await this.getErc20Balance(e,o)]));t(i)};return this.api.rpc.chain.subscribeNewHeads(async()=>{a()})}async getTokenBalanceData(e,t){return this.api.call.currenciesApi.account(t,e)}calculateFreeBalance(e){let{free:t,miscFrozen:r,feeFrozen:s,frozen:n}=e,a=new O(t),i=new O(r||n),o=new O(s||0n),l=i.gt(o)?i:o;return a.minus(l)}};var re=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()),p(this._minOrderBudget)}};import{fixed_from_rational as st}from"@galacticcouncil/math-liquidity-mining";import{GenericAccountId32 as Dt}from"@polkadot/types";import{u8aConcat as nt}from"@polkadot/util";import{isAddress as it}from"@polkadot/util-crypto";var $e=class extends k{balanceClient;constructor(e){super(e),this.balanceClient=new L(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,n])=>{let[,a]=s.args,i=n.unwrap().toString(),o=a.toString(),l=(await this.api.query.omnipoolWarehouseLM.globalFarm(o)).unwrap(),c=(await this.api.query.omnipoolWarehouseLM.yieldFarm(e,o,i)).unwrap(),u=await this.getOraclePrice(l)??l.priceAdjustment.toString(),d=this.getAccountResolver(this.api.registry)(Number(o),!1).toString(),g=l.rewardCurrency.toString(),b=await this.balanceClient.getTokenBalanceData(d,g);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,n])=>{let[,a]=s.args,i=n.unwrap().toString(),o=a.toString(),l=(await this.api.query.xykWarehouseLM.globalFarm(o)).unwrap(),c=(await this.api.query.xykWarehouseLM.yieldFarm(e,o,i)).unwrap(),u=await this.getOraclePrice(l)??l.priceAdjustment.toString(),d=this.getAccountResolver(this.api.registry)(Number(o),!0).toString(),g=l.rewardCurrency.toString(),b=await this.balanceClient.getTokenBalanceData(d,g);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 O(1).shiftedBy(18).toString();let n=await this.api.query.emaOracle.oracles("omnipool",s,"TenMinutes");if(n.isNone)return;let[a]=n.unwrap(),i=a.price.n.toString(),o=a.price.d.toString(),l;return Number(t)<Number(r)?l=st(i,o):l=st(o,i),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 nt(e,Array(Math.max(0,t-e.length)).fill(0))}getAccountResolver=e=>(t,r)=>{let s="modl",n=r?"0x78796b4c4d704944":"0x4f6d6e6957684c4d";return new Dt(e,this.padEndU8a(nt(s,n,typeof t!="number"?t.toU8a():[t]),32))};async getFarmApr(e,t){if(t==="isolatedpool"&&!it(e))throw new Error("You must pass an address of isolated pool as id");if(t==="omnipool"&&it(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:i,globalFarm:o,priceAdjustment:l,potBalance:c})=>{let u=new O(o.totalSharesZ.toString()),h=o.plannedYieldingPeriods.toString(),d=new O(o.yieldPerPeriod.toString()),g=new O(o.maxRewardPerPeriod.toString()),b=o.blocksPerPeriod.toString(),P=new O(i.multiplier.toString()).shiftedBy(-18),T=this.secondsInYear.div(new O(r).times(b)),f;if(u.isZero())f=d.times(P).times(T);else{let F=this.getGlobalRewardPerPeriod(u,d,g,l);f=this.getPoolYieldPerPeriod(F,P,u,l).times(T)}let I=new O(o.pendingRewards.toString()).plus(o.accumulatedPaidRewards.toString()),B=g.times(h),w=c?I.plus(c):B;return I.div(w).gte(.999)?S:f.div(t==="isolatedpool"?2:1).times(100)}).reduce((i,o)=>i.plus(o),S).toString():void 0}};var Oe=class extends Error{constructor(e){super(),this.message=`${e} pool invalid`,this.name="PoolNotFound"}},at=class extends Error{constructor(e,t){super(),this.message=`${e} pool missing ${t}`,this.name="PoolConfigNotFound"}},J=class extends Error{constructor(e,t){super(),this.message=`Route from ${e} to ${t} not found in pool configuration`,this.name="RouteNotFound"}},ot=class extends Error{constructor(e){super(),this.message=`Asset ${e} not available in current network`,this.name="AssetNotFound"}},lt=class extends Error{constructor(e){super(),this.message=`Storage missing ${e}`,this.name="StorageConfigNotFound"}},ct=class extends Error{constructor(e){super(),this.message=`Subscription type "${e}" not supported`,this.name="SubscriptionNotSupported"}},ut=class extends Error{constructor(e){super(),this.message=`${e}`,this.name="ProviderConfigNotFound"}};import{defineChain as kt}from"viem";var Ct=["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"],mt=m=>{let e=m.__internal__endpoints,t=e.some(s=>Ct.includes(s)),r=e.map(s=>s.replace("wss://","https://").replace("ws://","http://"));return kt({id:222222,name:"Hydration",network:"hydration",nativeCurrency:{decimals:18,name:"WETH",symbol:"WETH"},rpcUrls:{default:{http:r}},blockExplorers:{default:{name:"Hydration Explorer",url:t?"https://explorer.evm.hydration.cloud":"https://explorer.nice.hydration.cloud"}},testnet:!t})};import{createPublicClient as dt,createWalletClient as Mt,custom as Lt,http as Ut}from"viem";function pt(m){let e=async({method:t,params:r})=>{let s=Array.isArray(r)?r:[];return m.send(t,s)};return()=>({request:e,config:{name:"PolkadotWsTransport",type:"webSocket",key:"polkadotWs",request:e}})}var xe=class{wsProvider;chain;constructor(e){let{provider:t}=e._options;this.wsProvider=t,this.chain=mt(t)}get chainId(){return this.chain.id}get chainCurrency(){return this.chain.nativeCurrency.symbol}get chainDecimals(){return this.chain.nativeCurrency.decimals}getProvider(){return dt({chain:this.chain,transport:Ut()})}getWsProvider(){return dt({chain:this.chain,transport:pt(this.wsProvider)})}getSigner(e){return Mt({account:e,chain:this.chain,transport:Lt(window.ethereum)})}};import{LRUCache as Wr}from"@thi.ng/cache";import{memoize1 as Gr}from"@thi.ng/memoize";var E=(n=>(n.Aave="Aave",n.LBP="Lbp",n.Omni="Omnipool",n.Stable="Stableswap",n.XYK="Xyk",n))(E||{}),j=(n=>(n.UnknownError="UnknownError",n.InsufficientTradingAmount="InsufficientTradingAmount",n.MaxInRatioExceeded="MaxInRatioExceeded",n.MaxOutRatioExceeded="MaxOutRatioExceeded",n.TradeNotAllowed="TradeNotAllowed",n))(j||{});var Be=class m{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;static fromPool(e){return new m(e.address,e.tokens,e.maxInRatio,e.maxOutRatio,e.minTradingLimit)}constructor(e,t,r,s,n){this.type="Aave",this.address=e,this.tokens=t,this.maxInRatio=r,this.maxOutRatio=s,this.minTradingLimit=n}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(o=>[o.id,o])),s=r.get(e),n=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(n==null)throw new Error("Pool does not contain tokenOut");let a=p(s.balance),i=p(n.balance);return{assetIn:e,assetOut:t,decimalsIn:s.decimals,decimalsOut:n.decimals,balanceIn:a,balanceOut:i,assetInED:S,assetOutED:S}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),n=[];return t.isGreaterThan(e.balanceOut)&&n.push("TradeNotAllowed"),{amountIn:s,calculatedIn:s,amountOut:t,feePct:0,errors:n}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),n=[];return s.isGreaterThan(e.balanceOut)&&n.push("TradeNotAllowed"),{amountIn:t,calculatedOut:s,amountOut:s,feePct:0,errors:n}}calculateInGivenOut(e,t){return t}calculateOutGivenIn(e,t){return t}spotPriceInGivenOut(e){return v(R,e.decimalsOut)}spotPriceOutGivenIn(e){return v(R,e.decimalsIn)}calculateTradeFee(e,t){return S}};import{encodeAddress as Wt}from"@polkadot/util-crypto";import{stringToU8a as Ht}from"@polkadot/util";import{decodeEventLog as Xt}from"viem";function gt(m,e){let t=[];return JSON.stringify(m,(r,s)=>(s&&s[e]&&t.push(s),s)),t[0]}function vn(m,e,t){let r;return JSON.stringify(m,(s,n)=>(n&&n[e]===t&&(r=n),n)),r}var Nn=(m,e)=>typeof e=="bigint"?e.toString():e;import{memoize1 as qt}from"@thi.ng/memoize";import{TLRUCache as Gt}from"@thi.ng/cache";var Ve=[{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 se=class{client;constructor(e){this.client=e.getWsProvider()}async getData(e,t=6){let[r,s,n]=await Promise.all([this.client.readContract({abi:Ve,address:e,functionName:"latestRoundData"}),this.client.readContract({abi:Ve,address:e,functionName:"decimals"}),this.client.getBlock()]),[a,i,o,l]=r,c=n.number-(n.timestamp-l)/BigInt(t);return{price:i,decimals:s,updatedAt:Number(c)}}};var C=class extends L{evm;mmOracle;pools=[];subs=[];assets=new Map([]);mem=0;memPoolsCache=new Gt(null,{maxlen:1,ttl:1*60*60*1e3,release:e=>{this.mem>e&&this.log(this.getPoolType(),`mem ${e} released at`,new Date)}});memPools=qt(e=>(this.log(this.getPoolType(),`mem ${e} sync`),this.getPools()),this.memPoolsCache);constructor(e,t){super(e),this.evm=t,this.mmOracle=new se(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(),this.subs=this.subscribe();let e=this.getPoolType();return this.log(e,`mem ${this.mem} pools(${this.augmentedPools.length})`),this.log(e,`mem ${this.mem} subs(${this.subs.length})`),this.augmentedPools}subscribe(){return this.augmentedPools.map(t=>{let r=[];try{let n=this.subscribePoolChange(t);r.push(n)}catch{}if(t.type==="Aave")return r;let s=this.subscribeTokensPoolBalance(t);if(r.push(s),this.hasSystemAsset(t)){let n=this.subscribeSystemPoolBalance(t);r.push(n)}if(this.hasErc20Asset(t)){let n=this.subscribeErc20PoolBalance(t);r.push(n)}return this.subscribeLog(t),r}).flat()}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())})}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,n])=>{let a=e.tokens.findIndex(i=>i.id==s);a>=0&&t(e,s)&&(e.tokens[a].balance=n.toString())})}}updateBalanceCallback(e){return function(t,r){let s=e.tokens.findIndex(n=>n.id==t);s>=0&&(e.tokens[s].balance=r.toString())}}};var Yt=["Supply","Withdraw","Repay","Borrow"],Ie=class extends C{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:n})=>({address:this.getPoolId(t.toString(),r.toString()),type:"Aave",tokens:[{id:t.toString(),balance:s.toString()},{id:r.toString(),balance:n.toString()}],...this.getPoolLimits()}))}async getPoolFees(e,t){return{}}getPoolType(){return"Aave"}getPoolId(e,t){let r=e+"/"+t;return Wt(Ht(r.padEnd(32,"\0")),63)}subscribePoolChange(e){let[t,r]=e.tokens,s=this.getReserveH160Id(t);return this.api.query.system.events(n=>{n.forEach(a=>{let{event:i}=a,o=`${i.section}:${i.method}`;if(o==="router:Executed"){let{assetIn:l,assetOut:c}=i.data.toHuman(),u=l.replace(/,/g,""),h=c.replace(/,/g,"");(u===r.id||h===r.id)&&(this.log(`Sync AAVE [router:Executed] :: ${u}:${h}`),this.updatePoolState(e))}if(o==="evm:Log"){let{log:l}=i.data.toHuman();try{let{eventName:c,args:u}=Xt({abi:K,topics:l.topics,data:l.data});Yt.includes(c)&&u.reserve.toLowerCase()===s.toLowerCase()&&(this.log(`Sync AAVE [evm:Log] :: ${c} ${t.symbol}(${t.id})`),this.updatePoolState(e))}catch{}}})})}async updatePoolState(e){let[t,r]=e.tokens,{liqudityIn:s,liqudityOut:n}=await this.api.call.aaveTradeExecutor.pool(t.id,r.id);e.tokens=e.tokens.map(a=>{let i=a.id===t.id?s.toString():n.toString();return{...a,balance:i}})}getReserveH160Id(e){return e.type==="Erc20"?gt(e.location,"accountKey20").accountKey20.key:M.fromAssetId(e.id)}getPoolLimits(){return{maxInRatio:0,maxOutRatio:0,minTradingLimit:0}}};import{calculate_in_given_out as $t,calculate_out_given_in as Vt,calculate_linear_weights as zt,calculate_pool_trade_fee as Kt,get_spot_price as Jt}from"@galacticcouncil/math-lbp";var G=class{static getSpotPrice(e,t,r,s,n){return Jt(e,t,r,s,n)}static calculateInGivenOut(e,t,r,s,n){return $t(e,t,r,s,n)}static calculateOutGivenIn(e,t,r,s,n){return Vt(e,t,r,s,n)}static calculateLinearWeights(e,t,r,s,n){return zt(e,t,r,s,n)}static calculatePoolTradeFee(e,t,r){return Kt(e,t,r)}};var y=class{static toPct(e){return e[0]/e[1]*100}static toDecimals(e){return e[0]/e[1]}static fromPermill(e){return[e/1e3,1e3]}};var Ae=class m{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;fee;repayFeeApply;static fromPool(e){return new m(e.address,e.tokens,e.maxInRatio,e.maxOutRatio,e.minTradingLimit,e.fee,e.repayFeeApply)}constructor(e,t,r,s,n,a,i){this.type="Lbp",this.address=e,this.tokens=t,this.maxInRatio=r,this.maxOutRatio=s,this.minTradingLimit=n,this.fee=a,this.repayFeeApply=i}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(o=>[o.id,o])),s=r.get(e),n=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(n==null)throw new Error("Pool does not contain tokenOut");let a=p(s.balance),i=p(n.balance);return{assetIn:e,assetOut:t,balanceIn:a,balanceOut:i,decimalsIn:s.decimals,decimalsOut:n.decimals,weightIn:s.weight,weightOut:n.weight}}validateAndBuy(e,t,r){let s=this.tokens[0].id,n=[];t.isLessThan(this.minTradingLimit)&&n.push("InsufficientTradingAmount");let a=e.balanceOut.div(this.maxOutRatio);if(t.isGreaterThan(a)&&n.push("MaxOutRatioExceeded"),s===e.assetOut){let i=this.calculateTradeFee(t,r),o=y.toPct(this.repayFeeApply?r.repayFee:r.exchangeFee),l=t.plus(i),c=this.calculateInGivenOut(e,l),u=e.balanceIn.div(this.maxInRatio);return c.isGreaterThan(u)&&n.push("MaxInRatioExceeded"),{amountIn:c,calculatedIn:c,amountOut:t,feePct:o,errors:n}}else{let i=this.calculateInGivenOut(e,t),o=e.balanceIn.div(this.maxInRatio);return i.isGreaterThan(o)&&n.push("MaxInRatioExceeded"),{amountIn:i,calculatedIn:i,amountOut:t,feePct:0,errors:n}}}validateAndSell(e,t,r){let s=this.tokens[0].id,n=[];t.isLessThan(this.minTradingLimit)&&n.push("InsufficientTradingAmount");let a=e.balanceIn.div(this.maxInRatio);if(t.isGreaterThan(a)&&n.push("MaxInRatioExceeded"),s===e.assetIn){let i=this.calculateOutGivenIn(e,t),o=e.balanceOut.div(this.maxOutRatio);return i.isGreaterThan(o)&&n.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:i,amountOut:i,feePct:0,errors:n}}else{let i=this.calculateOutGivenIn(e,t),o=this.calculateTradeFee(i,r),l=y.toPct(this.repayFeeApply?r.repayFee:r.exchangeFee),c=i.minus(o),u=e.balanceOut.div(this.maxOutRatio);return c.isGreaterThan(u)&&n.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:i,amountOut:c,feePct:l,errors:n}}}calculateInGivenOut(e,t){let r=G.calculateInGivenOut(e.balanceIn.toString(),e.balanceOut.toString(),e.weightIn.toString(),e.weightOut.toString(),t.toFixed(0)),s=p(r);return s.isNegative()?S:s}calculateOutGivenIn(e,t){let r=G.calculateOutGivenIn(e.balanceIn.toString(),e.balanceOut.toString(),e.weightIn.toString(),e.weightOut.toString(),t.toFixed(0)),s=p(r);return s.isNegative()?S:s}spotPriceInGivenOut(e){let t=G.getSpotPrice(e.balanceOut.toString(),e.balanceIn.toString(),e.weightOut.toString(),e.weightIn.toString(),v(R,e.decimalsOut).toString());return p(t)}spotPriceOutGivenIn(e){let t=G.getSpotPrice(e.balanceIn.toString(),e.balanceOut.toString(),e.weightIn.toString(),e.weightOut.toString(),v(R,e.decimalsIn).toString());return p(t)}calculateTradeFee(e,t){let r=G.calculatePoolTradeFee(e.toString(),this.repayFeeApply?t.repayFee[0]:t.exchangeFee[0],this.repayFeeApply?t.repayFee[1]:t.exchangeFee[1]);return p(r)}};var ve=class extends C{MAX_FINAL_WEIGHT=v(p(100),6);poolsData=new Map([]);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(([n,a])=>this.isActivePool(a.unwrap(),r)).map(async([{args:[n]},a])=>{let i=a.unwrap(),o=n.toString(),l=await this.getPoolDelta(o,i,r.toString());return this.poolsData.set(n.toString(),i),{address:o,type:"Lbp",fee:i.fee.toJSON(),...l,...this.getPoolLimits()}});return Promise.all(s)}async getPoolFees(e,t){let r=this.pools.find(s=>s.address===t);return{repayFee:this.getRepayFee(),exchangeFee:r.fee}}getPoolType(){return"Lbp"}async subscribePoolChange(e){return this.api.query.parachainSystem.validationData(async t=>{let{relayParentNumber:r}=t.unwrap(),s=this.poolsData.get(e.address);if(this.isActivePool(s,r)){let a=await this.getPoolDelta(e.address,s,r.toString());Object.assign(e,a)}else{let a=this.pools.findIndex(i=>i.address==e.address);this.pools.splice(a,1)}})}async getPoolDelta(e,t,r){let{start:s,end:n,assets:a,initialWeight:i,finalWeight:o,repayTarget:l,feeCollector:c}=t,u=G.calculateLinearWeights(s.toString(),n.toString(),i.toString(),o.toString(),r),[h,d]=a,g=h.toString(),b=p(u),P=d.toString(),T=this.MAX_FINAL_WEIGHT.minus(p(b)),[f,I,B]=await Promise.all([this.isRepayFeeApplied(g,l.toString(),c.toString()),this.getBalance(e,g),this.getBalance(e,P)]);return{repayFeeApply:f,tokens:[{id:g,weight:b,balance:I.toString()},{id:P,weight:T,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.toNumber()>=r&&t.toNumber()<s}async isRepayFeeApplied(e,t,r){let s=p(t);if(s.isZero())return!1;try{return(await this.getBalance(e,r)).isLessThan(s)}catch{return!0}}getRepayFee(){return this.api.consts.lbp.repayFee.toJSON()}getPoolLimits(){let e=this.api.consts.lbp.maxInRatio.toJSON(),t=this.api.consts.lbp.maxOutRatio.toJSON(),r=this.api.consts.lbp.minTradingLimit.toJSON();return{maxInRatio:e,maxOutRatio:t,minTradingLimit:r}}};import{calculate_in_given_out as jt,calculate_lrna_in_given_out as Zt,calculate_out_given_in as Qt,calculate_out_given_lrna_in as er,calculate_pool_trade_fee as tr,calculate_spot_price as rr,calculate_lrna_spot_price as sr,calculate_shares as nr,calculate_liquidity_out as ir,calculate_liquidity_lrna_out as ar,calculate_liquidity_hub_in as or,is_sell_allowed as lr,is_buy_allowed as cr,is_add_liquidity_allowed as ur,is_remove_liquidity_allowed as mr,recalculate_asset_fee as pr,recalculate_protocol_fee as dr,verify_asset_cap as gr}from"@galacticcouncil/math-omnipool";var N=class{static calculateSpotPrice(e,t,r,s){return rr(e,t,r,s)}static calculateLrnaSpotPrice(e,t){return sr(e,t)}static calculateInGivenOut(e,t,r,s,n,a,i,o,l){return jt(e,t,r,s,n,a,i,o,l)}static calculateLrnaInGivenOut(e,t,r,s,n){return Zt(e,t,r,s,n)}static calculateOutGivenIn(e,t,r,s,n,a,i,o,l){return Qt(e,t,r,s,n,a,i,o,l)}static calculateOutGivenLrnaIn(e,t,r,s,n){return er(e,t,r,s,n)}static calculatePoolTradeFee(e,t,r){return tr(e,t,r)}static calculateShares(e,t,r,s){return nr(e,t,r,s)}static calculateLiquidityOut(e,t,r,s,n,a,i,o){return ir(e,t,r,s,n,a,i,o)}static calculateLiquidityLRNAOut(e,t,r,s,n,a,i,o){return ar(e,t,r,s,n,a,i,o)}static calculateCapDifference(e,t,r,s){let n=O(t),a=O(e),i=O(s),l=O(r).shiftedBy(-18);if(n.div(i).lt(l)){let u=l.times(i).minus(n).times(a),h=n.times(O(1).minus(l));return u.div(h).toFixed(0)}else return"0"}static calculateLimitHubIn(e,t,r,s){return or(e,t,r,s)}static isSellAllowed(e){return lr(e)}static isBuyAllowed(e){return cr(e)}static isAddLiquidityAllowed(e){return ur(e)}static isRemoveLiquidityAllowed(e){return mr(e)}static recalculateAssetFee(e,t,r,s,n,a,i,o,l,c,u){return pr(e,t,r,s,n,a,i,o,l,c,u)}static recalculateProtocolFee(e,t,r,s,n,a,i,o,l,c,u){return dr(e,t,r,s,n,a,i,o,l,c,u)}static verifyAssetCap(e,t,r,s){return gr(e,t,r,s)}};var Ne=class m{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;hubAssetId;static fromPool(e){return new m(e.address,e.tokens,e.maxInRatio,e.maxOutRatio,e.minTradingLimit,e.hubAssetId)}constructor(e,t,r,s,n,a){this.type="Omnipool",this.address=e,this.tokens=t,this.maxInRatio=r,this.maxOutRatio=s,this.minTradingLimit=n,this.hubAssetId=a}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),n=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(n==null)throw new Error("Pool does not contain tokenOut");let a=p(s.balance),i=p(n.balance),o=p(s.existentialDeposit),l=p(n.existentialDeposit);return{assetIn:e,assetOut:t,hubReservesIn:s.hubReserves,hubReservesOut:n.hubReserves,sharesIn:s.shares,sharesOut:n.shares,decimalsIn:s.decimals,decimalsOut:n.decimals,balanceIn:a,balanceOut:i,tradeableIn:s.tradeable,tradeableOut:n.tradeable,assetInED:o,assetOutED:l}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),n=this.calculateInGivenOut(e,t,r),a=n.minus(s),i=s===S?S:a.div(s).multipliedBy(100).decimalPlaces(2),o=[],l=N.isSellAllowed(e.tradeableIn),c=N.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 h=e.balanceIn.div(this.maxInRatio);return n.isGreaterThan(h)&&o.push("MaxInRatioExceeded"),{amountIn:n,calculatedIn:s,amountOut:t,feePct:i.toNumber(),errors:o}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),n=this.calculateOutGivenIn(e,t,r),i=s.minus(n).div(s).multipliedBy(100).decimalPlaces(2),o=[],l=N.isSellAllowed(e.tradeableIn),c=N.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 h=e.balanceOut.div(this.maxOutRatio);return n.isGreaterThan(h)&&o.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:s,amountOut:n,feePct:i.toNumber(),errors:o}}calculateInGivenOut(e,t,r){if(e.assetIn==this.hubAssetId)return this.calculateLrnaInGivenOut(e,t,r);let s=N.calculateInGivenOut(e.balanceIn.toString(),e.hubReservesIn.toString(),e.sharesIn.toString(),e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?y.toDecimals(r.assetFee).toString():S.toString(),r?y.toDecimals(r.protocolFee).toString():S.toString()),n=p(s);return n.isNegative()?S:n}calculateLrnaInGivenOut(e,t,r){let s=N.calculateLrnaInGivenOut(e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?y.toDecimals(r.assetFee).toString():S.toString()),n=p(s);return n.isNegative()?S:n}calculateOutGivenIn(e,t,r){if(e.assetIn==this.hubAssetId)return this.calculateOutGivenLrnaIn(e,t,r);let s=N.calculateOutGivenIn(e.balanceIn.toString(),e.hubReservesIn.toString(),e.sharesIn.toString(),e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?y.toDecimals(r.assetFee).toString():S.toString(),r?y.toDecimals(r.protocolFee).toString():S.toString()),n=p(s);return n.isNegative()?S:n}calculateOutGivenLrnaIn(e,t,r){let s=N.calculateOutGivenLrnaIn(e.balanceOut.toString(),e.hubReservesOut.toString(),e.sharesOut.toString(),t.toFixed(0),r?y.toDecimals(r.assetFee).toString():S.toString()),n=p(s);return n.isNegative()?S:n}spotPriceInGivenOut(e){if(e.assetIn==this.hubAssetId)return this.spotPriceLrnaInGivenOut(e);let t=N.calculateSpotPrice(e.balanceOut.toString(),e.hubReservesOut.toString(),e.balanceIn.toString(),e.hubReservesIn.toString());return p(t).shiftedBy(-1*(18-e.decimalsOut)).decimalPlaces(0,1)}spotPriceLrnaInGivenOut(e){let t=N.calculateLrnaSpotPrice(e.hubReservesOut.toString(),e.balanceOut.toString());return p(t).shiftedBy(-1*(18-e.decimalsOut)).decimalPlaces(0,1)}spotPriceOutGivenIn(e){if(e.assetIn==this.hubAssetId)return this.spotPriceOutGivenLrnaIn(e);let t=N.calculateSpotPrice(e.balanceIn.toString(),e.hubReservesIn.toString(),e.balanceOut.toString(),e.hubReservesOut.toString());return p(t).shiftedBy(-1*(18-e.decimalsIn)).decimalPlaces(0,1)}spotPriceOutGivenLrnaIn(e){let t=N.calculateLrnaSpotPrice(e.balanceOut.toString(),e.hubReservesOut.toString());return p(t).shiftedBy(-1*(18-e.decimalsIn)).decimalPlaces(0,1)}};import{encodeAddress as hr}from"@polkadot/util-crypto";import{stringToU8a as Pr}from"@polkadot/util";var Fe=class extends C{isSupported(){return this.api.query.omnipool!==void 0}async loadPools(){let e=this.api.consts.omnipool.hubAssetId.toString(),t=this.getPoolId(),[r,s,n]=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:h,cap:d,protocolShares:g}=l.unwrap(),b=await this.getBalance(t,o.toString());return{id:o.toString(),hubReserves:p(c.toString()),shares:p(u.toString()),tradeable:h.bits.toNumber(),balance:b.toString(),cap:p(d.toString()),protocolShares:p(g.toString())}}),i=await Promise.all(a);return i.push({id:e,tradeable:s.bits.toNumber(),balance:n.toString()}),[{address:t,type:"Omnipool",hubAssetId:e,tokens:i,...this.getPoolLimits()}]}async getPoolFees(e,t){let r=e.assetOut,s=e.assetIn,n="omnipool",a="Short",i=B=>B===D?[D,Se]:[Se,B],[o,l,c,u]=await Promise.all([this.api.query.system.number(),this.api.query.dynamicFees.assetFee(r),this.api.query.emaOracle.oracles(n,i(r),a),this.api.query.emaOracle.oracles(n,i(s),a)]),[h,d,g]=this.getAssetFee(e,o.toNumber(),l,c),[b,P,T]=s===Se?[0,0,0]:this.getProtocolFee(e,o.toNumber(),l,u),f=h+b,I=g+T;return{assetFee:y.fromPermill(d),protocolFee:y.fromPermill(P),min:y.fromPermill(f),max:y.fromPermill(I)}}getPoolType(){return"Omnipool"}async subscribePoolChange(e){let t=e.tokens.map(r=>r.id);return this.api.query.omnipool.assets.multi(t,r=>{e.tokens=r.map((s,n)=>{let a=e.tokens[n];if(s.isNone)return a;let i=s.unwrap();return this.updateTokenState(a,i)})})}updateTokenState(e,t){let{hubReserve:r,shares:s,tradable:n,cap:a,protocolShares:i}=t;return{...e,hubReserves:p(r.toString()),shares:p(s.toString()),cap:p(a.toString()),protocolShares:p(i.toString()),tradeable:n.bits.toNumber()}}getAssetFee(e,t,r,s){let{assetOut:n,balanceOut:a}=e,{minFee:i,maxFee:o,decay:l,amplification:c}=this.api.consts.dynamicFees.assetFeeParameters,u=y.fromPermill(i.toNumber()),h=y.fromPermill(o.toNumber());if(r.isNone||s.isNone)return[i.toNumber(),i.toNumber(),o.toNumber()];let[d]=s.unwrap(),{assetFee:g,timestamp:b}=r.unwrap(),P=Math.max(1,t-b.toNumber()),T=d.volume.bIn.toString(),f=d.volume.bOut.toString(),I=d.liquidity.b.toString();n===D&&(T=d.volume.aIn.toString(),f=d.volume.aOut.toString(),I=d.liquidity.a.toString());let B=y.fromPermill(g.toNumber()),w=N.recalculateAssetFee(T,f,I,"9",a.toString(),y.toDecimals(B).toString(),P.toString(),y.toDecimals(u).toString(),y.toDecimals(h).toString(),l.toString(),c.toString());return[i.toNumber(),Number(w)*1e6,o.toNumber()]}getProtocolFee(e,t,r,s){let{assetIn:n,balanceIn:a}=e,{minFee:i,maxFee:o,decay:l,amplification:c}=this.api.consts.dynamicFees.protocolFeeParameters,u=y.fromPermill(i.toNumber()),h=y.fromPermill(o.toNumber());if(r.isNone||s.isNone)return[i.toNumber(),i.toNumber(),o.toNumber()];let[d]=s.unwrap(),{protocolFee:g,timestamp:b}=r.unwrap(),P=Math.max(1,t-b.toNumber()),T=d.volume.bIn.toString(),f=d.volume.bOut.toString(),I=d.liquidity.b.toString();n===D&&(T=d.volume.aIn.toString(),f=d.volume.aOut.toString(),I=d.liquidity.a.toString());let B=y.fromPermill(g.toNumber()),w=N.recalculateProtocolFee(T,f,I,"9",a.toString(),y.toDecimals(B).toString(),P.toString(),y.toDecimals(u).toString(),y.toDecimals(h).toString(),l.toString(),c.toString());return[i.toNumber(),Number(w)*1e6,o.toNumber()]}getPoolId(){return hr(Pr("modlomnipool".padEnd(32,"\0")),63)}getPoolLimits(){let e=this.api.consts.omnipool.maxInRatio.toJSON(),t=this.api.consts.omnipool.maxOutRatio.toJSON(),r=this.api.consts.omnipool.minimumTradingLimit.toJSON();return{maxInRatio:e,maxOutRatio:t,minTradingLimit:r}}};import{calculate_in_given_out as br,calculate_out_given_in as yr,calculate_pool_trade_fee as fr,get_spot_price as Sr,calculate_liquidity_in as Tr,calculate_shares as wr,calculate_spot_price as Or,calculate_spot_price_with_fee as xr,calculate_liquidity_out_asset_a as Br,calculate_liquidity_out_asset_b as Ir}from"@galacticcouncil/math-xyk";var Y=class{static getSpotPrice(e,t,r){return Sr(e,t,r)}static calculateInGivenOut(e,t,r){return br(e,t,r)}static calculateOutGivenIn(e,t,r){return yr(e,t,r)}static calculatePoolTradeFee(e,t,r){return fr(e,t,r)}static calculateLiquidityIn(e,t,r){return Tr(e,t,r)}static calculateSpotPrice(e,t){return Or(e,t)}static calculateSpotPriceWithFee(e,t,r,s){return xr(e,t,r,s)}static calculateShares(e,t,r){return wr(e,t,r)}static calculateLiquidityOutAssetA(e,t,r,s){return Br(e,t,r,s)}static calculateLiquidityOutAssetB(e,t,r,s){return Ir(e,t,r,s)}};var Re=class m{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;static fromPool(e){return new m(e.address,e.tokens,e.maxInRatio,e.maxOutRatio,e.minTradingLimit)}constructor(e,t,r,s,n){this.type="Xyk",this.address=e,this.tokens=t,this.maxInRatio=r,this.maxOutRatio=s,this.minTradingLimit=n}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(c=>[c.id,c])),s=r.get(e),n=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(n==null)throw new Error("Pool does not contain tokenOut");let a=p(s.balance),i=p(n.balance),o=p(s.existentialDeposit),l=p(n.existentialDeposit);return{assetIn:e,assetOut:t,decimalsIn:s.decimals,decimalsOut:n.decimals,balanceIn:a,balanceOut:i,assetInED:o,assetOutED:l}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),n=this.calculateTradeFee(s,r),a=y.toPct(r.exchangeFee),i=s.plus(n),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 i.isGreaterThan(c)&&o.push("MaxInRatioExceeded"),{amountIn:i,calculatedIn:s,amountOut:t,feePct:a,errors:o}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),n=this.calculateTradeFee(s,r),a=y.toPct(r.exchangeFee),i=s.minus(n),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 i.isGreaterThan(c)&&o.push("MaxOutRatioExceeded"),{amountIn:t,calculatedOut:s,amountOut:i,feePct:a,errors:o}}calculateInGivenOut(e,t){let r=Y.calculateInGivenOut(e.balanceIn.toString(),e.balanceOut.toString(),t.toFixed(0)),s=p(r);return s.isNegative()?S:s}calculateOutGivenIn(e,t){let r=Y.calculateOutGivenIn(e.balanceIn.toString(),e.balanceOut.toString(),t.toFixed(0)),s=p(r);return s.isNegative()?S:s}spotPriceInGivenOut(e){let t=Y.calculateSpotPrice(e.balanceOut.toString(),e.balanceIn.toString()),r=v(R,18-e.decimalsOut);return p(t).div(r)}spotPriceOutGivenIn(e){let t=Y.calculateSpotPrice(e.balanceIn.toString(),e.balanceOut.toString()),r=v(R,18-e.decimalsIn);return p(t).div(r)}calculateTradeFee(e,t){let r=Y.calculatePoolTradeFee(e.toString(),t.exchangeFee[0],t.exchangeFee[1]);return p(r)}};var Ee=class extends C{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 n=r.toString(),[a,i]=s.unwrap(),[o,l]=await Promise.all([this.getBalance(n,a.toString()),this.getBalance(n,i.toString())]);return{address:n,type:"Xyk",tokens:[{id:a.toString(),balance:o.toString()},{id:i.toString(),balance:l.toString()}],...this.getPoolLimits()}});return Promise.all(t)}async getPoolFees(e,t){return{exchangeFee:this.getExchangeFee()}}getPoolType(){return"Xyk"}subscribePoolChange(e){throw new Error("Pool change subscription not supported!")}getExchangeFee(){return this.api.consts.xyk.getExchangeFee.toJSON()}getPoolLimits(){let e=this.api.consts.xyk.maxInRatio.toJSON(),t=this.api.consts.xyk.maxOutRatio.toJSON(),r=this.api.consts.xyk.minTradingLimit.toJSON();return{maxInRatio:e,maxOutRatio:t,minTradingLimit:r}}};import{calculate_in_given_out as Ar,calculate_out_given_in as vr,calculate_amplification as Nr,calculate_add_one_asset as Fr,calculate_liquidity_out_one_asset as Rr,calculate_pool_trade_fee as Er,calculate_shares as _r,calculate_shares_for_amount as Dr,calculate_spot_price_with_fee as kr,pool_account_name as Cr,recalculate_peg as Mr}from"@galacticcouncil/math-stableswap";var _=class{static getPoolAddress(e){return Cr(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,n){return Nr(e,t,r,s,n)}static calculateInGivenOut(e,t,r,s,n,a,i){return Ar(e,t,r,s,n,a,i)}static calculateAddOneAsset(e,t,r,s,n,a,i){return Fr(e,t,r,s,n,a,i)}static calculateSharesForAmount(e,t,r,s,n,a,i){return Dr(e,t,r,s,n,a,i)}static calculateOutGivenIn(e,t,r,s,n,a,i){return vr(e,t,r,s,n,a,i)}static calculateLiquidityOutOneAsset(e,t,r,s,n,a,i){return Rr(e,t,r,s,n,a,i)}static calculateShares(e,t,r,s,n,a){return _r(e,t,r,s,n,a)}static calculateSpotPriceWithFee(e,t,r,s,n,a,i,o){return kr(e,t,r,s,n,a,i,o)}static calculatePoolTradeFee(e,t,r){return Er(e,t,r)}static recalculatePegs(e,t,r,s,n){let a=Mr(e,t,r,s,n);return JSON.parse(a)}};var _e=class m{type;address;tokens;maxInRatio;maxOutRatio;minTradingLimit;amplification;id;fee;totalIssuance;pegs;pegsFee;static fromPool(e){return new m(e.address,e.tokens,e.maxInRatio,e.maxOutRatio,e.minTradingLimit,e.amplification,e.id,e.fee,e.totalIssuance,e.pegs,e.pegsFee)}constructor(e,t,r,s,n,a,i,o,l,c,u){this.type="Stableswap",this.address=e,this.tokens=t,this.maxInRatio=r,this.maxOutRatio=s,this.minTradingLimit=n,this.amplification=a,this.id=i,this.fee=o,this.totalIssuance=l,this.pegs=c,this.pegsFee=u}validatePair(e,t){return!0}parsePair(e,t){let r=new Map(this.tokens.map(c=>[c.id,c])),s=r.get(e),n=r.get(t);if(s==null)throw new Error("Pool does not contain tokenIn");if(n==null)throw new Error("Pool does not contain tokenOut");let a=p(s.balance),i=p(n.balance),o=p(s.existentialDeposit),l=p(n.existentialDeposit);return{assetIn:e,assetOut:t,balanceIn:a,balanceOut:i,decimalsIn:s.decimals,decimalsOut:n.decimals,tradeableIn:this.id===e?15:s.tradeable,tradeableOut:this.id===t?15:n.tradeable,assetInED:o,assetOutED:l}}validateAndBuy(e,t,r){let s=this.calculateInGivenOut(e,t),n=this.calculateInGivenOut(e,t,r),a=y.toPct(r.fee),i=[],o=N.isSellAllowed(e.tradeableIn),l=N.isBuyAllowed(e.tradeableOut);return(!o||!l)&&i.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetInED))&&i.push("InsufficientTradingAmount"),{amountIn:n,calculatedIn:s,amountOut:t,feePct:a,errors:i}}validateAndSell(e,t,r){let s=this.calculateOutGivenIn(e,t),n=this.calculateOutGivenIn(e,t,r),a=y.toPct(r.fee),i=[],o=N.isSellAllowed(e.tradeableIn),l=N.isBuyAllowed(e.tradeableOut);return(!o||!l)&&i.push("TradeNotAllowed"),(t.isLessThan(this.minTradingLimit)||s.isLessThan(e.assetOutED))&&i.push("InsufficientTradingAmount"),{amountIn:t,calculatedOut:s,amountOut:n,feePct:a,errors:i}}calculateIn(e,t,r){let s=_.calculateInGivenOut(this.getReserves(),Number(e.assetIn),Number(e.assetOut),t.toFixed(0),this.amplification,r?y.toDecimals(r.fee).toString():S.toString(),this.getPegs()),n=p(s);return n.isNegative()?S:n}calculateAddOneAsset(e,t,r){let s=_.calculateAddOneAsset(this.getReserves(),t.toFixed(0),Number(e.assetIn),this.amplification,this.totalIssuance,r?y.toDecimals(r.fee).toString():S.toString(),this.getPegs()),n=p(s);return n.isNegative()?S:n}calculateSharesForAmount(e,t,r){let s=_.calculateSharesForAmount(this.getReserves(),Number(e.assetOut),t.toFixed(0),this.amplification,this.totalIssuance,r?y.toDecimals(r.fee).toString():S.toString(),this.getPegs()),n=p(s);return n.isNegative()?S:n}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 p(t);if(e.assetIn==this.id){let s=v(R,e.decimalsIn-e.decimalsOut);return p(t).div(s)}let r=v(R,18-e.decimalsIn);return p(t).div(r)}calculateOut(e,t,r){let s=_.calculateOutGivenIn(this.getReserves(),Number(e.assetIn),Number(e.assetOut),t.toFixed(0),this.amplification,r?y.toDecimals(r.fee).toString():S.toString(),this.getPegs()),n=p(s);return n.isNegative()?S:n}calculateWithdrawOneAsset(e,t,r){let s=_.calculateLiquidityOutOneAsset(this.getReserves(),t.toFixed(0),Number(e.assetOut),this.amplification,this.totalIssuance,r?y.toDecimals(r.fee).toString():S.toString(),this.getPegs()),n=p(s);return n.isNegative()?S:n}calculateShares(e,t,r){let s=_.calculateShares(this.getReserves(),this.getAssets(e.assetIn,t),this.amplification,this.totalIssuance,r?y.toDecimals(r.fee).toString():S.toString(),this.getPegs()),n=p(s);return n.isNegative()?S:n}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 p(t);if(e.assetOut==this.id){let s=v(R,e.decimalsOut-e.decimalsIn);return p(t).div(s)}let r=v(R,18-e.decimalsOut);return p(t).div(r)}calculateTradeFee(e,t){let r=_.calculatePoolTradeFee(e.toString(),t.fee[0],t.fee[1]);return p(r)}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 Lr,encodeAddress as Ur}from"@polkadot/util-crypto";var qr=340282366920938463463374607431768211455n,De=class extends C{stablePools=new Map([]);isSupported(){return this.api.query.stableswap!==void 0}isPegSupported(){return this.api.query.stableswap.poolPegs!==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:[n]},a])=>{let i=a.unwrap(),o=n.toString(),l=this.getPoolAddress(o),[c,u,h]=await Promise.all([this.getPoolDelta(o,i,r.toString()),this.getPoolTokens(l,o,i),this.getPoolPegs(o,i,r.toString())]);return this.stablePools.set(l,i),{address:l,id:o,type:"Stableswap",fee:y.fromPermill(i.fee.toNumber()),tokens:u,...c,...h,...this.getPoolLimits()}});return Promise.all(s)}async getPoolFees(e,t){return{fee:this.pools.find(s=>s.address===t).pegsFee}}getPoolType(){return"Stableswap"}async subscribePoolChange(e){return this.api.query.system.number(async t=>{let r=t.toString(),s=this.stablePools.get(e.address);if(s){let[n,a]=await Promise.all([this.getPoolDelta(e.id,s,r),this.getPoolPegs(e.id,s,r)]);Object.assign(e,n,a)}})}async getPoolDelta(e,t,r){let{initialAmplification:s,finalAmplification:n,initialBlock:a,finalBlock:i}=t,o=_.calculateAmplification(s.toString(),n.toString(),a.toString(),i.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,n=s.map(async i=>{let[o,l]=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:l.toString()}}),a=await Promise.all(n);return a.push({id:t,tradeable:15,balance:qr.toString()}),a}getPoolDefaultPegs(e){let t=e.fee,r=_.defaultPegs(e.assets.length);return{pegsFee:y.fromPermill(t.toNumber()),pegs:r}}async getPoolPegs(e,t,r){if(!this.isPegSupported())return this.getPoolDefaultPegs(t);let s=await this.api.query.stableswap.poolPegs(e);if(s.isNone)return this.getPoolDefaultPegs(t);let n=s.unwrap(),a=await this.getLatestPegs(t,n,r),i=this.getRecentPegs(n),o=n.maxPegUpdate.toHuman(),l=t.fee.toHuman(),[c,u]=_.recalculatePegs(JSON.stringify(i),JSON.stringify(a),r,o.replace(/%/g,""),l.replace(/%/g,"")),h=Number(c)*1e4;return{pegsFee:y.fromPermill(h),pegs:u}}getRecentPegs(e){let{current:t}=e;return Array.from(t.entries()).map(([r,s])=>s.map(n=>n.toString()))}async getLatestPegs(e,t,r){let{source:s}=t,n=Array.from(e.assets.entries()).map(([i,o])=>o.toString()),a=s.map(async(i,o)=>{if(i.isOracle){let[l,c,u]=i.asOracle,h=[u.toString(),n[o]].map(f=>Number(f)).sort((f,I)=>f-I),d=await this.api.query.emaOracle.oracles(l,h,c),[{price:g,updatedAt:b}]=d.unwrap(),P=g.n.toString(),T=g.d.toString();return u.toString()===h[0].toString()?[[P,T],b.toString()]:[[T,P],b.toString()]}else if(i.isMmOracle){let l=i.asMmOracle,{price:c,decimals:u,updatedAt:h}=await this.mmOracle.getData(l.toString()),d=10**u;return[[c.toString(),d.toString()],h.toString()]}else return[i.asValue.map(l=>l.toString()),r]});return Promise.all(a)}getPoolAddress(e){let t=Number(e),r=_.getPoolAddress(t);return Ur(Lr(r),63)}getPoolLimits(){return{maxInRatio:0,maxOutRatio:0,minTradingLimit:this.api.consts.stableswap.minTradingLimit.toJSON()}}};var ne=class extends k{api;evm;assetClient;aaveClient;xykClient;omniClient;lbpClient;stableClient;clients=[];onChainAssets=[];memRegistry=Gr(e=>(this.log(`Registry mem ${e} sync`),this.syncRegistry()));constructor(e,t){super(e),this.api=e,this.evm=t,this.assetClient=new V(this.api),this.aaveClient=new Ie(this.api,t),this.xykClient=new Ee(this.api,t),this.omniClient=new Fe(this.api,t),this.lbpClient=new ve(this.api,t),this.stableClient=new De(this.api,t),this.clients=[this.aaveClient,this.xykClient,this.omniClient,this.lbpClient,this.stableClient]}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){return this.isRegistrySynced||await this.memRegistry(1),e.length==0?(await Promise.all(this.clients.filter(s=>s.isSupported()).map(s=>s.getPoolsMem()))).flat():(await Promise.all(this.clients.filter(r=>e.some(s=>s===r.getPoolType())).map(r=>r.getPoolsMem()))).flat()}destroy(){this.aaveClient.unsubscribe(),this.xykClient.unsubscribe(),this.omniClient.unsubscribe(),this.lbpClient.unsubscribe(),this.stableClient.unsubscribe()}async getPoolFees(e,t){switch(t.type){case"Aave":return this.aaveClient.getPoolFees(e,t.address);case"Xyk":return this.xykClient.getPoolFees(e,t.address);case"Omnipool":return this.omniClient.getPoolFees(e,t.address);case"Lbp":return this.lbpClient.getPoolFees(e,t.address);case"Stableswap":return this.stableClient.getPoolFees(e,t.address);default:throw new Oe(t.type)}}};var ie=class extends ne{feeCache;disconnectSubscribeNewHeads=null;constructor(e,t){super(e,t),this.feeCache=new Wr(null),this.api.rpc.chain.subscribeNewHeads(async r=>{this.feeCache.release()}).then(r=>{this.disconnectSubscribeNewHeads=r})}async getPoolFees(e,t){let r=[t.address,e.assetIn,e.assetOut].join("-");if(this.feeCache.has(r))return this.feeCache.get(r);{let n=await super.getPoolFees(e,t);return this.feeCache.set(r,n),n}}async destroy(){this.log(`Destroying pool cache!
|
|
2
|
+
Items: [${this.feeCache.length}]`),this.feeCache.release(),this.disconnectSubscribeNewHeads?.()}};var ae=class{static get(e){switch(e.type){case"Aave":return Be.fromPool(e);case"Xyk":return Re.fromPool(e);case"Omnipool":return Ne.fromPool(e);case"Lbp":return Ae.fromPool(e);case"Stableswap":return _e.fromPool(e);default:throw new Error("Pool type "+e.type+" is not supported yet")}}};var ke=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 Hr=5,oe=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=[],n=new ke,a=[];for(a.push([t,""]),n.enqueue(a);n.size()>0;){let i=n.dequeue();if(i==null||i.length>Hr)return s;let o=i[i.length-1];(r===null||o[0]===r)&&s.push(i),e.get(o[0])?.forEach(c=>{if(this.isNotVisited(c,i)){let u=[...i];u.push(c),n.enqueue(u)}})}return s}buildAndPopulateGraph(e,t){let r=new Map;for(let s of e)r.set(parseInt(s),[]);for(let[s,n,a]of t){let i=parseInt(n),o=parseInt(a);r.get(i)?.push([o,s])}return r}};function ze(m){let e={};for(let t of m){let r=t.tokens.length;for(let s=0;s<r;s++){e[t.tokens[s].id]||(e[t.tokens[s].id]=[]);for(let n=0;n<r;n++){if(s==n)continue;let a=[t.address,t.tokens[s].id,t.tokens[n].id];e[t.tokens[s].id].push(a)}}}return e}var le=class{getProposals(e,t,r){let s=ze(r),n=Object.keys(s),a=n.map(c=>s[c]).flat(),i=new oe,o=i.buildAndPopulateGraph(n,a),l=i.findPaths(o,parseInt(e),t?parseInt(t):null);return this.parsePaths(l)}parsePaths(e){let t=[];for(let r of e){let s=[];for(let n=0;n<r.length;n++){let a=r[n],i=r[n+1];if(i==null)break;s.push(this.toEdge(a,i))}t.push(s)}return t}toEdge(e,t){return[t[1],e[0].toString(),t[0].toString()]}};var ce=class{routeSuggester;routerOptions;poolService;constructor(e,t={}){this.poolService=e,this.routeSuggester=new le,this.routerOptions=Object.freeze({includeOnly:t.includeOnly??[]})}async getPools(){let e=this.routerOptions.includeOnly;return await this.poolService.getPools(e)}async getAllAssets(){let e=await this.getPools();if(e.length===0)throw new Error("No pools configured");let t=await this.getAssets(e);return[...new Map(t).values()]}async getAssetPairs(e){let t=await this.getPools();if(t.length===0)throw new Error("No pools configured");let{assets:r,poolsMap:s}=await this.validateToken(e,t),a=this.getPaths(e,null,s,t).map(i=>i[i.length-1].assetOut);return this.toAssets([...new Set(a)],r)}async getAllPaths(e,t){let r=await this.getPools();if(r.length===0)throw new Error("No pools configured");let{poolsMap:s}=await this.validateTokenPair(e,t,r);return this.getPaths(e,t,s,r)}async 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,s){return this.routeSuggester.getProposals(e,t,s).filter(i=>this.validPath(i,r)).map(i=>this.toHops(i,r))}async validateTokenPair(e,t,r){let s=await this.getAssets(r);if(s.get(e)==null)throw new Error(e+" is not supported token");if(s.get(t)==null)throw new Error(t+" is not supported token");let n=this.getPoolMap(r);return{assets:s,poolsMap:n}}async validateToken(e,t){let r=await this.getAssets(t);if(r.get(e)==null)throw new Error(e+" is not supported token");let s=this.getPoolMap(t);return{assets:r,poolsMap:s}}getPoolMap(e){return new Map(e.map(t=>[t.address,ae.get(t)]))}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}toHops(e,t){return e.map(([r,s,n])=>{let a=t.get(r);return{poolAddress:r,poolId:a?.id,pool:a?.type,assetIn:s,assetOut:n}})}toAssets(e,t){return e.map(r=>t.get(r))}};var Xr=p("100");function Kl(m,e){return m.minus(e).abs().div(m.plus(e).div(2)).multipliedBy(100).decimalPlaces(2)}function ue(m,e){return m.minus(e).div(e).multipliedBy(100).decimalPlaces(2)}function ht(m,e){return R.minus(e.div(m)).multipliedBy(100).decimalPlaces(2)}function Pt(m,e){return e.div(m).minus(R).multipliedBy(100).decimalPlaces(2)}function z(m,e){return(e<.01||e>100)&&new Error("Supported range is from 0.01% - 100%"),m.div(Xr).multipliedBy(e).decimalPlaces(0,1)}var Ke=(t=>(t.Buy="Buy",t.Sell="Sell",t))(Ke||{}),Je=(r=>(r.Dca="Dca",r.TwapSell="TwapSell",r.TwapBuy="TwapBuy",r))(Je||{}),bt=(r=>(r.OrderTooSmall="OrderTooSmall",r.OrderTooBig="OrderTooBig",r.OrderImpactTooBig="OrderImpactTooBig",r))(bt||{});var me=class extends ce{isDirectTrade(e){return e.length==1}findBestSellRoute(e){let t=e.sort((r,s)=>{let n=r[r.length-1].amountOut,a=s[s.length-1].amountOut;return n.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(n=>n.tradeFeeRange?.[0]??n.tradeFeePct).reduce((n,a)=>n+a),s=e.map(n=>n.tradeFeeRange?.[1]??n.tradeFeePct).reduce((n,a)=>n+a);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 n=await super.getPools();if(n.length===0)throw new Error("No pools configured");let{poolsMap:a}=await super.validateTokenPair(e,t,n),i=super.getPaths(e,t,a,n);if(i.length===0)throw new J(e,t);let o;if(s)o=await this.toSellSwaps(r,s,a);else{let w=i.map(async F=>await this.toSellSwaps(r,F,a)),A=await Promise.all(w);o=this.findBestSellRoute(A)}let l=o[0],c=o[o.length-1],u=this.isDirectTrade(o),h=o.map(w=>w.spotPrice.shiftedBy(-1*w.assetOutDecimals)).reduce((w,A)=>w.multipliedBy(A)),d=v(h,c.assetOutDecimals),g=u?c.calculatedOut:this.calculateDelta0Y(l.amountIn,o,a),b=c.amountOut,P=u?c.tradeFeePct:ht(g,b).toNumber(),T=g.minus(b),f=this.getRouteFeeRange(o),I=l.amountIn.shiftedBy(-1*l.assetInDecimals).multipliedBy(d),B=ue(g,I);return{type:"Sell",amountIn:l.amountIn,amountOut:c.amountOut,spotPrice:d,tradeFee:T,tradeFeePct:P,tradeFeeRange:f,priceImpactPct:B.toNumber(),swaps:o,toHuman(){return{type:"Sell",amountIn:x(l.amountIn,l.assetInDecimals),amountOut:x(c.amountOut,c.assetOutDecimals),spotPrice:x(d,c.assetOutDecimals),tradeFee:x(T,c.assetOutDecimals),tradeFeePct:P,tradeFeeRange:f,priceImpactPct:B.toNumber(),swaps:o.map(w=>w.toHuman())}}}}calculateDelta0Y(e,t,r){let s=[];for(let n=0;n<t.length;n++){let a=t[n],i=r.get(a.poolAddress);if(i==null)throw new Error("Pool does not exit");let o=i.parsePair(a.assetIn,a.assetOut),l;n>0?l=s[n-1]:l=e;let c=i.calculateOutGivenIn(o,l);s.push(c)}return s[s.length-1]}async toSellSwaps(e,t,r){let s=[];for(let n=0;n<t.length;n++){let a=t[n],i=r.get(a.poolAddress);if(i==null)throw new Error("Pool does not exit");let o=i.parsePair(a.assetIn,a.assetOut),l;n>0?l=s[n-1].amountOut:l=v(p(e),o.decimalsIn).decimalPlaces(0,1);let c=await this.poolService.getPoolFees(o,i),{amountOut:u,calculatedOut:h,feePct:d,errors:g}=i.validateAndSell(o,l,c),b=this.getPoolFeeRange(c),P=i.spotPriceOutGivenIn(o),T=l.shiftedBy(-1*o.decimalsIn).multipliedBy(P),f=ue(h,T);s.push({...a,assetInDecimals:o.decimalsIn,assetOutDecimals:o.decimalsOut,amountIn:l,amountOut:u,calculatedOut:h,spotPrice:P,tradeFeePct:d,tradeFeeRange:b,priceImpactPct:f.toNumber(),errors:g,isSupply(){return i.type==="Aave"&&i.tokens[0].id===a.assetIn},isWithdraw(){return i.type==="Aave"&&i.tokens[1].id===a.assetIn},toHuman(){return{...a,amountIn:x(l,o.decimalsIn),amountOut:x(u,o.decimalsOut),calculatedOut:x(h,o.decimalsOut),spotPrice:x(P,o.decimalsOut),tradeFeePct:d,tradeFeeRange:b,priceImpactPct:f.toNumber(),errors:g}}})}return s}async getMostLiquidRoute(e,t){let r=await super.getPools(),{poolsMap:s}=await super.validateTokenPair(e,t,r),n=super.getPaths(e,t,s,r);if(n.length===0)throw new J(e,t);let l=r.filter(d=>d.tokens.some(g=>g.id===e&&g.id!==d.id)).map(d=>d.type==="Aave"?d.tokens:d.tokens.filter(g=>g.id===e)).map(d=>d.map(g=>p(g.balance).shiftedBy(-1*g.decimals)).reduce((g,b)=>g.plus(b))).sort((d,g)=>g.isLessThan(d)?-1:1)[0].div(100).multipliedBy(.1),c=n.map(async d=>await this.toSellSwaps(l,d,s)),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=await super.getPools();if(r.length===0)throw new Error("No pools configured");let{poolsMap:s}=await super.validateTokenPair(e,t,r);if(super.getPaths(e,t,s,r).length===0)return Promise.resolve(void 0);let a=await this.getMostLiquidRoute(e,t),i=await this.toSellSwaps("1",a,s),o=i.map(u=>u.spotPrice.shiftedBy(-1*u.assetOutDecimals)).reduce((u,h)=>u.multipliedBy(h)),l=i[i.length-1].assetOutDecimals;return{amount:v(o,l),decimals:l}}findBestBuyRoute(e){let t=e.sort((r,s)=>{let n=r[0].amountIn,a=s[0].amountIn;return n.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 n=await super.getPools();if(n.length===0)throw new Error("No pools configured");let{poolsMap:a}=await super.validateTokenPair(e,t,n),i=super.getPaths(e,t,a,n);if(i.length===0)throw new J(e,t);let o;if(s)o=await this.toBuySwaps(r,s,a);else{let w=i.map(async F=>await this.toBuySwaps(r,F,a)),A=await Promise.all(w);o=this.findBestBuyRoute(A)}let l=o[o.length-1],c=o[0],u=this.isDirectTrade(o),h=o.map(w=>w.spotPrice.shiftedBy(-1*w.assetInDecimals)).reduce((w,A)=>w.multipliedBy(A)),d=v(h,c.assetInDecimals),g=u?c.calculatedIn:this.calculateDelta0X(l.amountOut,o,a),b=c.amountIn,P=u?c.tradeFeePct:Pt(g,b).toNumber(),T=b.minus(g),f=this.getRouteFeeRange(o),I=l.amountOut.shiftedBy(-1*l.assetOutDecimals).multipliedBy(d),B;return g.isZero()?B=-100:B=ue(I,g).toNumber(),{type:"Buy",amountOut:l.amountOut,amountIn:c.amountIn,spotPrice:d,tradeFee:T,tradeFeePct:P,tradeFeeRange:f,priceImpactPct:B,swaps:o,toHuman(){return{type:"Buy",amountOut:x(l.amountOut,l.assetOutDecimals),amountIn:x(c.amountIn,c.assetInDecimals),spotPrice:x(d,c.assetInDecimals),tradeFee:x(T,c.assetInDecimals),tradeFeePct:P,tradeFeeRange:f,priceImpactPct:B,swaps:o.map(w=>w.toHuman())}}}}calculateDelta0X(e,t,r){let s=[];for(let n=t.length-1;n>=0;n--){let a=t[n],i=r.get(a.poolAddress);if(i==null)throw new Error("Pool does not exit");let o=i.parsePair(a.assetIn,a.assetOut),l;n==t.length-1?l=e:l=s[0];let c=i.calculateInGivenOut(o,l);s.unshift(c)}return s[0]}async toBuySwaps(e,t,r){let s=[];for(let n=t.length-1;n>=0;n--){let a=t[n],i=r.get(a.poolAddress);if(i==null)throw new Error("Pool does not exit");let o=i.parsePair(a.assetIn,a.assetOut),l;n==t.length-1?l=v(p(e),o.decimalsOut).decimalPlaces(0,1):l=s[0].amountIn;let c=await this.poolService.getPoolFees(o,i),{amountIn:u,calculatedIn:h,feePct:d,errors:g}=i.validateAndBuy(o,l,c),b=this.getPoolFeeRange(c),P=i.spotPriceInGivenOut(o),T=l.shiftedBy(-1*o.decimalsOut).multipliedBy(P),f;h.isZero()?f=-100:f=ue(T,h).toNumber(),s.unshift({...a,assetInDecimals:o.decimalsIn,assetOutDecimals:o.decimalsOut,amountIn:u,amountOut:l,calculatedIn:h,spotPrice:P,tradeFeePct:d,tradeFeeRange:b,priceImpactPct:f,errors:g,isSupply(){return i.type==="Aave"&&i.tokens[0].id===a.assetIn},isWithdraw(){return i.type==="Aave"&&i.tokens[1].id===a.assetIn},toHuman(){return{...a,amountIn:x(u,o.decimalsIn),amountOut:x(l,o.decimalsOut),calculatedIn:x(h,o.decimalsIn),spotPrice:x(P,o.decimalsIn),tradeFeePct:d,tradeFeeRange:b,priceImpactPct:f,errors:g}}})}return s}};var yt=6e3,ft=p(1e15),pe=6,je=-5,Ze=6*60*60*1e3;var St=6;var U=class{static build(e){return e.map(({assetIn:t,assetOut:r,pool:s,poolId:n})=>s==="Stableswap"?{pool:{Stableswap:n},assetIn:t,assetOut:r}:{pool:s,assetIn:t,assetOut:r})}};var de=class{schedulerOptions;router;constructor(e,t={}){this.router=e,this.schedulerOptions=Object.freeze({blockTime:t.blockTime??yt,minBudgetInNative:t.minBudgetInNative??ft})}get blockTime(){return this.schedulerOptions.blockTime}get minOrderBudget(){return this.schedulerOptions.minBudgetInNative}async getDcaOrder(e,t,r,s,n){let[a,i]=await Promise.all([this.getMinimumOrderBudget(e),this.router.getBestSell(e,t,r)]),{amountIn:o,swaps:l,priceImpactPct:c}=i,u=l[0],h=l[l.length-1],{assetInDecimals:d}=u,{assetOutDecimals:g}=h,b=Math.abs(c),P=this.getMinimumTradeCount(o,a),T=this.getOptimalTradeCount(b),f=n?Math.round(s/n):T,I=Math.ceil(s/P),B=Math.round(s/T),w=Math.round(s/f),A=o.dividedBy(f).decimalPlaces(0,1),F=await this.router.getBestSell(e,t,x(A,d)),q=o.isLessThan(a),he=[];q&&he.push("OrderTooSmall");let Pe=F.amountOut.multipliedBy(f),Le=this.toBlockPeriod(w),Ue=F.tradeFee.multipliedBy(f),qe=U.build(l),be={assetIn:e,assetOut:t,errors:he,frequencyMin:I,frequencyOpt:B,frequency:w,tradeCount:f,tradeFee:Ue,tradeImpactPct:F.priceImpactPct,tradePeriod:Le,tradeRoute:qe,type:"Dca"};return{...be,amountIn:o,amountOut:Pe,tradeAmountIn:F.amountIn,tradeAmountOut:F.amountOut,toHuman(){return{...be,amountIn:x(o,d),amountOut:x(Pe,g),tradeAmountIn:x(F.amountIn,d),tradeAmountOut:x(F.amountOut,g)}}}}async getMinimumOrderBudget(e){if(D===e)return this.minOrderBudget;let t=await this.router.getBestSpotPrice(D,e);if(t)return this.minOrderBudget.times(t.amount).div(p(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,n]=await Promise.all([this.getMinimumOrderBudget(e),this.router.getBestSell(e,t,r)]),{amountIn:a,swaps:i,priceImpactPct:o}=n,l=i[0],c=i[i.length-1],{assetInDecimals:u}=l,{assetOutDecimals:h}=c,d=Math.abs(o),g=this.getTwapTradeCount(d),b=a.dividedBy(g).decimalPlaces(0,1),P=await this.router.getBestSell(l.assetIn,c.assetOut,x(b,u)),T=g===1,f=a.isLessThan(s),I=P.priceImpactPct<je,B=[];f||T?B.push("OrderTooSmall"):I&&B.push("OrderImpactTooBig");let w=P.amountOut.multipliedBy(g),A=P.tradeFee.multipliedBy(g),F=U.build(i),q={assetIn:e,assetOut:t,errors:B,tradeCount:g,tradeImpactPct:P.priceImpactPct,tradePeriod:pe,tradeRoute:F,type:"TwapSell"};return{...q,amountIn:a,amountOut:w,tradeAmountIn:P.amountIn,tradeAmountOut:P.amountOut,tradeFee:A,toHuman(){return{...q,amountIn:x(a,u),amountOut:x(w,h),tradeAmountIn:x(P.amountIn,u),tradeAmountOut:x(P.amountOut,h),tradeFee:x(A,h)}}}}async getTwapBuyOrder(e,t,r){let[s,n]=await Promise.all([this.getMinimumOrderBudget(e),this.router.getBestBuy(e,t,r)]),{amountOut:a,swaps:i,priceImpactPct:o}=n,l=i[0],c=i[i.length-1],{assetInDecimals:u}=l,{assetOutDecimals:h}=c,d=Math.abs(o),g=this.getTwapTradeCount(d),b=a.dividedBy(g).decimalPlaces(0,1),P=await this.router.getBestBuy(l.assetIn,c.assetOut,x(b,h)),T=P.amountIn.multipliedBy(g),f=g===1,I=T.isLessThan(s),B=P.priceImpactPct<je,w=[];I||f?w.push("OrderTooSmall"):B&&w.push("OrderImpactTooBig");let A=P.tradeFee.multipliedBy(g),F=U.build(i),q={assetIn:e,assetOut:t,errors:w,tradeCount:g,tradeImpactPct:P.priceImpactPct,tradePeriod:pe,tradeRoute:F,type:"TwapBuy"};return{...q,amountIn:T,amountOut:a,tradeAmountIn:P.amountIn,tradeAmountOut:P.amountOut,tradeFee:A,toHuman(){return{...q,amountIn:x(T,u),amountOut:x(a,h),tradeAmountIn:x(P.amountIn,u),tradeAmountOut:x(P.amountOut,h),tradeFee:x(A,u)}}}}getTwapTradeCount(e){let t=this.getOptimalTradeCount(e);if(this.getTwapExecutionTime(t)>Ze){let s=Ze/(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,St)}};import{encodeFunctionData as Yr}from"viem";var Z=class extends k{evm;evmClient;balanceClient;aaveUtils;constructor(e,t){super(e),this.evm=t,this.evmClient=t.getWsProvider(),this.balanceClient=new L(e),this.aaveUtils=new $(t)}wrapTx(e,t){return{hex:t.toHex(),name:e,get:()=>t,dryRun:r=>this.dryRun(r,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(),fe)}isDirectOmnipoolTrade(e){return e.length===1&&e[0].pool==="Omnipool"}};var Ce=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:n,assetOut:a}=s,o=(await this.balanceClient.getBalance(this.beneficiary,n)).minus(5),l;return s.isWithdraw()?l=(await this.aaveUtils.getMaxWithdraw(this.beneficiary,a)).amount.isGreaterThanOrEqualTo(o):l=e.isGreaterThanOrEqualTo(o),l?this.buildSellAllTx():this.buildSellTx()}buildBuyTx(){let{amountIn:e,amountOut:t,swaps:r}=this.trade,s=r[0],n=r[r.length-1],a=z(e,this.slippagePct),i=s.assetIn,o=n.assetOut,l=e.plus(a),c;return this.isDirectOmnipoolTrade(r)?c=this.api.tx.omnipool.buy(o,i,t.toFixed(),l.toFixed()):c=this.api.tx.router.buy(i,o,t.toFixed(),l.toFixed(),U.build(r)),this.wrapTx("RouterBuy",c)}async buildSellTx(){let{amountIn:e,amountOut:t,swaps:r}=this.trade,s=r[0],n=r[r.length-1],a=z(t,this.slippagePct),i=s.assetIn,o=n.assetOut,l=t.minus(a),c;return this.isDirectOmnipoolTrade(r)?c=this.api.tx.omnipool.sell(i,o,e.toFixed(),l.toFixed()):c=this.api.tx.router.sell(i,o,e.toFixed(),l.toFixed(),U.build(r)),s.isWithdraw()&&await this.aaveUtils.hasBorrowPositions(this.beneficiary)&&(c=this.dispatchWithExtraGas(c)),this.wrapTx("RouterSell",c)}async buildSellAllTx(){let{amountOut:e,swaps:t}=this.trade,r=t[0],s=t[t.length-1],n=z(e,this.slippagePct),a=r.assetIn,i=s.assetOut,o=e.minus(n),l=this.api.tx.router.sellAll(a,i,o.toFixed(),U.build(t));return r.isWithdraw()&&await this.aaveUtils.hasBorrowPositions(this.beneficiary)&&(l=this.dispatchWithExtraGas(l)),this.wrapTx("RouterSellAll",l)}async buildWithdrawTx(e){let{swaps:t}=this.trade,r=e||this.trade.amountIn,n=t[0].assetOut,a=await this.evmClient.getGasPrice(),i=a*10n/100n,o=X.fromAny(this.beneficiary),l=e?Qe:BigInt(r.toFixed()),c=M.fromAssetId(n),u=Yr({abi:K,functionName:"withdraw",args:[c,l,o]}),h=this.api.tx.evm.call(o,ye,u,0n,fe,a+i,a+i,null,[]);return{hex:h.toHex(),name:"Withdraw",get:()=>h,dryRun:d=>this.dryRun(d,h)}}};var Me=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:n,tradeRoute:a}=this.order,i=this.api.tx.dca.schedule({owner:this.beneficiary,period:n,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",i)}buildTwapSellTx(){let{amountIn:e,assetIn:t,assetOut:r,tradeAmountIn:s,tradeAmountOut:n,tradePeriod:a,tradeRoute:i}=this.order,o=z(n,this.slippagePct),l=n.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:i}}},null);return this.wrapTx("DcaSchedule.twapSell",c)}buildTwapBuyTx(){let{amountIn:e,assetIn:t,assetOut:r,tradeAmountIn:s,tradeAmountOut:n,tradePeriod:a,tradeRoute:i}=this.order,o=z(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:n.toFixed(),maxAmountIn:l.toFixed(),route:i}}},null);return this.wrapTx("DcaSchedule.twapBuy",c)}};var ge=class{api;evm;constructor(e,t){this.api=e,this.evm=t}trade(e){return new Ce(this.api,this.evm).setTrade(e)}order(e){return new Me(this.api,this.evm).setOrder(e)}};function mu(m){let e=new re(m),t=new xe(m),r=new ie(m,t),s=new $(t),n=new me(r),a=new de(n,{blockTime:e.blockTime,minBudgetInNative:e.minOrderBudget});return{api:{aave:s,router:n,scheduler:a},client:{asset:new V(m),balance:new L(m)},ctx:{pool:r},evm:t,tx:new ge(m,t),destroy:()=>{r.destroy()}}}export{qr as AMOUNT_MAX,Q as AaveClient,Be as AavePool,Ie as AavePoolClient,$ as AaveUtils,V as AssetClient,ot as AssetNotFound,ts as BASILISK_PARACHAIN_ID,L as BalanceClient,O as BigNumber,ie as CachingPoolService,re as ChainParams,Rt as DECIMAL_PLACES,Xe as DENOMINATOR,M as ERC20,xe as EvmClient,$e as FarmClient,X as H160,Se as HUB_ASSET_ID,rs as HYDRADX_PARACHAIN_ID,W as HYDRADX_SS58_PREFIX,ms as INFINITY,G as LbpMath,Ae as LbpPool,ve as LbpPoolClient,R as ONE,N as OmniMath,Ne as OmniPool,Fe as OmniPoolClient,k as PolkadotApiClient,at as PoolConfigNotFound,j as PoolError,ae as PoolFactory,Oe as PoolNotFound,ne as PoolService,E as PoolType,ut as ProviderConfigNotFound,ee as RUNTIME_DECIMALS,J as RouteNotFound,ce as Router,et as SYSTEM_ASSET_DECIMALS,D as SYSTEM_ASSET_ID,_ as StableMath,_e as StableSwap,De as StableSwapClient,lt as StorageConfigNotFound,ct as SubscriptionNotSupported,te as TRADEABLE_DEFAULT,bt as TradeOrderError,Je as TradeOrderType,U as TradeRouteBuilder,me as TradeRouter,de as TradeScheduler,Ke as TradeType,ge as TxBuilderFactory,Y as XykMath,Re as XykPool,Ee as XykPoolClient,S as ZERO,Nn as bnFormatter,p as bnum,Pt as calculateBuyFee,Kl as calculateDiffToAvg,ue as calculateDiffToRef,ht as calculateSellFee,mt as createChain,mu as createSdkContext,gt as findNestedKey,vn as findNestedObj,z as getFraction,vt as isEvmAccount,Nt as isEvmAddress,Ft as isSs58Address,v as scale,ps as toBn,x as toDecimals};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EvmClient } from '../evm';
|
|
2
2
|
export declare class AaveClient {
|
|
3
|
-
private
|
|
4
|
-
constructor(
|
|
3
|
+
private client;
|
|
4
|
+
constructor(evm: EvmClient);
|
|
5
|
+
getBlockTimestamp(): Promise<number>;
|
|
5
6
|
getReservesData(): Promise<readonly [readonly {
|
|
6
7
|
underlyingAsset: `0x${string}`;
|
|
7
8
|
name: string;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { AaveClient } from './AaveClient';
|
|
1
2
|
import { AaveSummary } from './types';
|
|
2
3
|
import { EvmClient } from '../evm';
|
|
3
4
|
import { Amount } from '../types';
|
|
4
5
|
export declare class AaveUtils {
|
|
5
|
-
|
|
6
|
-
constructor(
|
|
6
|
+
readonly client: AaveClient;
|
|
7
|
+
constructor(evm: EvmClient);
|
|
7
8
|
getSummary(user: string): Promise<AaveSummary>;
|
|
8
9
|
/**
|
|
9
10
|
* Check if user has active borrow positions
|
|
@@ -53,4 +54,5 @@ export declare class AaveUtils {
|
|
|
53
54
|
*/
|
|
54
55
|
getMaxWithdrawAll(user: string): Promise<Record<number, Amount>>;
|
|
55
56
|
private calculateWithdrawMax;
|
|
57
|
+
private calculateLinearInterest;
|
|
56
58
|
}
|
|
@@ -10,8 +10,8 @@ export declare class BalanceClient extends PolkadotApiClient {
|
|
|
10
10
|
getTokenBalance(account: string, assetId: string): Promise<BigNumber>;
|
|
11
11
|
getErc20Balance(account: string, assetId: string): Promise<BigNumber>;
|
|
12
12
|
subscribeSystemBalance(address: string, onChange: (token: string, balance: BigNumber) => void): UnsubscribePromise;
|
|
13
|
-
subscribeTokenBalance(address: string, onChange: (balances: [string, BigNumber][]) => void): UnsubscribePromise;
|
|
14
|
-
subscribeErc20Balance(address: string, onChange: (balances: [string, BigNumber][]) => void,
|
|
13
|
+
subscribeTokenBalance(address: string, onChange: (balances: [string, BigNumber][]) => void, assets?: string[]): UnsubscribePromise;
|
|
14
|
+
subscribeErc20Balance(address: string, onChange: (balances: [string, BigNumber][]) => void, assets?: string[]): UnsubscribePromise;
|
|
15
15
|
getTokenBalanceData(account: string, assetId: string): Promise<OrmlTokensAccountData>;
|
|
16
16
|
protected calculateFreeBalance(data: any): BigNumber;
|
|
17
17
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { Chain } from 'viem';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const createChain: (provider: any) => Chain;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
import { ApiPromise } from '@polkadot/api';
|
|
1
2
|
import { Chain, PublicClient, WalletClient } from 'viem';
|
|
2
3
|
export declare class EvmClient {
|
|
4
|
+
private wsProvider;
|
|
3
5
|
readonly chain: Chain;
|
|
4
|
-
constructor(
|
|
6
|
+
constructor(api: ApiPromise);
|
|
5
7
|
get chainId(): number;
|
|
6
8
|
get chainCurrency(): string;
|
|
7
9
|
get chainDecimals(): number;
|
|
8
|
-
getGasPrice(): Promise<bigint>;
|
|
9
10
|
getProvider(): PublicClient;
|
|
10
11
|
getWsProvider(): PublicClient;
|
|
11
12
|
getSigner(address: string): WalletClient;
|
package/build/types/factory.d.ts
CHANGED
|
@@ -14,12 +14,12 @@ export type SdkCtx = {
|
|
|
14
14
|
client: {
|
|
15
15
|
asset: AssetClient;
|
|
16
16
|
balance: BalanceClient;
|
|
17
|
-
evm: EvmClient;
|
|
18
17
|
};
|
|
19
18
|
ctx: {
|
|
20
19
|
pool: PoolService;
|
|
21
20
|
};
|
|
21
|
+
evm: EvmClient;
|
|
22
22
|
tx: TxBuilderFactory;
|
|
23
23
|
destroy: () => void;
|
|
24
24
|
};
|
|
25
|
-
export declare function createSdkContext(api: ApiPromise
|
|
25
|
+
export declare function createSdkContext(api: ApiPromise): SdkCtx;
|