- # Address of the Joystream node.
- NODE_URL = ws://127.0.0.1:9944
- # Account which is expected to provide sufficient funds to test accounts.
- SUDO_ACCOUNT_URI = //Alice
- # Amount of members able to buy membership in membership creation test.
- MEMBERSHIP_CREATION_N = 2
- # ID of the membership paid terms used in membership creation test.
- MEMBERSHIP_PAID_TERMS = 0
- # Council stake amount for first K accounts in council election test.
- COUNCIL_STAKE_GREATER_AMOUNT = 1500
- # Council stake amount for first the rest participants in council election test.
- COUNCIL_STAKE_LESSER_AMOUNT = 1000
- # Number of members with greater stake in council election test.
- COUNCIL_ELECTION_K = 2
- # Stake for runtime upgrade proposal test
- RUNTIME_UPGRADE_PROPOSAL_STAKE = 200
|