Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- 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>
1.4 KiB
1.4 KiB
CREATE2 Deployment to Canonical LINK Address - Execution
Last Updated: 2026-01-31
Document Version: 1.0
Status: Active Documentation
Date: 2026-01-18
Status: 🔄 EXECUTION IN PROGRESS
Deployment Attempt
Configuration
- Target Address:
0x514910771AF9Ca656af840dff83E8264EcF986CA - RPC URL:
http://192.168.11.211:8545 - Deployer:
0x4A666F96fC8764181194447A7dFdb7d471b301C8
Script Executed
./scripts/deploy-link-canonical-create2.sh
Process
- ✅ RPC Connection: Verified (ChainID 138)
- ✅ Canonical Address Check: Confirmed empty
- ✅ Script Compilation: Successful (warnings from other contracts)
- 🔄 Salt Search: In progress (brute-force up to 1M iterations)
Expected Behavior
If Salt Found:
- ✅ Deploys CREATE2Factory
- ✅ Deploys LINK token at canonical address
- ✅ Mints 1M LINK to deployer
- ✅ Updates
.envwith canonical address
If Salt Not Found:
- ⚠️ Script exits with warning
- ⚠️ Explains possible reasons (bytecode mismatch, CREATE vs CREATE2, etc.)
- ✅ Recommendation: Use existing LINK token
Notes
- Brute-force Limit: 1,000,000 salt iterations
- Time: May take significant time depending on when salt is found
- Gas: Deployment will consume gas for factory + LINK token deployment
Status: 🔄 EXECUTION IN PROGRESS
Last Updated: 2026-01-18