From 2d6472a6efd9ea1f1fa88928818fb10716209c43 Mon Sep 17 00:00:00 2001 From: Dimo99 Date: Fri, 13 Sep 2024 12:59:34 -0400 Subject: [PATCH] fix(tests): Update BeaconLightClient tests --- .../solidity/test/BeaconLightClientReadyProofs.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon-light-client/solidity/test/BeaconLightClientReadyProofs.test.ts b/beacon-light-client/solidity/test/BeaconLightClientReadyProofs.test.ts index 29e83ac9c..8e028b174 100644 --- a/beacon-light-client/solidity/test/BeaconLightClientReadyProofs.test.ts +++ b/beacon-light-client/solidity/test/BeaconLightClientReadyProofs.test.ts @@ -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,