Skip to content

Commit fdde292

Browse files
feat(statics): add new batch of tokens
TICKET: COIN-2935
1 parent 0bde625 commit fdde292

File tree

3 files changed

+160
-0
lines changed

3 files changed

+160
-0
lines changed

modules/statics/src/base.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,6 +1822,7 @@ export enum UnderlyingAsset {
18221822
'eth:turbo' = 'eth:turbo',
18231823
'eth:icnt' = 'eth:icnt',
18241824
'eth:god' = 'eth:god',
1825+
'eth:sky' = 'eth:sky',
18251826
'eth:xreth' = 'eth:xreth',
18261827
'eth:xy' = 'eth:xy',
18271828
'eth:move' = 'eth:move',
@@ -2078,6 +2079,7 @@ export enum UnderlyingAsset {
20782079
'erc1155:polygontoken' = 'erc1155:polygontoken',
20792080

20802081
// BSC Token BEP-20
2082+
'bsc:solv' = 'bsc:solv',
20812083
'bsc:brise' = 'bsc:brise',
20822084
'bsc:bsw' = 'bsc:bsw',
20832085
'bsc:burger' = 'bsc:burger',
@@ -2236,6 +2238,7 @@ export enum UnderlyingAsset {
22362238
'arbeth:usdt' = 'arbeth:usdt',
22372239
'arbeth:arb' = 'arbeth:arb',
22382240
'arbeth:sqd' = 'arbeth:sqd',
2241+
'arbeth:cbl' = 'arbeth:cbl',
22392242
'arbeth:w' = 'arbeth:w',
22402243
'arbeth:comp' = 'arbeth:comp',
22412244
'arbeth:coti' = 'arbeth:coti',
@@ -2404,6 +2407,12 @@ export enum UnderlyingAsset {
24042407
'sol:grass' = 'sol:grass',
24052408
'sol:trump' = 'sol:trump',
24062409
'sol:melania' = 'sol:melania',
2410+
'sol:ustry' = 'sol:ustry',
2411+
'sol:eurob' = 'sol:eurob',
2412+
'sol:tesouro' = 'sol:tesouro',
2413+
'sol:cetes' = 'sol:cetes',
2414+
'sol:gilts' = 'sol:gilts',
2415+
'sol:muskit' = 'sol:muskit',
24072416

24082417
// TRX tokens
24092418
'trx:htx' = 'trx:htx',

modules/statics/src/coins.ts

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12345,6 +12345,14 @@ export const coins = CoinMap.fromCoins([
1234512345
'0xb5130f4767ab0acc579f25a76e8f9e977cb3f948',
1234612346
UnderlyingAsset['eth:god']
1234712347
),
12348+
erc20(
12349+
'f106b4aa-1c9a-4d81-b580-1a02dabb8680',
12350+
'eth:sky',
12351+
'Sky',
12352+
18,
12353+
'0x56072c95faa701256059aa122697b133aded9279',
12354+
UnderlyingAsset['eth:sky']
12355+
),
1234812356
erc20(
1234912357
'1edeae93-293e-4883-b007-83b5ae1ba3d4',
1235012358
'eth:move',
@@ -12371,6 +12379,15 @@ export const coins = CoinMap.fromCoins([
1237112379
'0x2b9018ceb303d540bbf08de8e7de64fddd63396c',
1237212380
UnderlyingAsset['celo:pact']
1237312381
),
12382+
bscToken(
12383+
'9cab6783-f652-4cd2-8af2-a2ccf15f31c9',
12384+
'bsc:solv',
12385+
'SOLV Protocol',
12386+
9,
12387+
'0xabe8e5cabe24cb36df9540088fd7ce1175b9bc52',
12388+
UnderlyingAsset['bsc:solv'],
12389+
BSC_TOKEN_FEATURES
12390+
),
1237412391
bscToken(
1237512392
'b7540916-53ed-49e9-b8a4-8a853fd7d607',
1237612393
'bsc:brise',
@@ -18710,6 +18727,90 @@ export const coins = CoinMap.fromCoins([
1871018727
CoinFeature.CUSTODY_BITGO_SINGAPORE,
1871118728
]
1871218729
),
18730+
solToken(
18731+
'42b30171-13d3-4c18-befc-9643c701061f',
18732+
'sol:ustry',
18733+
'Etherfuse USTR',
18734+
6,
18735+
'USTRYnGgcHAhdWsanv8BG6vHGd4p7UGgoB9NRd8ei7j',
18736+
UnderlyingAsset['sol:ustry'],
18737+
[
18738+
...SOL_TOKEN_FEATURES,
18739+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
18740+
CoinFeature.CUSTODY_BITGO_GERMANY,
18741+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
18742+
]
18743+
),
18744+
solToken(
18745+
'b4e9b281-952e-4b75-8d57-8666e0b4a33e',
18746+
'sol:eurob',
18747+
'Etherfuse EUROB',
18748+
6,
18749+
'EuroszHk1AL7fHBBsxgeGHsamUqwBpb26oEyt9BcfZ6G',
18750+
UnderlyingAsset['sol:eurob'],
18751+
[
18752+
...SOL_TOKEN_FEATURES,
18753+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
18754+
CoinFeature.CUSTODY_BITGO_GERMANY,
18755+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
18756+
]
18757+
),
18758+
solToken(
18759+
'cf7d8a35-11ea-46dc-80a5-e0bed443a18c',
18760+
'sol:tesouro',
18761+
'Etherfuse TESOURO',
18762+
6,
18763+
'BRNTNaZeTJANz9PeuD8drNbBHwGgg7ZTjiQYrFgWQ48p',
18764+
UnderlyingAsset['sol:tesouro'],
18765+
[
18766+
...SOL_TOKEN_FEATURES,
18767+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
18768+
CoinFeature.CUSTODY_BITGO_GERMANY,
18769+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
18770+
]
18771+
),
18772+
solToken(
18773+
'694e2cc5-cc12-4fa9-9447-3904ac7a2c57',
18774+
'sol:cetes',
18775+
'Etherfuse CETES',
18776+
6,
18777+
'CETES7CKqqKQizuSN6iWQwmTeFRjbJR6Vw2XRKfEDR8f',
18778+
UnderlyingAsset['sol:cetes'],
18779+
[
18780+
...SOL_TOKEN_FEATURES,
18781+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
18782+
CoinFeature.CUSTODY_BITGO_GERMANY,
18783+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
18784+
]
18785+
),
18786+
solToken(
18787+
'6dd706b0-4764-48b1-b45d-e78a98e609b3',
18788+
'sol:gilts',
18789+
'Etherfuse GILTS',
18790+
6,
18791+
'GiLTSeSFnNse7xQVYeKdMyckGw66AoRmyggGg1NNd4yr',
18792+
UnderlyingAsset['sol:gilts'],
18793+
[
18794+
...SOL_TOKEN_FEATURES,
18795+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
18796+
CoinFeature.CUSTODY_BITGO_GERMANY,
18797+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
18798+
]
18799+
),
18800+
solToken(
18801+
'679055e6-e8cc-4b91-906c-0689de806a59',
18802+
'sol:muskit',
18803+
'Musk It',
18804+
6,
18805+
'9So52ugZh2BLBT3f7p61947q91uQh2DyvbfyMDeRpump',
18806+
UnderlyingAsset['sol:muskit'],
18807+
[
18808+
...SOL_TOKEN_FEATURES,
18809+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
18810+
CoinFeature.CUSTODY_BITGO_GERMANY,
18811+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
18812+
]
18813+
),
1871318814

1871418815
tsolToken(
1871518816
'b98c5a7a-49c5-45f1-a6ee-b08dff596a7d',
@@ -19970,6 +20071,14 @@ export const coins = CoinMap.fromCoins([
1997020071
'0x1337420ded5adb9980cfc35f8f2b054ea86f8ab1',
1997120072
UnderlyingAsset['arbeth:sqd']
1997220073
),
20074+
arbethErc20(
20075+
'e3c7b25e-d9e4-45cd-a3c2-4abec8483489',
20076+
'arbeth:cbl',
20077+
'Credbull',
20078+
18,
20079+
'0xd6b3d81868770083307840f513a3491960b95cb6',
20080+
UnderlyingAsset['arbeth:cbl']
20081+
),
1997320082
arbethErc20(
1997420083
'5a160655-9d96-4fdd-a362-224026b7c1e8',
1997520084
'arbeth:w',

modules/statics/test/unit/coins.ts

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,48 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
280280
CoinFeature.CUSTODY_BITGO_SINGAPORE,
281281
],
282282
},
283+
'sol:ustry': {
284+
features: [
285+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
286+
CoinFeature.CUSTODY_BITGO_GERMANY,
287+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
288+
],
289+
},
290+
'sol:eurob': {
291+
features: [
292+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
293+
CoinFeature.CUSTODY_BITGO_GERMANY,
294+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
295+
],
296+
},
297+
'sol:tesouro': {
298+
features: [
299+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
300+
CoinFeature.CUSTODY_BITGO_GERMANY,
301+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
302+
],
303+
},
304+
'sol:cetes': {
305+
features: [
306+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
307+
CoinFeature.CUSTODY_BITGO_GERMANY,
308+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
309+
],
310+
},
311+
'sol:gilts': {
312+
features: [
313+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
314+
CoinFeature.CUSTODY_BITGO_GERMANY,
315+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
316+
],
317+
},
318+
'sol:muskit': {
319+
features: [
320+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
321+
CoinFeature.CUSTODY_BITGO_GERMANY,
322+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
323+
],
324+
},
283325
'xlm:ZUSD-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB': {
284326
features: [CoinFeature.CUSTODY_BITGO_FRANKFURT],
285327
},

0 commit comments

Comments
 (0)