mirror of
https://github.com/FlipsideCrypto/berachain-models.git
synced 2026-02-06 14:17:04 +00:00
12 lines
229 B
SQL
12 lines
229 B
SQL
{{ config (
|
|
materialized = "view",
|
|
tags = ['streamline_core_complete']
|
|
) }}
|
|
|
|
SELECT
|
|
block_number,
|
|
tx_hash,
|
|
node_call :data :result AS receipt_response
|
|
FROM
|
|
{{ ref('bronze_lq__get_transaction_receipts') }}
|