Skip to content

Commit

Permalink
Merge pull request #60 from anmolnetwork/frevert-correct-faucet-address
Browse files Browse the repository at this point in the history
correct the faucet address in chain spec
  • Loading branch information
aelesbao authored Oct 21, 2021
2 parents 5bd092c + 5ae2093 commit 60f9bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ pub fn testnet_chain_properties() -> Properties {
pub fn ibtida_config() -> Result<ChainSpec, String> {
let wasm_binary = WASM_BINARY.ok_or_else(|| "Development wasm not available".to_string())?;
let anmol_ibtida_faucet: AccountId32 =
hex!["1e5227bee5f6ca1bb2f08a8e615788b96637b0d8e51c05c290fefaf27b91660b"].into();
hex!["169af6d461e12d74fe252c853c8728bb4bed714af3a2bc70406a95e4b471bb43"].into();

Ok(ChainSpec::from_genesis(
// Name
Expand Down

0 comments on commit 60f9bf0

Please sign in to comment.