Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions params/config_kotti.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,20 @@ var (

// Istanbul eq, aka Aztlan
// ECIP-1061
EIP152FBlock: big.NewInt(2058191),
EIP1108FBlock: big.NewInt(2058191),
EIP1344FBlock: big.NewInt(2058191),
EIP152FBlock: nil,
EIP1108FBlock: nil,
EIP1344FBlock: nil,
EIP1884FBlock: nil,
EIP2028FBlock: big.NewInt(2058191),
EIP2200FBlock: big.NewInt(2058191), // RePetersburg (== re-1283)
EIP2028FBlock: nil,
EIP2200FBlock: nil, // RePetersburg (== re-1283)

ECIP1086FBlock: big.NewInt(2058191),
ECIP1086FBlock: nil,

// ECIP-1078, aka Phoenix Fix
EIP2200DisableFBlock: big.NewInt(2_208_203),
EIP1283FBlock: big.NewInt(2_208_203),
EIP1706FBlock: big.NewInt(2_208_203),
ECIP1080FBlock: big.NewInt(2_208_203),
EIP2200DisableFBlock: nil,
EIP1283FBlock: nil,
EIP1706FBlock: nil,
ECIP1080FBlock: nil,

ECIP1017FBlock: big.NewInt(5000000),
ECIP1017EraRounds: big.NewInt(5000000),
Expand Down
20 changes: 10 additions & 10 deletions params/config_mordor.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@ var (

// Istanbul eq, aka Aztlan
// ECIP-1061
EIP152FBlock: big.NewInt(778507),
EIP1108FBlock: big.NewInt(778507),
EIP1344FBlock: big.NewInt(778507),
EIP152FBlock: nil,
EIP1108FBlock: nil,
EIP1344FBlock: nil,
EIP1884FBlock: nil,
EIP2028FBlock: big.NewInt(778507),
EIP2200FBlock: big.NewInt(778507), // RePetersburg (== re-1283)
EIP2028FBlock: nil,
EIP2200FBlock: nil, // RePetersburg (== re-1283)

ECIP1086FBlock: big.NewInt(778507),
ECIP1086FBlock: nil,

// ECIP-1078, aka Phoenix Fix
EIP2200DisableFBlock: big.NewInt(976_231),
EIP1283FBlock: big.NewInt(976_231),
EIP1706FBlock: big.NewInt(976_231),
ECIP1080FBlock: big.NewInt(976_231),
EIP2200DisableFBlock: nil,
EIP1283FBlock: nil,
EIP1706FBlock: nil,
ECIP1080FBlock: nil,

DisposalBlock: big.NewInt(0),
ECIP1017FBlock: big.NewInt(0),
Expand Down