Skip to content

Commit

Permalink
Merge pull request #35 from ethpandaops/barnabasbusa-patch-1
Browse files Browse the repository at this point in the history
feat: add preset base
  • Loading branch information
barnabasbusa authored Mar 28, 2024
2 parents b33b55f + 6cf2e08 commit 818120a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ansible/inventories/devnet-0/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ ethereum_genesis_generator_config_files:
cl/mnemonics.yaml: "{{ lookup('ansible.builtin.url', 'https://raw.githubusercontent.com/ethpandaops/ethereum-genesis-generator/v{{ethereum_genesis_generator_version}}/config-example/cl/mnemonics.yaml', split_lines=false) }}" # noqa yaml[line-length]
el/genesis-config.yaml: "{{ lookup('ansible.builtin.url', 'https://raw.githubusercontent.com/ethpandaops/ethereum-genesis-generator/v{{ethereum_genesis_generator_version}}/config-example/el/genesis-config.yaml', split_lines=false) }}" # noqa yaml[line-length]
values.env: |-
export PRESET_BASE="mainnet"
export CHAIN_ID="{{ ethereum_genesis_chain_id }}"
export DEPOSIT_CONTRACT_ADDRESS="0x6f22fFbC56eFF051aECF839396DD1eD9aD6BBA9D"
export EL_AND_CL_MNEMONIC="{{ ethereum_genesis_mnemonic }}"
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ default_tooling_images:
blobscan_indexer: blossomlabs/blobscan-indexer:latest
dora: ethpandaops/dora:master
dugtrio: ethpandaops/dugtrio:latest
ethereum_genesis_generator: ethpandaops/ethereum-genesis-generator:3.0.0
ethereum_genesis_generator: ethpandaops/ethereum-genesis-generator:3.0.2

0 comments on commit 818120a

Please sign in to comment.