Skip to content

Commit 6d29bd2

Browse files
authored
fix: use lava endpoint on EthGasPriceInternal (#86)
1 parent 1b03df7 commit 6d29bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/handler/v1/proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func Epochs(ctx *fasthttp.RequestCtx) {
3232
}
3333

3434
func EthGasPriceInternal() (string, error) {
35-
url := "https://evmos-evm.publicnode.com"
35+
url := "https://evmos.lava.build"
3636
val, _ := requester.MakePostGasPrice(url)
3737
return val, nil
3838
}

0 commit comments

Comments
 (0)