We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cda24f commit b5ff94bCopy full SHA for b5ff94b
aggregator/internal/pkg/subscriber.go
@@ -10,7 +10,7 @@ func (agg *Aggregator) SubscribeToNewTasks() error {
10
return err
11
}
12
13
- var switchBlockNumber = uint64(2_268_375) // 2_268_375 is the block at sep 3th 15:00
+ var switchBlockNumber = uint32(2_268_375) // 2_268_375 is the block at sep 3th 15:00
14
15
for {
16
select {
operator/pkg/operator.go
@@ -149,7 +149,7 @@ func (o *Operator) Start(ctx context.Context) error {
149
metricsErrChan = make(chan error, 1)
150
151
152
153
154
155
0 commit comments