commit
8da20e15bd
@ -0,0 +1,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) |
||||
} |
Loading…
Reference in new issue