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 3540740 commit 4401137Copy full SHA for 4401137
index.html
@@ -47,6 +47,7 @@
47
// Begin Swagger UI call region
48
const ui = SwaggerUIBundle({
49
urls: [
50
+ {url: "https://github.com/ethereum/builder-specs/releases/download/v0.2.0/builder-oapi.yaml", name: "v0.2.0"},
51
{url: "https://github.com/ethereum/builder-specs/releases/download/v0.1.0/builder-oapi.yaml", name: "v0.1.0"},
52
{url: "https://github.com/ethereum/builder-specs/releases/download/v0.0.0/builder-oapi.yaml", name: "v0.0.0"},
53
{url: "./builder-oapi.yaml", name: "dev"}
0 commit comments