gionuibk commited on
Commit
7343c0c
·
1 Parent(s): 5599cd2

V2.25.2: Switch to Testnet mode for development phase

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -13,7 +13,7 @@ def get_config():
13
  private_key = os.environ.get("HYPERLIQUID_PK")
14
  vault_address = os.environ.get("HYPERLIQUID_VAULT")
15
 
16
- use_testnet = False # PRODUCTION MODE - Real trading!
17
 
18
  if not private_key:
19
  print(f"⚠️ HYPERLIQUID_PK not in env. Using Hardcoded Testnet Key (Address: 0xF138...2FDF)")
 
13
  private_key = os.environ.get("HYPERLIQUID_PK")
14
  vault_address = os.environ.get("HYPERLIQUID_VAULT")
15
 
16
+ use_testnet = True # TESTNET MODE - Development & Testing
17
 
18
  if not private_key:
19
  print(f"⚠️ HYPERLIQUID_PK not in env. Using Hardcoded Testnet Key (Address: 0xF138...2FDF)")