Hardcode Telegram market channel URL and update bot tests

This commit is contained in:
2569718930@qq.com
2026-04-01 20:34:41 +08:00
parent 65688dffd9
commit ee40045b70
2 changed files with 29 additions and 8 deletions
@@ -219,10 +219,7 @@ const TELEGRAM_GROUP_URL = String(
const TELEGRAM_BOT_URL = String(
process.env.NEXT_PUBLIC_TELEGRAM_BOT_URL || "https://t.me/WeatherQuant_bot",
).trim();
const TELEGRAM_MARKET_CHANNEL_URL = String(
process.env.NEXT_PUBLIC_TELEGRAM_MARKET_CHANNEL_URL ||
"https://t.me/+hGAk7JsjtdhiOTUx",
).trim();
const TELEGRAM_MARKET_CHANNEL_URL = "https://t.me/+hGAk7JsjtdhiOTUx";
const SUBSCRIPTION_HELP_HREF = "/subscription-help";
let walletConnectProviderCache: EvmProvider | null = null;