diff --git a/assets/wallets/icons/gem.png b/assets/wallets/icons/gem.png new file mode 100644 index 00000000..342d6c7f Binary files /dev/null and b/assets/wallets/icons/gem.png differ diff --git a/src/data/wallets/wallet-data.js b/src/data/wallets/wallet-data.js index aa57438a..118ff83a 100644 --- a/src/data/wallets/wallet-data.js +++ b/src/data/wallets/wallet-data.js @@ -22,6 +22,7 @@ import binanceIcon from "../../../assets/wallets/icons/binance.png"; import exodusIcon from "../../../assets/wallets/icons/exodus.png"; import keystoneIcon from "../../../assets/wallets/icons/keystone.png"; import turnkeyIcon from "../../../assets/wallets/icons/turnkey.png"; +import gemIcon from "../../../assets/wallets/icons/gem.png"; export const walletData = [ { @@ -695,6 +696,30 @@ export const walletData = [ hardware: false, private_key_infrastructure: false, }, + { + name: "Gem Wallet", + body: "Gem Wallet is an open-source and self-custodial crypto wallet that lets you send, receive, swap, use dApps, buy, and stake cryptocurrencies.", + website: "https://gemwallet.com/", + additionalInfo: + "Non-Custodial/Self Custodial • Buy Crypto • Sell Crypto • Open Source • Staking", + icon: gemIcon, + custodial: false, + non_custodial: true, + te: false, + blinks_and_actions: false, + solana_pay: false, + buy_crypto: true, + sell_crypto: false, + hold_nfts: false, + mpc: false, + gas_abstraction: false, + social_recovery: false, + staking: true, + spending_limits: false, + open_source: true, + hardware: false, + private_key_infrastructure: false, + }, // { // name: "Passkeys.Foundation", // body: "Binance Web3 wallet is a keyless, seedless, multi-chain, semi-custody wallet designed for DeFi.",