We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efacd0 commit 58df775Copy full SHA for 58df775
service_contracts/abi/FilecoinWarmStorageService.abi.json
@@ -1507,6 +1507,11 @@
1507
}
1508
]
1509
},
1510
+ {
1511
+ "type": "error",
1512
+ "name": "AtLeastOnePriceMustBeNonZero",
1513
+ "inputs": []
1514
+ },
1515
{
1516
"type": "error",
1517
"name": "CDNPaymentAlreadyTerminated",
@@ -2196,6 +2201,27 @@
2196
2201
2197
2202
2198
2203
2204
2205
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
2221
2222
+ }
2223
+ ]
2224
2199
2225
2200
2226
2227
"name": "ProofAlreadySubmitted",
0 commit comments