1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

eth: Add Pirl support (#400)

This commit is contained in:
Michael Ira Krufky 2018-08-15 05:29:53 -04:00 committed by Pavol Rusnak
parent d114665da7
commit 0e3bbd61e0

View File

@ -268,6 +268,7 @@ static void ethereumFormatAmount(const bignum256 *amnt, const TokenType *token,
case 200625: suffix = " AKA"; break; // Akroma
case 1313114: suffix = " ETHO"; break; // Ether-1
case 7762959: suffix = " MUSI"; break; // Musicoin
case 3125659152: suffix = " PIRL"; break; // Pirl
default : suffix = " UNKN"; break; // unknown chain
}
}