Skip to content

Commit

Permalink
trinity/ethstats: constant location moved. (#1354)
Browse files Browse the repository at this point in the history
"Sorry Mario, but your princess is in another castle..."
  • Loading branch information
veox authored and pipermerriam committed Oct 4, 2018
1 parent 249b72c commit 3061a48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions trinity/plugins/builtin/ethstats/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
_SubParsersAction,
)

from eth.chains.mainnet import MAINNET_NETWORK_ID
from eth.chains.ropsten import ROPSTEN_NETWORK_ID
from trinity.constants import (
MAINNET_NETWORK_ID,
ROPSTEN_NETWORK_ID,
)
from trinity.extensibility import (
BaseIsolatedPlugin,
)
Expand Down

0 comments on commit 3061a48

Please sign in to comment.