1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-31 01:41:18 +00:00

chore(common): add symbol (native symbol shortcut) to evm networks

This commit is contained in:
tomasklim 2025-01-23 17:20:17 +01:00 committed by matejcik
parent 30d1213421
commit 9e8c2f908f

View File

@ -6,6 +6,7 @@
"is_testnet": false, "is_testnet": false,
"name": "Ethereum", "name": "Ethereum",
"shortcut": "ETH", "shortcut": "ETH",
"symbol": "ETH",
"slip44": 60 "slip44": 60
}, },
{ {
@ -14,6 +15,7 @@
"is_testnet": true, "is_testnet": true,
"name": "Holesky", "name": "Holesky",
"shortcut": "tHOL", "shortcut": "tHOL",
"symbol": "tHOL",
"slip44": 1 "slip44": 1
}, },
{ {
@ -22,6 +24,7 @@
"is_testnet": true, "is_testnet": true,
"name": "Sepolia", "name": "Sepolia",
"shortcut": "tSEP", "shortcut": "tSEP",
"symbol": "tSEP",
"slip44": 1 "slip44": 1
}, },
{ {
@ -30,7 +33,8 @@
"coingecko_id": "binance-smart-chain", "coingecko_id": "binance-smart-chain",
"is_testnet": false, "is_testnet": false,
"name": "BNB Smart Chain", "name": "BNB Smart Chain",
"shortcut": "BNB", "shortcut": "BSC",
"symbol": "BNB",
"slip44": 714 "slip44": 714
}, },
{ {
@ -40,6 +44,7 @@
"is_testnet": false, "is_testnet": false,
"name": "Ethereum Classic", "name": "Ethereum Classic",
"shortcut": "ETC", "shortcut": "ETC",
"symbol": "ETC",
"slip44": 61 "slip44": 61
}, },
{ {
@ -49,6 +54,7 @@
"is_testnet": false, "is_testnet": false,
"name": "Polygon", "name": "Polygon",
"shortcut": "POL", "shortcut": "POL",
"symbol": "POL",
"slip44": 966 "slip44": 966
} }
] ]