mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 16:00:57 +00:00
ethereum: add AtheiosChain (ATH) chain_id
This commit is contained in:
parent
b7a82060a9
commit
a265a9cc50
@ -263,6 +263,7 @@ static void ethereumFormatAmount(const bignum256 *amnt, const TokenType *token,
|
||||
case 62: suffix = " tETC"; break; // Ethereum Classic Testnet
|
||||
case 64: suffix = " ELLA"; break; // Ellaism
|
||||
case 820: suffix = " CLO"; break; // Callisto
|
||||
case 1620: suffix = " ATH"; break; // Atheios
|
||||
case 1987: suffix = " EGEM"; break; // EtherGem
|
||||
case 31102: suffix = " ESN"; break; // Ethersocial Network
|
||||
case 200625: suffix = " AKA"; break; // Akroma
|
||||
|
Loading…
Reference in New Issue
Block a user