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:
@@ -16,7 +16,7 @@ Both Mainnet bridges are now configured to send to ChainID 138:
|
||||
| Bridge | Address | Destination Selector | Status |
|
||||
|--------|---------|---------------------|--------|
|
||||
| CCIPWETH9Bridge | `0x3304b747E565a97ec8AC220b0B6A1f6ffDB837e6` | `5009297550715157269` | ✅ Configured |
|
||||
| CCIPWETH10Bridge | `0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e` | `5009297550715157269` | ✅ Configured |
|
||||
| CCIPWETH10Bridge | `0xe0E93247376aa097dB308B92e6Ba36bA015535D0` | `5009297550715157269` | ✅ Configured |
|
||||
|
||||
**Transactions**:
|
||||
- Mainnet WETH9 Bridge: Transaction successful
|
||||
@@ -80,7 +80,7 @@ cast call 0x3304b747E565a97ec8AC220b0B6A1f6ffDB837e6 \
|
||||
"getDestinationChains()(uint64[])" \
|
||||
--rpc-url https://eth.llamarpc.com
|
||||
|
||||
cast call 0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e \
|
||||
cast call 0xe0E93247376aa097dB308B92e6Ba36bA015535D0 \
|
||||
"getDestinationChains()(uint64[])" \
|
||||
--rpc-url https://eth.llamarpc.com
|
||||
```
|
||||
@@ -92,7 +92,7 @@ cast call 0x3304b747E565a97ec8AC220b0B6A1f6ffDB837e6 \
|
||||
"getDestinationChains()(uint64[])" \
|
||||
--rpc-url http://192.168.11.211:8545
|
||||
|
||||
cast call 0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e \
|
||||
cast call 0xe0E93247376aa097dB308B92e6Ba36bA015535D0 \
|
||||
"getDestinationChains()(uint64[])" \
|
||||
--rpc-url http://192.168.11.211:8545
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user