Skip to content

Commit

Permalink
fix: fields
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Nov 19, 2024
1 parent cd7fe4c commit 69b6186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/roller/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ type RollappConfig struct {
Decimals uint
MinGasPrices string `toml:"minimum_gas_prices"`

HubData consts.HubData `toml:"hub_data"`
DA consts.DaData `toml:"da"`
HubData consts.HubData `toml:"HubData"`
DA consts.DaData `toml:"DA"`
}

0 comments on commit 69b6186

Please sign in to comment.