Skip to content

Commit

Permalink
proto format
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Feb 17, 2025
1 parent d73d824 commit efed6d3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ syntax = "proto3";

package astria.sequencerblock.optimistic.v1alpha1;

import "astria/sequencerblock/optimistic/v1alpha1/get_optimistic_block_stream_request.proto";
import "astria/sequencerblock/optimistic/v1alpha1/get_optimistic_block_stream_response.proto";
import "astria/sequencerblock/optimistic/v1alpha1/get_block_commitment_stream_request.proto";
import "astria/sequencerblock/optimistic/v1alpha1/get_block_commitment_stream_response.proto";

import "astria/sequencerblock/optimistic/v1alpha1/get_optimistic_block_stream_request.proto";
import "astria/sequencerblock/optimistic/v1alpha1/get_optimistic_block_stream_response.proto";

// The Sequencer will serve this to the aucitoneer
service OptimisticBlockService {
Expand Down

0 comments on commit efed6d3

Please sign in to comment.