aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-06-14 08:58:51 +0800
committerDan Finlay <dan@danfinlay.com>2017-06-14 08:58:51 +0800
commit42f8f32a52b1ed621179a253a7a3da7641b55e04 (patch)
tree8c0e85744b941523accea62fa7e19e404d9bba7a
parent5c9a228848144288488e218df4708b940c6e0487 (diff)
downloadtangerine-wallet-browser-42f8f32a52b1ed621179a253a7a3da7641b55e04.tar.gz
tangerine-wallet-browser-42f8f32a52b1ed621179a253a7a3da7641b55e04.tar.zst
tangerine-wallet-browser-42f8f32a52b1ed621179a253a7a3da7641b55e04.zip
Remove bad state file
-rw-r--r--development/states/token-list.json93
1 files changed, 0 insertions, 93 deletions
diff --git a/development/states/token-list.json b/development/states/token-list.json
deleted file mode 100644
index 404f1aedd..000000000
--- a/development/states/token-list.json
+++ /dev/null
@@ -1,93 +0,0 @@
-{
- "metamask": {
- "isInitialized": true,
- "isUnlocked": true,
- "rpcTarget": "https://rawtestrpc.metamask.io/",
- "identities": {
- "0x55e2780588aa5000f464f700d2676fd0a22ee160": {
- "address": "0x55e2780588aa5000f464f700d2676fd0a22ee160",
- "name": "Account 1"
- },
- "0x1c3d6d41dcb245c11a449ec46c9cf9eb7dada4af": {
- "address": "0x1c3d6d41dcb245c11a449ec46c9cf9eb7dada4af",
- "name": "Account 2"
- },
- "0xe34b1ac3074121418152c7a68b4ae6cb7803d725": {
- "address": "0xe34b1ac3074121418152c7a68b4ae6cb7803d725",
- "name": "Account 3"
- }
- },
- "unapprovedTxs": {},
- "noActiveNotices": true,
- "frequentRpcList": [],
- "addressBook": [],
- "network": "1",
- "accounts": {
- "0x55e2780588aa5000f464f700d2676fd0a22ee160": {
- "balance": "0x4622f471c28b8a53",
- "nonce": "0x17",
- "code": "0x",
- "address": "0x55e2780588aa5000f464f700d2676fd0a22ee160"
- },
- "0x1c3d6d41dcb245c11a449ec46c9cf9eb7dada4af": {
- "balance": "0x0",
- "nonce": "0x0",
- "code": "0x",
- "address": "0x1c3d6d41dcb245c11a449ec46c9cf9eb7dada4af"
- },
- "0xe34b1ac3074121418152c7a68b4ae6cb7803d725": {
- "balance": "0x0",
- "nonce": "0x0",
- "code": "0x",
- "address": "0xe34b1ac3074121418152c7a68b4ae6cb7803d725"
- }
- },
- "transactions": {},
- "currentBlockNumber": 3575443,
- "currentBlockHash": "0xf03bdb8ad844336723473865a5368fa618de837d8290ad380fadbc9fa2bf87f6",
- "selectedAddressTxList": [],
- "unapprovedMsgs": {},
- "unapprovedMsgCount": 0,
- "unapprovedPersonalMsgs": {},
- "unapprovedPersonalMsgCount": 0,
- "keyringTypes": [
- "Simple Key Pair",
- "HD Key Tree"
- ],
- "keyrings": [
- {
- "type": "HD Key Tree",
- "accounts": [
- "55e2780588aa5000f464f700d2676fd0a22ee160",
- "1c3d6d41dcb245c11a449ec46c9cf9eb7dada4af",
- "e34b1ac3074121418152c7a68b4ae6cb7803d725"
- ]
- }
- ],
- "selectedAddress": "0x55e2780588aa5000f464f700d2676fd0a22ee160",
- "currentCurrency": "USD",
- "conversionRate": 51.12009214,
- "conversionDate": 1492788481,
- "provider": {
- "type": "mainnet"
- },
- "shapeShiftTxList": [],
- "lostAccounts": []
- },
- "appState": {
- "shouldClose": false,
- "menuOpen": false,
- "currentView": {
- "name": "accountDetail",
- "detailView": "tokens",
- "context": "0x55e2780588aa5000f464f700d2676fd0a22ee160"
- },
- "accountDetail": {
- "subview": "transactions"
- },
- "transForward": true,
- "isLoading": false,
- "warning": null
- },
- "identities": {}
-}