Skip to content

Commit

Permalink
Merge pull request #34 from Tenderly/export-config-berlin-block
Browse files Browse the repository at this point in the history
Automatically set Berlin block in default chain config
  • Loading branch information
nebojsa94 authored Jun 14, 2021
2 parents 6d64c74 + 5214f5b commit f29dfa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ var DefaultChainConfig = &ChainConfig{
ConstantinopleBlock: 0,
PetersburgBlock: 0,
IstanbulBlock: 0,
BerlinBlock: 0,
}

func (c *ChainConfig) Config() (*params.ChainConfig, error) {
Expand Down

0 comments on commit f29dfa7

Please sign in to comment.