From 7069570979c5ad40eacfa48dae07e01ab6e493c9 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Thu, 11 Nov 2021 18:58:37 -0330 Subject: [PATCH] Update LavaMoat policy (#12665) The LavaMoat policy has been updated in accordance with the recent update to `eth-json-rpc-middleware` in #10738. These changes were generated with `yarn lavamoat:auto`. --- lavamoat/browserify/policy.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lavamoat/browserify/policy.json b/lavamoat/browserify/policy.json index c731c3bc9..3cfd712fa 100644 --- a/lavamoat/browserify/policy.json +++ b/lavamoat/browserify/policy.json @@ -1556,11 +1556,15 @@ }, "eth-json-rpc-middleware": { "globals": { + "URL": true, + "btoa": true, "console.error": true, "fetch": true, "setTimeout": true }, "packages": { + "@metamask/safe-event-emitter": true, + "browser-resolve": true, "btoa": true, "clone": true, "eth-rpc-errors": true,