diff --git a/state/indexer/sink/psql/psql.go b/state/indexer/sink/psql/psql.go index 636ceeabf..528ae1328 100644 --- a/state/indexer/sink/psql/psql.go +++ b/state/indexer/sink/psql/psql.go @@ -19,6 +19,8 @@ const ( tableBlocks = "blocks" tableTxResults = "tx_results" tableEvents = "events" + viewBlockEvents = "block_events" + viewTxEvents = "tx_events" tableAttributes = "attributes" driverName = "postgres" )