aboutsummaryrefslogtreecommitdiffstats
path: root/development/states
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-11-05 03:00:56 +0800
committerDan Finlay <dan@danfinlay.com>2016-11-05 03:01:41 +0800
commit1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d (patch)
tree98fb5e3c8e47a43675f0963ef5b7f07866c243f1 /development/states
parente3fb7fa7bbe28dcdb3202c6b228700d5812fbdf9 (diff)
downloadtangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.tar
tangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.tar.gz
tangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.tar.bz2
tangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.tar.lz
tangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.tar.xz
tangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.tar.zst
tangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.zip
Scaffold new account view
Diffstat (limited to 'development/states')
-rw-r--r--development/states/new-account.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/development/states/new-account.json b/development/states/new-account.json
new file mode 100644
index 000000000..8c9be3654
--- /dev/null
+++ b/development/states/new-account.json
@@ -0,0 +1,66 @@
+{
+ "metamask": {
+ "isInitialized": true,
+ "isUnlocked": true,
+ "rpcTarget": "https://rawtestrpc.metamask.io/",
+ "identities": {
+ "0xa6ef573d60594731178b7f85d80da13cc2af52dd": {
+ "address": "0xa6ef573d60594731178b7f85d80da13cc2af52dd",
+ "name": "Dan! 1"
+ },
+ "0xf9f52e84ad2c9122caa87478d27041ddaa215666": {
+ "address": "0xf9f52e84ad2c9122caa87478d27041ddaa215666",
+ "name": "Account 2"
+ }
+ },
+ "unconfTxs": {},
+ "currentFiat": "USD",
+ "conversionRate": 10.92067835,
+ "conversionDate": 1478282884,
+ "network": null,
+ "accounts": {
+ "0xa6ef573d60594731178b7f85d80da13cc2af52dd": {
+ "balance": "0x00",
+ "nonce": "0x100000",
+ "code": "0x",
+ "address": "0xa6ef573d60594731178b7f85d80da13cc2af52dd"
+ },
+ "0xf9f52e84ad2c9122caa87478d27041ddaa215666": {
+ "balance": "0x00",
+ "nonce": "0x100000",
+ "code": "0x",
+ "address": "0xf9f52e84ad2c9122caa87478d27041ddaa215666"
+ }
+ },
+ "transactions": [],
+ "provider": {
+ "type": "testnet"
+ },
+ "selectedAccount": "0xa6ef573d60594731178b7f85d80da13cc2af52dd",
+ "isConfirmed": true,
+ "unconfMsgs": {},
+ "messages": [],
+ "selectedAddress": "0xa6ef573d60594731178b7f85d80da13cc2af52dd",
+ "shapeShiftTxList": [],
+ "keyringTypes": [
+ "Simple Key Pair",
+ "HD Key Tree"
+ ]
+ },
+ "appState": {
+ "menuOpen": false,
+ "currentView": {
+ "name": "new-account"
+ },
+ "accountDetail": {
+ "subview": "transactions"
+ },
+ "transForward": true,
+ "isLoading": false,
+ "warning": null,
+ "forgottenPassword": null,
+ "detailView": {},
+ "scrollToBottom": false
+ },
+ "identities": {}
+} \ No newline at end of file