Skip to content

Commit

Permalink
deploy: 51f2a5c
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Aug 22, 2024
1 parent 9e9d12d commit 1a1f683
Show file tree
Hide file tree
Showing 3 changed files with 2,015 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
urls: [
{ url: "https://github.com/ethereum/keymanager-APIs/releases/download/v1.0.0/keymanager-oapi.yaml", name: "v1.0.0" },
{ url: "./keymanager-oapi.yaml", name: "dev" }
{url: "./releases/v1.0.0/keymanager-oapi.json", name: "v1.0.0"},
{url: "./keymanager-oapi.yaml", name: "dev"}
],
basePath: "/",
dom_id: "#swagger-ui",
Expand Down
4 changes: 2 additions & 2 deletions keymanager-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ info:
of at least 256 bits. If such a parameter is not given, the client SHOULD generate such a token and write it to a file, to be reused
across multiple restarts of the binary. If such a parameter is given, but the file or token cannot be read, the client SHOULD treat this
as an error: either abort the startup, or show the error and continue without exposing the key manager routes.
version: v1.0.0
version: Dev
contact:
name: Ethereum Github
url: 'https://github.com/ethereum/keymanager-APIs/issues'
Expand All @@ -29,7 +29,7 @@ servers:
variables:
server_url:
description: key manager API url
default: 'https://public-mainnet-node.ethereum.org'
default: 'http://localhost/'
tags:
- name: Fee Recipient
description: Set of endpoints for management of fee recipient.
Expand Down
Loading

0 comments on commit 1a1f683

Please sign in to comment.