Skip to content

Commit 2d7db53

Browse files
committed
minor fix
1 parent 5fc9116 commit 2d7db53

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
lines changed

src/pages/StakingOnZillet.vue

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</h2>
1818
<p><strong>Step 1.</strong> Select the <em>staking</em> tab. You'll see the stake option there. Just click on it.</p>
1919
<p><strong>Step 2.</strong> Enter the amount you want to stake and click on the stake button.</p>
20-
<p><strong>Step 1.5. (Optional)</strong> You can also choose the SSN node you want to delegte to</p>
20+
<!-- <p><strong>Step 1.5. (Optional)</strong> You can also choose the SSN node you want to delegte to</p> -->
2121
<p>Wait for transaction to got confirmed</p>
2222

2323
<h2 id="what-are-the-benefits-of-delegating">
@@ -32,7 +32,7 @@
3232
When you stake your ZILs, your receive ZIL as a reward.
3333
This interest, reward, or inflation heavily incentivizes staking and is why you should delegate over long periods.
3434
</p>
35-
<h2 id="who-should-you-delegate-your-zil-to">
35+
<!-- <h2 id="who-should-you-delegate-your-zil-to">
3636
<a
3737
href="#who-should-you-delegate-your-zil-to"
3838
aria-hidden="true">
@@ -46,7 +46,7 @@
4646
there is a single best SSN to delegate safely. The best SSN to safely delegate is all of them.
4747
If you spread your ZILs across all SSNs, the risk is the lowest.
4848
You can check the table for the commission rate and details about SSN below.
49-
</p>
49+
</p> -->
5050
<h2 id="who-should-you-delegate-your-zil-to">
5151
<a
5252
href="#why-should-i-delegate-to-zillet?"
@@ -60,7 +60,7 @@
6060
Zillet also has a competitive commission rate, and all the commission earned will be used for the development of the wallet.
6161
So it'll help us if you delegate your ZILs to Zillet while maintaining your security.
6262
</p>
63-
<h2 id="who-should-you-delegate-your-zil-to">
63+
<!-- <h2 id="who-should-you-delegate-your-zil-to">
6464
<a
6565
href="#why-should-i-delegate-to-zillet?"
6666
aria-hidden="true">
@@ -72,7 +72,7 @@
7272
<p><strong>Step 2.</strong> Choose the delegator from you want to move your ZILs </p>
7373
<p><strong>Step 3.</strong> Select the SSN you want to redelegate your amount to (ex. Zillet) in second dropdown </p>
7474
<p><strong>Step 4</strong> Enter the amount you want to move and click on the Transfer button</p>
75-
<p>Wait for transaction to got confirmed</p>
75+
<p>Wait for transaction to got confirmed</p> -->
7676
<h2 id="what-happen-if-a-ssn-you-have-chosen-is-down">
7777
<a
7878
href="#what-happen-if-a-ssn-you-have-chosen-is-down?"
@@ -93,34 +93,32 @@
9393
What's the waiting period if I want to unstake my ZIL?
9494
</h2>
9595
<p>
96-
Delegating means that your ZIL cannot be transferred for 2 weeks, but you can redelegate to other SSN instantly.
97-
Technically, Redelegation takes one cycle to be completed (18 DS blocks). But the user doesn't doesn't have to perform any extra actions.
98-
You'll automatically start receiving the reward from the new SSN ( after 18 DS blocks)
96+
Delegating means that your ZIL cannot be transferred for 2 weeks
9997
</p>
100-
<h2 id="staked-seed-nodes">
98+
<!-- <h2 id="staked-seed-nodes">
10199
<a
102100
href="#staked-seed-nodes"
103101
aria-hidden="true">
104102
<span class="icon icon-link" />
105103
</a>
106104
Staked Seed Nodes (SSNs)
107105
</h2>
108-
<Ssn />
106+
<Ssn /> -->
109107
</Section>
110108
<Footer />
111109
</div>
112110
</template>
113111
<script>
114112
import Header from './../layouts/partials/Header';
115113
import Footer from './../layouts/partials/Footer';
116-
import Ssn from './../components/Ssn';
114+
// import Ssn from './../components/Ssn';
117115
118116
export default {
119117
name: 'GettingStarted',
120118
components: {
121119
Header,
122-
Footer,
123-
Ssn
120+
Footer
121+
// Ssn
124122
},
125123
metaInfo: {
126124
title: 'How to stake ZIL (Zilliqa) on Zillet'

troubleshooting/migrating-balance-and-stakes-from-v1.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,18 @@ https://v1.zillet.io
4545
4. Transfer the funds from old Zillet v1 to Zillet v2 using the same method as in the "Transferring Balance" section.
4646
<br /> <div class="mt-2" />
4747
5. Begin staking and enjoy the rewards!
48+
49+
<h3 class="font-bold text-primary">Transferring Balance from V2 to V1</h3>
50+
1. Head over to Zillet v1 using this link: <a href="https://v1.zillet.io" class="text-primary" target="_blank">
51+
https://v1.zillet.io
52+
</a> and connect your wallet using any available method.
53+
<br /> <div class="mt-2" />
54+
2. Go to the Wallet Info tab and copy your <b>Base16 Address</b>.
55+
<img src="https://www.zillet.io/transfer-4.png" />
56+
<br /> <div class="mt-2" />
57+
3. Paste the <b>Base16 Address</b> you copied from v1 into the v2 version (EVM) at <a href="https://app.zillet.io" class="text-primary" target="_blank">
58+
https://app.zillet.io
59+
</a> and send the funds.
60+
<img src="https://www.zillet.io/transfer-5.png" />
61+
4. Wait for your funds to arrive in the old v1 wallet.
62+
<br /> <div class="mt-2" />

0 commit comments

Comments
 (0)