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.
A correct l2ExplorerUrl should be defined, like the existing l1ExplorerUrl
Issue
Current
explorerUrl
is usingcontext.currentNetwork.value.rpcUrl
as default. When users adding new chain network in Contract Read / Write Form, the explorer URL value is incorrect.A correct
l2ExplorerUrl
should be defined, like the existingl1ExplorerUrl