export const
  /**
   * @description
   * 📝 respective Betarena API endpoint for Ad-Engine Data
   * @example
   *  ➤ dev|:|local
   *      "http://localhost:58749"
   *      "http://192.168.1.236:58749"
   *  ➤ dev|:|live|:|staging
   *      "https://betarena-test-e2748dab12f5.herokuapp.com"
   *  ➤ prod|:|live
   *    "http://49.13.201.19:8500" | "https://ads.betarena.com/"
   */
  betarenaEndpoint = 'https://ads.betarena.com'
;
