Skip to content

Commit

Permalink
Use correct constant name
Browse files Browse the repository at this point in the history
  • Loading branch information
petertdavies committed Jun 27, 2023
1 parent 068024a commit 26548de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum/shanghai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

from ethereum.fork_criteria import ByTimestamp

MAINNET_FORK_TIMESTAMP = ByTimestamp(1681338455)
FORK_CRITERIA = ByTimestamp(1681338455)

0 comments on commit 26548de

Please sign in to comment.