Skip to content

Commit

Permalink
gasScheduleV8
Browse files Browse the repository at this point in the history
  • Loading branch information
sasurobert committed Jun 19, 2024
1 parent 640552c commit c487067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/node/config/enableEpochs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,6 @@
[GasSchedule]
# GasScheduleByEpochs holds the configuration for the gas schedule that will be applied from specific epochs
GasScheduleByEpochs = [
{ StartEpoch = 0, FileName = "gasScheduleV8.toml" },
{ StartEpoch = 0, FileName = "gasScheduleV7.toml" },
{ StartEpoch = 3, FileName = "gasScheduleV8.toml" },
]

0 comments on commit c487067

Please sign in to comment.