@galacticcouncil/sdk 0.6.0 → 0.6.2

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.
@@ -8,6 +8,8 @@ export declare class LbpPoolClient extends PoolClient {
8
8
  getPools(): Promise<PoolBase[]>;
9
9
  private loadPools;
10
10
  private syncPools;
11
+ getRelayChainBlock(): Promise<number>;
12
+ private isActivePool;
11
13
  private getLinearWeight;
12
14
  private isRepayFeeApplied;
13
15
  getPoolFees(_feeAsset: string, address: string): Promise<PoolFees>;
@@ -129,5 +129,6 @@ export interface AssetMetadata {
129
129
  }
130
130
  export interface AssetDetail {
131
131
  name: string;
132
+ assetType: string;
132
133
  existentialDeposit: string;
133
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacticcouncil/sdk",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "Galactic off-chain routing & optimization of orders across pools for best price execution",
5
5
  "author": "GalacticCouncil",
6
6
  "repository": {