Skip to content

Commit

Permalink
HF
Browse files Browse the repository at this point in the history
  • Loading branch information
yograterol committed Sep 21, 2023
1 parent 8575793 commit b8de227
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,26 @@ var (

// CallistoChainConfig is the chain parameters to run a node on the Callisto main network.
CallistoChainConfig = &ChainConfig{
ChainID: big.NewInt(820),
HomesteadBlock: big.NewInt(0),
DAOForkBlock: nil,
DAOForkSupport: false,
EIP150Block: big.NewInt(0),
EIP150Hash: common.HexToHash("0x82270b80fc90beb005505a9ef95039639968a0e81b2904ad30128c93d713d2c4"),
EIP155Block: big.NewInt(10),
EIP158Block: big.NewInt(10),
ByzantiumBlock: big.NewInt(20),
CLOHF1Block: big.NewInt(1400000),
CLOMPBlock: big.NewInt(2900001),
CSV2Block: big.NewInt(7600000),
ConstantinopleBlock: big.NewInt(3100000),
PetersburgBlock: big.NewInt(3100000),
IstanbulBlock: big.NewInt(4950000),
Ethash: new(EthashConfig),
ChainID: big.NewInt(820),
HomesteadBlock: big.NewInt(0),
DAOForkBlock: nil,
DAOForkSupport: false,
EIP150Block: big.NewInt(0),
EIP150Hash: common.HexToHash("0x82270b80fc90beb005505a9ef95039639968a0e81b2904ad30128c93d713d2c4"),
EIP155Block: big.NewInt(10),
EIP158Block: big.NewInt(10),
ByzantiumBlock: big.NewInt(20),
CLOHF1Block: big.NewInt(1400000),
CLOMPBlock: big.NewInt(2900001),
CSV2Block: big.NewInt(7600000),
ConstantinopleBlock: big.NewInt(3100000),
PetersburgBlock: big.NewInt(3100000),
IstanbulBlock: big.NewInt(4950000),
MuirGlacierBlock: big.NewInt(13249970),
BerlinBlock: big.NewInt(13249980),
LondonBlock: big.NewInt(13249990),
EIP1559CallistoBlock: big.NewInt(13250000),
Ethash: new(EthashConfig),
}

// CallistoChainTestnetConfig
Expand Down

0 comments on commit b8de227

Please sign in to comment.