1 2 3 4 5 6 7 8
/// Merkle API v2 constants /// Merkle API root pub static API_ROOT: &str = "https://api.warpcast.com"; /// Merkle API Authentication /// default duration of authentication token in seconds pub const AUTH_TOKEN_DEFAULT_DURATION_SECS: i64 = 60 * 60; // 1 hour