Skip to content

Commit dac92b0

Browse files
authored
fix: update links (#18)
1 parent a0c0456 commit dac92b0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [zksync.io](https://zksync.io/) · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/matter-labs/zksync-wallet/blob/master/LICENSE-MIT) [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/matter-labs/zksync-wallet/blob/master/LICENSE-MIT) [![npm version](https://img.shields.io/npm/v/zksync.svg?style=flat)](https://www.npmjs.com/package/zksync) [![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)
1+
# [zksync.io](https://zksync.io/) · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/matter-labs/zksync-wallet/blob/master/LICENSE-MIT) [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/matter-labs/zksync-wallet/blob/master/LICENSE-MIT) [![npm version](https://img.shields.io/npm/v/zksync.svg?style=flat)](https://www.npmjs.com/package/zksync) [![Live on Mainnet](https://img.shields.io/badge/wallet-Live%20on%20Mainnet-blue)](https://lite.zksync.io) [![Live on Goerli](https://img.shields.io/badge/wallet-Live%20on%20Goerli-blue)](https://zksync.io?network=goerli)
22

33

44
# Website zksync.io

nuxt.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const pageKeywords = [
1313
"zksync lite withdrawal",
1414
"alternative withdrawal",
1515
"bulk withdrawal",
16-
"Matter Labs",
1716
"rollup",
1817
"ZK rollup",
1918
"zero confirmation",

src/pages/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div>
88
<div>
99
<b>zkSync Lite alternative withdrawal</b> is way to get funds to Layer 1 without interacting directly with the protocol. zkSync Lite supports most of web3-compatible wallets,
10-
so we highly recommend you to use the <a href="http://wallet.zksync.io/" target="_blank" >official client <i class="fas fa-external-link"></i></a> to withdraw funds if that is possible as it is cheaper and more convenient.</div>
10+
so we highly recommend you to use the <a href="http://lite.zksync.io/" target="_blank" >official client <i class="fas fa-external-link"></i></a> to withdraw funds if that is possible as it is cheaper and more convenient.</div>
1111
<div class="_margin-top-1">In order for the account to be eligible for an alternative withdrawal all of the following must be true:
1212
<ul>
1313
<li>It must exist (hold any funds) in the zkSync Lite network for at least 24 hours.</li>
@@ -43,7 +43,7 @@
4343
<address-input v-model="address" @change="setSubError"/>
4444
<div v-if="subErrorType==='Active'" class="errorText _text-center _margin-top-1 secondaryText">
4545
The provided account has done transactions on zkSync Lite before.
46-
<br/>Please go to the <a target="_blank" href="http://wallet.zksync.io/" class="linkText">official wallet <i class="fas fa-external-link"></i></a> to withdraw the funds.
46+
<br/>Please go to the <a target="_blank" href="http://lite.zksync.io/" class="linkText">official wallet <i class="fas fa-external-link"></i></a> to withdraw the funds.
4747
</div>
4848
<div v-if="subErrorType==='NotExists'" class="errorText _text-center _margin-top-1 secondaryText">
4949
The account does not exist on zkSync Lite network.

0 commit comments

Comments
 (0)