This repository is Astrolab's deployment registry, you can find here the historically deployed contract addresses, deployers, and ABIs.
Example TS Usage:
import Erc20 from "@astrolabs/registry/abis/Erc20"; // IAbi
import latest from "@astrolabs/registry/deployments/crate-arbitrum-latest"; // IDeployment
Updates to this registry are automated upon smart contract compilation and deployment.