Skip to content

Commit

Permalink
feat: agni
Browse files Browse the repository at this point in the history
  • Loading branch information
LiHang941 committed Dec 16, 2024
1 parent c366798 commit 2fb11f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions constants/summary_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ class SummaryColumn(Enum):
"beefy_cached_balance_example",
SummaryColumnType.ETHENA_PTS,
)
AGNI_SATS = (
"agni_sats",
SummaryColumnType.ETHENA_PTS,
)

def __init__(self, column_name: str, col_type: SummaryColumnType):
self.column_name = column_name
Expand Down

0 comments on commit 2fb11f4

Please sign in to comment.