From 4e65abc766ab764d881eb444d4696e4d47050622 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 9 Dec 2021 15:26:12 +0300 Subject: [PATCH] [#1027] Add NeoFS contract address in N3 Mainnet Signed-off-by: Alex Vanin --- config/mainnet/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/mainnet/README.md b/config/mainnet/README.md index 5e23f5de..db11ce06 100644 --- a/config/mainnet/README.md +++ b/config/mainnet/README.md @@ -5,6 +5,10 @@ Make sure to specify correct values instead of `<...>` placeholders. Do not change `contracts` section. Run latest neofs-node release with fixed config `neofs-node -c config.yml` +To use NeoFS in the Mainnet you need to deposit assets to NeoFS contract. +The contract sript hash is `2cafa46838e8b564468ebd868dcafdd99dce6221` +(N3 address `NNxVrKjLsRkWsmGgmuNXLcMswtxTGaNQLk`) + ## Tips Use `grpcs://` scheme in announced address if you enable TLS in grpc server.