Skip to content

Commit 1d4c7a0

Browse files
authored
Merge pull request #6549 from BitGo/coin-4984
fix(statics): correct name of vechain assets
2 parents 158965d + ede7a12 commit 1d4c7a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ export const coins = CoinMap.fromCoins([
16521652
gasTankAccount(
16531653
'98071460-1488-4edd-857f-0899bc5eee4f',
16541654
'vet',
1655-
'Mainnet VET',
1655+
'VeChain',
16561656
Networks.main.vet,
16571657
18, // 1 VET = 10^18 wei
16581658
UnderlyingAsset.VET,
@@ -1665,7 +1665,7 @@ export const coins = CoinMap.fromCoins([
16651665
gasTankAccount(
16661666
'b3158e80-f6ea-4922-98ab-d773a680ce76',
16671667
'tvet',
1668-
'Testnet VET',
1668+
'Testnet VeChain',
16691669
Networks.test.vet,
16701670
18,
16711671
UnderlyingAsset.VET,

modules/statics/src/coins/vetTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const vetTokens = [
1515
tvetToken(
1616
'27dd32d2-7311-4552-9beb-c57f76d09205',
1717
'tvet:vtho',
18-
'VeThor Testnet',
18+
'Testnet VeThor',
1919
18,
2020
'0x0000000000000000000000000000456e65726779',
2121
UnderlyingAsset['tvet:vtho'],

0 commit comments

Comments
 (0)