Skip to content

Commit

Permalink
chore: update PF example config (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamewozniak authored Feb 15, 2023
1 parent 57abf1e commit 7dd4c14
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions price-feeder/price-feeder.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,16 @@ base = "UMEE"
providers = [
"okx",
"gate",
"mexc",
]
quote = "USDT"

[[currency_pairs]]
base = "UMEE"
providers = [
"osmosisv2",
]
quote = "ATOM"

[[currency_pairs]]
base = "USDT"
providers = [
Expand Down Expand Up @@ -145,28 +151,6 @@ providers = [
]
quote = "USDT"

[[currency_pairs]]
base = "JUNO"
providers = [
"kraken",
]
quote = "USD"

[[currency_pairs]]
base = "JUNO"
providers = [
"bitget",
"mexc",
]
quote = "USDT"

[[currency_pairs]]
base = "JUNO"
providers = [
"osmosisv2",
]
quote = "ATOM"

[[currency_pairs]]
base = "CRO"
providers = [
Expand Down Expand Up @@ -255,8 +239,3 @@ prometheus-retention-time = 100
name = "binance"
rest = "https://api1.binance.com"
websocket = "stream.binance.com:9443"

[[provider_endpoints]]
name = "osmosisv2"
rest = "https://api.osmo-api.prod.network.umee.cc"
websocket = "api.osmo-api.prod.network.umee.cc"

0 comments on commit 7dd4c14

Please sign in to comment.