@galacticcouncil/sdk 9.14.0 → 9.15.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.
|
@@ -14,8 +14,8 @@ import { HsmClient } from './hsm';
|
|
|
14
14
|
import { IPoolService, Pool, PoolBase, PoolFees, PoolFilter, PoolPair } from './types';
|
|
15
15
|
import { PoolClient } from './PoolClient';
|
|
16
16
|
export declare class PoolService extends PolkadotApiClient implements IPoolService {
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
readonly api: ApiPromise;
|
|
18
|
+
readonly evm: EvmClient;
|
|
19
19
|
protected readonly assetClient: AssetClient;
|
|
20
20
|
protected readonly aaveClient: AavePoolClient;
|
|
21
21
|
protected readonly xykClient: XykPoolClient;
|
package/package.json
CHANGED