File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { ousdProcessor } from 'ousd/processors/ousd' ;
2- import 'tsconfig-paths/register' ;
1+ import { ousdProcessor } from 'ousd/processors/ousd'
2+ import 'tsconfig-paths/register'
33
4-
5-
6- import { defineSquidProcessor } from '@originprotocol/squid-utils' ;
7- import * as exchangeRatesPostProcessor from '@shared/post-processors/exchange-rates' ;
4+ import { defineSquidProcessor } from '@originprotocol/squid-utils'
5+ import * as exchangeRatesPostProcessor from '@shared/post-processors/exchange-rates'
86import { processStatus } from '@templates/processor-status'
97import { createOTokenWithdrawalsProcessor } from '@templates/withdrawals'
108import { addresses } from '@utils/addresses'
@@ -25,7 +23,7 @@ export const processor = defineSquidProcessor({
2523 name : 'OUSD' ,
2624 oTokenAddress : addresses . ousd . address ,
2725 oTokenVaultAddress : addresses . ousd . vault ,
28- from : 24426857 ,
26+ from : 24477020 ,
2927 } ) ,
3028 ousdCurveProcessor ,
3129 morphoMarketStatesProcessor ,
@@ -41,4 +39,4 @@ if (require.main === module) {
4139 initProcessorFromDump ( processor ) . catch ( ( error ) => {
4240 throw error
4341 } )
44- }
42+ }
You can’t perform that action at this time.
0 commit comments