From 98f1696a5deb4260dd6ff3f12a50c96350d6912f Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Mon, 5 Jun 2023 16:56:47 +0800 Subject: [PATCH] feat: add tips --- src/modules/[chain]/consensus/index.vue | 26 ++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/modules/[chain]/consensus/index.vue b/src/modules/[chain]/consensus/index.vue index 57e0c01f..c08738b3 100644 --- a/src/modules/[chain]/consensus/index.vue +++ b/src/modules/[chain]/consensus/index.vue @@ -36,7 +36,7 @@ console.log(chainStore.current?.endpoints?.rpc, 9998888, chainStore.rpc); class="input input-bordered input-md w-full" v-model="rpc" /> --> - @@ -132,6 +132,30 @@ console.log(chainStore.current?.endpoints?.rpc, 9998888, chainStore.rpc); Not Signed + + +
+
+

Tips

+
+
+
    +
  • + This tool is useful for validators to monitor who is onboard during + an upgrade +
  • +
  • + If you want to change the default rpc endpoint. make sure that + "https" and "CORS" are enabled on your server. +
  • +
+
+