aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/routes.js
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-07-18 09:17:54 +0800
committerGitHub <noreply@github.com>2018-07-18 09:17:54 +0800
commitf6ca06f775a739c8b449405c5e96b03151a6a33c (patch)
treec81242106d9e6c718e54ab338e99b5e10c665089 /ui/app/routes.js
parent89911dda170e33d8d9ca2f29f2705ed446d4c0f2 (diff)
parent301ae305b88d0a7e3a3cbca9a500f4b39753dc52 (diff)
downloadtangerine-wallet-browser-f6ca06f775a739c8b449405c5e96b03151a6a33c.tar.gz
tangerine-wallet-browser-f6ca06f775a739c8b449405c5e96b03151a6a33c.tar.zst
tangerine-wallet-browser-f6ca06f775a739c8b449405c5e96b03151a6a33c.zip
Merge pull request #4800 from MetaMask/i4785-confirm-screen-fixes
Add fallback when no function found, fix network colors, add fiat values for tokens with contract exchange rates
Diffstat (limited to 'ui/app/routes.js')
-rw-r--r--ui/app/routes.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/routes.js b/ui/app/routes.js
index 7ac606b1a..9c219115b 100644
--- a/ui/app/routes.js
+++ b/ui/app/routes.js
@@ -26,6 +26,7 @@ const CONFIRM_SEND_ETHER_PATH = '/send-ether'
const CONFIRM_SEND_TOKEN_PATH = '/send-token'
const CONFIRM_DEPLOY_CONTRACT_PATH = '/deploy-contract'
const CONFIRM_APPROVE_PATH = '/approve'
+const CONFIRM_TRANSFER_FROM_PATH = '/transfer-from'
const CONFIRM_TOKEN_METHOD_PATH = '/token-method'
const SIGNATURE_REQUEST_PATH = '/signature-request'
@@ -57,6 +58,7 @@ module.exports = {
CONFIRM_SEND_TOKEN_PATH,
CONFIRM_DEPLOY_CONTRACT_PATH,
CONFIRM_APPROVE_PATH,
+ CONFIRM_TRANSFER_FROM_PATH,
CONFIRM_TOKEN_METHOD_PATH,
SIGNATURE_REQUEST_PATH,
}