Skip to content

Commit

Permalink
Fix acceptance/test_staking_router.py + acceptance/test_csm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Arti committed Jan 21, 2025
1 parent 37812ee commit c04d56e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configs/config_mainnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@
CS_MODULE_NAME = "Community Staking"
CS_MODULE_MODULE_FEE_BP = 600
CS_MODULE_TREASURY_FEE_BP = 400
CS_MODULE_TARGET_SHARE_BP = 100
CS_MODULE_PRIORITY_EXIT_SHARE_THRESHOLD = 125
CS_MODULE_TARGET_SHARE_BP = 200
CS_MODULE_PRIORITY_EXIT_SHARE_THRESHOLD = 250
CS_MODULE_MAX_DEPOSITS_PER_BLOCK = 30
CS_MODULE_MIN_DEPOSIT_BLOCK_DISTANCE = 25

Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/test_csm.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_init_state(self, csm):
assert csm.accounting() == CS_ACCOUNTING_ADDRESS

assert not csm.isPaused()
assert not csm.publicRelease()
assert csm.publicRelease()


class TestAccounting:
Expand Down

0 comments on commit c04d56e

Please sign in to comment.