Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions firmware/ethereum.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down