From be1922a25d2b039dba2ef8df0851e22a99194c3c Mon Sep 17 00:00:00 2001 From: Riva Date: Thu, 19 Feb 2026 15:41:41 +1100 Subject: [PATCH 1/2] feat(find-wallet): Add Infinex wallet --- apps/web/assets/wallets/icons/infinex.png | Bin 0 -> 814 bytes apps/web/src/data/wallets/wallet-data.js | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 apps/web/assets/wallets/icons/infinex.png diff --git a/apps/web/assets/wallets/icons/infinex.png b/apps/web/assets/wallets/icons/infinex.png new file mode 100644 index 0000000000000000000000000000000000000000..10aafbe3baa9e4400ea4086a0d2f24ed4ddd0c74 GIT binary patch literal 814 zcmeAS@N?(olHy`uVBq!ia0vp^2SAvE4M+yv$zcaloCO|{#S9GG!XV7ZFl&wkP>``W z$lZxy-8q?;Kn_c~qpu?a!^VE@KZ&di3`~bTT^vIy7~kGC^b2*AaCmqyBXJRnkdQ{t z+1st>@16U%_TbbTr=?;V=5EzFzYNe)*wGbS=A_%bZvY%pP*pvG{C#bFkMhcH7X9RzQEHe_CX^qWP@yZ)6mf4|n( zSXu4+ygy(5UeD8irw@L)_IhL7^!7A%3S2k)=xzs5`ThST?f=c|J^rAe(jct+`s0$ynHN?eClrjixQRy>FnNcHR<=S=G$*5iL7Yr-PPjE gizqUK!lW_X+Fr+vrB6l{n7kQ0UHx3vIVCg!0HJ&Zd;kCd literal 0 HcmV?d00001 diff --git a/apps/web/src/data/wallets/wallet-data.js b/apps/web/src/data/wallets/wallet-data.js index 4c69e3fd9d..4bf206aa48 100644 --- a/apps/web/src/data/wallets/wallet-data.js +++ b/apps/web/src/data/wallets/wallet-data.js @@ -39,6 +39,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 = [ @@ -1049,6 +1050,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/", + 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: "Passkeys.Foundation", // body: "Binance Web3 wallet is a keyless, seedless, multi-chain, semi-custody wallet designed for DeFi.", From 76a5f0b2bfe2c6e054ec532e41c0d16a997222ec Mon Sep 17 00:00:00 2001 From: Riva Date: Thu, 19 Feb 2026 15:51:42 +1100 Subject: [PATCH 2/2] feat(find-wallet): Infinex/ add a ref for tracking --- apps/web/src/data/wallets/wallet-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/data/wallets/wallet-data.js b/apps/web/src/data/wallets/wallet-data.js index 4bf206aa48..2e533af5cb 100644 --- a/apps/web/src/data/wallets/wallet-data.js +++ b/apps/web/src/data/wallets/wallet-data.js @@ -1053,7 +1053,7 @@ export const walletData = [ { name: "Infinex", body: "The Crypto Super App. Manage your crypto across multiple chains with no seed phrases and no KYC.", - website: "https://infinex.xyz/", + website: "https://infinex.xyz/?ref=solwf", additionalInfo: "Non-Custodial/Self Custodial • Hold NFTs • Social Recovery • Staking", icon: infinexIcon,