@pioneer-platform/pioneer-router 8.4.16 → 8.4.17

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 +6 -0
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -207,6 +207,12 @@ function get_quote_from_integration(integration, quote) {
207
207
  to = quote.buyAsset.ticker;
208
208
  address = quote.buyAsset.address;
209
209
  amount = quote.sellAmount;
210
+ log.info({
211
+ from: from,
212
+ to: to,
213
+ address: address,
214
+ amount: amount
215
+ });
210
216
  return [4 /*yield*/, changelly.getQuote(from, to, address, amount)];
211
217
  case 9:
212
218
  quoteChangelly = _c.sent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-router",
3
- "version": "8.4.16",
3
+ "version": "8.4.17",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
@@ -20,7 +20,7 @@
20
20
  "clean": "rm -rf coverage src/**/*.js src/**/*.map lib node_modules"
21
21
  },
22
22
  "dependencies": {
23
- "@pioneer-platform/changelly-client": "8.3.5",
23
+ "@pioneer-platform/changelly-client": "8.3.6",
24
24
  "@pioneer-platform/osmosis-client": "0.0.9",
25
25
  "@pioneer-platform/pioneer-caip": "^9.2.13",
26
26
  "@pioneer-platform/rango-client": "^8.3.9",