-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temp patch to see if e2e tests pass fully
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |