Skip to content

Commit 26c919a

Browse files
committed
feat: update the token fullname for usd1
the change updates the token fullname for usd1 to remove the world liberty financial name from the token fullname. BREAKING CHANGE: The token fullname for usd1 has been updated. TICKET: TMS-1223
1 parent 211d3c7 commit 26c919a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ export const ofcCoins = [
917917
ofcsolToken(
918918
'deaf138b-b1f7-476d-8de6-a268d56b8b0b',
919919
'ofcsol:usd1',
920-
'World Liberty Financial USD (USD1)',
920+
'USD1',
921921
6,
922922
UnderlyingAsset['sol:usd1'],
923923
SOL_TOKEN_FEATURES

modules/statics/src/coins/solTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2869,7 +2869,7 @@ export const solTokens = [
28692869
solToken(
28702870
'2a5d3340-e68a-4baa-bae8-7bcc785d757f',
28712871
'sol:usd1',
2872-
'World Liberty Financial USD (USD1)',
2872+
'USD1',
28732873
6,
28742874
'USD1ttGY1N17NEEHLmELoaybftRBUSErhqYiQzvEmuB',
28752875
'USD1ttGY1N17NEEHLmELoaybftRBUSErhqYiQzvEmuB',

0 commit comments

Comments
 (0)