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:
@@ -2,7 +2,7 @@
|
||||
|
||||
**Date**: 2025-01-12
|
||||
**Network**: ChainID 138
|
||||
**Router Address**: `0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e`
|
||||
**Router Address**: `0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817`
|
||||
|
||||
---
|
||||
|
||||
@@ -15,7 +15,7 @@ The CCIP Router is the central component of the Chainlink CCIP (Cross-Chain Inte
|
||||
## Configuration Details
|
||||
|
||||
### Router Address
|
||||
- **Address**: `0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e`
|
||||
- **Address**: `0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817`
|
||||
- **Network**: ChainID 138
|
||||
- **RPC Endpoint**: `http://192.168.11.250:8545` or `https://rpc-core.d-bis.org`
|
||||
- **Block Explorer**: `https://explorer.d-bis.org` (Blockscout)
|
||||
@@ -79,7 +79,7 @@ Gets the OnRamp address for a destination chain.
|
||||
- **Relationship**: Sender contract interacts with Router to send messages
|
||||
|
||||
### Bridge Contracts
|
||||
- **CCIPWETH9Bridge**: `0x89dd12025bfCD38A168455A44B400e913ED33BE2`
|
||||
- **CCIPWETH9Bridge**: `0xcacfd227A040002e49e2e01626363071324f820a`
|
||||
- **CCIPWETH10Bridge**: `0xe0E93247376aa097dB308B92e6Ba36bA015535D0`
|
||||
- **Relationship**: Bridge contracts call Router to send cross-chain messages
|
||||
|
||||
@@ -94,12 +94,12 @@ Gets the OnRamp address for a destination chain.
|
||||
|
||||
### Check Router Status
|
||||
```bash
|
||||
cast code 0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e --rpc-url http://192.168.11.250:8545
|
||||
cast code 0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817 --rpc-url http://192.168.11.250:8545
|
||||
```
|
||||
|
||||
### Get Fee Token
|
||||
```bash
|
||||
cast call 0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e "getFeeToken()" --rpc-url http://192.168.11.250:8545
|
||||
cast call 0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817 "getFeeToken()" --rpc-url http://192.168.11.250:8545
|
||||
```
|
||||
|
||||
---
|
||||
@@ -143,4 +143,3 @@ cast call 0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e "getFeeToken()" --rpc-url h
|
||||
---
|
||||
|
||||
**Last Updated**: 2025-01-12
|
||||
|
||||
|
||||
Reference in New Issue
Block a user