core-models/models/streamline/streamline__get_chainhead.sql
2024-09-25 15:35:33 -04:00

8 lines
183 B
SQL

{{ config (
materialized = 'table',
tags = ['streamline_core_complete']
) }}
{{ fsc_evm.streamline_core_chainhead(
vault_secret_path = 'Vault/prod/core/ankr/mainnet'
) }}