1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 09:28:13 +00:00

ethereum: add Akroma chain (#387)

This commit is contained in:
Michael Ira Krufky 2018-07-27 06:31:01 -04:00 committed by Pavol Rusnak
parent 1ef73190b9
commit 8b63ffce61

View File

@ -263,6 +263,7 @@ static void ethereumFormatAmount(const bignum256 *amnt, const TokenType *token,
case 820: suffix = " CLO"; break; // Callisto
case 1987: suffix = " EGEM"; break; // EtherGem
case 31102: suffix = " ESN"; break; // Ethersocial Network
case 200625: suffix = " AKA"; break; // Akroma
default : suffix = " UNKN"; break; // unknown chain
}
}