diff options
Diffstat (limited to 'development/states/account-detail.json')
-rw-r--r-- | development/states/account-detail.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/development/states/account-detail.json b/development/states/account-detail.json index a8183e3fb..644e3674d 100644 --- a/development/states/account-detail.json +++ b/development/states/account-detail.json @@ -33,20 +33,20 @@ "accounts": { "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { "code": "0x", - "balance": "0x0", + "balance": "0x100000000000", "nonce": "0x0", "address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" }, "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { "code": "0x", "nonce": "0x0", - "balance": "0x0", + "balance": "0x100000000000", "address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b" }, "0xeb9e64b93097bc15f01f13eae97015c57ab64823": { "code": "0x", "nonce": "0x0", - "balance": "0x0", + "balance": "0x100000000000", "address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823" }, "0x704107d04affddd9b66ab9de3dd7b095852e9b69": { @@ -60,13 +60,12 @@ "selectedAddress": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", "network": "2", "seedWords": null, - "isConfirmed": true, "unconfMsgs": {}, "messages": [], "provider": { "type": "testnet" }, - "selectedAccount": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" + "selectedAddress": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" }, "appState": { "menuOpen": false, |