Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
update topic hashes for SessionStarted to BRPSessionStarted
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Mar 28, 2023
1 parent 5283c61 commit 9d280c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/proof_chain_mbase_result.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ session_started_events AS (
WHERE
session_started.sender = '\x19492a5019B30471aA8fa2c6D9d39c99b5Cda20C'::bytea
AND session_started.topics @> ARRAY[
'\x8b1f889addbfa41db5227bae3b091bd5c8b9a9122f874dfe54ba2f75aabe1f4c'::bytea
'\x06a773d98907981dde2b75694bea53d9542cb1434717f5c66e699dee821a7324'::bytea
]
AND trx.successful = TRUE
AND session_started.block_id >= '1910104892088990000'::bigint
Expand Down
2 changes: 1 addition & 1 deletion sql/proof_chain_mbeam_result.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ session_started_events AS (
WHERE
session_started.sender = '\x4f2e285227d43d9eb52799d0a28299540452446e'::bytea
AND session_started.topics @> ARRAY[
'\x8b1f889addbfa41db5227bae3b091bd5c8b9a9122f874dfe54ba2f75aabe1f4c'::bytea
'\x06a773d98907981dde2b75694bea53d9542cb1434717f5c66e699dee821a7324'::bytea
]
AND trx.successful = TRUE
ORDER BY session_started.block_id ASC, session_started.log_offset ASC
Expand Down

0 comments on commit 9d280c3

Please sign in to comment.