We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df01472 commit e96b82aCopy full SHA for e96b82a
eth/chains/ropsten/__init__.py
@@ -3,7 +3,7 @@
3
4
from .constants import (
5
BYZANTIUM_ROPSTEN_BLOCK,
6
- CONSTANTINOPLE_BLOCK,
+ CONSTANTINOPLE_ROPSTEN_BLOCK,
7
ROPSTEN_CHAIN_ID,
8
SPURIOUS_DRAGON_ROPSTEN_BLOCK,
9
TANGERINE_WHISTLE_ROPSTEN_BLOCK,
@@ -26,7 +26,7 @@
26
(TANGERINE_WHISTLE_ROPSTEN_BLOCK, TangerineWhistleVM),
27
(SPURIOUS_DRAGON_ROPSTEN_BLOCK, SpuriousDragonVM),
28
(BYZANTIUM_ROPSTEN_BLOCK, ByzantiumVM),
29
- (CONSTANTINOPLE_BLOCK, ConstantinopleVM),
+ (CONSTANTINOPLE_ROPSTEN_BLOCK, ConstantinopleVM),
30
)
31
32
eth/chains/ropsten/constants.py
@@ -36,4 +36,4 @@
36
#
37
# Constantinople
38
39
-CONSTANTINOPLE_BLOCK = 4230000
+CONSTANTINOPLE_ROPSTEN_BLOCK = 4230000
0 commit comments