@pioneer-platform/mayachain-client 0.0.22 → 0.0.23

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/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -217,7 +217,7 @@ var get_quote = function (quote) {
217
217
  chain: ChainToNetworkId[quote.sellAsset.split(".")[0]],
218
218
  txParams: {
219
219
  senderAddress: quote.senderAddress,
220
- recipientAddress: quote.inbound_address,
220
+ recipientAddress: quoteFromNode.inbound_address,
221
221
  amount: quote.sellAmount,
222
222
  token: quote.sellAsset.split(".")[1],
223
223
  memo: memo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/mayachain-client",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {