@pioneer-platform/changelly-client 8.3.15 → 8.3.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 +2 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -74,6 +74,7 @@ var assetSupport = [
74
74
  shortListSymbolToCaip["XRP"],
75
75
  shortListSymbolToCaip["DASH"],
76
76
  shortListSymbolToCaip["ZEC"],
77
+ shortListSymbolToCaip["DOGE"],
77
78
  shortListSymbolToCaip["BASE"],
78
79
  shortListSymbolToCaip["LTC"],
79
80
  shortListSymbolToCaip["BCH"],
@@ -146,6 +147,7 @@ function create_transaction(from, to, address, amount, extraId) {
146
147
  output = {};
147
148
  output.steps = 1;
148
149
  output.complete = true;
150
+ output.source = 'chaingelly';
149
151
  output.meta = {
150
152
  quoteMode: "CHANGELLY"
151
153
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/changelly-client",
3
- "version": "8.3.15",
3
+ "version": "8.3.17",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {