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