Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Aug 7, 2024
1 parent 4d8cb88 commit 5d36c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-node-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ info:
Note that it is possible for a field to be added to an endpoint's data or metadata without an increase in the version number.
version: "2.7.0 - Ethereum Proof-of-Stake Consensus Specification v1.4.0"
version: "Dev - Ethereum Proof-of-Stake Consensus Specification v1.4.0"
contact:
name: Ethereum Github
url: https://github.com/ethereum/beacon-apis/issues
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
urls: [
{url: "./releases/v2.7.0/beacon-node-oapi.json", name: "v2.7.0"},
{url: "./releases/v2.6.0/beacon-node-oapi.json", name: "v2.6.0"},
{url: "./releases/v2.5.0/beacon-node-oapi.json", name: "v2.5.0"},
{url: "./releases/v2.4.2/beacon-node-oapi.json", name: "v2.4.2"},
Expand Down

0 comments on commit 5d36c46

Please sign in to comment.