From ac34ec1f334ea97e29aa5a4aef580bef933c67db Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Wed, 24 Aug 2022 12:44:23 +0300 Subject: [PATCH] [#206] Fix contract addresses in Inner Ring config Along with this commit, chain dumps from nspcc-dev/neofs-contract were updated. Signed-off-by: Alex Vanin --- services/ir/.ir.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/ir/.ir.env b/services/ir/.ir.env index f7601c4..73f40bc 100644 --- a/services/ir/.ir.env +++ b/services/ir/.ir.env @@ -30,8 +30,8 @@ NEOFS_IR_TIMERS_DISTRIBUTE_BASIC_INCOME_DIV=4 NEOFS_IR_EMIT_STORAGE_AMOUNT=1000000000 NEOFS_IR_NETMAP_CLEANER_ENABLED=true -NEOFS_IR_CONTRACTS_NEOFS=d01a381aae45f1ed181db9d554cc5ccc69c69f4e -NEOFS_IR_CONTRACTS_PROCESSING=52eb8d0b794430e7d37d7650961d6dcd0ec40cd1 +NEOFS_IR_CONTRACTS_NEOFS=913c08e0faa2b94516ac7effaea7a9363e492228 +NEOFS_IR_CONTRACTS_PROCESSING=ab239aa64ff6419419390038682a58b3e7dd0e86 NEOFS_IR_MORPH_VALIDATORS=02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2 NEOFS_IR_AUDIT_PDP_MAX_SLEEP_INTERVAL=100ms