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

fix/explorer-icons #1549

Merged
merged 11 commits into from
Nov 9, 2023
2 changes: 1 addition & 1 deletion packages/synapse-interface/constants/chains/master.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const POLYGON: Chain = {
nativeCurrency: { name: 'Matic', symbol: 'MATIC', decimals: 18 },
explorerUrl: 'https://polygonscan.com',
explorerName: 'PolygonScan',
explorerImg: polygonExplorerImg,
explorerImg: polygonImg,
Copy link
Collaborator

@abtestingalpha abtestingalpha Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're using the SVG in @assets/chains/... vs @assets/explorer/... here, meaning can we do that throughout so we don't have duplicates?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this! I was just testing out a few diff things to try and get the .png file to work. Didn't end up working so I converted all of @assets/explorer/ files from .png to .svg

Switched back in dde17ad

color: 'purple',
}

Expand Down
Loading