Skip to content

Commit 2436e26

Browse files
authored
Merge pull request #16199 from ethereum/claude/issue-16198-20250908-0619
remove Infinity Wallet from wallet finder - discontinued
2 parents 6fb3ce4 + ab147cc commit 2436e26

File tree

2 files changed

+0
-51
lines changed

2 files changed

+0
-51
lines changed
-11.2 KB
Binary file not shown.

src/data/wallets/wallet-data.ts

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import FrameImage from "@/public/images/wallets/frame.png"
2424
import GemWalletImage from "@/public/images/wallets/gemwallet.png"
2525
import GridPlusImage from "@/public/images/wallets/gridplus.png"
2626
import imTokenImage from "@/public/images/wallets/imtoken.png"
27-
import InfinityWalletImage from "@/public/images/wallets/infinity_wallet.png"
2827
import KeystoneImage from "@/public/images/wallets/keystone.png"
2928
import LedgerImage from "@/public/images/wallets/ledger.png"
3029
import LoopringImage from "@/public/images/wallets/loopring.png"
@@ -1329,56 +1328,6 @@ export const walletsData: WalletData[] = [
13291328
"Starknet",
13301329
],
13311330
},
1332-
{
1333-
last_updated: "2024-08-16",
1334-
name: "Infinity Wallet",
1335-
image: InfinityWalletImage,
1336-
twBackgroundColor: "bg-[#ffffff]",
1337-
twGradiantBrandColor: "from-[#ffffff]",
1338-
url: "https://infinitywallet.io/",
1339-
active_development_team: true,
1340-
languages_supported: ["en", "es"],
1341-
twitter: "https://twitter.com/InfinityWallet",
1342-
discord: "https://discordapp.com/invite/SgNjKzF",
1343-
reddit: "",
1344-
telegram: "",
1345-
ios: false,
1346-
android: false,
1347-
linux: true,
1348-
windows: true,
1349-
macOS: true,
1350-
firefox: false,
1351-
chromium: false,
1352-
hardware: false,
1353-
open_source: false,
1354-
repo_url: "",
1355-
non_custodial: true,
1356-
security_audit: [""],
1357-
scam_protection: true,
1358-
hardware_support: false,
1359-
rpc_importing: false,
1360-
nft_support: true,
1361-
connect_to_dapps: true,
1362-
staking: false,
1363-
swaps: true,
1364-
multichain: true,
1365-
layer_2: true,
1366-
gas_fee_customization: true,
1367-
ens_support: true,
1368-
erc_20_support: true,
1369-
buy_crypto: true,
1370-
withdraw_crypto: true,
1371-
multisig: false,
1372-
social_recovery: false,
1373-
onboard_documentation: "",
1374-
documentation: "https://docs.infinitywallet.io/",
1375-
supported_chains: [
1376-
"Ethereum Mainnet",
1377-
"Arbitrum One",
1378-
"OP Mainnet",
1379-
"Base",
1380-
],
1381-
},
13821331
{
13831332
last_updated: "2022-08-19",
13841333
name: "Exodus",

0 commit comments

Comments
 (0)