Skip to content

Commit

Permalink
update threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed Dec 29, 2024
1 parent ba5ac6a commit 243dc98
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: 800,
threshold: 900,
logo: "♦",
rate_api_id: Some("ethereum"),
},
Expand Down Expand Up @@ -50,7 +50,7 @@ pub const TOKENS: &[Token] = &[
decimals: 18,
symbol: "STRK",
selector: "Transfer",
threshold: 2_500_000,
threshold: 3_500_000,
logo: "",
rate_api_id: Some("starknet-token"),
},
Expand Down
Binary file modified starkwhale_alert
Binary file not shown.

0 comments on commit 243dc98

Please sign in to comment.