From 68d75a36101dc409d3f229b55bd43cacf5f69bbd Mon Sep 17 00:00:00 2001 From: Ape Fede Date: Mon, 26 Jun 2023 19:39:59 -0300 Subject: [PATCH] chore: Remove Telos and Unsupported wallets --- src/widgets/WalletModal/config.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/widgets/WalletModal/config.tsx b/src/widgets/WalletModal/config.tsx index 682d7ebb..a8308b4d 100644 --- a/src/widgets/WalletModal/config.tsx +++ b/src/widgets/WalletModal/config.tsx @@ -4,13 +4,10 @@ import MathWallet from "../../components/Svg/WalletsIcons/MathWallet"; import TokenPocket from "../../components/Svg/WalletsIcons/TokenPocket"; import TrustWallet from "../../components/Svg/WalletsIcons/TrustWallet"; import WalletConnect from "../../components/Svg/WalletsIcons/WalletConnect"; -import BinanceChain from "../../components/Svg/WalletsIcons/BinanceChain"; import OntoWallet from "../../components/Svg/WalletsIcons/OntoWallet"; import Nabox from "../../components/Svg/WalletsIcons/Nabox"; import SafePalWallet from "../../components/Svg/WalletsIcons/SafePalWallet"; -import TorusWallet from "../../components/Svg/WalletsIcons/TorusWallet"; import Coinbase from "../../components/Svg/WalletsIcons/Coinbase"; -import Unstoppable from "../../components/Svg/WalletsIcons/Unstoppable"; import Bitkeep from "../../components/Svg/WalletsIcons/Bitkeep"; import OKX from "../../components/Svg/WalletsIcons/OKX"; import MadWallet from "../../components/Svg/WalletsIcons/MadWallet";