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 656633a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
INFURA_API_KEY: '${{ secrets.INFURA_API_KEY }}'
USER_PRIVATE_KEY: '${{ secrets.USER_PRIVATE_KEY }}'
ETHERSCAN_API_KEY: '${{ secrets.ETHERSCAN_API_KEY }}'
ETHEREUM_MAINNET_RPC: https://eth.llamarpc.com
ETHEREUM_MAINNET_RPC: https://rpc.mevblocker.io
jobs:
Linter:
runs-on: self-hosted
Expand Down
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 656633a

Please sign in to comment.