Skip to content

Commit

Permalink
add harvest
Browse files Browse the repository at this point in the history
  • Loading branch information
diman-io committed Jul 16, 2022
1 parent 085e4cc commit fbbf25e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/raydium-farm-ray-harvest.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash

here="$(dirname "$0")"

source ${here}/libs/std.sh

POOL=RAY

for keypair in ${KEYS}/*.json
do
$raydium_cli farm $POOL harvest -k $keypair -u $URL
done

0 comments on commit fbbf25e

Please sign in to comment.