Skip to content

Commit

Permalink
fix: light-client e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Apr 17, 2024
1 parent fa7893e commit 23c11f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/beacon-node/test/e2e/chain/lightclient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ describe("chain / lightclient", function () {
config: bn.config,
logger: loggerLC,
transport: new LightClientRestTransport(api),
blsImplementation: "herumi",
genesisData: {
genesisTime: bn.chain.genesisTime,
genesisValidatorsRoot: bn.chain.genesisValidatorsRoot,
Expand Down

0 comments on commit 23c11f0

Please sign in to comment.