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