Enable CX at genesis

pull/1766/head
Eugene Kim 5 years ago
parent c8968d6951
commit c71823bf29
  1. 2
      internal/params/config.go

@ -34,7 +34,7 @@ var (
// TestnetChainConfig contains the chain parameters to run a node on the harmony test network.
TestnetChainConfig = &ChainConfig{
ChainID: TestnetChainID,
CrossTxEpoch: big.NewInt(1),
CrossTxEpoch: big.NewInt(0),
CrossLinkEpoch: big.NewInt(2),
StakingEpoch: big.NewInt(3),
EIP155Epoch: big.NewInt(0),

Loading…
Cancel
Save