Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
updated setzer, added support for PAXG, UNI, AAVE
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKunkel authored and NiklasKunkel committed Nov 13, 2020
1 parent 2a54db4 commit 55d81d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"homepage": "",
"owner": "makerdao",
"repo": "setzer-mcd",
"rev": "4308e04630f8630ba82f7d1ab0604b28bbb81cf1",
"rev": "67820f31810f5634c4e150636bc17f3314741068",
"sha256": "1ajz8r7rfyjh2bh66cklg5fahcvljmmvkglp29fvn864agb5q9wh",
"type": "tarball",
"url": "https://github.com/makerdao/setzer-mcd/archive/4308e04630f8630ba82f7d1ab0604b28bbb81cf1.tar.gz",
"url": "https://github.com/makerdao/setzer-mcd/archive/67820f31810f5634c4e150636bc17f3314741068.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
12 changes: 12 additions & 0 deletions omnia/config/feed.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"services": {
},
"pairs": {
"AAVEUSD": {
"msgExpiration": 1800,
"msgSpread": 0.5
},
"BALUSD": {
"msgExpiration": 1800,
"msgSpread": 0.5
Expand Down Expand Up @@ -65,6 +69,14 @@
"msgExpiration": 1800,
"msgSpread": 0.5
},
"PAXGUSD": {
"msgExpiration": 1800,
"msgSpread": 0.5
},
"UNIUSD": {
"msgExpiration": 1800,
"msgSpread": 0.5
},
"USDTUSD": {
"msgExpiration": 1800,
"msgSpread": 0.5
Expand Down
2 changes: 1 addition & 1 deletion omnia/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1

0 comments on commit 55d81d3

Please sign in to comment.