LAST_IRREVERSIBLE_BLOCK_AGE=$(psql "$POSTGRES_URL"--quiet--no-align--tuples-only--command="select extract('epoch' from now() - created_at)::integer from hafd.blocks where num = (select consistent_block from hafd.irreversible_data)")
LAST_IRREVERSIBLE_BLOCK_AGE=$(psql "$POSTGRES_URL"--quiet--no-align--tuples-only--command="select extract('epoch' from now() - created_at)::integer from hafd.blocks where num = (select consistent_block from hafd.hive_state)")