Skip to content

Commit bdb8f8c

Browse files
Merge pull request #351 from OffchainLabs/native_token_management_rename
Native token management rename
2 parents 948c8a7 + db189ca commit bdb8f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/precompiles/ArbOwner.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ interface ArbOwner {
3333
/// @notice Retrieves the list of chain owners
3434
function getAllChainOwners() external view returns (address[] memory);
3535

36-
/// @notice Sets the NativeTokenEnabledFrom time
36+
/// @notice Sets the NativeTokenManagementFrom time
3737
/// Available in ArbOS version 41
38-
function setNativeTokenEnabledFrom(
38+
function setNativeTokenManagementFrom(
3939
uint64 timestamp
4040
) external;
4141

0 commit comments

Comments
 (0)