Skip to content

Commit d2f5989

Browse files
committed
Fix Constant Fee Strategy import
1 parent f9bccd3 commit d2f5989

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/library/src/sequencer/InMemorySequencerModules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import {
1111
VanillaTaskWorkerModules,
1212
TaskWorkerModulesWithoutSettlement,
1313
SequencerStartupModule,
14+
ConstantFeeStrategy,
1415
} from "@proto-kit/sequencer";
1516
import { TypedClass } from "@proto-kit/common";
16-
import { ConstantFeeStrategy } from "@proto-kit/sequencer/src/protocol/baselayer/fees/ConstantFeeStrategy";
1717

1818
export type InMemorySequencerModulesRecord = {
1919
Database: typeof InMemoryDatabase;

packages/sequencer/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export * from "./worker/worker/WorkerReadyModule";
2222
export * from "./protocol/baselayer/BaseLayer";
2323
export * from "./protocol/baselayer/MinaBaseLayer";
2424
export * from "./protocol/baselayer/NoopBaseLayer";
25+
export * from "./protocol/baselayer/fees/ConstantFeeStrategy";
2526
export * from "./protocol/production/helpers/UntypedOption";
2627
export * from "./protocol/production/helpers/UntypedStateTransition";
2728
export * from "./protocol/production/tasks/TransactionProvingTask";

0 commit comments

Comments
 (0)