Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFar5eer committed Dec 8, 2023
1 parent 1e5e2b2 commit 37642f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs-telegram-feed-bot/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use rs_utils::utils::logger::initialize_logger;
use std::{cmp, env, str::FromStr, time::Duration};
use tokio::time::sleep;

static FILTER_MIN_USD_STAKING: f64 = 2_500.0;
static FILTER_MIN_USD_STAKING: f64 = 10_000.0;
static FILTER_MIN_USD_TRANSFER: f64 = 25_000.0;
static FILTER_MIN_USD_DEPOSIT_WITHDRAW: f64 = 25_000.0;
static FILTER_MIN_USD_TRADE: f64 = 2_500.0;
Expand Down

0 comments on commit 37642f2

Please sign in to comment.