Skip to content

Commit

Permalink
fix(wallet-config): networks config network labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim authored and komret committed Mar 7, 2024
1 parent f4c82b5 commit f141bd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion suite-common/wallet-config/src/networksConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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',
Expand All @@ -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/',
Expand Down

0 comments on commit f141bd4

Please sign in to comment.