Skip to content

Commit

Permalink
add parameter into devnet config (ethereum#298)
Browse files Browse the repository at this point in the history
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com.au>
  • Loading branch information
liam-lai and Liam Lai authored Aug 5, 2023
1 parent bb6d797 commit 368ccdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/constants/constants.go.devnet
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 368ccdb

Please sign in to comment.