diff options
author | Alexander Tseung <alextsg@gmail.com> | 2018-08-07 04:45:56 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2018-08-24 07:45:27 +0800 |
commit | e104744d3b29af518bc60c45339d4d4458baaa68 (patch) | |
tree | 1b17904a5afb5e26ee0f52f7e1a63761c67101b4 /ui/app/constants/transactions.js | |
parent | 33a94332e48b280fcf4c9fb23aa4d349eaa8a54d (diff) | |
download | tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.tar tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.tar.gz tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.tar.bz2 tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.tar.lz tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.tar.xz tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.tar.zst tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.zip |
Fix shapeshift transactions. Delete unused files
Diffstat (limited to 'ui/app/constants/transactions.js')
-rw-r--r-- | ui/app/constants/transactions.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/constants/transactions.js b/ui/app/constants/transactions.js index a9ab1a0d6..5f8935a64 100644 --- a/ui/app/constants/transactions.js +++ b/ui/app/constants/transactions.js @@ -16,3 +16,5 @@ export const DEPLOY_CONTRACT_ACTION_KEY = 'contractDeployment' export const APPROVE_ACTION_KEY = 'approve' export const SEND_TOKEN_ACTION_KEY = 'outgoing' export const TRANSFER_FROM_ACTION_KEY = 'transferFrom' + +export const TRANSACTION_TYPE_SHAPESHIFT = 'shapeshift' |