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:
parent
d114665da7
commit
0e3bbd61e0
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user