Skip to content

Commit

Permalink
Fix typo in zombienet config (#318)
Browse files Browse the repository at this point in the history
* Fix typo in zombienet config

It doesn't matter because both files have the same contents

* Actually they did not have the same contents
  • Loading branch information
tmpolaczyk authored Nov 9, 2023
1 parent afe7210 commit 0380760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion test/configs/zombieTanssiRotation.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"relaychain": {
"chain": "rococo-local",
"default_command": "tmp/polkadot",
"default_args": ["--no-hardware-benchmarks", "-lparachain=debug", "--database=paritydb"],
"default_args": ["--no-hardware-benchmarks", "-lparachain=debug", "--database=paritydb", "--no-beefy"],
"nodes": [
{
"name": "alice",
Expand Down
8 changes: 1 addition & 7 deletions test/moonwall.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieTanssi.json",
"skipBlockCheck": ["Container2002"]
"configPath": "./configs/zombieTanssiRotation.json"
}
},
"connections": [
Expand All @@ -203,11 +202,6 @@
"type": "polkadotJs",
"endpoints": ["ws://127.0.0.1:9950"]
},
{
"name": "Container2002",
"type": "polkadotJs",
"endpoints": ["ws://127.0.0.1:9951"]
},
{
"name": "ethers",
"type": "ethers",
Expand Down

0 comments on commit 0380760

Please sign in to comment.