Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -497,3 +497,8 @@ providers = [
"coinbase",
]
quote = "USD"

[[currency_pairs]]
base = "NTRN"
quote = "USDT"
providers = [ "binance", "bitget", "gate",]
6 changes: 5 additions & 1 deletion umee-provider-config/deviation-thresholds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,8 @@ threshold = "2"

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

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