Skip to content

Commit

Permalink
Merge branch 'release/20181029'
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Oct 29, 2018
2 parents 1e70f7e + 93d0cdf commit 7ba3d46
Show file tree
Hide file tree
Showing 12 changed files with 2,125 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Change Log


## [v20181029]

- Initial release import from EtherollApp v20181028
Empty file added pyetheroll/__init__.py
Empty file.
10 changes: 10 additions & 0 deletions pyetheroll/constants.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from enum import Enum

ROUND_DIGITS = 2
DEFAULT_GAS_PRICE_GWEI = 4


class ChainID(Enum):
MAINNET = 1
MORDEN = 2
ROPSTEN = 3

0 comments on commit 7ba3d46

Please sign in to comment.