Commit 8e60c2d4 authored by Will Cory's avatar Will Cory

chore: Remove unecessary flag

parent 92df7779
...@@ -72,15 +72,6 @@ var ( ...@@ -72,15 +72,6 @@ var (
Usage: "path to config file", Usage: "path to config file",
EnvVars: []string{"INDEXER_CONFIG"}, EnvVars: []string{"INDEXER_CONFIG"},
} }
// Not used yet. Use this flag to run legacy app instead
// Remove me after indexer is released
IndexerRefreshFlag = &cli.BoolFlag{
Name: "indexer-refresh",
Value: false,
Aliases: []string{"i"},
Usage: "run new unreleased indexer by passing in flag",
EnvVars: []string{"INDEXER_REFRESH"},
}
) )
// make a instance method on Cli called Run that runs cli // make a instance method on Cli called Run that runs cli
......
...@@ -2,8 +2,5 @@ ...@@ -2,8 +2,5 @@
INDEXER_L1_ETH_RPC=FILL_ME_IN INDEXER_L1_ETH_RPC=FILL_ME_IN
INDEXER_L2_ETH_RPC=FILL_ME_IN INDEXER_L2_ETH_RPC=FILL_ME_IN
# temporary env variable to enable to new indexer
INDEXER_REFRESH=1
# Fill in to use prisma studio ui with a db other than the default # Fill in to use prisma studio ui with a db other than the default
# DATABASE_URL=FILL_ME_IN # DATABASE_URL=FILL_ME_IN
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment