Ethersocial Network (ESN) support added (#377)

pull/25/head
HackyMiner 6 years ago committed by Pavol Rusnak
parent 18f8c0a173
commit ffa6567125

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

Loading…
Cancel
Save