ethereum.gray_glacier

The Gray Glacier fork delays the difficulty bomb. There are no other changes in this fork.

1"""
2The Gray Glacier fork delays the difficulty bomb. There are no other changes
3in this fork.
4"""
5
6from ethereum.fork_criteria import ByBlockNumber
7
8FORK_CRITERIA = ByBlockNumber(15050000)