From b7d48301080328c890738f954ac2c03920a9d871 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 27 Aug 2020 17:18:28 +0300 Subject: [PATCH] [#14] Update default value of native gas script hash Signed-off-by: Alex Vanin --- cmd/neofs-ir/defaults.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/neofs-ir/defaults.go b/cmd/neofs-ir/defaults.go index 508c003af..4f3447d50 100644 --- a/cmd/neofs-ir/defaults.go +++ b/cmd/neofs-ir/defaults.go @@ -63,8 +63,8 @@ func defaultConfiguration(cfg *viper.Viper) { cfg.SetDefault("contracts.netmap", "") cfg.SetDefault("contracts.neofs", "") cfg.SetDefault("contracts.balance", "") - // gas native contract - cfg.SetDefault("contracts.gas", "8c23f196d8a1bfd103a9dcb1f9ccf0c611377d3b") + // gas native contract in LE + cfg.SetDefault("contracts.gas", "668e0c1f9d7b70a99dd9e06eadd4c784d641afbc") cfg.SetDefault("timers.epoch", "5s")