mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #1251 from MetaMask/kovan-tx-etherscan
Enable etherscan linking on Kovan transaction list items.
This commit is contained in:
commit
f29a116d40
@ -28,7 +28,7 @@ TransactionListItem.prototype.render = function () {
|
||||
|
||||
let isLinkable = false
|
||||
const numericNet = parseInt(network)
|
||||
isLinkable = numericNet === 1 || numericNet === 3
|
||||
isLinkable = numericNet === 1 || numericNet === 3 || numericNet === 42
|
||||
|
||||
var isMsg = ('msgParams' in transaction)
|
||||
var isTx = ('txParams' in transaction)
|
||||
|
Loading…
Reference in New Issue
Block a user