fix: omit l1GasFee in json
This commit is contained in:
parent
9986125982
commit
debc1485de
|
@ -30,7 +30,7 @@ type SuggestedFees struct {
|
||||||
MaxFeePerGasLow *big.Float `json:"maxFeePerGasLow"`
|
MaxFeePerGasLow *big.Float `json:"maxFeePerGasLow"`
|
||||||
MaxFeePerGasMedium *big.Float `json:"maxFeePerGasMedium"`
|
MaxFeePerGasMedium *big.Float `json:"maxFeePerGasMedium"`
|
||||||
MaxFeePerGasHigh *big.Float `json:"maxFeePerGasHigh"`
|
MaxFeePerGasHigh *big.Float `json:"maxFeePerGasHigh"`
|
||||||
L1GasFee *big.Float `json:"l1GasFee"`
|
L1GasFee *big.Float `json:"l1GasFee,omitempty"`
|
||||||
EIP1559Enabled bool `json:"eip1559Enabled"`
|
EIP1559Enabled bool `json:"eip1559Enabled"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue