1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Enable Token Detection by default on supported networks (#14002)

This commit is contained in:
Niranjana Binoy 2022-03-31 09:47:19 -04:00 committed by GitHub
parent e9a815e477
commit 9361fab187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ export default class PreferencesController {
// set to true means the dynamic list from the API is being used
// set to false will be using the static list from contract-metadata
useTokenDetection: false,
useTokenDetection: Boolean(process.env.TOKEN_DETECTION_V2),
useCollectibleDetection: false,
openSeaEnabled: false,
advancedGasFee: null,