File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ func (agg *Aggregator) Start(ctx context.Context) error {
218218
219219const MaxSentTxRetries = 5
220220
221- var switchBlockNumber = uint64 (100 )
221+ var switchBlockNumber = uint64 (2_268_375 ) // 2_268_375 is the block at sep 3th 15:00
222222
223223func (agg * Aggregator ) handleBlsAggServiceResponse (blsAggServiceResp blsagg.BlsAggregationServiceResponse ) {
224224 if blsAggServiceResp .Err != nil {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ func (agg *Aggregator) SubscribeToNewTasks() error {
1010 return err
1111 }
1212
13- var switchBlockNumber = uint32 ( 100 )
13+ var switchBlockNumber = uint64 ( 2_268_375 ) // 2_268_375 is the block at sep 3th 15:00
1414
1515 for {
1616 select {
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ func (o *Operator) Start(ctx context.Context) error {
149149 metricsErrChan = make (chan error , 1 )
150150 }
151151
152- var switchBlockNumber = uint32 ( 100 )
152+ var switchBlockNumber = uint64 ( 2_268_375 ) // 2_268_375 is the block at sep 3th 15:00
153153
154154 for {
155155 select {
You can’t perform that action at this time.
0 commit comments