- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains - Omit embedded publish git dirs and empty placeholders from index Made-with: Cursor
23 lines
685 B
Plaintext
23 lines
685 B
Plaintext
# /etc/default/xdc-zero-relayer-138-pair — env for systemd (mode 0640).
|
|
# XinFin XDC-Relayer expects these names (see XDC-Relayer README / .example.env).
|
|
# Parent chain: XDC Network mainnet, chain id 50, gas token XDC.
|
|
# RPC reference: https://chainid.network/chain/50/ — default below matches primary public RPC.
|
|
|
|
RELAYER_PORT=5215
|
|
NODE_ENV=production
|
|
|
|
PARENTNET_URL=https://erpc.xinfin.network
|
|
SUBNET_URL=https://rpc-http-pub.d-bis.org
|
|
|
|
CHECKPOINT_CONTRACT=0x0000000000000000000000000000000000000000
|
|
PARENTNET_WALLET_PK=
|
|
|
|
# REVERSE_CHECKPOINT_CONTRACT=
|
|
# SUBNET_WALLET_PK=
|
|
|
|
# PARENTNET_ZERO_CONTRACT=
|
|
# SUBNET_ZERO_CONTRACT=
|
|
# PARENTNET_ZERO_WALLET_PK=
|
|
|
|
MAX_FETCH_BLOCK_SIZE=120
|