Skip to content

Commit

Permalink
fix(taiko-client): temp support tier 290 (#18030)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 authored Sep 3, 2024
1 parent de27e6e commit f1aeac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/taiko-client/prover/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ func (p *Prover) initProofSubmitters(
producer = proofProducer.NewGuardianProofProducer(encoding.TierGuardianMinorityID, p.cfg.EnableLivenessBondProof)
case encoding.TierGuardianMajorityID:
producer = proofProducer.NewGuardianProofProducer(encoding.TierGuardianMajorityID, p.cfg.EnableLivenessBondProof)
case 290:
continue
default:
return fmt.Errorf("unsupported tier: %d", tier.ID)
}
Expand Down

0 comments on commit f1aeac3

Please sign in to comment.