Skip to content

Commit 82f4c31

Browse files
authored
chore: adding pf config of NTRN (#391)
* adding NTRN pf config * update the changelog
1 parent d81a672 commit 82f4c31

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,16 @@ Ref: https://keepachangelog.com/en/1.0.0/
4545

4646
## Unreleased
4747

48+
- [391](https://github.com/ojo-network/price-feeder/pull/391) feat: adding NTRN asset pf config.
49+
4850
## v2.4.0
4951

5052
- [337](https://github.com/ojo-network/price-feeder/pull/337) feat: support fixed gas for vote and prevote transactions.
5153

5254
## Old
5355

5456
### Improvements
57+
5558
- [48](https://github.com/ojo-network/price-feeder/pull/48) Update goreleaser to have release process for umee price-feeder
5659
- [55](https://github.com/ojo-network/price-feeder/pull/55) Update DockerFile to work in umee's e2e test
5760
- [58](https://github.com/ojo-network/price-feeder/pull/59) Add skip provider check flag

umee-provider-config/currency-pairs.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,3 +497,8 @@ providers = [
497497
"coinbase",
498498
]
499499
quote = "USD"
500+
501+
[[currency_pairs]]
502+
base = "NTRN"
503+
quote = "USDT"
504+
providers = [ "binance", "bitget", "gate",]

umee-provider-config/deviation-thresholds.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,8 @@ threshold = "2"
180180

181181
[[deviation_thresholds]]
182182
base = "SEI"
183-
threshold = "2"
183+
threshold = "2"
184+
185+
[[deviation_thresholds]]
186+
base = "NTRN"
187+
threshold = "2"

0 commit comments

Comments
 (0)