Skip to content

Commit

Permalink
feat(chain-spec): add nimbus session key field (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ authored May 16, 2023
1 parent d6d46ff commit ba2dd5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/packages/orchestrator/src/chainSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export function getNodeKey(node: Node, useStash = true): GenesisNodeKey {
para_assignment: sr_account.address,
beefy: encodeAddress(ec_account.publicKey),
aura: sr_account.address,
nimbus: sr_account.address,
},
];

Expand Down

0 comments on commit ba2dd5f

Please sign in to comment.