From 5ae20935f954437aede75b82781d235dc82a834c Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 20 Oct 2021 16:46:10 -0400 Subject: [PATCH] correct the faucet address in chain spec --- node/src/chain_spec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/chain_spec.rs b/node/src/chain_spec.rs index d8fa12b..e1e7d37 100644 --- a/node/src/chain_spec.rs +++ b/node/src/chain_spec.rs @@ -237,7 +237,7 @@ pub fn testnet_chain_properties() -> Properties { pub fn ibtida_config() -> Result { 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