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

Commit

Permalink
Merge branch 'main' into improve-gp-2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Apr 22, 2024
2 parents 27265d9 + d9b6c7c commit 3b69e96
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions prover/event_handler/block_proposed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ import (
"context"
"time"

proofProducer "github.com/taikoxyz/taiko-client/prover/proof_producer"
state "github.com/taikoxyz/taiko-client/prover/shared_state"

"github.com/ethereum/go-ethereum/common"

"github.com/taikoxyz/taiko-client/bindings"
proofProducer "github.com/taikoxyz/taiko-client/prover/proof_producer"
state "github.com/taikoxyz/taiko-client/prover/shared_state"
)

func (s *EventHandlerTestSuite) TestBlockProposedHandle() {
Expand Down

0 comments on commit 3b69e96

Please sign in to comment.