mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-22 22:54:33 +00:00
add parameter into devnet config (#298)
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com.au>
This commit is contained in:
parent
bb6d797dad
commit
368ccdb77b
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ var TIPXDCXCancellationFeeTestnet = big.NewInt(225000)
|
|||
|
||||
var TIPXDCXTestnet = big.NewInt(0)
|
||||
var IsTestnet bool = false
|
||||
var Enable0xPrefix bool = false
|
||||
var StoreRewardFolder string
|
||||
var RollbackHash Hash
|
||||
var BasePrice = big.NewInt(1000000000000000000) // 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue