Constants¤
hl.TESTNET
module-attribute
¤
TESTNET = Network(
api_url=TESTNET_API_URL,
ws_url=TESTNET_WS_URL,
name="Testnet",
signature_chain_id="0x66eee",
phantom_agent_source="b",
)
hl.MAINNET
module-attribute
¤
MAINNET = Network(
api_url=MAINNET_API_URL,
ws_url=MAINNET_WS_URL,
name="Mainnet",
signature_chain_id="0xa4b1",
phantom_agent_source="a",
)