From 0d11eab8cbb8f88c77a5d9eebf87a5796a585c93 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 12 Sep 2016 14:22:06 -0700 Subject: Add accounts back to metamask state --- development/states/account-detail.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'development/states/account-detail.json') diff --git a/development/states/account-detail.json b/development/states/account-detail.json index a8183e3fb..e51e31587 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": { -- cgit