1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
metamask-extension/development/states/terms.json

35 lines
734 B
JSON
Raw Normal View History

2016-07-01 03:22:16 +02:00
{
"metamask": {
2016-07-22 03:08:35 +02:00
"isInitialized": false,
"isUnlocked": false,
"currentDomain": "example.com",
"rpcTarget": "https://rawtestrpc.metamask.io/",
"identities": {},
"unconfTxs": {},
2016-07-01 03:22:16 +02:00
"accounts": {},
"transactions": [],
"network": "2",
"seedWords": null,
"isConfirmed": false,
2016-07-22 03:08:35 +02:00
"isEthConfirmed": false,
2016-07-01 03:22:16 +02:00
"unconfMsgs": {},
"messages": [],
"provider": {
"type": "testnet"
}
},
"appState": {
2016-07-22 03:08:35 +02:00
"menuOpen": false,
"currentView": {
"name": "EthStoreWarning"
},
"accountDetail": {
"subview": "transactions"
},
"currentDomain": "127.0.0.1:9966",
"transForward": true,
"isLoading": false,
"warning": null
},
"identities": {}
2016-07-01 03:22:16 +02:00
}