This script is used to send SPL tokens based on a CSV file.
To install dependencies:
bun install
To start refund process:
- Create csv file
csv/refund.csv
with the following columns: user, mint, rawAmount, txHash, status - Run refund script
bun run refund
- Run check script
bun run check