Skip to content

Commit

Permalink
reduce near allowance
Browse files Browse the repository at this point in the history
  • Loading branch information
flmel committed May 26, 2024
1 parent 64465d5 commit 738d34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faucet_contract/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl Default for Contract {
mod_list: LookupSet::new(StorageKey::ModList),
vault_contract_id: "vault.nonofficial.testnet".parse().unwrap(),
min_balance_threshold: 5_000_000_000_000_000_000_000_000_000,
request_allowance: 20_000_000_000_000_000_000_000_000,
request_allowance: 10_000_000_000_000_000_000_000_000,
request_gap_required: 3_600_000,
}
}
Expand Down

0 comments on commit 738d34d

Please sign in to comment.