Skip to content

Commit f6c4ca3

Browse files
refactor: sol pump ungate for germany
TICKET: WIN-6253
1 parent 737a0e4 commit f6c4ca3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/statics/src/coins/solTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,7 @@ export const solTokens = [
23172317
'pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn',
23182318
'pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn',
23192319
UnderlyingAsset['sol:pump'],
2320-
SOL_TOKEN_FEATURES,
2320+
[...SOL_TOKEN_FEATURES, CoinFeature.CUSTODY_BITGO_GERMANY],
23212321
ProgramID.Token2022ProgramId
23222322
),
23232323
solToken(

modules/statics/test/unit/coins.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,6 @@ coins.forEach((coin, coinName) => {
864864

865865
it('should return false for all non-SD coin feature', () => {
866866
coin.features.includes(CoinFeature.CUSTODY_BITGO_NEW_YORK).should.eql(false);
867-
coin.features.includes(CoinFeature.CUSTODY_BITGO_GERMANY).should.eql(false);
868867
coin.features.includes(CoinFeature.CUSTODY_BITGO_SWITZERLAND).should.eql(false);
869868
});
870869
}

0 commit comments

Comments
 (0)