Skip to content

Commit

Permalink
chore(faucet): devskim ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed May 15, 2024
1 parent 6b16d89 commit bbb2033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_client/src/faucet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use sn_transfers::{load_genesis_wallet, HotWallet, MainPubkey, NanoTokens};
const INITIAL_FAUCET_BALANCE: NanoTokens = NanoTokens::from(900000000000000000);

/// Foundation wallet public key (used to receive initial disbursment from the genesis wallet)
const FOUNDATION_PK: &str = "a4bd3f928c585a63ab6070337316c1832bffd92be8efe9b235ec1c631f03b4bb91e29bbad34994ddf9f77d9858ddb0bb"; // DevSkim: ignore DS117838
const FOUNDATION_PK: &str = "a4bd3f928c585a63ab6070337316c1832bffd92be8efe9b235ec1c631f03b4bb91e29bbad34994ddf9f77d9858ddb0bb"; // DevSkim: ignore DS173237

/// Use the client to load the faucet wallet from the genesis Wallet.
/// With all balance transferred from the genesis_wallet to the faucet_wallet.
Expand Down

0 comments on commit bbb2033

Please sign in to comment.