@pioneer-platform/rango-client 8.3.5 → 8.3.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.
Files changed (2) hide show
  1. package/lib/index.js +3 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -117,9 +117,11 @@ var get_quote = function (quote) {
117
117
  return [4 /*yield*/, rango.getBestRoute(quote)];
118
118
  case 2:
119
119
  output = _a.sent();
120
- return [4 /*yield*/, create_transaction(output.quote.requestId, 1, false, false)];
120
+ log.info(tag, "output: ", output);
121
+ return [4 /*yield*/, create_transaction(output.requestId, 1, false, false)];
121
122
  case 3:
122
123
  unsignedTx = _a.sent();
124
+ log.info(tag, "unsignedTx: ", unsignedTx);
123
125
  output.unsignedTx = unsignedTx;
124
126
  return [2 /*return*/, output];
125
127
  case 4:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/rango-client",
3
- "version": "8.3.5",
3
+ "version": "8.3.6",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {