Skip to content

Commit 9dd68f1

Browse files
committed
abis
1 parent 2a63e07 commit 9dd68f1

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

abis/PoRepMarket.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,11 @@
758758
"name": "FailedCall",
759759
"inputs": []
760760
},
761+
{
762+
"type": "error",
763+
"name": "InvalidClientSmartContractAddress",
764+
"inputs": []
765+
},
761766
{
762767
"type": "error",
763768
"name": "InvalidIndexingPct",

abis/ValidatorFactory.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,11 +566,26 @@
566566
"name": "InvalidClientAddress",
567567
"inputs": []
568568
},
569+
{
570+
"type": "error",
571+
"name": "InvalidClientSmartContractAddress",
572+
"inputs": []
573+
},
574+
{
575+
"type": "error",
576+
"name": "InvalidFilecoinPayAddress",
577+
"inputs": []
578+
},
569579
{
570580
"type": "error",
571581
"name": "InvalidInitialization",
572582
"inputs": []
573583
},
584+
{
585+
"type": "error",
586+
"name": "InvalidPoRepMarketAddress",
587+
"inputs": []
588+
},
574589
{
575590
"type": "error",
576591
"name": "InvalidSlcAddress",

0 commit comments

Comments
 (0)