Skip to content

Commit 068013d

Browse files
feat(statics): add sol:melania
2 parents fa01469 + 9afbcdd commit 068013d

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2385,6 +2385,7 @@ export enum UnderlyingAsset {
23852385
'sol:jlp' = 'sol:jlp',
23862386
'sol:grass' = 'sol:grass',
23872387
'sol:trump' = 'sol:trump',
2388+
'sol:melania' = 'sol:melania',
23882389

23892390
// TRX tokens
23902391
'trx:htx' = 'trx:htx',

modules/statics/src/coins.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18508,6 +18508,20 @@ export const coins = CoinMap.fromCoins([
1850818508
CoinFeature.CUSTODY_BITGO_SINGAPORE,
1850918509
]
1851018510
),
18511+
solToken(
18512+
'96ee9c77-8b26-4c1e-a665-eec036864f5c',
18513+
'sol:melania',
18514+
'Melania Meme',
18515+
6,
18516+
'FUAfBo2jgks6gB4Z4LfZkqSZgzNucisEHqnNebaRxM1P',
18517+
UnderlyingAsset['sol:melania'],
18518+
[
18519+
...SOL_TOKEN_FEATURES,
18520+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
18521+
CoinFeature.CUSTODY_BITGO_GERMANY,
18522+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
18523+
]
18524+
),
1851118525

1851218526
tsolToken(
1851318527
'b98c5a7a-49c5-45f1-a6ee-b08dff596a7d',

modules/statics/test/unit/coins.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,13 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
268268
CoinFeature.CUSTODY_BITGO_SINGAPORE,
269269
],
270270
},
271+
'sol:melania': {
272+
features: [
273+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
274+
CoinFeature.CUSTODY_BITGO_GERMANY,
275+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
276+
],
277+
},
271278
'xlm:ZUSD-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB': {
272279
features: [CoinFeature.CUSTODY_BITGO_FRANKFURT],
273280
},

0 commit comments

Comments
 (0)