Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ArbAddressTable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pragma solidity >=0.4.21 <0.9.0;

/**
* @title Allows registering / retrieving addresses at uint indices, saving calldata.
* @title Deprecated - Allows registering / retrieving addresses at uint indices, saving calldata.
* @notice Precompiled contract that exists in every Arbitrum chain at 0x0000000000000000000000000000000000000066.
*/
interface ArbAddressTable {
Expand Down
3 changes: 2 additions & 1 deletion ArbInfo.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

pragma solidity >=0.4.21 <0.9.0;

/// @title Lookup for basic info about accounts and contracts.
/// @title Deprecated - Use standard EVM opcodes + ArbSys where chain-specific info is needed
/// Lookup for basic info about accounts and contracts.
/// @notice Precompiled contract that exists in every Arbitrum chain at 0x0000000000000000000000000000000000000065.
interface ArbInfo {
/// @notice Retrieves an account's balance
Expand Down