We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2cc4a commit d4afae3Copy full SHA for d4afae3
lib/firmware/eip712.c
@@ -353,9 +353,10 @@ int dsConfirm(const char *value) {
353
sscanf((char *)chainId, "%ld", &chainInt);
354
355
// As more chains are supported, add icon choice below
356
- if (chainInt == 1) {
357
- iconNum = ETHEREUM_ICON;
358
- }
+ // TBD: not implemented for first release
+ // if (chainInt == 1) {
+ // iconNum = ETHEREUM_ICON;
359
+ // }
360
361
assetToken = tokenByChainAddress(chainInt, (uint8_t *)addrHexStr);
362
if (strncmp(assetToken->ticker, " UNKN", 5) == 0) {
0 commit comments