mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
Add namecoin image
This commit is contained in:
parent
5bc4f25c15
commit
e065044476
3 changed files with 2 additions and 1 deletions
BIN
assets/images/namecoin.png
Normal file
BIN
assets/images/namecoin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 351 KiB |
|
@ -156,7 +156,7 @@ class _PNG {
|
||||||
String get bitcoin => "assets/images/bitcoin.png";
|
String get bitcoin => "assets/images/bitcoin.png";
|
||||||
String get epicCash => "assets/images/epic-cash.png";
|
String get epicCash => "assets/images/epic-cash.png";
|
||||||
String get bitcoincash => "assets/images/bitcoincash.png";
|
String get bitcoincash => "assets/images/bitcoincash.png";
|
||||||
String get namecoin => "assets/images/bitcoincash.png";
|
String get namecoin => "assets/images/namecoin.png";
|
||||||
|
|
||||||
String imageFor({required Coin coin}) {
|
String imageFor({required Coin coin}) {
|
||||||
switch (coin) {
|
switch (coin) {
|
||||||
|
|
|
@ -189,6 +189,7 @@ flutter:
|
||||||
- assets/images/bitcoin.png
|
- assets/images/bitcoin.png
|
||||||
- assets/images/epic-cash.png
|
- assets/images/epic-cash.png
|
||||||
- assets/images/bitcoincash.png
|
- assets/images/bitcoincash.png
|
||||||
|
- assets/images/namecoin.png
|
||||||
- assets/svg/plus.svg
|
- assets/svg/plus.svg
|
||||||
- assets/svg/gear.svg
|
- assets/svg/gear.svg
|
||||||
- assets/svg/bell.svg
|
- assets/svg/bell.svg
|
||||||
|
|
Loading…
Reference in a new issue