aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/accounts.json
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-09-13 05:22:06 +0800
committerDan Finlay <dan@danfinlay.com>2016-09-13 05:22:06 +0800
commit0d11eab8cbb8f88c77a5d9eebf87a5796a585c93 (patch)
treeca1f6d88bd3b421a7c8cff2220615fee2784f2bf /development/states/accounts.json
parent6fcbb43c504b7a76cc28e47f1d63adf06264415f (diff)
downloadtangerine-wallet-browser-0d11eab8cbb8f88c77a5d9eebf87a5796a585c93.tar.gz
tangerine-wallet-browser-0d11eab8cbb8f88c77a5d9eebf87a5796a585c93.tar.zst
tangerine-wallet-browser-0d11eab8cbb8f88c77a5d9eebf87a5796a585c93.zip
Add accounts back to metamask state
Diffstat (limited to 'development/states/accounts.json')
-rw-r--r--development/states/accounts.json10
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
+}