1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 05:58:09 +00:00

chore(common): rename MATIC to POL, following a network upgrade

This commit is contained in:
matejcik 2024-09-03 12:01:04 +02:00 committed by matejcik
parent 234c065aae
commit cc9e74772b
4 changed files with 12 additions and 11 deletions

View File

@ -48,7 +48,7 @@
"coingecko_id": "polygon-pos", "coingecko_id": "polygon-pos",
"is_testnet": false, "is_testnet": false,
"name": "Polygon", "name": "Polygon",
"shortcut": "MATIC", "shortcut": "POL",
"slip44": 966 "slip44": 966
} }
] ]

View File

@ -82,7 +82,7 @@
"eth:BNB:56": "1.9.4", "eth:BNB:56": "1.9.4",
"eth:ETC:61": "1.6.2", "eth:ETC:61": "1.6.2",
"eth:ETH:1": "1.6.2", "eth:ETH:1": "1.6.2",
"eth:MATIC:137": "1.9.4", "eth:POL:137": "1.9.4",
"eth:tSEP:11155111": "1.11.3", "eth:tSEP:11155111": "1.11.3",
"eth:tHOL:17000": "1.11.3", "eth:tHOL:17000": "1.11.3",
"misc:MAID": "1.7.2", "misc:MAID": "1.7.2",
@ -187,7 +187,7 @@
"eth:BNB:56": "2.6.1", "eth:BNB:56": "2.6.1",
"eth:ETC:61": "2.6.1", "eth:ETC:61": "2.6.1",
"eth:ETH:1": "2.6.1", "eth:ETH:1": "2.6.1",
"eth:MATIC:137": "2.6.1", "eth:POL:137": "2.6.1",
"eth:tSEP:11155111": "2.6.4", "eth:tSEP:11155111": "2.6.4",
"eth:tHOL:17000": "2.6.4", "eth:tHOL:17000": "2.6.4",
"misc:ADA": "2.6.1", "misc:ADA": "2.6.1",
@ -310,7 +310,7 @@
"eth:BNB:56": "2.3.5", "eth:BNB:56": "2.3.5",
"eth:ETC:61": "2.0.7", "eth:ETC:61": "2.0.7",
"eth:ETH:1": "2.0.7", "eth:ETH:1": "2.0.7",
"eth:MATIC:137": "2.3.5", "eth:POL:137": "2.3.5",
"eth:tSEP:11155111": "2.5.4", "eth:tSEP:11155111": "2.5.4",
"eth:tHOL:17000": "2.5.4", "eth:tHOL:17000": "2.5.4",
"misc:ADA": "2.0.8", "misc:ADA": "2.0.8",
@ -415,7 +415,7 @@
"eth:BNB:56": "2.8.1", "eth:BNB:56": "2.8.1",
"eth:ETC:61": "2.8.1", "eth:ETC:61": "2.8.1",
"eth:ETH:1": "2.8.1", "eth:ETH:1": "2.8.1",
"eth:MATIC:137": "2.8.1", "eth:POL:137": "2.8.1",
"eth:tSEP:11155111": "2.8.1", "eth:tSEP:11155111": "2.8.1",
"eth:tHOL:17000": "2.8.1", "eth:tHOL:17000": "2.8.1",
"misc:ADA": "2.8.1", "misc:ADA": "2.8.1",
@ -529,7 +529,7 @@
"eth:BNB:56": "2.6.1", "eth:BNB:56": "2.6.1",
"eth:ETC:61": "2.6.1", "eth:ETC:61": "2.6.1",
"eth:ETH:1": "2.6.1", "eth:ETH:1": "2.6.1",
"eth:MATIC:137": "2.6.1", "eth:POL:137": "2.6.1",
"eth:tSEP:11155111": "2.6.1", "eth:tSEP:11155111": "2.6.1",
"eth:tHOL:17000": "2.6.1", "eth:tHOL:17000": "2.6.1",
"misc:ADA": "2.6.1", "misc:ADA": "2.6.1",

View File

@ -0,0 +1 @@
Renamed MATIC to POL, following a network upgrade.

View File

@ -81,7 +81,7 @@ def _networks_iterator() -> Iterator[NetworkInfoTuple]:
yield ( yield (
137, # chain_id 137, # chain_id
966, # slip44 966, # slip44
"MATIC", # symbol "POL", # symbol
"Polygon", # name "Polygon", # name
) )
yield ( yield (
@ -118,7 +118,7 @@ def _networks_iterator() -> Iterator[NetworkInfoTuple]:
yield ( yield (
137, # chain_id 137, # chain_id
966, # slip44 966, # slip44
"MATIC", # symbol "POL", # symbol
"Polygon", # name "Polygon", # name
) )
yield ( yield (
@ -155,7 +155,7 @@ def _networks_iterator() -> Iterator[NetworkInfoTuple]:
yield ( yield (
137, # chain_id 137, # chain_id
966, # slip44 966, # slip44
"MATIC", # symbol "POL", # symbol
"Polygon", # name "Polygon", # name
) )
yield ( yield (
@ -192,7 +192,7 @@ def _networks_iterator() -> Iterator[NetworkInfoTuple]:
yield ( yield (
137, # chain_id 137, # chain_id
966, # slip44 966, # slip44
"MATIC", # symbol "POL", # symbol
"Polygon", # name "Polygon", # name
) )
yield ( yield (
@ -229,7 +229,7 @@ def _networks_iterator() -> Iterator[NetworkInfoTuple]:
yield ( yield (
137, # chain_id 137, # chain_id
966, # slip44 966, # slip44
"MATIC", # symbol "POL", # symbol
"Polygon", # name "Polygon", # name
) )
yield ( yield (