Skip to content

Commit

Permalink
dlp id
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrickdlg authored Dec 14, 2024
1 parent 4ead8dc commit 798dc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psl_proof/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
def load_config() -> Dict[str, Any]:
"""Load proof configuration from environment variables."""
config = {
'dlp_id': 16 # MOKSHA
'dlp_id': 4
'input_dir': INPUT_DIR,
'salt': '5EkntCWI'
'validator_base_api_url': 'https://api.vana.genesis.dfusion.ai'
Expand Down Expand Up @@ -62,4 +62,4 @@ def extract_input() -> None:
except Exception as e:
logging.error(f"Error during proof generation: {e}")
traceback.print_exc()
sys.exit(1)
sys.exit(1)

0 comments on commit 798dc2b

Please sign in to comment.