mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 21:54:30 +00:00
define gas switch block number for testnet
This commit is contained in:
parent
84994df759
commit
0656774172
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ var BaseTopUp = big.NewInt(100)
|
|||
var BaseRecall = big.NewInt(100)
|
||||
var TIPTRC21Fee = big.NewInt(38383838)
|
||||
var TIPTRC21FeeTestnet = big.NewInt(38383838)
|
||||
var BlockNumberGas50x = big.NewInt(TIPTRC21Fee.Int64() + 40000000)
|
||||
var BlockNumberGas50x = big.NewInt(99999999900)
|
||||
var LimitTimeFinality = uint64(30) // limit in 30 block
|
||||
|
||||
var IgnoreSignerCheckBlockArray = map[uint64]bool{
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ var BaseTopUp = big.NewInt(100)
|
|||
var BaseRecall = big.NewInt(100)
|
||||
var TIPTRC21Fee = big.NewInt(23779191)
|
||||
var TIPTRC21FeeTestnet = big.NewInt(23779191)
|
||||
var BlockNumberGas50x = big.NewInt(TIPTRC21Fee.Int64() + 40000000)
|
||||
var BlockNumberGas50x = big.NewInt(56828700)
|
||||
var LimitTimeFinality = uint64(30) // limit in 30 block
|
||||
|
||||
var IgnoreSignerCheckBlockArray = map[uint64]bool{
|
||||
|
|
|
|||
Loading…
Reference in a new issue