@galacticcouncil/sdk 0.0.1-beta.11 → 0.0.1-beta.12

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/README.md CHANGED
@@ -50,14 +50,14 @@ For type signature visit [types.ts](src/types.ts)<br />
50
50
  ```typescript
51
51
  // Import
52
52
  import { ApiPromise, WsProvider } from '@polkadot/api';
53
- import { TradeRouter, PolkadotPoolService } from '@galacticcouncil/sdk';
53
+ import { TradeRouter, PolkadotApiPoolService } from '@galacticcouncil/sdk';
54
54
 
55
55
  // Initialize Polkadot API
56
56
  const wsProvider = new WsProvider('wss://rpc.basilisk.cloud');
57
57
  const api = await ApiPromise.create({ provider: wsProvider });
58
58
 
59
59
  // Initialize Router
60
- const poolService = new PolkadotPoolService(api);
60
+ const poolService = new PolkadotApiPoolService(api);
61
61
  const tradeRouter = new TradeRouter(poolService);
62
62
 
63
63
  // Do something
@@ -96,7 +96,7 @@ Component list and current status ⬇️
96
96
  | Polkadot | Client | 🧪 |
97
97
  | Capi | Client | ⏳ |
98
98
  | XYK | Pool | 🧪 |
99
- | LBP | Pool | |
99
+ | LBP | Pool | 🛠 |
100
100
  | Stable | Pool | ⏳ |
101
101
  | Omni | Pool | ⏳ |
102
102