Skip to content

Commit

Permalink
chore: adding NCT and SOMM config (#277)
Browse files Browse the repository at this point in the history
* adding NCT regen assetpair

* moved from prod to stage for providers

* adding SOMM to pf config

* moving stage to prod on providers

* removed the comment

---------

Co-authored-by: Adam Wozniak <[email protected]>
  • Loading branch information
gsk967 and adamewozniak authored Oct 8, 2023
1 parent 937cb8c commit 76b6b01
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
21 changes: 21 additions & 0 deletions umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,24 @@ quote = "WETH"
[[currency_pairs.pair_address_providers]]
address = "0xa4e0faA58465A2D369aa21B3e42d43374c6F9613"
provider = "eth-uniswap"

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

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

[[currency_pairs]]
base = "SOMM"
providers = [
"gate",
]
quote = "USDT"
8 changes: 8 additions & 0 deletions umee-provider-config/deviation-thresholds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,11 @@ threshold = "2"
[[deviation_thresholds]]
base = "WBTC"
threshold = "2"

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

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

0 comments on commit 76b6b01

Please sign in to comment.