Browse Source

substrate v2: dummy chainspec for live testnet

Mokhtar Naamani 5 years ago
parent
commit
cfcb0a4430
2 changed files with 2 additions and 2 deletions
  1. 1 0
      res/dummy.json
  2. 1 2
      src/chain_spec.rs

+ 1 - 0
res/dummy.json

@@ -0,0 +1 @@
+{}

+ 1 - 2
src/chain_spec.rs

@@ -155,8 +155,7 @@ impl Alternative {
 
 /// Joystream LiveTestnet generator
 pub fn live_testnet_config() -> Result<ChainSpec, String> {
-    //ChainSpec::from_embedded(include_bytes!("../res/joy_testnet_2.json"))
-    ChainSpec::from_json_bytes(&include_bytes!("../res/joy_testnet_2.json")[..])
+    ChainSpec::from_json_bytes(&include_bytes!("../res/dummy.json")[..])
 }
 
 /// Staging testnet config