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:
parent
e9a815e477
commit
9361fab187
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user