22 lines
797 B
Bash
22 lines
797 B
Bash
|
|
# Wormhole NTT / Executor operator env
|
||
|
|
# Copy to a local-only env file; do not commit secrets.
|
||
|
|
|
||
|
|
WORMHOLE_ENVIRONMENT=Mainnet
|
||
|
|
WORMHOLE_NTT_PROJECT_DIR=/home/opuser/wormhole-ntt-mainnet
|
||
|
|
WORMHOLE_EXECUTOR_URL=https://executor.labsapis.com
|
||
|
|
WORMHOLE_EXECUTOR_CAPABILITIES_URL=https://executor.labsapis.com/v0/capabilities
|
||
|
|
|
||
|
|
# Example supported chains (Wormhole chain IDs differ from EVM chain IDs)
|
||
|
|
WORMHOLE_SOURCE_CHAIN_ID=2
|
||
|
|
WORMHOLE_DEST_CHAIN_ID=4
|
||
|
|
|
||
|
|
# Chain 138 note:
|
||
|
|
# Chain 138 is not currently listed as a Wormhole-supported chain in the official Chain IDs reference.
|
||
|
|
# Do not mark a Chain 138 NTT deployment live until official support or a separate custom-chain onboarding path exists.
|
||
|
|
|
||
|
|
# Secrets / RPCs (fill locally)
|
||
|
|
# SOURCE_RPC_URL=
|
||
|
|
# DEST_RPC_URL=
|
||
|
|
# DEPLOYER_PRIVATE_KEY=
|
||
|
|
# WORMHOLE_API_KEY=
|