Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Sep 8, 2023
1 parent b9096a3 commit 4f4c28e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
# The account used in go-ethereum is set as the suggested fee recipient for transactions
# proposed via the validators attached to the beacon node.
beacon-chain:
image: "gcr.io/prysmaticlabs/prysm/beacon-chain:latest"
image: "gcr.io/prysmaticlabs/prysm/beacon-chain:v4.0.8"
command:
- --datadir=/consensus/beacondata
# No peers to sync with in this testnet, so setting to 0
Expand Down Expand Up @@ -108,7 +108,7 @@ services:
# We run a validator client with 64, deterministically-generated keys that match
# The validator keys present in the beacon chain genesis state generated a few steps above.
validator:
image: "gcr.io/prysmaticlabs/prysm/validator:latest"
image: "gcr.io/prysmaticlabs/prysm/validator:v4.0.8"
command:
- --beacon-rpc-provider=beacon-chain:4000
- --datadir=/consensus/validatordata
Expand Down
4 changes: 2 additions & 2 deletions execution/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"londonBlock": 0,
"arrowGlacierBlock": 0,
"grayGlacierBlock": 0,
"shanghaiTime": 1694203140,
"shanghaiTime": 1694203366,
"terminalTotalDifficulty": 0,
"terminalTotalDifficultyPassed": true
},
"nonce": "0x0",
"timestamp": "0x64fb7d04",
"timestamp": "0x64fb7de6",
"extraData": "0x0000000000000000000000000000000000000000000000000000000000000000123463a4b065722e99115d6c222f267d9cabb5240000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": "0x1c9c380",
"difficulty": "0x1",
Expand Down

0 comments on commit 4f4c28e

Please sign in to comment.