Skip to content

Commit 58df775

Browse files
committed
chore: make abi-gen
chore: make abi-gen
1 parent 9efacd0 commit 58df775

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

service_contracts/abi/FilecoinWarmStorageService.abi.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,6 +1507,11 @@
15071507
}
15081508
]
15091509
},
1510+
{
1511+
"type": "error",
1512+
"name": "AtLeastOnePriceMustBeNonZero",
1513+
"inputs": []
1514+
},
15101515
{
15111516
"type": "error",
15121517
"name": "CDNPaymentAlreadyTerminated",
@@ -2196,6 +2201,27 @@
21962201
}
21972202
]
21982203
},
2204+
{
2205+
"type": "error",
2206+
"name": "PriceExceedsMaximum",
2207+
"inputs": [
2208+
{
2209+
"name": "priceType",
2210+
"type": "string",
2211+
"internalType": "string"
2212+
},
2213+
{
2214+
"name": "maxAllowed",
2215+
"type": "uint256",
2216+
"internalType": "uint256"
2217+
},
2218+
{
2219+
"name": "actual",
2220+
"type": "uint256",
2221+
"internalType": "uint256"
2222+
}
2223+
]
2224+
},
21992225
{
22002226
"type": "error",
22012227
"name": "ProofAlreadySubmitted",

0 commit comments

Comments
 (0)