-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Sugar Airdrop tool requires a specific JSON format for the airdrop list.
It will not run if it isn't in the correct format.
This is the format that it requires the JSON file to be in.
{
"address1": number_of_tokens,
"address2": number_of_tokens
}
It also looks for the JSON file name to be
airdrop_list.json
So defaulting the .json output to that filename would be a good bonus too.
Attached is an example airdrop_list.json that follows the above criteria.
samuelvanderwaal and xjbar
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
