diff --git a/cmd/neofs-ir/defaults.go b/cmd/neofs-ir/defaults.go index daf13509..398f5692 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", "a6a6c15dcdc9b997dac448b6926522d22efeedfb") + cfg.SetDefault("contracts.gas", "70e2301955bf1e74cbb31d18c2f96972abadb328") cfg.SetDefault("timers.epoch", "0") cfg.SetDefault("timers.emit", "0") diff --git a/go.mod b/go.mod index c82e29ee..c86baa35 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,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.92.0 + github.com/nspcc-dev/neo-go v0.93.0-pre.0.20210211114309-2ee755e09fcd github.com/nspcc-dev/neofs-api-go v1.22.3-0.20210211074553-74b91dc9a669 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 d81b1039..71683def 100644 Binary files a/go.sum and b/go.sum differ