Skip to content

Commit

Permalink
fix: update links (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 authored May 26, 2024
1 parent b322682 commit fd54b4d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 46 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# [zkSync Wallet](https://wallet.zksync.io/)
# [zkSync Wallet](https://lite.zksync.io/)

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/matter-labs/zksync-wallet-vue/blob/master/LICENSE-MIT) [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/matter-labs/zksync-wallet-vue/blob/master/LICENSE-APACHE) [![Live on Mainnet](https://img.shields.io/badge/wallet-Live%20on%20Mainnet-blue)](https://wallet.zksync.io) [![Live on Goerli](https://img.shields.io/badge/wallet-Live%20on%20Goerli-blue)](https://zksync.io?network=goerli)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/matter-labs/zksync-wallet-vue/blob/master/LICENSE-MIT) [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/matter-labs/zksync-wallet-vue/blob/master/LICENSE-APACHE) [![Live on Mainnet](https://img.shields.io/badge/wallet-Live%20on%20Mainnet-blue)](https://lite.zksync.io)


## 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://wallet.zksync.io) and [goerli](https://zksync.io?network=goerli), published and ready for mass adoption.
It's working perfectly on [**mainnet**](https://lite.zksync.io), published and ready for mass adoption.

---

Expand Down Expand Up @@ -56,7 +56,7 @@ For detailed explanation on how things work, check out [Nuxt.js docs](https://nu

- [Integration Docs](https://zksync.io/dev)
- [Available API & protocols](https://zksync.io/api/)
- [zkWallet](https://wallet.zksync.io/)
- [zkWallet](https://lite.zksync.io/)
- [zkCheckout](https://checkout.zksync.io/)
- [zkScan](https://zkscan.io/)
- [Alternative Withdrawal](https://withdraw.zksync.io/)
Expand Down
32 changes: 0 additions & 32 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,38 +66,6 @@
}
]
},
{
"target": "goerli-beta",
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"redirects": [
{
"source": "**",
"type": 301,
"destination": "https://wallet.zksync.io?network=goerli-beta"
}
]
},
{
"target": "prod-goerli",
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"redirects": [
{
"source": "**",
"type": 301,
"destination": "https://wallet.zksync.io?network=goerli"
}
]
},
{
"target": "mainnet",
"public": "public",
Expand Down
10 changes: 5 additions & 5 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 Expand Up @@ -262,7 +262,7 @@ const config = <NuxtConfig>{
anonymize_ip: true, // anonymize IP
send_page_view: false, // might be necessary to avoid duplicated page track on page reload
linker: {
domains: ["wallet.zksync.io"],
domains: ["lite.zksync.io"],
},
},
debug: isDebugEnabled, // enable to track in dev mode
Expand Down
6 changes: 2 additions & 4 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 All @@ -33,8 +31,8 @@
}
],
"version": "3.29.10",
"homepage": "https://wallet.zksync.io",
"description": "zkWallet was created to unleash the power of zkSync L2 operations and give anyone an access to L2 zkSync features on mainnet",
"homepage": "https://lite.zksync.io",
"description": "zkWallet was created to unleash the power of zkSync Lite L2 operations and give anyone an access to L2 zkSync Lite features on mainnet",
"repository": "https://github.com/matter-labs/zksync-wallet-vue",
"author": "Matter Labs",
"browserslist": {
Expand Down

0 comments on commit fd54b4d

Please sign in to comment.