Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Apr 12, 2022
1 parent 422d9bb commit a70bd4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Typescript REST client for the [Ethereum Consensus API spec](https://github.com/
import {getClient} from "@chainsafe/lodestar-api";
import {config} from "@chainsafe/lodestar-config/default";

const api = getClient(config, {
const api = getClient({
baseUrl: "http://localhost:9596",
});
}, {config});

api.beacon
.getStateValidator(
Expand Down

0 comments on commit a70bd4a

Please sign in to comment.