Skip to content

Commit

Permalink
updated zora explorer url to zora.co
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp committed May 7, 2024
1 parent ffe5668 commit 94975d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/utils/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function getExternalAddressLink(chainAddressRef: walletGetExternalAddress
} else if (chain === 'Optimism') {
return `https://optimistic.etherscan.io/address/${address}`;
} else if (chain === 'Zora') {
return `https://explorer.zora.energy/address/${address}`;
return `https://zora.co/${address}`;
} else if (chain === 'Polygon') {
return `https://polygonscan.com/address/${address}`;
}
Expand Down

0 comments on commit 94975d9

Please sign in to comment.