Skip to content

Commit

Permalink
chore(wallet-config): update display symbol of testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Jan 3, 2025
1 parent ddcbfc6 commit a56e19c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions suite-common/wallet-config/src/networksConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ export const networks = {
},
tsep: {
symbol: 'tsep',
displaySymbol: 'tSEP',
displaySymbol: 'tETH',
name: 'Ethereum Sepolia',
networkType: 'ethereum',
bip43Path: "m/44'/1'/0'/0/i",
Expand All @@ -540,7 +540,7 @@ export const networks = {
},
thol: {
symbol: 'thol',
displaySymbol: 'tHOL',
displaySymbol: 'tETH',
name: 'Ethereum Holesky',
networkType: 'ethereum',
bip43Path: "m/44'/1'/0'/0/i",
Expand All @@ -556,7 +556,7 @@ export const networks = {
},
dsol: {
symbol: 'dsol',
displaySymbol: 'DSOL',
displaySymbol: 'dSOL',
name: 'Solana Devnet',
networkType: 'solana',
bip43Path: "m/44'/501'/i'/0'",
Expand Down

0 comments on commit a56e19c

Please sign in to comment.