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(
// Name
"Ğdev Local Testnet",
// ID
"gdev_local_testnet",
"gdev_local",
ChainType::Local,
move || {
gen_genesis_conf(
......
......@@ -111,7 +111,7 @@ pub fn local_testnet_config(
// Name
"Ğtest Local Testnet",
// ID
"gtest_local_testnet",
"gtest_local",
ChainType::Local,
move || {
gen_genesis_conf(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment