@spicenet-io/spiceflow-ui 1.8.0 → 1.8.1

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/dist/index.cjs.js CHANGED
@@ -4176,6 +4176,8 @@ const DepositWidget = ({
4176
4176
  const allAssets = supportedChains.flatMap(
4177
4177
  (chainId) => getAllAssetsForChain(chainId, assets)
4178
4178
  );
4179
+ console.log("allAssets", allAssets);
4180
+ console.log("supportedTokens", supportedTokens);
4179
4181
  if (supportedTokens && supportedTokens.length > 0) {
4180
4182
  return allAssets.filter(
4181
4183
  (asset) => supportedTokens.some(
package/dist/index.js CHANGED
@@ -4174,6 +4174,8 @@ const DepositWidget = ({
4174
4174
  const allAssets = supportedChains.flatMap(
4175
4175
  (chainId) => getAllAssetsForChain(chainId, assets)
4176
4176
  );
4177
+ console.log("allAssets", allAssets);
4178
+ console.log("supportedTokens", supportedTokens);
4177
4179
  if (supportedTokens && supportedTokens.length > 0) {
4178
4180
  return allAssets.filter(
4179
4181
  (asset) => supportedTokens.some(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spicenet-io/spiceflow-ui",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Spiceflow UI SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",