forked from TrueCloudLab/frostfs-contract
[#15] Update native gas script hash
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
ff83e7fe78
commit
47eb73ad67
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ type (
|
|||
|
||||
const (
|
||||
// native gas token script hash
|
||||
tokenHash = "\x3b\x7d\x37\x11\xc6\xf0\xcc\xf9\xb1\xdc\xa9\x03\xd1\xbf\xa1\xd8\x96\xf1\x23\x8c"
|
||||
tokenHash = "\xbc\xaf\x41\xd6\x84\xc7\xd4\xad\x6e\xe0\xd9\x9d\xa9\x70\x7b\x9d\x1f\x0c\x8e\x66"
|
||||
|
||||
defaultCandidateFee = 100 * 1_0000_0000 // 100 Fixed8 Gas
|
||||
candidateFeeConfigKey = "InnerRingCandidateFee"
|
||||
|
|
Loading…
Reference in a new issue