.env 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # Address of the Joystream node.
  2. NODE_URL = ws://127.0.0.1:9944
  3. # Address of the Joystream query node.
  4. QUERY_NODE_URL = http://127.0.0.1:8081/graphql
  5. # Account which is expected to provide sufficient funds to test accounts.
  6. TREASURY_ACCOUNT_URI = //Alice
  7. # Sudo Account
  8. SUDO_ACCOUNT_URI = //Alice
  9. # Amount of members able to buy membership in membership creation test.
  10. MEMBERSHIP_CREATION_N = 2
  11. # Amount of members able to invite in members invite test.
  12. MEMBERS_INVITE_N = 2
  13. # Amount of staking accounts to add during "add staking accounts" test
  14. STAKING_ACCOUNTS_ADD_N = 3
  15. # Amount of applications to create in openingAndApplicationsStatus test
  16. APPLICATION_STATUS_CREATE_N = 6
  17. # Amount of applications to withdraw in openingAndApplicationsStatus test
  18. APPLICATION_STATUS_WITHDRAW_N = 3
  19. # Amount of workers to test in workerActions flow
  20. WORKER_ACTIONS_WORKERS_N = 6
  21. # Amount of workers to terminate in workerActions flow
  22. WORKER_ACTIONS_TERMINATE_N = 3
  23. # ID of the membership paid terms used in membership creation test.
  24. MEMBERSHIP_PAID_TERMS = 0
  25. # Council stake amount for first K accounts in council election test.
  26. COUNCIL_STAKE_GREATER_AMOUNT = 3000
  27. # Council stake amount for first the rest participants in council election test.
  28. COUNCIL_STAKE_LESSER_AMOUNT = 2000
  29. # Number of members with greater stake in council election test.
  30. COUNCIL_ELECTION_K = 2
  31. # Balance to spend using spending proposal
  32. SPENDING_BALANCE = 1000
  33. # Minting capacity increment for content working group minting capacity test.
  34. MINTING_CAPACITY_INCREMENT = 20
  35. # Minting capacity for council mint for spending proposal.
  36. COUNCIL_MINTING_CAPACITY = 100000
  37. # Stake amount for Rome runtime upgrade proposal
  38. RUNTIME_UPGRADE_PROPOSAL_STAKE = 100000
  39. # Validator count increment for Validator count test.
  40. VALIDATOR_COUNT_INCREMENT = 2
  41. # Constantinople runtime path
  42. RUNTIME_WASM_PATH = ../../target/release/wbuild/joystream-node-runtime/joystream_node_runtime.compact.wasm
  43. # Working group size N
  44. WORKING_GROUP_N = 3
  45. # Working group application stake
  46. WORKING_GROUP_APPLICATION_STAKE = 10
  47. # Working group role stake
  48. WORKING_GROUP_ROLE_STAKE = 10
  49. # Reward interval for working group tests
  50. LONG_REWARD_INTERVAL = 99999
  51. # First reward interval for working group reward test
  52. SHORT_FIRST_REWARD_INTERVAL = 3
  53. # Reward interval for working group reward test
  54. SHORT_REWARD_INTERVAL = 3
  55. # Payout amount for working group tests
  56. PAYOUT_AMOUNT = 3
  57. # Payout amount for leader-related proposals tests
  58. ALTERED_PAYOUT_AMOUNT = 7
  59. # Mint capacity for storage working group
  60. STORAGE_WORKING_GROUP_MINTING_CAPACITY = 100000
  61. # Default unstaking period for storage working group
  62. STORAGE_WORKING_GROUP_UNSTAKING_PERIOD = 1
  63. # Slash value for manage working group lead testing scenario
  64. SLASH_AMOUNT = 2
  65. # Stake decrement amount for manage working group lead testing scenario
  66. STAKE_DECREMENT = 3
  67. # Mint capacity increment value for working gorup mint capacity test
  68. MINT_CAPACITY_INCREMENT = 1000
  69. # Storage node address to download content from
  70. STORAGE_NODE_URL = http://localhost:3001/asset/v0