Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/commands/start/user_setup/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ pub const CONTAINER_FP_APPROVE_OPERATOR: &str = "user-fp-approve-operator";
/// Gas limit for cast send transactions on Filecoin FEVM.
pub const CAST_GAS_LIMIT: &str = "100000000";

/// 3 USDFC expressed in the token's 18-decimal base unit.
/// 10 USDFC expressed in the token's 18-decimal base unit.
///
/// Latest filecoin-pin defaults to a two-copy upload path that can require more
/// than 2 USDFC of locked funds before creating both data sets.
pub const USDFC_DEPOSIT_AMOUNT: &str = "3000000000000000000";
/// Covers cumulative lockups when CI scenarios share the pre-funded user.
pub const USDFC_DEPOSIT_AMOUNT: &str = "10000000000000000000";

/// uint256 max value, used for unlimited operator approval allowances.
pub const MAX_UINT256: &str =
Expand Down