File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ services:
4747 - " 127.0.0.1:6379:6379"
4848
4949 geth :
50- image : ethereum/client-go:v1.14.13
50+ image : ethereum/client-go:v1.16.4
5151 ports :
5252 - " 127.0.0.1:8545:8545"
5353 - " 127.0.0.1:8551:8551"
@@ -88,7 +88,7 @@ services:
8888 # a deterministic set of validators
8989 # TODO: Make num validators customizable
9090 create_beacon_chain_genesis :
91- image : " gcr.io/prysmaticlabs/prysm/cmd/prysmctl:latest "
91+ image : " gcr.io/prysmaticlabs/prysm/cmd/prysmctl:v6.1.1 "
9292 command :
9393 - testnet
9494 - generate-genesis
@@ -107,7 +107,7 @@ services:
107107 # The account used in go-ethereum is set as the suggested fee recipient for transactions
108108 # proposed via the validators attached to the beacon node.
109109 prysm_beacon_chain :
110- image : " gcr.io/prysmaticlabs/prysm/beacon-chain:stable "
110+ image : " gcr.io/prysmaticlabs/prysm/beacon-chain:v6.1.1 "
111111 command :
112112 - --datadir=/consensus/beacondata
113113 - --rpc-port=5000
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ function writeGethGenesisConfig(argv: any) {
8787 "timestamp": "0x0",
8888 "gasLimit": "0x1C9C380",
8989 "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
90+ "baseFeePerGas": "0x3B9ACA00",
9091 "alloc": {
9192 "0x3f1Eae7D46d88F08fc2F8ed27FCb2AB183EB2d0E": {
9293 "balance": "1000000000000000000000000000000000"
Original file line number Diff line number Diff line change 22
33set -eu
44
5- NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.6.7-a7c9f1e
5+ NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.7.4-9244576
66BLOCKSCOUT_VERSION=offchainlabs/blockscout:v1.1.0-0e716c8
77
88# nitro-contract workaround for testnode
You can’t perform that action at this time.
0 commit comments