1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +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 committed by GitHub
parent 12bd60ee79
commit 6bb5e6941d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
};