diff --git a/src/modules/[chain]/consensus/index.vue b/src/modules/[chain]/consensus/index.vue index 3f50a2af..57e0c01f 100644 --- a/src/modules/[chain]/consensus/index.vue +++ b/src/modules/[chain]/consensus/index.vue @@ -121,9 +121,16 @@ console.log(chainStore.current?.endpoints?.rpc, 9998888, chainStore.rpc);
-

Updated at {{ }}

+

Updated at {{}}

+
+
+ Proposer Signed + Proposer Not Signed + Signed + Not Signed +
diff --git a/src/stores/useBlockchain.ts b/src/stores/useBlockchain.ts index d3063557..9841a9ba 100644 --- a/src/stores/useBlockchain.ts +++ b/src/stores/useBlockchain.ts @@ -35,6 +35,7 @@ export const useBlockchain = defineStore('blockchain', { }, getters: { current(): ChainConfig | undefined { + console.log(this.dashboard.chains[this.chainName], 'jljfkj') return this.dashboard.chains[this.chainName]; }, logo(): string {