From fda0e8364f840d915928ae6871241807d4f2e38f Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 19 Sep 2023 18:29:55 +0300 Subject: [PATCH] config: fix mainnet neofs config For some reason it got out of sync with the reality, Notary is enabled since April there. Signed-off-by: Roman Khimov --- config/protocol.mainnet.neofs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/protocol.mainnet.neofs.yml b/config/protocol.mainnet.neofs.yml index 855d90d78..7097dddf4 100644 --- a/config/protocol.mainnet.neofs.yml +++ b/config/protocol.mainnet.neofs.yml @@ -22,7 +22,7 @@ ProtocolConfiguration: - morph6.fs.neo.org:40333 - morph7.fs.neo.org:40333 VerifyTransactions: true - P2PSigExtensions: false + P2PSigExtensions: true Hardforks: Aspidochelone: 3000000 Basilisk: 4500000 @@ -36,6 +36,7 @@ ProtocolConfiguration: PolicyContract: [0] RoleManagement: [0] OracleContract: [0] + Notary: [0] ApplicationConfiguration: SkipBlockVerification: false