Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
d8d0e8ab
Unverified
Commit
d8d0e8ab
authored
Aug 14, 2023
by
OptimismBot
Committed by
GitHub
Aug 14, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6725 from ethereum-optimism/08-11-chore_Remove_unecessary_flag
chore: Remove unecessary flag
parents
bc2c3961
0719aa48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
cli.go
indexer/cli/cli.go
+0
-9
example.env
indexer/example.env
+0
-3
No files found.
indexer/cli/cli.go
View file @
d8d0e8ab
...
...
@@ -72,15 +72,6 @@ var (
Usage
:
"path to config file"
,
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
...
...
indexer/example.env
View file @
d8d0e8ab
...
...
@@ -2,8 +2,5 @@
INDEXER_L1_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
# DATABASE_URL=FILL_ME_IN
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment