Skip to content

Commit

Permalink
Add node spec to zombie.json (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored Oct 1, 2024
1 parent 35b154a commit b0ec05d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions javascript/packages/orchestrator/src/spawner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ export const spawnNode = async (
}

networkNode.group = node.group;
// add the full spec
networkNode.spec = node;

if (parachain) {
const paraId = parachain.id;
Expand Down

0 comments on commit b0ec05d

Please sign in to comment.