From f141bd42ae7b3ad84598fe240429238dbc74ff57 Mon Sep 17 00:00:00 2001 From: tomasklim Date: Thu, 7 Mar 2024 15:21:51 +0100 Subject: [PATCH] fix(wallet-config): networks config network labels --- suite-common/wallet-config/src/networksConfig.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/suite-common/wallet-config/src/networksConfig.ts b/suite-common/wallet-config/src/networksConfig.ts index e07a7b136ec..fb0e1339294 100644 --- a/suite-common/wallet-config/src/networksConfig.ts +++ b/suite-common/wallet-config/src/networksConfig.ts @@ -286,6 +286,7 @@ export const networks = { [DeviceModelInternal.T2T1]: '2.4.3', [DeviceModelInternal.T2B1]: '2.6.1', }, + label: 'TR_INCLUDING_TOKENS', customBackends: ['blockfrost'], accountTypes: { legacy: { @@ -316,6 +317,7 @@ export const networks = { [DeviceModelInternal.T2T1]: '2.6.4', [DeviceModelInternal.T2B1]: '2.6.4', }, + label: 'TR_INCLUDING_TOKENS', customBackends: ['solana'], accountTypes: {}, coingeckoId: 'solana', @@ -327,7 +329,7 @@ export const networks = { bip43Path: "m/44'/60'/0'/0/i", decimals: 18, testnet: false, - label: 'TR_NETWORK_POLYGON_LABEL', + label: 'TR_INCLUDING_TOKENS', explorer: { tx: 'https://matic2.trezor.io/tx/', account: 'https://matic2.trezor.io/address/',