Skip to content

Commit

Permalink
Merge 601fa51 into deafa4f
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed May 28, 2024
2 parents deafa4f + 601fa51 commit e902a1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/beacon-node/src/api/rest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export type BeaconRestApiServerOpts = Omit<RestApiServerOpts, "bearerToken"> & {

export const beaconRestApiServerOpts: BeaconRestApiServerOpts = {
enabled: true,
// ApiNamespace "debug" is not turned on by default
api: ["beacon", "config", "events", "node", "validator", "lightclient"],
api: ["beacon", "config", "debug", "events", "node", "validator", "lightclient"],
address: "127.0.0.1",
port: 9596,
cors: "*",
Expand Down

0 comments on commit e902a1e

Please sign in to comment.