diff --git a/src/modules/[chain]/consensus/index.vue b/src/modules/[chain]/consensus/index.vue new file mode 100644 index 00000000..3f50a2af --- /dev/null +++ b/src/modules/[chain]/consensus/index.vue @@ -0,0 +1,137 @@ + + + + + + + + + {{ item?.address }} + + + + + + + {{ item?.address }}/consensus_state + + + Monitor + + + + {{ httpstatus }}: {{ httpStatusText }} + + + + + + + + {{ 0 }}% + Onboard Rate + + + + O + + + + + + + {{ 0 }}% + Height + + + + H + + + + + + + {{ 0 }}% + Round + + + + R + + + + + + + {{ 0 }}% + Step + + + + S + + + + + + + + + + + Updated at {{ }} + + + + + + + + { + meta: { + i18n: 'consensus', + } + } +