Skip to content

Commit

Permalink
feature: Enable Berlin EIPs
Browse files Browse the repository at this point in the history
Enable Berlin EIPs by including the BerlinBlock in BSCChainConfig

This enable following Berlin EIPs into the BSC:

 EIP-2565: ModExp Gas Cost
 EIP-2929: Gas cost increases for state access opcodes
 EIP-2718: Typed Transaction Envelope
 EIP-2930: Optional access lists
  • Loading branch information
sunny2022da committed May 12, 2023
1 parent 1b8ec07 commit d746669
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ var (
LubanBlock: nil,
PlatoBlock: nil,

// TODO modify blockNumber to enable Berlin EIPs after the block.
BerlinBlock: nil,

Parlia: &ParliaConfig{
Period: 3,
Epoch: 200,
Expand Down

0 comments on commit d746669

Please sign in to comment.