@xchainjs/xchain-thorchain-amm 0.5.4 → 0.5.6

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
@@ -894,7 +894,7 @@ class ThorchainAMM {
894
894
  return yield wallet.loanOpen({
895
895
  memo: `${loanOpen.memo}`,
896
896
  amount: loanOpenParams.amount,
897
- toAddress: loanOpen.inboundAddress,
897
+ toAddress: `${loanOpen.inboundAddress}`,
898
898
  });
899
899
  });
900
900
  }
@@ -912,7 +912,7 @@ class ThorchainAMM {
912
912
  return yield wallet.loanClose({
913
913
  memo: `${withdrawLoan.memo}`,
914
914
  amount: loanCloseParams.amount,
915
- toAddress: withdrawLoan.inboundAddress,
915
+ toAddress: `${withdrawLoan.inboundAddress}`,
916
916
  });
917
917
  });
918
918
  }
package/lib/index.js CHANGED
@@ -898,7 +898,7 @@ class ThorchainAMM {
898
898
  return yield wallet.loanOpen({
899
899
  memo: `${loanOpen.memo}`,
900
900
  amount: loanOpenParams.amount,
901
- toAddress: loanOpen.inboundAddress,
901
+ toAddress: `${loanOpen.inboundAddress}`,
902
902
  });
903
903
  });
904
904
  }
@@ -916,7 +916,7 @@ class ThorchainAMM {
916
916
  return yield wallet.loanClose({
917
917
  memo: `${withdrawLoan.memo}`,
918
918
  amount: loanCloseParams.amount,
919
- toAddress: withdrawLoan.inboundAddress,
919
+ toAddress: `${withdrawLoan.inboundAddress}`,
920
920
  });
921
921
  });
922
922
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-thorchain-amm",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "description": "module that exposes estimating & swappping cryptocurrency assets on thorchain",
5
5
  "keywords": [
6
6
  "THORChain",
@@ -52,10 +52,10 @@
52
52
  "@xchainjs/xchain-evm": "^0.2.2",
53
53
  "@xchainjs/xchain-litecoin": "^0.12.1",
54
54
  "@xchainjs/xchain-midgard": "^0.5.0",
55
- "@xchainjs/xchain-mayachain": "^0.2.2",
56
- "@xchainjs/xchain-thorchain": "^0.28.1",
57
- "@xchainjs/xchain-thorchain-query": "^0.4.3",
58
- "@xchainjs/xchain-thornode": "^0.3.2",
55
+ "@xchainjs/xchain-mayachain": "^0.2.3",
56
+ "@xchainjs/xchain-thorchain": "^0.28.3",
57
+ "@xchainjs/xchain-thorchain-query": "^0.4.5",
58
+ "@xchainjs/xchain-thornode": "^0.3.3",
59
59
  "@xchainjs/xchain-util": "^0.13.0",
60
60
  "@xchainjs/xchain-utxo-providers": "^0.2.1",
61
61
  "axios": "^1.3.6",
@@ -88,10 +88,10 @@
88
88
  "@xchainjs/xchain-evm": "^0.2.2",
89
89
  "@xchainjs/xchain-litecoin": "^0.12.1",
90
90
  "@xchainjs/xchain-midgard": "^0.5.0",
91
- "@xchainjs/xchain-mayachain": "^0.2.2",
92
- "@xchainjs/xchain-thorchain": "^0.28.1",
93
- "@xchainjs/xchain-thorchain-query": "^0.4.3",
94
- "@xchainjs/xchain-thornode": "^0.3.2",
91
+ "@xchainjs/xchain-mayachain": "^0.2.3",
92
+ "@xchainjs/xchain-thorchain": "^0.28.3",
93
+ "@xchainjs/xchain-thorchain-query": "^0.4.5",
94
+ "@xchainjs/xchain-thornode": "^0.3.3",
95
95
  "@xchainjs/xchain-util": "^0.13.0",
96
96
  "@xchainjs/xchain-utxo-providers": "^0.2.1",
97
97
  "axios": "^1.3.6",