Files
drift-keeper/example.env

19 lines
514 B
Bash

# Build Settings
DOCKER_IMAGE=wirelos/drift-keeper:mainnet-beta
# Shell Utils
WALLET_ADDRESS=h5XjtA.....
# Grafana Settings
GRAFANA_ADMIN_PASSWORD=grafana
# Drift Config
ENV=mainnet-beta
ENDPOINT=https://solana-mainnet.rpc.extrnode.com/your-api-key
WS_ENDPOINT=wss://solana-mainnet.rpc.extrnode.com/your-api-key
KEEPER_PRIVATE_KEY="[123,345,...]"
# Jito Config
# Required if useJito: true is set in config.yaml
JITO_BLOCK_ENGINE_URL=frankfurt.mainnet.block-engine.jito.wtf
JITO_AUTH_PRIVATE_KEY="[123,345,...]"