1
0
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:
Mark Stacey 2020-04-27 11:12:15 -03:00 committed by GitHub
parent 8dd886a25b
commit b9c82d6ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 () { export function showNetworkDropdown () {
return { return {
type: actionConstants.NETWORK_DROPDOWN_OPEN, type: actionConstants.NETWORK_DROPDOWN_OPEN,