Skip to content

Commit

Permalink
fix: fix wrong zksync image url (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasmoeller committed Aug 30, 2023
1 parent fcf4983 commit d715aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/supported.chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ export const supportedEVMChains: EVMChain[] = [
id: 324,
mainnet: true,
logoURI:
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zksync.png',
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zksync.svg',
multicallAddress: multicallAddresses[ChainId.ERA],

metamask: {
Expand Down

0 comments on commit d715aa0

Please sign in to comment.