mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
eth: add Musicoin (#388)
This commit is contained in:
parent
8b63ffce61
commit
925c3a8536
@ -264,6 +264,7 @@ static void ethereumFormatAmount(const bignum256 *amnt, const TokenType *token,
|
||||
case 1987: suffix = " EGEM"; break; // EtherGem
|
||||
case 31102: suffix = " ESN"; break; // Ethersocial Network
|
||||
case 200625: suffix = " AKA"; break; // Akroma
|
||||
case 7762959: suffix = " MUSI"; break; // Musicoin
|
||||
default : suffix = " UNKN"; break; // unknown chain
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user