67 lines
1.5 KiB
YAML
Executable File
67 lines
1.5 KiB
YAML
Executable File
# Tutus Instance Beta - Node 2 of 3
|
|
# Second sovereign chain for bridge testing
|
|
|
|
ProtocolConfiguration:
|
|
Magic: 88891 # Tutus Beta identifier (different from Alpha)
|
|
MaxTraceableBlocks: 200000
|
|
TimePerBlock: 1s
|
|
MaxTimePerBlock: 5s
|
|
Genesis:
|
|
TimePerBlock: 1s
|
|
Hardforks:
|
|
Aspidochelone: 0
|
|
Basilisk: 0
|
|
Cockatrice: 0
|
|
Domovoi: 0
|
|
Echidna: 0
|
|
Faun: 0
|
|
MemPoolSize: 50000
|
|
StandbyCommittee:
|
|
- 02103a7f7dd016558597f7960d27c516a4394fd968b9e65155eb4b013e4040406e
|
|
- 03d90c07df63e690ce77912e10ab51acc944b66860237b608c4f8f8309e71ee699
|
|
- 02a7bc55fe8684e0119768d104ba30795bdcc86619e864add26156723ed185cd62
|
|
ValidatorsCount: 3
|
|
SeedList:
|
|
- beta_one:11333
|
|
- beta_two:11334
|
|
- beta_three:11335
|
|
VerifyTransactions: true
|
|
P2PSigExtensions: true
|
|
|
|
ApplicationConfiguration:
|
|
SkipBlockVerification: false
|
|
DBConfiguration:
|
|
Type: "leveldb"
|
|
LevelDBOptions:
|
|
DataDirectoryPath: "/chains/beta-two"
|
|
P2P:
|
|
Addresses:
|
|
- ":11334"
|
|
DialTimeout: 3s
|
|
ProtoTickInterval: 2s
|
|
PingInterval: 30s
|
|
PingTimeout: 90s
|
|
MaxPeers: 10
|
|
AttemptConnPeers: 5
|
|
MinPeers: 2
|
|
Relay: true
|
|
Consensus:
|
|
Enabled: true
|
|
UnlockWallet:
|
|
Path: "/wallet.json"
|
|
Password: "three"
|
|
RPC:
|
|
Enabled: true
|
|
Addresses:
|
|
- ":11332"
|
|
MaxGasInvoke: 100
|
|
EnableCORSWorkaround: true
|
|
SessionEnabled: true
|
|
SessionLifetime: 300s
|
|
Prometheus:
|
|
Enabled: true
|
|
Addresses:
|
|
- ":2113"
|
|
Pprof:
|
|
Enabled: false
|