diff --git a/common/defs/ethereum/aka.png b/common/defs/ethereum/akroma.png similarity index 100% rename from common/defs/ethereum/aka.png rename to common/defs/ethereum/akroma.png diff --git a/common/defs/ethereum/ats.png b/common/defs/ethereum/artis_sigma1.png similarity index 100% rename from common/defs/ethereum/ats.png rename to common/defs/ethereum/artis_sigma1.png diff --git a/common/defs/ethereum/tats.png b/common/defs/ethereum/artis_tau1.png similarity index 100% rename from common/defs/ethereum/tats.png rename to common/defs/ethereum/artis_tau1.png diff --git a/common/defs/ethereum/tgor.png b/common/defs/ethereum/gor.png similarity index 100% rename from common/defs/ethereum/tgor.png rename to common/defs/ethereum/gor.png diff --git a/common/defs/ethereum/tkov.png b/common/defs/ethereum/kov.png similarity index 100% rename from common/defs/ethereum/tkov.png rename to common/defs/ethereum/kov.png diff --git a/common/defs/ethereum/trin.png b/common/defs/ethereum/rin.png similarity index 100% rename from common/defs/ethereum/trin.png rename to common/defs/ethereum/rin.png diff --git a/common/defs/ethereum/trop.png b/common/defs/ethereum/rop.png similarity index 100% rename from common/defs/ethereum/trop.png rename to common/defs/ethereum/rop.png diff --git a/common/defs/ethereum/rbtc.png b/common/defs/ethereum/rsk.png similarity index 100% rename from common/defs/ethereum/rbtc.png rename to common/defs/ethereum/rsk.png diff --git a/common/defs/ethereum/trbtc.png b/common/defs/ethereum/trsk.png similarity index 100% rename from common/defs/ethereum/trbtc.png rename to common/defs/ethereum/trsk.png diff --git a/common/tools/cointool.py b/common/tools/cointool.py index 71a7d9a32..05b3ffa48 100755 --- a/common/tools/cointool.py +++ b/common/tools/cointool.py @@ -187,7 +187,7 @@ def check_eth(coins): print_log(logging.ERROR, chain_name_str, bucket_str) check_passed = False for coin in coins: - icon_file = coin["shortcut"].lower() + ".png" + icon_file = coin["chain"] + ".png" try: icon = Image.open(os.path.join(coin_info.DEFS_DIR, "ethereum", icon_file)) except Exception: