File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { RoflAppsCard } from './RoflAppsCard'
88import { HomeSearch } from './HomeSearch'
99import { Header } from 'app/components/PageLayout/Header'
1010import { LatestBlocks } from './LatestBlocks'
11+ import { TotalTransactions } from 'app/components/TotalTransactions'
1112
1213export const HomePage : FC = ( ) => {
1314 const { network } = useSearchQueryNetworkParam ( )
@@ -21,7 +22,8 @@ export const HomePage: FC = () => {
2122 < HomeSearch />
2223 < div className = "flex gap-6 flex-col md:flex-row" >
2324 < LatestBlocks />
24- < div > Placeholder</ div >
25+ { /* TODO: Clean up commit when API supports all layers */ }
26+ < TotalTransactions chartContainerHeight = { 280 } scope = { { network : 'mainnet' , layer : 'sapphire' } } />
2527 </ div >
2628 < RoflAppsCard />
2729 < Social />
You can’t perform that action at this time.
0 commit comments