config.ts 252 B

123456
  1. export const channelId = "851363091543097364";
  2. export const hydraLocation = "https://hydra.joystream.org/graphql";
  3. export const waitFor = 60;
  4. export const waitTimeUnit = 'seconds';
  5. export const createdAgo = 30;
  6. export const createdAgoUnit = 'minutes';