-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: clean components and remove unused components
- Loading branch information
tche
authored and
tche
committed
Dec 31, 2024
1 parent
29b8d23
commit 5154a81
Showing
27 changed files
with
120 additions
and
689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
export interface BerachainIncentiveToken { | ||
id: string; | ||
chain_id: number; | ||
contract_address: string; | ||
name: string; | ||
symbol: string; | ||
image: string; | ||
decimals: number; | ||
source: string; | ||
search_id: string; | ||
type: string; | ||
raw_amount: string; | ||
token_amount: number; | ||
token_amount_usd: number; | ||
price: number; | ||
fdv: number; | ||
total_supply: number; | ||
annual_change_ratio: number; | ||
per_input_token: number; | ||
token_rate: number; | ||
} |
59 changes: 0 additions & 59 deletions
59
src/components/Berachain/components/BerachainAction/BerachainAction.style.ts
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
src/components/Berachain/components/BerachainAction/BerachainAction.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
src/components/Berachain/components/BerachainMarketCard/BerachainMarketCardDeposit.style.ts
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
src/components/Berachain/components/BerachainMarketCard/BerachainMarketCardDeposit.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
src/components/Berachain/components/BerachainOverview/BerachainOverview.style.ts
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
src/components/Berachain/components/BerachainOverview/BerachainOverview.tsx
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.