@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
- protected readonly api: ApiPromise;
18
- protected readonly evm: EvmClient;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacticcouncil/sdk",
3
- "version": "9.14.0",
3
+ "version": "9.15.0",
4
4
  "description": "Galactic off-chain routing & optimization of orders across pools for best price execution",
5
5
  "author": "GalacticCouncil",
6
6
  "repository": {