(
icon={icons.CLOSE}
/>
-
+ NEM Wallet
+ We have partnered up with the NEM Foundation to provide you with a full-fledged NEM Wallet.
+ Make sure you download the Universal Client for TREZOR support.
+
+ Go to nem.io
);
-export default Confirmation;
\ No newline at end of file
+NemWallet.propTypes = {
+ onCancel: PropTypes.func.isRequired,
+};
+
+export default NemWallet;
\ No newline at end of file