Skip to content

Commit

Permalink
update threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed Nov 20, 2024
1 parent d5a2f50 commit bff4e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/starkwhale-alert/src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub const TOKENS: &[Token] = &[
decimals: 18,
symbol: "ETH",
selector: "Transfer",
threshold: 400,
threshold: 800,
logo: "♦",
rate_api_id: Some("ethereum"),
},
Expand All @@ -23,7 +23,7 @@ pub const TOKENS: &[Token] = &[
decimals: 6,
symbol: "USDC",
selector: "Transfer",
threshold: 2_000_000,
threshold: 1_500_000,
logo: "$",
rate_api_id: Some("usd-coin"),
},
Expand Down
Binary file modified starkwhale_alert
Binary file not shown.

0 comments on commit bff4e55

Please sign in to comment.