mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
45 lines
875 B
YAML
45 lines
875 B
YAML
name: lux-lux-bridge
|
|
version: 1.0.0
|
|
description: Lux L1 + Lux C-Chain with AWM bridge
|
|
|
|
engines:
|
|
- name: lux-l1
|
|
type: lux
|
|
network_id: 96369
|
|
http_port: 9630
|
|
staking_port: 9631
|
|
log_level: info
|
|
wait_healthy: true
|
|
extra:
|
|
staking-enabled: false
|
|
sybil-protection-enabled: false
|
|
health-check-frequency: 2s
|
|
|
|
- name: lux-c
|
|
type: lux
|
|
network_id: 43114
|
|
http_port: 9650
|
|
staking_port: 9651
|
|
log_level: info
|
|
wait_healthy: true
|
|
depends_on:
|
|
- lux-l1
|
|
|
|
bridge:
|
|
type: awm
|
|
source: lux-c
|
|
destination: lux-l1
|
|
contracts:
|
|
messenger: "0x0000000000000000000000000000000000000000"
|
|
registry: "0x0000000000000000000000000000000000000000"
|
|
|
|
networks:
|
|
- name: lux-mainnet
|
|
type: l1
|
|
engine: lux-l1
|
|
chain_id: 96369
|
|
|
|
- name: lux-mainnet
|
|
type: l1
|
|
engine: lux-c
|
|
chain_id: 43114 |