mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-01 03:40:53 +00:00
Added DigiByte link to menu
This commit is contained in:
parent
72b5120bbc
commit
f3024e1abb
BIN
src/components/images/CoinLogo/images/dgb.png
Normal file
BIN
src/components/images/CoinLogo/images/dgb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
@ -19,6 +19,11 @@ export default [
|
|||||||
coinName: 'Dash',
|
coinName: 'Dash',
|
||||||
url: '../?coin=dash',
|
url: '../?coin=dash',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'dgb',
|
||||||
|
coinName: 'DigiByte',
|
||||||
|
url: '../?coin=dgb',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'doge',
|
id: 'doge',
|
||||||
coinName: 'Dogecoin',
|
coinName: 'Dogecoin',
|
||||||
|
@ -248,7 +248,6 @@ LeftNavigation.propTypes = {
|
|||||||
wallet: PropTypes.object,
|
wallet: PropTypes.object,
|
||||||
devices: PropTypes.array,
|
devices: PropTypes.array,
|
||||||
pending: PropTypes.array,
|
pending: PropTypes.array,
|
||||||
|
|
||||||
toggleDeviceDropdown: PropTypes.func,
|
toggleDeviceDropdown: PropTypes.func,
|
||||||
addAccount: PropTypes.func,
|
addAccount: PropTypes.func,
|
||||||
acquireDevice: PropTypes.func,
|
acquireDevice: PropTypes.func,
|
||||||
|
Loading…
Reference in New Issue
Block a user