diff --git a/contract_manager/scripts/list_evm_contracts.ts b/contract_manager/scripts/list_evm_contracts.ts index 00ef26073c..25a0734333 100644 --- a/contract_manager/scripts/list_evm_contracts.ts +++ b/contract_manager/scripts/list_evm_contracts.ts @@ -38,6 +38,7 @@ async function main() { } } } + console.log(`Fetched ${entries.length} EVM price feed contract versions.`); console.table(entries); }