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 BSPSessionStarted
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 a0ccb4f commit 5283c61
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_specimen.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
'\x49caa59dfff8e73f72d249149e72487a67c49cf76549aed997c63963b436c3c2'::bytea
]
AND trx.successful = TRUE
ORDER BY session_started.block_id ASC, session_started.log_offset ASC
Expand Down
2 changes: 1 addition & 1 deletion sql/proof_chain_mbeam_specimen.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
'\x49caa59dfff8e73f72d249149e72487a67c49cf76549aed997c63963b436c3c2'::bytea
]
AND trx.successful = TRUE
ORDER BY session_started.block_id ASC, session_started.log_offset ASC
Expand Down

0 comments on commit 5283c61

Please sign in to comment.