@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.
@@ -318,8 +318,8 @@ function getStateWallet(state) {
318
318
  return ui.WalletState.DISCONNECTED;
319
319
  }
320
320
  }
321
+ const excludedWallets = [walletsShared.WalletType.UNKNOWN, walletsShared.WalletType.LEAP];
321
322
  function getlistWallet(getState, getWalletInfo, list) {
322
- const excludedWallets = [walletsShared.WalletType.UNKNOWN, walletsShared.WalletType.TERRA_STATION, walletsShared.WalletType.LEAP];
323
323
  return list.filter(wallet => !excludedWallets.includes(wallet)).map(type => {
324
324
  const {
325
325
  name,