aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send.constants.js
diff options
context:
space:
mode:
authorJonathan Smirnoff <7558841+jonathansmirnoff@users.noreply.github.com>2019-02-14 04:30:46 +0800
committerFrankie <frankie.diamond@gmail.com>2019-02-14 04:30:46 +0800
commit8dddf48904323d47685516ccc76f9e267dbd188a (patch)
tree3e1c11920da2be888271e4bc48d8dce61e64b944 /ui/app/components/send/send.constants.js
parentf7ab4577f637dd9e96cec0f08848bc70c489f9d3 (diff)
downloadtangerine-wallet-browser-8dddf48904323d47685516ccc76f9e267dbd188a.tar
tangerine-wallet-browser-8dddf48904323d47685516ccc76f9e267dbd188a.tar.gz
tangerine-wallet-browser-8dddf48904323d47685516ccc76f9e267dbd188a.tar.bz2
tangerine-wallet-browser-8dddf48904323d47685516ccc76f9e267dbd188a.tar.lz
tangerine-wallet-browser-8dddf48904323d47685516ccc76f9e267dbd188a.tar.xz
tangerine-wallet-browser-8dddf48904323d47685516ccc76f9e267dbd188a.tar.zst
tangerine-wallet-browser-8dddf48904323d47685516ccc76f9e267dbd188a.zip
Fixed issue #5838 (#6001)
Update changelog file
Diffstat (limited to 'ui/app/components/send/send.constants.js')
-rw-r--r--ui/app/components/send/send.constants.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/send/send.constants.js b/ui/app/components/send/send.constants.js
index e79734a54..490bc6fd2 100644
--- a/ui/app/components/send/send.constants.js
+++ b/ui/app/components/send/send.constants.js
@@ -26,6 +26,7 @@ const INSUFFICIENT_FUNDS_ERROR = 'insufficientFunds'
const INSUFFICIENT_TOKENS_ERROR = 'insufficientTokens'
const NEGATIVE_ETH_ERROR = 'negativeETH'
const INVALID_RECIPIENT_ADDRESS_ERROR = 'invalidAddressRecipient'
+const INVALID_RECIPIENT_ADDRESS_NOT_ETH_NETWORK_ERROR = 'invalidAddressRecipientNotEthNetwork'
const REQUIRED_ERROR = 'required'
const KNOWN_RECIPIENT_ADDRESS_ERROR = 'knownAddressRecipient'
@@ -44,6 +45,7 @@ module.exports = {
INSUFFICIENT_TOKENS_ERROR,
INVALID_RECIPIENT_ADDRESS_ERROR,
KNOWN_RECIPIENT_ADDRESS_ERROR,
+ INVALID_RECIPIENT_ADDRESS_NOT_ETH_NETWORK_ERROR,
MIN_GAS_LIMIT_DEC,
MIN_GAS_LIMIT_HEX,
MIN_GAS_PRICE_DEC,