Skip to content

Commit c9a8bdd

Browse files
committed
zombinet require plain spec for the relay
1 parent 5547f0b commit c9a8bdd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/configs/zombieAlphanet.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
},
66
"relaychain": {
77
"chain": "rococo-local",
8+
"chain_spec_path": "tmp/rococo-modified-spec.json",
89
"default_command": "tmp/polkadot",
910
"default_args": [
1011
"--no-hardware-benchmarks",

test/scripts/download-polkadot.sh

-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ fi
4343
# TODO remove that when rococo local will enable async backing by default (probably polkadot v1.7)
4444
tmp/polkadot build-spec --chain rococo-local > tmp/rococo-plain-spec.json
4545
pnpm tsx scripts/modify-rococo-plain-specs.ts process tmp/rococo-plain-spec.json tmp/rococo-modified-spec.json
46-
tmp/polkadot build-spec --chain tmp/rococo-modified-spec.json --raw > tmp/rococo-raw-spec.json

0 commit comments

Comments
 (0)