Skip to content

Commit

Permalink
Update beacon api spec to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Feb 27, 2024
1 parent d424f04 commit 3d20207
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/api/test/unit/beacon/oapiSpec.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ import {testData as validatorTestData} from "./testData/validator.js";
// eslint-disable-next-line @typescript-eslint/naming-convention
const __dirname = path.dirname(fileURLToPath(import.meta.url));

// TODO: update once release is out
const version = "v2.4.2";
const version = "v2.5.0";
const openApiFile: OpenApiFile = {
url: `https://github.com/ethereum/beacon-APIs/releases/download/${version}/beacon-node-oapi.json`,
filepath: path.join(__dirname, "../../../oapi-schemas/beacon-node-oapi.json"),
Expand Down

0 comments on commit 3d20207

Please sign in to comment.