diff --git a/services/wallet/fees.go b/services/wallet/fees.go index 9b0e65d80..ce0329162 100644 --- a/services/wallet/fees.go +++ b/services/wallet/fees.go @@ -30,7 +30,7 @@ type SuggestedFees struct { MaxFeePerGasLow *big.Float `json:"maxFeePerGasLow"` MaxFeePerGasMedium *big.Float `json:"maxFeePerGasMedium"` MaxFeePerGasHigh *big.Float `json:"maxFeePerGasHigh"` - L1GasFee *big.Float `json:"l1GasFee"` + L1GasFee *big.Float `json:"l1GasFee,omitempty"` EIP1559Enabled bool `json:"eip1559Enabled"` }