Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added apps/web/assets/wallets/icons/infinex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions apps/web/src/data/wallets/wallet-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import web3authIcon from "../../../assets/wallets/icons/web3auth.png";
import atomicwalletIcon from "../../../assets/wallets/icons/atomicwallet.png";
import jupiterIcon from "../../../assets/wallets/icons/jupiter.png";
import openfortIcon from "../../../assets/wallets/icons/openfort.png";
import infinexIcon from "../../../assets/wallets/icons/infinex.png";
import opensignerIcon from "../../../assets/wallets/icons/opensigner.png";

export const walletData = [
Expand Down Expand Up @@ -1050,6 +1051,30 @@ export const walletData = [
hardware: false,
private_key_infrastructure: false,
},
{
name: "Infinex",
body: "The Crypto Super App. Manage your crypto across multiple chains with no seed phrases and no KYC.",
website: "https://infinex.xyz/?ref=solwf",
additionalInfo:
"Non-Custodial/Self Custodial • Hold NFTs • Social Recovery • Staking",
icon: infinexIcon,
custodial: false,
non_custodial: true,
te: false,
blinks_and_actions: false,
solana_pay: false,
buy_crypto: false,
sell_crypto: false,
hold_nfts: true,
mpc: false,
gas_abstraction: true,
social_recovery: true,
staking: true,
spending_limits: false,
open_source: false,
hardware: false,
private_key_infrastructure: true,
},
{
name: "Cypherock",
body: "Cypherock X1 is the World's safest hardware wallet with non-custodial inheritance, audited by Keylabs",
Expand Down