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

@@ -20,7 +20,7 @@ log_warn() { echo -e "${YELLOW}[WARN]${NC} $1"; }
# Load environment variables
CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
CCIP_ROUTER_138="${CCIP_ROUTER_138:-0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e}"
CCIP_ROUTER_138="${CCIP_ROUTER_138:-0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817}"
log_info "=== Finding ChainID 138 CCIP Selector ==="
log_info "RPC: $CHAIN138_RPC"

View File

@@ -34,7 +34,7 @@ fi
CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
EXPECTED_LINK="0x514910771AF9Ca656af840dff83E8264EcF986CA"
WALLET_ADDRESS=$(cast wallet address --private-key "$PRIVATE_KEY")
CCIP_ROUTER="${CCIP_ROUTER_138:-0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e}"
CCIP_ROUTER="${CCIP_ROUTER_138:-0x42DAb7b888Dd382bD5Adcf9E038dBF1fD03b4817}"
log_info "=== LINK Token Requirements Verification (ChainID 138) ==="
log_info "Wallet: $WALLET_ADDRESS"