Skip to content

Commit

Permalink
fix(tests): Update BeaconLightClient tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimo99 committed Sep 13, 2024
1 parent a585b4d commit 2d6472a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('BeaconLightClientReadyProofs', async function () {

logger.info(` >>> Importing update ${i}...`);

const transaction = await blc.light_client_update(
const transaction = await blc.lightClientUpdate(
{ ...proof, ...updates[i] },
{
gasLimit: 30000000,
Expand Down

0 comments on commit 2d6472a

Please sign in to comment.