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 6801108 commit 0f158e6Copy full SHA for 0f158e6
service_contracts/src/FilecoinWarmStorageService.sol
@@ -59,7 +59,7 @@ contract FilecoinWarmStorageService is
59
EIP712Upgradeable
60
{
61
// Version tracking
62
- string public constant VERSION = "0.3.0";
+ string public constant VERSION = "1.0.0";
63
64
// =========================================================================
65
// Events
service_contracts/src/ServiceProviderRegistry.sol
@@ -43,7 +43,7 @@ contract ServiceProviderRegistry is
43
}
44
45
/// @notice Version of the contract implementation
46
47
48
/// @notice Maximum length for service URL
49
uint256 private constant MAX_SERVICE_URL_LENGTH = 256;
0 commit comments