Skip to content

Commit

Permalink
ci(hive): update besu devnet-5 images (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet authored Jan 31, 2025
1 parent 4d48e8e commit 61bb244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hive-devnet-5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
description: GitHub repository and tag for go-ethereum (repo@tag)
besu_version:
type: string
default: hyperledger/besu@main
default: hyperledger/besu@pectra-devnet-5-fix
description: GitHub repository and tag for besu (repo@tag)
reth_version:
type: string
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
# Default client versions
GETH_DEFAULT="s1na/go-ethereum@prague-devnet-5"
BESU_DEFAULT="hyperledger/besu@main"
BESU_DEFAULT="hyperledger/besu@pectra-devnet-5-fix"
RETH_DEFAULT="paradigmxyz/reth@main"
NETHERMIND_DEFAULT="NethermindEth/nethermind@pectra-devnet-5"
ERIGON_DEFAULT="erigontech/erigon@main"
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-5/group_vars/hive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hive_simulations_client_config:
dockerfile: git
build_args:
github: hyperledger/besu
tag: main
tag: pectra-devnet-5-fix
- client: reth
nametag: main
dockerfile: git
Expand Down

0 comments on commit 61bb244

Please sign in to comment.