Skip to content

Commit

Permalink
chore: adding SOMM and NCT to pf v2.1.6 config (#278)
Browse files Browse the repository at this point in the history
* adding SOMM,NCT for umee

* fix provider for SOMM and NCT

* update the gas_adjustment
  • Loading branch information
gsk967 authored Sep 28, 2023
1 parent 8508b1c commit 585698b
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions price-feeder.example.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gas_adjustment = 1.03
gas_adjustment = 1.5

[server]
listen_addr = "0.0.0.0:7171"
Expand Down Expand Up @@ -114,6 +114,14 @@ threshold = "2"
base = "stUMEE"
threshold = "2"

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

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

[[currency_pairs]]
base = "UMEE"
providers = [
Expand Down Expand Up @@ -247,7 +255,6 @@ quote = "USD"
base = "stATOM"
providers = [
"osmosisv2",
"crescent",
]
quote = "ATOM"

Expand Down Expand Up @@ -413,6 +420,28 @@ providers = [
]
quote = "UMEE"

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


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

[[currency_pairs]]
base = "SOMM"
providers = [
"gate",
]
quote = "USDT"

[account]
address = "umee1zypqa76je7pxsdwkfah6mu9a583sju6xjavygg"
chain_id = "umee-local-testnet"
Expand Down

0 comments on commit 585698b

Please sign in to comment.