Skip to content

Commit

Permalink
don't do anything special with dal in config-gen, just populate accts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Dec 12, 2023
1 parent 6336807 commit 0dccd81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/config-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
MY_POD_CONFIG = OCTEZ_ROLLUP_NODES[MY_POD_NAME]
if MY_POD_TYPE == "baker":
MY_POD_CONFIG = OCTEZ_BAKERS[MY_POD_NAME]
if MY_POD_TYPE == "dal":
MY_POD_CONFIG = OCTEZ_BAKERS[MY_POD_NAME]

NETWORK_CONFIG = CHAIN_PARAMS["network"]

Expand Down

0 comments on commit 0dccd81

Please sign in to comment.