Skip to content

Commit

Permalink
fix: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed May 26, 2024
1 parent e4b545f commit d18b05a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Description

zkWallet was created to unleash the power of zkSync L2 operations and give everyone the access to L2 zkSync features. [Learn more](https://zksync.io/)
zkWallet was created to unleash the power of zkSync Lite L2 operations and give everyone the access to L2 zkSync Lite features. [Learn more](https://zksync.io/)

It's working perfectly on [**mainnet**](https://lite.zksync.io), published and ready for mass adoption.

Expand Down
8 changes: 4 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ const gitRevision =
: `${process.env.APP_GIT_REVISION}`;

const meta = {
title: "zkSync Wallet",
titleTemplate: "%s | zkSync: secure, scalable crypto payments",
title: "zkSync Lite Wallet",
titleTemplate: "%s | zkSync Lite: secure, scalable crypto payments",
description:
"A crypto wallet & gateway to layer-2 zkSync Rollup. zkSync is a trustless, secure, user-centric protocol for scaling payments and smart contracts on Ethereum",
"A crypto wallet & gateway to layer-2 zkSync Rollup. zkSync Lite is a trustless, secure, user-centric protocol for scaling payments and smart contracts on Ethereum",
keywords:
"zkSync, Matter Labs, rollup, ZK rollup, zero confirmation, ZKP, zero-knowledge proofs, Ethereum, crypto, blockchain, permissionless, L2, secure payments, scalable crypto payments, zkWallet, cryptowallet",
"zkSync Lite, rollup, ZK rollup, zero confirmation, ZKP, zero-knowledge proofs, Ethereum, crypto, blockchain, permissionless, L2, secure payments, scalable crypto payments, zkWallet",
image: "/social.png",
};

Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
"zksync",
"ethereum",
"web3",
"wallet",
"defi",
"payment gateway",
"cryptopayments",
"gitcoin",
"matter labs",
"zksync dapps",
"dapp",
"ethers"
Expand Down

0 comments on commit d18b05a

Please sign in to comment.