Skip to content

Commit f469e4a

Browse files
committed
Revert non-dependency changes: keep only package.json and pnpm-lock.yaml for vuln fixes
Made-with: Cursor
1 parent 8aa02c1 commit f469e4a

5 files changed

Lines changed: 1 addition & 156 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ SOLANA_NODE_URL='https://api.mainnet-beta.solana.com'
1111
BASE_NODE_URL="https://mainnet.base.org"
1212
HYPEREVM_NODE_URL="https://rpc.hyperlend.finance/archive"
1313
PLASMA_NODE_URL="https://rpc.plasma.to"
14-
BERACHAIN_NODE_URL="https://rpc.berachain.com/"
14+
BERACHAIN_NODE_URL="https://rpc.berachain.com"
1515
DERIVE_SUBGRAPH_API_KEY=''

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,3 @@ cython_debug/
167167
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
168168
#.idea/
169169
node_modules
170-
171-
.idea

constants/summary_columns.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ class SummaryColumn(Enum):
114114
STRATA_MONEY_SENIOR = ("strata_srusde_pts", SummaryColumnType.ETHENA_PTS)
115115
STRATA_MONEY_JUNIOR = ("strata_jrusde_pts", SummaryColumnType.ETHENA_PTS)
116116

117-
DOLOMITE_BERACHAIN_USDE_PTS = ("dolomite_berachain_usde_pts", SummaryColumnType.ETHENA_PTS)
118-
DOLOMITE_BERACHAIN_SUSDE_PTS = ("dolomite_berachain_susde_pts", SummaryColumnType.ETHENA_PTS)
119-
120117
def __init__(self, column_name: str, col_type: SummaryColumnType):
121118
self.column_name = column_name
122119
self.col_type = col_type

integrations/dolomite_integration.py

Lines changed: 0 additions & 146 deletions
This file was deleted.

integrations/integration_ids.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -591,10 +591,6 @@ class IntegrationID(Enum):
591591
STRATA_MONEY_SENIOR = ("strata_srusde", "Strata Senior USDe", Token.SUSDE)
592592
STRATA_MONEY_JUNIOR = ("strata_jrusde", "Strata Junior USDe", Token.SUSDE)
593593

594-
# Dolomite
595-
DOLOMITE_USDE = ("dolomite_usde", "Dolomite USDe", Token.USDE)
596-
DOLOMITE_SUSDE = ("dolomite_susde", "Dolomite sUSDe", Token.SUSDE)
597-
598594
def __init__(self, column_name: str, description: str, token: Token = Token.USDE):
599595
self.column_name = column_name
600596
self.description = description

0 commit comments

Comments
 (0)