Skip to content

Commit

Permalink
Merge pull request #425 from skalenetwork/feature/SKALE-4369-new-scha…
Browse files Browse the repository at this point in the history
…in-size

SKALE-4369 Remove schain types dict
  • Loading branch information
badrogger authored Jul 7, 2021
2 parents 269cc00 + 4af0c3b commit 2b84cb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[flake8]
max-line-length = 100
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,venv,skale-manager
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,venv,node_modules,helper-scripts
7 changes: 0 additions & 7 deletions skale/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,3 @@
GAS_PRICE_COEFFICIENT = 2

LONG_LINE = '=' * 100


SCHAIN_TYPES = {
'small': 1,
'medium': 2,
'large': 3
}

0 comments on commit 2b84cb4

Please sign in to comment.