Skip to content

Commit

Permalink
Automatically set berlin block to 0 in tenderly export init default c…
Browse files Browse the repository at this point in the history
…hain config.
  • Loading branch information
nebojsa94 committed Jun 14, 2021
1 parent e556bef commit 5214f5b
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 5214f5b

Please sign in to comment.