Skip to content

Commit

Permalink
Remove unused limits
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Mar 16, 2024
1 parent 2096e7b commit 447eee2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/limits.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
pub const MAX_PAGE: i32 = 10;
pub const MAX_ADDRESSES: i32 = 30;

pub const POOL_INCLUDES: [&str; 4] = ["base_token", "quote_token", "dex", "network"];
pub const NETWORK_POOL_INCLUDES: [&str; 3] = ["base_token", "quote_token", "dex"];
pub const TOKEN_INCLUDES: [&str; 1] = ["top_pools"];
pub const TOKEN_INCLUDES_INFO: [&str; 1] = ["network"];

pub const TIMEFRAMES: [&str; 3] = ["day", "hour", "minute"];
pub const DAY_AGGREGATES: [i32; 1] = [1];
pub const HOUR_AGGREGATES: [i32; 3] = [1, 4, 12];
Expand Down

0 comments on commit 447eee2

Please sign in to comment.