Skip to content

Commit

Permalink
add mode to qc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSpuddy committed Jun 14, 2024
1 parent 74478b0 commit e393e9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/telliot_feeds/queries/query_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,3 +626,9 @@
title="RSETH/USD spot price",
q=SpotPrice(asset="rseth", currency="usd"),
)

query_catalog.add_entry(
tag="mode-usd-spot",
title="MODE/USD spot price",
q=SpotPrice(asset="mode", currency="usd"),
)

0 comments on commit e393e9b

Please sign in to comment.