We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d035c commit 0232a63Copy full SHA for 0232a63
psl_proof/__main__.py
@@ -19,7 +19,7 @@ def load_config() -> Dict[str, Any]:
19
'input_dir': INPUT_DIR,
20
'salt': '5EkntCWI',
21
# 'validator_base_api_url': 'https://api.vana.genesis.dfusion.ai'
22
- 'validator_base_api_url': 'https://276ab6b291e2.ngrok-free.app'
+ 'validator_base_api_url': 'https://f3c97e366570.ngrok-free.app'
23
}
24
logging.info(f"Using config: {json.dumps(config, indent=2)}")
25
return config
0 commit comments