mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Remove unused useEtherscanProvider
action creator (#8412)
This action creator was never called, and it was broken (the background method it called doesn't exist).
This commit is contained in:
parent
8dd886a25b
commit
b9c82d6ed9
@ -1574,14 +1574,6 @@ export function removeFromAddressBook (chainId, addressToRemove) {
|
||||
}
|
||||
}
|
||||
|
||||
export function useEtherscanProvider () {
|
||||
log.debug(`background.useEtherscanProvider`)
|
||||
background.useEtherscanProvider()
|
||||
return {
|
||||
type: actionConstants.USE_ETHERSCAN_PROVIDER,
|
||||
}
|
||||
}
|
||||
|
||||
export function showNetworkDropdown () {
|
||||
return {
|
||||
type: actionConstants.NETWORK_DROPDOWN_OPEN,
|
||||
|
Loading…
Reference in New Issue
Block a user