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 d1f6bff commit caeb019Copy full SHA for caeb019
packages/world/src/modules/init/constants.sol
@@ -43,5 +43,5 @@ ResourceId constant REGISTRATION_SYSTEM_ID = ResourceId.wrap(
43
* @dev This ID is derived from the RESOURCE_SYSTEM type, the ROOT_NAMESPACE, and the system name.
44
*/
45
ResourceId constant CALL_WITH_SIGNATURE_SYSTEM_ID = ResourceId.wrap(
46
- (bytes32(abi.encodePacked(RESOURCE_SYSTEM, ROOT_NAMESPACE, "CallWithSignature")))
+ (bytes32(abi.encodePacked(RESOURCE_SYSTEM, ROOT_NAMESPACE, bytes16("CallWithSignatur"))))
47
);
0 commit comments