@orderly.network/ui-transfer 2.10.2 → 3.0.0-beta.0

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.mjs CHANGED
@@ -2480,6 +2480,9 @@ var useSwapTokens = (chainId, enableSwapDeposit) => {
2480
2480
  logo_uri: item.logoURI
2481
2481
  }));
2482
2482
  }, [data]);
2483
+ if (!enableSwapDeposit) {
2484
+ return [];
2485
+ }
2483
2486
  return tokens;
2484
2487
  };
2485
2488