ethereum.muir_glacier

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

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