94cd5b9df
1 2 3 4 5 6 7 8 9
module.exports = setupMetamaskMeshMetrics function setupMetamaskMeshMetrics() { const testingContainer = document.createElement('iframe') testingContainer.src = 'https://metamask.github.io/mesh-testing/' console.log('Injecting MetaMask Mesh testing client') document.head.appendChild(testingContainer) }