Add Solana market data to wallet tracker

This commit is contained in:
2024-01-28 22:23:08 +01:00
parent 6afd518f58
commit bff72ff5b5
9 changed files with 626 additions and 29 deletions

14
ctl.sh
View File

@@ -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