diff options
author | Chen Wei <chenwei@byzantine-lab.io> | 2019-07-03 14:12:31 +0800 |
---|---|---|
committer | Chen Wei <chenwei@byzantine-lab.io> | 2019-07-03 14:12:31 +0800 |
commit | 9063fba5314a18e057125efcaaac2441e7d13a74 (patch) | |
tree | d8758b40eea4ea8bd35aaa2e7255621fffdd702b /ui/app/helpers/constants/common.js | |
parent | dd139452d053496d79816c881dbb59ee4aded81b (diff) | |
download | tangerine-wallet-browser-9063fba5314a18e057125efcaaac2441e7d13a74.tar.gz tangerine-wallet-browser-9063fba5314a18e057125efcaaac2441e7d13a74.tar.zst tangerine-wallet-browser-9063fba5314a18e057125efcaaac2441e7d13a74.zip |
Revert "part of replacing 'ETH'"
This reverts commit dd139452d053496d79816c881dbb59ee4aded81b.
Diffstat (limited to 'ui/app/helpers/constants/common.js')
-rw-r--r-- | ui/app/helpers/constants/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/helpers/constants/common.js b/ui/app/helpers/constants/common.js index 6641faaae..a0d6e65b3 100644 --- a/ui/app/helpers/constants/common.js +++ b/ui/app/helpers/constants/common.js @@ -1,4 +1,4 @@ -export const ETH = 'TAN' +export const ETH = 'ETH' export const GWEI = 'GWEI' export const WEI = 'WEI' |