mirror of
https://github.com/0x1d/drift-keeper.git
synced 2025-12-16 02:58:45 +01:00
Add Solana market data to wallet tracker
This commit is contained in:
14
ctl.sh
14
ctl.sh
@@ -5,7 +5,7 @@ API_ENDPOINT=https://api.mainnet-beta.solana.com/
|
||||
|
||||
source .env
|
||||
|
||||
function image {
|
||||
function keeper {
|
||||
function build {
|
||||
mkdir -p .build
|
||||
git clone https://github.com/drift-labs/keeper-bots-v2 -b mainnet-beta .build/keeper-bots-v2
|
||||
@@ -18,6 +18,18 @@ function image {
|
||||
${@:-}
|
||||
}
|
||||
|
||||
function tracker {
|
||||
function build {
|
||||
pushd wallet-tracker
|
||||
docker build -t ${DOCKER_IMAGE_WALLET_TRACKER} .
|
||||
popd
|
||||
}
|
||||
function push {
|
||||
docker push ${DOCKER_IMAGE_WALLET_TRACKER}
|
||||
}
|
||||
${@:-}
|
||||
}
|
||||
|
||||
function droplet {
|
||||
function provision {
|
||||
terraform init
|
||||
|
||||
Reference in New Issue
Block a user