70 lines
1.8 KiB
YAML
70 lines
1.8 KiB
YAML
ProtocolConfiguration:
|
|
Magic: 2024091317
|
|
MaxTraceableBlocks: 200000
|
|
TimePerBlock: 1s
|
|
MemPoolSize: 50000
|
|
StandbyCommittee:
|
|
- 03aa8d8a0b8f9f0c5b36ce37975cfbcab3df75e1f12c501e3ead6d5f49d6e0b6f2 # az
|
|
- 02a51fd92f9e518f46ad009cc4b1e6f6d2879c33c252e12368ca9a431f4aabcd4f # buky
|
|
- 02856ed40a58b1e4bec8e1288ef8d5b2b4d8652557c89f03da72cc3988f7b4cf61 # vedi
|
|
- 0398803ed9999ddcbe8eba0d88805fd6b2ee92553af78ab0e4364446e7cb7229b3 # glagoli
|
|
- 036f8f0e9c2cd033c5c7bf38f5fc45926950988cecbc6f6d47575781217786166a # dobro
|
|
- 023790dcc88bef1f500f549342d1ec7a4b7e48912555d93b71ed6561a309142893 # yest
|
|
- 0244cb3df7b5a81810b8bb9ff2f0442434b5e8ab7c278c09723c07b127ff30e347 # zhivete
|
|
|
|
ValidatorsCount: NODE_COUNT
|
|
VerifyTransactions: true
|
|
StateRootInHeader: true
|
|
P2PSigExtensions: true
|
|
Hardforks: {}
|
|
SeedList:
|
|
- "morph1:20333"
|
|
- "morph2:20333"
|
|
- "morph3:20333"
|
|
- "morph4:20333"
|
|
- "morph5:20333"
|
|
- "morph6:20333"
|
|
- "morph7:20333"
|
|
|
|
ApplicationConfiguration:
|
|
SkipBlockVerification: false
|
|
DBConfiguration:
|
|
Type: "boltdb"
|
|
BoltDBOptions:
|
|
FilePath: "data/chain-NODE_LETTER/morph.bolt"
|
|
P2P:
|
|
Addresses:
|
|
- "morphNODE_ID:20333"
|
|
DialTimeout: 3s
|
|
ProtoTickInterval: 2s
|
|
PingInterval: 30s
|
|
PingTimeout: 90s
|
|
MaxPeers: 10
|
|
AttemptConnPeers: 5
|
|
MinPeers: NODE_MINPEERS
|
|
Relay: true
|
|
Consensus:
|
|
Enabled: true
|
|
UnlockWallet:
|
|
Path: "wallet/NODE_LETTER.json"
|
|
Password: "m"
|
|
RPC:
|
|
Addresses:
|
|
- "morphNODE_ID:30333"
|
|
Enabled: true
|
|
SessionEnabled: true
|
|
EnableCORSWorkaround: false
|
|
MaxGasInvoke: 100
|
|
P2PNotary:
|
|
Enabled: true
|
|
UnlockWallet:
|
|
Path: "wallet/NODE_LETTER.json"
|
|
Password: "m"
|
|
Prometheus:
|
|
Addresses:
|
|
- "morphNODE_ID:20001"
|
|
Enabled: true
|
|
Pprof:
|
|
Addresses:
|
|
- "morphNODE_ID:20011"
|
|
Enabled: true
|