Skip to content

Commit 55f1c66

Browse files
Merge pull request #6756 from BitGo/WIN-6799-FIX
fix: rename the suffix ticker for the og,linea,base
2 parents 3f76c7c + 325dcbc commit 55f1c66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export const allCoinsAndTokens = [
371371
],
372372
KeyCurve.Secp256k1,
373373
'',
374-
'tBaseETH'
374+
'TBaseETH'
375375
),
376376
account(
377377
'd51fe324-1e01-4630-9b04-c724fe495a1c',
@@ -734,7 +734,7 @@ export const allCoinsAndTokens = [
734734
],
735735
KeyCurve.Secp256k1,
736736
'',
737-
't0G'
737+
'T0G'
738738
),
739739
account(
740740
'f180825c-a79c-4e4d-8c91-ebeffbd19819',
@@ -828,7 +828,7 @@ export const allCoinsAndTokens = [
828828
],
829829
KeyCurve.Secp256k1,
830830
'',
831-
'tLineaETH'
831+
'TLineaETH'
832832
),
833833

834834
account(

0 commit comments

Comments
 (0)