monad stablecoins

This commit is contained in:
drethereum 2025-11-24 16:37:31 -07:00
parent 3fb63e1c8e
commit a4343e2ac0
5 changed files with 48 additions and 1 deletions

View File

@ -15,5 +15,5 @@ jobs:
with:
command_name: Run Curated Models
command: |
dbt run -m "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated"
dbt run -m "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated" "fsc_evm,tag:streamline,tag:balances,tag:complete" "fsc_evm,tag:streamline,tag:balances,tag:records" "fsc_evm,tag:streamline,tag:balances,tag:realtime" "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:complete" "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:realtime" --vars '{"STREAMLINE_INVOKE_STREAMS":True}'
secrets: inherit

View File

@ -0,0 +1,19 @@
name: dbt_run_scheduled_curated_daily
run-name: dbt_run_scheduled_curated_daily
on:
workflow_dispatch:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@main
with:
command_name: Run Curated Daily Models
command: |
dbt run -m "fsc_evm,tag:silver,tag:balances" "fsc_evm,tag:gold,tag:balances" "fsc_evm,tag:curated_daily"
secrets: inherit

View File

@ -0,0 +1,19 @@
name: dbt_run_streamline_reads_history
run-name: dbt_run_streamline_reads_history
on:
workflow_dispatch:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@main
with:
command_name: Run Reads History Models
command: |
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:complete" "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:history"
secrets: inherit

View File

@ -106,6 +106,8 @@ models:
+enabled: true
lending:
+enabled: true
stablecoins:
+enabled: true
balances_package:
+enabled: false
erc20:

View File

@ -22,6 +22,7 @@ sources:
- name: balances_erc20
- name: balances_native
- name: contract_abis
- name: stablecoin_reads
- name: crosschain_silver
database: "{{ 'crosschain' if target.database.upper() == var('GLOBAL_PROD_DB_NAME').upper() else 'crosschain_dev' }}"
schema: silver
@ -33,6 +34,12 @@ sources:
- name: complete_provider_prices
- name: complete_token_asset_metadata
- name: complete_token_prices
- name: tokens_stablecoins
- name: crosschain_gold
database: crosschain
schema: core
tables:
- name: dim_dates
- name: bronze_api
database: "{{ target.database }}"
schema: bronze_api