@skip-go/widget 2.3.2 → 2.3.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.
- package/build/index.es.js +2 -2
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -2345,7 +2345,7 @@ function useSwapWidget(persistSwapWidgetState = true) {
|
|
|
2345
2345
|
return GasPrice.fromString(gas);
|
|
2346
2346
|
}
|
|
2347
2347
|
catch (error) {
|
|
2348
|
-
|
|
2348
|
+
console.error('Unable to parse gas price asset');
|
|
2349
2349
|
return undefined;
|
|
2350
2350
|
}
|
|
2351
2351
|
})();
|
|
@@ -2387,7 +2387,7 @@ function useSwapWidget(persistSwapWidgetState = true) {
|
|
|
2387
2387
|
}
|
|
2388
2388
|
})();
|
|
2389
2389
|
if (!_gasPrice) {
|
|
2390
|
-
|
|
2390
|
+
console.error(`Unable to parse gas price for ${srcFeeAsset.denom} on ${srcChain.chainName}`);
|
|
2391
2391
|
return;
|
|
2392
2392
|
}
|
|
2393
2393
|
srcGasPrice = _gasPrice;
|