@xchainjs/xchain-thorchain-amm 0.7.1 → 0.7.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/index.esm.js CHANGED
@@ -571,7 +571,6 @@ class Wallet {
571
571
  * @param owner - Owner address (rune address)
572
572
  * @param preferredAsset - referred asset
573
573
  * @param expirity - expirity of the domain in MILLISECONDS
574
- * @param isUpdate - true only if the domain is already register and you want to update its data
575
574
  * @returns memo and value of deposit
576
575
  */
577
576
  updateThorname(params) {
package/lib/index.js CHANGED
@@ -575,7 +575,6 @@ class Wallet {
575
575
  * @param owner - Owner address (rune address)
576
576
  * @param preferredAsset - referred asset
577
577
  * @param expirity - expirity of the domain in MILLISECONDS
578
- * @param isUpdate - true only if the domain is already register and you want to update its data
579
578
  * @returns memo and value of deposit
580
579
  */
581
580
  updateThorname(params) {
package/lib/wallet.d.ts CHANGED
@@ -103,7 +103,6 @@ export declare class Wallet {
103
103
  * @param owner - Owner address (rune address)
104
104
  * @param preferredAsset - referred asset
105
105
  * @param expirity - expirity of the domain in MILLISECONDS
106
- * @param isUpdate - true only if the domain is already register and you want to update its data
107
106
  * @returns memo and value of deposit
108
107
  */
109
108
  updateThorname(params: UpdateThornameParams): Promise<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-thorchain-amm",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "module that exposes estimating & swappping cryptocurrency assets on thorchain",
5
5
  "keywords": [
6
6
  "THORChain",
@@ -55,7 +55,7 @@
55
55
  "@xchainjs/xchain-midgard": "^0.5.1",
56
56
  "@xchainjs/xchain-thorchain": "^0.28.6",
57
57
  "@xchainjs/xchain-thornode": "^0.3.6",
58
- "@xchainjs/xchain-thorchain-query": "^0.6.1",
58
+ "@xchainjs/xchain-thorchain-query": "^0.6.2",
59
59
  "@xchainjs/xchain-util": "^0.13.1",
60
60
  "@xchainjs/xchain-utxo-providers": "^0.2.2",
61
61
  "axios": "^1.3.6",
@@ -91,7 +91,7 @@
91
91
  "@xchainjs/xchain-midgard": "^0.5.1",
92
92
  "@xchainjs/xchain-thorchain": "^0.28.6",
93
93
  "@xchainjs/xchain-thornode": "^0.3.6",
94
- "@xchainjs/xchain-thorchain-query": "^0.6.1",
94
+ "@xchainjs/xchain-thorchain-query": "^0.6.2",
95
95
  "@xchainjs/xchain-util": "^0.13.1",
96
96
  "@xchainjs/xchain-utxo-providers": "^0.2.2",
97
97
  "axios": "^1.3.6",