@unielon/coin-dogecoin
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -97,3 +97,3 @@ "use strict"; | ||
}; | ||
if (tick0 === "WDOGE(WRAPPED-DOGE)" || (tick0_id === "WDOGE(WRAPPED-DOGE)" && doge === 1)) { | ||
if ((tick0 === "WDOGE(WRAPPED-DOGE)" || tick0_id === "WDOGE(WRAPPED-DOGE)") && doge === 1) { | ||
const amount = amt0 || 0; | ||
@@ -106,3 +106,3 @@ processWDOGE(amount); | ||
} | ||
if (tick1 === "WDOGE(WRAPPED-DOGE)" && op !== 'swap' && op !== 'trade') { | ||
if (tick1 === "WDOGE(WRAPPED-DOGE)" && op !== 'swap' && op !== 'trade' && doge === 1) { | ||
const amount = amt1 || 0; | ||
@@ -109,0 +109,0 @@ processWDOGE(amount); |
{ | ||
"name": "@unielon/coin-dogecoin", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
949368