Skip to content

Commit

Permalink
update local
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Jun 21, 2024
1 parent 386efec commit edf09eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ansible/inventories/devnet-0/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ethereum_genesis_generator_version: "{{ ethereum_genesis_generator_container_ima
ethereum_genesis_network_seed: "{{ ansible_inventory_sources[0] }}"
ethereum_genesis_chain_id: "70{{ 99999999 | random(start=10000000, seed=ethereum_genesis_network_seed) }}"
ethereum_genesis_generator_output_dir: "../network-configs/{{ ethereum_network_name | replace('template-', '') }}"
ethereum_genesis_timestamp: "1718901000"
ethereum_genesis_timestamp: "1718965200"
ethereum_genesis_timedelay: 60
#ethereum_genesis_timestamp_relative_cmd:
# Linux: "date +%s -d '+45 minutes'"
Expand Down Expand Up @@ -128,7 +128,7 @@ ethereum_metrics_exporter_container_image: "{{ default_tooling_images.ethereum_m
# role: eth_testnet_config
eth_testnet_config_dir: /data/ethereum-network-config/metadata
eth_testnet_config_local_dir_enabled: true
eth_testnet_config_local_dir_src: "{{ ethereum_genesis_generator_output_dir }}/metadata"
eth_testnet_config_local_dir_src: "{{ ethereum_genesis_generator_output_dir }}/metadata/"

# role: gen_basic_auth_nginx
gen_basic_auth_nginx_name: "{{ secret_nginx_shared_basic_auth.name }}"
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 @@ -25,7 +25,7 @@ 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.3.2
ethereum_genesis_generator: ethpandaops/ethereum-genesis-generator:3.3.3
mev_boost: flashbots/mev-boost:latest
mev_relay: flashbots/mev-boost-relay:latest
mev_builder: flashbots/mev-builder:latest

0 comments on commit edf09eb

Please sign in to comment.