From 9e8c2f908f5807941cfa9c5a45b8ae963f671792 Mon Sep 17 00:00:00 2001 From: tomasklim Date: Thu, 23 Jan 2025 17:20:17 +0100 Subject: [PATCH] chore(common): add symbol (native symbol shortcut) to evm networks --- common/defs/ethereum/networks.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/common/defs/ethereum/networks.json b/common/defs/ethereum/networks.json index f2e00975ea..0feb6633f0 100644 --- a/common/defs/ethereum/networks.json +++ b/common/defs/ethereum/networks.json @@ -6,6 +6,7 @@ "is_testnet": false, "name": "Ethereum", "shortcut": "ETH", + "symbol": "ETH", "slip44": 60 }, { @@ -14,6 +15,7 @@ "is_testnet": true, "name": "Holesky", "shortcut": "tHOL", + "symbol": "tHOL", "slip44": 1 }, { @@ -22,6 +24,7 @@ "is_testnet": true, "name": "Sepolia", "shortcut": "tSEP", + "symbol": "tSEP", "slip44": 1 }, { @@ -30,7 +33,8 @@ "coingecko_id": "binance-smart-chain", "is_testnet": false, "name": "BNB Smart Chain", - "shortcut": "BNB", + "shortcut": "BSC", + "symbol": "BNB", "slip44": 714 }, { @@ -40,6 +44,7 @@ "is_testnet": false, "name": "Ethereum Classic", "shortcut": "ETC", + "symbol": "ETC", "slip44": 61 }, { @@ -49,6 +54,7 @@ "is_testnet": false, "name": "Polygon", "shortcut": "POL", + "symbol": "POL", "slip44": 966 } ]