There was an error while loading. Please reload this page.
1 parent 20441ba commit c186780Copy full SHA for c186780
1 file changed
internal/ethapi/api.go
@@ -54,7 +54,7 @@ import (
54
55
var errBlobTxNotSupported = errors.New("signing blob transactions not supported")
56
var (
57
- gasUsedEthEstimateGasGauge = metrics.NewRegisteredCounter("rpc/gas_used/eth_estimate", nil)
+ gasUsedEthEstimateGasGauge = metrics.NewRegisteredCounter("rpc/gas_used/eth_estimategas", nil)
58
gasUsedEthCallGauge = metrics.NewRegisteredCounter("rpc/gas_used/eth_call", nil)
59
)
60
0 commit comments