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

Commit

Permalink
feat: update valid_proof_submitter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed May 11, 2023
1 parent 775200c commit 53e5564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/proof_submitter/valid_proof_submitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func NewValidProofSubmitter(
return nil, err
}

l2SignalService, err := rpc.TaikoL1.Resolve0(nil, signalServiceNameBytes, false)
l2SignalService, err := rpc.TaikoL2.Resolve0(nil, signalServiceNameBytes, false)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 53e5564

Please sign in to comment.