@pioneer-platform/rango-client 8.3.21 → 8.3.22

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 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -186,6 +186,7 @@ var get_quote = function (quote) {
186
186
  quoteMode: "RANGO"
187
187
  };
188
188
  output.id = quoteRango.requestId;
189
+ output.source = 'rango';
189
190
  output.complete = true;
190
191
  output.amountOut = quoteRango.result.outputAmount;
191
192
  output.inboundAddress = unsignedTx.transaction.to;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/rango-client",
3
- "version": "8.3.21",
3
+ "version": "8.3.22",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {