fix: etherchains api parsing error

This commit is contained in:
Richard Ramos 2021-08-05 12:13:05 -04:00 committed by Iuri Matias
parent fbb9409b5e
commit b319eb988e
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ type GasPricePrediction* = object
standard*: float
fast*: float
fastest*: float
currentBaseFee*: float
recommendedBaseFee*: float
type DerivedAccount* = object
publicKey*: string