exclude filter token by env
env
Iterable<TokenInfo> excludeByChainEnv(ChainEnv env) => where((t) => t.chainId != env.chainId);