diff options
Add accounts back to metamask state
Diffstat (limited to 'development/states')
-rw-r--r-- | development/states/account-detail.json | 6 | ||||
-rw-r--r-- | development/states/accounts.json | 10 |
2 files changed, 8 insertions, 8 deletions
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": { diff --git a/development/states/accounts.json b/development/states/accounts.json index df3eb8132..1ecf632f1 100644 --- a/development/states/accounts.json +++ b/development/states/accounts.json @@ -29,25 +29,25 @@ "unconfTxs": {}, "accounts": { "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": { - "balance": "0x0", + "balance": "0x100000000000000", "nonce": "0x0", "code": "0x", "address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc" }, "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": { - "balance": "0x0", + "balance": "0x100000000000000", "nonce": "0x0", "code": "0x", "address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b" }, "0xeb9e64b93097bc15f01f13eae97015c57ab64823": { - "balance": "0x0", + "balance": "0x100000000000", "nonce": "0x0", "code": "0x", "address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823" }, "0x704107d04affddd9b66ab9de3dd7b095852e9b69": { - "balance": "0x0", + "balance": "0x100000000000", "code": "0x", "nonce": "0x0", "address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69" @@ -82,4 +82,4 @@ "scrollToBottom": true }, "identities": {} -}
\ No newline at end of file +} |