Skip to content

Commit

Permalink
multiple improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sledro committed Nov 9, 2024
1 parent 75df1c1 commit 648857d
Show file tree
Hide file tree
Showing 16 changed files with 514 additions and 658 deletions.
2 changes: 2 additions & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ func main() {
log.Fatalf("failed to parse L2_FETCH_INTERVAL: %v", err)
}

Logger.Info("Database", "name", os.Getenv("DATABASE_NAME"))

indexer, err := indexer.NewIndexer(indexer.IndexerOpts{
Lightlink: &lightlink.ClientOpts{
Endpoint: os.Getenv("L2_RPC_URL"),
Expand Down
Loading

0 comments on commit 648857d

Please sign in to comment.