Skip to content

Commit

Permalink
Added exports for two parties random
Browse files Browse the repository at this point in the history
  • Loading branch information
asimaranov committed Dec 13, 2024
1 parent 40daeb1 commit a0783bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "l1-lottery-contracts",
"version": "0.7.46",
"version": "0.7.47",
"description": "",
"author": "",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export * from './StateManager/PStateManager.js';
export * from './StateManager/RandomManagerManager.js';
export * from './StateManager/FactoryStateManager.js';
export * from './Factory.js';
export * as RandomManagerManager from './StateManager/RandomManagerManager.js';
export * as FactoryTwoParties from './FactoryTwoParties.js';

import {
DistributionProofPublicInput,
Expand Down

0 comments on commit a0783bc

Please sign in to comment.