1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix Storybook components by updating state for 1559 (#11676)

This commit is contained in:
David Walsh 2021-07-30 05:06:35 -05:00 committed by GitHub
parent 583c115663
commit 5e18013468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,11 @@ const state = {
},
"activeTab": {},
"metamask": {
"networkDetails": {
"EIPS": {
"1559": true
},
},
"isInitialized": true,
"isUnlocked": true,
"isAccountMenuOpen": false,