Spaces:
Sleeping
Sleeping
V2.25.2: Switch to Testnet mode for development phase
Browse files
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 =
|
| 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)")
|