matter-labs / block-explorer

zkSync Era Block Explorer
Apache License 2.0
125 stars 110 forks source link

fix: adding l2ExplorerUrl value #226

Open crypto-matto opened 7 months ago

crypto-matto commented 7 months ago

Issue

Current explorerUrl is using context.currentNetwork.value.rpcUrl as default. When users adding new chain network in Contract Read / Write Form, the explorer URL value is incorrect.

meta

A correct l2ExplorerUrl should be defined, like the existing l1ExplorerUrl