Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #91 from MetaMask/AddSetTimeout
Browse files Browse the repository at this point in the history
Add setTimeout for ethers.js support for now
  • Loading branch information
danfinlay authored Nov 5, 2019
2 parents 3766dfb + 5a4e457 commit 704df97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/controllers/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,11 @@ class PluginsController extends EventEmitter {
wallet: ethereumProvider,
console, // Adding console for now for logging purposes.
BigInt,
setTimeout,
window: {
crypto,
SubtleCrypto,
setTimeout,
fetch,
XMLHttpRequest,
WebSocket,
Expand Down

0 comments on commit 704df97

Please sign in to comment.