Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Export the dynamic rewards module (#8808)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosmartin authored Aug 7, 2023
1 parent b7b4b51 commit e41f107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export {
RecoverContext,
} from './modules/interoperability';
export { RewardMethod, RewardModule } from './modules/reward';
export { DynamicRewardMethod, DynamicRewardModule } from './modules/dynamic_rewards';
export { FeeMethod, FeeModule } from './modules/fee';
export { RandomMethod, RandomModule } from './modules/random';
export {
Expand Down

0 comments on commit e41f107

Please sign in to comment.