Skip to content

Commit

Permalink
temp patch to see if e2e tests pass fully
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Jun 15, 2022
1 parent b91cafa commit 24336a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions patches/@metamask+controllers+30.0.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/node_modules/@metamask/controllers/dist/util.js b/node_modules/@metamask/controllers/dist/util.js
index 574c57b..d12dd57 100644
--- a/node_modules/@metamask/controllers/dist/util.js
+++ b/node_modules/@metamask/controllers/dist/util.js
@@ -835,6 +835,7 @@ var SupportedTokenDetectionNetworks;
SupportedTokenDetectionNetworks["bsc"] = "56";
SupportedTokenDetectionNetworks["polygon"] = "137";
SupportedTokenDetectionNetworks["avax"] = "43114";
+ SupportedTokenDetectionNetworks["local"] = "1337";
})(SupportedTokenDetectionNetworks = exports.SupportedTokenDetectionNetworks || (exports.SupportedTokenDetectionNetworks = {}));
/**
* Check if token detection is enabled for certain networks.

0 comments on commit 24336a7

Please sign in to comment.