mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 19:51:47 +00:00
Disable capella and deneb forks for doppelganger tests
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
"berlinBlock": 0,
|
||||
"londonBlock": 0,
|
||||
"mergeNetsplitBlock": 0,
|
||||
"shanghaiTime": 1679599404,
|
||||
"shardingForkTime": 1679599500,
|
||||
"shanghaiTime": 0,
|
||||
"shardingForkTime": 0,
|
||||
"terminalTotalDifficulty": 0
|
||||
},
|
||||
"alloc": {
|
||||
|
||||
@@ -41,8 +41,8 @@ CHAIN_ID=4242
|
||||
# Hard fork configuration
|
||||
ALTAIR_FORK_EPOCH=0
|
||||
BELLATRIX_FORK_EPOCH=0
|
||||
CAPELLA_FORK_EPOCH=1
|
||||
EIP4844_FORK_EPOCH=2
|
||||
CAPELLA_FORK_EPOCH=18446744073709551615
|
||||
EIP4844_FORK_EPOCH=18446744073709551615
|
||||
|
||||
TTD=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user