mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 21:00:13 +01:00
6795298c65
* Remove web3 injection * Implement logWeb3ShimUsage
6 lines
165 B
JavaScript
6 lines
165 B
JavaScript
import logWeb3ShimUsage from './log-web3-shim-usage'
|
|
import watchAsset from './watch-asset'
|
|
|
|
const handlers = [logWeb3ShimUsage, watchAsset]
|
|
export default handlers
|