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.
2 parents 948c8a7 + db189ca commit bdb8f8cCopy full SHA for bdb8f8c
src/precompiles/ArbOwner.sol
@@ -33,9 +33,9 @@ interface ArbOwner {
33
/// @notice Retrieves the list of chain owners
34
function getAllChainOwners() external view returns (address[] memory);
35
36
- /// @notice Sets the NativeTokenEnabledFrom time
+ /// @notice Sets the NativeTokenManagementFrom time
37
/// Available in ArbOS version 41
38
- function setNativeTokenEnabledFrom(
+ function setNativeTokenManagementFrom(
39
uint64 timestamp
40
) external;
41
0 commit comments