Redeploy with new keys
This commit is contained in:
parent
f2b1df6aee
commit
bd7a8d26ea
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ morph:
|
|||
client: # List of websocket RPC endpoints in sidechain
|
||||
- address: ws://127.0.0.200:30333/ws
|
||||
validators: # List of hex-encoded 33-byte public keys of sidechain validators to vote for at application startup
|
||||
- 02595996a81f4822e49e55a60bc7b6cfbe74f50c00df9205d84ba8ae9262182cd7
|
||||
- 025d4ec951ae6479ea3826226088b535f24d44d3b50f296c64a6b5ab10502db5df
|
||||
|
||||
# Network time settings
|
||||
timers:
|
||||
|
|
|
@ -5,7 +5,7 @@ ProtocolConfiguration:
|
|||
MemPoolSize: 50000
|
||||
StandbyCommittee:
|
||||
# 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2 # frostfs-dev-env node
|
||||
- 02595996a81f4822e49e55a60bc7b6cfbe74f50c00df9205d84ba8ae9262182cd7 # replace this with node pubkey
|
||||
- 025d4ec951ae6479ea3826226088b535f24d44d3b50f296c64a6b5ab10502db5df # replace this with node pubkey
|
||||
ValidatorsCount: 1
|
||||
VerifyTransactions: true
|
||||
StateRootInHeader: true
|
||||
|
|
Loading…
Add table
Reference in a new issue