Skip to content

Commit

Permalink
Patch terra oracle to use data from band guanyu mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsaud619 committed Feb 25, 2021
1 parent 7b1d81b commit 9cdad94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ By default, Tendermint waits 10 seconds for the transaction to be committed. But
And make sure that you include ukrw in minimum gas price in terrad.toml to let users pay the fee by ukrw.

## Changelog
#### v0.0.5-alpha.5
Patch terra oracle to use data from band guanyu mainnet(by <strong>@Benzbeeb</strong>)
Make sure the band's API is <strong>https://terra-lcd.bandchain.org</strong> in `config.toml`.

#### v0.0.5-alpha.4
Update price server is using USD quote instead KRW & also seperate KRW from the USD price(by <strong>@YunSuk-Yeo</strong>)
Code Simplification(`oracle/tx.go`)
Expand Down
2 changes: 1 addition & 1 deletion cmd/terra-oracle/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
)

var (
version = "v0.0.5-alpha.4"
version = "v0.0.5-alpha.5"
logger = log.NewTMLogger(log.NewSyncWriter(os.Stdout))
)

Expand Down

0 comments on commit 9cdad94

Please sign in to comment.