Skip to content

Commit

Permalink
fix: update links (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed May 27, 2024
1 parent a0c0456 commit dac92b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [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)
# [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)


# Website zksync.io
Expand Down
1 change: 0 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const pageKeywords = [
"zksync lite withdrawal",
"alternative withdrawal",
"bulk withdrawal",
"Matter Labs",
"rollup",
"ZK rollup",
"zero confirmation",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div>
<div>
<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,
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>
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>
<div class="_margin-top-1">In order for the account to be eligible for an alternative withdrawal all of the following must be true:
<ul>
<li>It must exist (hold any funds) in the zkSync Lite network for at least 24 hours.</li>
Expand Down Expand Up @@ -43,7 +43,7 @@
<address-input v-model="address" @change="setSubError"/>
<div v-if="subErrorType==='Active'" class="errorText _text-center _margin-top-1 secondaryText">
The provided account has done transactions on zkSync Lite before.
<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.
<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.
</div>
<div v-if="subErrorType==='NotExists'" class="errorText _text-center _margin-top-1 secondaryText">
The account does not exist on zkSync Lite network.
Expand Down

0 comments on commit dac92b0

Please sign in to comment.