1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Re-add handler for addEthereumChain (#10489)

This commit is contained in:
Brad Decker 2021-02-23 10:32:46 -06:00 committed by GitHub
parent 54c94e6b91
commit 823466b62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
// import addEthereumChain from './add-ethereum-chain';
import addEthereumChain from './add-ethereum-chain';
import getProviderState from './get-provider-state';
import logWeb3ShimUsage from './log-web3-shim-usage';
import watchAsset from './watch-asset';
const handlers = [
// addEthereumChain,
addEthereumChain,
getProviderState,
logWeb3ShimUsage,
watchAsset,