@pioneer-platform/uniswap-client 0.0.2 → 0.0.3

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
@@ -477,7 +477,7 @@ var get_quote = function (quote) {
477
477
  log.info(tag, "tx: ", tx);
478
478
  output.type = 'EVM';
479
479
  output.id = uuid();
480
- output.tx = [tx];
480
+ output.txs = [tx];
481
481
  return [2 /*return*/, output];
482
482
  case 14:
483
483
  e_2 = _d.sent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/uniswap-client",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {