Skip to content

Commit ff8f7f6

Browse files
authored
Merge pull request #6673 from BitGo/COIN-5098
feat: onboard new batch of tokens
2 parents e25db2d + 607bb2d commit ff8f7f6

File tree

6 files changed

+117
-0
lines changed

6 files changed

+117
-0
lines changed

modules/statics/src/base.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2087,6 +2087,10 @@ export enum UnderlyingAsset {
20872087
'eth:avail' = 'eth:avail',
20882088
'eth:dolo' = 'eth:dolo',
20892089
'eth:era' = 'eth:era',
2090+
'eth:ugold' = 'eth:ugold',
2091+
'eth:seda' = 'eth:seda',
2092+
'eth:enso' = 'eth:enso',
2093+
'eth:hpp' = 'eth:hpp',
20902094

20912095
// Ondo Tokenized Assets
20922096
'eth:qqqon' = 'qqqon',
@@ -2384,6 +2388,7 @@ export enum UnderlyingAsset {
23842388
'polygon:buidl' = 'polygon:buidl',
23852389
'polygon:benji' = 'polygon:benji',
23862390
'polygon:naka' = 'polygon:naka',
2391+
'polygon:xusd' = 'polygon:xusd',
23872392
// Polygon NFTs
23882393
// generic NFTs
23892394
'erc721:polygontoken' = 'erc721:polygontoken',
@@ -2841,6 +2846,8 @@ export enum UnderlyingAsset {
28412846
'sol:wave' = 'sol:wave',
28422847
'sol:usdcv' = 'sol:usdcv',
28432848
'sol:2z' = 'sol:2z',
2849+
'sol:cloud' = 'sol:cloud',
2850+
'sol:eliza' = 'sol:eliza',
28442851
// TRX tokens
28452852
'trx:htx' = 'trx:htx',
28462853
'trx:jst' = 'trx:jst',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11127,6 +11127,38 @@ export const erc20Coins = [
1112711127
'0xe2ad0bf751834f2fbdc62a41014f84d67ca1de2a',
1112811128
UnderlyingAsset['eth:era']
1112911129
),
11130+
erc20(
11131+
'dda22f9a-f2c1-453b-a45b-008da115351e',
11132+
'eth:ugold',
11133+
'UGOLD Inc.',
11134+
18,
11135+
'0xa6089dbfed19d1bcd43146bbdca2b8f9d9f84a9a',
11136+
UnderlyingAsset['eth:ugold']
11137+
),
11138+
erc20(
11139+
'5e8fbbd9-1696-4f60-90f3-0f8032614476',
11140+
'eth:seda',
11141+
'SEDA Protocol',
11142+
18,
11143+
'0x14862c03a0caccc1ab328b062e64e31b2a1afcd7',
11144+
UnderlyingAsset['eth:seda']
11145+
),
11146+
erc20(
11147+
'd9a7e07c-7aaf-4cc4-b87d-da11aa65c401',
11148+
'eth:enso',
11149+
'Enso',
11150+
18,
11151+
'0x699f088b5dddcafb7c4824db5b10b57b37cb0c66',
11152+
UnderlyingAsset['eth:enso']
11153+
),
11154+
erc20(
11155+
'3be7024f-0209-4621-8165-fb1ded16a5b6',
11156+
'eth:hpp',
11157+
'House Party Protocol',
11158+
18,
11159+
'0xe33fbe7584eb79e2673abe576b7ac8c0de62565c',
11160+
UnderlyingAsset['eth:hpp']
11161+
),
1113011162
terc20(
1113111163
'0205f0d6-0647-47c9-ad8b-c48d048e54f3',
1113211164
'fixed',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,22 @@ export const ofcCoins = [
990990
UnderlyingAsset['sol:2z'],
991991
SOL_TOKEN_FEATURES
992992
),
993+
ofcsolToken(
994+
'fa0722c2-8acd-4266-95dd-ba0edc326367',
995+
'ofcsol:cloud',
996+
'Cloud',
997+
9,
998+
UnderlyingAsset['sol:cloud'],
999+
SOL_TOKEN_FEATURES
1000+
),
1001+
ofcsolToken(
1002+
'6a46ca44-5d92-4b18-973c-9cef3d18bf5f',
1003+
'ofcsol:eliza',
1004+
'Eliza',
1005+
9,
1006+
UnderlyingAsset['sol:eliza'],
1007+
SOL_TOKEN_FEATURES
1008+
),
9931009
tofcsolToken(
9941010
'24d678cf-e0f0-4cde-a338-d754289c5b27',
9951011
'ofctsol:slnd',
@@ -2629,6 +2645,13 @@ export const ofcCoins = [
26292645
UnderlyingAsset['polygon:wrx']
26302646
),
26312647
ofcPolygonErc20('c0556aae-6646-4160-b4cc-db361af3019c', 'ofcpolygon:zrx', 'ZRX', 18, UnderlyingAsset['polygon:zrx']),
2648+
ofcPolygonErc20(
2649+
'aad4471b-6949-432f-814a-d888e50bb957',
2650+
'ofcpolygon:xusd',
2651+
'StraitsX USD',
2652+
6,
2653+
UnderlyingAsset['polygon:xusd']
2654+
),
26322655
tofcPolygonErc20(
26332656
'62f4329d-11cd-4875-b91b-9ceae66c9439',
26342657
'ofctpolygon:link',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3878,6 +3878,32 @@ export const tOfcErc20Coins = [
38783878
18,
38793879
underlyingAssetForSymbol('eth:slvon')
38803880
),
3881+
3882+
ofcerc20(
3883+
'4139c3f1-31ff-44b8-b503-893ee4d76242',
3884+
'ofceth:ugold',
3885+
'UGOLD Inc.',
3886+
18,
3887+
underlyingAssetForSymbol('eth:ugold')
3888+
),
3889+
3890+
ofcerc20(
3891+
'e6765d71-3200-45a4-9314-354e67443dfa',
3892+
'ofceth:seda',
3893+
'SEDA Protocol',
3894+
18,
3895+
underlyingAssetForSymbol('eth:seda')
3896+
),
3897+
3898+
ofcerc20('2c3f951e-952e-4ed1-8f09-0af36092b29e', 'ofceth:enso', 'Enso', 18, underlyingAssetForSymbol('eth:enso')),
3899+
3900+
ofcerc20(
3901+
'1ffe161e-0388-4e6b-9f4e-84a855349563',
3902+
'ofceth:hpp',
3903+
'House Party Protocol',
3904+
18,
3905+
underlyingAssetForSymbol('eth:hpp')
3906+
),
38813907
];
38823908

38833909
function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {

modules/statics/src/coins/polygonTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,15 @@ export const polygonTokens = [
10651065
UnderlyingAsset['polygon:benji'],
10661066
POLYGON_TOKEN_FEATURES
10671067
),
1068+
polygonErc20(
1069+
'9449dd85-a993-482a-85fa-f1c08331f39b',
1070+
'polygon:xusd',
1071+
'StraitsX USD',
1072+
6,
1073+
'0x5c3552f94a322c4e8d4d4c627a3badf8257d1499',
1074+
UnderlyingAsset['polygon:xusd'],
1075+
POLYGON_TOKEN_FEATURES
1076+
),
10681077
// testnet polygon tokens
10691078
tpolygonErc20(
10701079
'09ba76d0-331e-4b75-bb75-739285c3e03a',

modules/statics/src/coins/solTokens.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2959,6 +2959,26 @@ export const solTokens = [
29592959
SOL_TOKEN_FEATURES,
29602960
ProgramID.Token2022ProgramId
29612961
),
2962+
solToken(
2963+
'5dfb9884-d1db-4c7e-a6a7-92c4ab128de6',
2964+
'sol:cloud',
2965+
'Cloud',
2966+
9,
2967+
'CLoUDKc4Ane7HeQcPpE3YHnznRxhMimJ4MyaUqyHFzAu',
2968+
'CLoUDKc4Ane7HeQcPpE3YHnznRxhMimJ4MyaUqyHFzAu',
2969+
UnderlyingAsset['sol:cloud'],
2970+
SOL_TOKEN_FEATURES
2971+
),
2972+
solToken(
2973+
'ffdff26e-a20f-44a8-9141-dcdc5d8f050c',
2974+
'sol:eliza',
2975+
'Eliza',
2976+
9,
2977+
'DuMbhu7mvQvqQHGcnikDgb4XegXJRyhUBfdU22uELiZA',
2978+
'DuMbhu7mvQvqQHGcnikDgb4XegXJRyhUBfdU22uELiZA',
2979+
UnderlyingAsset['sol:eliza'],
2980+
SOL_TOKEN_FEATURES
2981+
),
29622982
tsolToken(
29632983
'b98c5a7a-49c5-45f1-a6ee-b08dff596a7d',
29642984
'tsol:srm',

0 commit comments

Comments
 (0)