diff options
Add accounts back to metamask state
Diffstat (limited to 'development/states/accounts.json')
-rw-r--r-- | development/states/accounts.json | 10 |
1 files changed, 5 insertions, 5 deletions
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 +} |