@xchainjs/xchain-thornode 1.2.1 → 1.2.2

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/lib/config.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * The base URL for the THORNode API endpoint.
3
3
  */
4
- export declare const THORNODE_API_URL = "https://thornode.thorchain.network/";
4
+ export declare const THORNODE_API_URL = "https://gateway.liquify.com/chain/thorchain_api";
5
5
  /** @deprecated Use THORNODE_API_URL instead. Will be removed in next major version. */
6
- export declare const THORNODE_API_9R_URL = "https://thornode.thorchain.network/";
6
+ export declare const THORNODE_API_9R_URL = "https://gateway.liquify.com/chain/thorchain_api";
package/lib/index.esm.js CHANGED
@@ -7046,7 +7046,7 @@ class Configuration {
7046
7046
  /**
7047
7047
  * The base URL for the THORNode API endpoint.
7048
7048
  */
7049
- const THORNODE_API_URL = 'https://thornode.thorchain.network/';
7049
+ const THORNODE_API_URL = 'https://gateway.liquify.com/chain/thorchain_api';
7050
7050
  /** @deprecated Use THORNODE_API_URL instead. Will be removed in next major version. */
7051
7051
  const THORNODE_API_9R_URL = THORNODE_API_URL;
7052
7052
 
package/lib/index.js CHANGED
@@ -7052,7 +7052,7 @@ class Configuration {
7052
7052
  /**
7053
7053
  * The base URL for the THORNode API endpoint.
7054
7054
  */
7055
- const THORNODE_API_URL = 'https://thornode.thorchain.network/';
7055
+ const THORNODE_API_URL = 'https://gateway.liquify.com/chain/thorchain_api';
7056
7056
  /** @deprecated Use THORNODE_API_URL instead. Will be removed in next major version. */
7057
7057
  const THORNODE_API_9R_URL = THORNODE_API_URL;
7058
7058
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-thornode",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "license": "MIT",
5
5
  "description": "Thornode module that exposes all thornode functions using openapi-generator-cli",
6
6
  "keywords": [