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.
cardano_network
/status
1 parent 08f4d82 commit bd894a0Copy full SHA for bd894a0
openapi.yaml
@@ -667,6 +667,7 @@ components:
667
required:
668
- epoch
669
- cardano_era
670
+ - cardano_network
671
- mithril_era
672
- cardano_node_version
673
- aggregator_node_version
@@ -684,6 +685,9 @@ components:
684
685
cardano_era:
686
description: Cardano era
687
type: string
688
+ cardano_network:
689
+ description: Cardano network of the aggregator
690
+ type: string
691
mithril_era:
692
description: Mithril era
693
@@ -725,6 +729,7 @@ components:
725
729
{
726
730
"epoch": 329,
727
731
"cardano_era": "Conway",
732
+ "cardano_network": "mainnet",
728
733
"mithril_era": "pythagoras",
734
"cardano_node_version": "1.2.3",
735
"aggregator_node_version": "4.5.6",
0 commit comments