Skip to content

Commit dc18227

Browse files
committed
improve processing performance of rebasing erc20 tokens
1 parent 93b8ed6 commit dc18227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main-ousd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import * as validateOusd from './ousd/validators/validate-ousd'
1414

1515
export const processor = {
1616
stateSchema: 'ousd-processor',
17-
processors: [ousd, strategies, curve, morphoMarketStatesProcessor, ...erc20s],
17+
processors: [ousd, strategies, curve, morphoMarketStatesProcessor, ...erc20s()],
1818
postProcessors: [exchangeRatesPostProcessor, dailyStats, processStatus('ousd')],
1919
validators: [validateOusd],
2020
}

0 commit comments

Comments
 (0)