Skip to content

Commit 8fa92a3

Browse files
Wollaccapossele
authored andcommitted
WEB3-344: fix: Update e2e eth-testnet (#442)
1 parent 07b75de commit 8fa92a3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/e2e/network_params.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
participants:
2+
- el_type: geth
3+
cl_type: teku
4+
additional_services:
5+
- tx_spammer
6+
network_params:
7+
preset: mainnet

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
shell: bash
8383
- name: Start local Ethereum testnet
8484
run: |
85-
kurtosis --enclave local-eth-testnet run github.com/ethpandaops/ethereum-package@4.4.0
86-
echo "ETH_TESTNET_EL_URL=http://$(kurtosis port print local-eth-testnet el-1-geth-lighthouse rpc)" >> $GITHUB_ENV
87-
echo "ETH_TESTNET_CL_URL=$(kurtosis port print local-eth-testnet cl-1-lighthouse-geth http)" >> $GITHUB_ENV
85+
kurtosis --enclave local-eth-testnet run github.com/ethpandaops/ethereum-package@4.5.0 --args-file ./.github/e2e/network_params.yaml
86+
echo "ETH_TESTNET_EL_URL=http://$(kurtosis port print local-eth-testnet el-1-geth-teku rpc)" >> $GITHUB_ENV
87+
echo "ETH_TESTNET_CL_URL=$(kurtosis port print local-eth-testnet cl-1-teku-geth http)" >> $GITHUB_ENV
8888
- name: Wait for the local Ethereum testnet to come up
8989
run: while [ $(cast rpc --rpc-url $ETH_TESTNET_EL_URL eth_blockNumber | jq -re) == "0x0" ]; do sleep 5; done
9090
shell: bash

0 commit comments

Comments
 (0)