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

Commit

Permalink
Merge pull request #123 from morpho-org/fix/rm-ts-extension
Browse files Browse the repository at this point in the history
fix(emission): remove `ts` extension
  • Loading branch information
julien-devatom authored Aug 3, 2023
2 parents 1e02f6f + 6cb2326 commit 1f7c9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ages/ageEpochConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const allEpochs: () => Promise<ParsedAgeEpochConfig[]> = () =>
finalTimestamp,
finalBlock,
snapshotBlock: epoch.snapshotBlock || snapshotBlock,
distributionScript: require(`./distributionScripts/${epoch.distributionScript}.ts`).default,
distributionScript: require(`./distributionScripts/${epoch.distributionScript}`).default,
distributionParameters: {
...epoch.distributionParameters,
totalEmission: parseUnits(epoch.distributionParameters.totalEmission),
Expand Down

0 comments on commit 1f7c9bc

Please sign in to comment.