mirror of
https://github.com/0x1d/drift-keeper.git
synced 2025-12-15 18:58:21 +01:00
initial commit
This commit is contained in:
16
example.env
Normal file
16
example.env
Normal file
@@ -0,0 +1,16 @@
|
||||
# Build Settings
|
||||
DOCKER_IMAGE=wirelos/drift-keeper:mainnet-beta
|
||||
|
||||
# Shell Utils
|
||||
WALLET_ADDRESS=h5XjtA.....
|
||||
|
||||
# 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,...]"
|
||||
Reference in New Issue
Block a user