mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-03 15:11:20 +00:00
claim rate limiter
This commit is contained in:
@@ -21,6 +21,9 @@ pub const ONE_ORE: u64 = 10u64.pow(TOKEN_DECIMALS as u32);
|
||||
/// The duration of one minute, in seconds.
|
||||
pub const ONE_MINUTE: i64 = 60;
|
||||
|
||||
/// The duration of one day, in seconds.
|
||||
pub const ONE_DAY: i64 = 86400;
|
||||
|
||||
/// The number of minutes in an Ore epoch.
|
||||
pub const EPOCH_MINUTES: i64 = 5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user