feat: excude solana SRM

This commit is contained in:
bartosz-lipinski 2021-04-30 07:55:34 -05:00
parent 82753a6ed9
commit 98337f4fd7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ export const chainToName = (chain?: ASSET_CHAIN) => {
};
const EXCLUDED_COMMON_TOKENS = ['usdt', 'usdc'];
const EXCLUDED_SPL_TOKENS = ['sol', ...EXCLUDED_COMMON_TOKENS];
const EXCLUDED_SPL_TOKENS = ['sol', 'srm', ...EXCLUDED_COMMON_TOKENS];
export const filterModalSolTokens = (tokens: TokenInfo[]) => {
return tokens.filter(