Skip to content

Commit

Permalink
adding NTRN pf config
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed May 28, 2024
1 parent d81a672 commit 638dc7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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"

0 comments on commit 638dc7b

Please sign in to comment.