Remove unused states (#8345)
These state files were snapshots of the Redux state used for integration tests that have since been removed. Only three of these states were still used - the three that correspond with the remaining integration tests. The default state used when the test environment is spun up was changed to be the first of these three (`confirm sig requests`) so that the old default state could safely be removed as well.feature/default_network_editable
parent
5ee1291662
commit
c2e95d8672
@ -1,161 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 11.06608791, |
||||
"conversionDate": 1470421024, |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"currentDomain": "example.com", |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"shapeShiftTxList":[ |
||||
{ |
||||
"depositAddress": "1L8BJCR6KHkCiVceDqibt7zJscqPpH7pFw", |
||||
"depositType": "BTC", |
||||
"key": "shapeshift", |
||||
"time": 1471564825772, |
||||
"response": { |
||||
"status": "complete", |
||||
"outgoingCoin": "100.00", |
||||
"incomingCoin": "1.000", |
||||
"transaction": "0x3701e0ac344a12a1fc5417cf251109a7c41f3edab922310202630d9c012414c8" |
||||
} |
||||
}, |
||||
{ |
||||
"depositAddress": "1L8BJCR6KHkCiVceDqibt7zJscqPpH7pFw", |
||||
"depositType": "BTC", |
||||
"key": "shapeshift", |
||||
"time": 1471566579224, |
||||
"response": { |
||||
"status": "no_deposits", |
||||
"depositAddress": "1L8BJCR6KHkCiVceDqibt7zJscqPpH7pFw" |
||||
} |
||||
}, |
||||
{ |
||||
"depositAddress": "1L8BJCR6KHkCiVceDqibt7zJscqPpH7pFw", |
||||
"depositType": "BTC", |
||||
"key": "shapeshift", |
||||
"time": 1471566565378, |
||||
"response": { |
||||
"status": "received", |
||||
"depositAddress": "1L8BJCR6KHkCiVceDqibt7zJscqPpH7pFw" |
||||
} |
||||
} |
||||
], |
||||
"transactions": [ { |
||||
"id": 1467921503489592, |
||||
"txParams": { |
||||
"from": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", |
||||
"to": "0x18a3462427bcc9133bb46e88bcbe39cd7ef0e761", |
||||
"value": "0x66c899104aa57038000", |
||||
"origin": "thelongestdomainnameintheworldandthensomeandthensomemoreandmore.com", |
||||
"metamaskId": 1467921503489592, |
||||
"metamaskNetworkId": "2" |
||||
}, |
||||
"time": 1467921503489, |
||||
"status": "rejected", |
||||
"containsDelegateCall": false |
||||
}, |
||||
{ |
||||
"id": 1467923203344608, |
||||
"txParams": { |
||||
"from": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", |
||||
"to": "0x18a3462427bcc9133bb46e88bcbe39cd7ef0e761", |
||||
"value": "0x0", |
||||
"origin": "thelongestdomainnameintheworldandthensomeandthensomemoreandmore.com", |
||||
"metamaskId": 1467923203344608, |
||||
"metamaskNetworkId": "2" |
||||
}, |
||||
"time": 1467923203344, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": false, |
||||
"hash": "0x957bbba51e2732a86c10c5e7e8a484a093795a06f2e2c38ad02da1b20aeca620" |
||||
}, |
||||
{ |
||||
"id": 1467921503489592, |
||||
"txParams": { |
||||
"from": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", |
||||
"to": "0x18a3462427bcc9133bb46e88bcbe39cd7ef0e761", |
||||
"value": "0x66c899104aa57038000", |
||||
"origin": "thelongestdomainnameintheworldandthensomeandthensomemoreandmore.com", |
||||
"metamaskId": 1467921503489592, |
||||
"metamaskNetworkId": "2" |
||||
}, |
||||
"time": 1467921503489, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": false |
||||
}], |
||||
"identities": { |
||||
"0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { |
||||
"name": "Wallet 1", |
||||
"address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { |
||||
"name": "Wallet 2", |
||||
"address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xeb9e64b93097bc15f01f13eae97015c57ab64823": { |
||||
"name": "Wallet 3", |
||||
"address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0x704107d04affddd9b66ab9de3dd7b095852e9b69": { |
||||
"name": "Wallet 4", |
||||
"address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69", |
||||
"mayBeFauceting": false |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"accounts": { |
||||
"0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"balance": "0x0", |
||||
"address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b" |
||||
}, |
||||
"0xeb9e64b93097bc15f01f13eae97015c57ab64823": { |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"balance": "0x0", |
||||
"address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823" |
||||
}, |
||||
"0x704107d04affddd9b66ab9de3dd7b095852e9b69": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69" |
||||
} |
||||
}, |
||||
"network": "1", |
||||
"seedWords": null, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"provider": { |
||||
"type": "mainnet" |
||||
}, |
||||
"selectedAddress": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accountDetail", |
||||
"detailView": null, |
||||
"context": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"currentDomain": "127.0.0.1:9966", |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,127 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 11.06608791, |
||||
"conversionDate": 1470421024, |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"currentDomain": "example.com", |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { |
||||
"name": "Wallet 1", |
||||
"address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { |
||||
"name": "Wallet 2", |
||||
"address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xeb9e64b93097bc15f01f13eae97015c57ab64823": { |
||||
"name": "Wallet 3", |
||||
"address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0x704107d04affddd9b66ab9de3dd7b095852e9b69": { |
||||
"name": "Wallet 4", |
||||
"address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69", |
||||
"mayBeFauceting": false |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"accounts": { |
||||
"0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"balance": "0x0", |
||||
"address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b" |
||||
}, |
||||
"0xeb9e64b93097bc15f01f13eae97015c57ab64823": { |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"balance": "0x0", |
||||
"address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823" |
||||
}, |
||||
"0x704107d04affddd9b66ab9de3dd7b095852e9b69": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69" |
||||
} |
||||
}, |
||||
"transactions": [ { |
||||
"id": 1467921503489592, |
||||
"txParams": { |
||||
"from": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", |
||||
"to": "0x18a3462427bcc9133bb46e88bcbe39cd7ef0e761", |
||||
"value": "0x66c899104aa57038000", |
||||
"origin": "thelongestdomainnameintheworldandthensomeandthensomemoreandmore.com", |
||||
"metamaskId": 1467921503489592, |
||||
"metamaskNetworkId": "2" |
||||
}, |
||||
"time": 1467921503489, |
||||
"status": "rejected", |
||||
"containsDelegateCall": false |
||||
}, |
||||
{ |
||||
"id": 1467923203344608, |
||||
"txParams": { |
||||
"from": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", |
||||
"to": "0x18a3462427bcc9133bb46e88bcbe39cd7ef0e761", |
||||
"value": "0x0", |
||||
"origin": "thelongestdomainnameintheworldandthensomeandthensomemoreandmore.com", |
||||
"metamaskId": 1467923203344608, |
||||
"metamaskNetworkId": "2" |
||||
}, |
||||
"time": 1467923203344, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": false, |
||||
"hash": "0x957bbba51e2732a86c10c5e7e8a484a093795a06f2e2c38ad02da1b20aeca620" |
||||
}, |
||||
{ |
||||
"id": 1467921503489592, |
||||
"txParams": { |
||||
"from": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", |
||||
"to": "0x18a3462427bcc9133bb46e88bcbe39cd7ef0e761", |
||||
"value": "0x66c899104aa57038000", |
||||
"origin": "thelongestdomainnameintheworldandthensomeandthensomemoreandmore.com", |
||||
"metamaskId": 1467921503489592, |
||||
"metamaskNetworkId": "2" |
||||
}, |
||||
"time": 1467921503489, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": false |
||||
}], |
||||
"network": "2", |
||||
"seedWords": null, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"selectedAddress": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accountDetail", |
||||
"detailView": null, |
||||
"context": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"currentDomain": "127.0.0.1:9966", |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,85 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 11.06608791, |
||||
"conversionDate": 1470421024, |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"currentDomain": "example.com", |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { |
||||
"name": "Wallet 1", |
||||
"address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { |
||||
"name": "Wallet 2", |
||||
"address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xeb9e64b93097bc15f01f13eae97015c57ab64823": { |
||||
"name": "Wallet 3", |
||||
"address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0x704107d04affddd9b66ab9de3dd7b095852e9b69": { |
||||
"name": "Wallet 4", |
||||
"address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69", |
||||
"mayBeFauceting": false |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"accounts": { |
||||
"0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { |
||||
"code": "0x", |
||||
"balance": "0x100000000000", |
||||
"nonce": "0x0", |
||||
"address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"balance": "0x100000000000", |
||||
"address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b" |
||||
}, |
||||
"0xeb9e64b93097bc15f01f13eae97015c57ab64823": { |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"balance": "0x100000000000", |
||||
"address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823" |
||||
}, |
||||
"0x704107d04affddd9b66ab9de3dd7b095852e9b69": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69" |
||||
} |
||||
}, |
||||
"transactions": [], |
||||
"network": "2", |
||||
"seedWords": null, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"selectedAddress": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accountDetail", |
||||
"detailView": null, |
||||
"context": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"currentDomain": "127.0.0.1:9966", |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,82 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0x58bda1f9d87dc7d2bcc6f7c2513efc9d03fca683": { |
||||
"address": "0x58bda1f9d87dc7d2bcc6f7c2513efc9d03fca683", |
||||
"name": "Account 1" |
||||
}, |
||||
"0x9858e7d8b79fc3e6d989636721584498926da38a": { |
||||
"address": "0x9858e7d8b79fc3e6d989636721584498926da38a", |
||||
"name": "Imported Account" |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 10.19458075, |
||||
"conversionDate": 1484696373, |
||||
"noActiveNotices": true, |
||||
"network": "3", |
||||
"accounts": { |
||||
"0x58bda1f9d87dc7d2bcc6f7c2513efc9d03fca683": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0x58bda1f9d87dc7d2bcc6f7c2513efc9d03fca683" |
||||
}, |
||||
"0x9858e7d8b79fc3e6d989636721584498926da38a": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0x9858e7d8b79fc3e6d989636721584498926da38a" |
||||
} |
||||
}, |
||||
"transactions": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"selectedAddress": "0x9858e7d8b79fc3e6d989636721584498926da38a", |
||||
"selectedAccountTxList": [], |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"shapeShiftTxList": [], |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"58bda1f9d87dc7d2bcc6f7c2513efc9d03fca683" |
||||
] |
||||
}, |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [ |
||||
"0x9858e7d8b79fc3e6d989636721584498926da38a" |
||||
] |
||||
} |
||||
], |
||||
"seedWords": null |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accounts" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions", |
||||
"accountExport": "none", |
||||
"privateKey": "" |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"scrollToBottom": false, |
||||
"forgottenPassword": false |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,124 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0xac39b311dceb2a4b2f5d8461c1cdaf756f4f7ae9": { |
||||
"address": "0xac39b311dceb2a4b2f5d8461c1cdaf756f4f7ae9", |
||||
"name": "Account 1" |
||||
}, |
||||
"0xd7c0cd9e7d2701c710d64fc492c7086679bdf7b4": { |
||||
"address": "0xd7c0cd9e7d2701c710d64fc492c7086679bdf7b4", |
||||
"name": "Account 2" |
||||
}, |
||||
"0x1acfb961c5a8268eac8e09d6241a26cbeff42241": { |
||||
"address": "0x1acfb961c5a8268eac8e09d6241a26cbeff42241", |
||||
"name": "Account 3" |
||||
}, |
||||
"0xe15d894becb0354c501ae69429b05143679f39e0": { |
||||
"address": "0xe15d894becb0354c501ae69429b05143679f39e0", |
||||
"name": "Account 4" |
||||
}, |
||||
"0x87658c15aefe7448008a28513a11b6b130ef4cd0": { |
||||
"address": "0x87658c15aefe7448008a28513a11b6b130ef4cd0", |
||||
"name": "Account 5" |
||||
}, |
||||
"0xaa25854c0379e53c957ac9382e720c577fa31fd5": { |
||||
"address": "0xaa25854c0379e53c957ac9382e720c577fa31fd5", |
||||
"name": "Account 6" |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 0, |
||||
"conversionDate": "N/A", |
||||
"noActiveNotices": true, |
||||
"network": "3", |
||||
"accounts": { |
||||
"0xac39b311dceb2a4b2f5d8461c1cdaf756f4f7ae9": { |
||||
"code": "0x", |
||||
"balance": "0x11f646fe14c9c000", |
||||
"nonce": "0x3", |
||||
"address": "0xac39b311dceb2a4b2f5d8461c1cdaf756f4f7ae9" |
||||
}, |
||||
"0xd7c0cd9e7d2701c710d64fc492c7086679bdf7b4": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0xd7c0cd9e7d2701c710d64fc492c7086679bdf7b4" |
||||
}, |
||||
"0x1acfb961c5a8268eac8e09d6241a26cbeff42241": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0x1acfb961c5a8268eac8e09d6241a26cbeff42241" |
||||
}, |
||||
"0xe15d894becb0354c501ae69429b05143679f39e0": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0xe15d894becb0354c501ae69429b05143679f39e0" |
||||
}, |
||||
"0x87658c15aefe7448008a28513a11b6b130ef4cd0": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0x87658c15aefe7448008a28513a11b6b130ef4cd0" |
||||
}, |
||||
"0xaa25854c0379e53c957ac9382e720c577fa31fd5": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0xaa25854c0379e53c957ac9382e720c577fa31fd5" |
||||
} |
||||
}, |
||||
"transactions": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"selectedAddress": "0x87658c15aefe7448008a28513a11b6b130ef4cd0", |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"shapeShiftTxList": [], |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"ac39b311dceb2a4b2f5d8461c1cdaf756f4f7ae9", |
||||
"d7c0cd9e7d2701c710d64fc492c7086679bdf7b4", |
||||
"1acfb961c5a8268eac8e09d6241a26cbeff42241" |
||||
] |
||||
}, |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [ |
||||
"e15d894becb0354c501ae69429b05143679f39e0", |
||||
"87658c15aefe7448008a28513a11b6b130ef4cd0", |
||||
"aa25854c0379e53c957ac9382e720c577fa31fd5" |
||||
] |
||||
} |
||||
] |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accounts" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions", |
||||
"accountExport": "none", |
||||
"privateKey": "" |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"scrollToBottom": false, |
||||
"forgottenPassword": false |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,116 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80": { |
||||
"name": "Wallet 1", |
||||
"address": "0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xc4692812f03d96edf4ac88c9d08106222578407b": { |
||||
"name": "Wallet 2", |
||||
"address": "0xc4692812f03d96edf4ac88c9d08106222578407b", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0x1abda824194d3583509c97e6faefd575e194844d": { |
||||
"name": "Wallet 3", |
||||
"address": "0x1abda824194d3583509c97e6faefd575e194844d", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xa7ea108f933abe81ddafc0b2279b1d828dd0e8d6": { |
||||
"name": "Wallet 4", |
||||
"address": "0xa7ea108f933abe81ddafc0b2279b1d828dd0e8d6", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xab64bed4528feed6a85ab3f3da91479954da9e46": { |
||||
"name": "Wallet 5", |
||||
"address": "0xab64bed4528feed6a85ab3f3da91479954da9e46", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0x69e90083dabd9acc9ea6d706eb6dccf245ae4d6b": { |
||||
"name": "Wallet 6", |
||||
"address": "0x69e90083dabd9acc9ea6d706eb6dccf245ae4d6b", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xebcc86684ef70e0ec3ad85f996b22e1bdad2d024": { |
||||
"name": "Wallet 7", |
||||
"address": "0xebcc86684ef70e0ec3ad85f996b22e1bdad2d024", |
||||
"mayBeFauceting": false |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 11.84461814, |
||||
"conversionDate": 1476226414, |
||||
"accounts": { |
||||
"0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80": { |
||||
"balance": "0x0de0b6b3a7640000", |
||||
"nonce": "0x100000", |
||||
"code": "0x", |
||||
"address": "0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80" |
||||
}, |
||||
"0xc4692812f03d96edf4ac88c9d08106222578407b": { |
||||
"balance": "0x00", |
||||
"nonce": "0x100000", |
||||
"code": "0x", |
||||
"address": "0xc4692812f03d96edf4ac88c9d08106222578407b" |
||||
}, |
||||
"0x1abda824194d3583509c97e6faefd575e194844d": { |
||||
"balance": "0x00", |
||||
"nonce": "0x100000", |
||||
"code": "0x", |
||||
"address": "0x1abda824194d3583509c97e6faefd575e194844d" |
||||
}, |
||||
"0xa7ea108f933abe81ddafc0b2279b1d828dd0e8d6": { |
||||
"balance": "0x00", |
||||
"nonce": "0x100000", |
||||
"code": "0x", |
||||
"address": "0xa7ea108f933abe81ddafc0b2279b1d828dd0e8d6" |
||||
}, |
||||
"0xab64bed4528feed6a85ab3f3da91479954da9e46": { |
||||
"balance": "0x00", |
||||
"nonce": "0x100000", |
||||
"code": "0x", |
||||
"address": "0xab64bed4528feed6a85ab3f3da91479954da9e46" |
||||
}, |
||||
"0x69e90083dabd9acc9ea6d706eb6dccf245ae4d6b": { |
||||
"balance": "0x00", |
||||
"nonce": "0x100000", |
||||
"code": "0x", |
||||
"address": "0x69e90083dabd9acc9ea6d706eb6dccf245ae4d6b" |
||||
}, |
||||
"0xebcc86684ef70e0ec3ad85f996b22e1bdad2d024": { |
||||
"balance": "0x00", |
||||
"nonce": "0x100000", |
||||
"code": "0x", |
||||
"address": "0xebcc86684ef70e0ec3ad85f996b22e1bdad2d024" |
||||
} |
||||
}, |
||||
"transactions": [], |
||||
"network": "2", |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"shapeShiftTxList": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"selectedAddress": "0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80", |
||||
"seedWords": null |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accounts" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"scrollToBottom": true |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,137 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"featureFlags": {"betaUI": true}, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"name": "Send Account 1" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"name": "Send Account 2" |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d", |
||||
"name": "Send Account 3" |
||||
}, |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb": { |
||||
"address": "0xd85a4b6a394794842887b8284293d69163007bbb", |
||||
"name": "Send Account 4" |
||||
} |
||||
}, |
||||
"unapprovedTxs": {}, |
||||
"conversionRate": 1200.88200327, |
||||
"conversionDate": 1489013762, |
||||
"noActiveNotices": true, |
||||
"frequentRpcList": [], |
||||
"network": "3", |
||||
"accounts": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"code": "0x", |
||||
"balance": "0x47c9d71831c76efe", |
||||
"nonce": "0x1b", |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"code": "0x", |
||||
"balance": "0x37452b1315889f80", |
||||
"nonce": "0xa", |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb" |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"code": "0x", |
||||
"balance": "0x30c9d71831c76efe", |
||||
"nonce": "0x1c", |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d" |
||||
}, |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0xd85a4b6a394794842887b8284293d69163007bbb" |
||||
} |
||||
}, |
||||
"addressBook": [ |
||||
{ |
||||
"address": "0x06195827297c7a80a443b6894d3bdb8824b43896", |
||||
"name": "Address Book Account 1" |
||||
} |
||||
], |
||||
"tokens": [], |
||||
"transactions": {}, |
||||
"currentNetworkTxList": [], |
||||
"unapprovedMsgs": {}, |
||||
"unapprovedMsgCount": 0, |
||||
"unapprovedPersonalMsgs": {}, |
||||
"unapprovedPersonalMsgCount": 0, |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d" |
||||
] |
||||
}, |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [ |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb" |
||||
] |
||||
} |
||||
], |
||||
"selectedAddress": "0xd85a4b6a394794842887b8284293d69163007bbb", |
||||
"currentCurrency": "USD", |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"shapeShiftTxList": [], |
||||
"send": { |
||||
"gasLimit": null, |
||||
"gasPrice": null, |
||||
"gasTotal": "0xb451dc41b578", |
||||
"tokenBalance": null, |
||||
"from": "", |
||||
"to": "", |
||||
"amount": "0x0", |
||||
"memo": "", |
||||
"errors": {}, |
||||
"warnings": {}, |
||||
"maxModeOn": false, |
||||
"editingTransactionId": null |
||||
}, |
||||
"currentLocale": "en", |
||||
"preferences": { |
||||
"useNativeCurrencyAsPrimaryCurrency": true |
||||
} |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accountDetail", |
||||
"detailView": null, |
||||
"context": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"modal": { |
||||
"modalState": {}, |
||||
"previousModalState": {} |
||||
}, |
||||
"sidebar": {}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"scrollToBottom": false, |
||||
"forgottenPassword": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,122 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0xac39b311dceb2a4b2f5d8461c1cdaf756f4f7ae9": { |
||||
"address": "0xac39b311dceb2a4b2f5d8461c1cdaf756f4f7ae9", |
||||
"name": "Account 1" |
||||
}, |
||||
"0xd7c0cd9e7d2701c710d64fc492c7086679bdf7b4": { |
||||
"address": "0xd7c0cd9e7d2701c710d64fc492c7086679bdf7b4", |
||||
"name": "Account 2" |
||||
}, |
||||
"0x1acfb961c5a8268eac8e09d6241a26cbeff42241": { |
||||
"address": "0x1acfb961c5a8268eac8e09d6241a26cbeff42241", |
||||
"name": "Account 3" |
||||
}, |
||||
"0xabc2bca51709b8615147352c62420f547a63a00c": { |
||||
"address": "0xabc2bca51709b8615147352c62420f547a63a00c", |
||||
"name": "Account 4" |
||||
} |
||||
}, |
||||
"unconfTxs": { |
||||
"7992944905869041": { |
||||
"id": 7992944905869041, |
||||
"txParams": { |
||||
"from": "0xac39b311dceb2a4b2f5d8461c1cdaf756f4f7ae9", |
||||
"value": "0x0", |
||||
"data": "0x606060405234610000575b60da806100186000396000f30060606040526000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680630dbe671f14603c575b6000565b3460005760466088565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b600060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a72305820a99dfa6091771f518dd1ae8d1ee347bae3304dffd98fd24b1b99a8380bc60a750029", |
||||
"gas": "0x1af75", |
||||
"metamaskId": 7992944905869041, |
||||
"metamaskNetworkId": "3" |
||||
}, |
||||
"time": 1482279685589, |
||||
"status": "unconfirmed", |
||||
"gasMultiplier": 1, |
||||
"metamaskNetworkId": "3", |
||||
"gasLimitSpecified": true, |
||||
"estimatedGas": "0x1af75", |
||||
"simulationFails": true |
||||
} |
||||
}, |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 7.69158136, |
||||
"conversionDate": 1482279663, |
||||
"noActiveNotices": true, |
||||
"network": "3", |
||||
"accounts": { |
||||
"0xac39b311dceb2a4b2f5d8461c1cdaf756f4f7ae9": { |
||||
"code": "0x", |
||||
"nonce": "0x3", |
||||
"balance": "0x11f646fe14c9c000", |
||||
"address": "0xac39b311dceb2a4b2f5d8461c1cdaf756f4f7ae9" |
||||
}, |
||||
"0xd7c0cd9e7d2701c710d64fc492c7086679bdf7b4": { |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"balance": "0x0", |
||||
"address": "0xd7c0cd9e7d2701c710d64fc492c7086679bdf7b4" |
||||
}, |
||||
"0x1acfb961c5a8268eac8e09d6241a26cbeff42241": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0x1acfb961c5a8268eac8e09d6241a26cbeff42241" |
||||
}, |
||||
"0xabc2bca51709b8615147352c62420f547a63a00c": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0xabc2bca51709b8615147352c62420f547a63a00c" |
||||
} |
||||
}, |
||||
"transactions": [ |
||||
{ |
||||
"id": 7992944905869041, |
||||
"txParams": { |
||||
"from": "0xac39b311dceb2a4b2f5d8461c1cdaf756f4f7ae9", |
||||
"value": "0x0", |
||||
"data": "0x606060405234610000575b60da806100186000396000f30060606040526000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680630dbe671f14603c575b6000565b3460005760466088565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b600060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a72305820a99dfa6091771f518dd1ae8d1ee347bae3304dffd98fd24b1b99a8380bc60a750029", |
||||
"gas": "0x1af75", |
||||
"metamaskId": 7992944905869041, |
||||
"metamaskNetworkId": "3" |
||||
}, |
||||
"time": 1482279685589, |
||||
"status": "unconfirmed", |
||||
"gasMultiplier": 1, |
||||
"metamaskNetworkId": "3", |
||||
"gasLimitSpecified": true, |
||||
"estimatedGas": "0x1af75", |
||||
"simulationFails": true |
||||
} |
||||
], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"selectedAddress": "0xac39b311dceb2a4b2f5d8461c1cdaf756f4f7ae9", |
||||
"seedWords": false, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"shapeShiftTxList": [], |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
] |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "confTx", |
||||
"context": 0 |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
File diff suppressed because one or more lines are too long
@ -1,86 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 11.06608791, |
||||
"conversionDate": 1470421024, |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"currentDomain": "example.com", |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"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": {}, |
||||
"accounts": { |
||||
"0x5f11b68b7d41633e74c6b18d8b8d147da52aedd6": { |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"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": [], |
||||
"network": "2", |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"selectedAddress": "0x843963b837841dad3b0f5969ff271108776616df", |
||||
"seedWords": null |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "config" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions", |
||||
"accountExport": "none", |
||||
"privateKey": "" |
||||
}, |
||||
"currentDomain": "testfaucet.metamask.io", |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"scrollToBottom": true |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,496 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"featureFlags": {"betaUI": true}, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"name": "Send Account 1" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"name": "Send Account 2" |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d", |
||||
"name": "Send Account 3" |
||||
}, |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb": { |
||||
"address": "0xd85a4b6a394794842887b8284293d69163007bbb", |
||||
"name": "Send Account 4" |
||||
} |
||||
}, |
||||
"conversionRate": 1200.88200327, |
||||
"conversionDate": 1489013762, |
||||
"noActiveNotices": true, |
||||
"frequentRpcList": [], |
||||
"network": "3", |
||||
"accounts": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"code": "0x", |
||||
"balance": "0x47c9d71831c76efe", |
||||
"nonce": "0x1b", |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"code": "0x", |
||||
"balance": "0x37452b1315889f80", |
||||
"nonce": "0xa", |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb" |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"code": "0x", |
||||
"balance": "0x30c9d71831c76efe", |
||||
"nonce": "0x1c", |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d" |
||||
}, |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0xd85a4b6a394794842887b8284293d69163007bbb" |
||||
} |
||||
}, |
||||
"addressBook": [ |
||||
{ |
||||
"address": "0x06195827297c7a80a443b6894d3bdb8824b43896", |
||||
"name": "Address Book Account 1" |
||||
} |
||||
], |
||||
"tokens": [], |
||||
"transactions": {}, |
||||
"currentNetworkTxList": [], |
||||
"unapprovedTxs": { |
||||
"4768706228115573": { |
||||
"id": 4768706228115573, |
||||
"time": 1487363153561, |
||||
"status": "unapproved", |
||||
"gasMultiplier": 1, |
||||
"metamaskNetworkId": "3", |
||||
"txParams": { |
||||
"from": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"to": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d", |
||||
"value": "0x1bc16d674ec80000", |
||||
"metamaskId": 4768706228115573, |
||||
"metamaskNetworkId": "3", |
||||
"gas": "0xea60", |
||||
"gasPrice": "0xba43b7400" |
||||
} |
||||
} |
||||
}, |
||||
"unapprovedMsgs": {}, |
||||
"unapprovedMsgCount": 0, |
||||
"unapprovedPersonalMsgs": {}, |
||||
"unapprovedPersonalMsgCount": 0, |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"fdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"c5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"2f8d4a878cfa04a6e60d46362f5644deab66572d" |
||||
] |
||||
}, |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [ |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb" |
||||
] |
||||
} |
||||
], |
||||
"selectedAddress": "0xd85a4b6a394794842887b8284293d69163007bbb", |
||||
"currentCurrency": "USD", |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"shapeShiftTxList": [], |
||||
"send": { |
||||
"gasLimit": "0xea60", |
||||
"gasPrice": "0xba43b7400", |
||||
"gasTotal": "0xaa87bee538000", |
||||
"tokenBalance": null, |
||||
"from": { |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"balance": "0x37452b1315889f80" |
||||
}, |
||||
"to": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d", |
||||
"amount": "0x1bc16d674ec80000", |
||||
"memo": "", |
||||
"errors": {}, |
||||
"maxModeOn": false, |
||||
"editingTransactionId": null |
||||
}, |
||||
"currentLocale": "en", |
||||
"preferences": { |
||||
"useNativeCurrencyAsPrimaryCurrency": true, |
||||
"showFiatInTestnets": true |
||||
}, |
||||
"frequentRpcListDetail": [] |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "confTx", |
||||
"detailView": null, |
||||
"context": 0 |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"sidebar": {}, |
||||
"modal": { |
||||
"modalState": {}, |
||||
"previousModalState": {} |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"scrollToBottom": false, |
||||
"forgottenPassword": null |
||||
}, |
||||
"identities": {}, |
||||
"send": { |
||||
"toDropdownOpen": false, |
||||
"errors": {}, |
||||
"warnings": {} |
||||
}, |
||||
"confirmTransaction": { |
||||
"txData": {}, |
||||
"tokenData": {}, |
||||
"methodData": {}, |
||||
"tokenProps": { |
||||
"tokenDecimals": "", |
||||
"tokenSymbol": "" |
||||
}, |
||||
"fiatTransactionAmount": "", |
||||
"fiatTransactionFee": "", |
||||
"fiatTransactionTotal": "", |
||||
"ethTransactionAmount": "", |
||||
"ethTransactionFee": "", |
||||
"ethTransactionTotal": "", |
||||
"hexGasTotal": "", |
||||
"nonce": "", |
||||
"fetchingMethodData": false |
||||
}, |
||||
"gas": { |
||||
"customData": { |
||||
"price": null, |
||||
"limit": "0x186a0" |
||||
}, |
||||
"basicEstimates": { |
||||
"average": 73, |
||||
"avgWait": 10.6, |
||||
"blockTime": 13.871657754010695, |
||||
"blockNum": 6655504, |
||||
"fast": 160, |
||||
"fastest": 290, |
||||
"fastestWait": 0.5, |
||||
"fastWait": 0.6, |
||||
"safeLow": 50, |
||||
"safeLowWait": 16.1, |
||||
"speed": 0.6702462692280712 |
||||
}, |
||||
"basicEstimateIsLoading": false, |
||||
"gasEstimatesLoading": false, |
||||
"priceAndTimeEstimates": [ |
||||
{ |
||||
"expectedTime": "1374.1168296452973076627", |
||||
"expectedWait": 99.0593088449, |
||||
"gasprice": 4.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "1280.88976972896682763716", |
||||
"expectedWait": 92.3386225672, |
||||
"gasprice": 4.4 |
||||
}, |
||||
{ |
||||
"expectedTime": "1245.13314632680319175597", |
||||
"expectedWait": 89.7609477113, |
||||
"gasprice": 4.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "1227.99925007911014385881", |
||||
"expectedWait": 88.5257747744, |
||||
"gasprice": 4.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "965.52572720362993349654", |
||||
"expectedWait": 69.6042062402, |
||||
"gasprice": 5 |
||||
}, |
||||
{ |
||||
"expectedTime": "917.466895447437420776", |
||||
"expectedWait": 66.1396721082, |
||||
"gasprice": 5.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "915.81694044041496090521", |
||||
"expectedWait": 66.0207277804, |
||||
"gasprice": 5.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "902.13145619709089691874", |
||||
"expectedWait": 65.034148924, |
||||
"gasprice": 5.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "890.83591122200105749896", |
||||
"expectedWait": 64.2198594443, |
||||
"gasprice": 5.4 |
||||
}, |
||||
{ |
||||
"expectedTime": "879.10469542971335712248", |
||||
"expectedWait": 63.3741627006, |
||||
"gasprice": 5.5 |
||||
}, |
||||
{ |
||||
"expectedTime": "876.99737395823100420974", |
||||
"expectedWait": 63.2222470818, |
||||
"gasprice": 5.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "865.96781957003849098957", |
||||
"expectedWait": 62.4271327138, |
||||
"gasprice": 5.7 |
||||
}, |
||||
{ |
||||
"expectedTime": "865.44839472121496158482", |
||||
"expectedWait": 62.3896876688, |
||||
"gasprice": 5.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "802.16173170976255602161", |
||||
"expectedWait": 57.8273877524, |
||||
"gasprice": 6 |
||||
}, |
||||
{ |
||||
"expectedTime": "780.79313908053047074843", |
||||
"expectedWait": 56.2869379368, |
||||
"gasprice": 6.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "770.04888359616469549233", |
||||
"expectedWait": 55.5123906062, |
||||
"gasprice": 6.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "745.01007965146736962697", |
||||
"expectedWait": 53.7073573226, |
||||
"gasprice": 6.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "735.19921111598501681816", |
||||
"expectedWait": 53.0000973318, |
||||
"gasprice": 6.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "705.68767153912619368694", |
||||
"expectedWait": 50.8726270539, |
||||
"gasprice": 6.7 |
||||
}, |
||||
{ |
||||
"expectedTime": "705.26438593445239690121", |
||||
"expectedWait": 50.8421126329, |
||||
"gasprice": 6.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "652.51573119854865429742", |
||||
"expectedWait": 47.0394918019, |
||||
"gasprice": 7 |
||||
}, |
||||
{ |
||||
"expectedTime": "635.51471669299464383162", |
||||
"expectedWait": 45.813898235, |
||||
"gasprice": 7.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "634.37181911960854759036", |
||||
"expectedWait": 45.7315073922, |
||||
"gasprice": 7.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "633.23097691113902888918", |
||||
"expectedWait": 45.6492647195, |
||||
"gasprice": 7.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "112.7753456245379663928", |
||||
"expectedWait": 8.1299111919, |
||||
"gasprice": 7.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "102.9665314468898381829", |
||||
"expectedWait": 7.4227992986, |
||||
"gasprice": 8 |
||||
}, |
||||
{ |
||||
"expectedTime": "100.94784507024919649891", |
||||
"expectedWait": 7.2772733339, |
||||
"gasprice": 8.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "100.46445647447807351078", |
||||
"expectedWait": 7.2424261221, |
||||
"gasprice": 8.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "84.91686745986737853339", |
||||
"expectedWait": 6.1216091808, |
||||
"gasprice": 9 |
||||
}, |
||||
{ |
||||
"expectedTime": "80.39566429296684383503", |
||||
"expectedWait": 5.7956781892, |
||||
"gasprice": 9.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "78.24522052614759252715", |
||||
"expectedWait": 5.6406539084, |
||||
"gasprice": 9.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "77.1685119880459882636", |
||||
"expectedWait": 5.5630345959, |
||||
"gasprice": 9.5 |
||||
}, |
||||
{ |
||||
"expectedTime": "72.43649507646737870178", |
||||
"expectedWait": 5.2219061601, |
||||
"gasprice": 9.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "71.48259532351443753818", |
||||
"expectedWait": 5.1531400638, |
||||
"gasprice": 9.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "58.23892805162994573827", |
||||
"expectedWait": 4.1984115442, |
||||
"gasprice": 10 |
||||
}, |
||||
{ |
||||
"expectedTime": "53.13065124862245917617", |
||||
"expectedWait": 3.8301587446, |
||||
"gasprice": 10.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "53.03510209647058751971", |
||||
"expectedWait": 3.82327066, |
||||
"gasprice": 10.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "49.06846157804491912403", |
||||
"expectedWait": 3.5373177776, |
||||
"gasprice": 11 |
||||
}, |
||||
{ |
||||
"expectedTime": "48.30893330101818116637", |
||||
"expectedWait": 3.4825638116, |
||||
"gasprice": 11.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "48.25099734861818116715", |
||||
"expectedWait": 3.4783872414, |
||||
"gasprice": 11.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "47.64416885027272662988", |
||||
"expectedWait": 3.4346413165, |
||||
"gasprice": 11.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "46.76354741392085498401", |
||||
"expectedWait": 3.3711578128, |
||||
"gasprice": 12.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "44.99427448545882292232", |
||||
"expectedWait": 3.2436119232, |
||||
"gasprice": 13 |
||||
}, |
||||
{ |
||||
"expectedTime": "44.61790554199251276697", |
||||
"expectedWait": 3.2164796979, |
||||
"gasprice": 13.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "42.87832690973048070488", |
||||
"expectedWait": 3.0910744534, |
||||
"gasprice": 14 |
||||
}, |
||||
{ |
||||
"expectedTime": "42.21224091308663044649", |
||||
"expectedWait": 3.0430566888, |
||||
"gasprice": 14.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "41.15715335111336842864", |
||||
"expectedWait": 2.9669960203, |
||||
"gasprice": 15 |
||||
}, |
||||
{ |
||||
"expectedTime": "40.9600723880876999821", |
||||
"expectedWait": 2.9527885646, |
||||
"gasprice": 15.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "38.89138450301711177472", |
||||
"expectedWait": 2.8036580193, |
||||
"gasprice": 15.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "37.89655640860213852611", |
||||
"expectedWait": 2.7319414219, |
||||
"gasprice": 16 |
||||
}, |
||||
{ |
||||
"expectedTime": "37.35265517364705831954", |
||||
"expectedWait": 2.692731888, |
||||
"gasprice": 17.4 |
||||
}, |
||||
{ |
||||
"expectedTime": "36.79447683873796741798", |
||||
"expectedWait": 2.652493126, |
||||
"gasprice": 17.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "36.11439350850802090309", |
||||
"expectedWait": 2.6034663015, |
||||
"gasprice": 19 |
||||
}, |
||||
{ |
||||
"expectedTime": "31.32676199432192471101", |
||||
"expectedWait": 2.2583286403, |
||||
"gasprice": 20 |
||||
}, |
||||
{ |
||||
"expectedTime": "30.76792490132192471855", |
||||
"expectedWait": 2.2180423888, |
||||
"gasprice": 20.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "29.94493658520962526441", |
||||
"expectedWait": 2.1587136243, |
||||
"gasprice": 25 |
||||
}, |
||||
{ |
||||
"expectedTime": "29.53287347625561457478", |
||||
"expectedWait": 2.1290082267, |
||||
"gasprice": 29 |
||||
}, |
||||
{ |
||||
"expectedTime": "29.09318627175614934008", |
||||
"expectedWait": 2.0973114236, |
||||
"gasprice": 47 |
||||
} |
||||
], |
||||
"priceAndTimeEstimatesLastRetrieved": 1541527901281, |
||||
"errors": {} |
||||
} |
||||
} |
@ -1,34 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": false, |
||||
"isUnlocked": false, |
||||
"currentDomain": "example.com", |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": {}, |
||||
"unconfTxs": {}, |
||||
"accounts": {}, |
||||
"transactions": [], |
||||
"network": "2", |
||||
"seedWords": null, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
} |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accounts", |
||||
"detailView": null |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"currentDomain": "extensions", |
||||
"transForward": false, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
File diff suppressed because one or more lines are too long
@ -1,82 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"currentDomain": "example.com", |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { |
||||
"name": "Wallet 1", |
||||
"address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { |
||||
"name": "Wallet 2", |
||||
"address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xeb9e64b93097bc15f01f13eae97015c57ab64823": { |
||||
"name": "Wallet 3", |
||||
"address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0x704107d04affddd9b66ab9de3dd7b095852e9b69": { |
||||
"name": "Wallet 4", |
||||
"address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69", |
||||
"mayBeFauceting": false |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"accounts": { |
||||
"0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { |
||||
"code": "0x", |
||||
"balance": "0x01", |
||||
"nonce": "0x0", |
||||
"address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"balance": "0x01", |
||||
"address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b" |
||||
}, |
||||
"0xeb9e64b93097bc15f01f13eae97015c57ab64823": { |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"balance": "0x01", |
||||
"address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823" |
||||
}, |
||||
"0x704107d04affddd9b66ab9de3dd7b095852e9b69": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69" |
||||
} |
||||
}, |
||||
"transactions": [], |
||||
"network": "2", |
||||
"seedWords": null, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"selectedAddress": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accountDetail", |
||||
"detailView": null, |
||||
"context": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"currentDomain": "127.0.0.1:9966", |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
File diff suppressed because one or more lines are too long
@ -1,83 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"currentDomain": "example.com", |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { |
||||
"name": "Wallet 1", |
||||
"address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { |
||||
"name": "Wallet 2", |
||||
"address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xeb9e64b93097bc15f01f13eae97015c57ab64823": { |
||||
"name": "Wallet 3", |
||||
"address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0x704107d04affddd9b66ab9de3dd7b095852e9b69": { |
||||
"name": "Wallet 4", |
||||
"address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69", |
||||
"mayBeFauceting": false |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"accounts": { |
||||
"0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b" |
||||
}, |
||||
"0xeb9e64b93097bc15f01f13eae97015c57ab64823": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823" |
||||
}, |
||||
"0x704107d04affddd9b66ab9de3dd7b095852e9b69": { |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"balance": "0x0", |
||||
"address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69" |
||||
} |
||||
}, |
||||
"transactions": [], |
||||
"network": "2", |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"selectedAddress": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", |
||||
"seedWords": null |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "info" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions", |
||||
"accountExport": "none", |
||||
"privateKey": "" |
||||
}, |
||||
"currentDomain": "extensions", |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"scrollToBottom": true |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,90 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0x01208723ba84e15da2e71656544a2963b0c06d40": { |
||||
"address": "0x01208723ba84e15da2e71656544a2963b0c06d40", |
||||
"name": "Account 1" |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 10.1219126, |
||||
"conversionDate": 1484695442, |
||||
"noActiveNotices": true, |
||||
"network": "3", |
||||
"accounts": { |
||||
"0x01208723ba84e15da2e71656544a2963b0c06d40": { |
||||
"nonce": "0x0", |
||||
"balance": "0x0", |
||||
"code": "0x", |
||||
"address": "0x01208723ba84e15da2e71656544a2963b0c06d40" |
||||
} |
||||
}, |
||||
"transactions": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"selectedAddress": "0x01208723ba84e15da2e71656544a2963b0c06d40", |
||||
"selectedAccountTxList": [], |
||||
"seedWords": false, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"shapeShiftTxList": [], |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [] |
||||
}, |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [] |
||||
}, |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [] |
||||
}, |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [] |
||||
}, |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [] |
||||
}, |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [] |
||||
}, |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [] |
||||
}, |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"01208723ba84e15da2e71656544a2963b0c06d40" |
||||
] |
||||
} |
||||
] |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "import-menu" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": "Invalid hex string" |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,62 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0x01208723ba84e15da2e71656544a2963b0c06d40": { |
||||
"address": "0x01208723ba84e15da2e71656544a2963b0c06d40", |
||||
"name": "Account 1" |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 10.10788584, |
||||
"conversionDate": 1484694362, |
||||
"noActiveNotices": true, |
||||
"network": "3", |
||||
"accounts": { |
||||
"0x01208723ba84e15da2e71656544a2963b0c06d40": { |
||||
"balance": "0x0", |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"address": "0x01208723ba84e15da2e71656544a2963b0c06d40" |
||||
} |
||||
}, |
||||
"transactions": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"selectedAddress": "0x01208723ba84e15da2e71656544a2963b0c06d40", |
||||
"selectedAccountTxList": [], |
||||
"seedWords": null, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"shapeShiftTxList": [], |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"01208723ba84e15da2e71656544a2963b0c06d40" |
||||
] |
||||
} |
||||
] |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "import-menu" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,41 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": false, |
||||
"currentDomain": "example.com", |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": {}, |
||||
"unconfTxs": {}, |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 11.4379398, |
||||
"conversionDate": 1473358355, |
||||
"accounts": {}, |
||||
"transactions": [], |
||||
"network": "1473186153102", |
||||
"seedWords": null, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"shapeShiftTxList": [], |
||||
"provider": { |
||||
"type": "rpc", |
||||
"rpcTarget": "http://localhost:8545" |
||||
}, |
||||
"selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accountDetail", |
||||
"detailView": null, |
||||
"context": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"currentDomain": "127.0.0.1:9966", |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,320 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"isAccountMenuOpen": false, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0x8cf82b5aa41ff2282427be151dd328568684007a": { |
||||
"address": "0x8cf82b5aa41ff2282427be151dd328568684007a", |
||||
"name": "Account 3" |
||||
}, |
||||
"0xbe1a00e10ec68b154adb84e8119167146a71c9a2": { |
||||
"address": "0xbe1a00e10ec68b154adb84e8119167146a71c9a2", |
||||
"name": "Account 2" |
||||
}, |
||||
"0xe2f12a09ba1098312a7d1cad7581ed253ca5f4b2": { |
||||
"address": "0xe2f12a09ba1098312a7d1cad7581ed253ca5f4b2", |
||||
"name": "Account 1" |
||||
} |
||||
}, |
||||
"unapprovedTxs": { |
||||
"2389644572638771": { |
||||
"estimatedGas": "0x8544", |
||||
"gasLimitSpecified": true, |
||||
"gasPriceSpecified": true, |
||||
"history": [], |
||||
"id": 2389644572638771, |
||||
"loadingDefaults": false, |
||||
"metamaskNetworkId": "4", |
||||
"origin": "MetaMask", |
||||
"status": "unapproved", |
||||
"time": 1538844175144, |
||||
"txParams": { |
||||
"data": "0xa9059cbb000000000000000000000000be1a00e10ec68b154adb84e8119167146a71c9a20000000000000000000000000000000000000000000000000000000000000000", |
||||
"from": "0xe2f12a09ba1098312a7d1cad7581ed253ca5f4b2", |
||||
"gas": "0x8544", |
||||
"gasPrice": "0x3b9aca00", |
||||
"to": "0xe0b7927c4af23765cb51314a0e0521a9645f0e2a", |
||||
"value": "0x0" |
||||
}, |
||||
"type": "standard" |
||||
}, |
||||
"2389644572638772": { |
||||
"estimatedGas": "0x5208", |
||||
"gasLimitSpecified": true, |
||||
"gasPriceSpecified": true, |
||||
"history": [], |
||||
"id": 2389644572638772, |
||||
"loadingDefaults": false, |
||||
"metamaskNetworkId": "4", |
||||
"origin": "MetaMask", |
||||
"status": "unapproved", |
||||
"time": 1538844178492, |
||||
"txParams": { |
||||
"from": "0xe2f12a09ba1098312a7d1cad7581ed253ca5f4b2", |
||||
"gas": "0x5208", |
||||
"gasPrice": "0x3b9aca00", |
||||
"to": "0xbe1a00e10ec68b154adb84e8119167146a71c9a2", |
||||
"value": "0x0" |
||||
}, |
||||
"type": "standard" |
||||
}, |
||||
"2389644572638773": { |
||||
"estimatedGas": { |
||||
"length": 1, |
||||
"negative": 0, |
||||
"red": null, |
||||
"words": [ |
||||
34061, |
||||
null |
||||
] |
||||
}, |
||||
"gasLimitSpecified": false, |
||||
"gasPriceSpecified": true, |
||||
"history": [], |
||||
"id": 2389644572638773, |
||||
"loadingDefaults": false, |
||||
"metamaskNetworkId": "4", |
||||
"origin": "localhost", |
||||
"status": "unapproved", |
||||
"time": 1538844204724, |
||||
"txParams": { |
||||
"data": "0xdfb29935000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000155468697320697320746865206970667320686173680000000000000000000000", |
||||
"from": "0xe2f12a09ba1098312a7d1cad7581ed253ca5f4b2", |
||||
"gas": "0xc793", |
||||
"gasPrice": "0x3b9aca00", |
||||
"to": "0xb7ec370c889b3b48ec537e0b2c887faedceb254a", |
||||
"value": "0x0" |
||||
}, |
||||
"type": "standard" |
||||
}, |
||||
"2389644572638774": { |
||||
"estimatedGas": "0x38f53", |
||||
"gasLimitSpecified": true, |
||||
"gasPriceSpecified": false, |
||||
"history": [], |
||||
"id": 2389644572638774, |
||||
"loadingDefaults": false, |
||||
"metamaskNetworkId": "4", |
||||
"origin": "remix.ethereum.org", |
||||
"status": "unapproved", |
||||
"time": 1538844223352, |
||||
"txParams": { |
||||
"data": "0x608060405234801561001057600080fd5b506102a7806100206000396000f30060806040526004361061004b5763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663d13319c48114610050578063dfb29935146100da575b600080fd5b34801561005c57600080fd5b50610065610135565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561009f578181015183820152602001610087565b50505050905090810190601f1680156100cc5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156100e657600080fd5b506040805160206004803580820135601f81018490048402850184019095528484526101339436949293602493928401919081908401838280828437509497506101cc9650505050505050565b005b60008054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156101c15780601f10610196576101008083540402835291602001916101c1565b820191906000526020600020905b8154815290600101906020018083116101a457829003601f168201915b505050505090505b90565b80516101df9060009060208401906101e3565b5050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061022457805160ff1916838001178555610251565b82800160010185558215610251579182015b82811115610251578251825591602001919060010190610236565b5061025d929150610261565b5090565b6101c991905b8082111561025d57600081556001016102675600a165627a7a72305820cf4282c534b8f2faad947d592afa109b907e4e6b2f52335b361b69c24fedb9580029", |
||||
"from": "0xe2f12a09ba1098312a7d1cad7581ed253ca5f4b2", |
||||
"gas": "0x38f53", |
||||
"gasPrice": "0x3b9aca00", |
||||
"value": "0x0" |
||||
}, |
||||
"type": "standard" |
||||
} |
||||
}, |
||||
"noActiveNotices": true, |
||||
"frequentRpcList": [], |
||||
"addressBook": [], |
||||
"selectedTokenAddress": null, |
||||
"contractExchangeRates": {}, |
||||
"tokenExchangeRates": {}, |
||||
"tokens": [ |
||||
{ |
||||
"address": "0xe0b7927c4af23765cb51314a0e0521a9645f0e2a", |
||||
"decimals": 9, |
||||
"symbol": "DGD" |
||||
} |
||||
], |
||||
"pendingTokens": {}, |
||||
"send": { |
||||
"gasLimit": null, |
||||
"gasPrice": null, |
||||
"gasTotal": null, |
||||
"tokenBalance": null, |
||||
"from": "", |
||||
"to": "", |
||||
"amount": "0x0", |
||||
"memo": "", |
||||
"errors": {}, |
||||
"editingTransactionId": null, |
||||
"forceGasMin": null |
||||
}, |
||||
"coinOptions": {}, |
||||
"useBlockie": false, |
||||
"featureFlags": { |
||||
"betaUI": true, |
||||
"skipAnnounceBetaUI": true |
||||
}, |
||||
"isRevealingSeedWords": false, |
||||
"welcomeScreenSeen": false, |
||||
"currentLocale": "en", |
||||
"preferences": { |
||||
"useETHAsPrimaryCurrency": true |
||||
}, |
||||
"provider": { |
||||
"type": "rinkeby" |
||||
}, |
||||
"network": "4", |
||||
"accounts": { |
||||
"0xe2f12a09ba1098312a7d1cad7581ed253ca5f4b2": { |
||||
"address": "0xe2f12a09ba1098312a7d1cad7581ed253ca5f4b2", |
||||
"balance": "0x36aabfb2a0190c00" |
||||
}, |
||||
"0xbe1a00e10ec68b154adb84e8119167146a71c9a2": { |
||||
"address": "0xbe1a00e10ec68b154adb84e8119167146a71c9a2", |
||||
"balance": "0x7b3ef08c294a000" |
||||
}, |
||||
"0x8cf82b5aa41ff2282427be151dd328568684007a": { |
||||
"address": "0x8cf82b5aa41ff2282427be151dd328568684007a", |
||||
"balance": "0x0" |
||||
} |
||||
}, |
||||
"currentBlockGasLimit": "0x731e25", |
||||
"currentNetworkTxList": [], |
||||
"unapprovedMsgs": {}, |
||||
"unapprovedMsgCount": 0, |
||||
"unapprovedPersonalMsgs": {}, |
||||
"unapprovedPersonalMsgCount": 0, |
||||
"unapprovedTypedMessages": {}, |
||||
"unapprovedTypedMessagesCount": 0, |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree", |
||||
"Trezor Hardware", |
||||
"Ledger Hardware" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"0xe2f12a09ba1098312a7d1cad7581ed253ca5f4b2", |
||||
"0xbe1a00e10ec68b154adb84e8119167146a71c9a2", |
||||
"0x8cf82b5aa41ff2282427be151dd328568684007a" |
||||
] |
||||
} |
||||
], |
||||
"currentAccountTab": "history", |
||||
"accountTokens": { |
||||
"0x8cf82b5aa41ff2282427be151dd328568684007a": {}, |
||||
"0xbe1a00e10ec68b154adb84e8119167146a71c9a2": {}, |
||||
"0xe2f12a09ba1098312a7d1cad7581ed253ca5f4b2": { |
||||
"rinkeby": [ |
||||
{ |
||||
"address": "0xe0b7927c4af23765cb51314a0e0521a9645f0e2a", |
||||
"decimals": 9, |
||||
"symbol": "DGD" |
||||
}, |
||||
{ |
||||
"address": "0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359", |
||||
"decimals": 18, |
||||
"symbol": "DAI" |
||||
} |
||||
] |
||||
} |
||||
}, |
||||
"assetImages": { |
||||
"0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359": null, |
||||
"0xe0b7927c4af23765cb51314a0e0521a9645f0e2a": null |
||||
}, |
||||
"suggestedTokens": {}, |
||||
"lostIdentities": {}, |
||||
"seedWords": null, |
||||
"forgottenPassword": false, |
||||
"selectedAddress": "0xe2f12a09ba1098312a7d1cad7581ed253ca5f4b2", |
||||
"recentBlocks": [], |
||||
"currentCurrency": "usd", |
||||
"conversionRate": 225.23, |
||||
"conversionDate": 1538859376, |
||||
"shapeShiftTxList": [], |
||||
"infuraNetworkStatus": { |
||||
"kovan": "ok", |
||||
"mainnet": "ok", |
||||
"rinkeby": "ok", |
||||
"ropsten": "ok", |
||||
"goerli": "ok" |
||||
} |
||||
}, |
||||
"appState": { |
||||
"shouldClose": false, |
||||
"menuOpen": false, |
||||
"modal": { |
||||
"open": false, |
||||
"modalState": { |
||||
"name": null, |
||||
"props": {} |
||||
}, |
||||
"previousModalState": { |
||||
"name": null |
||||
} |
||||
}, |
||||
"sidebar": { |
||||
"isOpen": false, |
||||
"transitionName": "", |
||||
"type": "" |
||||
}, |
||||
"alertOpen": false, |
||||
"alertMessage": null, |
||||
"qrCodeData": null, |
||||
"networkDropdownOpen": false, |
||||
"currentView": { |
||||
"name": "confTx", |
||||
"context": 0 |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"transForward": false, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"buyView": {}, |
||||
"isMouseUser": true, |
||||
"gasIsLoading": false, |
||||
"networkNonce": "0x92", |
||||
"defaultHdPaths": { |
||||
"trezor": "m/44'/60'/0'/0", |
||||
"ledger": "m/44'/60'/0'/0/0" |
||||
} |
||||
}, |
||||
"localeMessages": {}, |
||||
"send": { |
||||
"toDropdownOpen": false, |
||||
"errors": {}, |
||||
"warnings": {} |
||||
}, |
||||
"confirmTransaction": { |
||||
"txData": { |
||||
"estimatedGas": "0x38f53", |
||||
"gasLimitSpecified": true, |
||||
"gasPriceSpecified": false, |
||||
"history": [], |
||||
"id": 2389644572638774, |
||||
"loadingDefaults": false, |
||||
"metamaskNetworkId": "4", |
||||
"origin": "remix.ethereum.org", |
||||
"status": "unapproved", |
||||
"time": 1538844223352, |
||||
"txParams": { |
||||
"data": "0x608060405234801561001057600080fd5b506102a7806100206000396000f30060806040526004361061004b5763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663d13319c48114610050578063dfb29935146100da575b600080fd5b34801561005c57600080fd5b50610065610135565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561009f578181015183820152602001610087565b50505050905090810190601f1680156100cc5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156100e657600080fd5b506040805160206004803580820135601f81018490048402850184019095528484526101339436949293602493928401919081908401838280828437509497506101cc9650505050505050565b005b60008054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156101c15780601f10610196576101008083540402835291602001916101c1565b820191906000526020600020905b8154815290600101906020018083116101a457829003601f168201915b505050505090505b90565b80516101df9060009060208401906101e3565b5050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061022457805160ff1916838001178555610251565b82800160010185558215610251579182015b82811115610251578251825591602001919060010190610236565b5061025d929150610261565b5090565b6101c991905b8082111561025d57600081556001016102675600a165627a7a72305820cf4282c534b8f2faad947d592afa109b907e4e6b2f52335b361b69c24fedb9580029", |
||||
"from": "0xe2f12a09ba1098312a7d1cad7581ed253ca5f4b2", |
||||
"gas": "0x38f53", |
||||
"gasPrice": "0x3b9aca00", |
||||
"value": "0x0" |
||||
}, |
||||
"type": "standard" |
||||
}, |
||||
"tokenData": {}, |
||||
"methodData": {}, |
||||
"tokenProps": { |
||||
"tokenDecimals": "", |
||||
"tokenSymbol": "" |
||||
}, |
||||
"fiatTransactionAmount": "0", |
||||
"fiatTransactionFee": "0.05", |
||||
"fiatTransactionTotal": "0.05", |
||||
"ethTransactionAmount": "0", |
||||
"ethTransactionFee": "0.000233", |
||||
"ethTransactionTotal": "0.000233", |
||||
"hexGasTotal": "0xd42f28057e00", |
||||
"nonce": "", |
||||
"toSmartContract": false, |
||||
"fetchingData": false |
||||
} |
||||
} |
@ -1,64 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0xa6ef573d60594731178b7f85d80da13cc2af52dd": { |
||||
"address": "0xa6ef573d60594731178b7f85d80da13cc2af52dd", |
||||
"name": "Dan! 1" |
||||
}, |
||||
"0xf9f52e84ad2c9122caa87478d27041ddaa215666": { |
||||
"address": "0xf9f52e84ad2c9122caa87478d27041ddaa215666", |
||||
"name": "Account 2" |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 10.92067835, |
||||
"conversionDate": 1478282884, |
||||
"network": null, |
||||
"accounts": { |
||||
"0xa6ef573d60594731178b7f85d80da13cc2af52dd": { |
||||
"balance": "0x00", |
||||
"nonce": "0x100000", |
||||
"code": "0x", |
||||
"address": "0xa6ef573d60594731178b7f85d80da13cc2af52dd" |
||||
}, |
||||
"0xf9f52e84ad2c9122caa87478d27041ddaa215666": { |
||||
"balance": "0x00", |
||||
"nonce": "0x100000", |
||||
"code": "0x", |
||||
"address": "0xf9f52e84ad2c9122caa87478d27041ddaa215666" |
||||
} |
||||
}, |
||||
"transactions": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"selectedAddress": "0xa6ef573d60594731178b7f85d80da13cc2af52dd", |
||||
"shapeShiftTxList": [], |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
] |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "new-account" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"forgottenPassword": null, |
||||
"detailView": {}, |
||||
"scrollToBottom": false |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,34 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": false, |
||||
"isUnlocked": false, |
||||
"currentDomain": "example.com", |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": {}, |
||||
"unconfTxs": {}, |
||||
"accounts": {}, |
||||
"transactions": [], |
||||
"network": "2", |
||||
"seedWords": null, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
} |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accounts", |
||||
"detailView": null |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"currentDomain": "extensions", |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,61 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"identities": { |
||||
"0x24a1d059462456aa332d6da9117aa7f91a46f2ac": { |
||||
"address": "0x24a1d059462456aa332d6da9117aa7f91a46f2ac", |
||||
"name": "Account 1" |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 8.3533002, |
||||
"conversionDate": 1481671082, |
||||
"noActiveNotices": false, |
||||
"nextUnreadNotice": { |
||||
"read": false, |
||||
"date": "Tue Dec 13 2016", |
||||
"title": "MultiVault Support", |
||||
"body": "# Multi\n# Line\n## Support\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi tincidunt dapibus justo a auctor. Sed luctus metus non mi laoreet, sit amet placerat nibh ultricies. Cras fringilla, urna sit amet sodales porttitor, lacus risus lacinia lorem, non euismod magna felis id ex. Nam iaculis, ante nec imperdiet suscipit, nisi quam fringilla nisl, sed fringilla turpis lectus et nibh. Pellentesque sed neque pretium nulla elementum lacinia eu eget felis. Nulla facilisi. Pellentesque id mi tempor, tempus sapien id, ultricies nibh. Integer faucibus elit non orci dapibus porttitor. Pellentesque rutrum hendrerit sapien ut lacinia. Nunc elementum eget arcu eu volutpat. Integer ullamcorper aliquam metus, eu malesuada tellus vestibulum a.\n", |
||||
"id": 0 |
||||
}, |
||||
"network": "3", |
||||
"accounts": { |
||||
"0x24a1d059462456aa332d6da9117aa7f91a46f2ac": { |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"balance": "0x0", |
||||
"address": "0x24a1d059462456aa332d6da9117aa7f91a46f2ac" |
||||
} |
||||
}, |
||||
"transactions": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"selectedAddress": "0x24a1d059462456aa332d6da9117aa7f91a46f2ac", |
||||
"seedWords": null, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"shapeShiftTxList": [], |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
] |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accountDetail", |
||||
"detailView": null, |
||||
"context": "0x24a1d059462456aa332d6da9117aa7f91a46f2ac" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
File diff suppressed because one or more lines are too long
@ -1,403 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"currentDomain": "example.com", |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"name": "Wallet 1", |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"name": "Wallet 2", |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"name": "Wallet 3", |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d", |
||||
"mayBeFauceting": false |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 11.02269525, |
||||
"conversionDate": 1472076963, |
||||
"accounts": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"balance": "0x056ace16d84b1c7e78", |
||||
"nonce": "0x17", |
||||
"code": "0x0", |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"balance": "0x00000000000000056bc75e2d63100000", |
||||
"nonce": "0x0", |
||||
"code": "0x0", |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb" |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"balance": "0x00000000000000056bc75e2d63100000", |
||||
"nonce": "0x0", |
||||
"code": "0x0", |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d" |
||||
} |
||||
}, |
||||
"transactions": [ |
||||
{ |
||||
"id": 1471975421223082, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb000000000000000000000000000000000000000000000000000000000000000a", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471975421223082, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471975421223, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0xd0fe393e2586ebded866c9f13b90494e902bc49047fbf25ba2ac96c805a2f5d3" |
||||
}, |
||||
{ |
||||
"id": 1471975427199819, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb000000000000000000000000000000000000000000000000000000000000000a", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471975427199819, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471975427199, |
||||
"status": "rejected", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0xb1f2f63f3e265f05d7c353ab38dd8b73fce8e7214489037311ee1f58a994dae3" |
||||
}, |
||||
{ |
||||
"id": 1471975806981442, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb000000000000000000000000000000000000000000000000000000000000000a", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471975806981442, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471975806981, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0xeeb89e91aaeea14c4950016c45d60df8ee8874daa6f414de5cf267ea2c17bc6e" |
||||
}, |
||||
{ |
||||
"id": 1471975810133789, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb000000000000000000000000000000000000000000000000000000000000000a", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471975810133789, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471975810133, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0xe54cab2e54b8495691b6d8315ca24a190cba546a9fcb056642479ce5770cec8b" |
||||
}, |
||||
{ |
||||
"id": 1471976546865348, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb000000000000000000000000000000000000000000000000000000000000000a", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471976546865348, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471976546865, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0x54e10f77e17f28f4d12751749a2ca22f9b528592d1140ef53c6430a68e731542" |
||||
}, |
||||
{ |
||||
"id": 1471976930101889, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb0000000000000000000000000000000000000000000000000000000000000005", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471976930101889, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471976930101, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0x60b5af26fad18c5549949064b67c8f965c9f20cd3e890c69512ca3acad10ed8b" |
||||
}, |
||||
{ |
||||
"id": 1471977268048169, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb0000000000000000000000000000000000000000000000000000000000000002", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471977268048169, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471977268048, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0x1f96e29305ef11a9c993302c29e5419d87017e8222d4034daea0d86e155dc3aa" |
||||
}, |
||||
{ |
||||
"id": 1471977310778630, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb0000000000000000000000000000000000000000000000000000000000000005", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471977310778630, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471977310778, |
||||
"status": "rejected", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef" |
||||
}, |
||||
{ |
||||
"id": 1471977316241561, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb0000000000000000000000000000000000000000000000000000000000000005", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471977316241561, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471977316240, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0xdbd610c92d77a07c76b82e14e32674d382c45c4780dd2a550888b5cc40d54bcc" |
||||
}, |
||||
{ |
||||
"id": 1471977344018510, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb0000000000000000000000000000000000000000000000000000000000000004", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471977344018510, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471977344018, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0x709d871d9ded0108de9f7718a7490b19d45e5e7562b1ba6c5bf6cce56e767d48" |
||||
}, |
||||
{ |
||||
"id": 1471977403830380, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb0000000000000000000000000000000000000000000000000000000000000001", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471977403830380, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471977403830, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0x94f5088a127bba181b303d6427ae93cbfa9867997bea1326f30da311e36c6aca" |
||||
}, |
||||
{ |
||||
"id": 1471977431563703, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb0000000000000000000000000000000000000000000000000000000000000001", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471977431563703, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471977431563, |
||||
"status": "rejected", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef" |
||||
}, |
||||
{ |
||||
"id": 1471977436074587, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb0000000000000000000000000000000000000000000000000000000000000001", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471977436074587, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471977436074, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0x5f514dfe3bd48f6f301c809a7a75f73f0fc93bc3a0e469368b84dce032aff9ec" |
||||
}, |
||||
{ |
||||
"id": 1471991826717707, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb0000000000000000000000000000000000000000000000000000000000000004", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471991826717707, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471991826717, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0xab1e706f8981680a6c921f9f57f8ce573392bbb4f0fe85cf45e5cbf858fa5f3e" |
||||
}, |
||||
{ |
||||
"id": 1471991851917592, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb0000000000000000000000000000000000000000000000000000000000000004", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471991851917592, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471991851917, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0xdea144f7a6f06969739f676d8702a9a11efc689e032f1981fe67afc9261dd4de" |
||||
}, |
||||
{ |
||||
"id": 1471992032999543, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb0000000000000000000000000000000000000000000000000000000000000005", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471992032999543, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471992032999, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef", |
||||
"hash": "0xdf31b8cc0fbd2ab6727e0b63536bd4eab51a147aa29e04691e68fae28b866fb3" |
||||
}, |
||||
{ |
||||
"id": 1471992043490878, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb0000000000000000000000000000000000000000000000000000000000000005", |
||||
"origin": "localhost", |
||||
"metamaskId": 1471992043490878, |
||||
"metamaskNetworkId": "1471904489432" |
||||
}, |
||||
"time": 1471992043490, |
||||
"status": "rejected", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x89ef" |
||||
}, |
||||
{ |
||||
"id": 1472068030402279, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"value": "0x3782dace9d90000", |
||||
"gas": "0x493e0", |
||||
"to": "0x18a672e11d637fffadccc99b152f4895da069601", |
||||
"data": "0x5b7d47a900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001", |
||||
"origin": "www.rouleth.com", |
||||
"metamaskId": 1472068030402279, |
||||
"metamaskNetworkId": "1" |
||||
}, |
||||
"time": 1472068030402, |
||||
"status": "rejected", |
||||
"containsDelegateCall": false, |
||||
"estimatedGas": "0x24704" |
||||
}, |
||||
{ |
||||
"id": 1472068061833258, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"value": "0x16345785d8a0000", |
||||
"gas": "0x493e0", |
||||
"to": "0x18a672e11d637fffadccc99b152f4895da069601", |
||||
"data": "0x5b7d47a900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001", |
||||
"origin": "www.rouleth.com", |
||||
"metamaskId": 1472068061833258, |
||||
"metamaskNetworkId": "1" |
||||
}, |
||||
"time": 1472068061833, |
||||
"status": "confirmed", |
||||
"containsDelegateCall": false, |
||||
"estimatedGas": "0x24704", |
||||
"hash": "0xb6e6ff57e7b5f6bd7f2e6dc44c39f4e858a227c9509586634ca547179345a13e" |
||||
} |
||||
], |
||||
"network": "1471904489432", |
||||
"seedWords": null, |
||||
"unconfMsgs": { |
||||
"1472076978535283": { |
||||
"id": 1472076978535283, |
||||
"msgParams": { |
||||
"origin": "localhost", |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"data": "hello" |
||||
}, |
||||
"time": 1472076978535, |
||||
"status": "unconfirmed" |
||||
} |
||||
}, |
||||
"messages": [ |
||||
{ |
||||
"id": 1472076978535283, |
||||
"msgParams": { |
||||
"origin": "localhost", |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"data": "hello" |
||||
}, |
||||
"time": 1472076978535, |
||||
"status": "unconfirmed" |
||||
} |
||||
], |
||||
"shapeShiftTxList": [], |
||||
"provider": { |
||||
"type": "rpc", |
||||
"rpcTarget": "http://localhost:8545" |
||||
}, |
||||
"selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "confTx", |
||||
"detailView": null, |
||||
"context": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"currentDomain": "ebjbdknjcgcbchkagneicjfpneaghdhb", |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,105 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0xa06599bd35921cfb5b71b4be3869740385b0b306": { |
||||
"address": "0xa06599bd35921cfb5b71b4be3869740385b0b306", |
||||
"name": "Account 1" |
||||
} |
||||
}, |
||||
"unapprovedTxs": { |
||||
"1188547363326880": { |
||||
"id": 1188547363326880, |
||||
"time": 1487662234127, |
||||
"status": "unapproved", |
||||
"gasMultiplier": 1, |
||||
"metamaskNetworkId": "3", |
||||
"txParams": { |
||||
"from": "0xa06599bd35921cfb5b71b4be3869740385b0b306", |
||||
"to": "0x18a3462427bcc9133bb46e88bcbe39cd7ef0e761", |
||||
"value": "0xde0b6b3a7640000", |
||||
"metamaskId": 1188547363326880, |
||||
"metamaskNetworkId": "3", |
||||
"gas": "0x5209" |
||||
}, |
||||
"gasLimitSpecified": false, |
||||
"estimatedGas": "0x5209", |
||||
"txFee": "17e0186e60800", |
||||
"txValue": "de0b6b3a7640000", |
||||
"maxCost": "de234b52e4a0800" |
||||
} |
||||
}, |
||||
"conversionRate": 12.59854817, |
||||
"conversionDate": 1487662141, |
||||
"noActiveNotices": true, |
||||
"network": "3", |
||||
"accounts": { |
||||
"0xa06599bd35921cfb5b71b4be3869740385b0b306": { |
||||
"nonce": "0x0", |
||||
"balance": "0x0", |
||||
"code": "0x", |
||||
"address": "0xa06599bd35921cfb5b71b4be3869740385b0b306" |
||||
} |
||||
}, |
||||
"transactions": {}, |
||||
"currentNetworkTxList": [ |
||||
{ |
||||
"id": 1188547363326880, |
||||
"time": 1487662234127, |
||||
"status": "unapproved", |
||||
"gasMultiplier": 1, |
||||
"metamaskNetworkId": "3", |
||||
"txParams": { |
||||
"from": "0xa06599bd35921cfb5b71b4be3869740385b0b306", |
||||
"to": "0x18a3462427bcc9133bb46e88bcbe39cd7ef0e761", |
||||
"value": "0xde0b6b3a7640000", |
||||
"metamaskId": 1188547363326880, |
||||
"metamaskNetworkId": "3", |
||||
"gas": "0x5209" |
||||
}, |
||||
"gasLimitSpecified": false, |
||||
"estimatedGas": "0x5209", |
||||
"txFee": "17e0186e60800", |
||||
"txValue": "de0b6b3a7640000", |
||||
"maxCost": "de234b52e4a0800" |
||||
} |
||||
], |
||||
"unapprovedMsgs": {}, |
||||
"unapprovedMsgCount": 0, |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"a06599bd35921cfb5b71b4be3869740385b0b306" |
||||
] |
||||
} |
||||
], |
||||
"selectedAddress": "0xa06599bd35921cfb5b71b4be3869740385b0b306", |
||||
"currentCurrency": "USD", |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"shapeShiftTxList": [], |
||||
"seedWords": null |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "confTx", |
||||
"context": 0 |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,737 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"name": "Account 1" |
||||
} |
||||
}, |
||||
"unapprovedTxs": {}, |
||||
"noActiveNotices": true, |
||||
"frequentRpcList": [ |
||||
"http://192.168.1.34:7545/" |
||||
], |
||||
"addressBook": [], |
||||
"tokenExchangeRates": {}, |
||||
"coinOptions": {}, |
||||
"provider": { |
||||
"type": "mainnet", |
||||
"rpcTarget": "https://mainnet.infura.io/metamask" |
||||
}, |
||||
"network": "1", |
||||
"accounts": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"code": "0x", |
||||
"balance": "0x1b3f641ed0c2f62", |
||||
"nonce": "0x35", |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
} |
||||
}, |
||||
"currentBlockGasLimit": "0x66df83", |
||||
"currentNetworkTxList": [ |
||||
{ |
||||
"id": 3516145537630216, |
||||
"time": 1512615655535, |
||||
"status": "submitted", |
||||
"metamaskNetworkId": "1", |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"value": "0x16345785d8a0000", |
||||
"gasPrice": "0xc1b710800", |
||||
"gas": "0x7b0c", |
||||
"nonce": "0x35", |
||||
"chainId": "0x1" |
||||
}, |
||||
"gasPriceSpecified": false, |
||||
"gasLimitSpecified": false, |
||||
"estimatedGas": "5208", |
||||
"history": [ |
||||
{ |
||||
"id": 3516145537630216, |
||||
"time": 1512615655535, |
||||
"status": "unapproved", |
||||
"metamaskNetworkId": "1", |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"value": "0x16345785d8a0000", |
||||
"gasPrice": "0xe6f7cec00", |
||||
"gas": "0x7b0c" |
||||
}, |
||||
"gasPriceSpecified": false, |
||||
"gasLimitSpecified": false, |
||||
"estimatedGas": "5208" |
||||
}, |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/txParams/gasPrice", |
||||
"value": "0xc1b710800", |
||||
"note": "confTx: user approved transaction" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "approved", |
||||
"note": "txStateManager: setting status to approved" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/txParams/nonce", |
||||
"value": "0x35", |
||||
"note": "transactions#approveTransaction" |
||||
}, |
||||
{ |
||||
"op": "add", |
||||
"path": "/nonceDetails", |
||||
"value": { |
||||
"params": { |
||||
"highestLocalNonce": 53, |
||||
"highestSuggested": 53, |
||||
"nextNetworkNonce": 53 |
||||
}, |
||||
"local": { |
||||
"name": "local", |
||||
"nonce": 53, |
||||
"details": { |
||||
"startPoint": 53, |
||||
"highest": 53 |
||||
} |
||||
}, |
||||
"network": { |
||||
"name": "network", |
||||
"nonce": 53, |
||||
"details": { |
||||
"baseCount": 53 |
||||
} |
||||
} |
||||
} |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/txParams/chainId", |
||||
"value": "0x1", |
||||
"note": "txStateManager: setting status to signed" |
||||
}, |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "signed" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/rawTx", |
||||
"value": "0xf86c35850c1b710800827b0c94fdea65c8e26263f6d9a1b5de9555d2931a33b82588016345785d8a00008026a0f5142ba79a13ca7ec65548953017edafb217803244bbf9821d9ad077d89921e9a03afcb614169c90be9905d5b469d06984825c76675d3a535937cdb8f2ad1c0a95", |
||||
"note": "transactions#publishTransaction" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/hash", |
||||
"value": "0x7ce19c0d128ca11293b44a4e6d3cc9063665c00ea8c8eb400f548e132c147353", |
||||
"note": "transactions#setTxHash" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "submitted", |
||||
"note": "txStateManager: setting status to submitted" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/firstRetryBlockNumber", |
||||
"value": "0x478ab3", |
||||
"note": "transactions/pending-tx-tracker#event: tx:block-update" |
||||
} |
||||
] |
||||
], |
||||
"nonceDetails": { |
||||
"params": { |
||||
"highestLocalNonce": 53, |
||||
"highestSuggested": 53, |
||||
"nextNetworkNonce": 53 |
||||
}, |
||||
"local": { |
||||
"name": "local", |
||||
"nonce": 53, |
||||
"details": { |
||||
"startPoint": 53, |
||||
"highest": 53 |
||||
} |
||||
}, |
||||
"network": { |
||||
"name": "network", |
||||
"nonce": 53, |
||||
"details": { |
||||
"baseCount": 53 |
||||
} |
||||
} |
||||
}, |
||||
"rawTx": "0xf86c35850c1b710800827b0c94fdea65c8e26263f6d9a1b5de9555d2931a33b82588016345785d8a00008026a0f5142ba79a13ca7ec65548953017edafb217803244bbf9821d9ad077d89921e9a03afcb614169c90be9905d5b469d06984825c76675d3a535937cdb8f2ad1c0a95", |
||||
"hash": "0x7ce19c0d128ca11293b44a4e6d3cc9063665c00ea8c8eb400f548e132c147353", |
||||
"firstRetryBlockNumber": "0x478ab3" |
||||
}, |
||||
{ |
||||
"id": 3516145537630211, |
||||
"time": 1512613432658, |
||||
"status": "confirmed", |
||||
"metamaskNetworkId": "1", |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"value": "0x16345785d8a0000", |
||||
"gasPrice": "0xba43b7400", |
||||
"gas": "0x7b0c", |
||||
"nonce": "0x34", |
||||
"chainId": "0x1" |
||||
}, |
||||
"gasPriceSpecified": false, |
||||
"gasLimitSpecified": false, |
||||
"estimatedGas": "5208", |
||||
"history": [ |
||||
{ |
||||
"id": 3516145537630211, |
||||
"time": 1512613432658, |
||||
"status": "unapproved", |
||||
"metamaskNetworkId": "1", |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"value": "0x16345785d8a0000", |
||||
"gasPrice": "0xdf8475800", |
||||
"gas": "0x7b0c" |
||||
}, |
||||
"gasPriceSpecified": false, |
||||
"gasLimitSpecified": false, |
||||
"estimatedGas": "5208" |
||||
}, |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/txParams/gasPrice", |
||||
"value": "0xba43b7400", |
||||
"note": "confTx: user approved transaction" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "approved", |
||||
"note": "txStateManager: setting status to approved" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/txParams/nonce", |
||||
"value": "0x34", |
||||
"note": "transactions#approveTransaction" |
||||
}, |
||||
{ |
||||
"op": "add", |
||||
"path": "/nonceDetails", |
||||
"value": { |
||||
"params": { |
||||
"highestLocalNonce": 52, |
||||
"highestSuggested": 52, |
||||
"nextNetworkNonce": 52 |
||||
}, |
||||
"local": { |
||||
"name": "local", |
||||
"nonce": 52, |
||||
"details": { |
||||
"startPoint": 52, |
||||
"highest": 52 |
||||
} |
||||
}, |
||||
"network": { |
||||
"name": "network", |
||||
"nonce": 52, |
||||
"details": { |
||||
"baseCount": 52 |
||||
} |
||||
} |
||||
} |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/txParams/chainId", |
||||
"value": "0x1", |
||||
"note": "txStateManager: setting status to signed" |
||||
}, |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "signed" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/rawTx", |
||||
"value": "0xf86c34850ba43b7400827b0c94fdea65c8e26263f6d9a1b5de9555d2931a33b82588016345785d8a00008026a073a4afdb8e8ad32b0cf9039af56c66baffd60d30e75cee5c1b783208824eafb8a0021ca6c1714a2c71281333ab77f776d3514348ab77967280fca8a5b4be44285e", |
||||
"note": "transactions#publishTransaction" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/hash", |
||||
"value": "0x5c98409883fdfd3cd24058a83b91470da6c40ffae41a40eb90d7dee0b837d26d", |
||||
"note": "transactions#setTxHash" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "submitted", |
||||
"note": "txStateManager: setting status to submitted" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/firstRetryBlockNumber", |
||||
"value": "0x478a2c", |
||||
"note": "transactions/pending-tx-tracker#event: tx:block-update" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "confirmed", |
||||
"note": "txStateManager: setting status to confirmed" |
||||
} |
||||
] |
||||
], |
||||
"nonceDetails": { |
||||
"params": { |
||||
"highestLocalNonce": 52, |
||||
"highestSuggested": 52, |
||||
"nextNetworkNonce": 52 |
||||
}, |
||||
"local": { |
||||
"name": "local", |
||||
"nonce": 52, |
||||
"details": { |
||||
"startPoint": 52, |
||||
"highest": 52 |
||||
} |
||||
}, |
||||
"network": { |
||||
"name": "network", |
||||
"nonce": 52, |
||||
"details": { |
||||
"baseCount": 52 |
||||
} |
||||
} |
||||
}, |
||||
"rawTx": "0xf86c34850ba43b7400827b0c94fdea65c8e26263f6d9a1b5de9555d2931a33b82588016345785d8a00008026a073a4afdb8e8ad32b0cf9039af56c66baffd60d30e75cee5c1b783208824eafb8a0021ca6c1714a2c71281333ab77f776d3514348ab77967280fca8a5b4be44285e", |
||||
"hash": "0x5c98409883fdfd3cd24058a83b91470da6c40ffae41a40eb90d7dee0b837d26d", |
||||
"firstRetryBlockNumber": "0x478a2c" |
||||
}, |
||||
{ |
||||
"id": 3516145537630210, |
||||
"time": 1512612826136, |
||||
"status": "confirmed", |
||||
"metamaskNetworkId": "1", |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"value": "0x16345785d8a0000", |
||||
"gasPrice": "0xa7a358200", |
||||
"gas": "0x7b0c", |
||||
"nonce": "0x33", |
||||
"chainId": "0x1" |
||||
}, |
||||
"gasPriceSpecified": false, |
||||
"gasLimitSpecified": false, |
||||
"estimatedGas": "5208", |
||||
"history": [ |
||||
{ |
||||
"id": 3516145537630210, |
||||
"time": 1512612826136, |
||||
"status": "unapproved", |
||||
"metamaskNetworkId": "1", |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"value": "0x16345785d8a0000", |
||||
"gasPrice": "0xba43b7400", |
||||
"gas": "0x7b0c" |
||||
}, |
||||
"gasPriceSpecified": false, |
||||
"gasLimitSpecified": false, |
||||
"estimatedGas": "5208" |
||||
}, |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/txParams/gasPrice", |
||||
"value": "0xa7a358200", |
||||
"note": "confTx: user approved transaction" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "approved", |
||||
"note": "txStateManager: setting status to approved" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/txParams/nonce", |
||||
"value": "0x33", |
||||
"note": "transactions#approveTransaction" |
||||
}, |
||||
{ |
||||
"op": "add", |
||||
"path": "/nonceDetails", |
||||
"value": { |
||||
"params": { |
||||
"highestLocalNonce": 0, |
||||
"highestSuggested": 51, |
||||
"nextNetworkNonce": 51 |
||||
}, |
||||
"local": { |
||||
"name": "local", |
||||
"nonce": 51, |
||||
"details": { |
||||
"startPoint": 51, |
||||
"highest": 51 |
||||
} |
||||
}, |
||||
"network": { |
||||
"name": "network", |
||||
"nonce": 51, |
||||
"details": { |
||||
"baseCount": 51 |
||||
} |
||||
} |
||||
} |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/txParams/chainId", |
||||
"value": "0x1", |
||||
"note": "txStateManager: setting status to signed" |
||||
}, |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "signed" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/rawTx", |
||||
"value": "0xf86c33850a7a358200827b0c94fdea65c8e26263f6d9a1b5de9555d2931a33b82588016345785d8a00008026a0021a8cd6c10208cc593e22af53637e5d127cee5cc6f9443a3e758a02afff1d7ca025f7420e974d3f2c668c165040987c72543a8e709bfea3528a62836a6ced9ce8", |
||||
"note": "transactions#publishTransaction" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/hash", |
||||
"value": "0x289772800898bc9cd414530d8581c0da257a9055e4aaaa6d10d92d700bfbd044", |
||||
"note": "transactions#setTxHash" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "submitted", |
||||
"note": "txStateManager: setting status to submitted" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/firstRetryBlockNumber", |
||||
"value": "0x478a04", |
||||
"note": "transactions/pending-tx-tracker#event: tx:block-update" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "confirmed", |
||||
"note": "txStateManager: setting status to confirmed" |
||||
} |
||||
] |
||||
], |
||||
"nonceDetails": { |
||||
"params": { |
||||
"highestLocalNonce": 0, |
||||
"highestSuggested": 51, |
||||
"nextNetworkNonce": 51 |
||||
}, |
||||
"local": { |
||||
"name": "local", |
||||
"nonce": 51, |
||||
"details": { |
||||
"startPoint": 51, |
||||
"highest": 51 |
||||
} |
||||
}, |
||||
"network": { |
||||
"name": "network", |
||||
"nonce": 51, |
||||
"details": { |
||||
"baseCount": 51 |
||||
} |
||||
} |
||||
}, |
||||
"rawTx": "0xf86c33850a7a358200827b0c94fdea65c8e26263f6d9a1b5de9555d2931a33b82588016345785d8a00008026a0021a8cd6c10208cc593e22af53637e5d127cee5cc6f9443a3e758a02afff1d7ca025f7420e974d3f2c668c165040987c72543a8e709bfea3528a62836a6ced9ce8", |
||||
"hash": "0x289772800898bc9cd414530d8581c0da257a9055e4aaaa6d10d92d700bfbd044", |
||||
"firstRetryBlockNumber": "0x478a04" |
||||
}, |
||||
{ |
||||
"id": 3516145537630209, |
||||
"time": 1512612809252, |
||||
"status": "failed", |
||||
"metamaskNetworkId": "1", |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"value": "0x16345785d8a0000", |
||||
"gasPrice": "0x77359400", |
||||
"gas": "0x7b0c", |
||||
"nonce": "0x33", |
||||
"chainId": "0x1" |
||||
}, |
||||
"gasPriceSpecified": false, |
||||
"gasLimitSpecified": false, |
||||
"estimatedGas": "5208", |
||||
"history": [ |
||||
{ |
||||
"id": 3516145537630209, |
||||
"time": 1512612809252, |
||||
"status": "unapproved", |
||||
"metamaskNetworkId": "1", |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"value": "0x16345785d8a0000", |
||||
"gasPrice": "0xba43b7400", |
||||
"gas": "0x7b0c" |
||||
}, |
||||
"gasPriceSpecified": false, |
||||
"gasLimitSpecified": false, |
||||
"estimatedGas": "5208" |
||||
}, |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/txParams/gasPrice", |
||||
"value": "0x77359400", |
||||
"note": "confTx: user approved transaction" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "approved", |
||||
"note": "txStateManager: setting status to approved" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/txParams/nonce", |
||||
"value": "0x33", |
||||
"note": "transactions#approveTransaction" |
||||
}, |
||||
{ |
||||
"op": "add", |
||||
"path": "/nonceDetails", |
||||
"value": { |
||||
"params": { |
||||
"highestLocalNonce": 0, |
||||
"highestSuggested": 51, |
||||
"nextNetworkNonce": 51 |
||||
}, |
||||
"local": { |
||||
"name": "local", |
||||
"nonce": 51, |
||||
"details": { |
||||
"startPoint": 51, |
||||
"highest": 51 |
||||
} |
||||
}, |
||||
"network": { |
||||
"name": "network", |
||||
"nonce": 51, |
||||
"details": { |
||||
"baseCount": 51 |
||||
} |
||||
} |
||||
} |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/txParams/chainId", |
||||
"value": "0x1", |
||||
"note": "txStateManager: setting status to signed" |
||||
}, |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "signed" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/rawTx", |
||||
"value": "0xf86b338477359400827b0c94fdea65c8e26263f6d9a1b5de9555d2931a33b82588016345785d8a00008025a098624a27ae79b2b1adc63b913850f266a920cb9d93e6588b8df9b8883eb1b323a00cc6fd855723a234f4f93b48caf7a7659366d09e5c5887f0a4c2e5fa68012cd7", |
||||
"note": "transactions#publishTransaction" |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "add", |
||||
"path": "/err", |
||||
"value": { |
||||
"message": "Error: [ethjs-rpc] rpc error with payload {\"id\":7801900228852,\"jsonrpc\":\"2.0\",\"params\":[\"0xf86b338477359400827b0c94fdea65c8e26263f6d9a1b5de9555d2931a33b82588016345785d8a00008025a098624a27ae79b2b1adc63b913850f266a920cb9d93e6588b8df9b8883eb1b323a00cc6fd855723a234f4f93b48caf7a7659366d09e5c5887f0a4c2e5fa68012cd7\"],\"method\":\"eth_sendRawTransaction\"} Error: transaction underpriced", |
||||
"stack": "Error: [ethjs-rpc] rpc error with payload {\"id\":7801900228852,\"jsonrpc\":\"2.0\",\"params\":[\"0xf86b338477359400827b0c94fdea65c8e26263f6d9a1b5de9555d2931a33b82588016345785d8a00008025a098624a27ae79b2b1adc63b913850f266a920cb9d93e6588b8df9b8883eb1b323a00cc6fd855723a234f4f93b48caf7a7659366d09e5c5887f0a4c2e5fa68012cd7\"],\"method\":\"eth_sendRawTransaction\"} Error: transaction underpriced\n at chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:60327:26\n at chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:88030:9\n at chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16678:16\n at replenish (chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16522:25)\n at iterateeCallback (chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16512:17)\n at chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16694:16\n at resultObj.id (chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:88012:9)\n at chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16813:16\n at replenish (chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16527:17)\n at iterateeCallback (chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16512:17)" |
||||
} |
||||
} |
||||
], |
||||
[ |
||||
{ |
||||
"op": "replace", |
||||
"path": "/status", |
||||
"value": "failed", |
||||
"note": "txStateManager: setting status to failed" |
||||
} |
||||
] |
||||
], |
||||
"nonceDetails": { |
||||
"params": { |
||||
"highestLocalNonce": 0, |
||||
"highestSuggested": 51, |
||||
"nextNetworkNonce": 51 |
||||
}, |
||||
"local": { |
||||
"name": "local", |
||||
"nonce": 51, |
||||
"details": { |
||||
"startPoint": 51, |
||||
"highest": 51 |
||||
} |
||||
}, |
||||
"network": { |
||||
"name": "network", |
||||
"nonce": 51, |
||||
"details": { |
||||
"baseCount": 51 |
||||
} |
||||
} |
||||
}, |
||||
"rawTx": "0xf86b338477359400827b0c94fdea65c8e26263f6d9a1b5de9555d2931a33b82588016345785d8a00008025a098624a27ae79b2b1adc63b913850f266a920cb9d93e6588b8df9b8883eb1b323a00cc6fd855723a234f4f93b48caf7a7659366d09e5c5887f0a4c2e5fa68012cd7", |
||||
"err": { |
||||
"message": "Error: [ethjs-rpc] rpc error with payload {\"id\":7801900228852,\"jsonrpc\":\"2.0\",\"params\":[\"0xf86b338477359400827b0c94fdea65c8e26263f6d9a1b5de9555d2931a33b82588016345785d8a00008025a098624a27ae79b2b1adc63b913850f266a920cb9d93e6588b8df9b8883eb1b323a00cc6fd855723a234f4f93b48caf7a7659366d09e5c5887f0a4c2e5fa68012cd7\"],\"method\":\"eth_sendRawTransaction\"} Error: transaction underpriced", |
||||
"stack": "Error: [ethjs-rpc] rpc error with payload {\"id\":7801900228852,\"jsonrpc\":\"2.0\",\"params\":[\"0xf86b338477359400827b0c94fdea65c8e26263f6d9a1b5de9555d2931a33b82588016345785d8a00008025a098624a27ae79b2b1adc63b913850f266a920cb9d93e6588b8df9b8883eb1b323a00cc6fd855723a234f4f93b48caf7a7659366d09e5c5887f0a4c2e5fa68012cd7\"],\"method\":\"eth_sendRawTransaction\"} Error: transaction underpriced\n at chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:60327:26\n at chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:88030:9\n at chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16678:16\n at replenish (chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16522:25)\n at iterateeCallback (chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16512:17)\n at chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16694:16\n at resultObj.id (chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:88012:9)\n at chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16813:16\n at replenish (chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16527:17)\n at iterateeCallback (chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/scripts/background.js:16512:17)" |
||||
} |
||||
} |
||||
], |
||||
"unapprovedMsgs": {}, |
||||
"unapprovedMsgCount": 0, |
||||
"unapprovedPersonalMsgs": {}, |
||||
"unapprovedPersonalMsgCount": 0, |
||||
"unapprovedTypedMessages": {}, |
||||
"unapprovedTypedMessagesCount": 0, |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
] |
||||
} |
||||
], |
||||
"currentAccountTab": "history", |
||||
"tokens": [ |
||||
{ |
||||
"address": "0x0d8775f648430679a709e98d2b0cb6250d2887ef", |
||||
"symbol": "BAT", |
||||
"decimals": "18" |
||||
} |
||||
], |
||||
"selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"currentCurrency": "usd", |
||||
"conversionRate": 418.62, |
||||
"conversionDate": 1512615622, |
||||
"infuraNetworkStatus": { |
||||
"mainnet": "ok", |
||||
"ropsten": "ok", |
||||
"kovan": "ok", |
||||
"rinkeby": "ok", |
||||
"goerli": "ok" |
||||
}, |
||||
"shapeShiftTxList": [] |
||||
}, |
||||
"appState": { |
||||
"shouldClose": true, |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accountDetail", |
||||
"context": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions", |
||||
"accountExport": "none", |
||||
"privateKey": "" |
||||
}, |
||||
"transForward": false, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"forgottenPassword": false, |
||||
"scrollToBottom": false |
||||
}, |
||||
"identities": {}, |
||||
"version": "3.12.1", |
||||
"platform": { |
||||
"arch": "x86-64", |
||||
"nacl_arch": "x86-64", |
||||
"os": "mac" |
||||
}, |
||||
"browser": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36" |
||||
} |
@ -1,97 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"name": "Account 1" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"name": "Account 2" |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d", |
||||
"name": "Account 3" |
||||
} |
||||
}, |
||||
"unapprovedTxs": {}, |
||||
"conversionRate": 13.2126613, |
||||
"conversionDate": 1487888522, |
||||
"noActiveNotices": true, |
||||
"network": "3", |
||||
"accounts": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"balance": "0x6ae7c45a61c0e8d2", |
||||
"nonce": "0x12", |
||||
"code": "0x", |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"balance": "0x2892a7aece555480", |
||||
"nonce": "0x7", |
||||
"code": "0x", |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb" |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"code": "0x", |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d" |
||||
} |
||||
}, |
||||
"transactions": {}, |
||||
"currentNetworkTxList": [], |
||||
"unapprovedMsgs": {}, |
||||
"unapprovedMsgCount": 0, |
||||
"unapprovedPersonalMsgs": { |
||||
"2971973686529444": { |
||||
"id": 2971973686529444, |
||||
"msgParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"data": "0x879a053d4800c6354e76c7985a865d2922c82fb5b3f4577b2fe08b998954f2e01" |
||||
}, |
||||
"time": 1487888668426, |
||||
"status": "unapproved", |
||||
"type": "personal_sign" |
||||
} |
||||
}, |
||||
"unapprovedPersonalMsgCount": 1, |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"fdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"c5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"2f8d4a878cfa04a6e60d46362f5644deab66572d" |
||||
] |
||||
} |
||||
], |
||||
"selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"currentCurrency": "USD", |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"shapeShiftTxList": [] |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "confTx", |
||||
"context": 0 |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,69 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0x07284e146926a4facd0ea60598dc4f001ad620f1": { |
||||
"address": "0x07284e146926a4facd0ea60598dc4f001ad620f1", |
||||
"name": "Account 1" |
||||
} |
||||
}, |
||||
"unapprovedTxs": {}, |
||||
"noActiveNotices": true, |
||||
"frequentRpcList": [], |
||||
"addressBook": [], |
||||
"network": "3", |
||||
"accounts": { |
||||
"0x07284e146926a4facd0ea60598dc4f001ad620f1": { |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"balance": "0x0", |
||||
"address": "0x07284e146926a4facd0ea60598dc4f001ad620f1" |
||||
} |
||||
}, |
||||
"transactions": {}, |
||||
"currentNetworkTxList": [], |
||||
"unapprovedMsgs": {}, |
||||
"unapprovedMsgCount": 0, |
||||
"unapprovedPersonalMsgs": {}, |
||||
"unapprovedPersonalMsgCount": 0, |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"07284e146926a4facd0ea60598dc4f001ad620f1" |
||||
] |
||||
} |
||||
], |
||||
"selectedAddress": "0x07284e146926a4facd0ea60598dc4f001ad620f1", |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 43.35903476, |
||||
"conversionDate": 1490105102, |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"shapeShiftTxList": [], |
||||
"seedWords": null |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accountDetail", |
||||
"context": "0x07284e146926a4facd0ea60598dc4f001ad620f1" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "export", |
||||
"accountExport": "completed", |
||||
"privateKey": "549c9638ad06432568969accacad4a02f8548cc358085938071745138ec134b7" |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,68 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0x07284e146926a4facd0ea60598dc4f001ad620f1": { |
||||
"address": "0x07284e146926a4facd0ea60598dc4f001ad620f1", |
||||
"name": "Account 1" |
||||
} |
||||
}, |
||||
"unapprovedTxs": {}, |
||||
"noActiveNotices": true, |
||||
"frequentRpcList": [], |
||||
"addressBook": [], |
||||
"network": "3", |
||||
"accounts": { |
||||
"0x07284e146926a4facd0ea60598dc4f001ad620f1": { |
||||
"code": "0x", |
||||
"nonce": "0x0", |
||||
"balance": "0x0", |
||||
"address": "0x07284e146926a4facd0ea60598dc4f001ad620f1" |
||||
} |
||||
}, |
||||
"transactions": {}, |
||||
"currentNetworkTxList": [], |
||||
"unapprovedMsgs": {}, |
||||
"unapprovedMsgCount": 0, |
||||
"unapprovedPersonalMsgs": {}, |
||||
"unapprovedPersonalMsgCount": 0, |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"07284e146926a4facd0ea60598dc4f001ad620f1" |
||||
] |
||||
} |
||||
], |
||||
"selectedAddress": "0x07284e146926a4facd0ea60598dc4f001ad620f1", |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 43.35903476, |
||||
"conversionDate": 1490105102, |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"shapeShiftTxList": [], |
||||
"seedWords": null |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accountDetail", |
||||
"context": "0x07284e146926a4facd0ea60598dc4f001ad620f1" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "export", |
||||
"accountExport": "requested" |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,83 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"name": "Account 1", |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"name": "Account 2", |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"mayBeFauceting": false |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 9.52855776, |
||||
"conversionDate": 1479756513, |
||||
"accounts": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"code": "0x0", |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"code": "0x0", |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb" |
||||
} |
||||
}, |
||||
"transactions": [ |
||||
{ |
||||
"id": 5551995700357153, |
||||
"txParams": { |
||||
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63", |
||||
"data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb000000000000000000000000000000000000000000000000000000000000000a", |
||||
"metamaskId": 5551995700357153, |
||||
"metamaskNetworkId": "1479490588308" |
||||
}, |
||||
"time": 1479498745949, |
||||
"status": "confirmed", |
||||
"gasMultiplier": 1, |
||||
"metamaskNetworkId": "1479490588308", |
||||
"containsDelegateCall": true, |
||||
"estimatedGas": "0x24b33", |
||||
"hash": "0xad609a6931f54a575ad71222ffc27cd6746017106d5b89f4ad300b37b273f8ac" |
||||
} |
||||
], |
||||
"network": "1479753732793", |
||||
"isEthConfirmed": true, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"shapeShiftTxList": [], |
||||
"gasMultiplier": false, |
||||
"provider": { |
||||
"type": "rpc", |
||||
"rpcTarget": "http://localhost:8545" |
||||
}, |
||||
"selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accountDetail" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions", |
||||
"accountExport": "none", |
||||
"privateKey": "" |
||||
}, |
||||
"transForward": false, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"scrollToBottom": false |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,37 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": false, |
||||
"isUnlocked": false, |
||||
"currentDomain": "example.com", |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": {}, |
||||
"unconfTxs": {}, |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 0, |
||||
"conversionDate": "N/A", |
||||
"accounts": {}, |
||||
"transactions": [], |
||||
"seedWords": null, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"shapeShiftTxList": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"network": "2" |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "restoreVault" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"currentDomain": "extensions", |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,517 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"completedOnboarding": true, |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"featureFlags": {"betaUI": true}, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"name": "Send Account 1" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"name": "Send Account 2" |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d", |
||||
"name": "Send Account 3" |
||||
}, |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb": { |
||||
"address": "0xd85a4b6a394794842887b8284293d69163007bbb", |
||||
"name": "Send Account 4" |
||||
} |
||||
}, |
||||
"cachedBalances": {}, |
||||
"assetImages": {}, |
||||
"conversionRate": 1200.88200327, |
||||
"conversionDate": 1489013762, |
||||
"noActiveNotices": true, |
||||
"frequentRpcList": [], |
||||
"network": "3", |
||||
"accounts": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"code": "0x", |
||||
"balance": "0x47c9d71831c76efe", |
||||
"nonce": "0x1b", |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"code": "0x", |
||||
"balance": "0x37452b1315889f80", |
||||
"nonce": "0xa", |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb" |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"code": "0x", |
||||
"balance": "0x30c9d71831c76efe", |
||||
"nonce": "0x1c", |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d" |
||||
}, |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0xd85a4b6a394794842887b8284293d69163007bbb" |
||||
} |
||||
}, |
||||
"addressBook": [ |
||||
{ |
||||
"address": "0x06195827297c7a80a443b6894d3bdb8824b43896", |
||||
"name": "Address Book Account 1" |
||||
} |
||||
], |
||||
"tokens": [], |
||||
"transactions": {}, |
||||
"currentNetworkTxList": [{ |
||||
"id": 4768706228115573, |
||||
"time": 1487363153561, |
||||
"status": "unapproved", |
||||
"gasMultiplier": 1, |
||||
"metamaskNetworkId": "3", |
||||
"txParams": { |
||||
"from": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"to": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d", |
||||
"value": "0x1bc16d674ec80000", |
||||
"metamaskId": 4768706228115573, |
||||
"metamaskNetworkId": "3", |
||||
"gas": "0xea60", |
||||
"gasPrice": "0xba43b7400" |
||||
} |
||||
}], |
||||
"unapprovedTxs": { |
||||
"4768706228115573": { |
||||
"id": 4768706228115573, |
||||
"time": 1487363153561, |
||||
"status": "unapproved", |
||||
"gasMultiplier": 1, |
||||
"metamaskNetworkId": "3", |
||||
"txParams": { |
||||
"from": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"to": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d", |
||||
"value": "0x1bc16d674ec80000", |
||||
"metamaskId": 4768706228115573, |
||||
"metamaskNetworkId": "3", |
||||
"gas": "0xea60", |
||||
"gasPrice": "0xba43b7400" |
||||
} |
||||
} |
||||
}, |
||||
"unapprovedMsgs": {}, |
||||
"unapprovedMsgCount": 0, |
||||
"unapprovedPersonalMsgs": {}, |
||||
"unapprovedPersonalMsgCount": 0, |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d" |
||||
] |
||||
}, |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [ |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb" |
||||
] |
||||
} |
||||
], |
||||
"selectedAddress": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"currentCurrency": "USD", |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"shapeShiftTxList": [], |
||||
"send": { |
||||
"gasLimit": "0xea60", |
||||
"gasPrice": "0xba43b7400", |
||||
"gasTotal": "0xaa87bee538000", |
||||
"tokenBalance": null, |
||||
"from": { |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"balance": "0x37452b1315889f80" |
||||
}, |
||||
"to": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d", |
||||
"amount": "0x1bc16d674ec80000", |
||||
"memo": "", |
||||
"errors": {}, |
||||
"warnings": {}, |
||||
"maxModeOn": false, |
||||
"editingTransactionId": null |
||||
}, |
||||
"currentLocale": "en", |
||||
"preferences": { |
||||
"useNativeCurrencyAsPrimaryCurrency": true, |
||||
"showFiatInTestnets": true |
||||
}, |
||||
"frequentRpcListDetail": [] |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "confTx", |
||||
"detailView": null, |
||||
"context": 0 |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"sidebar": {}, |
||||
"modal": { |
||||
"modalState": {}, |
||||
"previousModalState": {} |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"scrollToBottom": false, |
||||
"forgottenPassword": null |
||||
}, |
||||
"identities": {}, |
||||
"send": { |
||||
"toDropdownOpen": false, |
||||
"errors": {}, |
||||
"warnings": {} |
||||
}, |
||||
"confirmTransaction": { |
||||
"txData": { |
||||
"id": 4768706228115573 |
||||
}, |
||||
"tokenData": {}, |
||||
"methodData": {}, |
||||
"tokenProps": { |
||||
"tokenDecimals": "", |
||||
"tokenSymbol": "" |
||||
}, |
||||
"fiatTransactionAmount": "", |
||||
"fiatTransactionFee": "", |
||||
"fiatTransactionTotal": "", |
||||
"ethTransactionAmount": "", |
||||
"ethTransactionFee": "", |
||||
"ethTransactionTotal": "", |
||||
"hexGasTotal": "", |
||||
"nonce": "", |
||||
"fetchingMethodData": false |
||||
}, |
||||
"gas": { |
||||
"customData": { |
||||
"price": null, |
||||
"limit": "0x186a0" |
||||
}, |
||||
"basicEstimates": { |
||||
"average": 73, |
||||
"avgWait": 10.6, |
||||
"blockTime": 13.871657754010695, |
||||
"blockNum": 6655504, |
||||
"fast": 160, |
||||
"fastest": 290, |
||||
"fastestWait": 0.5, |
||||
"fastWait": 0.6, |
||||
"safeLow": 50, |
||||
"safeLowWait": 16.1, |
||||
"speed": 0.6702462692280712 |
||||
}, |
||||
"basicEstimateIsLoading": false, |
||||
"gasEstimatesLoading": false, |
||||
"priceAndTimeEstimates": [ |
||||
{ |
||||
"expectedTime": "1374.1168296452973076627", |
||||
"expectedWait": 99.0593088449, |
||||
"gasprice": 4.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "1280.88976972896682763716", |
||||
"expectedWait": 92.3386225672, |
||||
"gasprice": 4.4 |
||||
}, |
||||
{ |
||||
"expectedTime": "1245.13314632680319175597", |
||||
"expectedWait": 89.7609477113, |
||||
"gasprice": 4.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "1227.99925007911014385881", |
||||
"expectedWait": 88.5257747744, |
||||
"gasprice": 4.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "965.52572720362993349654", |
||||
"expectedWait": 69.6042062402, |
||||
"gasprice": 5 |
||||
}, |
||||
{ |
||||
"expectedTime": "917.466895447437420776", |
||||
"expectedWait": 66.1396721082, |
||||
"gasprice": 5.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "915.81694044041496090521", |
||||
"expectedWait": 66.0207277804, |
||||
"gasprice": 5.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "902.13145619709089691874", |
||||
"expectedWait": 65.034148924, |
||||
"gasprice": 5.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "890.83591122200105749896", |
||||
"expectedWait": 64.2198594443, |
||||
"gasprice": 5.4 |
||||
}, |
||||
{ |
||||
"expectedTime": "879.10469542971335712248", |
||||
"expectedWait": 63.3741627006, |
||||
"gasprice": 5.5 |
||||
}, |
||||
{ |
||||
"expectedTime": "876.99737395823100420974", |
||||
"expectedWait": 63.2222470818, |
||||
"gasprice": 5.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "865.96781957003849098957", |
||||
"expectedWait": 62.4271327138, |
||||
"gasprice": 5.7 |
||||
}, |
||||
{ |
||||
"expectedTime": "865.44839472121496158482", |
||||
"expectedWait": 62.3896876688, |
||||
"gasprice": 5.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "802.16173170976255602161", |
||||
"expectedWait": 57.8273877524, |
||||
"gasprice": 6 |
||||
}, |
||||
{ |
||||
"expectedTime": "780.79313908053047074843", |
||||
"expectedWait": 56.2869379368, |
||||
"gasprice": 6.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "770.04888359616469549233", |
||||
"expectedWait": 55.5123906062, |
||||
"gasprice": 6.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "745.01007965146736962697", |
||||
"expectedWait": 53.7073573226, |
||||
"gasprice": 6.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "735.19921111598501681816", |
||||
"expectedWait": 53.0000973318, |
||||
"gasprice": 6.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "705.68767153912619368694", |
||||
"expectedWait": 50.8726270539, |
||||
"gasprice": 6.7 |
||||
}, |
||||
{ |
||||
"expectedTime": "705.26438593445239690121", |
||||
"expectedWait": 50.8421126329, |
||||
"gasprice": 6.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "652.51573119854865429742", |
||||
"expectedWait": 47.0394918019, |
||||
"gasprice": 7 |
||||
}, |
||||
{ |
||||
"expectedTime": "635.51471669299464383162", |
||||
"expectedWait": 45.813898235, |
||||
"gasprice": 7.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "634.37181911960854759036", |
||||
"expectedWait": 45.7315073922, |
||||
"gasprice": 7.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "633.23097691113902888918", |
||||
"expectedWait": 45.6492647195, |
||||
"gasprice": 7.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "112.7753456245379663928", |
||||
"expectedWait": 8.1299111919, |
||||
"gasprice": 7.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "102.9665314468898381829", |
||||
"expectedWait": 7.4227992986, |
||||
"gasprice": 8 |
||||
}, |
||||
{ |
||||
"expectedTime": "100.94784507024919649891", |
||||
"expectedWait": 7.2772733339, |
||||
"gasprice": 8.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "100.46445647447807351078", |
||||
"expectedWait": 7.2424261221, |
||||
"gasprice": 8.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "84.91686745986737853339", |
||||
"expectedWait": 6.1216091808, |
||||
"gasprice": 9 |
||||
}, |
||||
{ |
||||
"expectedTime": "80.39566429296684383503", |
||||
"expectedWait": 5.7956781892, |
||||
"gasprice": 9.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "78.24522052614759252715", |
||||
"expectedWait": 5.6406539084, |
||||
"gasprice": 9.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "77.1685119880459882636", |
||||
"expectedWait": 5.5630345959, |
||||
"gasprice": 9.5 |
||||
}, |
||||
{ |
||||
"expectedTime": "72.43649507646737870178", |
||||
"expectedWait": 5.2219061601, |
||||
"gasprice": 9.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "71.48259532351443753818", |
||||
"expectedWait": 5.1531400638, |
||||
"gasprice": 9.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "58.23892805162994573827", |
||||
"expectedWait": 4.1984115442, |
||||
"gasprice": 10 |
||||
}, |
||||
{ |
||||
"expectedTime": "53.13065124862245917617", |
||||
"expectedWait": 3.8301587446, |
||||
"gasprice": 10.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "53.03510209647058751971", |
||||
"expectedWait": 3.82327066, |
||||
"gasprice": 10.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "49.06846157804491912403", |
||||
"expectedWait": 3.5373177776, |
||||
"gasprice": 11 |
||||
}, |
||||
{ |
||||
"expectedTime": "48.30893330101818116637", |
||||
"expectedWait": 3.4825638116, |
||||
"gasprice": 11.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "48.25099734861818116715", |
||||
"expectedWait": 3.4783872414, |
||||
"gasprice": 11.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "47.64416885027272662988", |
||||
"expectedWait": 3.4346413165, |
||||
"gasprice": 11.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "46.76354741392085498401", |
||||
"expectedWait": 3.3711578128, |
||||
"gasprice": 12.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "44.99427448545882292232", |
||||
"expectedWait": 3.2436119232, |
||||
"gasprice": 13 |
||||
}, |
||||
{ |
||||
"expectedTime": "44.61790554199251276697", |
||||
"expectedWait": 3.2164796979, |
||||
"gasprice": 13.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "42.87832690973048070488", |
||||
"expectedWait": 3.0910744534, |
||||
"gasprice": 14 |
||||
}, |
||||
{ |
||||
"expectedTime": "42.21224091308663044649", |
||||
"expectedWait": 3.0430566888, |
||||
"gasprice": 14.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "41.15715335111336842864", |
||||
"expectedWait": 2.9669960203, |
||||
"gasprice": 15 |
||||
}, |
||||
{ |
||||
"expectedTime": "40.9600723880876999821", |
||||
"expectedWait": 2.9527885646, |
||||
"gasprice": 15.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "38.89138450301711177472", |
||||
"expectedWait": 2.8036580193, |
||||
"gasprice": 15.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "37.89655640860213852611", |
||||
"expectedWait": 2.7319414219, |
||||
"gasprice": 16 |
||||
}, |
||||
{ |
||||
"expectedTime": "37.35265517364705831954", |
||||
"expectedWait": 2.692731888, |
||||
"gasprice": 17.4 |
||||
}, |
||||
{ |
||||
"expectedTime": "36.79447683873796741798", |
||||
"expectedWait": 2.652493126, |
||||
"gasprice": 17.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "36.11439350850802090309", |
||||
"expectedWait": 2.6034663015, |
||||
"gasprice": 19 |
||||
}, |
||||
{ |
||||
"expectedTime": "31.32676199432192471101", |
||||
"expectedWait": 2.2583286403, |
||||
"gasprice": 20 |
||||
}, |
||||
{ |
||||
"expectedTime": "30.76792490132192471855", |
||||
"expectedWait": 2.2180423888, |
||||
"gasprice": 20.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "29.94493658520962526441", |
||||
"expectedWait": 2.1587136243, |
||||
"gasprice": 25 |
||||
}, |
||||
{ |
||||
"expectedTime": "29.53287347625561457478", |
||||
"expectedWait": 2.1290082267, |
||||
"gasprice": 29 |
||||
}, |
||||
{ |
||||
"expectedTime": "29.09318627175614934008", |
||||
"expectedWait": 2.0973114236, |
||||
"gasprice": 47 |
||||
} |
||||
], |
||||
"priceAndTimeEstimatesLastRetrieved": 1541527901281, |
||||
"errors": {} |
||||
} |
||||
} |
@ -1,482 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"completedOnboarding": true, |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"featureFlags": {"betaUI": true}, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"name": "Send Account 1" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"name": "Send Account 2" |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d", |
||||
"name": "Send Account 3" |
||||
}, |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb": { |
||||
"address": "0xd85a4b6a394794842887b8284293d69163007bbb", |
||||
"name": "Send Account 4" |
||||
} |
||||
}, |
||||
"cachedBalances": {}, |
||||
"unapprovedTxs": {}, |
||||
"conversionRate": 1200.88200327, |
||||
"conversionDate": 1489013762, |
||||
"noActiveNotices": true, |
||||
"incomingTransactions": {}, |
||||
"frequentRpcList": [], |
||||
"network": "3", |
||||
"accounts": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"code": "0x", |
||||
"balance": "0x47c9d71831c76efe", |
||||
"nonce": "0x1b", |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"code": "0x", |
||||
"balance": "0x37452b1315889f80", |
||||
"nonce": "0xa", |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb" |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"code": "0x", |
||||
"balance": "0x30c9d71831c76efe", |
||||
"nonce": "0x1c", |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d" |
||||
}, |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0xd85a4b6a394794842887b8284293d69163007bbb" |
||||
} |
||||
}, |
||||
"addressBook": [ |
||||
{ |
||||
"address": "0x06195827297c7a80a443b6894d3bdb8824b43896", |
||||
"name": "Address Book Account 1" |
||||
} |
||||
], |
||||
"assetImages": {}, |
||||
"tokens": [], |
||||
"transactions": {}, |
||||
"currentNetworkTxList": [], |
||||
"unapprovedMsgs": {}, |
||||
"unapprovedMsgCount": 0, |
||||
"unapprovedPersonalMsgs": {}, |
||||
"unapprovedPersonalMsgCount": 0, |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d" |
||||
] |
||||
}, |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [ |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb" |
||||
] |
||||
} |
||||
], |
||||
"selectedAddress": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"currentCurrency": "USD", |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"shapeShiftTxList": [], |
||||
"send": { |
||||
"gasLimit": null, |
||||
"gasPrice": null, |
||||
"gasTotal": "0xb451dc41b578", |
||||
"tokenBalance": null, |
||||
"from": "", |
||||
"to": "", |
||||
"amount": "0x0", |
||||
"memo": "", |
||||
"errors": {}, |
||||
"warnings": {}, |
||||
"maxModeOn": false, |
||||
"editingTransactionId": null |
||||
}, |
||||
"currentLocale": "en", |
||||
"preferences": { |
||||
"useNativeCurrencyAsPrimaryCurrency": true, |
||||
"showFiatInTestnets": true |
||||
}, |
||||
"frequentRpcListDetail": [] |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accountDetail", |
||||
"detailView": null, |
||||
"context": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"sidebar": {}, |
||||
"modal": { |
||||
"modalState": {}, |
||||
"previousModalState": {} |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"scrollToBottom": false, |
||||
"forgottenPassword": null |
||||
}, |
||||
"identities": {}, |
||||
"send": { |
||||
"toDropdownOpen": false, |
||||
"errors": {}, |
||||
"warnings": {}, |
||||
"gasButtonGroupShown": true |
||||
}, |
||||
"confirmTransaction": { |
||||
"txData": {}, |
||||
"tokenData": {}, |
||||
"methodData": {}, |
||||
"tokenProps": { |
||||
"tokenDecimals": "", |
||||
"tokenSymbol": "" |
||||
}, |
||||
"fiatTransactionAmount": "", |
||||
"fiatTransactionFee": "", |
||||
"fiatTransactionTotal": "", |
||||
"ethTransactionAmount": "", |
||||
"ethTransactionFee": "", |
||||
"ethTransactionTotal": "", |
||||
"hexGasTotal": "", |
||||
"nonce": "", |
||||
"fetchingMethodData": false |
||||
}, |
||||
"gas": { |
||||
"customData": { |
||||
"price": null, |
||||
"limit": "0x186a0" |
||||
}, |
||||
"basicEstimates": { |
||||
"average": 73, |
||||
"avgWait": 10.6, |
||||
"blockTime": 13.871657754010695, |
||||
"blockNum": 6655504, |
||||
"fast": 160, |
||||
"fastest": 290, |
||||
"fastestWait": 0.5, |
||||
"fastWait": 0.6, |
||||
"safeLow": 50, |
||||
"safeLowWait": 16.1, |
||||
"speed": 0.6702462692280712 |
||||
}, |
||||
"basicEstimateIsLoading": false, |
||||
"gasEstimatesLoading": false, |
||||
"priceAndTimeEstimates": [ |
||||
{ |
||||
"expectedTime": "1374.1168296452973076627", |
||||
"expectedWait": 99.0593088449, |
||||
"gasprice": 4.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "1280.88976972896682763716", |
||||
"expectedWait": 92.3386225672, |
||||
"gasprice": 4.4 |
||||
}, |
||||
{ |
||||
"expectedTime": "1245.13314632680319175597", |
||||
"expectedWait": 89.7609477113, |
||||
"gasprice": 4.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "1227.99925007911014385881", |
||||
"expectedWait": 88.5257747744, |
||||
"gasprice": 4.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "965.52572720362993349654", |
||||
"expectedWait": 69.6042062402, |
||||
"gasprice": 5 |
||||
}, |
||||
{ |
||||
"expectedTime": "917.466895447437420776", |
||||
"expectedWait": 66.1396721082, |
||||
"gasprice": 5.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "915.81694044041496090521", |
||||
"expectedWait": 66.0207277804, |
||||
"gasprice": 5.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "902.13145619709089691874", |
||||
"expectedWait": 65.034148924, |
||||
"gasprice": 5.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "890.83591122200105749896", |
||||
"expectedWait": 64.2198594443, |
||||
"gasprice": 5.4 |
||||
}, |
||||
{ |
||||
"expectedTime": "879.10469542971335712248", |
||||
"expectedWait": 63.3741627006, |
||||
"gasprice": 5.5 |
||||
}, |
||||
{ |
||||
"expectedTime": "876.99737395823100420974", |
||||
"expectedWait": 63.2222470818, |
||||
"gasprice": 5.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "865.96781957003849098957", |
||||
"expectedWait": 62.4271327138, |
||||
"gasprice": 5.7 |
||||
}, |
||||
{ |
||||
"expectedTime": "865.44839472121496158482", |
||||
"expectedWait": 62.3896876688, |
||||
"gasprice": 5.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "802.16173170976255602161", |
||||
"expectedWait": 57.8273877524, |
||||
"gasprice": 6 |
||||
}, |
||||
{ |
||||
"expectedTime": "780.79313908053047074843", |
||||
"expectedWait": 56.2869379368, |
||||
"gasprice": 6.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "770.04888359616469549233", |
||||
"expectedWait": 55.5123906062, |
||||
"gasprice": 6.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "745.01007965146736962697", |
||||
"expectedWait": 53.7073573226, |
||||
"gasprice": 6.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "735.19921111598501681816", |
||||
"expectedWait": 53.0000973318, |
||||
"gasprice": 6.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "705.68767153912619368694", |
||||
"expectedWait": 50.8726270539, |
||||
"gasprice": 6.7 |
||||
}, |
||||
{ |
||||
"expectedTime": "705.26438593445239690121", |
||||
"expectedWait": 50.8421126329, |
||||
"gasprice": 6.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "652.51573119854865429742", |
||||
"expectedWait": 47.0394918019, |
||||
"gasprice": 7 |
||||
}, |
||||
{ |
||||
"expectedTime": "635.51471669299464383162", |
||||
"expectedWait": 45.813898235, |
||||
"gasprice": 7.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "634.37181911960854759036", |
||||
"expectedWait": 45.7315073922, |
||||
"gasprice": 7.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "633.23097691113902888918", |
||||
"expectedWait": 45.6492647195, |
||||
"gasprice": 7.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "112.7753456245379663928", |
||||
"expectedWait": 8.1299111919, |
||||
"gasprice": 7.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "102.9665314468898381829", |
||||
"expectedWait": 7.4227992986, |
||||
"gasprice": 8 |
||||
}, |
||||
{ |
||||
"expectedTime": "100.94784507024919649891", |
||||
"expectedWait": 7.2772733339, |
||||
"gasprice": 8.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "100.46445647447807351078", |
||||
"expectedWait": 7.2424261221, |
||||
"gasprice": 8.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "84.91686745986737853339", |
||||
"expectedWait": 6.1216091808, |
||||
"gasprice": 9 |
||||
}, |
||||
{ |
||||
"expectedTime": "80.39566429296684383503", |
||||
"expectedWait": 5.7956781892, |
||||
"gasprice": 9.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "78.24522052614759252715", |
||||
"expectedWait": 5.6406539084, |
||||
"gasprice": 9.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "77.1685119880459882636", |
||||
"expectedWait": 5.5630345959, |
||||
"gasprice": 9.5 |
||||
}, |
||||
{ |
||||
"expectedTime": "72.43649507646737870178", |
||||
"expectedWait": 5.2219061601, |
||||
"gasprice": 9.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "71.48259532351443753818", |
||||
"expectedWait": 5.1531400638, |
||||
"gasprice": 9.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "58.23892805162994573827", |
||||
"expectedWait": 4.1984115442, |
||||
"gasprice": 10 |
||||
}, |
||||
{ |
||||
"expectedTime": "53.13065124862245917617", |
||||
"expectedWait": 3.8301587446, |
||||
"gasprice": 10.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "53.03510209647058751971", |
||||
"expectedWait": 3.82327066, |
||||
"gasprice": 10.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "49.06846157804491912403", |
||||
"expectedWait": 3.5373177776, |
||||
"gasprice": 11 |
||||
}, |
||||
{ |
||||
"expectedTime": "48.30893330101818116637", |
||||
"expectedWait": 3.4825638116, |
||||
"gasprice": 11.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "48.25099734861818116715", |
||||
"expectedWait": 3.4783872414, |
||||
"gasprice": 11.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "47.64416885027272662988", |
||||
"expectedWait": 3.4346413165, |
||||
"gasprice": 11.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "46.76354741392085498401", |
||||
"expectedWait": 3.3711578128, |
||||
"gasprice": 12.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "44.99427448545882292232", |
||||
"expectedWait": 3.2436119232, |
||||
"gasprice": 13 |
||||
}, |
||||
{ |
||||
"expectedTime": "44.61790554199251276697", |
||||
"expectedWait": 3.2164796979, |
||||
"gasprice": 13.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "42.87832690973048070488", |
||||
"expectedWait": 3.0910744534, |
||||
"gasprice": 14 |
||||
}, |
||||
{ |
||||
"expectedTime": "42.21224091308663044649", |
||||
"expectedWait": 3.0430566888, |
||||
"gasprice": 14.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "41.15715335111336842864", |
||||
"expectedWait": 2.9669960203, |
||||
"gasprice": 15 |
||||
}, |
||||
{ |
||||
"expectedTime": "40.9600723880876999821", |
||||
"expectedWait": 2.9527885646, |
||||
"gasprice": 15.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "38.89138450301711177472", |
||||
"expectedWait": 2.8036580193, |
||||
"gasprice": 15.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "37.89655640860213852611", |
||||
"expectedWait": 2.7319414219, |
||||
"gasprice": 16 |
||||
}, |
||||
{ |
||||
"expectedTime": "37.35265517364705831954", |
||||
"expectedWait": 2.692731888, |
||||
"gasprice": 17.4 |
||||
}, |
||||
{ |
||||
"expectedTime": "36.79447683873796741798", |
||||
"expectedWait": 2.652493126, |
||||
"gasprice": 17.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "36.11439350850802090309", |
||||
"expectedWait": 2.6034663015, |
||||
"gasprice": 19 |
||||
}, |
||||
{ |
||||
"expectedTime": "31.32676199432192471101", |
||||
"expectedWait": 2.2583286403, |
||||
"gasprice": 20 |
||||
}, |
||||
{ |
||||
"expectedTime": "30.76792490132192471855", |
||||
"expectedWait": 2.2180423888, |
||||
"gasprice": 20.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "29.94493658520962526441", |
||||
"expectedWait": 2.1587136243, |
||||
"gasprice": 25 |
||||
}, |
||||
{ |
||||
"expectedTime": "29.53287347625561457478", |
||||
"expectedWait": 2.1290082267, |
||||
"gasprice": 29 |
||||
}, |
||||
{ |
||||
"expectedTime": "29.09318627175614934008", |
||||
"expectedWait": 2.0973114236, |
||||
"gasprice": 47 |
||||
} |
||||
], |
||||
"priceAndTimeEstimatesLastRetrieved": 1541527901281, |
||||
"errors": {} |
||||
} |
||||
} |
@ -1,425 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": true, |
||||
"isUnlocked": true, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"name": "Account 1" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"name": "Account 2" |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d", |
||||
"name": "Account 3" |
||||
}, |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb": { |
||||
"address": "0xd85a4b6a394794842887b8284293d69163007bbb", |
||||
"name": "Account 4" |
||||
} |
||||
}, |
||||
"assetImages": {}, |
||||
"unapprovedTxs": {}, |
||||
"conversionRate": 16.88200327, |
||||
"conversionDate": 1489013762, |
||||
"noActiveNotices": true, |
||||
"frequentRpcList": [], |
||||
"network": "3", |
||||
"accounts": { |
||||
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": { |
||||
"code": "0x", |
||||
"balance": "0x47c9d71831c76efe", |
||||
"nonce": "0x1b", |
||||
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825" |
||||
}, |
||||
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": { |
||||
"code": "0x", |
||||
"balance": "0x37452b1315889f80", |
||||
"nonce": "0xa", |
||||
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb" |
||||
}, |
||||
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d" |
||||
}, |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb": { |
||||
"code": "0x", |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"address": "0xd85a4b6a394794842887b8284293d69163007bbb" |
||||
} |
||||
}, |
||||
"transactions": {}, |
||||
"currentNetworkTxList": [], |
||||
"unapprovedMsgs": {}, |
||||
"unapprovedMsgCount": 0, |
||||
"unapprovedPersonalMsgs": {}, |
||||
"unapprovedPersonalMsgCount": 0, |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
], |
||||
"keyrings": [ |
||||
{ |
||||
"type": "HD Key Tree", |
||||
"accounts": [ |
||||
"fdea65c8e26263f6d9a1b5de9555d2931a33b825", |
||||
"c5b8dbac4c1d3f152cdeb400e2313f309c410acb", |
||||
"2f8d4a878cfa04a6e60d46362f5644deab66572d" |
||||
] |
||||
}, |
||||
{ |
||||
"type": "Simple Key Pair", |
||||
"accounts": [ |
||||
"0xd85a4b6a394794842887b8284293d69163007bbb" |
||||
] |
||||
} |
||||
], |
||||
"selectedAddress": "0xd85a4b6a394794842887b8284293d69163007bbb", |
||||
"currentCurrency": "USD", |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"shapeShiftTxList": [], |
||||
"frequentRpcListDetail": [] |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "sendTransaction", |
||||
"context": "0xd85a4b6a394794842887b8284293d69163007bbb" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions", |
||||
"accountExport": "none", |
||||
"privateKey": "" |
||||
}, |
||||
"sidebar": {}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null, |
||||
"scrollToBottom": false, |
||||
"forgottenPassword": null |
||||
}, |
||||
"identities": {}, |
||||
"gas": { |
||||
"customData": { |
||||
"price": null, |
||||
"limit": "0x186a0" |
||||
}, |
||||
"basicEstimates": { |
||||
"average": 73, |
||||
"avgWait": 10.6, |
||||
"blockTime": 13.871657754010695, |
||||
"blockNum": 6655504, |
||||
"fast": 160, |
||||
"fastest": 290, |
||||
"fastestWait": 0.5, |
||||
"fastWait": 0.6, |
||||
"safeLow": 50, |
||||
"safeLowWait": 16.1, |
||||
"speed": 0.6702462692280712 |
||||
}, |
||||
"basicEstimateIsLoading": false, |
||||
"gasEstimatesLoading": false, |
||||
"priceAndTimeEstimates": [ |
||||
{ |
||||
"expectedTime": "1374.1168296452973076627", |
||||
"expectedWait": 99.0593088449, |
||||
"gasprice": 4.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "1280.88976972896682763716", |
||||
"expectedWait": 92.3386225672, |
||||
"gasprice": 4.4 |
||||
}, |
||||
{ |
||||
"expectedTime": "1245.13314632680319175597", |
||||
"expectedWait": 89.7609477113, |
||||
"gasprice": 4.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "1227.99925007911014385881", |
||||
"expectedWait": 88.5257747744, |
||||
"gasprice": 4.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "965.52572720362993349654", |
||||
"expectedWait": 69.6042062402, |
||||
"gasprice": 5 |
||||
}, |
||||
{ |
||||
"expectedTime": "917.466895447437420776", |
||||
"expectedWait": 66.1396721082, |
||||
"gasprice": 5.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "915.81694044041496090521", |
||||
"expectedWait": 66.0207277804, |
||||
"gasprice": 5.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "902.13145619709089691874", |
||||
"expectedWait": 65.034148924, |
||||
"gasprice": 5.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "890.83591122200105749896", |
||||
"expectedWait": 64.2198594443, |
||||
"gasprice": 5.4 |
||||
}, |
||||
{ |
||||
"expectedTime": "879.10469542971335712248", |
||||
"expectedWait": 63.3741627006, |
||||
"gasprice": 5.5 |
||||
}, |
||||
{ |
||||
"expectedTime": "876.99737395823100420974", |
||||
"expectedWait": 63.2222470818, |
||||
"gasprice": 5.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "865.96781957003849098957", |
||||
"expectedWait": 62.4271327138, |
||||
"gasprice": 5.7 |
||||
}, |
||||
{ |
||||
"expectedTime": "865.44839472121496158482", |
||||
"expectedWait": 62.3896876688, |
||||
"gasprice": 5.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "802.16173170976255602161", |
||||
"expectedWait": 57.8273877524, |
||||
"gasprice": 6 |
||||
}, |
||||
{ |
||||
"expectedTime": "780.79313908053047074843", |
||||
"expectedWait": 56.2869379368, |
||||
"gasprice": 6.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "770.04888359616469549233", |
||||
"expectedWait": 55.5123906062, |
||||
"gasprice": 6.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "745.01007965146736962697", |
||||
"expectedWait": 53.7073573226, |
||||
"gasprice": 6.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "735.19921111598501681816", |
||||
"expectedWait": 53.0000973318, |
||||
"gasprice": 6.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "705.68767153912619368694", |
||||
"expectedWait": 50.8726270539, |
||||
"gasprice": 6.7 |
||||
}, |
||||
{ |
||||
"expectedTime": "705.26438593445239690121", |
||||
"expectedWait": 50.8421126329, |
||||
"gasprice": 6.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "652.51573119854865429742", |
||||
"expectedWait": 47.0394918019, |
||||
"gasprice": 7 |
||||
}, |
||||
{ |
||||
"expectedTime": "635.51471669299464383162", |
||||
"expectedWait": 45.813898235, |
||||
"gasprice": 7.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "634.37181911960854759036", |
||||
"expectedWait": 45.7315073922, |
||||
"gasprice": 7.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "633.23097691113902888918", |
||||
"expectedWait": 45.6492647195, |
||||
"gasprice": 7.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "112.7753456245379663928", |
||||
"expectedWait": 8.1299111919, |
||||
"gasprice": 7.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "102.9665314468898381829", |
||||
"expectedWait": 7.4227992986, |
||||
"gasprice": 8 |
||||
}, |
||||
{ |
||||
"expectedTime": "100.94784507024919649891", |
||||
"expectedWait": 7.2772733339, |
||||
"gasprice": 8.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "100.46445647447807351078", |
||||
"expectedWait": 7.2424261221, |
||||
"gasprice": 8.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "84.91686745986737853339", |
||||
"expectedWait": 6.1216091808, |
||||
"gasprice": 9 |
||||
}, |
||||
{ |
||||
"expectedTime": "80.39566429296684383503", |
||||
"expectedWait": 5.7956781892, |
||||
"gasprice": 9.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "78.24522052614759252715", |
||||
"expectedWait": 5.6406539084, |
||||
"gasprice": 9.2 |
||||
}, |
||||
{ |
||||
"expectedTime": "77.1685119880459882636", |
||||
"expectedWait": 5.5630345959, |
||||
"gasprice": 9.5 |
||||
}, |
||||
{ |
||||
"expectedTime": "72.43649507646737870178", |
||||
"expectedWait": 5.2219061601, |
||||
"gasprice": 9.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "71.48259532351443753818", |
||||
"expectedWait": 5.1531400638, |
||||
"gasprice": 9.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "58.23892805162994573827", |
||||
"expectedWait": 4.1984115442, |
||||
"gasprice": 10 |
||||
}, |
||||
{ |
||||
"expectedTime": "53.13065124862245917617", |
||||
"expectedWait": 3.8301587446, |
||||
"gasprice": 10.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "53.03510209647058751971", |
||||
"expectedWait": 3.82327066, |
||||
"gasprice": 10.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "49.06846157804491912403", |
||||
"expectedWait": 3.5373177776, |
||||
"gasprice": 11 |
||||
}, |
||||
{ |
||||
"expectedTime": "48.30893330101818116637", |
||||
"expectedWait": 3.4825638116, |
||||
"gasprice": 11.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "48.25099734861818116715", |
||||
"expectedWait": 3.4783872414, |
||||
"gasprice": 11.3 |
||||
}, |
||||
{ |
||||
"expectedTime": "47.64416885027272662988", |
||||
"expectedWait": 3.4346413165, |
||||
"gasprice": 11.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "46.76354741392085498401", |
||||
"expectedWait": 3.3711578128, |
||||
"gasprice": 12.6 |
||||
}, |
||||
{ |
||||
"expectedTime": "44.99427448545882292232", |
||||
"expectedWait": 3.2436119232, |
||||
"gasprice": 13 |
||||
}, |
||||
{ |
||||
"expectedTime": "44.61790554199251276697", |
||||
"expectedWait": 3.2164796979, |
||||
"gasprice": 13.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "42.87832690973048070488", |
||||
"expectedWait": 3.0910744534, |
||||
"gasprice": 14 |
||||
}, |
||||
{ |
||||
"expectedTime": "42.21224091308663044649", |
||||
"expectedWait": 3.0430566888, |
||||
"gasprice": 14.9 |
||||
}, |
||||
{ |
||||
"expectedTime": "41.15715335111336842864", |
||||
"expectedWait": 2.9669960203, |
||||
"gasprice": 15 |
||||
}, |
||||
{ |
||||
"expectedTime": "40.9600723880876999821", |
||||
"expectedWait": 2.9527885646, |
||||
"gasprice": 15.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "38.89138450301711177472", |
||||
"expectedWait": 2.8036580193, |
||||
"gasprice": 15.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "37.89655640860213852611", |
||||
"expectedWait": 2.7319414219, |
||||
"gasprice": 16 |
||||
}, |
||||
{ |
||||
"expectedTime": "37.35265517364705831954", |
||||
"expectedWait": 2.692731888, |
||||
"gasprice": 17.4 |
||||
}, |
||||
{ |
||||
"expectedTime": "36.79447683873796741798", |
||||
"expectedWait": 2.652493126, |
||||
"gasprice": 17.8 |
||||
}, |
||||
{ |
||||
"expectedTime": "36.11439350850802090309", |
||||
"expectedWait": 2.6034663015, |
||||
"gasprice": 19 |
||||
}, |
||||
{ |
||||
"expectedTime": "31.32676199432192471101", |
||||
"expectedWait": 2.2583286403, |
||||
"gasprice": 20 |
||||
}, |
||||
{ |
||||
"expectedTime": "30.76792490132192471855", |
||||
"expectedWait": 2.2180423888, |
||||
"gasprice": 20.1 |
||||
}, |
||||
{ |
||||
"expectedTime": "29.94493658520962526441", |
||||
"expectedWait": 2.1587136243, |
||||
"gasprice": 25 |
||||
}, |
||||
{ |
||||
"expectedTime": "29.53287347625561457478", |
||||
"expectedWait": 2.1290082267, |
||||
"gasprice": 29 |
||||
}, |
||||
{ |
||||
"expectedTime": "29.09318627175614934008", |
||||
"expectedWait": 2.0973114236, |
||||
"gasprice": 47 |
||||
} |
||||
], |
||||
"priceAndTimeEstimatesLastRetrieved": 1541527901281, |
||||
"errors": {} |
||||
} |
||||
} |
@ -1,69 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": false, |
||||
"isUnlocked": true, |
||||
"currentDomain": "example.com", |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": { |
||||
"0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { |
||||
"name": "Wallet 1", |
||||
"address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { |
||||
"name": "Wallet 2", |
||||
"address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b", |
||||
"mayBeFauceting": false |
||||
}, |
||||
"0xeb9e64b93097bc15f01f13eae97015c57ab64823": { |
||||
"name": "Wallet 3", |
||||
"address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823", |
||||
"mayBeFauceting": false |
||||
} |
||||
}, |
||||
"unconfTxs": {}, |
||||
"accounts": { |
||||
"0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"code": "0x", |
||||
"address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" |
||||
}, |
||||
"0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"code": "0x", |
||||
"address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b" |
||||
}, |
||||
"0xeb9e64b93097bc15f01f13eae97015c57ab64823": { |
||||
"balance": "0x0", |
||||
"nonce": "0x0", |
||||
"code": "0x", |
||||
"address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823" |
||||
} |
||||
}, |
||||
"transactions": [], |
||||
"network": "2", |
||||
"seedWords": "debris dizzy just program just float decrease vacant alarm reduce speak stadium", |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
} |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "createVaultComplete", |
||||
"seedWords": "debris dizzy just program just float decrease vacant alarm reduce speak stadium" |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"currentDomain": "extensions", |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
@ -1,39 +0,0 @@ |
||||
{ |
||||
"metamask": { |
||||
"isInitialized": false, |
||||
"isUnlocked": false, |
||||
"rpcTarget": "https://rawtestrpc.metamask.io/", |
||||
"identities": {}, |
||||
"unconfTxs": {}, |
||||
"currentCurrency": "USD", |
||||
"conversionRate": 8.18703468, |
||||
"conversionDate": 1481755832, |
||||
"network": "3", |
||||
"accounts": {}, |
||||
"transactions": [], |
||||
"provider": { |
||||
"type": "testnet" |
||||
}, |
||||
"unconfMsgs": {}, |
||||
"messages": [], |
||||
"shapeShiftTxList": [], |
||||
"keyringTypes": [ |
||||
"Simple Key Pair", |
||||
"HD Key Tree" |
||||
] |
||||
}, |
||||
"appState": { |
||||
"menuOpen": false, |
||||
"currentView": { |
||||
"name": "accounts", |
||||
"detailView": null |
||||
}, |
||||
"accountDetail": { |
||||
"subview": "transactions" |
||||
}, |
||||
"transForward": true, |
||||
"isLoading": false, |
||||
"warning": null |
||||
}, |
||||
"identities": {} |
||||
} |
Loading…
Reference in new issue