- Change file mode from 644 to 755 for all project files - Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet" - Rename Miner.extra_meta_data to extra_metadata for consistency
6 lines
137 B
Python
Executable File
6 lines
137 B
Python
Executable File
"""AITBC CLI - Command Line Interface for AITBC Network"""
|
|
|
|
__version__ = "0.1.0"
|
|
__author__ = "AITBC Team"
|
|
__email__ = "team@aitbc.net"
|