From 30b172ac8a208dcc04a060ef23e2f0ab36ca46b3 Mon Sep 17 00:00:00 2001 From: hscott Date: Fri, 20 Dec 2024 12:44:56 -0500 Subject: [PATCH] removed commented out code --- README.md | 4 ---- precog/utils/cm_data.py | 1 - 2 files changed, 5 deletions(-) diff --git a/README.md b/README.md index e530619..648dc3c 100644 --- a/README.md +++ b/README.md @@ -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. - - - - diff --git a/precog/utils/cm_data.py b/precog/utils/cm_data.py index 3f535c7..7400a9d 100644 --- a/precog/utils/cm_data.py +++ b/precog/utils/cm_data.py @@ -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() -