diff --git a/assets/wallets/icons/guarda.png b/assets/wallets/icons/guarda.png new file mode 100644 index 00000000..67a9b230 Binary files /dev/null and b/assets/wallets/icons/guarda.png differ diff --git a/src/data/wallets/wallet-data.js b/src/data/wallets/wallet-data.js index e4ca4726..c4b1634a 100644 --- a/src/data/wallets/wallet-data.js +++ b/src/data/wallets/wallet-data.js @@ -27,6 +27,7 @@ import dynamicIcon from "../../../assets/wallets/icons/dynamic.png"; import enkryptIcon from "../../../assets/wallets/icons/enkrypt.png"; import nowwalletIcon from "../../../assets/wallets/icons/nowwallet.png"; import coinwalletIcon from "../../../assets/wallets/icons/coinwallet.png"; +import guardaIcon from "../../../assets/wallets/icons/guarda.png"; export const walletData = [ { @@ -795,6 +796,31 @@ export const walletData = [ hardware: false, private_key_infrastructure: false, }, + { + name: "Guarda Wallet", + body: "One secure multi crypto wallet, all assets in. Swap and store crypto across 70+ networks.", + website: "https://guarda.com/", + additionalInfo: + "Non-Custodial/Self Custodial • Buy Crypto • Sell Crypto • Exchange Crypto • Staking", + icon: guardaIcon, + custodial: false, + non_custodial: true, + te: false, + blinks_and_actions: false, + solana_pay: false, + buy_crypto: true, + sell_crypto: true, + hold_nfts: true, + mpc: false, + gas_abstraction: false, + social_recovery: false, + 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.",