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 37e1330 commit 21cac81Copy full SHA for 21cac81
openapi.yaml
@@ -14,7 +14,9 @@ info:
14
name: BSD 3-Clause License
15
url: https://github.com/input-output-hk/mithril/blob/main/LICENSE
16
servers:
17
- - url: https://aggregator.api.mithril.network/aggregator
+ - url: https://aggregator.release-preprod.api.mithril.network/aggregator
18
+ - url: https://aggregator.pre-release-preview.api.mithril.network/aggregator
19
+ - url: https://aggregator.testing-preview.api.mithril.network/aggregator
20
- url: http://localhost:8080/aggregator
21
paths:
22
/epoch-settings:
0 commit comments