Skip to content

Commit

Permalink
Added reduce event to export
Browse files Browse the repository at this point in the history
  • Loading branch information
aii23 committed Jul 19, 2024
1 parent e029e1b commit 86c322b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.7",
"version": "0.7.8",
"description": "",
"author": "",
"license": "Apache-2.0",
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
PLottery,
ProduceResultEvent,
RefundEvent,
ReduceEvent,
} from './PLottery.js';

import { Ticket } from './Ticket';
Expand Down Expand Up @@ -44,5 +45,6 @@ export {
GetRewardEvent,
ProduceResultEvent,
RefundEvent,
DistributionProof
ReduceEvent,
DistributionProof,
};

0 comments on commit 86c322b

Please sign in to comment.