mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fix v11 RC issues following merge (#20690)
* Update LavaMoat policies * Update sentry mask * Update snapshots
This commit is contained in:
parent
7cb69ceb95
commit
10ccbfc68d
@ -82,6 +82,9 @@ export const SENTRY_BACKGROUND_STATE = {
|
||||
CachedBalancesController: {
|
||||
cachedBalances: false,
|
||||
},
|
||||
CronjobController: {
|
||||
jobs: false,
|
||||
},
|
||||
CurrencyController: {
|
||||
conversionDate: true,
|
||||
conversionRate: true,
|
||||
@ -146,6 +149,9 @@ export const SENTRY_BACKGROUND_STATE = {
|
||||
allNfts: false,
|
||||
ignoredNfts: false,
|
||||
},
|
||||
NotificationController: {
|
||||
notifications: false,
|
||||
},
|
||||
OnboardingController: {
|
||||
completedOnboarding: true,
|
||||
firstTimeFlowType: true,
|
||||
@ -213,6 +219,15 @@ export const SENTRY_BACKGROUND_STATE = {
|
||||
userOptIn: true,
|
||||
},
|
||||
},
|
||||
SnapController: {
|
||||
snapErrors: false,
|
||||
snapStates: false,
|
||||
snaps: false,
|
||||
},
|
||||
SnapsRegistry: {
|
||||
database: false,
|
||||
lastUpdated: false,
|
||||
},
|
||||
SubjectMetadataController: {
|
||||
subjectMetadata: false,
|
||||
},
|
||||
|
@ -1997,7 +1997,9 @@
|
||||
"packages": {
|
||||
"@metamask/snaps-controllers>concat-stream>readable-stream": true,
|
||||
"browserify>buffer": true,
|
||||
"pumpify>inherits": true
|
||||
"browserify>concat-stream>typedarray": true,
|
||||
"pumpify>inherits": true,
|
||||
"terser>source-map-support>buffer-from": true
|
||||
}
|
||||
},
|
||||
"@metamask/snaps-controllers>concat-stream>readable-stream": {
|
||||
|
@ -43,7 +43,7 @@
|
||||
},
|
||||
"BackupController": "undefined",
|
||||
"CachedBalancesController": { "cachedBalances": "object" },
|
||||
"CronjobController": "object",
|
||||
"CronjobController": { "jobs": "object" },
|
||||
"CurrencyController": {
|
||||
"conversionDate": "number",
|
||||
"conversionRate": 1700,
|
||||
@ -112,7 +112,7 @@
|
||||
"allNfts": "object",
|
||||
"ignoredNfts": "object"
|
||||
},
|
||||
"NotificationController": "object",
|
||||
"NotificationController": { "notifications": "object" },
|
||||
"OnboardingController": {
|
||||
"seedPhraseBackedUp": true,
|
||||
"firstTimeFlowType": "import",
|
||||
@ -172,8 +172,12 @@
|
||||
"smartTransactions": "object"
|
||||
}
|
||||
},
|
||||
"SnapController": "object",
|
||||
"SnapsRegistry": "object",
|
||||
"SnapController": {
|
||||
"snapErrors": "object",
|
||||
"snaps": "object",
|
||||
"snapStates": "object"
|
||||
},
|
||||
"SnapsRegistry": { "database": "object", "lastUpdated": "object" },
|
||||
"SubjectMetadataController": { "subjectMetadata": "object" },
|
||||
"SwapsController": {
|
||||
"swapsState": {
|
||||
|
Loading…
Reference in New Issue
Block a user