File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ participants :
2
+ - el_type : geth
3
+ cl_type : teku
4
+ additional_services :
5
+ - tx_spammer
6
+ network_params :
7
+ preset : mainnet
Original file line number Diff line number Diff line change 82
82
shell : bash
83
83
- name : Start local Ethereum testnet
84
84
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
88
88
- name : Wait for the local Ethereum testnet to come up
89
89
run : while [ $(cast rpc --rpc-url $ETH_TESTNET_EL_URL eth_blockNumber | jq -re) == "0x0" ]; do sleep 5; done
90
90
shell : bash
You can’t perform that action at this time.
0 commit comments