@xchainjs/xchain-mayachain-query 2.1.8 → 2.1.10

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.
Files changed (2) hide show
  1. package/README.md +4 -5
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -160,13 +160,12 @@ Estimate AddSaver() & WithdrawSaver() & getSaverPosition() https://replit.com/@t
160
160
 
161
161
  Check transaction Stage
162
162
 
163
- ### Setting Headers for Nine Realms endpoints
163
+ ### Setting Headers for MAYAChain endpoints
164
164
 
165
- If you plan on using the publically accessible endpoints provided by Nine Realms(listed below), ensure that you add a valid 'x-client-id' to all requests
165
+ If you plan on using the publicly accessible endpoints provided by MAYAChain (listed below), ensure that you add a valid 'x-client-id' to all requests
166
166
 
167
- - https://midgard.ninerealms.com
168
- - https://haskoin.ninerealms.com (BTC/BCH/LTC)
169
- - https://thornode.ninerealms.com
167
+ - https://midgard.mayachain.info
168
+ - https://mayanode.mayachain.info
170
169
 
171
170
  ## Example
172
171
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-mayachain-query",
3
- "version": "2.1.8",
3
+ "version": "2.1.10",
4
4
  "license": "MIT",
5
5
  "description": "Mayachain query module that is responsible for estimating swap calculations and add/remove liquidity for thorchain",
6
6
  "keywords": [
@@ -33,14 +33,14 @@
33
33
  "postversion": "git push --follow-tags"
34
34
  },
35
35
  "dependencies": {
36
- "@xchainjs/xchain-client": "2.0.11",
37
- "@xchainjs/xchain-mayamidgard": "1.1.0",
38
- "@xchainjs/xchain-mayamidgard-query": "1.0.13",
39
- "@xchainjs/xchain-mayanode": "1.2.0",
40
- "@xchainjs/xchain-util": "2.0.6",
41
- "axios": "1.13.5",
36
+ "@xchainjs/xchain-client": "2.0.13",
37
+ "@xchainjs/xchain-mayamidgard": "1.1.2",
38
+ "@xchainjs/xchain-mayamidgard-query": "1.0.15",
39
+ "@xchainjs/xchain-mayanode": "1.2.2",
40
+ "@xchainjs/xchain-util": "2.0.7",
41
+ "axios": "1.15.2",
42
42
  "axios-retry": "3.2.5",
43
- "bignumber.js": "^10.0.1"
43
+ "bignumber.js": "^11.0.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "axios-mock-adapter": "2.1.0"