mirror of
https://github.com/0x1d/drift-keeper.git
synced 2025-12-15 18:58:21 +01:00
Multi-Cloud Deployment (#1)
* Introduce instances list to scale bots and add config templating * Use env var for wallet address if not provided as path param * Expose SOL price as metric * Update docs * Add auto-swap * Add Panopticon * implement backoff stategy in autoswap * Add retry logic for withdraw and swap * bump drift-sdk, update ctl.sh and docs * Update filler bot, add tx metrics * Add user-metrics * Update build and dashboard
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
# Build Settings
|
||||
DOCKER_IMAGE=wirelos/drift-keeper:mainnet-beta
|
||||
DOCKER_IMAGE_AUTO_SWAP=wirelos/auto-swap:0.1.0
|
||||
DOCKER_IMAGE_WALLET_TRACKER=wirelos/solana-wallet-tracker:0.1.0
|
||||
|
||||
# Shell Utils
|
||||
WALLET_ADDRESS=h5XjtA.....
|
||||
|
||||
# Grafana Settings
|
||||
GRAFANA_ADMIN_PASSWORD=grafana
|
||||
|
||||
# Drift Config
|
||||
ENV=mainnet-beta
|
||||
KEEPER_PRIVATE_KEY="[123,345,...]"
|
||||
@@ -24,7 +23,6 @@ ENDPOINT=http://178.63.126.77:8899
|
||||
# Teraswitch2 US
|
||||
#ENDPOINT=http://74.118.139.68:8899
|
||||
|
||||
|
||||
# ExtrNode
|
||||
#ENDPOINT=https://solana-mainnet.rpc.extrnode.com/your-api-key
|
||||
#WS_ENDPOINT=wss://solana-mainnet.rpc.extrnode.com/your-api-key
|
||||
|
||||
Reference in New Issue
Block a user