mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 09:08:49 +00:00
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…
x
Reference in New Issue
Block a user