From 34dc48e4c3cf208661818a40439642d97792a08e Mon Sep 17 00:00:00 2001 From: drethereum <71602799+drethereum@users.noreply.github.com> Date: Thu, 15 May 2025 16:51:50 -0600 Subject: [PATCH] v73 (#443) --- packages.yml | 2 +- profiles.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.yml b/packages.yml index 460efb7..6176dc0 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v4.0.0-beta.72 + revision: v4.0.0-beta.73 diff --git a/profiles.yml b/profiles.yml index 2a6c6b4..60abdea 100644 --- a/profiles.yml +++ b/profiles.yml @@ -10,7 +10,7 @@ polygon: region: "{{ env_var('REGION') }}" database: "{{ env_var('DATABASE') }}" warehouse: "{{ env_var('WAREHOUSE') }}" - schema: "{{ env_var('SCHEMA') }}" + schema: SILVER threads: 4 client_session_keep_alive: False query_tag: polygon_curator @@ -23,7 +23,7 @@ polygon: region: "{{ env_var('REGION') }}" database: "{{ env_var('DATABASE') }}" warehouse: "{{ env_var('WAREHOUSE') }}" - schema: "{{ env_var('SCHEMA') }}" + schema: SILVER threads: 4 client_session_keep_alive: False query_tag: polygon_curator \ No newline at end of file