Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,16 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Unreleased

- [391](https://github.com/ojo-network/price-feeder/pull/391) feat: adding NTRN asset pf config.

## v2.4.0

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

## Old

### Improvements

- [48](https://github.com/ojo-network/price-feeder/pull/48) Update goreleaser to have release process for umee price-feeder
- [55](https://github.com/ojo-network/price-feeder/pull/55) Update DockerFile to work in umee's e2e test
- [58](https://github.com/ojo-network/price-feeder/pull/59) Add skip provider check flag
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"