@rango-dev/widget-embedded 0.1.16-next.2 → 0.1.16-next.4

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.
@@ -310,8 +310,8 @@ function getStateWallet(state) {
310
310
  return WalletState.DISCONNECTED;
311
311
  }
312
312
  }
313
+ const excludedWallets = [WalletType.UNKNOWN, WalletType.LEAP];
313
314
  function getlistWallet(getState, getWalletInfo, list) {
314
- const excludedWallets = [WalletType.UNKNOWN, WalletType.TERRA_STATION, WalletType.LEAP];
315
315
  return list.filter(wallet => !excludedWallets.includes(wallet)).map(type => {
316
316
  const {
317
317
  name,