Skip to content

Commit

Permalink
removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
hscott-yuma committed Dec 20, 2024
1 parent 27b5322 commit 30b172a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,3 @@ Optional but recommended.
Our goal is to continuously improve the subnet and tune it to the goals and interests that will engage the community. We have considered additions in the form of additional asset coverage, such as extending price analysis to TAO tokens. Extensions can also mean incentive mechanisms to calculate new types of metrics such as anticipating volatility, transaction volumes, or the cost of different types of transfers. Our greatest strength is our deep and professional data library, used by many of the largest financial institutions in crypto. We expect these resources will allow the subnet scope to adapt quickly when conditions are right.
We hope to, on one hand, leverage our existing products and coverage to make generating new insights as frictionless as possible for Miners. While on the other hand, we also hope to integrate new data streams into our catalog that only the Bittensor ecosystem can generate. Our aim is for these novel outputs to ultimately bring new participants to Bittensor from the broader crypto community, as we serve metrics and analysis that can't be obtained anywhere else.
1 change: 0 additions & 1 deletion precog/utils/cm_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,3 @@ def get_market_funding_rates(self, markets: list, page_size: int = 10000, **kwar

market_funding_rates = self.client.get_market_funding_rates(markets, page_size=page_size, **kwargs)
return market_funding_rates.to_dataframe()

0 comments on commit 30b172a

Please sign in to comment.