Skip to content

Commit

Permalink
Patch band oracle to use data from band-laozi-poa
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsaud619 committed Jun 28, 2021
1 parent 269acf4 commit aa1229f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.11
Patch band oracle to use data from `band-laozi-poa`(by <strong>@Benzbeeb</strong>)


#### v0.0.5-alpha.10
Add vote list for Proposal#83: `{DKK, NOK}`

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.10"
version = "v0.0.5-alpha.11"
logger = log.NewTMLogger(log.NewSyncWriter(os.Stdout))
)

Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ password = ""
# imf = "https://www.imf.org/external/np/fin/data/rms_five.aspx?tsvflag=Y"

[APIs.band]
active = true
active = false
band = "https://terra-lcd-poa.bandchain.org"

[Options]
Expand Down

0 comments on commit aa1229f

Please sign in to comment.