From 64341bcb66730a2161360ff355f8b750f004b971 Mon Sep 17 00:00:00 2001 From: tomasklim Date: Thu, 23 Jan 2025 17:20:58 +0100 Subject: [PATCH] chore(common): change BNB to BSC and MATIC to POL --- common/defs/blockchain_link.json | 8 ++++---- common/defs/duplicity_overrides.json | 3 --- common/defs/ethereum/networks.json | 2 +- common/defs/support.json | 12 ++++++------ 4 files changed, 11 insertions(+), 14 deletions(-) diff --git a/common/defs/blockchain_link.json b/common/defs/blockchain_link.json index 04985e0550..3c624893cd 100644 --- a/common/defs/blockchain_link.json +++ b/common/defs/blockchain_link.json @@ -251,17 +251,17 @@ "type": "blockbook", "url": ["https://eth1.trezor.io", "https://eth2.trezor.io"] }, - "eth:BNB:56": { + "eth:BSC:56": { "type": "blockbook", - "url": ["https://bsc1.trezor.io"] + "url": ["https://bsc1.trezor.io", "https://bsc2.trezor.io"] }, "eth:ETC:61": { "type": "blockbook", "url": ["https://etc1.trezor.io", "https://etc2.trezor.io"] }, - "eth:MATIC:137": { + "eth:POL:137": { "type": "blockbook", - "url": ["https://matic1.trezor.io", "https://matic2.trezor.io"] + "url": ["https://pol1.trezor.io", "https://pol2.trezor.io"] }, "eth:tHOL:17000": { "type": "blockbook", diff --git a/common/defs/duplicity_overrides.json b/common/defs/duplicity_overrides.json index cfd324d0c6..d0a4fcb1e7 100644 --- a/common/defs/duplicity_overrides.json +++ b/common/defs/duplicity_overrides.json @@ -1,8 +1,5 @@ { "erc20:eth:MATIC": false, "erc20:eth:USDT": false, - "eth:BNB:56": false, - "eth:MATIC:137": false, - "misc:BNB": false, "misc:USDT": false } diff --git a/common/defs/ethereum/networks.json b/common/defs/ethereum/networks.json index 0feb6633f0..09d314c546 100644 --- a/common/defs/ethereum/networks.json +++ b/common/defs/ethereum/networks.json @@ -48,7 +48,7 @@ "slip44": 61 }, { - "chain": "matic", + "chain": "pol", "chain_id": 137, "coingecko_id": "polygon-pos", "is_testnet": false, diff --git a/common/defs/support.json b/common/defs/support.json index 24edcf57f7..1a7e5b6669 100644 --- a/common/defs/support.json +++ b/common/defs/support.json @@ -80,7 +80,7 @@ "erc20:eth:WBTC": "1.8.0", "erc20:eth:XCN": "1.11.3", "erc20:matic:WAVAX": "1.11.3", - "eth:BNB:56": "1.9.4", + "eth:BSC:56": "1.9.4", "eth:ETC:61": "1.6.2", "eth:ETH:1": "1.6.2", "eth:POL:137": "1.9.4", @@ -186,7 +186,7 @@ "erc20:eth:WBTC": "2.6.1", "erc20:eth:XCN": "2.6.1", "erc20:matic:WAVAX": "2.6.1", - "eth:BNB:56": "2.6.1", + "eth:BSC:56": "2.6.1", "eth:ETC:61": "2.6.1", "eth:ETH:1": "2.6.1", "eth:POL:137": "2.6.1", @@ -310,7 +310,7 @@ "erc20:eth:WBTC": "2.0.11", "erc20:eth:XCN": "2.5.3", "erc20:matic:WAVAX": "2.5.3", - "eth:BNB:56": "2.3.5", + "eth:BSC:56": "2.3.5", "eth:ETC:61": "2.0.7", "eth:ETH:1": "2.0.7", "eth:POL:137": "2.3.5", @@ -416,7 +416,7 @@ "erc20:eth:WBTC": "2.8.1", "erc20:eth:XCN": "2.8.1", "erc20:matic:WAVAX": "2.8.1", - "eth:BNB:56": "2.8.1", + "eth:BSC:56": "2.8.1", "eth:ETC:61": "2.8.1", "eth:ETH:1": "2.8.1", "eth:POL:137": "2.8.1", @@ -531,7 +531,7 @@ "erc20:eth:WBTC": "2.6.1", "erc20:eth:XCN": "2.6.1", "erc20:matic:WAVAX": "2.6.1", - "eth:BNB:56": "2.6.1", + "eth:BSC:56": "2.6.1", "eth:ETC:61": "2.6.1", "eth:ETH:1": "2.6.1", "eth:POL:137": "2.6.1", @@ -646,7 +646,7 @@ "erc20:eth:WBTC": "2.6.1", "erc20:eth:XCN": "2.6.1", "erc20:matic:WAVAX": "2.6.1", - "eth:BNB:56": "2.6.1", + "eth:BSC:56": "2.6.1", "eth:ETC:61": "2.6.1", "eth:ETH:1": "2.6.1", "eth:POL:137": "2.6.1",