mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 14:17:03 +00:00
bid_r
This commit is contained in:
parent
a2662b1584
commit
8ee7e7cf0f
@ -27,9 +27,19 @@ SELECT
|
||||
DATA :tx_responses :events AS msgs,
|
||||
DATA :tx_responses :tx :auth_info AS auth_info,
|
||||
DATA :tx_responses :tx :body AS tx_body,
|
||||
REPLACE(
|
||||
metadata :request [3] :params :events,
|
||||
'tx.height='
|
||||
COALESCE(
|
||||
REPLACE(
|
||||
metadata :request [3] :params :events,
|
||||
'tx.height='
|
||||
),
|
||||
SUBSTR(
|
||||
metadata :request :url,
|
||||
CHARINDEX(
|
||||
'offset=',
|
||||
metadata :request :url
|
||||
) + 7,
|
||||
99
|
||||
)
|
||||
) :: INT AS block_id_requested,
|
||||
_inserted_timestamp
|
||||
FROM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user