@@ -792,6 +792,7 @@ describe('AppStateController', () => {
792792 "outdatedBrowserWarningLastShown": null,
793793 "pendingShieldCohort": null,
794794 "pendingShieldCohortTxType": null,
795+ "pna25Acknowledged": false,
795796 "popupGasPollTokens": [],
796797 "productTour": "accountIcon",
797798 "recoveryPhraseReminderHasBeenShown": false,
@@ -883,6 +884,7 @@ describe('AppStateController', () => {
883884 "outdatedBrowserWarningLastShown": null,
884885 "pendingShieldCohort": null,
885886 "pendingShieldCohortTxType": null,
887+ "pna25Acknowledged": false,
886888 "popupGasPollTokens": [],
887889 "productTour": "accountIcon",
888890 "recoveryPhraseReminderHasBeenShown": false,
@@ -963,6 +965,7 @@ describe('AppStateController', () => {
963965 "onboardingDate": null,
964966 "outdatedBrowserWarningLastShown": null,
965967 "pendingShieldCohortTxType": null,
968+ "pna25Acknowledged": false,
966969 "productTour": "accountIcon",
967970 "recoveryPhraseReminderHasBeenShown": false,
968971 "recoveryPhraseReminderLastShown": 1000,
@@ -1053,6 +1056,7 @@ describe('AppStateController', () => {
10531056 "outdatedBrowserWarningLastShown": null,
10541057 "pendingShieldCohort": null,
10551058 "pendingShieldCohortTxType": null,
1059+ "pna25Acknowledged": false,
10561060 "popupGasPollTokens": [],
10571061 "productTour": "accountIcon",
10581062 "recoveryPhraseReminderHasBeenShown": false,
0 commit comments