# Example environment configuration for the relayer # Copy this file to .env and fill in your values # Note: Use double underscores (__) for nested configuration sections # Beacon chain settings RELAYER_BEACON__ENDPOINT=http://unstable.sepolia.beacon-api.nimbus.team # Execution layer settings RELAYER_EXECUTION__ENDPOINT=https://ethereum-sepolia-rpc.publicnode.com RELAYER_EXECUTION__MAX_BATCH_SIZE=500 # NEAR blockchain settings RELAYER_NEAR__ENDPOINT=https://rpc.testnet.near.org RELAYER_NEAR__ETH_LIGHT_CLIENT_ACCOUNT_ID=client-eth2.sepolia.testnet RELAYER_NEAR__SIGNER_ACCOUNT_ID=relayer.testnet RELAYER_NEAR__SECRET_KEY=ed25519:YOUR_PRIVATE_KEY_HERE RELAYER_NEAR__TIMEOUT_SECS=30 # Relayer operation settings RELAYER_RELAYER__UPDATE_INTERVAL_EPOCHS=1 RELAYER_RELAYER__HEADERS_BATCH_SIZE=100 RELAYER_RELAYER__SYNC_SLEEP_SECS=60 RELAYER_RELAYER__SUBMISSION_SLEEP_SECS=12 RELAYER_RELAYER__DRY_RUN=false # Logging RELAYER_LOGGING__LEVEL=info RELAYER_LOGGING__JSON=false