diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2017-02-24 06:17:52 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2017-02-24 06:17:52 +0800 |
commit | 30e4bdf24b30c9a59a86d7b7890af66ffd0e83c5 (patch) | |
tree | 831a0441622eb017e64dc9a8c513c82b2a8f7c08 /development/states/pending-tx-insufficient.json | |
parent | 6b56d6ba9853ec978cd2d3d030882fa5ee3645cd (diff) | |
parent | 09c7b9d242f66db99c80f22fae00dfdb894e2adc (diff) | |
download | tangerine-wallet-browser-30e4bdf24b30c9a59a86d7b7890af66ffd0e83c5.tar tangerine-wallet-browser-30e4bdf24b30c9a59a86d7b7890af66ffd0e83c5.tar.gz tangerine-wallet-browser-30e4bdf24b30c9a59a86d7b7890af66ffd0e83c5.tar.bz2 tangerine-wallet-browser-30e4bdf24b30c9a59a86d7b7890af66ffd0e83c5.tar.lz tangerine-wallet-browser-30e4bdf24b30c9a59a86d7b7890af66ffd0e83c5.tar.xz tangerine-wallet-browser-30e4bdf24b30c9a59a86d7b7890af66ffd0e83c5.tar.zst tangerine-wallet-browser-30e4bdf24b30c9a59a86d7b7890af66ffd0e83c5.zip |
Merge github.com:MetaMask/metamask-plugin into i765-gaslimits
Diffstat (limited to 'development/states/pending-tx-insufficient.json')
-rw-r--r-- | development/states/pending-tx-insufficient.json | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/development/states/pending-tx-insufficient.json b/development/states/pending-tx-insufficient.json new file mode 100644 index 000000000..10ecc826d --- /dev/null +++ b/development/states/pending-tx-insufficient.json @@ -0,0 +1,107 @@ +{ + "metamask": { + "isInitialized": true, + "isUnlocked": true, + "rpcTarget": "https://rawtestrpc.metamask.io/", + "identities": { + "0xa06599bd35921cfb5b71b4be3869740385b0b306": { + "address": "0xa06599bd35921cfb5b71b4be3869740385b0b306", + "name": "Account 1" + } + }, + "unapprovedTxs": { + "1188547363326880": { + "id": 1188547363326880, + "time": 1487662234127, + "status": "unapproved", + "gasMultiplier": 1, + "metamaskNetworkId": "3", + "txParams": { + "from": "0xa06599bd35921cfb5b71b4be3869740385b0b306", + "to": "0x18a3462427bcc9133bb46e88bcbe39cd7ef0e761", + "value": "0xde0b6b3a7640000", + "metamaskId": 1188547363326880, + "metamaskNetworkId": "3", + "gas": "0x5209" + }, + "gasLimitSpecified": false, + "estimatedGas": "0x5209", + "txFee": "17e0186e60800", + "txValue": "de0b6b3a7640000", + "maxCost": "de234b52e4a0800" + } + }, + "currentFiat": "USD", + "conversionRate": 12.59854817, + "conversionDate": 1487662141, + "noActiveNotices": true, + "network": "3", + "accounts": { + "0xa06599bd35921cfb5b71b4be3869740385b0b306": { + "nonce": "0x0", + "balance": "0x0", + "code": "0x", + "address": "0xa06599bd35921cfb5b71b4be3869740385b0b306" + } + }, + "transactions": {}, + "selectedAddressTxList": [ + { + "id": 1188547363326880, + "time": 1487662234127, + "status": "unapproved", + "gasMultiplier": 1, + "metamaskNetworkId": "3", + "txParams": { + "from": "0xa06599bd35921cfb5b71b4be3869740385b0b306", + "to": "0x18a3462427bcc9133bb46e88bcbe39cd7ef0e761", + "value": "0xde0b6b3a7640000", + "metamaskId": 1188547363326880, + "metamaskNetworkId": "3", + "gas": "0x5209" + }, + "gasLimitSpecified": false, + "estimatedGas": "0x5209", + "txFee": "17e0186e60800", + "txValue": "de0b6b3a7640000", + "maxCost": "de234b52e4a0800" + } + ], + "unapprovedMsgs": {}, + "unapprovedMsgCount": 0, + "keyringTypes": [ + "Simple Key Pair", + "HD Key Tree" + ], + "keyrings": [ + { + "type": "HD Key Tree", + "accounts": [ + "a06599bd35921cfb5b71b4be3869740385b0b306" + ] + } + ], + "selectedAddress": "0xa06599bd35921cfb5b71b4be3869740385b0b306", + "currentCurrency": "USD", + "provider": { + "type": "testnet" + }, + "shapeShiftTxList": [], + "lostAccounts": [], + "seedWords": null + }, + "appState": { + "menuOpen": false, + "currentView": { + "name": "confTx", + "context": 0 + }, + "accountDetail": { + "subview": "transactions" + }, + "transForward": true, + "isLoading": false, + "warning": null + }, + "identities": {} +} |