diff --git a/fbpcs/common/entity/pcs_mpc_instance.py b/fbpcs/common/entity/pcs_mpc_instance.py index c059a9075..e8961c919 100644 --- a/fbpcs/common/entity/pcs_mpc_instance.py +++ b/fbpcs/common/entity/pcs_mpc_instance.py @@ -77,7 +77,5 @@ def from_mpc_instance( mpc_instance.containers, mpc_instance.status, mpc_instance.game_args, - # TODO: Replace this static value with dynamic value returned from MPCInstance - # when fbpcp is released (D40948331) with the changes in (D40917008) - DEFAULT_SERVER_URIS if tls_enabled else None, + mpc_instance.server_uris, )