Skip to content

Commit

Permalink
Merge 8620f3c into 81ca8f8
Browse files Browse the repository at this point in the history
  • Loading branch information
Defi-Moses authored Jul 25, 2024
2 parents 81ca8f8 + 8620f3c commit abb2c29
Show file tree
Hide file tree
Showing 35 changed files with 546 additions and 125 deletions.
6 changes: 6 additions & 0 deletions packages/explorer-ui/components/ChainChart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,12 @@ export const OverviewChart: React.FC<OverviewChartProps> = ({
stackId="a"
fill={loading ? 'rgba(255, 255, 255, 0.1)' : '#FFEEDA'}
/>
<Bar
isAnimationActive={false}
dataKey="linea"
stackId="a"
fill={loading ? 'rgba(255, 255, 255, 0.1)' : '#000000'}
/>
</>
)}
</BarChart>
Expand Down
1 change: 1 addition & 0 deletions packages/explorer-ui/graphql/queries/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export const DAILY_STATISTICS_BY_CHAIN = gql`
base
blast
scroll
linea
total
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ export * as moonbeamImg from './moonbeam.svg'
export * as moonriverImg from './moonriver.svg'
export * as optimismImg from './optimism.svg'
export * as polygonImg from './polygon.svg'
export * as lineaImg from './linea.svg'
3 changes: 3 additions & 0 deletions packages/synapse-constants/constants/assets/chains/linea.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/synapse-constants/constants/assets/explorer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ export * as moonbeamExplorerImg from './moonbeam.svg'
export * as moonriverExplorerImg from './moonriver.svg'
export * as dogeExplorerImg from './dogechain.svg'
export * as baseExplorerImg from './basescan.svg'
export * as scrollExplorerImg from './scroll.svg'
export * as lineaExplorerImg from './linea.svg'
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit abb2c29

Please sign in to comment.