diff --git a/cmd/neofs-ir/defaults.go b/cmd/neofs-ir/defaults.go index 8b13caac..a1b1b755 100644 --- a/cmd/neofs-ir/defaults.go +++ b/cmd/neofs-ir/defaults.go @@ -72,7 +72,7 @@ func defaultConfiguration(cfg *viper.Viper) { cfg.SetDefault("contracts.alphabet.jest", "") cfg.SetDefault("contracts.alphabet.zhivete", "") // gas native contract in LE - cfg.SetDefault("contracts.gas", "b5df804bbadefea726afb5d3f4e8a6f6d32d2a20") + cfg.SetDefault("contracts.gas", "a6a6c15dcdc9b997dac448b6926522d22efeedfb") cfg.SetDefault("timers.epoch", "5s") cfg.SetDefault("timers.emit", "30s") diff --git a/go.mod b/go.mod index 1dc5223d..79f8e157 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/multiformats/go-multiaddr-net v0.1.2 // v0.1.1 => v0.1.2 github.com/multiformats/go-multihash v0.0.13 // indirect github.com/nspcc-dev/hrw v1.0.9 - github.com/nspcc-dev/neo-go v0.91.1-pre.0.20201215101847-7c2257803f32 + github.com/nspcc-dev/neo-go v0.92.0 github.com/nspcc-dev/neofs-api-go v1.22.0-rc.1 github.com/nspcc-dev/neofs-crypto v0.3.0 github.com/nspcc-dev/tzhash v1.4.0 diff --git a/go.sum b/go.sum index 346edd99..eceef5e3 100644 Binary files a/go.sum and b/go.sum differ