- Changed CCIP Router address from `0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e` to `0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817` across multiple documentation files. - Updated WETH9 Bridge address from `0x89dd12025bfCD38A168455A44B400e913ED33BE2` to `0xcacfd227A040002e49e2e01626363071324f820a`. - Ensured all references to the new addresses are consistent throughout the documentation. This update reflects the latest deployment configurations and ensures accurate contract references for ChainID 138.
77 lines
1.6 KiB
Markdown
77 lines
1.6 KiB
Markdown
# Environment File Verification - ChainID 138
|
|
|
|
**Date**: 2025-12-24
|
|
**Status**: ✅ **ALL ADDRESSES VERIFIED**
|
|
|
|
---
|
|
|
|
## ✅ Contract Addresses in .env
|
|
|
|
All deployed contract addresses have been added to the `.env` file:
|
|
|
|
### LINK Token
|
|
```bash
|
|
LINK_TOKEN=0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03
|
|
CCIP_CHAIN138_FEE_TOKEN=0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03
|
|
```
|
|
|
|
### CCIP Contracts
|
|
```bash
|
|
CCIP_ROUTER_ADDRESS=0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817
|
|
CCIP_RECEIVER=0x95007eC50d0766162F77848Edf7bdC4eBA147fb4
|
|
CCIP_LOGGER=0xF597ABbe5E1544845C6Ba92a6884B4D601ffa334
|
|
```
|
|
|
|
### Oracle Contracts
|
|
```bash
|
|
ORACLE_AGGREGATOR_ADDRESS=0x99b3511a2d315a497c8112c1fdd8d508d4b1e506
|
|
ORACLE_PROXY_ADDRESS=0x3304b747e565a97ec8ac220b0b6a1f6ffdb837e6
|
|
```
|
|
|
|
### Bridge Contracts
|
|
```bash
|
|
CCIPWETH9_BRIDGE=0x89dd12025bfCD38A168455A44B400e913ED33BE2
|
|
CCIPWETH10_BRIDGE=0xe0E93247376aa097dB308B92e6Ba36bA015535D0
|
|
```
|
|
|
|
### Pre-deployed Contracts (Genesis)
|
|
```bash
|
|
WETH9_ADDRESS=0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
|
|
WETH10_ADDRESS=0xf4BB2e28688e89fCcE3c0580D37d36A7672E8A9f
|
|
```
|
|
|
|
---
|
|
|
|
## 📋 Verification Checklist
|
|
|
|
- [x] LINK_TOKEN
|
|
- [x] CCIP_CHAIN138_FEE_TOKEN
|
|
- [x] CCIP_ROUTER_ADDRESS
|
|
- [x] CCIP_RECEIVER
|
|
- [x] CCIP_LOGGER
|
|
- [x] ORACLE_AGGREGATOR_ADDRESS
|
|
- [x] ORACLE_PROXY_ADDRESS
|
|
- [x] CCIPWETH9_BRIDGE
|
|
- [x] CCIPWETH10_BRIDGE
|
|
- [x] WETH9_ADDRESS
|
|
- [x] WETH10_ADDRESS
|
|
|
|
---
|
|
|
|
## 📄 Files Updated
|
|
|
|
1. ✅ `/home/intlc/projects/proxmox/explorer-monorepo/.env`
|
|
2. ✅ `/home/intlc/projects/smom-dbis-138/.env`
|
|
|
|
---
|
|
|
|
## ✅ Status
|
|
|
|
**All contract addresses are now in the .env file!**
|
|
|
|
Both projects have been updated with all deployed contract addresses.
|
|
|
|
---
|
|
|
|
**Last Updated**: 2025-12-24
|