Skip to content

Commit

Permalink
Configure applying mint state contract in testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
whitebit-robot committed Jun 21, 2023
2 parents 262ca2f + 07161f0 commit 1516733
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,11 @@ var (
Period: 2,
Epoch: 30000,
},
MintContract: &MintContractConfig{
ActivationBlock: big.NewInt(3746350),
OwnerAddress: common.HexToAddress("0xF8bd3D4C4482bDFF5e6be5f5029ab08Ad0401642"),
MintLimit: (*math.HexOrDecimal256)(new(big.Int).Mul(big.NewInt(400000000), big.NewInt(Ether))),
},
}

// AllEthashProtocolChanges contains every protocol change (EIPs) introduced
Expand Down

0 comments on commit 1516733

Please sign in to comment.