diff --git a/api/handler/v1/proxy.go b/api/handler/v1/proxy.go index 948c98d..5bd1880 100644 --- a/api/handler/v1/proxy.go +++ b/api/handler/v1/proxy.go @@ -32,7 +32,7 @@ func Epochs(ctx *fasthttp.RequestCtx) { } func EthGasPriceInternal() (string, error) { - url := "https://evmos-evm.publicnode.com" + url := "https://evmos.lava.build" val, _ := requester.MakePostGasPrice(url) return val, nil }