Skip to content

Commit 2a28f28

Browse files
fix: changed the token symbol for sofi usd
Ticket: SCAAS-1987
1 parent c26c02f commit 2a28f28

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

modules/statics/src/base.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,8 +1787,8 @@ export enum UnderlyingAsset {
17871787
TUSDS = 'tusds',
17881788
TGOUSD = 'tgousd',
17891789
'hteth:gousd' = 'hteth:gousd',
1790-
'hteth:sofiusd' = 'hteth:sofiusd',
1791-
'hteth:stgsofiusd' = 'hteth:stgsofiusd',
1790+
'hteth:sofid' = 'hteth:sofid',
1791+
'hteth:stgsofid' = 'hteth:stgsofid',
17921792
'hteth:usd1' = 'hteth:usd1',
17931793
'hteth:stgusd1' = 'hteth:stgusd1',
17941794
'hteth:tsteth' = 'hteth:tsteth',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12584,11 +12584,11 @@ export const erc20Coins = [
1258412584
),
1258512585
terc20(
1258612586
'a0660bd4-c508-4704-ac2b-c7ead1f6ad43',
12587-
'hteth:stgsofiusd',
12587+
'hteth:stgsofid',
1258812588
'Test SoFi USD',
1258912589
6,
1259012590
'0x5ce9c87a0b7208491f9fe52bcc8e919eb43c58b2',
12591-
UnderlyingAsset['hteth:stgsofiusd'],
12591+
UnderlyingAsset['hteth:stgsofid'],
1259212592
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN],
1259312593
undefined,
1259412594
undefined,
@@ -12632,11 +12632,11 @@ export const erc20Coins = [
1263212632
),
1263312633
terc20(
1263412634
'8e4f9c4c-2b03-4ad4-8019-ace4bbda3acd',
12635-
'hteth:sofiusd',
12635+
'hteth:sofid',
1263612636
'Test SoFi USD',
1263712637
6,
1263812638
'0x5572728e36b5510010ade1db6bbaea1c402411cc',
12639-
UnderlyingAsset['hteth:sofiusd'],
12639+
UnderlyingAsset['hteth:sofid'],
1264012640
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN],
1264112641
undefined,
1264212642
undefined,

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3718,10 +3718,10 @@ export const tOfcErc20Coins = [
37183718
),
37193719
tofcerc20(
37203720
'145b2e09-453d-4861-8f54-5791d295bd96',
3721-
'ofchteth:stgsofiusd',
3721+
'ofchteth:stgsofid',
37223722
'Test SoFi USD',
37233723
6,
3724-
UnderlyingAsset['hteth:stgsofiusd'],
3724+
UnderlyingAsset['hteth:stgsofid'],
37253725
undefined,
37263726
[CoinFeature.STABLECOIN],
37273727
undefined,
@@ -3774,10 +3774,10 @@ export const tOfcErc20Coins = [
37743774
),
37753775
tofcerc20(
37763776
'8e8028cb-855e-4cd7-8f7e-a00c63f0727c',
3777-
'ofchteth:sofiusd',
3777+
'ofchteth:sofid',
37783778
'Test SoFi USD',
37793779
6,
3780-
UnderlyingAsset['hteth:sofiusd'],
3780+
UnderlyingAsset['hteth:sofid'],
37813781
undefined,
37823782
[CoinFeature.STABLECOIN],
37833783
undefined,

modules/statics/test/unit/tokenNamingConvention.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ describe('Token Naming Convention Tests', function () {
5050
'gtyfi18dp',
5151
'gtwbtc18dp',
5252
'hteth:stgusd1',
53-
'hteth:stgsofiusd',
54-
'hteth:sofiusd',
53+
'hteth:stgsofid',
54+
'hteth:sofid',
5555
'hteth:tsteth',
5656
'hteth:gousd',
5757
'hteth:usd1',

0 commit comments

Comments
 (0)