import { Challenge } from "@impost/lib"; export const outstandingChallenges = new Map(); // 1 hour export const CHALLENGE_TIMEOUT_MS = 3600000;