[#373] Update neo-go to pre-v0.93.0

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-02-09 14:17:06 +03:00 committed by Alex Vanin
parent 0bb3836e84
commit d7bd312abd
3 changed files with 2 additions and 2 deletions

View file

@ -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")

2
go.mod
View file

@ -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

BIN
go.sum

Binary file not shown.