- # 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 = 1
- # ID of the membership paid terms used in membership creation test.
- MEMBERSHIP_PAID_TERMS = 0
|