From 69b618667b2d97a6222151a20012a1a064da93be Mon Sep 17 00:00:00 2001 From: artemijspavlovs <19916123+artemijspavlovs@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:32:08 +0700 Subject: [PATCH] fix: fields --- utils/roller/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/roller/types.go b/utils/roller/types.go index db3301bf..cf594a01 100644 --- a/utils/roller/types.go +++ b/utils/roller/types.go @@ -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"` }