Skip to content

Commit

Permalink
build invulnerables correctly in zombie
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Sep 4, 2024
1 parent 35159d6 commit 8880f13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ fi

mkdir -p specs
$BINARY_FOLDER/$CONTAINER_BINARY build-spec --chain dancebox-local --parachain-id 1000 --invulnerable "Collator1000-01" --invulnerable "Collator1000-02" --raw > specs/single-dancebox-container-1000.json
$BINARY_FOLDER/tanssi-relay build-spec --chain starlight-local --add-container-chain specs/single-dancebox-container-1000.json --invulnerable "Alice" --invulnerable "Bob" > specs/tanssi-relay.json
$BINARY_FOLDER/tanssi-relay build-spec --chain starlight-local --add-container-chain specs/single-dancebox-container-1000.json --invulnerable "Collator1000-01" --invulnerable "Collator1000-02" > specs/tanssi-relay.json

## Here we need to modify the chain-spec. Zombienet is not able to do this

0 comments on commit 8880f13

Please sign in to comment.