2026-04-12 18:21:05 -07:00
|
|
|
const archivedSource = "archive/solidity/contracts/ccip-integration/CCIPTxReporter.sol";
|
2025-12-12 14:57:48 -08:00
|
|
|
|
2026-04-12 18:21:05 -07:00
|
|
|
console.error("CCIPTxReporter has been archived out of the active compile graph.");
|
|
|
|
|
console.error(`Historical source: ${archivedSource}`);
|
|
|
|
|
console.error("If you need a fresh deployment, restore that source into contracts/ first.");
|
|
|
|
|
console.error("If you only need the existing deployment, set CHAIN138_CCIP_REPORTER in .env.");
|
|
|
|
|
process.exit(1);
|