@galacticcouncil/sdk 0.0.2 → 0.0.4

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
@@ -1,5 +1,4 @@
1
- <h1><code>Galactic SDK</code></h1>
2
- <p>
1
+ # Galactic SDK
3
2
 
4
3
  [![npm version](https://img.shields.io/npm/v/@galacticcouncil/sdk.svg)](https://www.npmjs.com/package/@galacticcouncil/sdk)
5
4
  ![Coverage](./badges/coverage-jest%20coverage.svg)
@@ -12,8 +11,8 @@ Table of content:
12
11
 
13
12
  - [Installation](#installation)
14
13
  - [Components](#components)
14
+ - [Router](#router)
15
15
  - [TradeRouter](#traderouter)
16
- - [TradeExecutor](#tradeexecutor)
17
16
  - [Examples](#examples)
18
17
  - [Roadmap](#roadmap)
19
18
  - [Issue reporting](#issue-reporting)
@@ -28,7 +27,7 @@ Install with [npm](https://www.npmjs.com/):
28
27
 
29
28
  ### Router
30
29
 
31
- Off-chain routing, build to find the most suitable routes across the the pools. Building block for TradeRouter.
30
+ Off-chain routing, build to find the most suitable routes across the pools. Building block for TradeRouter.
32
31
 
33
32
  #### API
34
33