Skip to content

Commit aa1229f

Browse files
committed
Patch band oracle to use data from band-laozi-poa
1 parent 269acf4 commit aa1229f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ By default, Tendermint waits 10 seconds for the transaction to be committed. But
44
And make sure that you include ukrw in minimum gas price in terrad.toml to let users pay the fee by ukrw.
55

66
## Changelog
7+
#### v0.0.5-alpha.11
8+
Patch band oracle to use data from `band-laozi-poa`(by <strong>@Benzbeeb</strong>)
9+
10+
711
#### v0.0.5-alpha.10
812
Add vote list for Proposal#83: `{DKK, NOK}`
913

cmd/terra-oracle/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
)
3232

3333
var (
34-
version = "v0.0.5-alpha.10"
34+
version = "v0.0.5-alpha.11"
3535
logger = log.NewTMLogger(log.NewSyncWriter(os.Stdout))
3636
)
3737

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ password = ""
2626
# imf = "https://www.imf.org/external/np/fin/data/rms_five.aspx?tsvflag=Y"
2727

2828
[APIs.band]
29-
active = true
29+
active = false
3030
band = "https://terra-lcd-poa.bandchain.org"
3131

3232
[Options]

0 commit comments

Comments
 (0)