Update CCIP Router and Bridge Addresses for ChainID 138

- 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.
This commit is contained in:
defiQUG
2026-03-24 22:49:29 -07:00
parent ed86d01e1d
commit d02ee71cf6
25 changed files with 63 additions and 87 deletions

View File

@@ -15,7 +15,7 @@ This document describes the access control mechanisms for all CCIP contracts and
### CCIP Router
**Address**: `0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e`
**Address**: `0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817`
**Access Control**:
- **Owner/Admin**: Unknown (requires deployment transaction or contract storage query)
@@ -25,7 +25,7 @@ This document describes the access control mechanisms for all CCIP contracts and
**Verification**:
```bash
# Try to get owner (if function exists)
cast call 0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e "owner()" --rpc-url <rpc_url>
cast call 0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817 "owner()" --rpc-url <rpc_url>
# Check deployment transaction for owner
# (requires transaction hash)
@@ -42,7 +42,7 @@ cast call 0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e "owner()" --rpc-url <rpc_ur
### CCIPWETH9Bridge
**Address**: `0x89dd12025bfCD38A168455A44B400e913ED33BE2`
**Address**: `0xcacfd227A040002e49e2e01626363071324f820a`
**Access Control**:
- **Owner/Admin**: Unknown
@@ -52,7 +52,7 @@ cast call 0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e "owner()" --rpc-url <rpc_ur
**Verification**:
```bash
# Try to get owner
cast call 0x89dd12025bfCD38A168455A44B400e913ED33BE2 "owner()" --rpc-url <rpc_url>
cast call 0xcacfd227A040002e49e2e01626363071324f820a "owner()" --rpc-url <rpc_url>
```
### CCIPWETH10Bridge
@@ -222,4 +222,3 @@ Create script to monitor access control:
---
**Last Updated**: 2025-01-12