mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Andromeda: Byzantium, Constantinople, Petersburg (mainnet block: 1075090)
This commit is contained in:
parent
c7fa5468c9
commit
e0734ca392
1 changed files with 3 additions and 3 deletions
|
|
@ -39,9 +39,9 @@ var (
|
||||||
EIP150Hash: common.HexToHash("0x2086799aeebeae135c246c65021c82b4e15a2c451340993aacfd2751886514f0"),
|
EIP150Hash: common.HexToHash("0x2086799aeebeae135c246c65021c82b4e15a2c451340993aacfd2751886514f0"),
|
||||||
EIP155Block: big.NewInt(10),
|
EIP155Block: big.NewInt(10),
|
||||||
EIP158Block: big.NewInt(10),
|
EIP158Block: big.NewInt(10),
|
||||||
ByzantiumBlock: big.NewInt(math.MaxInt64),
|
ByzantiumBlock: big.NewInt(1075090), // Andromeda
|
||||||
ConstantinopleBlock: big.NewInt(math.MaxInt64),
|
ConstantinopleBlock: big.NewInt(1075090), // Andromeda
|
||||||
PetersburgBlock: big.NewInt(math.MaxInt64),
|
PetersburgBlock: big.NewInt(1075090), // Andromeda
|
||||||
Ubqhash: &UbqhashConfig{
|
Ubqhash: &UbqhashConfig{
|
||||||
DigishieldModBlock: big.NewInt(4088),
|
DigishieldModBlock: big.NewInt(4088),
|
||||||
FluxBlock: big.NewInt(8000),
|
FluxBlock: big.NewInt(8000),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue