Files
smom-dbis-138/scripts/ccip-deployment/deploy-ccip-reporter.js

8 lines
435 B
JavaScript
Raw Normal View History

const archivedSource = "archive/solidity/contracts/ccip-integration/CCIPTxReporter.sol";
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);