Files
proxmox/docs/03-deployment/WEMIX_BRIDGE_VERIFICATION_STATUS.md
defiQUG 4fab998e51
All checks were successful
Deploy to Phoenix / deploy (push) Successful in 9s
chore: sync workspace docs, configs, and submodules
2026-04-18 12:07:15 -07:00

1.2 KiB

WEMIX Bridge Verification Status

Last Updated: 2026-04-18

Current State

The WEMIX bridge contracts are:

  • deployed live
  • wired bidirectionally with Chain 138
  • not yet confirmed as explorer-verified/published

Contracts:

  • CCIPWETH9_BRIDGE_WEMIX=0xD3AD6831aacB5386B8A25BB8D8176a6C8a026f04
  • CCIPWETH10_BRIDGE_WEMIX=0xa4B9DD039565AeD9641D45b57061f99d9cA6Df08

Verified Blockers

  1. The repo did not previously have a WEMIX-specific verification helper.
  2. WEMIX public explorer pages are behind bot protection, so direct scripted page checks are unreliable.
  3. WEMIX explorer verification needs an api-key, and the repo did not previously expose a dedicated WEMIXSCAN_API_KEY.
  4. The WEMIX deploy required a paris EVM target, so verification must use that same build profile.

Repo-Native Verification Command

cd smom-dbis-138
./scripts/deployment/verify-wemix-bridges.sh

Required env:

  • WEMIXSCAN_API_KEY
  • WEMIX_RPC
  • CCIPWETH9_BRIDGE_WEMIX
  • CCIPWETH10_BRIDGE_WEMIX
  • CCIP_ROUTER_WEMIX
  • WETH9_WEMIX
  • WETH10_WEMIX
  • LINK_TOKEN_WEMIX

Important Build Assumption

Verification must use:

  • Solidity 0.8.20
  • optimizer enabled
  • optimizer runs 200
  • viaIR=true
  • evmVersion=paris