Skip to content

Commit 49fc67a

Browse files
committed
checksum address
1 parent f5c93dd commit 49fc67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FVMPrecompiles.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pragma solidity ^0.8.30;
44
address constant RESOLVE_ADDRESS = 0xFE00000000000000000000000000000000000001;
55
address constant LOOKUP_DELEGATED_ADDRESS = 0xfE00000000000000000000000000000000000002;
66
address constant CALL_ACTOR_BY_ADDRESS = 0xfe00000000000000000000000000000000000003;
7-
address constant GET_ACTOR_TYPE = 0xfe00000000000000000000000000000000000004;
7+
address constant GET_ACTOR_TYPE = 0xFe00000000000000000000000000000000000004;
88
address constant CALL_ACTOR_BY_ID = 0xfe00000000000000000000000000000000000005;
99

1010
// added by FIP-0095

0 commit comments

Comments
 (0)