Files
smom-dbis-138/docs/deployment/MAINNET_DEPLOYMENT_CONFIRMATION.md
defiQUG 1fb7266469 Add Oracle Aggregator and CCIP Integration
- Introduced Aggregator.sol for Chainlink-compatible oracle functionality, including round-based updates and access control.
- Added OracleWithCCIP.sol to extend Aggregator with CCIP cross-chain messaging capabilities.
- Created .gitmodules to include OpenZeppelin contracts as a submodule.
- Developed a comprehensive deployment guide in NEXT_STEPS_COMPLETE_GUIDE.md for Phase 2 and smart contract deployment.
- Implemented Vite configuration for the orchestration portal, supporting both Vue and React frameworks.
- Added server-side logic for the Multi-Cloud Orchestration Portal, including API endpoints for environment management and monitoring.
- Created scripts for resource import and usage validation across non-US regions.
- Added tests for CCIP error handling and integration to ensure robust functionality.
- Included various new files and directories for the orchestration portal and deployment scripts.
2025-12-12 14:57:48 -08:00

1.7 KiB

Ethereum Mainnet Deployment Confirmation

Deployment Date

$(date -u +"%Y-%m-%d %H:%M:%S UTC")

Successfully Deployed Contracts

1. CCIPWETH9Bridge

2. CCIPWETH10Bridge

3. CCIPLogger

  • Status: PENDING
  • Note: Requires Hardhat deployment with Chainlink contracts
  • Deployment Command:
    npm install @chainlink/contracts-ccip @openzeppelin/contracts
    npx hardhat run scripts/ccip-deployment/deploy-ccip-logger.js --network mainnet
    

Configuration

  • CCIP Router: 0x80226fc0Ee2b096224EeAc085Bb9a8cba1146f7D (Chainlink Official)
  • LINK Token: 0x514910771AF9Ca656af840dff83E8264EcF986CA
  • WETH9: 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 (Canonical Mainnet)
  • WETH10: 0xf4BB2e28688e89fCcE3c0580D37d36A7672E8A9F (Canonical Mainnet)

Verification

All deployed contracts have been verified on-chain and are accessible via Etherscan.

Next Steps

  1. Deploy CCIPLogger (when ready)
  2. Configure bridge destinations
  3. Test cross-chain transfers
  4. Set up monitoring and alerts

Deployment Costs

  • CCIPWETH9Bridge: ~0.000183 ETH
  • CCIPWETH10Bridge: ~0.000183 ETH
  • Total: 0.000366 ETH ($0.92)