diff --git a/src/views/StateSync.vue b/src/views/StateSync.vue
index 54f765b1..acf1e5d5 100644
--- a/src/views/StateSync.vue
+++ b/src/views/StateSync.vue
@@ -31,7 +31,7 @@
class="my-1"
@change="check()"
/>
- 3. Snapshot Providers
+ 3. (Optional) Adding Snapshot Providers
To reduce the time of snapshot discovering, we can add providers into persistent_peers in $DAEMON_HOME/config/config.toml
.
-
+
+
+ Unbonding Tokens
+
+
+
+
+ From: {{ item.validator_address }}
+
+
+
+
+ {{ formatDate(data.item.completion_time) }}
+
+
+ {{ data.item.initial_balance }}{{ stakingParameters.bond_denom }}
+
+
+ {{ data.item.balance }}{{ stakingParameters.bond_denom }}
+
+
+
+
+
+
@@ -358,6 +394,7 @@