Skip to content

Commit

Permalink
improve processing performance of rebasing erc20 tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
apexearth committed Oct 30, 2024
1 parent 93b8ed6 commit dc18227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main-ousd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as validateOusd from './ousd/validators/validate-ousd'

export const processor = {
stateSchema: 'ousd-processor',
processors: [ousd, strategies, curve, morphoMarketStatesProcessor, ...erc20s],
processors: [ousd, strategies, curve, morphoMarketStatesProcessor, ...erc20s()],
postProcessors: [exchangeRatesPostProcessor, dailyStats, processStatus('ousd')],
validators: [validateOusd],
}
Expand Down

0 comments on commit dc18227

Please sign in to comment.