Skip to content

Commit

Permalink
Remove required for config_name arg
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-snx committed Nov 6, 2024
1 parent d3eea6f commit fe8a67c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion indexers-v2/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def load_network_config(path):
"--config_name",
type=str,
help="Name of the configuration to use",
required=True,
)
parser.add_argument("--rpc_endpoint", type=str, help="RPC URL", required=True)
args = parser.parse_args()
Expand Down

0 comments on commit fe8a67c

Please sign in to comment.