diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a554dc..68e03620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,8 @@ 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. @@ -52,6 +54,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## 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 diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index 037150a7..8b99b6fe 100644 --- a/umee-provider-config/currency-pairs.toml +++ b/umee-provider-config/currency-pairs.toml @@ -497,3 +497,8 @@ providers = [ "coinbase", ] quote = "USD" + +[[currency_pairs]] +base = "NTRN" +quote = "USDT" +providers = [ "binance", "bitget", "gate",] diff --git a/umee-provider-config/deviation-thresholds.toml b/umee-provider-config/deviation-thresholds.toml index e121bdaf..275d517e 100644 --- a/umee-provider-config/deviation-thresholds.toml +++ b/umee-provider-config/deviation-thresholds.toml @@ -180,4 +180,8 @@ threshold = "2" [[deviation_thresholds]] base = "SEI" -threshold = "2" \ No newline at end of file +threshold = "2" + +[[deviation_thresholds]] +base = "NTRN" +threshold = "2"