File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ import {
11
11
VanillaTaskWorkerModules ,
12
12
TaskWorkerModulesWithoutSettlement ,
13
13
SequencerStartupModule ,
14
+ ConstantFeeStrategy ,
14
15
} from "@proto-kit/sequencer" ;
15
16
import { TypedClass } from "@proto-kit/common" ;
16
- import { ConstantFeeStrategy } from "@proto-kit/sequencer/src/protocol/baselayer/fees/ConstantFeeStrategy" ;
17
17
18
18
export type InMemorySequencerModulesRecord = {
19
19
Database : typeof InMemoryDatabase ;
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export * from "./worker/worker/WorkerReadyModule";
22
22
export * from "./protocol/baselayer/BaseLayer" ;
23
23
export * from "./protocol/baselayer/MinaBaseLayer" ;
24
24
export * from "./protocol/baselayer/NoopBaseLayer" ;
25
+ export * from "./protocol/baselayer/fees/ConstantFeeStrategy" ;
25
26
export * from "./protocol/production/helpers/UntypedOption" ;
26
27
export * from "./protocol/production/helpers/UntypedStateTransition" ;
27
28
export * from "./protocol/production/tasks/TransactionProvingTask" ;
You can’t perform that action at this time.
0 commit comments