mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Update locked state
This commit is contained in:
parent
382e532d6d
commit
452ce14fda
File diff suppressed because one or more lines are too long
@ -1,84 +1,44 @@
|
|||||||
{
|
{
|
||||||
"metamask": {
|
"metamask": {
|
||||||
"isInitialized": true,
|
"isInitialized": true,
|
||||||
"isUnlocked": true,
|
"isUnlocked": false,
|
||||||
|
"isEthConfirmed": true,
|
||||||
"currentDomain": "example.com",
|
"currentDomain": "example.com",
|
||||||
"rpcTarget": "https://rawtestrpc.metamask.io/",
|
"rpcTarget": "https://rawtestrpc.metamask.io/",
|
||||||
"identities": {
|
"identities": {},
|
||||||
"0x5f11b68b7d41633e74c6b18d8b8d147da52aedd6": {
|
|
||||||
"name": "Wallet 1",
|
|
||||||
"address": "0x5f11b68b7d41633e74c6b18d8b8d147da52aedd6",
|
|
||||||
"mayBeFauceting": false
|
|
||||||
},
|
|
||||||
"0x843963b837841dad3b0f5969ff271108776616df": {
|
|
||||||
"name": "Wallet 2",
|
|
||||||
"address": "0x843963b837841dad3b0f5969ff271108776616df",
|
|
||||||
"mayBeFauceting": false
|
|
||||||
},
|
|
||||||
"0x2cb215323857bec1c91e5db10fe87379a5cf129a": {
|
|
||||||
"name": "Wallet 3",
|
|
||||||
"address": "0x2cb215323857bec1c91e5db10fe87379a5cf129a",
|
|
||||||
"mayBeFauceting": false
|
|
||||||
},
|
|
||||||
"0xc5091450b7548b0dce3a76b8d325929c39e648d1": {
|
|
||||||
"name": "Wallet 4",
|
|
||||||
"address": "0xc5091450b7548b0dce3a76b8d325929c39e648d1",
|
|
||||||
"mayBeFauceting": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"unconfTxs": {},
|
"unconfTxs": {},
|
||||||
"accounts": {
|
"currentFiat": "USD",
|
||||||
"0x5f11b68b7d41633e74c6b18d8b8d147da52aedd6": {
|
"conversionRate": 11.4379398,
|
||||||
"balance": "0x0",
|
"conversionDate": 1473358355,
|
||||||
"nonce": "0x0",
|
"accounts": {},
|
||||||
"code": "0x",
|
|
||||||
"address": "0x5f11b68b7d41633e74c6b18d8b8d147da52aedd6"
|
|
||||||
},
|
|
||||||
"0x843963b837841dad3b0f5969ff271108776616df": {
|
|
||||||
"balance": "0x0",
|
|
||||||
"nonce": "0x0",
|
|
||||||
"code": "0x",
|
|
||||||
"address": "0x843963b837841dad3b0f5969ff271108776616df"
|
|
||||||
},
|
|
||||||
"0x2cb215323857bec1c91e5db10fe87379a5cf129a": {
|
|
||||||
"balance": "0x0",
|
|
||||||
"nonce": "0x0",
|
|
||||||
"code": "0x",
|
|
||||||
"address": "0x2cb215323857bec1c91e5db10fe87379a5cf129a"
|
|
||||||
},
|
|
||||||
"0xc5091450b7548b0dce3a76b8d325929c39e648d1": {
|
|
||||||
"balance": "0x0",
|
|
||||||
"nonce": "0x0",
|
|
||||||
"code": "0x",
|
|
||||||
"address": "0xc5091450b7548b0dce3a76b8d325929c39e648d1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"transactions": [],
|
"transactions": [],
|
||||||
"selectedAddress": "0x843963b837841dad3b0f5969ff271108776616df",
|
"selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
|
||||||
"network": "2",
|
"network": "1473186153102",
|
||||||
|
"seedWords": null,
|
||||||
"isConfirmed": true,
|
"isConfirmed": true,
|
||||||
"unconfMsgs": {},
|
"unconfMsgs": {},
|
||||||
"messages": [],
|
"messages": [],
|
||||||
|
"shapeShiftTxList": [],
|
||||||
"provider": {
|
"provider": {
|
||||||
"type": "testnet"
|
"type": "rpc",
|
||||||
|
"rpcTarget": "http://localhost:8545"
|
||||||
},
|
},
|
||||||
"selectedAccount": "0x843963b837841dad3b0f5969ff271108776616df"
|
"selectedAccount": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825"
|
||||||
},
|
},
|
||||||
"appState": {
|
"appState": {
|
||||||
"menuOpen": false,
|
"menuOpen": false,
|
||||||
"currentView": {
|
"currentView": {
|
||||||
"name": "accountDetail"
|
"name": "accountDetail",
|
||||||
|
"detailView": null,
|
||||||
|
"context": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825"
|
||||||
},
|
},
|
||||||
"accountDetail": {
|
"accountDetail": {
|
||||||
"subview": "transactions",
|
"subview": "transactions"
|
||||||
"accountExport": "none",
|
|
||||||
"privateKey": ""
|
|
||||||
},
|
},
|
||||||
"currentDomain": "testfaucet.metamask.io",
|
"currentDomain": "127.0.0.1:9966",
|
||||||
"transForward": false,
|
"transForward": true,
|
||||||
"isLoading": false,
|
"isLoading": false,
|
||||||
"warning": null,
|
"warning": null
|
||||||
"scrollToBottom": false
|
|
||||||
},
|
},
|
||||||
"identities": {}
|
"identities": {}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user