Skip to content

Commit 84beba8

Browse files
committed
chore: make abi-gen
chore: make abi-gen
1 parent d934805 commit 84beba8

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",
@@ -2071,6 +2076,27 @@
20712076
}
20722077
]
20732078
},
2079+
{
2080+
"type": "error",
2081+
"name": "PriceExceedsMaximum",
2082+
"inputs": [
2083+
{
2084+
"name": "priceType",
2085+
"type": "string",
2086+
"internalType": "string"
2087+
},
2088+
{
2089+
"name": "maxAllowed",
2090+
"type": "uint256",
2091+
"internalType": "uint256"
2092+
},
2093+
{
2094+
"name": "actual",
2095+
"type": "uint256",
2096+
"internalType": "uint256"
2097+
}
2098+
]
2099+
},
20742100
{
20752101
"type": "error",
20762102
"name": "ProofAlreadySubmitted",

0 commit comments

Comments
 (0)