File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ By default, Tendermint waits 10 seconds for the transaction to be committed. But
4
4
And make sure that you include ukrw in minimum gas price in terrad.toml to let users pay the fee by ukrw.
5
5
6
6
## Changelog
7
+ #### v0.0.5-alpha.7
8
+ Changed the price base of KRW from Bithumb to Coinone
9
+
7
10
#### v0.0.5-alpha.6
8
11
Add vote list for Proposal #38 : ` {THB} `
9
12
Configuration change in ` config.toml `
@@ -74,7 +77,7 @@ cd $HOME/terra-oracle
74
77
go install ./cmd/terra-oracle
75
78
76
79
terra-oracle version
77
- # # v0.0.5-alpha.5
80
+ # # v0.0.5-alpha.7
78
81
```
79
82
80
83
## Set your basic config for cli.
@@ -91,17 +94,17 @@ terracli config node tcp://localhost:26657
91
94
## Set your feeder.
92
95
93
96
``` bash
94
- terracli tx oracle set-feeder {address_of_feeder} --from={name_of_validator_account} --fees 356100ukrw
97
+ terracli tx oracle set-feeder {address_of_feeder} --from={name_of_validator_account} --fees 35610000ukrw
95
98
96
99
// ex)
97
- terracli tx oracle set-feeder terra1uq0z26lahq7ekavpf9cgl8ypxnj7ducat60a4w --from=VALIDATOR --fees 356100ukrw
100
+ terracli tx oracle set-feeder terra1uq0z26lahq7ekavpf9cgl8ypxnj7ducat60a4w --from=VALIDATOR --fees 35610000ukrw
98
101
```
99
102
100
103
## Start terra-oracle service.
101
104
102
105
``` sh
103
- terra-oracle service --from={name_of_feeder} --fees=356100ukrw --gas=200000 -- broadcast-mode=block --config={path_to_config.toml} --vote-mode aggregate
106
+ terra-oracle service --from={name_of_feeder} --broadcast-mode=block --config={path_to_config.toml} --vote-mode aggregate
104
107
105
108
// ex)
106
- terra-oracle service --from=ORACLE --fees=356100ukrw --gas=200000 -- broadcast-mode=block --config=$HOME /terra-oracle --vote-mode aggregate
109
+ terra-oracle service --from=ORACLE --broadcast-mode=block --config=$HOME /terra-oracle --vote-mode aggregate
107
110
```
You can’t perform that action at this time.
0 commit comments