1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Disable the opensea provider and NFT feature What's New notifications (#19828)

This commit is contained in:
Dan J Miller 2023-06-29 13:51:58 -02:30
parent 9cadb4ffe4
commit 2bf6f1bb37

View File

@ -991,8 +991,8 @@ function getAllowedAnnouncementIds(state) {
15: false,
16: false,
17: false,
18: true,
19: true,
18: false,
19: false,
20: currentKeyringIsLedger && isFirefox,
21: isSwapsChain,
};