Skip to content

Commit

Permalink
Merge pull request #5387 from BitGo/COIN-2828-high-priority-onboard-t…
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedRyaan786 authored Jan 20, 2025
2 parents fa01469 + 9afbcdd commit 068013d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2385,6 +2385,7 @@ export enum UnderlyingAsset {
'sol:jlp' = 'sol:jlp',
'sol:grass' = 'sol:grass',
'sol:trump' = 'sol:trump',
'sol:melania' = 'sol:melania',

// TRX tokens
'trx:htx' = 'trx:htx',
Expand Down
14 changes: 14 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18508,6 +18508,20 @@ export const coins = CoinMap.fromCoins([
CoinFeature.CUSTODY_BITGO_SINGAPORE,
]
),
solToken(
'96ee9c77-8b26-4c1e-a665-eec036864f5c',
'sol:melania',
'Melania Meme',
6,
'FUAfBo2jgks6gB4Z4LfZkqSZgzNucisEHqnNebaRxM1P',
UnderlyingAsset['sol:melania'],
[
...SOL_TOKEN_FEATURES,
CoinFeature.CUSTODY_BITGO_FRANKFURT,
CoinFeature.CUSTODY_BITGO_GERMANY,
CoinFeature.CUSTODY_BITGO_SINGAPORE,
]
),

tsolToken(
'b98c5a7a-49c5-45f1-a6ee-b08dff596a7d',
Expand Down
7 changes: 7 additions & 0 deletions modules/statics/test/unit/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,13 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
CoinFeature.CUSTODY_BITGO_SINGAPORE,
],
},
'sol:melania': {
features: [
CoinFeature.CUSTODY_BITGO_FRANKFURT,
CoinFeature.CUSTODY_BITGO_GERMANY,
CoinFeature.CUSTODY_BITGO_SINGAPORE,
],
},
'xlm:ZUSD-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB': {
features: [CoinFeature.CUSTODY_BITGO_FRANKFURT],
},
Expand Down

0 comments on commit 068013d

Please sign in to comment.