File tree 1 file changed +4
-4
lines changed
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 () => {
283
283
txTrace ,
284
284
{
285
285
from : conf . eoa . address . toLowerCase ( ) ,
286
- gas : '0xbf57 ' ,
286
+ gas : '0xb50d ' ,
287
287
gasUsed : '0x6147' ,
288
288
to : contractAddress . toLowerCase ( ) ,
289
289
input : '0xc550f90f' ,
290
290
output : '0x0000000000000000000000000000000000000000000000000000000000000007' ,
291
291
calls : [
292
292
{
293
293
from : contractAddress . toLowerCase ( ) ,
294
- gas : '0x5f01 ' ,
294
+ gas : '0x54e1 ' ,
295
295
gasUsed : '0x2' ,
296
296
to : '0x0000000000000000000000010000000000000001' ,
297
297
input : '0x53e87d66' ,
@@ -585,15 +585,15 @@ it('should retrieve call traces', async () => {
585
585
{
586
586
from : conf . eoa . address . toLowerCase ( ) ,
587
587
gas : '0xcdd4' ,
588
- gasUsed : '0xbdd4 ' ,
588
+ gasUsed : '0xb38f ' ,
589
589
to : contractAddress . toLowerCase ( ) ,
590
590
input : '0xc550f90f' ,
591
591
output : '0x0000000000000000000000000000000000000000000000000000000000000008' ,
592
592
calls : [
593
593
{
594
594
from : contractAddress . toLowerCase ( ) ,
595
595
gas : '0x6d44' ,
596
- gasUsed : '0x5c8f ' ,
596
+ gasUsed : '0x524a ' ,
597
597
to : '0x0000000000000000000000010000000000000001' ,
598
598
input : '0x53e87d66' ,
599
599
output : '0x0000000000000000000000000000000000000000000000000000000000000008' ,
You can’t perform that action at this time.
0 commit comments