diff --git a/indexers-v2/main.py b/indexers-v2/main.py index 639566da..2cf0a677 100644 --- a/indexers-v2/main.py +++ b/indexers-v2/main.py @@ -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()