From 831067c29e98cfaceb6dbefe695c6264c3dd791c Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Fri, 21 Oct 2022 10:52:11 +0300 Subject: [PATCH] config: reschedule Aspidochelone fork block for NeoFS mainnet We can't make it before 2550000, so move to 2600000. @anatoly-bogatyrev, please ensure you're using this new height for mainnet NeoFS configurations next week. --- config/protocol.mainnet.neofs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/protocol.mainnet.neofs.yml b/config/protocol.mainnet.neofs.yml index 88ca750d9..a330e7bc8 100644 --- a/config/protocol.mainnet.neofs.yml +++ b/config/protocol.mainnet.neofs.yml @@ -25,7 +25,7 @@ ProtocolConfiguration: VerifyTransactions: true P2PSigExtensions: false Hardforks: - Aspidochelone: 2550000 + Aspidochelone: 2600000 NativeActivations: ContractManagement: [0] StdLib: [0]