@chainlink/mcp-server
Version:
Prototype MCP Server for CLL
14 lines • 466 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CCIP_SELECTORS = void 0;
/**
* Human-readable CCIP chain selector constants for tests and examples.
* Source: CCIP public documentation.
*/
exports.CCIP_SELECTORS = {
ETHEREUM_MAINNET: "5009297550715157269",
POLYGON_MAINNET: "4949039107694359620",
ETHEREUM_SEPOLIA: "16015286601757825753",
// Add more as needed for tests
};
//# sourceMappingURL=constants.js.map