fix: etherchains api parsing error
This commit is contained in:
parent
fbb9409b5e
commit
b319eb988e
|
@ -35,6 +35,8 @@ type GasPricePrediction* = object
|
|||
standard*: float
|
||||
fast*: float
|
||||
fastest*: float
|
||||
currentBaseFee*: float
|
||||
recommendedBaseFee*: float
|
||||
|
||||
type DerivedAccount* = object
|
||||
publicKey*: string
|
||||
|
|
Loading…
Reference in New Issue