- Rest Endpoint
+
+
+ Information
+
+
+
+ Chain Id: {{ baseStore.latest.block?.header.chain_id }}
-
-
-
-
-
- {{ item.provider }}
-
-
-
-
-
- {{ item.address }}
-
+
+ Height: {{ baseStore.latest.block?.header.height }}
+
+
+
+
+ Rest Endpoint
+
+
+
+
+
+ {{ item.provider }}
+
+
+
+
+ {{ item.address }}
+
-
#{{
baseStore.latest?.block?.header?.height || chainStore.chainName || ''
@@ -88,7 +96,7 @@ chainStore.initial();
{{ chainStore.connErr || chainStore.endpoint.address }}
diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue
index dadd36b9..47b47604 100644
--- a/src/layouts/components/DefaultLayout.vue
+++ b/src/layouts/components/DefaultLayout.vue
@@ -6,7 +6,7 @@ import { useThemeConfig } from '@/plugins/vuetify/@core/composable/useThemeConfi
// Components
import newFooter from '@/layouts/components/NavFooter.vue';
import NavbarThemeSwitcher from '@/layouts/components/NavbarThemeSwitcher.vue';
-import UserProfile from '@/layouts/components/ChainProfile.vue';
+import ChainProfile from '@/layouts/components/ChainProfile.vue';
import { useDashboard } from '@/stores/useDashboard';
@@ -229,7 +229,7 @@ const showDiscord = window.location.host.search("ping.pub") > -1
-
+
diff --git a/src/modules/[chain]/index.vue b/src/modules/[chain]/index.vue
index 21ad69d8..8b5e6bd9 100644
--- a/src/modules/[chain]/index.vue
+++ b/src/modules/[chain]/index.vue
@@ -103,8 +103,8 @@ const color = computed(() => {
v-if="coinInfo && coinInfo.name"
class="bg-base-100 rounded shadow mb-4"
>
-
-
+
+
{{ coinInfo.name }} ({{
coinInfo.symbol
@@ -119,7 +119,7 @@ const color = computed(() => {
-