tutus-chain/config/protocol.tutus.testnet.yml

63 lines
1.5 KiB
YAML

# Tutus Testnet Configuration
# For development and testing
ProtocolConfiguration:
Magic: 88889 # Tutus testnet identifier
MaxTraceableBlocks: 200000
TimePerBlock: 1s
MaxTimePerBlock: 5s
Genesis:
TimePerBlock: 1s
MemPoolSize: 50000
# 3 validators for testnet
StandbyCommittee:
- 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
- 02103a7f7dd016558597f7960d27c516a4394fd968b9e65155eb4b013e4040406e
- 03d90c07df63e690ce77912e10ab51acc944b66860237b608c4f8f8309e71ee699
ValidatorsCount: 3
SeedList:
- localhost:10333
- localhost:10334
- localhost:10335
VerifyTransactions: true
P2PSigExtensions: true
ApplicationConfiguration:
SkipBlockVerification: false
DBConfiguration:
Type: "leveldb"
LevelDBOptions:
DataDirectoryPath: "./chains/tutus-testnet"
P2P:
Addresses:
- ":10333"
DialTimeout: 3s
ProtoTickInterval: 2s
PingInterval: 30s
PingTimeout: 90s
MaxPeers: 10
AttemptConnPeers: 5
MinPeers: 2
Relay: true
Consensus:
Enabled: false
UnlockWallet:
Path: "/validator_wallet.json"
Password: "test"
RPC:
Enabled: true
Addresses:
- ":10332"
MaxGasInvoke: 100
EnableCORSWorkaround: true
SessionEnabled: true
SessionLifetime: 300s
Prometheus:
Enabled: true
Addresses:
- ":2112"
Pprof:
Enabled: false
Addresses:
- ":2113"