From b319eb988e60f19173c3446a9bbd25f13c824807 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Thu, 5 Aug 2021 12:13:05 -0400 Subject: [PATCH] fix: etherchains api parsing error --- src/status/types.nim | 2 ++ 1 file changed, 2 insertions(+) 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