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

@@ -37,7 +37,7 @@ All next steps from the LINK token configuration have been executed. The setup i
**Result**: ⚠️ **Could not query CCIP Router**
- **Router Address**: `0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e`
- **Router Address**: `0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817`
- **Method**: `getFeeToken()`
- **Status**: Query failed
@@ -83,7 +83,7 @@ psql -h localhost -p 5432 -U postgres -d explorer \
**Result**: ⚠️ **Skipped - Token not found on chain**
- **WETH9 Bridge**: `0x89dd12025bfCD38A168455A44B400e913ED33BE2`
- **WETH9 Bridge**: `0xcacfd227A040002e49e2e01626363071324f820a`
- **WETH10 Bridge**: `0xe0E93247376aa097dB308B92e6Ba36bA015535D0`
- **Status**: Cannot check balances - token contract doesn't exist
@@ -155,7 +155,7 @@ If ChainID 138 needs its own LINK token:
If LINK already exists on ChainID 138 with a different address:
```bash
# Check CCIP Router for fee token
cast call 0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e "getFeeToken()" --rpc-url <RPC>
cast call 0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817 "getFeeToken()" --rpc-url <RPC>
# Search for LINK token contracts
# Check known LINK token addresses
@@ -211,4 +211,3 @@ grep -A 5 "0x514910771AF9Ca656af840dff83E8264EcF986CA" token-lists/lists/dbis-13
**Last Updated**: 2025-01-12
**Next Action**: Deploy or bridge LINK token to ChainID 138