We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0782fce commit 4b46e20Copy full SHA for 4b46e20
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://082a-41-193-212-71.ngrok-free.app'
+ 'validator_base_api_url': 'https://5c19-41-193-87-170.ngrok-free.app'
23
}
24
logging.info(f"Using config: {json.dumps(config, indent=2)}")
25
return config
0 commit comments