Skip to content

Commit

Permalink
Fix metametrics e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
amerkadicE committed Aug 18, 2022
1 parent ad6758d commit 8986e80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lavamoat/browserify/beta/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4038,7 +4038,7 @@
"@metamask/controllers>web3": {
"globals": {
"Web3": "write",
"XMLHttpRequest": "write",
"XMLHttpRequest": true,
"clearTimeout": true,
"console.error": true,
"setTimeout": true
Expand Down
2 changes: 1 addition & 1 deletion lavamoat/browserify/flask/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4038,7 +4038,7 @@
"@metamask/controllers>web3": {
"globals": {
"Web3": "write",
"XMLHttpRequest": "write",
"XMLHttpRequest": true,
"clearTimeout": true,
"console.error": true,
"setTimeout": true
Expand Down
2 changes: 1 addition & 1 deletion lavamoat/browserify/main/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4038,7 +4038,7 @@
"@metamask/controllers>web3": {
"globals": {
"Web3": "write",
"XMLHttpRequest": "write",
"XMLHttpRequest": true,
"clearTimeout": true,
"console.error": true,
"setTimeout": true
Expand Down

0 comments on commit 8986e80

Please sign in to comment.