diff --git a/proxy/endpoints.py b/proxy/endpoints.py index 3ed4c06..be8f7d6 100644 --- a/proxy/endpoints.py +++ b/proxy/endpoints.py @@ -107,6 +107,10 @@ def generate_endpoints_for_schain( schain = schains_internal_contract.functions.schains(schain_hash).call() schain_options_raw = schains_contract.functions.getOptions(schain_hash).call() + if (schain[0] == 'light-vast-diphda'): + logger.info('HOTFIX: Skipping light-vast-diphda chain') + return + schain_options = parse_schain_options( raw_options=schain_options_raw )