mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 11:26:55 +00:00
28 lines
650 B
SQL
28 lines
650 B
SQL
{{ config (
|
|
materialized = "view",
|
|
tags = ['streamline_view']
|
|
) }}
|
|
|
|
SELECT
|
|
{{ target.database }}.live.udf_api(
|
|
'POST',
|
|
'{Service}/{Authentication}',
|
|
OBJECT_CONSTRUCT(
|
|
'Content-Type',
|
|
'application/json',
|
|
'fsc-quantum-state',
|
|
'livequery'
|
|
),
|
|
OBJECT_CONSTRUCT(
|
|
'id',
|
|
0,
|
|
'jsonrpc',
|
|
'2.0',
|
|
'method',
|
|
'status',
|
|
'params',
|
|
[]
|
|
),
|
|
'Vault/prod/osmosis/quicknode/mainnet_new'
|
|
) :data :result :sync_info :latest_block_height :: INT AS block_number
|