Files
aitbc/cli/multichain_config.yaml
oib ccedbace53 chore: remove configuration files and enhance blockchain explorer with advanced search, analytics, and export features
- Delete .aitbc.yaml.example CLI configuration template
- Delete .lycheeignore link checker exclusion rules
- Delete .nvmrc Node.js version specification
- Add advanced search panel with filters for address, amount range, transaction type, time range, and validator
- Add analytics dashboard with transaction volume, active addresses, and block time metrics
- Add Chart.js integration
2026-03-02 15:38:25 +01:00

27 lines
523 B
YAML

# Multi-chain configuration for AITBC CLI
nodes:
default-node:
id: default-node
endpoint: http://localhost:8545
timeout: 30
retry_count: 3
max_connections: 10
aitbc-main:
id: aitbc-main
endpoint: http://10.1.223.93:8545
timeout: 30
retry_count: 3
max_connections: 10
chains:
default_gas_limit: 10000000
default_gas_price: 20000000000
max_block_size: 1048576
backup_path: ./backups
max_concurrent_chains: 100
logging_level: INFO
enable_caching: true
cache_ttl: 300