Skip to content

Commit

Permalink
fix: use lava endpoint on EthGasPriceInternal (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
miliPaoletti authored Nov 16, 2023
1 parent 1b03df7 commit 6d29bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/handler/v1/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 6d29bd2

Please sign in to comment.