54 lines
1.7 KiB
Markdown
54 lines
1.7 KiB
Markdown
|
|
# Ethereum Mainnet Deployment Confirmation
|
||
|
|
|
||
|
|
## Deployment Date
|
||
|
|
$(date -u +"%Y-%m-%d %H:%M:%S UTC")
|
||
|
|
|
||
|
|
## ✅ Successfully Deployed Contracts
|
||
|
|
|
||
|
|
### 1. CCIPWETH9Bridge
|
||
|
|
- **Status**: ✅ **DEPLOYED AND VERIFIED**
|
||
|
|
- **Address**: `0x3304b747E565a97ec8AC220b0B6A1f6ffDB837e6`
|
||
|
|
- **Etherscan**: https://etherscan.io/address/0x3304b747E565a97ec8AC220b0B6A1f6ffDB837e6
|
||
|
|
- **Deployment Method**: Foundry (`forge script`)
|
||
|
|
- **Chain**: Ethereum Mainnet (Chain ID: 1)
|
||
|
|
|
||
|
|
### 2. CCIPWETH10Bridge
|
||
|
|
- **Status**: ✅ **DEPLOYED**
|
||
|
|
- **Address**: `0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e`
|
||
|
|
- **Etherscan**: https://etherscan.io/address/0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e
|
||
|
|
- **Deployment Method**: Foundry (`forge script`)
|
||
|
|
- **Chain**: Ethereum Mainnet (Chain ID: 1)
|
||
|
|
|
||
|
|
### 3. CCIPLogger
|
||
|
|
- **Status**: ⏳ **PENDING**
|
||
|
|
- **Note**: Requires Hardhat deployment with Chainlink contracts
|
||
|
|
- **Deployment Command**:
|
||
|
|
```bash
|
||
|
|
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)
|