mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
11 lines
278 B
SQL
11 lines
278 B
SQL
-- depends_on: {{ ref('_evm__contracts_map') }}
|
|
-- depends_on: {{ ref('_evm__abi_map') }}
|
|
-- depends_on: {{ ref('_evm__native_symbol_map') }}
|
|
|
|
|
|
{%- set configs = [
|
|
config_evm_rpc_primitives,
|
|
config_evm_high_level_abstractions
|
|
] -%}
|
|
{{- ephemeral_deploy(configs) -}}
|