Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Add fields to protocol.json #593

Merged
merged 2 commits into from
Jun 1, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion neo-cli/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"ProtocolConfiguration": {
"Magic": 5195086,
"MillisecondsPerBlock": 15000,
"ValidatorsCount": 4,
"MaxCommitteeMembersCount": 21,
"MaxValidatorsCount": 7,
"StandbyValidators": [
"03b209fd4f53a7170ea4444e0cb0a6bb6a53c2bd016926989cf85f9b0fba17a70c",
"02df48f60e8f3e01c48ff40b9b7f1310d7a8b2a193188befe1c2e3df740e895093",
Expand Down
3 changes: 2 additions & 1 deletion neo-cli/protocol.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"ProtocolConfiguration": {
"Magic": 5195086,
"MillisecondsPerBlock": 15000,
"ValidatorsCount": 4,
"MaxCommitteeMembersCount": 21,
"MaxValidatorsCount": 7,
"StandbyValidators": [
"03b209fd4f53a7170ea4444e0cb0a6bb6a53c2bd016926989cf85f9b0fba17a70c",
"02df48f60e8f3e01c48ff40b9b7f1310d7a8b2a193188befe1c2e3df740e895093",
Expand Down
3 changes: 2 additions & 1 deletion neo-cli/protocol.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"ProtocolConfiguration": {
"Magic": 1951352142,
"MillisecondsPerBlock": 15000,
"ValidatorsCount": 4,
"MaxCommitteeMembersCount": 21,
"MaxValidatorsCount": 7,
"StandbyValidators": [
"023e9b32ea89b94d066e649b124fd50e396ee91369e8e2a6ae1b11c170d022256d",
"03009b7540e10f2562e5fd8fac9eaec25166a58b26e412348ff5a86927bfac22a2",
Expand Down