import { Abi } from 'viem'; export type ContractABIPair = { ADDRESS: `0x${string}`; ABI: Abi; };