Skip to content

Commit

Permalink
Add enkrypt wallet (#82)
Browse files Browse the repository at this point in the history
* feat: add enkrypt

* fix: move enkrypt to end of wallet-data
  • Loading branch information
Abyscuit authored Nov 21, 2024
1 parent a7e609d commit 3b861ba
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Binary file added assets/wallets/icons/enkrypt.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 src/data/wallets/wallet-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import keystoneIcon from "../../../assets/wallets/icons/keystone.png";
import turnkeyIcon from "../../../assets/wallets/icons/turnkey.png";
import gemIcon from "../../../assets/wallets/icons/gem.png";
import dynamicIcon from "../../../assets/wallets/icons/dynamic.png";
import enkryptIcon from "../../../assets/wallets/icons/enkrypt.png";

export const walletData = [
{
Expand Down Expand Up @@ -721,6 +722,30 @@ export const walletData = [
hardware: false,
private_key_infrastructure: false,
},
{
name: "Enkrypt",
body: "A multichain crypto wallet hold, buy, send, receive, and swap tokens. Manage your NFTs. Access web3 apps across multiple blockchains.",
website: "https://www.enkrypt.com/",
additionalInfo:
"Non-Custodial/Self Custodial • Actions & Blinks • Buy Crypto • Sell Crypto • Hold NFTs • Open Source",
icon: enkryptIcon,
custodial: false,
non_custodial: true,
te: false,
blinks_and_actions: true,
solana_pay: false,
buy_crypto: true,
sell_crypto: true,
hold_nfts: true,
mpc: false,
gas_abstraction: false,
social_recovery: false,
staking: false,
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.",
Expand Down

0 comments on commit 3b861ba

Please sign in to comment.