From 601ef443762d3af34e6cd3d90733e2f55ac06a24 Mon Sep 17 00:00:00 2001 From: Kolby Moroz Liebl <31669092+KolbyML@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:58:29 -0700 Subject: [PATCH] Mark ArbAddressTable,ArbInfo as deprecated --- ArbAddressTable.sol | 2 +- ArbInfo.sol | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ArbAddressTable.sol b/ArbAddressTable.sol index 3803ceb..b34a0b9 100644 --- a/ArbAddressTable.sol +++ b/ArbAddressTable.sol @@ -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 { diff --git a/ArbInfo.sol b/ArbInfo.sol index 49e9572..316fd68 100644 --- a/ArbInfo.sol +++ b/ArbInfo.sol @@ -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