Skip to content

Commit

Permalink
change endpoint and folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbogner committed Nov 16, 2022
1 parent 8b9ff17 commit 3f0cc83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions beacon-node-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ paths:
$ref: "./apis/beacon/blocks/root.yaml"
/eth/v1/beacon/blocks/{block_id}/attestations:
$ref: "./apis/beacon/blocks/attestations.yaml"
/eth/v1/beacon/blocks/{block_id}/sync_committee_rewards:
$ref: "./apis/beacon/blocks/sync_committee_rewards.yaml"
/eth/v1/beacon/rewards/sync_committee/{block_id}:
$ref: "./apis/beacon/rewards/sync_committee.yaml"
/eth/v1/beacon/blinded_blocks/{block_id}:
$ref: "./apis/beacon/blocks/blinded_block.yaml"
/eth/v1/beacon/light_client/bootstrap/{block_root}:
Expand Down

0 comments on commit 3f0cc83

Please sign in to comment.