Skip to content

Commit

Permalink
chore: replace binance in config (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari authored Jun 6, 2023
1 parent fc559a1 commit 8ca181c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions price-feeder.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ base = "USDT"
providers = [
"kraken",
"coinbase",
"binanceus",
"crypto",
]
quote = "USD"

Expand All @@ -130,7 +130,7 @@ quote = "USDT"
base = "ATOM"
providers = [
"kraken",
"binanceus",
"crypto",
]
quote = "USD"

Expand Down Expand Up @@ -195,7 +195,7 @@ quote = "USDT"
[[currency_pairs]]
base = "BNB"
providers = [
"binanceus",
"mexc",
"bitget",
"okx",
]
Expand Down Expand Up @@ -381,11 +381,6 @@ global-labels = [["chain_id", "umee-local-testnet"]]
service-name = "price-feeder"
prometheus-retention-time = 100

[[provider_endpoints]]
name = "binance"
rest = "https://api1.binance.com"
websocket = "stream.binance.com:9443"

[[provider_endpoints]]
name = "osmosisv2"
rest = "https://api.osmo-api.prod.ojo.network"
Expand Down

0 comments on commit 8ca181c

Please sign in to comment.