Skip to content

Commit

Permalink
Merge pull request #5386 from BitGo/COIN-2828-high-priority-onboard-t…
Browse files Browse the repository at this point in the history
…rump-token-ungate-for-frankfurt-germany-europe-as

feat(statics): add sol:trump token
  • Loading branch information
MohammedRyaan786 authored Jan 20, 2025
2 parents 601c1a6 + f209c9d commit fa01469
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 @@ -2384,6 +2384,7 @@ export enum UnderlyingAsset {
'sol:nos' = 'sol:nos',
'sol:jlp' = 'sol:jlp',
'sol:grass' = 'sol:grass',
'sol:trump' = 'sol:trump',

// 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 @@ -18494,6 +18494,20 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset['sol:grass'],
SOL_TOKEN_FEATURES
),
solToken(
'732f22a5-8ffc-4722-a194-0fdb14caf448',
'sol:trump',
'OFFICIAL TRUMP',
6,
'6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
UnderlyingAsset['sol:trump'],
[
...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 @@ -261,6 +261,13 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
'sol:wen': { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
'sol:nos': { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
'sol:spx': { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
'sol:trump': {
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 fa01469

Please sign in to comment.