UNPKG

@morpho-labs/v2-deployment

Version:
25 lines 876 B
// Generated deployment addresses // This file is auto-generated. Do not edit manually. export const deployments = { 1111: { terms: { address: '0x5d3f31eb34e8a2bb913bb0810f4a4f7b057d9def', deploymentBlock: 23168922n, deployer: '0xcb55e81d9b5f77607685c470e382a70bd50fbfca', deployedAt: '2025-08-19T10:32:09.000Z', }, }, }; // Helper function to get deployment info for a specific chain export function getDeploymentInfo(chainId, contract) { const chainDeployments = deployments[chainId]; if (!chainDeployments) return undefined; return chainDeployments[contract]; } // Helper function to get contract address export function getContractAddress(chainId, contract) { const info = getDeploymentInfo(chainId, contract); return info?.address; } //# sourceMappingURL=addresses.js.map