|
|
@@ -3,7 +3,7 @@ import { TOKEN_MAP } from './const.js'
|
|
|
const API_URL = 'https://app-byreal-table.trrlzk.easypanel.host/api/top-positions'
|
|
|
const DISCORD_WEBHOOK_URL = 'https://discord.com/api/webhooks/1449354624225120378/7gOkPXzZkaoQF7XWKFZRsevVSKXcUOuim2Rhtx_gWzBd9b7wphFMQiAIqBnRT3Gmkog4'
|
|
|
const DEFAULT_POOL_ADDRESS = TOKEN_MAP['MON']
|
|
|
-const INTERVAL_MS = 5 * 60 * 1000 // 5分钟
|
|
|
+const INTERVAL_MS = 1 * 60 * 1000 // 1分钟
|
|
|
const MAX_AGE_MS = 10 * 60 * 1000 // 10分钟
|
|
|
|
|
|
// 存储已发送的 positionAddress
|