Skip to content

Commit 1d18d29

Browse files
committed
minor
1 parent 58ffcd5 commit 1d18d29

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

price-feeder/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Oracle Price Feeder
21

3-
This is Juno version of [Umee's price feeder](https://github.com/umee-network/umee/tree/main/price-feeder)
42

53
# Oracle Price Feeder
4+
This is Juno version of [Umee's price feeder](https://github.com/umee-network/umee/tree/main/price-feeder), work with SDK 0.45.9.
65

76
The `price-feeder` tool is an extension of Juno's `x/oracle` module, both of
87
which are based on Terra's [x/oracle](https://github.com/terra-money/classic-core/tree/main/x/oracle) and Umee [x/oracle](https://github.com/umee-network/tree/umee/x/oracle) module.

price-feeder/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ prefix = "juno"
8787

8888
[keyring]
8989
backend = "test"
90-
dir = "/home/vuong/.juno"
90+
dir = "/home/<user>/.juno"
9191

9292
[rpc]
9393
grpc_endpoint = "localhost:9090"

0 commit comments

Comments
 (0)