[#14] Update default value of native gas script hash

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
support/v0.27
Alex Vanin 2020-08-27 17:18:28 +03:00
parent 44b55740a8
commit b7d4830108
1 changed files with 2 additions and 2 deletions

View File

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