diff --git a/src/components/images/CoinLogo/images/dgb.png b/src/components/images/CoinLogo/images/dgb.png new file mode 100644 index 00000000..06a80e04 Binary files /dev/null and b/src/components/images/CoinLogo/images/dgb.png differ diff --git a/src/constants/coins.js b/src/constants/coins.js index 4014242c..ec89bbce 100644 --- a/src/constants/coins.js +++ b/src/constants/coins.js @@ -19,6 +19,11 @@ export default [ coinName: 'Dash', url: '../?coin=dash', }, + { + id: 'dgb', + coinName: 'DigiByte', + url: '../?coin=dgb', + }, { id: 'doge', coinName: 'Dogecoin', diff --git a/src/views/Wallet/components/LeftNavigation/index.js b/src/views/Wallet/components/LeftNavigation/index.js index a19995db..f2ae15cf 100644 --- a/src/views/Wallet/components/LeftNavigation/index.js +++ b/src/views/Wallet/components/LeftNavigation/index.js @@ -248,7 +248,6 @@ LeftNavigation.propTypes = { wallet: PropTypes.object, devices: PropTypes.array, pending: PropTypes.array, - toggleDeviceDropdown: PropTypes.func, addAccount: PropTypes.func, acquireDevice: PropTypes.func,