The project contains two scripts for aidrops:
- For users that minted during the drop
- For users that have been holding before the next drop
and one script for mints
- Fetching the Guardians and syncing the users on database
Run
yarn run mints-airdrop
or npm
npm run mints-airdrop
Run
yarn run holds-airdrop [date] [snapshotNumber]
or
npm run holds-airdrop [date] [snapshotNumber]
e.g.
yarn run holds-airdrop "2022-11-28 21:00:23+01" 2
snapshotNumber
should be 2 or greater, 1 is automatically given to mints script
Run
yarn run guardians
or
npm run guardians