diff --git a/src/status/types.nim b/src/status/types.nim index 84ded72147..7c33cfe819 100644 --- a/src/status/types.nim +++ b/src/status/types.nim @@ -35,6 +35,8 @@ type GasPricePrediction* = object standard*: float fast*: float fastest*: float + currentBaseFee*: float + recommendedBaseFee*: float type DerivedAccount* = object publicKey*: string