Skip to content

Commit 21cac81

Browse files
committed
Update OpenAPI specifications
Use the latest aggregators endpoints available with the new release process.
1 parent 37e1330 commit 21cac81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ info:
1414
name: BSD 3-Clause License
1515
url: https://github.com/input-output-hk/mithril/blob/main/LICENSE
1616
servers:
17-
- url: https://aggregator.api.mithril.network/aggregator
17+
- 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
1820
- url: http://localhost:8080/aggregator
1921
paths:
2022
/epoch-settings:

0 commit comments

Comments
 (0)