@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 CHANGED
@@ -2345,7 +2345,7 @@ function useSwapWidget(persistSwapWidgetState = true) {
2345
2345
  return GasPrice.fromString(gas);
2346
2346
  }
2347
2347
  catch (error) {
2348
- toast.error('Unable to parse gas price asset');
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
- toast.error(`Unable to parse gas price for ${srcFeeAsset.denom} on ${srcChain.chainName}`);
2390
+ console.error(`Unable to parse gas price for ${srcFeeAsset.denom} on ${srcChain.chainName}`);
2391
2391
  return;
2392
2392
  }
2393
2393
  srcGasPrice = _gasPrice;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/widget",
3
3
  "description": "Swap widget",
4
- "version": "2.3.2",
4
+ "version": "2.3.3",
5
5
  "repository": "https://github.com/skip-mev/widget",
6
6
  "type": "module",
7
7
  "exports": {