Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates Linea svg in synapse constants #2928

Merged
merged 7 commits into from
Jul 28, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
12 changes: 12 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'
12 changes: 12 additions & 0 deletions packages/synapse-constants/constants/assets/explorer/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
Loading