Skip to content

Commit

Permalink
fix rollup name in evm restart test dev values
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanoroshiba committed Feb 10, 2025
1 parent 8ade517 commit 0bfd35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/values/rollup/evm-restart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ global:
evm-rollup:
genesis:
# The name of the rollup chain, used to generate the Rollup ID
rollupName: "{{ Values.global.rollupName }}"
rollupName: "{{ .Values.global.rollupName }}"

# The "forks" for upgrading the chain. Contains necessary information for starting
# and, if desired, restarting the chain at a given height. The necessary fields
Expand Down

0 comments on commit 0bfd35f

Please sign in to comment.