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

@@ -77,11 +77,11 @@ The Ethereum Mainnet canonical LINK token address (`0x514910771AF9Ca656af840dff8
The LINK token is now configured for:
1. **CCIP Router Fee Token**
- Router: `0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e`
- Router: `0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817`
- Fee Token: `0x514910771AF9Ca656af840dff83E8264EcF986CA`
2. **Bridge Contracts**
- WETH9 Bridge: `0x89dd12025bfCD38A168455A44B400e913ED33BE2`
- WETH9 Bridge: `0xcacfd227A040002e49e2e01626363071324f820a`
- WETH10 Bridge: `0xe0E93247376aa097dB308B92e6Ba36bA015535D0`
- Both bridges can use LINK for CCIP fees
@@ -116,7 +116,7 @@ cast call 0x514910771AF9Ca656af840dff83E8264EcF986CA "symbol()" --rpc-url http:/
### Check CCIP Router Fee Token
```bash
CCIP_ROUTER="0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e"
CCIP_ROUTER="0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817"
cast call "$CCIP_ROUTER" "getFeeToken()" --rpc-url http://192.168.11.250:8545
```
@@ -170,4 +170,3 @@ cast call "$CCIP_ROUTER" "getFeeToken()" --rpc-url http://192.168.11.250:8545
**Last Updated**: 2025-01-12
**Status**: ✅ Configuration complete - LINK token added to all systems