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>
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
# Server Configuration
|
|
# Note: Ports changed from 9545/9546 to 9645/9646 to avoid conflict with Besu metrics (9545)
|
|
HTTP_PORT=9645
|
|
WS_PORT=9646
|
|
NODE_ENV=production
|
|
|
|
# Besu Upstream Configuration
|
|
BESU_HTTP_URLS=http://127.0.0.1:8545
|
|
BESU_WS_URLS=ws://127.0.0.1:8546
|
|
CHAIN_ID=138
|
|
|
|
# Web3Signer Configuration (VMID 107)
|
|
WEB3SIGNER_URL=http://192.168.11.111:9000
|
|
WEB3SIGNER_TIMEOUT=5000
|
|
|
|
# Redis Configuration (VMID 106)
|
|
REDIS_HOST=192.168.11.110
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=
|
|
REDIS_DB=0
|
|
REDIS_KEY_PREFIX=rpc-translator:138
|
|
|
|
# Vault Configuration (VMID 108)
|
|
VAULT_ADDR=http://192.168.11.112:8200
|
|
VAULT_ROLE_ID=
|
|
VAULT_SECRET_ID=
|
|
VAULT_PATH_TRANSLATOR_CONFIG=secret/data/chain138/translator
|
|
|
|
# Translator Policy (optional - can also come from Vault)
|
|
WALLET_ALLOWLIST=
|
|
MAX_GAS_LIMIT=30000000
|
|
MAX_GAS_PRICE_WEI=100000000000
|
|
MIN_GAS_PRICE_WEI=1000000000
|
|
|
|
# API Method Configuration
|
|
# Allow private network methods (CLIQUE, IBFT, QBFT, PERM) - default: true
|
|
# Set to 'false' to deny private network consensus/permissioning methods
|
|
ALLOW_PRIVATE_NETWORK_METHODS=true
|