activate devnet external hardfork (#4619)

pull/4620/head
Diego Nava 10 months ago committed by GitHub
parent f3fc63395c
commit fe72c4f37a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      internal/configs/sharding/partner.go
  2. 2
      internal/params/config.go

@ -114,7 +114,7 @@ var partnerV2 = MustNewInstance(
PartnerSchedule.BlocksPerEpoch(), PartnerSchedule.BlocksPerEpoch(),
) )
var partnerV3 = MustNewInstance( var partnerV3 = MustNewInstance(
2, 20, 1, 0, 2, 20, 0, 0,
numeric.MustNewDecFromStr("0.0"), genesis.TNHarmonyAccounts, numeric.MustNewDecFromStr("0.0"), genesis.TNHarmonyAccounts,
genesis.TNFoundationalAccounts, emptyAllowlist, genesis.TNFoundationalAccounts, emptyAllowlist,
feeCollectorsDevnet[1], numeric.MustNewDecFromStr("0.25"), feeCollectorsDevnet[1], numeric.MustNewDecFromStr("0.25"),

@ -212,7 +212,7 @@ var (
HIP30Epoch: big.NewInt(7), HIP30Epoch: big.NewInt(7),
BlockGas30MEpoch: big.NewInt(7), BlockGas30MEpoch: big.NewInt(7),
MaxRateEpoch: EpochTBD, MaxRateEpoch: EpochTBD,
DevnetExternalEpoch: EpochTBD, DevnetExternalEpoch: big.NewInt(135),
} }
// StressnetChainConfig contains the chain parameters for the Stress test network. // StressnetChainConfig contains the chain parameters for the Stress test network.

Loading…
Cancel
Save