Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding NOW Wallet to Wallets page on Solana website #146

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/wallets/icons/nowwallet.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: 25 additions & 1 deletion src/data/wallets/wallet-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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";

import nowwalletIcon from "../../../assets/wallets/icons/nowwallet.png";
export const walletData = [
{
name: "Phantom",
Expand Down Expand Up @@ -745,6 +745,30 @@ export const walletData = [
open_source: true,
hardware: false,
private_key_infrastructure: false,
},
{
name: "NOW Wallet",
body: "NOW Wallet is a versatile and user-friendly non-custodial crypto wallet. Store, buy, exchange and stake crypto in a secured mobile and desktop app. 40+ blockchains and thousands of tokens available.",
website: "https://walletnow.app/",
additionalInfo:
"Non-Custodial/Self Custodial • Actions & Blinks • Buy Crypto • Sell Crypto • Hold NFTs • Open Source",
icon: nowwalletIcon,
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: true,
spending_limits: false,
open_source: false,
hardware: false,
private_key_infrastructure: false,
},
// {
// name: "Passkeys.Foundation",
Expand Down