ethereum.arrow_glacier

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

1"""
2The Arrow 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(13773000)