Skip to content

Commit fa720ff

Browse files
committed
feat: add client requested tokens
Ticket: CSHLD-1153
1 parent 1ea10fd commit fa720ff

5 files changed

Lines changed: 40 additions & 1 deletion

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4829,6 +4829,15 @@ export const allCoinsAndTokens = [
48294829
UnderlyingAsset['baseeth:laptop'],
48304830
Networks.main.basechain
48314831
),
4832+
erc20Token(
4833+
'9e45a421-f59f-48d2-97c6-dcfe06d3aff9',
4834+
'baseeth:gldy',
4835+
'Streamex GLDY',
4836+
18,
4837+
'0x632db1aaace73401a5dc8cde6e9062b8ec0fd819',
4838+
UnderlyingAsset['baseeth:gldy'],
4839+
Networks.main.basechain
4840+
),
48324841

48334842
// XDC mainnet tokens
48344843
xdcErc20(

modules/statics/src/base.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,6 +2063,7 @@ export enum UnderlyingAsset {
20632063
'hoodeth:zm' = 'hoodeth:zm',
20642064
'hoodeth:zs' = 'hoodeth:zs',
20652065
'hoodeth:spcx' = 'hoodeth:spcx',
2066+
'hoodeth:skhy' = 'hoodeth:skhy',
20662067
'hemieth:hemi' = 'hemieth:hemi',
20672068
'hemieth:hemibtc' = 'hemieth:hemibtc',
20682069
'usdt0:stable' = 'usdt0:stable',
@@ -3374,6 +3375,7 @@ export enum UnderlyingAsset {
33743375
'baseeth:gusdcq' = 'baseeth:gusdcq',
33753376
'baseeth:laptop' = 'baseeth:laptop',
33763377
'baseeth:vbtcb' = 'baseeth:vbtcb',
3378+
'baseeth:gldy' = 'baseeth:gldy',
33773379

33783380
// BaseETH testnet tokens
33793381
'tbaseeth:usdc' = 'tbaseeth:usdc',
@@ -4070,6 +4072,8 @@ export enum UnderlyingAsset {
40704072
'eth:mony' = 'eth:mony',
40714073
'eth:architectgvi' = 'eth:architectgvi',
40724074
'eth:zk' = 'eth:zk',
4075+
'eth:grove' = 'eth:grove',
4076+
'eth:scx' = 'eth:scx',
40734077
// ADA testnet tokens
40744078
'tada:water' = 'tada:water',
40754079
'tada:tusda' = 'tada:tusda',

modules/statics/src/coins/botTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ export const botTokens = [
969969
'eth:hybond',
970970
'HYBOND',
971971
18,
972-
'0x67c312a26695ea9842bbcf1e1d0ee64694e42db6',
972+
'0x1204371ac0e5176f4b8c5b2f16c2bec551b6fc1a',
973973
'eth:hybond' as unknown as UnderlyingAsset,
974974
getTokenFeatures('eth'),
975975
undefined,

modules/statics/src/coins/erc20Coins.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14922,6 +14922,22 @@ export const erc20Coins = [
1492214922
UnderlyingAsset['eth:qncxt'],
1492314923
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
1492414924
),
14925+
erc20(
14926+
'2cc47af3-63e8-440a-b992-e23cca3ed065',
14927+
'eth:grove',
14928+
'Grove',
14929+
18,
14930+
'0xb30fe1cf884b48a22a50d22a9282004f2c5e9406',
14931+
UnderlyingAsset['eth:grove']
14932+
),
14933+
erc20(
14934+
'70001f46-0ea6-4326-9f7a-7d53df743233',
14935+
'eth:scx',
14936+
'Steelcoin X',
14937+
18,
14938+
'0xf23043c848b642e69350fa7623af1c1e3e6fda9b',
14939+
UnderlyingAsset['eth:scx']
14940+
),
1492514941
terc20(
1492614942
'0c333619-e5a6-4f9d-8bbc-5b0e5dc64d03',
1492714943
'hteth:grtxp',

modules/statics/src/coins/hoodethTokens.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,16 @@ export const hoodethTokens = [
10231023
Networks.main.hoodeth,
10241024
EVM_ERC20_TOKEN_FEATURES_EXCLUDE_SINGAPORE
10251025
),
1026+
erc20Token(
1027+
'7871813c-80d5-412a-82ac-a3fe5f4ea1da',
1028+
'hoodeth:skhy',
1029+
'SK Hynix Inc ADR',
1030+
18,
1031+
'0x84cab63bc87912e71ad199ff14a0ba45de68fef8',
1032+
UnderlyingAsset['hoodeth:skhy'],
1033+
Networks.main.hoodeth,
1034+
EVM_ERC20_TOKEN_FEATURES_EXCLUDE_SINGAPORE
1035+
),
10261036
erc20Token(
10271037
'3493d608-fd3e-45dc-926d-783d54a8fe4d',
10281038
'thoodeth:amzn',

0 commit comments

Comments
 (0)