chore(repo): sync operator workspace (config, scripts, docs, multi-chain)
Some checks failed
Deploy to Phoenix / validate (push) Failing after 1s
Deploy to Phoenix / deploy (push) Has been skipped
Deploy to Phoenix / deploy-atomic-swap-dapp (push) Has been skipped
Deploy to Phoenix / cloudflare (push) Has been skipped

Add optional Cosmos/Engine-X/act-runner templates, CWUSDC/EI-matrix tooling,
non-EVM route planner in multi-chain-execution (tests passing), token list and
extraction updates, and documentation (MetaMask matrix, GRU/CWUSDC packets).

Ignore institutional evidence tarballs/sha256 under reports/status.

Validated with: bash scripts/verify/run-all-validation.sh --skip-genesis

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-05-11 16:25:08 -07:00
parent a5f7400955
commit 4ebf2d7902
292 changed files with 21574 additions and 1146 deletions

View File

@@ -82,7 +82,7 @@ if [ "$WETH9_VERIFIED" != "verified" ]; then
log_success "✓ CCIPWETH9Bridge verification submitted!"
else
log_warn "⚠️ Automated verification failed - manual verification required"
log_info "Manual verification URL: https://explorer.d-bis.org/address/$WETH9_BRIDGE_138#verify"
log_info "Manual verification URL: https://explorer.d-bis.org/addresses/$WETH9_BRIDGE_138#verify"
log_info "See docs/BLOCKSCOUT_BRIDGE_ADDRESSES_UPDATE.md for instructions"
fi
fi
@@ -109,7 +109,7 @@ if [ "$WETH10_VERIFIED" != "verified" ]; then
log_success "✓ CCIPWETH10Bridge verification submitted!"
else
log_warn "⚠️ Automated verification failed - manual verification required"
log_info "Manual verification URL: https://explorer.d-bis.org/address/$WETH10_BRIDGE_138#verify"
log_info "Manual verification URL: https://explorer.d-bis.org/addresses/$WETH10_BRIDGE_138#verify"
log_info "See docs/BLOCKSCOUT_BRIDGE_ADDRESSES_UPDATE.md for instructions"
fi
fi
@@ -120,7 +120,7 @@ log_success "Verification Attempt Complete"
log_success "========================================="
log_info ""
log_info "Blockscout Links:"
log_info " CCIPWETH9Bridge: https://explorer.d-bis.org/address/$WETH9_BRIDGE_138"
log_info " CCIPWETH10Bridge: https://explorer.d-bis.org/address/$WETH10_BRIDGE_138"
log_info " CCIPWETH9Bridge: https://explorer.d-bis.org/addresses/$WETH9_BRIDGE_138"
log_info " CCIPWETH10Bridge: https://explorer.d-bis.org/addresses/$WETH10_BRIDGE_138"
log_info ""

View File

@@ -147,7 +147,7 @@ echo ""
echo "✅ If you have transaction hashes or addresses:"
echo " https://explorer.d-bis.org/tx/<TRANSACTION_HASH>"
echo " https://explorer.d-bis.org/address/<ADDRESS>"
echo " https://explorer.d-bis.org/addresses/<ADDRESS>"
echo ""
log_info "Note: Some Blockscout versions serve the web interface"

View File

@@ -150,7 +150,7 @@ echo "⚠️ WEB INTERFACE ROUTES (May return 404 until more data):"
echo " - https://explorer.d-bis.org/ (root)"
echo " - https://explorer.d-bis.org/blocks"
echo " - https://explorer.d-bis.org/transactions"
echo " - https://explorer.d-bis.org/address/<ADDRESS>"
echo " - https://explorer.d-bis.org/addresses/<ADDRESS>"
echo ""
log_info "The web interface may need more indexed data or time to fully initialize"
echo ""

View File

@@ -213,6 +213,6 @@ done
echo ""
log_info "View contracts on Blockscout:"
log_info " https://explorer.d-bis.org/address/<CONTRACT_ADDRESS>"
log_info " https://explorer.d-bis.org/addresses/<CONTRACT_ADDRESS>"
echo ""

View File

@@ -65,7 +65,7 @@ if forge verify-contract \
--via-ir \
2>&1 | tee /tmp/weth9-bridge-138-verify.log; then
log_success "✓ CCIPWETH9Bridge verification submitted!"
log_info "View on Blockscout: https://explorer.d-bis.org/address/$WETH9_BRIDGE_138"
log_info "View on Blockscout: https://explorer.d-bis.org/addresses/$WETH9_BRIDGE_138"
else
log_warn "⚠️ CCIPWETH9Bridge verification failed or already verified"
log_info "Check /tmp/weth9-bridge-138-verify.log for details"
@@ -90,7 +90,7 @@ if forge verify-contract \
--via-ir \
2>&1 | tee /tmp/weth10-bridge-138-verify.log; then
log_success "✓ CCIPWETH10Bridge verification submitted!"
log_info "View on Blockscout: https://explorer.d-bis.org/address/$WETH10_BRIDGE_138"
log_info "View on Blockscout: https://explorer.d-bis.org/addresses/$WETH10_BRIDGE_138"
else
log_warn "⚠️ CCIPWETH10Bridge verification failed or already verified"
log_info "Check /tmp/weth10-bridge-138-verify.log for details"
@@ -102,7 +102,7 @@ log_success "Verification Complete!"
log_success "========================================="
log_info ""
log_info "Blockscout Links:"
log_info " CCIPWETH9Bridge: https://explorer.d-bis.org/address/$WETH9_BRIDGE_138"
log_info " CCIPWETH10Bridge: https://explorer.d-bis.org/address/$WETH10_BRIDGE_138"
log_info " CCIPWETH9Bridge: https://explorer.d-bis.org/addresses/$WETH9_BRIDGE_138"
log_info " CCIPWETH10Bridge: https://explorer.d-bis.org/addresses/$WETH10_BRIDGE_138"
log_info ""