.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
ALCHEMY_HTTP_URL
RPC Provider Configuration
ALCHEMY_WS_URL
ALCHEMY_API_KEY
secret
INFURA_HTTP_URL
INFURA_WS_URL
INFURA_API_KEY
secret
WALLET_PRIVATE_KEY
secret
Wallet Configuration
WALLET_ADDRESS
FLASHBOTS_RELAY_URL
Flashbots Configuration
FLASHBOTS_SIGNING_KEY
secret
DATABASE_URL
secret
Database Configuration
RUST_LOG
Application Configuration
ENVIRONMENT
METRICS_PORT
HEALTH_CHECK_PORT
MIN_PROFIT_WEI
Strategy Configuration
MIN_PROFIT_PERCENTAGE
MAX_GAS_COST_PERCENTAGE
MAX_PRIORITY_FEE_MULTIPLIER
Gas Configuration
MAX_BASE_FEE_MULTIPLIER
brew install flyctl && fly launch --from https://github.com/0xsero/generalized-frontrunner
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/0xsero/generalized-frontrunner
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/0xsero/generalized-frontrunner