docs(deployment): update CCIPWETH10Bridge address across documentation and scripts

- Changed CCIPWETH10Bridge address from `0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e` to `0xe0E93247376aa097dB308B92e6Ba36bA015535D0` in various deployment documents and scripts.
- Ensured consistency in bridge configuration and verification steps for ChainID 138 and Mainnet.

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-24 22:49:50 -07:00
parent fc3a95de08
commit a780eff7c5
27 changed files with 121 additions and 102 deletions

View File

@@ -28,13 +28,13 @@ cast call 0x3304b747E565a97ec8AC220b0B6A1f6ffDB837e6 \
#### CCIPWETH10Bridge (Mainnet)
**Address**: `0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e`
**Address**: `0xe0E93247376aa097dB308B92e6Ba36bA015535D0`
**Status**: ⚠️ **NO DESTINATION CHAINS CONFIGURED**
**Verification**:
```bash
cast call 0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e \
cast call 0xe0E93247376aa097dB308B92e6Ba36bA015535D0 \
"getDestinationChains()(uint64[])" \
--rpc-url https://eth.llamarpc.com
# Result: []
@@ -49,12 +49,12 @@ For bidirectional bridging between ChainID 138 ↔ Ethereum Mainnet, bridges sho
**Ethereum Mainnet → ChainID 138**:
- Destination Chain Selector: ChainID 138 selector (to be obtained from CCIP Directory)
- Receiver Bridge: `0x3304b747E565a97ec8AC220b0B6A1f6ffDB837e6` (CCIPWETH9Bridge on ChainID 138)
- Receiver Bridge: `0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e` (CCIPWETH10Bridge on ChainID 138)
- Receiver Bridge: `0xe0E93247376aa097dB308B92e6Ba36bA015535D0` (CCIPWETH10Bridge on ChainID 138)
**ChainID 138 → Ethereum Mainnet**:
- Destination Chain Selector: `5009297550715157269` (Ethereum Mainnet CCIP selector)
- Receiver Bridge: `0x3304b747E565a97ec8AC220b0B6A1f6ffDB837e6` (CCIPWETH9Bridge on Mainnet)
- Receiver Bridge: `0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e` (CCIPWETH10Bridge on Mainnet)
- Receiver Bridge: `0xe0E93247376aa097dB308B92e6Ba36bA015535D0` (CCIPWETH10Bridge on Mainnet)
### ChainID 138 Bridge Verification
@@ -64,7 +64,7 @@ For bidirectional bridging between ChainID 138 ↔ Ethereum Mainnet, bridges sho
- Status: ✅ Deployed (verified in Task 1)
- Destination chains: Not checked (function calls reverted - proxy pattern)
**CCIPWETH10Bridge (ChainID 138)**: `0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e`
**CCIPWETH10Bridge (ChainID 138)**: `0xe0E93247376aa097dB308B92e6Ba36bA015535D0`
- Status: ✅ Deployed (verified in Task 1)
- Destination chains: Not checked (function calls reverted - proxy pattern)