Skip to content

Commit

Permalink
zksync: different block explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Jan 16, 2024
1 parent 9342fe5 commit f000ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useChainHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export default function useChainHelpers() {
} else if (networkName == "zkSync Era") {
method = "wallet_addEthereumChain"
params = [{
blockExplorerUrls: [ "https://explorer.zksync.io/" ],
blockExplorerUrls: [ "https://era.zksync.network/" ],
chainId: "0x144",
chainName: "zkSync Era",
nativeCurrency: { decimals: 18, name: "ETH", symbol: "ETH" },
Expand Down

0 comments on commit f000ca7

Please sign in to comment.