@xchainjs/xchain-thornode 0.1.0-alpha3 → 0.1.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.
package/README.md CHANGED
@@ -4,10 +4,9 @@ Thornode Module for XChainJS Clients
4
4
 
5
5
  ## Modules
6
6
 
7
- Thornode module has been created using openapi-generator-cli to auto-generate rest api reading from "https://thornode.ninerealms.com/thorchain/doc/openapi.yaml"
7
+ Thornode module has been created using openapi-generator-cli to auto-generate rest api reading from "https://gitlab.com/thorchain/thornode/-/raw/release-{version}/openapi/openapi.yaml"
8
8
  This library exposes all the Api's outlined in the swagger doc "https://thornode.ninerealms.com/thorchain/doc"
9
9
 
10
-
11
10
  ## Installation
12
11
 
13
12
  ```
@@ -15,6 +14,7 @@ yarn add @xchainjs/xchain-thornode
15
14
  ```
16
15
 
17
16
  ## Examples
17
+
18
18
  Request data from MimirApi
19
19
 
20
20
  ```