@@ -397,7 +397,7 @@ test('throws if allowFailure=false & a contract method fails', async () => {
397
397
args: (0xA0Cf798816D4b9b9866b5330EEa46a18382f251e, 69420)
398
398
399
399
Docs: https://viem.sh/docs/contract/readContract.html
400
-
400
+
401
401
` ,
402
402
)
403
403
} )
@@ -450,7 +450,7 @@ test('allowFailure=true & a contract method fails', async () => {
450
450
args: (0xA0Cf798816D4b9b9866b5330EEa46a18382f251e, 69420)
451
451
452
452
Docs: https://viem.sh/docs/contract/readContract.html
453
-
453
+
454
454
"result": undefined,
455
455
"status": "failure",
456
456
},
@@ -464,7 +464,7 @@ test('allowFailure=true & a contract method fails', async () => {
464
464
args: (0xA0Cf798816D4b9b9866b5330EEa46a18382f251e, 69421)
465
465
466
466
Docs: https://viem.sh/docs/contract/readContract.html
467
-
467
+
468
468
"result": undefined,
469
469
"status": "failure",
470
470
},
@@ -502,7 +502,7 @@ test('throws if allowFailure=false & encoding contract function data fails', asy
502
502
args: (1e+31)
503
503
504
504
Docs: https://viem.sh/docs/contract/readContract.html
505
-
505
+
506
506
` ,
507
507
)
508
508
} )
@@ -561,7 +561,7 @@ test('allowFailure=true & encoding contract function data fails', async () => {
561
561
args: (1e+31)
562
562
563
563
Docs: https://viem.sh/docs/contract/readContract.html
564
-
564
+
565
565
"result": undefined,
566
566
"status": "failure",
567
567
},
@@ -579,7 +579,7 @@ test('allowFailure=true & encoding contract function data fails', async () => {
579
579
args: (1e+31)
580
580
581
581
Docs: https://viem.sh/docs/contract/readContract.html
582
-
582
+
583
583
"result": undefined,
584
584
"status": "failure",
585
585
},
@@ -617,7 +617,7 @@ test('should throw if allowFailure=false & a contract has no response', async ()
617
617
args: (0xa5cc3c03994DB5b0d9A5eEdD10CabaB0813678AC)
618
618
619
619
Docs: https://viem.sh/docs/contract/readContract.html
620
-
620
+
621
621
` ,
622
622
)
623
623
} )
@@ -669,7 +669,7 @@ test('allowFailure=true & a contract has no response', async () => {
669
669
args: (0xa5cc3c03994DB5b0d9A5eEdD10CabaB0813678AC)
670
670
671
671
Docs: https://viem.sh/docs/contract/readContract.html
672
-
672
+
673
673
"result": undefined,
674
674
"status": "failure",
675
675
},
0 commit comments