Skip to content

Commit

Permalink
chore: increase drip time to 10 minutes (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Feb 5, 2025
1 parent d9ecfed commit ec09209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@

### Changed

- [#136](https://github.com/ChainSafe/forest-explorer/pull/136) Increased the
drip time to 10 minutes.

### Removed

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use fvm_shared::econ::TokenAmount;

/// The rate limit imposed by the CloudFlare's rate limiter, and also reflected in the user
/// interface.
pub const RATE_LIMIT_SECONDS: i64 = 60;
pub const RATE_LIMIT_SECONDS: i64 = 600;
/// The amount of mainnet FIL to be dripped to the user. This corresponds to 0.01 FIL.
pub static MAINNET_DRIP_AMOUNT: LazyLock<TokenAmount> =
LazyLock::new(|| TokenAmount::from_nano(10_000_000));
Expand Down

0 comments on commit ec09209

Please sign in to comment.