Skip to content

Commit

Permalink
chore: replace lava by publicnode (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrsirdev authored Dec 12, 2023
1 parent 6d29bd2 commit 7102f5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Unreleased

## 1.3.3 - 2023-12-12

- (chore) [fse-897] Replace lava RPC with allnodes RPC for eth gas price
- (chore) [fse-792] Handle accounts with zero staking balance on rewards endpoint
- (chore) [fse-710] Bundle all price cron API calls into a single API call for all tokens
- (chore) [fse-710] Fetch evmos 24h price change and return it on the ERC20ModuleBalance endpoint
Expand Down
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.lava.build"
url := "https://evmos-evm.publicnode.com"
val, _ := requester.MakePostGasPrice(url)
return val, nil
}
Expand Down

0 comments on commit 7102f5f

Please sign in to comment.