Skip to content

Commit

Permalink
feat(eventindexer): flag typo + delete unused task (#16703)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey authored Apr 10, 2024
1 parent 35adb3d commit 03d610d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion packages/eventindexer/cmd/flags/disperser.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
EnvVars: []string{"TAIKO_TOKEN_ADDRESS"},
}
DispersalAmount = &cli.StringFlag{
Name: "taikoTokenAddress",
Name: "dispersalAmount",
Usage: "Dispersal amount in wei",
Required: true,
Category: disperserCategory,
Expand Down
4 changes: 0 additions & 4 deletions packages/eventindexer/pkg/tasks/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package tasks
var (
TotalTransactions = "total-transactions"
TransactionsPerDay = "transactions-per-day"
TotalBlocks = "total-blocks"
BlocksPerDay = "blocks-per-day"
TotalAccounts = "total-accounts"
AccountsPerDay = "accounts-per-day"
UniqueProposersPerDay = "unique-proposers-per-day"
Expand Down Expand Up @@ -32,8 +30,6 @@ var (
var Tasks = []string{
TotalTransactions,
TransactionsPerDay,
TotalBlocks,
BlocksPerDay,
TotalAccounts,
AccountsPerDay,
UniqueProposersPerDay,
Expand Down

0 comments on commit 03d610d

Please sign in to comment.