File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "network" : " arbitrum" ,
2
+ "network" : " arbitrum-one " ,
3
3
"startBlock" : 205834 ,
4
4
5
5
"darknodeRegistry" : " 0x0000000000000000000000000000000000000000" ,
Original file line number Diff line number Diff line change 28
28
"prettier" : {
29
29
"tabWidth" : 4
30
30
}
31
- }
31
+ }
Original file line number Diff line number Diff line change @@ -250,6 +250,8 @@ export function handleLogMint(event: LogMint): void {
250
250
endUser . volumeTotalUSD = endUser . volumeTotalUSD
251
251
. plus ( userVolumeAfter )
252
252
. minus ( userVolumeBefore ) ;
253
+
254
+ endUser . save ( ) ;
253
255
}
254
256
}
255
257
@@ -507,5 +509,7 @@ export function handleLogBurn(event: LogBurn): void {
507
509
endUser . volumeTotalUSD = endUser . volumeTotalUSD
508
510
. plus ( userVolumeAfter )
509
511
. minus ( userVolumeBefore ) ;
512
+
513
+ endUser . save ( ) ;
510
514
}
511
515
}
You can’t perform that action at this time.
0 commit comments