From be522bc2f653190b8e891c9623491f2886faf6bb Mon Sep 17 00:00:00 2001 From: drethereum Date: Wed, 12 Mar 2025 11:30:33 -0600 Subject: [PATCH] updated package and vars --- dbt_project.yml | 16 ++++++++-------- packages.yml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dbt_project.yml b/dbt_project.yml index 549b6e1..475de35 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -96,13 +96,13 @@ vars: - AWS_LAMBDA_RISE_API # replace with the name of the chain - INTERNAL_DEV - # prod: - # API_INTEGRATION: AWS_RISE_API_PROD_V2 - # EXTERNAL_FUNCTION_URI: .execute-api.us-east-1.amazonaws.com/prod/ - # ROLES: - # - AWS_LAMBDA_RISE_API # replace with the name of the chain - # - INTERNAL_DEV - # - DBT_CLOUD_RISE # replace with the name of the chain + prod: + API_INTEGRATION: AWS_RISE_API_PROD_V2 + EXTERNAL_FUNCTION_URI: 5543m1l4b0.execute-api.us-east-1.amazonaws.com/prod/ + ROLES: + - AWS_LAMBDA_RISE_API # replace with the name of the chain + - INTERNAL_DEV + - DBT_CLOUD_RISE # replace with the name of the chain #### STREAMLINE 2.0 END #### @@ -112,7 +112,7 @@ vars: ## REQUIRED GLOBAL_PROD_DB_NAME: "rise" - GLOBAL_NODE_SECRET_PATH: "insert_vault_path" + GLOBAL_NODE_SECRET_PATH: "Vault/prod/rise/nirvana/testnet" GLOBAL_BLOCKS_PER_HOUR: 3600 ### GLOBAL VARIABLES END ### diff --git a/packages.yml b/packages.yml index 4d95580..ffc3011 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v3.21.1 \ No newline at end of file + revision: v3.28.0 \ No newline at end of file