Skip to content

Commit

Permalink
1. Removed obsolete constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark A. Greenslade committed Oct 3, 2020
1 parent ef71f8b commit 826de26
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions stests/orchestration/generators/utils/constants.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# --------------------------------------------------------------------
# DEFAULTS
# --------------------------------------------------------------------

# Default contract's initial CSPR balance.
CONTRACT_INITIAL_CSPR_BALANCE = int(1e8)

# Default faucet's initial CSPR balance.
FAUCET_INITIAL_CSPR_BALANCE = int(1e11)

# Default number of user accounts to generate.
USER_ACCOUNTS = 5

# Default user's CSPR balance.
USER_INITIAL_CSPR_BALANCE = int(1e8)

# --------------------------------------------------------------------
# ACCOUNT OFFSETS
# --------------------------------------------------------------------
Expand Down

0 comments on commit 826de26

Please sign in to comment.