Skip to content
Snippets Groups Projects
Commit a4358d8c authored by Éloïs's avatar Éloïs
Browse files

client: remove _testnet for local chain specs

parent acaf89a4
No related branches found
No related tags found
1 merge request!41feat: add script create-live-network.sh
...@@ -161,7 +161,7 @@ pub fn local_testnet_config( ...@@ -161,7 +161,7 @@ pub fn local_testnet_config(
// Name // Name
"Ğdev Local Testnet", "Ğdev Local Testnet",
// ID // ID
"gdev_local_testnet", "gdev_local",
ChainType::Local, ChainType::Local,
move || { move || {
gen_genesis_conf( gen_genesis_conf(
......
...@@ -111,7 +111,7 @@ pub fn local_testnet_config( ...@@ -111,7 +111,7 @@ pub fn local_testnet_config(
// Name // Name
"Ğtest Local Testnet", "Ğtest Local Testnet",
// ID // ID
"gtest_local_testnet", "gtest_local",
ChainType::Local, ChainType::Local,
move || { move || {
gen_genesis_conf( gen_genesis_conf(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment