1.2 KiB
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=0xD3AD6831aacB5386B8A25BB8D8176a6C8a026f04CCIPWETH10_BRIDGE_WEMIX=0xa4B9DD039565AeD9641D45b57061f99d9cA6Df08
Verified Blockers
- The repo did not previously have a WEMIX-specific verification helper.
- WEMIX public explorer pages are behind bot protection, so direct scripted page checks are unreliable.
- WEMIX explorer verification needs an
api-key, and the repo did not previously expose a dedicatedWEMIXSCAN_API_KEY. - The WEMIX deploy required a
parisEVM 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_KEYWEMIX_RPCCCIPWETH9_BRIDGE_WEMIXCCIPWETH10_BRIDGE_WEMIXCCIP_ROUTER_WEMIXWETH9_WEMIXWETH10_WEMIXLINK_TOKEN_WEMIX
Important Build Assumption
Verification must use:
- Solidity
0.8.20 - optimizer enabled
- optimizer runs
200 viaIR=trueevmVersion=paris