From 6d509896fbaf7fa9bcdba93a67cd837539f2c703 Mon Sep 17 00:00:00 2001 From: Ekaterina Pavlova Date: Mon, 16 Dec 2024 14:26:40 +0300 Subject: [PATCH] config: update NeoFSBlockFetcher's ContainerID Signed-off-by: Ekaterina Pavlova --- config/protocol.mainnet.neofs.yml | 2 +- config/protocol.mainnet.yml | 2 +- config/protocol.testnet.neofs.yml | 2 +- config/protocol.testnet.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/protocol.mainnet.neofs.yml b/config/protocol.mainnet.neofs.yml index 6c5418a10..adec524c1 100644 --- a/config/protocol.mainnet.neofs.yml +++ b/config/protocol.mainnet.neofs.yml @@ -93,6 +93,6 @@ ApplicationConfiguration: BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize SkipIndexFilesSearch: false IndexFileSize: 128000 - ContainerID: "VCVr6RKg1hfJR7v36xvjbaXTncj1waPi94u9EFyEttW" + ContainerID: "BP71MqY7nJhpuHfdQU3infRSjMgVmSFFt9GfG2GGMZJj" BlockAttribute: "Block" IndexFileAttribute: "Index" diff --git a/config/protocol.mainnet.yml b/config/protocol.mainnet.yml index 49f97093b..0288ef0a7 100644 --- a/config/protocol.mainnet.yml +++ b/config/protocol.mainnet.yml @@ -111,6 +111,6 @@ ApplicationConfiguration: BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize SkipIndexFilesSearch: false IndexFileSize: 128000 - ContainerID: "7a1cn9LNmAcHjESKWxRGG7RSZ55YHJF6z2xDLTCuTZ6c" + ContainerID: "3RCdP3ZubyKyo8qFeo7EJPryidTZaGCMdUjqFJaaEKBV" BlockAttribute: "Block" IndexFileAttribute: "Index" diff --git a/config/protocol.testnet.neofs.yml b/config/protocol.testnet.neofs.yml index 10dc8273e..041227bf2 100644 --- a/config/protocol.testnet.neofs.yml +++ b/config/protocol.testnet.neofs.yml @@ -100,6 +100,6 @@ ApplicationConfiguration: BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize SkipIndexFilesSearch: false IndexFileSize: 128000 - ContainerID: "FidCcVzUxzY3PeUksCnnpUQ8h8PJeYPessX8FRMuveSy" + ContainerID: "98xz5YeanzxRCpH6EfUhECVm2MynGYchDN4naJViHT9M" BlockAttribute: "Block" IndexFileAttribute: "Index" diff --git a/config/protocol.testnet.yml b/config/protocol.testnet.yml index 34bda8643..4c3c54a1f 100644 --- a/config/protocol.testnet.yml +++ b/config/protocol.testnet.yml @@ -113,6 +113,6 @@ ApplicationConfiguration: BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize SkipIndexFilesSearch: false IndexFileSize: 128000 - ContainerID: "87JRc7vyWcjW8uS32LMoLTAj4ckCzFZWfKbacjU3sAob" + ContainerID: "A8nGtDemWrm2SjfcGAG6wvrxmXwqc5fwr8ezNDm6FraT" BlockAttribute: "Block" IndexFileAttribute: "Index"