From 5cbbb476b3eb7a5fd70b014b2a1a83fea7092b58 Mon Sep 17 00:00:00 2001 From: Chi Kei Chan Date: Mon, 25 Sep 2017 14:51:49 -0700 Subject: ShapeShift Integration --- mascara/src/app/first-time/buy-ether-screen.js | 83 ++------------------------ 1 file changed, 4 insertions(+), 79 deletions(-) (limited to 'mascara/src/app/first-time/buy-ether-screen.js') diff --git a/mascara/src/app/first-time/buy-ether-screen.js b/mascara/src/app/first-time/buy-ether-screen.js index 44141db64..45b2df1c8 100644 --- a/mascara/src/app/first-time/buy-ether-screen.js +++ b/mascara/src/app/first-time/buy-ether-screen.js @@ -3,6 +3,7 @@ import classnames from 'classnames' import {connect} from 'react-redux' import {qrcode} from 'qrcode-npm' import copyToClipboard from 'copy-to-clipboard' +import ShapeShiftForm from '../shapeshift-form' import Identicon from '../../../../ui/app/components/identicon' import {buyEth, showAccountDetail} from '../../../../ui/app/actions' @@ -79,12 +80,6 @@ class BuyEtherScreen extends Component { ) } - renderShapeShiftLogo () { - return ( -
- ) - } - renderCoinbaseForm () { const {goToCoinbase, address} = this.props @@ -119,83 +114,13 @@ class BuyEtherScreen extends Component { case OPTION_VALUES.SHAPESHIFT: return (
-
{this.renderShapeShiftLogo()}
+
Trade any leading blockchain asset for any other. Protection by Design. No Account Needed.
-
-
-
-
- Deposit -
- -
-
-
-
- Receive -
- -
-
-
-
- Your Refund Address -
- -
-
-
-
- Status: -
-
- Available -
-
-
-
- Limit: -
-
- 2.06856464 -
-
-
-
- Exchange Rate: -
-
- 12.21840214 -
-
-
-
- Minimum: -
-
- 0.000163 -
-
-
-
-
- -
+
- ) + ) case OPTION_VALUES.QR_CODE: return (
-- cgit