diff --git a/warehouse/dbt/models/intermediate/users/int_first_time_addresses.sql b/warehouse/dbt/models/intermediate/users/int_first_time_addresses.sql index 62b4bdf1e..719ef1051 100644 --- a/warehouse/dbt/models/intermediate/users/int_first_time_addresses.sql +++ b/warehouse/dbt/models/intermediate/users/int_first_time_addresses.sql @@ -8,7 +8,7 @@ ] %} -- {% if target.name == 'production' %} {# This is a temporary measure for now to cut costs on the playground #} -{% set network_names = network_names + ['ethereum'] %} +{% set network_names = network_names %} {% endif %} {% for network_name in network_names %} diff --git a/warehouse/dbt/models/intermediate/users/int_potential_bots.sql b/warehouse/dbt/models/intermediate/users/int_potential_bots.sql index 289ea8827..591b77b84 100644 --- a/warehouse/dbt/models/intermediate/users/int_potential_bots.sql +++ b/warehouse/dbt/models/intermediate/users/int_potential_bots.sql @@ -8,7 +8,7 @@ ] %} -- {% if target.name == 'production' %} {# This is a temporary measure for now to cut costs on the playground #} -{% set network_names = network_names + ['ethereum'] %} +{% set network_names = network_names %} {% endif %} {% for network_name in network_names %}