.env 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. # ID of the membership paid terms used in membership creation test.
  12. MEMBERSHIP_PAID_TERMS = 0
  13. # Council stake amount for first K accounts in council election test.
  14. COUNCIL_STAKE_GREATER_AMOUNT = 3000
  15. # Council stake amount for first the rest participants in council election test.
  16. COUNCIL_STAKE_LESSER_AMOUNT = 2000
  17. # Number of members with greater stake in council election test.
  18. COUNCIL_ELECTION_K = 2
  19. # Balance to spend using spending proposal
  20. SPENDING_BALANCE = 1000
  21. # Minting capacity increment for content working group minting capacity test.
  22. MINTING_CAPACITY_INCREMENT = 20
  23. # Minting capacity for council mint for spending proposal.
  24. COUNCIL_MINTING_CAPACITY = 100000
  25. # Stake amount for Rome runtime upgrade proposal
  26. RUNTIME_UPGRADE_PROPOSAL_STAKE = 100000
  27. # Validator count increment for Validator count test.
  28. VALIDATOR_COUNT_INCREMENT = 2
  29. # Constantinople runtime path
  30. RUNTIME_WASM_PATH = ../../target/release/wbuild/joystream-node-runtime/joystream_node_runtime.compact.wasm
  31. # Working group size N
  32. WORKING_GROUP_N = 3
  33. # Working group application stake
  34. WORKING_GROUP_APPLICATION_STAKE = 10
  35. # Working group role stake
  36. WORKING_GROUP_ROLE_STAKE = 10
  37. # Reward interval for working group tests
  38. LONG_REWARD_INTERVAL = 99999
  39. # First reward interval for working group reward test
  40. SHORT_FIRST_REWARD_INTERVAL = 3
  41. # Reward interval for working group reward test
  42. SHORT_REWARD_INTERVAL = 3
  43. # Payout amount for working group tests
  44. PAYOUT_AMOUNT = 3
  45. # Payout amount for leader-related proposals tests
  46. ALTERED_PAYOUT_AMOUNT = 7
  47. # Mint capacity for storage working group
  48. STORAGE_WORKING_GROUP_MINTING_CAPACITY = 100000
  49. # Default unstaking period for storage working group
  50. STORAGE_WORKING_GROUP_UNSTAKING_PERIOD = 1
  51. # Slash value for manage working group lead testing scenario
  52. SLASH_AMOUNT = 2
  53. # Stake decrement amount for manage working group lead testing scenario
  54. STAKE_DECREMENT = 3
  55. # Mint capacity increment value for working gorup mint capacity test
  56. MINT_CAPACITY_INCREMENT = 1000
  57. # Storage node address to download content from
  58. STORAGE_NODE_URL = http://localhost:3001/asset/v0
  59. # Mini-secret or mnemonic used in SURI for deterministic key derivation
  60. SURI_MINI_SECRET = ""
  61. # The starting key id to use when running a scenario. This will allow scenario
  62. # to be able to use all accounts generated in a prior scenario run against the same chain
  63. START_KEY_ID = 0