mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
21 lines
377 B
JSON
21 lines
377 B
JSON
|
{
|
||
|
"metamask": {
|
||
|
"accounts": {},
|
||
|
"transactions": [],
|
||
|
"identities": {},
|
||
|
"network": "2",
|
||
|
"isInitialized": false,
|
||
|
"isUnlocked": false,
|
||
|
"seedWords": null,
|
||
|
"isConfirmed": false,
|
||
|
"unconfTxs": {},
|
||
|
"unconfMsgs": {},
|
||
|
"messages": [],
|
||
|
"provider": {
|
||
|
"type": "testnet"
|
||
|
}
|
||
|
},
|
||
|
"appState": {
|
||
|
"currentDomain": "extensions"
|
||
|
}
|
||
|
}
|