Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed May 23, 2024
1 parent b770dda commit 8b5de11
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 63 deletions.
Empty file removed aggregatormanager/.gitkeep
Empty file.
Empty file removed api/.gitkeep
Empty file.
Empty file removed cdk/.gitkeep
Empty file.
Empty file removed dataavailability/.gitkeep
Empty file.
9 changes: 0 additions & 9 deletions dataavailability/config.go

This file was deleted.

12 changes: 0 additions & 12 deletions dataavailability/dac/dac.go

This file was deleted.

28 changes: 0 additions & 28 deletions dataavailability/dataavailability.go

This file was deleted.

1 change: 0 additions & 1 deletion eventprocessor/processor.go

This file was deleted.

Empty file removed internal/.gitkeep
Empty file.
9 changes: 0 additions & 9 deletions internal/syncer/eventprocessor.go

This file was deleted.

Empty file removed rpcproxy/.gitkeep
Empty file.
6 changes: 2 additions & 4 deletions syncer/ethsyncer/ethsyncer.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package ethsyncer

import (
"github.com/0xPolygon/cdk/pkg/dataavailability"
"github.com/0xPolygon/cdk/pkg/syncer/storage"
"github.com/0xPolygon/cdk/syncer/storage"
)

type EthSyncer struct {
Storage storage.StorageService
DataAvailability dataavailability.DataAvailabilityService
Storage storage.StorageService
}

0 comments on commit 8b5de11

Please sign in to comment.