Skip to content

Commit

Permalink
Merge branch 'overview-removal' into main-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski committed Dec 5, 2023
2 parents a197135 + 0f77020 commit 4601301
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 56 deletions.
4 changes: 2 additions & 2 deletions src/components/tBTC/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ExternalHref } from "../../enums"
import { RecentDeposit } from "../../hooks/tbtc"
import Link from "../Link"

export type TvlProps = {
type TvlProps = {
tvl: string
tvlInUSD: string
}
Expand All @@ -28,7 +28,7 @@ export const Tvl: FC<TvlProps> = ({ tvl, tvlInUSD }) => {
)
}

export type ProtocolHistoryProps = {
type ProtocolHistoryProps = {
deposits: RecentDeposit[]
}

Expand Down
1 change: 0 additions & 1 deletion src/enums/externalHref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ export enum ExternalHref {
mintersAndGuardiansDocs = "https://blog.threshold.network/minters-guardians-and-a-strong-tbtc/",
tBTCDuneDashboard = "https://dune.com/threshold/tbtc",
delight = "https://delightlabs.io",
coveragePoolsDocs = "https://docs.threshold.network/applications/tbtc-v2/coverage-pool",
runningNodeDocs = "https://docs.threshold.network/staking-and-running-a-node/running-a-node",
}
52 changes: 0 additions & 52 deletions src/pages/tBTC/CoveragePools/CoveragePoolsTvlCard.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/pages/tBTC/CoveragePools/index.tsx

This file was deleted.

0 comments on commit 4601301

Please sign in to comment.