File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -283,15 +283,15 @@ it('should retrieve transaction traces', async () => {
283283 txTrace ,
284284 {
285285 from : conf . eoa . address . toLowerCase ( ) ,
286- gas : '0xbf57 ' ,
286+ gas : '0xb50d ' ,
287287 gasUsed : '0x6147' ,
288288 to : contractAddress . toLowerCase ( ) ,
289289 input : '0xc550f90f' ,
290290 output : '0x0000000000000000000000000000000000000000000000000000000000000007' ,
291291 calls : [
292292 {
293293 from : contractAddress . toLowerCase ( ) ,
294- gas : '0x5f01 ' ,
294+ gas : '0x54e1 ' ,
295295 gasUsed : '0x2' ,
296296 to : '0x0000000000000000000000010000000000000001' ,
297297 input : '0x53e87d66' ,
@@ -585,15 +585,15 @@ it('should retrieve call traces', async () => {
585585 {
586586 from : conf . eoa . address . toLowerCase ( ) ,
587587 gas : '0xcdd4' ,
588- gasUsed : '0xbdd4 ' ,
588+ gasUsed : '0xb38f ' ,
589589 to : contractAddress . toLowerCase ( ) ,
590590 input : '0xc550f90f' ,
591591 output : '0x0000000000000000000000000000000000000000000000000000000000000008' ,
592592 calls : [
593593 {
594594 from : contractAddress . toLowerCase ( ) ,
595595 gas : '0x6d44' ,
596- gasUsed : '0x5c8f ' ,
596+ gasUsed : '0x524a ' ,
597597 to : '0x0000000000000000000000010000000000000001' ,
598598 input : '0x53e87d66' ,
599599 output : '0x0000000000000000000000000000000000000000000000000000000000000008' ,
You can’t perform that action at this time.
0 commit comments