Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
* Adjusted testnet id for zombienet
Browse files Browse the repository at this point in the history
  • Loading branch information
DidacSF committed Feb 16, 2024
1 parent bd48133 commit bb09096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/service/src/chain_spec/ajuna.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub fn local_testnet_config() -> ChainSpec {

ChainSpec::from_genesis(
"Ajuna Local Testnet",
"local_testnet",
"ajuna_local_testnet",
ChainType::Local,
move || {
testnet_genesis(
Expand Down
2 changes: 1 addition & 1 deletion node/service/src/chain_spec/bajun.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub fn local_testnet_config() -> ChainSpec {

ChainSpec::from_genesis(
"Bajun Local Testnet",
"local_testnet",
"bajun_local_testnet",
ChainType::Local,
move || {
testnet_genesis(
Expand Down

0 comments on commit bb09096

Please sign in to comment.