Skip to content

Commit

Permalink
adding milkTIA to canon for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Jan 30, 2024
1 parent 0095e71 commit 8e23814
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 0 deletions.
79 changes: 79 additions & 0 deletions umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -414,3 +414,82 @@ providers = [
]
quote = "USDC"

[[currency_pairs]]
base = "KAVA"
quote = "USDT"
providers = [ "binance", "gate", "bitget", "binanceus", "crypto"]

[[currency_pairs]]
base = "KAVA"
quote = "USD"
providers = [ "kraken", "coinbase", "crypto"]

[[currency_pairs]]
base = "stSTARS"
providers = [
"osmosis",
]
quote = "STARS"

[[currency_pairs]]
base = "DYDX"
providers = [
"osmosis",
]
quote = "USDC"

[[currency_pairs]]
base = "DYDX"
providers = [
"osmosis",
]
quote = "OSMO"

[[currency_pairs]]
base = "HUAHUA"
providers = [
"osmosis",
]
quote = "OSMO"

[[currency_pairs]]
base = "HUAHUA"
providers = [
"osmosis",
]
quote = "ATOM"

[[currency_pairs]]
base = "HUAHUA"
providers = [
"osmosis",
]
quote = "ATOM"

[[currency_pairs]]
base = "nBTC"
providers = [
"osmosis",
]
quote = "WBTC"

[[currency_pairs]]
base = "nBTC"
providers = [
"osmosis",
]
quote = "USDC"

[[currency_pairs]]
base = "milkTIA"
providers = [
"osmosis",
]
quote = "TIA"

[[currency_pairs]]
base = "milkTIA"
providers = [
"osmosis",
]
quote = "USDC"
28 changes: 28 additions & 0 deletions umee-provider-config/deviation-thresholds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,31 @@ threshold = "2"
[[deviation_thresholds]]
base = "STRD"
threshold = "2"

[[deviation_thresholds]]
base = "KAVA"
threshold = "2"

[[deviation_thresholds]]
base = "STUMEE"
threshold = "2"

[[deviation_thresholds]]
base = "STSTARS"
threshold = "2"

[[deviation_thresholds]]
base = "DYDX"
threshold = "2"

[[deviation_thresholds]]
base = "HUAHUA"
threshold = "2"

[[deviation_thresholds]]
base = "NBTC"
threshold = "2"

[[deviation_thresholds]]
base = "milkTIA"
threshold = "2"

0 comments on commit 8e23814

Please sign in to comment.