Files
proxmox/docs/archive/historical/BLOCKSCOUT_BRIDGE_CARD_UPDATE.md
defiQUG cb47cce074 Complete markdown files cleanup and organization
- Organized 252 files across project
- Root directory: 187 → 2 files (98.9% reduction)
- Moved configuration guides to docs/04-configuration/
- Moved troubleshooting guides to docs/09-troubleshooting/
- Moved quick start guides to docs/01-getting-started/
- Moved reports to reports/ directory
- Archived temporary files
- Generated comprehensive reports and documentation
- Created maintenance scripts and guides

All files organized according to established standards.
2026-01-06 01:46:25 -08:00

6.6 KiB

Blockscout Bridge Card Update - Complete CCIP Ecosystem

Date: $(date)
Status: UPDATED & DEPLOYED


🎯 Update Summary

Updated the bridge monitoring card to display all bridges and routes within the CCIP ecosystem, including:

  • Chain 138 bridge contracts (source chain)
  • All 7 destination chains with bridge addresses
  • Ethereum Mainnet bridge contracts
  • Complete route tables for WETH9 and WETH10 bridges
  • CCIP infrastructure information

📋 What Was Added

1. Chain 138 Bridge Contracts Section

  • CCIPWETH9Bridge: 0x89dd12025bfCD38A168455A44B400e913ED33BE2
  • CCIPWETH10Bridge: 0xe0E93247376aa097dB308B92e6Ba36bA015535D0
  • Clickable addresses linking to address detail view
  • Token addresses (WETH9/WETH10) with clickable links

2. CCIPWETH9Bridge Routes Table

Complete routing table showing all 7 destination chains:

Destination Chain Chain ID Bridge Address
BSC 56 0x8078a09637e47fa5ed34f626046ea2094a5cde5e
Polygon 137 0xa780ef19a041745d353c9432f2a7f5a241335ffe
Avalanche 43114 0x8078a09637e47fa5ed34f626046ea2094a5cde5e
Base 8453 0x8078a09637e47fa5ed34f626046ea2094a5cde5e
Arbitrum 42161 0x8078a09637e47fa5ed34f626046ea2094a5cde5e
Optimism 10 0x8078a09637e47fa5ed34f626046ea2094a5cde5e
Ethereum Mainnet 1 0x2A0840e5117683b11682ac46f5CF5621E67269E3

3. CCIPWETH10Bridge Routes Table

Complete routing table showing all 7 destination chains:

Destination Chain Chain ID Bridge Address
BSC 56 0x105f8a15b819948a89153505762444ee9f324684
Polygon 137 0xdab0591e5e89295ffad75a71dcfc30c5625c4fa2
Avalanche 43114 0x105f8a15b819948a89153505762444ee9f324684
Base 8453 0x105f8a15b819948a89153505762444ee9f324684
Arbitrum 42161 0x105f8a15b819948a89153505762444ee9f324684
Optimism 10 0x105f8a15b819948a89153505762444ee9f324684
Ethereum Mainnet 1 0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03

4. Ethereum Mainnet Bridges Section

  • CCIPWETH9Bridge: 0x2A0840e5117683b11682ac46f5CF5621E67269E3
  • CCIPWETH10Bridge: 0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03
  • Links to Etherscan for each contract

5. Bridge Information Section

  • Overview of CCIP Bridge Ecosystem
  • List of all supported networks
  • Usage instructions
  • CCIP infrastructure addresses (Router and Sender)

🎨 UI Improvements

Visual Enhancements

  • Organized sections with clear headers
  • Badge indicators showing route counts
  • Clickable addresses for navigation
  • Responsive tables with horizontal scroll
  • Card-based layout for better organization
  • Icons for visual clarity

Interactive Features

  • Click on any bridge address to view details
  • Click on token addresses to view token info
  • External links to Etherscan for mainnet contracts
  • Refresh button to reload bridge data

📊 Complete Bridge Ecosystem

Source Chains

  1. Chain 138 - Primary source chain

    • CCIPWETH9Bridge
    • CCIPWETH10Bridge
  2. Ethereum Mainnet - Secondary source chain

    • CCIPWETH9Bridge
    • CCIPWETH10Bridge

Destination Chains (7 Total)

  1. BSC (Chain ID: 56)
  2. Polygon (Chain ID: 137)
  3. Avalanche (Chain ID: 43114)
  4. Base (Chain ID: 8453)
  5. Arbitrum (Chain ID: 42161)
  6. Optimism (Chain ID: 10)
  7. Ethereum Mainnet (Chain ID: 1) - Bidirectional

Total Routes

  • WETH9: 7 routes from Chain 138
  • WETH10: 7 routes from Chain 138
  • Total: 14 active bridge routes

🔗 CCIP Infrastructure

Chain 138

  • CCIP Router: 0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e
  • CCIP Sender: 0x105F8A15b819948a89153505762444Ee9f324684

Supported Tokens

  • WETH9: 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
  • WETH10: 0xf4BB2e28688e89fCcE3c0580D37d36A7672E8A9f

Features

Navigation

  • Click any bridge address → View address details
  • Click token address → View token information
  • Click Etherscan link → View on Etherscan (mainnet only)

Information Display

  • Complete route tables for both bridges
  • Chain IDs for each destination
  • Bridge addresses for each route
  • CCIP infrastructure details

User Experience

  • Clear section organization
  • Responsive design
  • Loading states
  • Error handling

🧪 Testing

Verify Bridge Card

  1. Navigate to: https://explorer.d-bis.org
  2. Click "Bridge" in the header navigation
  3. Verify all sections are displayed:
    • Chain 138 bridges section
    • WETH9 routes table (7 routes)
    • WETH10 routes table (7 routes)
    • Ethereum Mainnet bridges section
    • Bridge information section

Test Interactions

  1. Click on Chain 138 bridge addresses → Should navigate to address detail
  2. Click on token addresses → Should navigate to token detail
  3. Click on route addresses → Should navigate to address detail
  4. Click Etherscan links → Should open Etherscan in new tab
  5. Click Refresh button → Should reload bridge data

📝 Files Modified

  • explorer-monorepo/frontend/public/index.html
    • Updated refreshBridgeData() function
    • Added complete bridge routes configuration
    • Enhanced UI with organized sections
    • Added interactive elements

🚀 Deployment

Status

Deployment Command

cd /home/intlc/projects/proxmox
./scripts/deploy-blockscout-frontend.sh

  • docs/CROSS_CHAIN_BRIDGE_ADDRESSES.md - Complete bridge addresses reference
  • docs/BLOCKSCOUT_BRIDGE_ADDRESSES_UPDATE.md - Bridge addresses update guide
  • docs/CCIP_COMPREHENSIVE_DIAGNOSTIC_REPORT.md - CCIP diagnostic information

Verification Checklist

  • Chain 138 bridges displayed
  • All 7 destination chains shown
  • WETH9 routes table complete
  • WETH10 routes table complete
  • Ethereum Mainnet bridges displayed
  • CCIP infrastructure information included
  • All addresses are clickable
  • External links work (Etherscan)
  • UI is responsive
  • Refresh functionality works

🎉 Summary

Status: COMPLETE

The bridge card now displays the complete CCIP ecosystem with:

  • All bridge contracts (Chain 138 + Ethereum Mainnet)
  • All 14 bridge routes (7 for WETH9, 7 for WETH10)
  • All 7 destination chains
  • Complete CCIP infrastructure information
  • Interactive navigation
  • Professional UI design

Last Updated: $(date)