.env 827 B

123456789101112131415161718
  1. # Address of the Joystream node.
  2. NODE_URL = ws://127.0.0.1:9944
  3. # Account which is expected to provide sufficient funds to test accounts.
  4. SUDO_ACCOUNT_URI = //Alice
  5. # Amount of members able to buy membership in membership creation test.
  6. MEMBERSHIP_CREATION_N = 2
  7. # ID of the membership paid terms used in membership creation test.
  8. MEMBERSHIP_PAID_TERMS = 0
  9. # Council stake amount for first K accounts in council election test.
  10. COUNCIL_STAKE_GREATER_AMOUNT = 1500
  11. # Council stake amount for first the rest participants in council election test.
  12. COUNCIL_STAKE_LESSER_AMOUNT = 1000
  13. # Number of members with greater stake in council election test.
  14. COUNCIL_ELECTION_K = 2
  15. # Balance to spend using spending proposal
  16. SPENDING_BALANCE = 1000
  17. # Minting capacity for content working group minting capacity test.
  18. MINTING_CAPACITY = 100020