import React from 'react' import PropTypes from 'prop-types' import { btc, blockExplorer } from 'utils' import styles from './ChannelsList.scss' const ChannelsList = ({ channels, updateSelectedChannels, selectedChannelIds }) => (
{channel.remote_pubkey.substring(0, Math.min(30, channel.remote_pubkey.length))}...
{btc.satoshisToBtc(channel.total_satoshis_sent)} BTC
{btc.satoshisToBtc(channel.total_satoshis_received)} BTC