Skip to content

Commit

Permalink
Add Guarda Wallet to the wallets page (#155)
Browse files Browse the repository at this point in the history
* Add Guarda Wallet

* feat: add Guarda Wallet

* Drop useless line (prettier)

* Update hardware info
  • Loading branch information
andreysem1chev authored Feb 5, 2025
1 parent 0120c3a commit 136e445
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Binary file added assets/wallets/icons/guarda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/data/wallets/wallet-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand Down Expand Up @@ -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.",
Expand Down

0 comments on commit 136e445

Please sign in to comment.