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:
parent
54c94e6b91
commit
823466b62a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user