Skip to content

Commit

Permalink
Update thresold + time crate
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed Aug 27, 2024
1 parent 38be560 commit bbd2f91
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/starkwhale-alert/src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub const TOKENS: &[Token] = &[
decimals: 18,
symbol: "STRK",
selector: "Transfer",
threshold: 800_000,
threshold: 1_500_000,
logo: "",
rate_api_id: Some("starknet-token"),
},
Expand Down
Binary file modified starkwhale_alert
Binary file not shown.

0 comments on commit bbd2f91

Please sign in to comment.