File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments