Skip to content

Commit

Permalink
Mixnet support
Browse files Browse the repository at this point in the history
  • Loading branch information
zdave committed Oct 5, 2023
1 parent d57fe65 commit 763d280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -174,6 +174,7 @@ export function getNodeKey(node: Node, useStash = true): GenesisNodeKey {
aura: sr_account.address,
nimbus: sr_account.address,
vrf: sr_account.address,
mixnet: sr_account.address,
},
];

Expand Down
1 change: 1 addition & 0 deletions javascript/packages/orchestrator/src/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export async function generateKeystoreFiles(
nmbs: node.accounts.sr_account.publicKey, // Nimbus
rand: node.accounts.sr_account.publicKey, // Randomness (Moonbeam)
rate: node.accounts.ed_account.publicKey, // Equilibrium rate module
mixn: node.accounts.sr_account.publicKey, // Mixnet
};

// 2 ways keys can be defined:
Expand Down

0 comments on commit 763d280

Please sign in to comment.