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 f5c93dd commit 49fc67aCopy full SHA for 49fc67a
src/FVMPrecompiles.sol
@@ -4,7 +4,7 @@ pragma solidity ^0.8.30;
4
address constant RESOLVE_ADDRESS = 0xFE00000000000000000000000000000000000001;
5
address constant LOOKUP_DELEGATED_ADDRESS = 0xfE00000000000000000000000000000000000002;
6
address constant CALL_ACTOR_BY_ADDRESS = 0xfe00000000000000000000000000000000000003;
7
-address constant GET_ACTOR_TYPE = 0xfe00000000000000000000000000000000000004;
+address constant GET_ACTOR_TYPE = 0xFe00000000000000000000000000000000000004;
8
address constant CALL_ACTOR_BY_ID = 0xfe00000000000000000000000000000000000005;
9
10
// added by FIP-0095
0 commit comments