Files
proxmox/docs/06-besu/T1_2_CREDENTIALS_VERIFIED.md
defiQUG fbda1b4beb
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
docs: Ledger Live integration, contract deploy learnings, NEXT_STEPS updates
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands
- CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround
- CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check
- NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere
- MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates
- LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 15:46:57 -08:00

2.7 KiB

T1.2 Bridge Resolution - Credentials Verification Complete

Last Updated: 2026-01-31
Document Version: 1.0
Status: Active Documentation


Date: 2026-01-18
Status: ALL CREDENTIALS VERIFIED AND READY


Verification Results

CCIP_ROUTER

  • Verified Address: 0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e
  • Code Size: 8,571 bytes (Contract deployed)
  • Status: CONFIRMED - CCIP Router
  • Action: Use this address for deployment

Note: Extracted address 0x99b3511a2d315a497c8112c1fdd8d508d4b1e506 (7,957 bytes) is likely Oracle Aggregator, not CCIP Router.

  • Verified Address: 0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03
  • Code Size: 3,779 bytes (LINK token contract deployed)
  • Status: CONFIRMED - Custom LINK Token on ChainID 138
  • Action: Use this address (already in .env as LINK_TOKEN)

Note: Canonical LINK address 0x514910771AF9Ca656af840dff83E8264EcF986CA is NOT deployed on ChainID 138 (3 bytes = empty).


📋 Final .env Configuration

All required credentials for Phase 3 deployment:

# ✅ Present and Verified
PRIVATE_KEY=0x5373d11ee2cad4ed82b9208526a8c358839cbfe325919fb250f062a25153d1c8
RPC_URL=http://192.168.11.250:8545
RPC_URL_138=http://192.168.11.211:8545
LINK_TOKEN=0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03
CHAIN138_SELECTOR=138

# ✅ Add These for Deployment
CCIP_ROUTER=0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e
CCIP_FEE_TOKEN=0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03

# ✅ Deterministic Addresses (no config needed)
WETH9_ADDRESS=0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
WETH10_ADDRESS=0xf4BB2e28688e89fCcE3c0580D37d36A7672E8A9f

Credential Readiness: 100%

Credential Status Value
PRIVATE_KEY Ready 0x5373d11ee2cad4ed82b9208526a8c358839cbfe325919fb250f062a25153d1c8
RPC_URL Ready http://192.168.11.250:8545
CCIP_ROUTER Verified 0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e
CCIP_FEE_TOKEN Verified 0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03
LINK_TOKEN Ready 0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03 (same as CCIP_FEE_TOKEN)
WETH9_ADDRESS Ready 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
WETH10_ADDRESS Ready 0xf4BB2e28688e89fCcE3c0580D37d36A7672E8A9f
CHAIN138_SELECTOR Ready 138

🚀 Next Action

Add to .env:

CCIP_ROUTER=0x8078A09637e47Fa5Ed34F626046Ea2094a5CDE5e
CCIP_FEE_TOKEN=0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03

Then proceed with Phase 3 deployment - all credentials ready!


Status: ALL CREDENTIALS VERIFIED - READY FOR DEPLOYMENT

Last Updated: 2026-01-18