From 07161f0b71bced9953c5ba53dc27304e0ea61de3 Mon Sep 17 00:00:00 2001 From: whitebit-robot Date: Wed, 21 Jun 2023 13:07:56 +0200 Subject: [PATCH] Configure applying mint state contract in testnet --- params/config.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/params/config.go b/params/config.go index be90c47ec423..77b69a006edc 100644 --- a/params/config.go +++ b/params/config.go @@ -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