@xchainjs/xchain-midgard-query 2.0.15 → 2.0.16

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/index.esm.js CHANGED
@@ -39,7 +39,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
39
39
  const defaultMidgardConfig = {
40
40
  mainnet: {
41
41
  apiRetries: 3,
42
- midgardBaseUrls: ['https://gateway.liquify.com/chain/thorchain_midgard'],
42
+ midgardBaseUrls: ['https://midgard.thorchain.network', 'https://gateway.liquify.com/chain/thorchain_midgard'],
43
43
  },
44
44
  stagenet: {
45
45
  apiRetries: 3,
package/lib/index.js CHANGED
@@ -46,7 +46,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
46
46
  const defaultMidgardConfig = {
47
47
  mainnet: {
48
48
  apiRetries: 3,
49
- midgardBaseUrls: ['https://gateway.liquify.com/chain/thorchain_midgard'],
49
+ midgardBaseUrls: ['https://midgard.thorchain.network', 'https://gateway.liquify.com/chain/thorchain_midgard'],
50
50
  },
51
51
  stagenet: {
52
52
  apiRetries: 3,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-midgard-query",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "license": "MIT",
5
5
  "description": "Module that is responsible for get data from Midgard API",
6
6
  "keywords": [
@@ -32,10 +32,10 @@
32
32
  "postversion": "git push --follow-tags"
33
33
  },
34
34
  "dependencies": {
35
- "@xchainjs/xchain-client": "2.0.12",
36
- "@xchainjs/xchain-midgard": "1.1.1",
35
+ "@xchainjs/xchain-client": "2.0.13",
36
+ "@xchainjs/xchain-midgard": "1.1.2",
37
37
  "@xchainjs/xchain-util": "2.0.7",
38
- "axios": "1.15.0",
38
+ "axios": "1.15.2",
39
39
  "axios-retry": "^3.9.1"
40
40
  },
41
41
  "devDependencies": {