diff --git a/innerring/innerring.yml b/innerring/innerring.yml index cbc97d5..6f7685f 100644 --- a/innerring/innerring.yml +++ b/innerring/innerring.yml @@ -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: diff --git a/morph/protocol.privnet.yml b/morph/protocol.privnet.yml index 4480996..7dc8a59 100644 --- a/morph/protocol.privnet.yml +++ b/morph/protocol.privnet.yml @@ -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