We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a3781 commit e2ab6d8Copy full SHA for e2ab6d8
mithril-explorer/src/components/ControlPanel/AggregatorStatus/index.js
@@ -123,6 +123,9 @@ export default function AggregatorStatus({ showContent = true }) {
123
<InfoRow label="Mithril Era" className="text-capitalize">
124
{aggregatorStatus.mithril_era}
125
</InfoRow>
126
+ <InfoRow label="Aggregation" className="text-capitalize">
127
+ {aggregatorStatus.aggregate_signature_type ?? "Concatenation"}
128
+ </InfoRow>
129
</InfoGroupCard>
130
131
<InfoGroupCard title="SPOs">
0 commit comments