chore(repo): sync operator workspace (config, scripts, docs, multi-chain)
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:
@@ -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 ""
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 ""
|
||||
|
||||
@@ -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 ""
|
||||
|
||||
|
||||
@@ -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 ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user